@charset "UTF-8";

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:after,:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,th,td,input,select,textarea,button {
  margin: 0;
  padding: 0;
}

dl,ul,ol,menu,li {
  list-style: none;
}

address,caption,code,em,var {
  font-style: normal;
}

img,fieldset,iframe {
  border: 0 none;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

canvas,iframe,img,svg,video {
  vertical-align: middle;
}

input,select,textarea,button {
  vertical-align: middle;
}

textarea {
  resize: none;
}

input::-ms-clear {
  display: none;
}

button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

button,input[type=button],input[type=submit],input[type=reset],input[type=file] {
  border-radius: 0;
  -webkit-appearance: button;
}

input[type=image],input[type=text],input[type=submit],input[type=password],input[type=search] {
  border-radius: 0;
  -webkit-appearance: none;
}

input:checked[type=checkbox] {
  -webkit-appearance: checkbox;
  background-color: transparent;
}

input[type=search]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

caption,legend {
  visibility: hidden;
  overflow: hidden;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
  select-dummy: expression(this.hideFocus=true);
}

body,h1,h2,h3,h4,h5,h6,th,td,input,select,textarea,button {
  /* font family, letter-spacing etc...*/
}

textarea,input {
  -webkit-apperence: none;
}

article,details,figure,footer,header,nav,section,main,menu {
  display: block;
}

q {
  quotes: none;
}

q:before,q:after {
  content: "";
  content: none;
}

sup,sub {
  line-height: 0;
}

html,body {
  width: 100%;
}

ul:after,ol:after {
  content: "";
  clear: both;
  display: block;
}

/*
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"), url("../font/woff2/Pretendard-Black.woff2") format("woff2"), url("../font/woff/Pretendard-Black.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"), url("../font/woff2/Pretendard-ExtraBold.woff2") format("woff2"), url("../font/woff/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"), url("../font/woff2/Pretendard-Bold.woff2") format("woff2"), url("../font/woff/Pretendard-Bold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"), url("../font/woff2/Pretendard-SemiBold.woff2") format("woff2"), url("../font/woff/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"), url("../font/woff2/Pretendard-Medium.woff2") format("woff2"), url("../font/woff/Pretendard-Medium.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"), url("../font/woff2/Pretendard-Regular.woff2") format("woff2"), url("../font/woff/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"), url("../font/woff2/Pretendard-Light.woff2") format("woff2"), url("../font/woff/Pretendard-Light.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"), url("../font/woff2/Pretendard-ExtraLight.woff2") format("woff2"), url("../font/woff/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"), url("../font/woff2/Pretendard-Thin.woff2") format("woff2"), url("../font/woff/Pretendard-Thin.woff") format("woff");
}

@font-face {
  font-family: "Jalnan 2 TTF";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

.list-card {
  width: 100%;
}

.list-card > ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.list-card > ul > li {
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 0px 3px 11px 0px rgba(21, 35, 56, 0.1);
  box-shadow: 0px 3px 11px 0px rgba(21, 35, 56, 0.1);
  position: relative;
  width: 100%;
}

.list-card > ul > li .inner {
  padding: 14px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.list-card > ul > li .inner .modal-title {
  margin: 0;
}

.list-card > ul > li .ico {
  position: absolute;
  top: 12px;
  right: 12px;
}

.list-card > ul > li .ico.more {
  right: 5px;
}

.list-card > ul > li .ico.call,.list-card > ul > li .ico.chat {
  width: 22px;
  height: 22px;
  top: 26px;
  right: 20px;
}

.list-card > ul > li .additional-info {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--border)), color-stop(80%, rgba(255, 255, 255, 0)), to(var(--border)));
  background: -o-linear-gradient(top, var(--border) 0%, rgba(255, 255, 255, 0) 80%, var(--border) 100%);
  background: linear-gradient(180deg, var(--border) 0%, rgba(255, 255, 255, 0) 80%, var(--border) 100%);
}

.list-card > ul > li .request-foot {
  width: 100%;
  padding: 14px;
  border-top: 1px solid var(--border);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-card > ul > li .request-foot .ico {
  position: static;
  width: 22px;
  height: 22px;
}

.list-card > ul > li .request-foot .right {
  margin-left: auto;
}

.list-card > ul > li .request-foot .center {
  margin-right: auto;
  margin-left: auto;
}

.list-card > ul > li .request-foot .command {
  gap: 20px;
}

.list-card-requestItem.cancel {
  background-color: #f7f7f8;
}

.list-card-requestItem.cancel .now {
  display: none;
}

.list-card-requestItem.cancel .hashitem {
  background-color: #ededed;
  color: var(--text);
}

.list-card-requestItem.cancel .hashitem i {
  opacity: 1;
  color: var(--text);
}

.list-card-requestItem.cancel .hashitem.white {
  color: var(--text);
}

.list-card-requestItem.cancel .cont .side,.list-card-requestItem.cancel .cont .tit,.list-card-requestItem.cancel .cont .price {
  color: var(--text-light) !important;
}

.list-card-requestItem.cancel .cont .side *,.list-card-requestItem.cancel .cont .tit *,.list-card-requestItem.cancel .cont .price * {
  color: var(--text-light) !important;
}

.list-card-requestItem.view .inner .cont .tit {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: 10px;
}

.list-card-requestItem.view .inner .cont .price {
  margin-top: 18px;
}

.list-card-requestItem.view .inner .cont .user {
  margin-top: 16px;
}

.list-card-requestItem.view .inner .cont .user .side {
  margin: 0;
}

.list-card-requestItem.visited .inner .cont .tit {
  color: var(--text-light);
}

.list-card-requestItem.visited .inner .cont .price {
  color: var(--text-light);
}

.list-card-requestItem.visited .inner .cont .side {
  color: var(--text-light);
}

.list-card-requestItem.visited .inner .cont .side em.blue {
  color: var(--text-light);
}

.list-card-requestItem.visited .inner .hashitem.white {
  color: var(--text-light);
}

.list-card-requestItem .inner .cont-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
}

.list-card-requestItem .inner .cont-group .icon {
  width: 73px;
  height: 73px;
  padding: 6px;
  border: 1px solid var(--border);
  border-radius: 16px;
}

.list-card-requestItem .inner .cont-group .icon img {
  width: 100%;
}

.list-card-requestItem .inner .cont .side {
  color: var(--text-gray);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.list-card-requestItem .inner .cont .side .red {
  font-weight: 600;
}

.list-card-requestItem .inner .cont .tit {
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 18px;
  /* 112.5% */
  letter-spacing: -0.5px;
  margin-bottom: 10px;
}

.list-card-requestItem .inner .cont .price {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  letter-spacing: 0.5px;
}

.list-card-requestItem .inner .cont .price .side {
  color: var(--text-gray);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  /* 123.077% */
  letter-spacing: -0.5px;
  opacity: 0.7;
  margin-bottom: 0;
}

.list-card-requestItem .inner .cont .user {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 14px;
  cursor: pointer;
}

.list-card-requestItem .inner .cont .user .profile {
  border: 3px solid var(--white);
}

.list-card-requestItem .inner .cont .user .profile + .profile {
  margin-left: -20px;
}

.list-card-requestItem .inner .cont .user .name span {
  opacity: 0.5;
}

.list-card-requestItem .inner .list ul {
  margin-top: -10px;
  max-height: 73px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.list-card-requestItem .inner .list ul li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}

.list-card-userItem.type-link {
  display: block;
  position: relative;
}

.list-card-userItem.type-link:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/@2/crud-arrow.png);
  width: 8px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}

.list-card-userItem .modal-title {
  margin-bottom: 0 !important;
}

.list-card-userItem .box-right {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.list-card-userItem.center {
  width: 100%;
  position: relative;
}

.list-card-userItem.center .ico {
  position: absolute;
  top: 0;
  right: 0;
}

.list-card-userItem.center .inner .cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-card-userItem.center .inner .cont + .list {
  margin-top: 20px;
}

.list-card-userItem.center .inner .cont .info .side {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-card-userItem.center .inner .list ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-card-userItem .inner .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-card-userItem .inner .cont .profile {
  width: 50px;
  height: 50px;
}

.list-card-userItem .inner .cont .info .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-card-userItem .inner .cont .info .title strong {
  color: var(--text);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -1px;
}

.list-card-userItem .inner .cont .info .title span {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 20px;
}

.list-card-userItem .inner .cont .info .title span em {
  font-weight: 600;
}

.list-card-userItem .inner .cont .info .side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.list-card-userItem .inner .cont .info .side em {
  font-size: 1.3rem;
}

.list-card-userItem .inner .list ul {
  margin-top: -10px;
  max-height: 73px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.list-card-userItem .inner .list ul li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  margin-top: 10px;
  margin-left: 10px;
  position: relative;
}

.attchfile-images-preview-modal .ico.more,.attchfile-images-preview-modal .ico.download {
  position: absolute;
  top: 7px;
  right: 10px;
}

.list-attchfile.checkCount {
  position: relative;
}

.list-attchfile.checkCount .count {
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 8px 0 8px 0;
  text-align: center;
  line-height: 22px;
  width: 24px;
  height: 24px;
  font-size: 1.2rem;
  font-weight: 600;
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.list-attchfile.default {
  margin: inherit;
}

.list-attchfile.default ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-attchfile.default ul li {
  width: auto;
  margin: 5px;
}

.list-attchfile.default.odd ul li:last-child a {
  width: 170px;
  height: 170px;
}

.list-attchfile ul li .attch-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background-color: var(--border);
  border-radius: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}

.list-attchfile ul li .attch-item.wide {
  width: 100%;
  height: 200px;
}

.list-attchfile ul li .attch-item .ico {
  position: absolute;
  right: 5px;
  top: 5px;
}

.list-alram ul {
  margin-left: -20px;
  margin-right: -20px;
}

.list-alram ul li + li {
  border-top: 1px solid var(--border);
}

.list-alram ul .alram-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 20px;
  min-height: 80px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-alram ul .alram-item .profile.type-icon {
  background-color: transparent;
  background-size: 90%;
  background-position: center;
}

.list-alram ul .alram-item .data {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-alram ul .alram-item .data .profile {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 24px;
  height: 24px;
}

.list-alram ul .alram-item .data .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 1.6rem;
  color: var(--text);
  letter-spacing: -1px;
  line-height: 24px;
  word-break: break-all;
}

.list-alram ul .alram-item .time {
  width: 70px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  text-align: right;
}

.list-modify {
  margin-bottom: 20px;
}

.list-modify.type-modifyFaq .faq-input {
  border-radius: 10px;
  width: 100%;
  border-radius: 10px;
  background: var(--border);
}

.list-modify.type-modifyFaq .faq-input.on {
  background-color: var(--border);
}

.list-modify.type-modifyFaq .faq-input.on .faq-input-head {
  color: var(--text);
}

.list-modify.type-modifyFaq .faq-input.on .faq-input-head::before {
  background-image: url("../img/@2/faq-q-on.png");
  opacity: 1;
}

.list-modify.type-modifyFaq .faq-input .faq-input-head {
  padding: 16px 14px 16px 39px;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  transition: all 0.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #797985;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 20px;
  /* 117.647% */
  letter-spacing: 0.3px;
  position: relative;
}

.list-modify.type-modifyFaq .faq-input .faq-input-head:before,.list-modify.type-modifyFaq .faq-input .faq-input-head:after {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.list-modify.type-modifyFaq .faq-input .faq-input-head::before {
  position: absolute;
  left: 14px;
  top: 19px;
  width: 14px;
  height: 14px;
  background-image: url("../img/@2/faq-q.png");
  opacity: 0.4;
}

.list-modify.type-modifyFaq .faq-input .faq-input-head:after {
  width: 17px;
  height: 17px;
  background-image: url("../img/@2/ico-arrow-l.png");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 18px;
  right: 12px;
}

.list-modify.type-modifyFaq .faq-input .faq-input-body {
  position: relative;
}

.list-modify.type-modifyFaq .faq-input .faq-input-body::before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-image: url("../img/@2/faq-a-on.png");
  position: absolute;
  left: 15px;
  top: 3px;
}

.list-modify.type-modifyFaq .faq-input .faq-input-body .command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 14px;
}

.list-modify.type-modifyFaq .faq-input .faq-input-body textarea {
  border: none;
  padding-left: 38px;
  padding-top: 0;
}

.list-modify.clear li {
  padding: 0;
}

.list-modify li {
  padding: 10px 0;
}

.list-modify li + li {
  margin-top: 10px;
}

.list-modify li .modify-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-modify li.negative {
  padding: 0;
}

.list-modify li.negative .modify-item {
  border-radius: 10px;
  border: 1px solid rgba(255, 73, 94, 0.3);
  padding: 10px;
}

.list-modify li .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.list-modify li .attch-item {
  width: 46px;
  height: 46px;
  border-radius: 4px;
  overflow: hidden;
  background-size: cover;
}

.list-modify li .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 6px;
}

.list-modify li .info .tit {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  letter-spacing: -1px;
}

.list-modify li .info .side {
  color: var(--text-gray);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 15px;
  /* 100% */
  letter-spacing: -0.5px;
}

.list-modify li .info .num {
  color: var(--text-gray);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 15px;
  /* 100% */
  letter-spacing: -0.5px;
  opacity: 0.7;
}

.list-modify li .faq-input {
  border-radius: 10px;
  width: 100%;
}

.list-modify li .faq-input.on {
  background-color: var(--border);
}

.list-modify li .faq-input.on .faq-input-head::before {
  background-image: url("../img/@2/faq-q-on.png");
  opacity: 1;
}

.list-modify li .faq-input .faq-input-head {
  border-radius: 10px;
  background: var(--border);
  padding: 16px 14px 16px 39px;
  -webkit-transition: all 0.3;
  -o-transition: all 0.3;
  transition: all 0.3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #797985;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 20px;
  /* 117.647% */
  letter-spacing: 0.3px;
  position: relative;
}

.list-modify li .faq-input .faq-input-head:before,.list-modify li .faq-input .faq-input-head:after {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.list-modify li .faq-input .faq-input-head::before {
  position: absolute;
  left: 14px;
  top: 19px;
  width: 14px;
  height: 14px;
  background-image: url("../img/@2/faq-q.png");
  opacity: 0.4;
}

.list-modify li .faq-input .faq-input-head:after {
  width: 17px;
  height: 17px;
  background-image: url("../img/@2/ico-arrow-l.png");
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  position: absolute;
  top: 18px;
  right: 12px;
}

.list-modify li .faq-input .faq-input-body {
  position: relative;
}

.list-modify li .faq-input .faq-input-body::before {
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  background-image: url("../img/@2/faq-a-on.png");
  position: absolute;
  left: 15px;
  top: 3px;
}

.list-modify li .faq-input .faq-input-body .command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding: 14px;
}

.list-modify li .faq-input .faq-input-body textarea {
  border: none;
  padding-left: 38px;
  padding-top: 0;
}

.list-priceTable {
  margin-top: 6px;
}

.list-priceTable ul li {
  border-radius: 10px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.list-priceTable ul li .tit {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -1px;
}

.list-priceTable ul li .info {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-priceTable ul li .info .side {
  color: var(--text-gray);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 20px;
  /* 133.333% */
  letter-spacing: -0.5px;
}

.list-priceTable ul li .info .num {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  letter-spacing: 0.5px;
}

.list-priceTable ul li + li {
  margin-top: 14px;
}

.list-menu-label {
  color: var(--text-light);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 13px;
  /* 76.471% */
  letter-spacing: -0.5px;
}

.list-menu.type-drop ul .menu-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-menu.type-drop ul .menu-item .menu-link:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.list-menu ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.list-menu ul .menu-item {
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-menu ul .menu-item.set .menu-link:after {
  content: none;
}

.list-menu ul .menu-item .menu-link {
  padding: 14px 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: var(--text);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 111.111% */
  position: relative;
}

.list-menu ul .menu-item .menu-link.type-cte .tit {
  gap: 4px;
}

.list-menu ul .menu-item .menu-link.type-cte img {
  width: 32px;
  height: 32px;
}

.list-menu ul .menu-item .menu-link .tit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.list-menu ul .menu-item .menu-link p {
  margin-top: 4px;
  color: var(--text-gray);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 16px;
  /* 123.077% */
  letter-spacing: -0.5px;
}

.list-menu ul .menu-item .menu-link .name {
  position: relative;
}

.list-menu ul .menu-item .menu-link .dot {
  width: 7px;
  height: 7px;
  right: -10px;
  top: -1px;
}

.list-menu ul .menu-item .menu-link img {
  width: 26px;
  height: 26px;
}

.list-menu ul .menu-item .menu-link:after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/@2/crud-arrow.png");
  width: 8px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}

.list-menu .list-faq {
  border-top: 1px solid var(--border);
  background: #FCFCFC;
  padding: 10px 20px;
  margin-left: -20px;
  margin-right: -20px;
}

.list-menu .list-faq ul .faq-item .faq-tit {
  color: var(--text-gray);
  font-size: 1.6rem;
  font-weight: 500;
}

.list-faq.clear ul .faq-item .faq-tit {
  padding: 14px 30px 14px 0;
}

.list-faq.clear ul .faq-item .faq-tit:before {
  content: none;
}

.list-faq ul .faq-item .notice-label {
  position: relative;
  top: 16px;
  margin-bottom: 4px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 14px;
  /* 100% */
  letter-spacing: -0.5px;
}

.list-faq ul .faq-item .notice-label.event {
  color: #FCBE37;
}

.list-faq ul .faq-item .faq-tit {
  padding: 14px 30px 14px 14px;
  display: block;
  position: relative;
  padding-left: 26px;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 26px;
  /* 144.444% */
  letter-spacing: -0.5px;
}

.list-faq ul .faq-item .faq-tit .time {
  display: block;
  margin-top: 2px;
}

.list-faq ul .faq-item .faq-tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: 19px;
  width: 14px;
  height: 14px;
  background-image: url("../img/@2/faq-q.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.4;
}

.list-faq ul .faq-item .faq-tit:after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/@2/crud-arrow.png");
  width: 8px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 18px;
  bottom: 0;
  opacity: 0.2;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.list-faq ul .faq-item.on .faq-tit {
  color: var(--rec-secondary);
  font-weight: 700;
}

.list-faq ul .faq-item.on .faq-tit:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  opacity: 0.4;
}

.list-faq ul .faq-item.on .faq-tit:before {
  background-image: url("../img/@2/faq-q-on-blue.png");
  opacity: 1;
}

.list-active ul li {
  border-radius: 10px;
  background: var(--bg-gray);
  padding: 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-active ul li + li {
  margin-top: 14px;
}

.list-active ul li .tit {
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 20px;
  /* 117.647% */
  letter-spacing: -1px;
}

.list-history-depWith {
  overflow: auto;
}

.list-history-depWith ul li {
  background-color: var(--white);
  padding: 24px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-history-depWith ul li + li {
  border-top: 1px solid var(--border-light);
}

.list-history-depWith ul li .text-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.list-history-depWith ul li .num {
  color: var(--rec-secondary);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  letter-spacing: 0.5px;
  text-align: right;
}

.list-history-depWith ul li .tit {
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 18px;
  /* 120% */
  letter-spacing: -1px;
}

.list-history-depWith ul li .side {
  color: var(--text-gray);
  text-align: right;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 13px;
  /* 100% */
  letter-spacing: -1px;
}

.list-portfolio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}

.list-portfolio + .btn {
  margin-top: 20px;
}

.list-portfolio .portfolio-item {
  width: calc(50% - 10px);
}

.list-portfolio .portfolio-item .thumbnail {
  width: 100%;
  height: 128px;
}

.list-portfolio .portfolio-item .thumbnail .attch-item {
  border-radius: 20px;
}

.list-portfolio .portfolio-item .tit {
  margin-top: 10px;
  overflow: hidden;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 18px;
  /* 100% */
  letter-spacing: -1px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.list-filter-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-filter-group.type-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-filter-group.type-div .scroll-x-auto {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 0;
}

.list-filter-group.type-div .like-select {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.list-filter-group.wide {
  margin-left: -20px;
  margin-right: -20px;
}

.list-filter-group + .list-card {
  margin-top: 10px;
}

.list-filter-group .list-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.list-filter-group .list-filter .swiper-slide {
  margin: 0 !important;
}

.list-filter-group .list-filter li a {
  border-radius: 30px;
  border: 2px solid var(--border-light);
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 0 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  letter-spacing: -1px;
  gap: 4px;
}

.list-filter-group .list-filter li.type-select {
  width: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-filter-group .list-filter li.type-select a::after {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  background: url("../img/@2/crud-select-arrow.png") no-repeat;
  background-size: contain;
}

.list-filter-group .list-filter li.type-ico a {
  gap: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-indent: -999rem;
  width: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-filter-group .list-filter li.type-ico a::after {
  content: "";
  width: 11px;
  height: 9px;
  display: block;
  background-image: url("../img/@2/ico-filter.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.list-filter-group .list-filter li.type-ico.on a::after {
  content: "";
  width: 11px;
  height: 9px;
  display: block;
  background: url("../img/@2/ico-filter-on.png") no-repeat;
  background-size: contain;
}

.list-filter-group .list-filter li.type-ico.setting a::after {
  width: 18px;
  height: 18px;
  left: 0.5px;
  position: relative;
  background-image: url("../img/@2/ico-menu-setting.png");
}

.list-filter-group .list-filter li.type-ico.setting.on a::after {
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url("../img/@2/ico-favorite-setting.png");
}

.list-filter-group .list-filter li.on a {
  color: var(--rec-secondary);
  font-weight: 700;
  border-radius: 30px;
  border: 2px solid var(--rec-secondary-border-light);
  background: var(--rec-secondary-bg);
}

.list-num li {
  counter-increment: list-counter;
}

.list-num li:before {
  content: counter(list-counter) ". ";
  position: absolute;
  left: 0;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -1px;
  font-size: 1.8rem;
  color: rgba(42, 46, 55, 0.7);
}

.list-dot li::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  background-color: rgba(42, 46, 55, 0.7);
  border-radius: 50%;
  left: 4px;
  top: 10px;
}

.list-scroll-x {
  overflow: auto;
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
  white-space: nowrap;
}

.list-scroll-x ul {
  -webkit-flex-wrap: nowrap !important;
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.list-type-more-ui {
  position: relative;
}

.list-type-more-ui .listMore {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}

.list-type-more-ui.sticky-item {
  padding: 10px 0 !important;
  background-color: var(--white);
}

.list-type-more-ui.sticky-item .scroll-x-auto-marginNone {
  padding: 0 60px 0 20px;
}

.list-type-more-ui.static {
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  bottom: inherit;
}

.list-type-more-ui.static .scroll-x-auto {
  padding-right: 80px;
}

.list-select .list-select-item {
  height: 50px;
  padding: 0;
}

.list-select .list-select-item a {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--text);
  font-weight: 500;
  font-size: 1.6rem;
}

.input-item .list-receipt {
  gap: 14px;
}

.input-item .list-receipt li {
  padding: 0 6px;
}

.input-item .list-receipt li dl dt,.input-item .list-receipt li dl dd {
  font-size: 1.5rem;
}

.list-receipt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.list-receipt li.total {
  margin-top: 20px;
}

.list-receipt li.total dl dt {
  color: var(--rec-secondary);
}

.list-receipt li.total dl dd {
  color: var(--rec-secondary);
  font-size: 2rem;
  font-weight: 600;
  line-height: 17px;
  /* 85% */
}

.list-receipt li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.list-receipt li dl dt {
  color: var(--text-light);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 17px;
  /* 100% */
  letter-spacing: -0.5px;
}

.list-receipt li dl dd {
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 17px;
  /* 100% */
}

.list-num,.list-dot {
  list-style-type: none;
}

.list-num + .desc,.list-dot + .desc {
  margin-top: 20px;
}

.list-num li,.list-dot li {
  padding-left: 20px;
  position: relative;
}

.list-num li + li,.list-dot li + li {
  margin-top: 20px;
}

.list-flex-default ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
}

.list-flex-default ul li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.list-option-tab {
  background-color: var(--border);
  padding: 4px;
  border-radius: 6px;
}

.list-option-tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.list-option-tab ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  height: 34px;
}

.list-option-tab ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  line-height: 1;
  text-align: center;
  font-size: 1.6rem;
  color: var(--text-light);
  font-weight: 600;
}

.list-option-tab ul li.on {
  background-color: var(--white);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.06);
}

.list-option-tab ul li.on a {
  color: var(--rec-secondary);
}

.list-serach-menu ul li {
  height: 50px;
}

.list-serach-menu ul li a {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
  color: var(--text);
  font-size: 1.6rem;
  font-weight: 500;
}

.list-serach-menu ul li a img {
  width: 24px;
}

:root {
  --white: #ffffff;
  --rec-primary: #FFC933;
  --rec-primary-gradient: #FFA63D;
  --rec-primary-border: #ffe9af;
  --rec-primary-bg: #FFF2D1;
  --rec-primary-bg-light: #FFFDF7;
  --rec-secondary: #446EE8;
  --rec-secondary-border: rgba(63, 122, 255, 0.5);
  --rec-secondary-border-light: rgba(63, 122, 255, 0.2);
  --rec-secondary-bg: #eff4ff;
  --rec-secondary-bg-light: rgba(68, 110, 232, 0.02);
  --rec-red: #F40A13;
  --rec-red-bg: #FFE2E5;
  --bg-gray: #f2f3f5;
  --bg-page: #E6EAF0;
  --bg-chat: #fafafc;
  --border: #F7F8FB;
  --border-light: #EBECF2;
  --border-dark: #E9EBEE;
  --border-section: #f2f3f5;
  --text: #252525;
  --text-gray: #74758c;
  --text-light: #9fa2b4;
  --full-height: calc(var(--vh, 1vh) * 100);
}

* {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  -webkit-tap-highlight-color: transparent;
  word-break: keep-all;
}

*::-webkit-input-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*:-moz-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*::-moz-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*:-ms-input-placeholder {
  color: var(--text);
  opacity: 0.4;
}

*:focus {
  outline: none;
}

html {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  font-size: 62.5%;
  line-height: 1.5;
  font-weight: 500;
  color: var(--text);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  overflow-style: -ms-autohiding-scrollbar;
  -webkit-font-smoothing: antialiased;
  height: 100%;
}

html.overflow {
  overflow: hidden;
  width: 100%;
  height: 100%;
}

body {
  letter-spacing: -0.5px;
  height: 100%;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

::-webkit-scrollbar {
  display: none;
}

#viewport {
  max-width: 750px;
  margin: auto;
}

article.terms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

article.terms .list-terms-history li a {
  display: block;
  color: var(--text-light);
  padding: 10px 0;
}

article.terms .list-terms-history li a:hover {
  color: var(--text);
}

article.terms .list-terms-history li + li {
  border-top: 1px solid var(--border-dark);
}

article.terms + .terms {
  margin-top: 20px;
}

article.terms h1 {
  font-size: 1.8rem;
  color: var(--text);
  line-height: 24px;
  letter-spacing: -1px;
  font-weight: 600;
}

article.terms p,article.terms pre,article.terms li {
  font-size: 1.5rem;
  color: var(--text-gray);
  line-height: 24px;
}

article.terms table {
  border: 1px solid var(--border-light);
}

article.terms table th {
  background-color: var(--border);
  color: var(--text);
}

article.terms table tr {
  border-top: 1px solid var(--border-light);
}

article.terms table th,article.terms table td {
  border-left: 1px solid var(--border-light);
  padding: 8px 10px;
  font-size: 1.2rem;
}

article.terms table td {
  color: var(--text-gray);
}

article.terms ol {
  list-style-position: inside;
  /* 숫자 표시 위치를 내부로 설정 */
  padding-left: 24px;
}

article.terms ol li {
  list-style: decimal;
}

.data-null {
  text-align: center;
}

.data-null .emoji {
  margin: 20px;
}

.data-null .emoji img {
  width: 60px;
}

.data-null .btn-tabView {
  position: static;
  margin: 30px 0 0;
  -webkit-transform: inherit;
  -ms-transform: inherit;
  transform: inherit;
}

.data-null .button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 30px 0 0;
}

.data-null .button .btn {
  min-width: 178px;
}

.data-null .tit {
  color: var(--text);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 32px;
  /* 123.077% */
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.data-null .desc {
  color: var(--text-gray);
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 24px;
}

.search-preivew-inner .data-null {
  padding-top: 20px;
}

.search-preivew-inner article + article {
  margin-top: 60px;
}

.search-preivew-inner article.center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search-preivew-inner article.center .category-list ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.search-preivew-inner article.center .app-tit {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container {
  padding-top: 50px;
}

.container .app-section {
  padding: 30px 0 30px;
}

.container .app-section.area-cardInfo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container .app-section.section-scroll {
  border: none !important;
  padding: 0;
  background-color: var(--white);
}

.container .app-section.section-scroll .app-inner {
  padding: 20px;
  border-bottom: 1px solid var(--border-light);
}

.container .app-section.section-scroll.noborder .app-inner {
  border-bottom: 0;
}

.container .app-section.type-profile {
  border-bottom: 8px solid #fafafa;
}

.container .app-section.type-profile .app-inner {
  gap: 24px;
}

.container .app-section.type-profile .profile-detail {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.container .app-section.type-profile .profile-detail .profile {
  width: 80px;
  height: 80px;
  position: relative;
  background-size: 108%;
  background-position: center;
}

.container .app-section.type-profile .profile-detail .profile .ico {
  bottom: -2px;
  right: -2px;
  position: absolute;
}

.container .app-section.type-profile .profile-detail .info .title strong {
  display: block;
  color: var(--text);
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.container .app-section.type-profile .profile-detail .info .title span {
  display: block;
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 20px;
  /* 142.857% */
  letter-spacing: -0.5px;
  padding-left: 1px;
}

.container .app-section.type-profile .profile-detail .info .title span em {
  color: var(--text-light);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 13px;
  /* 100% */
  letter-spacing: -1px;
}

.container .app-section.type-profile .profile-detail .info .list {
  margin-top: 10px;
}

.container .app-section.type-profile .profile-detail .info .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.container .app-section.type-profile .profile-data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container .app-section.type-profile .profile-data ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container .app-section.type-profile .profile-data ul li dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  text-align: center;
}

.container .app-section.type-profile .profile-data ul li dl dd,.container .app-section.type-profile .profile-data ul li dl .score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 20px;
  /* 111.111% */
  letter-spacing: 0.3px;
}

.container .app-section.type-profile .profile-data ul li dl dt {
  color: var(--text);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 24px;
  /* 171.429% */
  letter-spacing: -1px;
}

.container .app-section.type-profile + .app-section {
  border-top: 0;
}

.container .app-section.tight {
  padding: 20px 0;
  border: none !important;
}

.container .app-section.clear {
  padding: 0;
  padding-top: 6px;
}

.container .app-section article + article {
  margin-top: 40px;
}

.container .app-section article.center {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container .app-section article.center .category-list ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.container .app-section article.center .app-tit {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.container .app-section + .app-section {
  border-top: 10px solid var(--border-section);
}

.app-inner {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.app-inner.tight {
  gap: 0;
}

.selectbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.selectbox.single ul li {
  height: 52px;
}

.selectbox .scroll-y-auto {
  max-height: 300px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.selectbox ul {
  height: 100%;
}

.selectbox ul li {
  height: 60px;
}

.selectbox ul li span,.selectbox ul li span a {
  font-size: 2rem;
  line-height: 60px;
  font-weight: 500;
  color: var(--text);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.selectbox ul li.swiper-slide-active span,.selectbox ul li.swiper-slide-active span a {
  opacity: 1;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--text);
}

.setValue {
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 17px;
  /* 100% */
  letter-spacing: -1px;
}

.labelline + .list-type-more-ui.sticky-item {
  margin-top: 14px;
}

.labelline + .list-type-more-ui.static {
  margin-top: 24px;
}

.top-fixed-pt {
  padding-top: 45px;
}

.top-fixed-pt .top-fixed-item {
  top: 50px;
}

.top-fixed-item {
  position: fixed;
  max-width: 750px;
  width: 100%;
  z-index: 2;
}

.top-fixed-item .tab-sub {
  background-color: var(--white);
}

.sticky-rel .form {
  padding: 0;
}

.sticky-rel .labelline label {
  margin: 0;
}

.sticky-rel section.sticky-item {
  border-bottom: 10px solid var(--border-section);
  padding: 20px 0;
  margin-left: 0;
  margin-right: 0;
  background-color: var(--white);
}

.sticky-rel section.sticky-item + section {
  border-top: none !important;
}

.sticky-rel .sticky-item {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  z-index: 8;
}

.sticky-rel .sticky-item .tab-sub {
  background-color: var(--white);
}

.sticky-rel .sticky-item .list-type-more-ui {
  background-color: var(--white);
}

.sticky-rel .sticky-item .sticky-inner {
  padding: 10px 20px 20px;
  background-color: var(--white);
}

.sticky-rel .sticky-item .list-filter-group {
  padding: 20px;
  background-color: var(--bg-page);
}

.sticky-rel .sticky-item .scroll-responsive-area {
  position: absolute;
}

.scroll-x-auto,.scroll-x-auto-marginNone {
  margin-left: -20px;
  margin-right: -20px;
  padding: 0 20px;
}

.scroll-x-auto .swiper-slide,.scroll-x-auto-marginNone .swiper-slide {
  width: auto;
}

.flex {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.app-tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.app-tit.vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.app-tit + .list-type-more-ui.static {
  margin-top: -20px;
}

.app-tit .right {
  margin-left: auto;
}

.app-tit.full {
  width: 100%;
  display: block;
}

.app-tit-label {
  color: var(--text-light);
  font-size: 1.5rem;
  line-height: 15px;
}

.app-tit-lv1 {
  font-size: 26px;
  font-weight: 500;
  line-height: 32px;
}

.app-tit-lv1.center {
  text-align: center;
}

.app-tit-lv1 .app-tit-label {
  margin-top: 10px;
}

.app-tit-lv1 .app-tit-label strong {
  display: block;
  margin-top: 30px;
  color: var(--text-gray);
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  /* 173.333% */
  letter-spacing: -1px;
}

.app-tit-lv1 .app-tit-label strong b {
  color: var(--text);
}

.app-tit-lv2 {
  font-size: 2.1rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -1px;
}

.app-tit-lv2.justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.app-tit-lv2 .app-tit-label {
  height: 15px;
}

.app-tit-lv2 .ico {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-right: 4px;
  margin-left: 4px;
}

.app-tit-lv2 .ico::after {
  position: absolute;
  top: 0;
}

.app-tit-lv2.center {
  text-align: center;
}

.app-tit-lv2 .app-tit-label {
  margin-top: 10px;
  display: block;
  font-weight: 500;
}

.app-tit-lv2 .app-tit-label .ico {
  top: -3px;
  margin-left: 6px;
}

.app-tit-lv2 i {
  font-style: normal;
  font-weight: 400;
  color: var(--text-gray);
}

.app-tit-lv3 {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -1px;
}

.text-overflow {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}

.badge {
  color: var(--white);
  font-weight: 500;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--rec-red);
  border-radius: 50px;
  padding: 0 4px;
  min-height: 16px;
  min-width: 16px;
}

.time {
  font-size: 1.3rem;
  color: var(--text-light);
  font-weight: 500;
  letter-spacing: -1px;
  line-height: 13px;
}

em.blue {
  color: var(--rec-secondary);
}

em.red {
  color: var(--rec-red);
}

em.gray {
  color: var(--text-light);
}

em.yellow {
  color: var(--rec-primary);
}

em.black {
  color: var(--text);
}

.input-message {
  font-weight: 600;
  font-size: 1.5rem;
  padding-left: 4px;
  padding-right: 4px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-message .ico {
  width: 17px;
  height: 17px;
}

input[type=color],input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week],select,.like-input {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  width: 100%;
  height: 52px;
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 500;
  padding: 0 14px;
  border: 2px solid transparent;
  border-radius: 10px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  background-color: var(--border);
}

input[type=color].bold::-webkit-input-placeholder,input[type=date].bold::-webkit-input-placeholder,input[type=datetime-local].bold::-webkit-input-placeholder,input[type=datetime].bold::-webkit-input-placeholder,input[type=email].bold::-webkit-input-placeholder,input[type=month].bold::-webkit-input-placeholder,input[type=number].bold::-webkit-input-placeholder,input[type=password].bold::-webkit-input-placeholder,input[type=search].bold::-webkit-input-placeholder,input[type=tel].bold::-webkit-input-placeholder,input[type=text].bold::-webkit-input-placeholder,input[type=time].bold::-webkit-input-placeholder,input[type=url].bold::-webkit-input-placeholder,input[type=week].bold::-webkit-input-placeholder,select.bold::-webkit-input-placeholder,.like-input.bold::-webkit-input-placeholder {
  letter-spacing: 0;
}

input[type=color].bold:-moz-placeholder,input[type=date].bold:-moz-placeholder,input[type=datetime-local].bold:-moz-placeholder,input[type=datetime].bold:-moz-placeholder,input[type=email].bold:-moz-placeholder,input[type=month].bold:-moz-placeholder,input[type=number].bold:-moz-placeholder,input[type=password].bold:-moz-placeholder,input[type=search].bold:-moz-placeholder,input[type=tel].bold:-moz-placeholder,input[type=text].bold:-moz-placeholder,input[type=time].bold:-moz-placeholder,input[type=url].bold:-moz-placeholder,input[type=week].bold:-moz-placeholder,select.bold:-moz-placeholder,.like-input.bold:-moz-placeholder {
  letter-spacing: 0;
}

input[type=color].bold::-moz-placeholder,input[type=date].bold::-moz-placeholder,input[type=datetime-local].bold::-moz-placeholder,input[type=datetime].bold::-moz-placeholder,input[type=email].bold::-moz-placeholder,input[type=month].bold::-moz-placeholder,input[type=number].bold::-moz-placeholder,input[type=password].bold::-moz-placeholder,input[type=search].bold::-moz-placeholder,input[type=tel].bold::-moz-placeholder,input[type=text].bold::-moz-placeholder,input[type=time].bold::-moz-placeholder,input[type=url].bold::-moz-placeholder,input[type=week].bold::-moz-placeholder,select.bold::-moz-placeholder,.like-input.bold::-moz-placeholder {
  letter-spacing: 0;
}

input[type=color].bold:-ms-input-placeholder,input[type=date].bold:-ms-input-placeholder,input[type=datetime-local].bold:-ms-input-placeholder,input[type=datetime].bold:-ms-input-placeholder,input[type=email].bold:-ms-input-placeholder,input[type=month].bold:-ms-input-placeholder,input[type=number].bold:-ms-input-placeholder,input[type=password].bold:-ms-input-placeholder,input[type=search].bold:-ms-input-placeholder,input[type=tel].bold:-ms-input-placeholder,input[type=text].bold:-ms-input-placeholder,input[type=time].bold:-ms-input-placeholder,input[type=url].bold:-ms-input-placeholder,input[type=week].bold:-ms-input-placeholder,select.bold:-ms-input-placeholder,.like-input.bold:-ms-input-placeholder {
  letter-spacing: 0;
}

input[type=color].center,input[type=date].center,input[type=datetime-local].center,input[type=datetime].center,input[type=email].center,input[type=month].center,input[type=number].center,input[type=password].center,input[type=search].center,input[type=tel].center,input[type=text].center,input[type=time].center,input[type=url].center,input[type=week].center,select.center,.like-input.center {
  text-align: center;
  padding: 0;
  -moz-text-align-last: center;
  text-align-last: center;
  /* 텍스트의 정렬 방향 설정 */
  -webkit-appearance: none;
  /* 기본 스타일링 비활성화 */
  -moz-appearance: none;
  appearance: none;
}

input[type=color].right,input[type=date].right,input[type=datetime-local].right,input[type=datetime].right,input[type=email].right,input[type=month].right,input[type=number].right,input[type=password].right,input[type=search].right,input[type=tel].right,input[type=text].right,input[type=time].right,input[type=url].right,input[type=week].right,select.right,.like-input.right {
  text-align: right;
}

input[type=color]:focus,input[type=date]:focus,input[type=datetime-local]:focus,input[type=datetime]:focus,input[type=email]:focus,input[type=month]:focus,input[type=number]:focus,input[type=password]:focus,input[type=search]:focus,input[type=tel]:focus,input[type=text]:focus,input[type=time]:focus,input[type=url]:focus,input[type=week]:focus,select:focus,.like-input:focus {
  outline: none;
  border-color: var(--rec-secondary);
}

input[type=color].invalid,input[type=date].invalid,input[type=datetime-local].invalid,input[type=datetime].invalid,input[type=email].invalid,input[type=month].invalid,input[type=number].invalid,input[type=password].invalid,input[type=search].invalid,input[type=tel].invalid,input[type=text].invalid,input[type=time].invalid,input[type=url].invalid,input[type=week].invalid,select.invalid,.like-input.invalid {
  border-color: var(--rec-red-bg);
  color: var(--rec-red);
}

input[type=color].line,input[type=date].line,input[type=datetime-local].line,input[type=datetime].line,input[type=email].line,input[type=month].line,input[type=number].line,input[type=password].line,input[type=search].line,input[type=tel].line,input[type=text].line,input[type=time].line,input[type=url].line,input[type=week].line,select.line,.like-input.line {
  height: 60px;
  border: none;
  border-bottom: 1px solid var(--border);
  border-radius: 0;
  background-color: var(--white);
  font-size: 2rem;
}

input[type=color].disabled,input[type=date].disabled,input[type=datetime-local].disabled,input[type=datetime].disabled,input[type=email].disabled,input[type=month].disabled,input[type=number].disabled,input[type=password].disabled,input[type=search].disabled,input[type=tel].disabled,input[type=text].disabled,input[type=time].disabled,input[type=url].disabled,input[type=week].disabled,select.disabled,.like-input.disabled {
  background: #e9ebef;
  color: rgba(53, 53, 68, 0.2);
  pointer-events: none;
  background-image: none;
  border-color: transparent;
  pointer-events: none;
}

.mainSearch.useSearchIco .delete {
  right: 50px;
  width: 16px;
  height: 16px;
}

.mainSearch.white input {
  background-color: var(--white);
}

.mainSearch input {
  background: var(--border);
}

.mainSearch .ico {
  width: 28px;
  height: 28px;
}

.search-main {
  position: relative;
}

.search-main input {
  padding-right: 30px;
  letter-spacing: 0 !important;
}

.search-main .ico {
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.like-input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.like-input .placeholder {
  color: var(--text);
  opacity: 0.4;
}

.like-input .symbol {
  width: 30px;
}

.like-input.mainSearch {
  padding: 0 20px;
  border-radius: 16px;
  background: var(--border);
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  letter-spacing: -0.5px;
  color: var(--text);
}

.like-input.type-select:after {
  content: "";
  display: block;
  background: url("../img/@2/selected-arrow.png") no-repeat center;
  background-size: contain;
  width: 16px;
  height: 16px;
}

.like-input.type-time:after {
  content: "";
  display: block;
  background: url("../img/@2/ico-time.png") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.like-input.type-date:after {
  content: "";
  display: block;
  background: url("../img/@2/ico-date.png") no-repeat center;
  background-size: contain;
  width: 18px;
  height: 18px;
}

.like-input.type-search:after {
  content: "";
  display: block;
  background: url("../img/@2/ico-search.png") no-repeat center;
  background-size: contain;
  width: 28px;
  height: 28px;
}

.like-input.fill {
  background-color: var(--border);
}

.like-input.bold span {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.like-input.type-added {
  font-weight: 700;
  background-color: var(--border);
  border-color: transparent;
  color: var(--text-light);
}

.like-input.type-added:after {
  content: "";
  display: block;
  background: url("../img/@2/ico-added.png") no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
}

textarea {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
  width: 100%;
  min-height: 112px;
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 500;
  padding: 14px;
  background: var(--border);
  border: 2px solid var(--border);
  border-radius: 10px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  resize: none;
}

textarea.invalid {
  border-color: var(--rec-red);
  color: var(--rec-red);
}

textarea:focus {
  outline: none;
  border-color: var(--rec-secondary);
}

.textarea-wrap {
  position: relative;
  background: var(--border);
  border: 2px solid var(--border);
  padding: 14px;
  border-radius: 10px;
  -webkit-transition: border 0.3s;
  -o-transition: border 0.3s;
  transition: border 0.3s;
}

.textarea-wrap.focus {
  border-color: var(--rec-secondary);
}

.textarea-wrap textarea {
  background: none;
  border: none;
  padding: 0;
  border-radius: 0;
  min-height: 80px;
}

.textarea-wrap .count {
  font-size: 1.2rem;
  text-align: right;
  font-weight: 500;
  color: rgba(53, 53, 68, 0.4);
}

.textarea-wrap .count em {
  color: #353544;
}

select::-ms-expand {
  display: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 30px;
  padding-right: 30px;
  font-size: 1.7rem;
  font-weight: 500;
}

select.center {
  -moz-text-align-last: center;
  text-align-last: center;
}

.like-select {
  color: var(--text-gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 14px;
  /* 100% */
  letter-spacing: -1px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}

.like-select:before {
  content: "";
  display: block;
  width: 7px;
  height: 4px;
  background: url("../img/@2/crud-select-arrow.png") no-repeat;
  background-size: contain;
}

.file label.type-box,.likeFile label.type-box {
  text-indent: -999rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.file label.type-box:after,.likeFile label.type-box:after {
  content: "";
  display: block;
  width: 29px;
  height: 22px;
  background: url("../img/@2/crud-cam.png") no-repeat;
  background-size: contain;
}

.file input,.likeFile input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.file span,.likeFile span {
  margin-top: 10px;
  display: block;
  color: var(--text-light);
  text-align: center;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 17px;
  /* 100% */
  letter-spacing: -0.5px;
}

.file small,.likeFile small {
  display: block;
  margin-top: 10px;
  color: var(--text-light);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 17px;
  /* 113.333% */
  letter-spacing: -0.5px;
}

.loacation-form-item {
  position: relative;
}

.loacation-form-item + .loacation-form-item {
  margin: 20px 0;
}

.loacation-form-item .checkbox {
  margin-top: 14px;
}

.loacation-form-item .checkbox + .like-input {
  margin-top: 30px;
}

.loacation-form-item .like-input + input {
  margin-top: 10px;
}

.loacation-form-item .line-inner {
  position: relative;
  padding-left: 36px;
}

.loacation-form-item .line-inner:before {
  content: "";
  position: absolute;
  left: 14px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: var(--border-light);
}

.checkingEvtOptionBox .app-tit-label {
  display: block;
  margin-bottom: 14px;
}

.checkingEvtOptionBox.like-form {
  margin: 0;
  padding: 40px 0 0;
}

.checkingEvtOptionBox.like-form .app-tit-label {
  margin-bottom: 0;
}

.input-icon {
  position: relative;
}

.input-icon .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto;
}

.type-label {
  position: relative;
}

.type-label input {
  text-align: right;
  padding-right: 30px;
}

.type-label .label-right {
  font-size: 1.7rem;
  position: absolute;
  line-height: 52px;
  right: 14px;
  top: 0;
  font-weight: 700;
}

.input-item-inner.block .checkbox input:checked + span,.input-item-inner.block .radio input:checked + span {
  color: var(--rec-secondary);
  background-color: var(--rec-secondary-bg);
  border: 2px solid var(--rec-secondary-border);
}

.input-item-inner.block .checkbox input:checked + span:before,.input-item-inner.block .radio input:checked + span:before {
  content: none;
}

.input-item-inner.block .checkbox input:disabled + span:before,.input-item-inner.block .radio input:disabled + span:before {
  content: none;
}

.input-item-inner.block .checkbox span,.input-item-inner.block .radio span {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  letter-spacing: -0.7px;
  height: 52px;
  padding: 0 14px;
  line-height: 17px;
  font-weight: 700;
  text-align: center;
  color: var(--text-light);
  border-radius: 10px;
  background-color: var(--border);
  border: 2px solid transparent;
}

.input-item-inner.block .checkbox span.justify,.input-item-inner.block .radio span.justify {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-item-inner.block .checkbox span img,.input-item-inner.block .radio span img {
  width: 17px;
  margin-right: 6px;
}

.input-item-inner.block .checkbox span img + em,.input-item-inner.block .radio span img + em {
  margin-right: auto;
}

.input-item-inner.block .checkbox span:before,.input-item-inner.block .radio span:before {
  content: none;
}

.input-item-inner.block .checkbox input:checked + span:after {
  background: url("../img/@2/ico-checkbox-on.png") no-repeat center;
  background-size: contain;
}

.input-item-inner.block .checkbox span {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.input-item-inner.block .checkbox span:after {
  content: "";
  display: block;
  background: url("../img/@2/ico-checkbox-off.png") no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.input-item-inner.block.min .checkbox input:checked + span,.input-item-inner.block.min .radio input:checked + span {
  color: var(--rec-secondary);
  background-color: var(--rec-secondary-bg);
  border: 2px solid var(--rec-secondary-border);
  font-weight: 700;
}

.input-item-inner.block.min .checkbox input:checked + span:after,.input-item-inner.block.min .radio input:checked + span:after {
  content: none;
}

.input-item-inner.block.min .checkbox span,.input-item-inner.block.min .radio span {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.5rem;
  height: auto;
  color: var(--text-gray);
  font-weight: 600;
  padding: 14px 18px;
  line-height: 15px;
  border-radius: 6px;
  background-color: var(--border);
  border: 2px solid transparent;
}

.input-item-inner.block.min .checkbox span img,.input-item-inner.block.min .radio span img {
  width: 14px;
  margin-right: 4px;
}

.input-item-inner.block.min .checkbox span:before,.input-item-inner.block.min .radio span:before {
  content: none;
}

.input-item-inner.block.min .checkbox span:after,.input-item-inner.block.min .radio span:after {
  content: none;
}

.checkbox,.radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  text-align: left;
}

.checkbox input,.radio input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.checkbox input:checked + span,.radio input:checked + span {
  color: var(--text);
}

.checkbox span,.radio span {
  display: block;
  font-size: 1.5rem;
  padding-left: 32px;
  line-height: 24px;
  font-weight: 600;
  color: var(--text-light);
}

.checkbox span a:hover em,.radio span a:hover em {
  text-decoration: underline;
}

.checkbox span:before,.radio span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 24px;
  height: 24px;
}

.checkbox.select {
  padding: 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 55px;
}

.checkbox.select input:checked + span:after {
  background: url(../img/@2/ico-checkbox-on.png) no-repeat center;
  background-size: contain;
}

.checkbox.select span {
  gap: 10px;
  width: 100%;
  color: var(--text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -1px;
}

.checkbox.select span .select-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.checkbox.select span .select-label img {
  width: 30px;
}

.checkbox.select span:before {
  content: none;
}

.checkbox.select span:after {
  content: "";
  position: static;
  display: block;
  margin-right: 8px;
  background: url(../img/@2/ico-checkbox-off.png) no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.checkbox.agree {
  padding: 0 14px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 52px;
}

.checkbox.agree.clear {
  padding: 0;
}

.checkbox.agree input:checked + span:before {
  background: url(../img/@2/ico-checkbox-on.png) no-repeat center;
  background-size: contain;
}

.checkbox.agree span {
  color: var(--text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-size: 1.7rem;
  font-weight: 600;
  letter-spacing: -1px;
}

.checkbox.agree span:before {
  position: static;
  display: block;
  margin-right: 8px;
  background: url(../img/@2/ico-checkbox-off.png) no-repeat center;
  background-size: contain;
  width: 17px;
  height: 17px;
}

.checkbox.agree.all {
  border-radius: 10px;
  background: var(--border);
}

.checkbox.agree.all input:checked + span {
  color: var(--rec-secondary);
}

.checkbox.agree.all span {
  font-weight: 700;
}

.checkbox input:checked + span:before {
  background: url("../img/@2/crud-check-checked.png") no-repeat center;
  background-size: contain;
}

.checkbox input:disabled + span:before {
  background: url("../img/@2/crud-check-disabled.png") no-repeat center;
  background-size: contain;
}

.checkbox span:before {
  background: url("../img/@2/crud-check.png") no-repeat center;
  background-size: contain;
}

.radio.survey input:checked + span:before {
  background: url(../img/@2/crud-radio-survey-checked.png) no-repeat center;
  background-size: contain;
}

.radio.survey span:before {
  background: url(../img/@2/crud-radio-survey.png) no-repeat center;
  background-size: contain;
}

.radio input:checked + span:before {
  background: url("../img/@2/crud-radio-checked.png") no-repeat center;
  background-size: contain;
}

.radio input:disabled + span:before {
  background: url("../img/@2/crud-radio-disalbed.png") no-repeat center;
  background-size: contain;
}

.radio span:before {
  background: url("../img/@2/crud-radio.png") no-repeat center;
  background-size: contain;
}

input[disabled],select[disabled],option[disabled],textarea[disabled] {
  background: #e9ebef;
  color: rgba(53, 53, 68, 0.2);
  pointer-events: none;
  background-image: none;
  border-color: transparent;
}

input[readonly],select[readonly],option[readonly],textarea[readonly] {
  background-color: var(--fff);
  border-color: var(--border-dark);
  pointer-events: none;
  color: var(--text);
  background-image: none;
}

.switch {
  display: inline-block;
  position: relative;
  min-width: 40px;
  height: 24px;
}

.switch input {
  display: none;
}

.switch .slider {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 42px;
  background: rgba(159, 162, 180, 0.4);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}

.switch .slider:before {
  position: absolute;
  left: 2px;
  bottom: 4px;
  top: 2px;
  height: 20px;
  width: 20px;
  background-color: var(--white);
  border-radius: 50%;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  content: "";
  -webkit-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.1);
}

.switch.on .slider {
  background-color: var(--rec-secondary);
}

.switch.on .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

.labelline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.labelline + .swiper {
  margin-top: 14px;
}

.labelline label {
  display: block;
  font-size: 1.7rem;
  font-weight: 600;
  color: var(--text-gray);
  line-height: 1;
  margin-bottom: 10px;
}

.labelline .command {
  margin-bottom: 10px;
}

.labelline .ico {
  top: -4px;
  right: -4px;
}

.labelline.sm {
  margin-bottom: 10px;
}

.labelline.sm label {
  color: var(--text-light);
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0;
}

.input-item-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-item-inner .division {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  line-height: 1;
  color: var(--text-light);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 52px;
  /* 305.882% */
  letter-spacing: -0.5px;
}

.input-item-inner.auto {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.input-item-inner.auto > * {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.input-item-inner > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.input-item-inner + .input-item-inner {
  margin-top: 10px;
}

.input-item + .input-item {
  margin-top: 30px;
}

.btn {
  display: block;
  border-radius: 10px;
  border: 1px solid var(--border-light);
  background: var(--border);
  color: var(--text);
  padding: 17px 16px 18px 16px;
  line-height: 1;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
}

.btn:active {
  -webkit-box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.05);
}

.btn.positive {
  border-color: transparent;
  background: var(--text);
  color: var(--white);
}

.btn.positive:active {
  background: #202020;
}

.btn.negative {
  background: var(--rec-red-bg);
  color: var(--rec-red);
  border-color: transparent;
}

.btn.blue {
  background-color: var(--rec-secondary-bg);
  color: var(--rec-secondary);
  border-color: transparent;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.5;
  pointer-events: none;
}

.btn.btnico {
  max-width: 52px;
  min-width: 52px;
  height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--white);
  padding: 0;
}

.btn.btnico img {
  width: 24px;
}

span.dot {
  display: block;
  width: 10px;
  height: 10px;
  background: var(--rec-red);
  border-radius: 50%;
  position: absolute;
}

a.ico {
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}

a.ico:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.btn-tabView {
  position: fixed;
  right: 20px;
  margin: auto;
  bottom: 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--white);
  background-color: var(--rec-secondary);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  height: 40px;
  font-size: 1.5rem;
  border-radius: 16px;
  padding: 0 16px;
  font-weight: 600;
}

.btn-tabView img {
  width: 20px;
  margin-left: -4px;
}

.ico {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  text-indent: -999rem;
  position: relative;
}

.ico.radius {
  background: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  width: 40px;
  height: 40px;
  border-radius: 16px;
}

.ico.radius:after {
  width: 32px;
  height: 32px;
}

.ico.radius.dark {
  background: var(--text-gray);
}

.ico span.dot {
  right: 3px;
  top: 3px;
}

.ico:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.ico.back:after {
  background-image: url("../img/@2/ico-back.png");
}

.ico.alram:after {
  background-image: url("../img/@2/ico-alram.png");
}

.ico.call:after {
  background-image: url("../img/@2/ico-call.png");
}

.ico.report:after {
  background-image: url("../img/@2/ico-report.png");
}

.ico.delete {
  width: 18px;
  height: 18px;
}

.ico.delete:after {
  background-image: url("../img/@2/ico-delete.png");
}

.ico.delete:active {
  opacity: 0.5;
}

.ico.search:after {
  background-image: url("../img/@2/ico-search.png");
}

.ico.refresh {
  -webkit-animation: ani-refresh 1s;
  animation: ani-refresh 1s;
}

.ico.refresh:after {
  background-image: url("../img/@2/ico-refresh.png");
}

.ico.refresh.clickSpin:after {
  -webkit-animation: ani-refresh2 1s;
  animation: ani-refresh2 1s;
}

.ico.favorite.on:after {
  -webkit-animation: ani-beat 1s both;
  animation: ani-beat 1s both;
  background-image: url("../img/@2/ico-favorite-on.png");
}

.ico.favorite:after {
  background-image: url("../img/@2/ico-favorite.png");
}

.ico.like.on:after {
  -webkit-animation: ani-beat 1s both;
  animation: ani-beat 1s both;
  background-image: url("../img/@2/ico-like-on.png");
}

.ico.like:after {
  background-image: url("../img/@2/ico-like.png");
}

.ico.attach {
  width: 24px;
  height: 24px;
}

.ico.attach:after {
  background-image: url("../img/@2/ico-attach.png");
}

.ico.send {
  width: 24px;
  height: 24px;
}

.ico.send:after {
  background-image: url("../img/@2/ico-send-on.png");
}

.ico.drag {
  width: 25px;
  height: 20px;
  cursor: move;
}

.ico.drag:after {
  background-image: url("../img/@2/ico-drag.png");
}

.ico.listMore:after {
  background: url("../img/@2/ico-list-more.png") no-repeat center;
  background-size: contain;
}

.ico.scrollTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.ico.scrollTop:after {
  width: 24px;
  height: 24px;
  background: url("../img/@2/ico-scrollTop.png") no-repeat center;
  background-size: contain;
}

.ico.location:after {
  background-image: url("../img/@2/crud-location.png");
}

.ico.stopover:after {
  background-image: url("../img/@2/crud-location-stopover.png");
}

.ico.depart:after {
  background-image: url("../img/@2/crud-location-depart.png");
}

.ico.more:after {
  background-image: url("../img/@2/ico-more.png");
}

.ico.more.white:after {
  background-image: url("../img/@2/ico-more-white.png");
}

.ico.help:after {
  background-image: url("../img/@2/ico-help.png");
}

.ico.modify:after {
  background-image: url("../img/@2/crud-modify.png");
}

.ico.modify.fill {
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
}

.ico.myloacation:after {
  background-image: url("../img/@2/ico-myloacation.png");
  width: 18px;
  height: 18px;
}

.ico.myRefresh:after {
  background-image: url("../img/@2/ico-myRefresh.png");
  width: 17px;
  height: 17px;
  -webkit-animation: ani-refresh 1s;
  animation: ani-refresh 1s;
}

.ico.myRefresh.clickSpin:after {
  -webkit-animation: ani-refresh2 1s;
  animation: ani-refresh2 1s;
}

.ico.check:after {
  background-image: url("../img/@2/ico-checkbox-off.png");
  width: 17px;
  height: 17px;
}

.ico.copy:after {
  background-image: url("../img/@2/ico-copy.png");
  width: 11px;
  height: 12px;
}

.ico.chat:after {
  background-image: url("../img/@2/crud-chat.png");
}

.ico.call:after {
  background-image: url("../img/@2/crud-call.png");
}

.ico.close:after {
  background-image: url("../img/@2/ico-delete-line.png");
  width: 10px;
  height: 10px;
}

.ico.close.white:after {
  background-image: url("../img/@2/ico-delete-line-w.png");
}

.ico.download:after {
  background-image: url("../img/@2/ico-download.png");
}

.hajumiTalk .ico {
  left: 100%;
  top: 2px;
  position: absolute;
}

.text-btn {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--text-light);
}

.text-btn.add,.text-btn.del {
  padding-left: 10px;
  position: relative;
}

.text-btn.add:after,.text-btn.add:before,.text-btn.del:after,.text-btn.del:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.text-btn.add:after,.text-btn.del:after {
  width: 2px;
  height: 8px;
}

.text-btn.add:before,.text-btn.del:before {
  width: 8px;
  height: 2px;
}

.text-btn-group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 20px;
}

.text-btn.negative {
  color: var(--rec-red);
}

.text-btn.negative::after,.text-btn.negative::before {
  background-color: var(--rec-red);
}

.text-btn.negative::after {
  content: none;
}

.text-btn.negative::before {
  width: 7px;
}

.text-btn.positive {
  color: var(--rec-secondary);
}

.text-btn.positive.add::after,.text-btn.positive.add::before {
  background-color: var(--rec-secondary);
}

.text-btn.positive.add::after {
  left: 3px;
}

.text-btn.fill {
  padding: 7px 10px;
  background-color: var(--border);
  border-radius: 4px;
}

.text-btn.fill.negative {
  color: var(--rec-red);
  background-color: var(--rec-red-bg);
}

.text-btn.fill.positive {
  color: var(--rec-secondary);
  background-color: var(--rec-secondary-bg-light);
}

.text-btn .crud-ico {
  width: 17px;
}

.text-btn .crud-ico.arrow {
  width: 14px;
  position: relative;
  top: 1px;
}

.text-btn.type-down:after {
  content: "";
  display: block;
  width: 15px;
  height: 10px;
  background-image: url("../img/@2/crud-text-arrow.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.header {
  max-width: 750px;
  margin: auto;
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  padding: 0 20px;
  background-color: var(--white);
  z-index: 9;
  border-bottom: 1px solid transparent;
}

.header.serviceReady .titlelilne {
  color: var(--rec-secondary);
}

.header.serviceStart {
  background-color: var(--rec-secondary);
}

.header.serviceStart .ico.back:after {
  background-image: url("../img/@2/ico-back-white.png");
}

.header.serviceStart .text-btn.positive.fill {
  background-color: rgba(255, 255, 255, 0.09);
  color: rgba(255, 255, 255, 0.8);
}

.header.serviceStart .text-btn.negative.fill {
  background-color: var(--white);
}

.header.serviceStart .titlelilne {
  color: var(--white);
}

.header.transparent {
  background-color: transparent;
}

.header .header-step {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  height: 1px;
}

.header .header-step.full {
  gap: 0;
}

.header .header-step.null li {
  background-color: transparent;
}

.header .header-step li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  text-indent: -999rem;
  background-color: var(--border-light);
}

.header .header-step li.on {
  background-color: #A0C4FF;
}

.header.type-serach {
  background-color: var(--white);
  border-bottom: 1px solid var(--border-dark);
}

.header.type-serach .left {
  width: 100%;
}

.header.type-serach .serachline {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header.type-serach .serachline input {
  border: none;
  border-radius: 0;
  padding: 0;
  font-size: 2rem;
  height: 100%;
  background: none;
  font-weight: 600;
  width: 100%;
  letter-spacing: -0.5px;
}

.header.type-serach .serachline input:focus {
  border-color: transparent;
}

.header.type-serach .serachline input[readonly] {
  background-color: transparent;
  opacity: 1;
  color: var(--text);
}

.header .left {
  margin-right: auto;
}

.header .left .util {
  margin-left: -6px;
}

.header .right {
  margin-left: auto;
}

.header .right .more {
  margin-right: -10px;
}

.header .left,.header .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .util {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .util li + li {
  margin-left: 8px;
}

.header .titlelilne,.header h1 {
  font-size: 2rem;
  font-weight: 600;
}

.header .like-titlelilne {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.header .like-titlelilne:after {
  content: "";
  display: block;
  background: url("../img/@2/crud-titlelineArrow.png") no-repeat;
  width: 17px;
  height: 17px;
  background-size: contain;
  position: relative;
}

.header .like-titlelilne a {
  font-size: 2rem;
  font-weight: 600;
  color: var(--text);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}

.header .like-titlelilne a .option {
  font-size: 1.2rem;
  color: #B1B4C0;
  font-weight: 600;
  line-height: 1;
}

.profile {
  width: 84px;
  height: 84px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #e3e3e3;
  border-radius: 50%;
}

.search-preview {
  max-width: 750px;
  margin: auto;
  right: 0;
  display: none;
  background: rgba(255, 255, 255, 0.95);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  position: fixed;
  left: 0;
  width: 100%;
  top: 50px;
  height: calc(100vh - 50px);
  z-index: 9999;
  overflow: auto;
}

.search-preview .search-preivew-inner {
  padding: 10px 20px;
}

.search-list-label {
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  color: var(--text-light);
}

.search-data-list .symbol {
  width: 30px;
}

.search-data-list .side {
  color: var(--text-gray);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 13px;
}

.search-data-list .checkbox,.search-data-list .radio {
  width: 100%;
  padding: 0;
}

.search-data-list .checkbox span:after,.search-data-list .radio span:after {
  margin: 0;
}

.search-data-list.clear ul li {
  padding: 0;
}

.search-data-list.clear ul li::before {
  content: none;
}

.search-data-list.type-user ul li .profile {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}

.search-data-list ul li {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-height: 52px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-data-list ul li:before {
  display: block;
  width: 20px;
  height: 20px;
  position: relative;
  bottom: 1px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/@2/ico-search.png");
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search-data-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  color: var(--text);
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.search-data-list ul li a address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
}

.search-data-list ul li a small {
  color: var(--text-light);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -1px;
}

.search-data-list ul li a.vertical {
  padding: 14px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-data-list ul li .ico {
  width: 24px;
  height: 24px;
  position: absolute;
  right: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.search-data-list ul li .ico.drag {
  margin-right: 8px;
  position: static;
}

.search-data-list ul li .ico.favorite {
  width: 18px;
  height: 18px;
}

.search-data-list ul li .ico.delete:after {
  width: 10px;
  height: 10px;
  background-image: url("../img/@2/ico-delete-line.png");
  opacity: 0.7;
}

.search-data-list ul li .same {
  color: var(--rec-secondary);
  font-weight: 500;
}

.btmBar {
  max-width: 750px;
  margin: auto;
  left: 0;
  right: 0;
  position: fixed;
  bottom: 0;
  height: 52px;
  width: 100%;
  background: var(--white);
  -webkit-box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -4px 10px 0px rgba(0, 0, 0, 0.03);
  z-index: 10;
}

.btmBar + .container {
  padding-bottom: 52px;
}

.btmBar ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.btmBar ul li {
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.btmBar ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--text-gray);
  line-height: 15px;
  position: relative;
}

.btmBar ul li a:before {
  content: "";
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.btmBar ul li a span.dot {
  right: 50%;
  margin-right: -15px;
  top: 8px;
}

.btmBar ul li a .badge {
  left: 50%;
  margin-left: 5px;
  top: 3px;
  position: absolute;
}

.btmBar ul li.home a:before {
  background-image: url("../img/@2/gnb-home.png");
}

.btmBar ul li.category a:before {
  background-image: url("../img/@2/gnb-category.png");
}

.btmBar ul li.history a:before {
  background-image: url("../img/@2/gnb-history.png");
}

.btmBar ul li.chat a:before {
  background-image: url("../img/@2/gnb-chat.png");
}

.btmBar ul li.my a::before {
  content: none;
}

.btmBar ul li.my a .userImg {
  width: 26px;
  height: 26px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 100%;
  overflow: hidden;
  background-color: #F1F1F1;
}

.btmBar ul li.my a .userImg span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btmBar ul li.my a .userImg::before {
  position: absolute;
  top: 0;
  left: -1px;
  right: 0;
  bottom: 0;
  margin: auto;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../img/@2/gnb-my.png");
}

.btmBar ul li.on a {
  color: var(--text);
}

.btmBar ul li.on.home a:before {
  background-image: url("../img/@2/gnb-home-on.png");
}

.btmBar ul li.on.category a:before {
  background-image: url("../img/@2/gnb-category-on.png");
}

.btmBar ul li.on.history a:before {
  background-image: url("../img/@2/gnb-history-on.png");
}

.btmBar ul li.on.chat a:before {
  background-image: url("../img/@2/gnb-chat-on.png");
}

.btmBar ul li.on.my a:before {
  background-image: url("../img/@2/gnb-my-on.png");
}

.emoji {
  margin: 30px;
}

.emoji.center {
  text-align: center;
}

.emoji img {
  width: 80px;
}

.app-section.type-map {
  padding: 0;
}

.app-section.type-map + .app-section {
  border-top: none;
  padding-top: 20px;
}

.app-section .area-api {
  top: 50px;
}

.app-section .app-inner .gap-tight {
  margin-top: 0;
}

.app-section .app-inner.gap-tight {
  gap: 30px;
}

.app-section .app-inner.gap-tight article + article {
  margin-top: 0;
}

.area-api {
  position: fixed;
  width: 100vw;
  height: 100vh;
  max-width: 750px;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.2;
  -o-transition: all 0.2;
  transition: all 0.2;
}

.area-api .map-loacation-change {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.area-api .map-loacation-change a {
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  padding: 10px 20px;
  font-size: 1.4rem;
  color: var(--text);
  font-weight: 600;
}

.area-api .map-loacation-change a::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("../img/@2/crud-loacation.png") no-repeat;
  background-size: contain;
}

.area-api .iframe {
  width: 100%;
  height: 100%;
}

.btm-fixed-item + .sheetbar {
  padding-bottom: 40px;
}

.modal-sheet-container {
  margin-top: 20px;
}

.modal-sheet-container .app-section {
  padding-bottom: 20px;
}

.modal-sheet-container .app-section:last-child {
  padding-bottom: 0;
}

.modal-sheet-container .app-section + .app-section {
  padding-top: 20px;
  border-top: 10px solid var(--border-section);
}

.list-page-command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: fixed;
  z-index: 1000;
  right: 20px;
}

.list-page-command .ico.radius {
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.sheetbar {
  max-width: 750px;
  margin: auto;
  height: 300px;
  width: 100vw;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  background: var(--bg-page);
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  z-index: 3;
  -webkit-transition: height 0.1s;
  -o-transition: height 0.1s;
  transition: height 0.1s;
  -ms-touch-action: none;
  touch-action: none;
}

.sheetbar.on {
  height: calc(100vh - 200px) !important;
}

.sheetbar.on .sheetbar-inner {
  overflow: auto;
}

.sheetbar-inner {
  height: 100%;
  overflow: hidden;
}

.sheetbar.h360 {
  height: 360px;
}

.sheetbar .sticky-item {
  top: 28px;
  margin-top: -14px;
}

.sheetbar .sticky-item .list-filter-group {
  padding: 10px 20px 10px 20px;
}

.sheetbar .list-map-command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  z-index: 2;
  right: 20px;
  bottom: 100%;
}

.sheetbar address {
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 133.333% */
  letter-spacing: -1px;
}

.sheetbar address + .side {
  margin-top: 10px;
}

.sheetbar address.side {
  color: var(--text-gray);
  text-align: center;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 13px;
}

.sheetbar.bottomAuto {
  padding: 20px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
  padding-bottom: 0 !important;
}

.sheetbar-footer {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sheetbar-footer .btn {
  width: 100%;
}

.sheetbar .app-section {
  padding: 0;
}

.sheetbar .app-section + .app-section {
  padding: 30px 0;
}

.sheetbar.white {
  background-color: var(--white);
}

.sheetbar.white .sheetbar-command {
  background-color: var(--white);
}

.sheetbar.more .app-section:last-child {
  padding-bottom: 60px;
}

.sheetbar.more:after {
  display: block;
  width: 100%;
  height: 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.05)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.05) 100%);
  position: absolute;
  left: 0;
  bottom: 0;
}

.sheetbar.more.on:after {
  content: none;
}

.sheetbar-command {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 14px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 12px;
  background-color: var(--bg-page);
  z-index: 2;
}

.sheetbar-command a {
  text-indent: -999rem;
  display: block;
  margin: auto;
  border-radius: 30px;
  background: var(--text-light);
  -webkit-box-shadow: 0px 1px 2px 0px rgba(85, 85, 85, 0.25) inset;
  box-shadow: 0px 1px 2px 0px rgba(85, 85, 85, 0.25) inset;
  width: 46px;
  height: 4px;
}

.sheetbar .data-null {
  padding: 60px 0 !important;
}

.modal {
  overflow: hidden;
  position: fixed;
  width: 100%;
  z-index: 99999;
  top: 40%;
  -webkit-transition: top 0.4s ease-in-out;
  -o-transition: top 0.4s ease-in-out;
  transition: top 0.4s ease-in-out;
}

.modal.gray .modal-inner {
  background-color: var(--bg-gray);
}

.modal.alert .modal-title {
  padding: 0 20px;
}

.modal.center {
  text-align: center;
}

.modal.center .input-item-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.modal.page {
  margin-top: 0 !important;
  top: 0 !important;
  left: 0;
}

.modal.page .modal-inner {
  -webkit-box-shadow: none;
  box-shadow: none;
  top: 0;
  left: 0;
  max-width: 750px;
  height: 100vh;
  overflow: auto;
  width: 100%;
  border-radius: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  padding: 0;
}

.modal.page .modal-inner .modal-body {
  max-height: inherit;
}

.modal.page .modal-inner .modal-body .btm-fixed-item {
  position: fixed !important;
}

.modal.page .modal-inner .modal-body .btm-fixed-item + .container {
  padding-bottom: 60px;
}

.modal.sheet {
  margin-top: 0 !important;
  top: auto !important;
  bottom: -100%;
  -webkit-transition: bottom 0.4s;
  -o-transition: bottom 0.4s;
  transition: bottom 0.4s;
}

.modal.sheet.autoHieght .modal-body {
  overflow: inherit !important;
}

.modal.sheet .scroll-x-auto {
  margin-right: 0;
  padding: 0 0 0 20px;
}

.modal.sheet .modal-inner {
  left: 0;
  right: 0;
  max-width: 750px;
  width: 100%;
  border-end-start-radius: 0;
  border-end-end-radius: 0;
}

.modal.sheet .modal-inner.clear {
  padding-left: 0;
  padding-right: 0;
}

.modal.sheet .modal-inner.clear .modal-footer {
  padding-left: 20px;
  padding-right: 20px;
}

.modal.sheet .modal-inner .modal-body {
  max-height: calc(100vh - 200px);
  overflow-x: hidden;
  overflow-y: auto;
}

.modal.sheet .modal-inner .modal-body .form .app-tit-lv2 {
  font-size: 2rem;
}

.modal.sheet.on {
  bottom: 0%;
}

.modal.on {
  top: 50%;
  z-index: 999;
}

.modal.on .modal-inner {
  opacity: 1;
}

.modal.main .modal-inner {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal.main .modal-inner .img-area {
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.modal.main .modal-inner .img-area-inner {
  max-height: calc(100vh - 200px);
  overflow: auto;
}

.modal.main .modal-inner .row {
  margin-top: 10px;
}

.modal.main .modal-inner .row .column + .column {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.modal.main .modal-inner .btn-txt {
  display: block;
  font-size: 1.8rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  line-height: 44px;
  font-family: "Recipekorea";
}

.modal.main .modal-inner .btn-txt.positive {
  color: white;
}

.modal.toast {
  text-align: center;
  font-size: 1.6rem;
  color: var(--white);
  top: 0;
  margin-top: 0 !important;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.modal.toast.type-blue .modal-inner {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: auto;
}

.modal.toast.type-blue .modal-body {
  background: rgba(68, 110, 232, 0.9);
  padding: 10px;
  min-height: 40px;
  width: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
}

.modal.toast.type-blue .modal-body img {
  width: 20px;
  height: 20px;
}

.modal.toast.type-blue .hajumibtn {
  color: #B0D9FF;
  font-size: 1.5rem;
}

.modal.toast.type-blue .ico {
  width: 20px;
  height: 20px;
}

.modal.toast .modal-inner {
  width: 100%;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 20px;
}

.modal.toast .modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 55px;
  padding: 14px;
  border-radius: 50px;
  background: rgba(53, 53, 68, 0.9);
}

.modal.toast .modal-body p {
  font-size: 1.5rem;
  font-weight: 500;
}

.modal.toast.bottom {
  bottom: 0;
  top: auto;
}

.modal-inner {
  width: 90%;
  max-width: 650px;
  margin: auto;
  position: relative;
  z-index: 99999;
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  padding: 20px 20px 16px;
}

.modal .modal-dim {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  /* max-width: 750px; */
  height: 100%;
  background: #000;
  opacity: 0;
  z-index: 99998;
  -webkit-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
}

.modal .modal-dim.on {
  opacity: 0.7;
}

.modal .modal-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.modal .modal-title span {
  margin-top: 10px;
  display: block;
  color: var(--text-light);
  font-size: 15px;
  font-weight: 600;
  line-height: 15px;
  /* 100% */
}

.modal .modal-title.center {
  text-align: center;
}

.modal .desc {
  font-weight: 500;
  line-height: 28px;
  /* 155.556% */
  letter-spacing: -1px;
  font-size: 1.8rem;
  color: var(--text);
}

.modal small {
  display: inline-block;
  color: var(--text-light);
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: 500;
}

.modal .modal-body {
  max-height: 355px;
}

.modal .modal-body + .modal-footer {
  margin-top: 20px;
}

.modal .modal-body.auto {
  max-height: inherit;
}

.modal .modal-header {
  margin-left: -20px;
  margin-right: -20px;
}

.modal .modal-header .header {
  position: static;
}

.modal .modal-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.modal .modal-footer .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

/* image modal */

.attchfile-images-preview-modal {
  background-color: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.attchfile-images-preview-modal .preview-close {
  position: absolute;
  left: 20px;
  top: 8px;
  display: block;
  text-indent: -999rem;
  background: url("../img/@2/crud-preview-close.png") no-repeat center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.attchfile-images-preview-modal .swiper-pagination {
  bottom: 20px;
}

.attchfile-images-preview-modal .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.attchfile-images-preview-modal .modal-swiper-container {
  width: 100vw;
  height: calc(100vh - 200px);
}

.attchfile-images-preview-modal .modal-swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}

.attchfile-images-preview-modal .modal-swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  position: relative;
}

.attchfile-images-preview-modal .modal-swiper-container .swiper-wrapper .attch-item {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.attchfile-images-preview-modal .attch-item {
  opacity: 0;
  width: 200px;
  height: 200px;
}

.attchfile-images-preview-modal.on {
  opacity: 1;
}

.attchfile-images-preview-modal.on .attch-item {
  opacity: 1;
}

.btm-fixed-item {
  max-width: 750px;
  margin: auto;
  left: 0;
  right: 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.btm-fixed-item:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(70%, rgba(255, 255, 255, 0.97)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.97) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0.97) 70%, rgba(255, 255, 255, 0) 100%);
}

.btm-fixed-item .inner {
  padding: 20px;
  position: relative;
  z-index: 1;
}

.btm-fixed-item .inner .agree {
  margin-bottom: 10px;
}

.btm-fixed-item.fixed {
  position: fixed !important;
}

.btm-fixed-item .toast {
  position: absolute;
  bottom: calc(100% - 20px) !important;
}

.btm-fixed-item .additional-info {
  padding: 12px 20px 0;
}

.btm-fixed-item .additional-info + .toast {
  bottom: calc(100% - 10px) !important;
}

.btm-fixed-item.full {
  -webkit-box-shadow: 0px -6px 14px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px -6px 14px 0px rgba(0, 0, 0, 0.08);
}

.btm-fixed-item.full .inner {
  padding: 0;
  height: 70px;
}

.btm-fixed-item.full .inner .btn-group {
  gap: 0;
  background-color: #fff;
}

.btm-fixed-item.full .inner .sidebtn {
  background-color: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 70px;
  text-indent: 0;
  width: 100px;
  color: rgba(53, 53, 68, 0.7);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: -0.5px;
}

.btm-fixed-item.full .inner .sidebtn:after {
  width: 32px;
  height: 32px;
}

.btm-fixed-item.full .inner .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  border-radius: 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
}

.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-group.col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.btn-group.col .btn {
  width: 100%;
}

.btn-group .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.markerBox {
  position: relative;
  display: inline-block;
  z-index: 2;
  text-align: center;
  width: 39px;
  height: 52px;
}

.markerBox .markerlable {
  position: relative;
  z-index: 2;
  color: var(--white);
  top: 14px;
  font-size: 1.15rem;
  font-weight: 600;
}

.markerBox.type-pin.yellow:after {
  background: url("../img/@2/map-pin-yellow.png") no-repeat center;
  background-size: contain;
}

.markerBox.type-pin.yellow .markerlable {
  color: var(--text);
}

.markerBox.type-pin:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  display: block;
  content: "";
  background: url("../img/@2/map-pin.png") no-repeat center;
  background-size: contain;
  width: 40px;
  height: 52px;
}

.markerBox.type-pin .profile {
  width: 37px;
  height: 37px;
  z-index: 2;
  position: relative;
  border: none;
  top: 2px;
  left: 1px;
  right: 0;
  margin: auto;
}

.markerBox.type-pin .markerBox-txt {
  top: 20px;
}

.markerBox .profile {
  margin: auto;
  width: 40px;
  height: 40px;
  border: 1px solid var(--text);
}

.markerBox-txt {
  display: inline-block;
  bottom: -53px;
  margin: auto;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  border-radius: 50px;
  line-height: 22px;
  height: 22px;
  padding: 0 8px;
  color: var(--white);
  background: rgba(53, 53, 68, 0.8);
  font-size: 1.1rem;
  position: absolute;
  top: 3px;
}

.inlineDatepicker {
  border: 2px solid var(--border);
  border-radius: 10px;
  padding: 20px;
  overflow: hidden;
}

.inlineDatepicker .ui-datepicker-inline {
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.additional-info {
  border-top: 1px solid var(--border-dark);
  position: relative;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, var(--border)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, var(--border) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, var(--border) 50%, rgba(255, 255, 255, 0) 100%);
  padding: 16px;
}

.additional-info .user {
  position: relative;
}

.additional-info .user:after {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/@2/crud-arrow.png);
  width: 8px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}

.additional-info dl {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.additional-info dl dt {
  color: var(--text-gray);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 24px;
  /* 160% */
  letter-spacing: -1px;
}

.additional-info dl dd {
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 18px;
  /* 100% */
  letter-spacing: 0.5px;
}

.additional-info .text-cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 20px;
}

.additional-info .text-cont.on .desc {
  max-height: 140px;
  -o-text-overflow: inherit;
  text-overflow: inherit;
  -webkit-line-clamp: inherit;
  overflow: auto;
}

.additional-info .desc {
  word-wrap: break-word;
  width: 100%;
  color: rgba(42, 46, 55, 0.7);
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 24px;
  /* 142.857% */
  letter-spacing: 0.3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  overflow: hidden;
  vertical-align: top;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  max-height: 48px;
}

.additional-info .more {
  width: 52px;
}

.global-search .ui-talk {
  right: 22px;
  left: auto;
}

.ui-talk {
  position: absolute;
  text-align: center;
  right: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-animation: dungMargin 0.4s infinite alternate;
  animation: dungMargin 0.4s infinite alternate;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.ui-talk.red span {
  background-color: var(--rec-red);
}

.ui-talk.lar span {
  padding: 10px 14px;
  font-size: 1.5rem;
  border-radius: 8px;
}

.ui-talk.lar.radius span {
  border-radius: 500px;
  padding: 10px 20px;
}

.ui-talk .hajumibtn {
  margin-left: 14px;
  color: #B0D9FF;
  font-size: 1.5rem;
}

.ui-talk.top.red span:after,.ui-talk.btm.red span:after,.ui-talk.left.red span:after,.ui-talk.right.red span:after {
  border-top-color: var(--rec-red);
}

.ui-talk.top span:after,.ui-talk.btm span:after,.ui-talk.left span:after,.ui-talk.right span:after {
  position: absolute;
  bottom: -6px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid var(--rec-secondary);
}

.ui-talk.left span:after {
  left: 10px;
}

.ui-talk.right span:after {
  right: 10px;
}

.ui-talk.top {
  bottom: 100%;
}

.ui-talk.btm span:after {
  top: -7px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.ui-talk span {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  background: rgba(68, 110, 232, 0.95);
  color: var(--white);
  text-align: center;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 16px;
  /* 133.333% */
  letter-spacing: -1px;
}

.ui-talk span small {
  color: var(--rec-primary);
}

.ui-talk span.column {
  gap: 4px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.selected-label {
  border-radius: 6px;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
}

.selected-label-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.selected-label.blue {
  color: var(--rec-secondary);
}

.box-guideline {
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(var(--border)), to(rgba(244, 245, 249, 0)));
  background: -o-linear-gradient(top, var(--border) 0%, rgba(244, 245, 249, 0) 100%);
  background: linear-gradient(180deg, var(--border) 0%, rgba(244, 245, 249, 0) 100%);
  padding: 14px 14px 15px 18px;
}

.box-guideline .tit {
  color: var(--text);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 20px;
  /* 153.846% */
  margin-bottom: 10px;
}

.box-guideline.default {
  background-color: var(--border);
  padding: 16px;
}

.box-guideline.default .tit {
  font-size: 1.5rem;
}

.box-guideline.default ol + .tit {
  margin-top: 20px;
}

.box-guideline.default p {
  font-size: 1.4rem;
}

.box-guideline.default p + p {
  margin-top: 10px;
}

.box-guideline.default p + .tit {
  margin-top: 20px;
}

.box-guideline .list-dot li,.box-guideline .list-num li {
  position: relative;
  color: var(--text-light);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  padding-left: 10px;
}

.box-guideline .list-dot li + li,.box-guideline .list-num li + li {
  margin-top: 0;
}

.box-guideline .list-dot li::before {
  width: 3px;
  height: 3px;
  background-color: var(--text-light);
  left: 0;
  top: 8px;
}

pre.desc {
  text-align: left;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -1px;
  white-space: break-spaces;
  word-wrap: break-word;
}

.thumbnail {
  position: relative;
  width: 80px;
  height: 80px;
}

.thumbnail .attch-item {
  display: block;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px 10px 0 10px;
}

.thumbnail .more {
  position: absolute;
  right: 0;
  bottom: 0;
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 15px;
  /* 100% */
  letter-spacing: -0.5px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  width: 30px;
  height: 30px;
}

.user {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 8px;
}

.user .profile {
  width: 32px;
  height: 32px;
}

.user .name {
  color: var(--text);
  font-family: Pretendard;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 15px;
  /* 107.143% */
  letter-spacing: -0.5px;
}

.user .name a {
  color: var(--text);
}

.user .side {
  color: var(--text);
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 20px;
  /* 153.846% */
  letter-spacing: -0.5px;
}

.category-tag {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.category-tag .kind {
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 26px;
  /* 173.333% */
  letter-spacing: -0.5px;
}

.loading {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 750px;
  background: rgba(0, 0, 0, 0.7);
}

.loading .loading-icon {
  width: 76px;
  height: 76px;
  background: url(../img/@2/loading.gif) no-repeat;
  background-size: contain;
  background-position: center;
}

.loading p {
  color: var(--white);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.loading.basic {
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 9;
  background: rgba(255, 255, 255, 0.7);
}

.slidePushGui {
  height: 52px;
  width: 100%;
  background: var(--white);
  overflow: hidden;
  border: 1px solid var(--border-light);
  position: relative;
  text-align: center;
  line-height: 52px;
  border-radius: 10px;
  position: relative;
}

.slidePushGui .progressBar {
  background: var(--rec-secondary-bg);
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
}

.slidePushGui .text {
  text-indent: 9px;
  opacity: 0.6;
  color: var(--rec-secondary);
  font-size: 1.7rem;
  font-weight: 700;
  letter-spacing: -0.5px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: transparent;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently */
}

.slidePushGui .text:before,.slidePushGui .text:after {
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slidePushGui .text:before {
  right: 43px;
  -webkit-animation: opacity 0.4s alternate infinite;
  animation: opacity 0.4s alternate infinite;
}

.slidePushGui .text:after {
  right: 34px;
  -webkit-animation: opacity 0.4s 0.4s alternate infinite;
  animation: opacity 0.4s 0.4s alternate infinite;
}

.slidePushGui.complite .progressBar {
  background: var(--rec-secondary-bg);
}

.slidePushGui.complite .text {
  color: var(--rec-secondary);
}

.slidePushGui .drag {
  position: absolute;
  left: 0%;
  display: inline-block;
  line-height: 52px;
  cursor: pointer;
  text-align: center;
  width: 48px;
  height: 48px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 9;
  border: none;
  background-image: url("../img/@2/drag-default.png");
  background-size: 14px 14px;
  background-color: var(--rec-secondary);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  -webkit-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
}

.slidePushGui .drag:before {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.slidePushGui .drag.locked_handle {
  margin-left: 1px !important;
}

.slidePushGui .drag.unlocked_handle {
  margin-left: -49px !important;
  -webkit-animation: ani-beat 1.3s both;
  animation: ani-beat 1.3s both;
}

.slidePushGui:before,.slidePushGui:after {
  content: "";
  display: block;
  width: 6px;
  height: 7px;
  background: url("../img/@2/push-arrow.png") no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.slidePushGui:before {
  right: 25px;
  -webkit-animation: opacitySpeed 0.4s 0.8s alternate infinite;
  animation: opacitySpeed 0.4s 0.8s alternate infinite;
}

.slidePushGui:after {
  right: 16px;
  -webkit-animation: opacitySpeed 0.4s 1.2s alternate infinite;
  animation: opacitySpeed 0.4s 1.2s alternate infinite;
}

@-webkit-keyframes opacitySpeed {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes opacitySpeed {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes dungMargin {
  0% {
    bottom: 110%;
  }

  100% {
    bottom: 100%;
  }
}

@keyframes dungMargin {
  0% {
    bottom: 110%;
  }

  100% {
    bottom: 100%;
  }
}

@-webkit-keyframes dung {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes dung {
  0% {
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px);
  }

  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-webkit-keyframes ani-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes ani-beat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ani-refresh {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }

  50% {
    opacity: 0.5;
    -webkit-transform: rotate(180deg) scale(0.9);
    transform: rotate(180deg) scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@keyframes ani-refresh {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }

  50% {
    opacity: 0.5;
    -webkit-transform: rotate(180deg) scale(0.9);
    transform: rotate(180deg) scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@-webkit-keyframes ani-refresh2 {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }

  50% {
    opacity: 0.5;
    -webkit-transform: rotate(180deg) scale(0.9);
    transform: rotate(180deg) scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

@keyframes ani-refresh2 {
  0% {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
  }

  50% {
    opacity: 0.5;
    -webkit-transform: rotate(180deg) scale(0.9);
    transform: rotate(180deg) scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: rotate(360deg) scale(1);
    transform: rotate(360deg) scale(1);
  }
}

.arrow-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 4px;
}

.arrow-container .arrow {
  opacity: 0;
  -webkit-animation: blink 1s infinite;
  animation: blink 1s infinite;
  background: url("../img/@2/ico-arrow-r-w.png") no-repeat;
  width: 10px;
  height: 10px;
  text-indent: -999rem;
  background-size: contain;
}

@-webkit-keyframes blink {
  0% {
    opacity: 0;
  }

  33.33% {
    opacity: 1;
  }
}

@keyframes blink {
  0% {
    opacity: 0;
  }

  33.33% {
    opacity: 1;
  }
}

.arrow:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.arrow:nth-child(2) {
  -webkit-animation-delay: 0.33s;
  animation-delay: 0.33s;
}

.arrow:nth-child(3) {
  -webkit-animation-delay: 0.66s;
  animation-delay: 0.66s;
}

.inner-tab .category-item {
  background-color: #F3F4F8;
}

.bankbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.bankbox img {
  width: 30px;
  height: 30px;
}

.bankbox .bankInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0px;
}

.bankbox .bankInfo .ico {
  width: 20px;
  height: 20px;
}

.bankbox .name {
  font-size: 1.4rem;
  line-height: 1;
}

.bankbox .num {
  font-size: 1.4rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.justify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cancel-badge {
  background-color: #ededed;
  border-radius: 6px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 26px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text);
  font-weight: 500;
  line-height: 12px;
  font-size: 1.4rem;
}

.main-category-panel {
  width: 100%;
  background: var(--white);
  border-radius: 16px;
  padding: 10px 0;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
}

.main-category-panel .categoryIcon-list.type-button ul li {
  height: 104px;
}

@media (max-width: 375px) {
  .main-category-panel .categoryIcon-list.type-button ul li {
    height: 90px;
  }
}

.main-fixed-button {
  padding: 0 20px;
  position: fixed;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
}

.main-fixed-button .btn {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-fixed-button .btn.positive {
  color: var(--rec-primary);
}

.main-fixed-button .btn.myArea {
  width: 60px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  padding: 0;
  gap: 4px;
  font-size: 1.3rem;
  color: var(--text);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.main-fixed-button .btn.myArea img {
  width: 17px;
}

.make-fixed-item {
  position: fixed;
  width: 100%;
  left: 0;
  padding: 0 20px;
  background-color: var(--white);
  z-index: 2;
}

.chat-report-button {
  z-index: 2;
  position: fixed;
  width: 140px;
  left: 0;
  right: 0;
  margin: auto;
  top: 60px;
  height: 40px;
  background: rgba(237, 237, 241, 0.8);
  border-radius: 100px;
  font-size: 1.5rem;
  line-height: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 4px;
  font-weight: 500;
  color: var(--rec-red);
}

.chat-report-button::before {
  background-image: url("../img/@2/ico-report.png");
  width: 18px;
  height: 18px;
  display: block;
  content: "";
  background-size: contain;
}

html.splash {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F2F3F5));
  background: -o-linear-gradient(top, #FFF 0%, #F2F3F5 100%);
  background: linear-gradient(180deg, #FFF 0%, #F2F3F5 100%);
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

html.splash .splash-page {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html.splash .splash-page .splash-event .splash-step1 {
  color: var(--text);
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 48px;
  /* 131.84% */
  letter-spacing: -0.303px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html.splash .splash-page .splash-event .splash-step2 {
  margin-top: -60px;
  display: none;
}

html.splash .splash-page .splash-event .splash-step2 .splash-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

html.splash .splash-page .splash-event .splash-step2 .logo-text {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

html.splash .splash-page .splash-event .splash-step2 .logo-text.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

html.main {
  background-color: var(--bg-page);
}

html.main .header {
  background-color: transparent;
}

html.main .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 110px;
}

html.main .container main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

html.chat {
  background-color: var(--bg-chat);
}

html.gray {
  background-color: var(--bg-page);
}

html.gray .tab-main {
  background-color: var(--white);
}

.logo-motion {
  margin: auto;
  width: 120px;
  position: relative;
}

.logo-motion .symbol {
  position: relative;
  z-index: 1;
}

.logo-motion .shadow {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-filter: blur(17px);
  filter: blur(17px);
  opacity: 0.5;
}

.logo-motion + .global-search {
  margin-top: 30px;
}

.request-tab {
  padding: 0 20px 0;
}

.requestPage .request-tab {
  padding: 30px 20px 0;
}

.requestPage .app-section {
  padding-top: 0;
}

.requestPage .app-section .app-inner {
  padding: 0 0;
}

.requestPage .app-section .form {
  padding: 40px 20px 40px;
}

.requestPage .app-section .form > .form {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.requestPage .app-section .form + .form {
  border-top: 10px solid var(--border-section);
}

.requestPage .search-tab {
  padding: 0 20px 0;
}

.requestPage .search-tab + .form {
  padding-top: 40px;
}

.search-tab + .form {
  padding-top: 0;
}

.search-tab ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.search-tab ul li {
  width: 100%;
  border-radius: 10px;
  background-color: var(--border);
}

.search-tab ul li + li {
  margin-left: 20px;
}

.search-tab ul li a {
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: 29px;
  /* 141.176% */
  letter-spacing: -1px;
  font-size: 1.8rem;
  position: relative;
  padding: 10px 0;
  color: rgba(159, 162, 180, 0.7);
}

.search-tab ul li a:after {
  display: none;
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: transparent;
  text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.1);
}

.search-tab ul li.on {
  background-color: var(--white);
  -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.1);
}

.search-tab ul li.on a {
  color: var(--text);
}

.search-tab ul li.on a:after {
  content: none;
}

.tab-main {
  position: fixed;
  top: 50px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 20px;
  max-width: 750px;
  margin: auto;
  z-index: 9;
  border-bottom: 1px solid var(--border-light);
}

.tab-main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
}

.tab-main ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-main ul li a {
  text-indent: -999rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tab-main ul li a:after {
  display: block;
  width: 86px;
  height: 21px;
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.tab-main ul li.please a:after {
  background-image: url("../img/@2/text-tab-please.png");
}

.tab-main ul li.doit a:after {
  background-image: url("../img/@2/text-tab-doit.png");
}

.tab-main ul li.on a {
  border-bottom: 3px solid var(--text);
}

.tab-main ul li.on.please a:after {
  background-image: url("../img/@2/text-tab-please-on.png");
}

.tab-main ul li.on.doit a:after {
  background-image: url("../img/@2/text-tab-doit-on.png");
}

.tab-main + .sticky-rel {
  padding-top: 60px;
  padding-bottom: 110px;
}

.tab-main + .sticky-rel .sticky-item {
  top: 110px;
}

.static-talk {
  background-color: rgba(249, 249, 249, 0.9);
  border-radius: 100px;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.static-talk p {
  font-size: 1.5rem;
  color: var(--text-light);
  line-height: 1;
}

.static-talk img {
  width: 20px;
}

.last-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.last-button .btn {
  width: 100%;
}

.last-button p {
  font-size: 1.4rem;
}

.noSticky-item {
  padding: 10px 20px 10px;
  background-color: var(--white);
}

.tab-sub {
  border-bottom: 1px solid var(--border-light);
}

.tab-sub ul {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 44px;
}

.tab-sub ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.tab-sub ul li a {
  color: rgba(53, 53, 68, 0.4);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 24px;
  /* 141.176% */
  letter-spacing: -0.5px;
}

.tab-sub ul li a sup {
  font-weight: 500;
  color: var(--text);
  margin-left: 2px;
}

.tab-sub ul li.on::after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: var(--rec-secondary);
  position: absolute;
  bottom: -1px;
  left: 0;
}

.tab-sub ul li.on a {
  color: var(--text);
}

.tab-sub.white {
  background-color: var(--white);
}

main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

main .main-contents {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

main .main-contents .app-inner {
  gap: 14px;
}

.board-review .review-item {
  padding: 14px 0;
}

.review-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.review-item + .review-item {
  border-top: 1px solid var(--border);
}

.review-item .review-head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review-item .review-head .ico.more {
  margin-right: -10px;
}

.review-item .review-body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.review-item .review-body .desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 26px;
  color: var(--text);
  word-wrap: break-word;
}

.review-item .review-body .impression {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.review-item .review-body .impression .thumbnail {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.review-item .review-body .impression .list ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

.review-item .review-foot {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.review-item .review-foot + .textarea-wrap {
  margin-top: -10px;
}

.review-item .list-comment .review-body .desc {
  font-size: 1.5rem;
  line-height: 22px;
}

.review-item .list-comment .comment-item {
  border-radius: 10px;
  background: var(--border);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 10px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.review-item .list-comment .comment-item + .comment-item {
  margin-top: 14px;
}

.review-item .list-comment .comment-item .review-foot {
  padding-bottom: 0;
}

.review-item .list-comment .comment-item .review-foot .command {
  margin-left: auto;
}

.btn-comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  border-radius: 44px;
  background: var(--border);
  height: 54px;
  color: rgba(53, 53, 68, 0.4);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 24px;
  /* 141.176% */
  letter-spacing: 0.3px;
  padding: 0 14px;
}

.btn-comment .profile {
  width: 32px;
  height: 32px;
}

.userCard {
  max-width: 750px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
  z-index: 9;
  padding: 20px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.userCard .list-card-userItem,.userCard .list-card-requestItem {
  -webkit-box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 58px 0px rgba(0, 0, 0, 0.25);
}

.userCard.on {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.ad-banner-area {
  padding-bottom: 52px;
  width: 100%;
  max-width: 330px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 40px;
}

.global-search {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 60px;
  position: relative;
  margin: auto;
  -webkit-box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 2px 22px 0px rgba(0, 0, 0, 0.05);
  border-radius: 16px;
}

.global-search .inner {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: var(--white);
  border-radius: 16px;
  padding: 0 40px;
}

.global-search .inner .ico {
  position: absolute;
  top: 12px;
  left: 10px;
  width: 36px;
  height: 36px;
}

.global-search .inner .ico.search::after {
  width: 28px;
  height: 28px;
  background-image: url("../img/@2/ico-search.png");
  background-size: contain;
}

.global-search .inner .logo-motion {
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 40px;
  height: 40px;
}

.global-search .inner .placeholder {
  white-space: nowrap;
  line-height: 60px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--text);
  opacity: 0.4;
  text-align: left;
  text-indent: 12px;
}

.global-search .inner .loling-text li {
  white-space: nowrap;
  line-height: 60px;
  font-size: 1.95rem;
  font-weight: 700;
  background: -webkit-gradient(linear, left top, right top, from(var(--rec-primary)), to(var(--rec-primary-gradient)));
  background: -o-linear-gradient(left, var(--rec-primary) 0%, var(--rec-primary-gradient) 100%);
  background: linear-gradient(to right, var(--rec-primary) 0%, var(--rec-primary-gradient) 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.global-search .inner .fix-text {
  margin-left: 14px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 60px;
}

.global-search + .btn-list {
  margin-top: 30px;
}

.global-search::after {
  content: none;
  position: absolute;
  left: -2px;
  top: -2px;
  border-radius: 16px;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: -webkit-gradient(linear, left top, right top, color-stop(60%, var(--rec-primary)), to(var(--rec-primary-gradient)));
  background: -o-linear-gradient(left, var(--rec-primary) 60%, var(--rec-primary-gradient) 100%);
  background: linear-gradient(to right, var(--rec-primary) 60%, var(--rec-primary-gradient) 100%);
}

.global-search + .category-list {
  margin-top: 20px;
}

.tagline {
  margin-bottom: 24px;
  margin-top: 24px;
}

.category-list.favorite {
  padding: 0 20px;
}

.category-list.favorite ul {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-list.favorite.list-scroll-x {
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.category-list.favorite.list-scroll-x ul {
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
}

.category-list.favorite.list-scroll-x ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.category-list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.category-list ul li {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.category-list ul li.more img {
  width: 17px;
}

.btn-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-item {
  position: relative;
  min-height: 46px;
  border-radius: 16px;
  background-color: var(--border);
  padding: 10px 16px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  color: var(--text);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 8px;
  border: 1px solid transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-item > a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 24px;
  color: var(--text);
}

.category-item .ico.delete {
  width: 9px;
  height: 9px;
}

.category-item .ico.delete:after {
  background-image: url("../img/@2/ico-delete-line.png");
}

.category-item.black {
  background-color: var(--text);
  color: var(--rec-primary-gradient);
}

.category-item.cmd {
  border: 1px solid var(--border-light);
  background-color: transparent;
}

.category-item.active {
  background-color: var(--text);
  color: var(--white);
}

a.category-mainItem {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

a.category-mainItem:active {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.categoryIcon-list {
  padding: 0 60px 0 20px;
}

.categoryIcon-list.type-button {
  padding: 0;
}

.categoryIcon-list.type-button ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 4px;
}

.categoryIcon-list.type-button ul li {
  height: 104px;
  width: calc(33.33% - 3px);
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.scroll-x-auto-marginNone .category-mainItem {
  width: 104px;
  height: 90px;
}

.category-mainItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 2px solid transparent;
}

.category-mainItem img {
  width: 60px;
  height: 60px;
}

.category-mainItem img + span {
  margin-top: 0;
  letter-spacing: -1px;
}

.category-mainItem span {
  font-weight: 600;
  font-size: 1.35rem;
  color: var(--text);
}

.category-mainItem.on {
  border: 2px solid var(--border-dark);
  background: -o-radial-gradient(50% 18.92%, 81.08% 81.08%, var(--border) 0%, var(--white) 100%);
  background: radial-gradient(81.08% 81.08% at 50% 18.92%, var(--border) 0%, var(--white) 100%);
}

.category-mainItem.on span {
  color: var(--text);
}

.clear-layout {
  text-align: center;
}

.clear-layout .input-item {
  width: 300px;
  margin: auto;
}

.clear-layout .input-item.agreeList {
  width: 100%;
}

.clear-layout .app-tit {
  display: block;
  margin: 0;
}

.countdownTimer {
  color: #ee5659;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 32px;
}

.certifi-num {
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}

.certifi-num input {
  font-size: 2.4rem;
  font-weight: 700;
  border: none;
  border-bottom: 4px solid #f7f7fa;
  border-radius: 0;
  width: 30px;
  background: none;
  text-align: center;
  padding: 0;
}

.certifi-num input:focus {
  border-color: var(--text);
}

.chat-room {
  text-align: center;
  padding: 56px 20px 80px;
}

.chat-room .chat-guide {
  margin-bottom: 30px;
}

.chat-room .chat-guide .tit {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: -1px;
}

.chat-room .chat-guide .tit img {
  width: 11px;
}

.chat-room .chat-guide .tit + .desc {
  margin-top: 10px;
}

.chat-room .chat-guide .desc {
  color: var(--text-light);
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 20px;
}

.chat-room .push-talk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  padding: 9px 8px;
  border-radius: 16px;
  background-color: var(--rec-secondary-bg);
}

.chat-room .push-talk.type-noimg {
  padding-left: 12px;
}

.chat-room .push-talk .list-attchfile {
  width: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  height: 90px;
  overflow: hidden;
}

.chat-room .push-talk .list-attchfile ul li .attch-item {
  width: 80px !important;
  height: 80px !important;
}

.chat-room .push-talk .info {
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.chat-room .push-talk .info .label {
  display: block;
  color: var(--rec-secondary);
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1;
}

.chat-room .push-talk .info .desc {
  color: var(--rec-secondary);
  font-weight: 1.3rem;
  font-weight: 400;
  line-height: 18px;
}

.chat-room .push-talk .info .price {
  color: var(--rec-secondary);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

.chat-value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.chat-value .chat-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  width: 100%;
}

.chat-value .chat-group .talk-read {
  line-height: 13px;
}

.chat-value .chat-group .profile {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 32px;
  height: 32px;
}

.chat-value .chat-group .talk-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}

.chat-value .chat-group .talk-group .talk-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  gap: 6px;
}

.chat-value .chat-group .talk-group .talk-box-inner {
  border-radius: 0px 10px 10px 10px;
  background: var(--white);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
  padding: 10px 14px;
  text-align: left;
  word-break: break-all;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 26px;
  max-width: calc(100% - 80px);
}

.chat-value .chat-group .talk-group .talk-box-inner a {
  color: var(--text);
}

.chat-value .chat-group .talk-group .talk-box .list-attchfile.default {
  max-width: 180px;
}

.chat-value .chat-group .chat-notice {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.chat-value .chat-group .chat-notice span {
  padding: 6px 10px;
  border-radius: 30px;
  background: rgba(217, 218, 225, 0.3);
  color: var(--text-light);
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -1px;
  font-size: 1.3rem;
}

.chat-value .chat-group.right .talk-group .talk-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.chat-value .chat-group.right .talk-group .talk-box a {
  color: var(--white);
}

.chat-value .chat-group.right .talk-group .talk-box-inner {
  background: var(--text);
  color: var(--white);
  border-radius: 10px 0px 10px 10px;
}

.chat-value .chat-group.right .talk-group .talk-box .list-attchfile.default ul {
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.chat-user-list ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
  gap: 10px;
}

.chat-user-list ul li a .profile {
  width: 50px;
  height: 50px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.chat-user-list ul li a .chat-preview {
  width: calc(100% - 60px);
}

.chat-user-list ul li a .chat-preview .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 4px;
}

.chat-user-list ul li a .chat-preview .info .name {
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--text);
  line-height: 24px;
}

.chat-user-list ul li a .chat-preview .desc-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.chat-user-list ul li a .chat-preview .desc-container .badge {
  margin-left: auto;
}

.chat-user-list ul li a .chat-preview .desc-container .desc {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -1px;
  color: var(--text);
}

.chat-user-list ul li + li {
  border-top: 1px solid #e9ebee;
}

.talk-input {
  background-color: var(--white);
  padding: 10px 20px;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.talk-input .ico {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.talk-input textarea {
  background-color: transparent;
  border: none;
  border-radius: 0;
  min-height: 40px;
  height: 40px;
  padding: 0 10px;
  padding-top: 10px;
  font-weight: 600;
  font-size: 1.8rem;
}

.talk-input .send.disabled {
  pointer-events: none;
}

.talk-input .send.disabled:after {
  background-image: url("../img/@2/ico-send.png");
}

.inputShowTarget {
  display: none;
}

.hashitem {
  border-radius: 6px;
  background: var(--bg-gray);
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 26px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text);
  font-weight: 500;
  line-height: 12px;
  font-size: 1.4rem;
}

.hashitem img {
  width: 17px;
  margin-left: -4px;
}

.hashitem i {
  font-style: normal;
  font-weight: 400;
  opacity: 0.6;
  margin-left: 4px;
}

.hashitem.blue {
  background: var(--rec-secondary-bg);
  color: var(--rec-secondary);
}

.hashitem.blue.fill {
  background-color: var(--rec-secondary);
  border-color: var(--rec-secondary);
  color: var(--white);
}

.hashitem.white {
  border: 1px solid var(--border-light);
  background: var(--white);
  color: var(--text);
}

.hashitem.red {
  color: var(--rec-red);
  border: 1px solid var(--border-light);
  background: var(--white);
}

.hashitem.red.fill {
  background-color: var(--rec-red-bg);
  border-color: var(--rec-red-bg);
}

.hashitem.yellow {
  border: 1px solid var(--rec-primary-border);
  color: var(--text);
  background: var(--rec-primary-bg);
}

.hashitem.transparent {
  background: transparent;
  color: var(--rec-secondary);
  border: 1px solid var(--rec-secondary-border-light);
}

.hashitem.type-ico {
  padding: 0 6px;
  background-color: transparent;
  text-indent: -999rem;
  border: 1px solid var(--border-light);
}

.hashitem.type-ico::after {
  content: "";
  width: 17px;
  height: 5px;
  display: block;
  background: url("../img/@2/crud-more.png") no-repeat;
  background-size: contain;
}

.hashitem.line {
  border: 1px solid var(--border-light);
}

.score {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--text);
  font-family: Pretendard;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 133.333% */
  letter-spacing: 0.3px;
}

.score:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url("../img/@2/ico-favorite-on.png") no-repeat;
  background-size: contain;
}

.jsutify-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.guide-agree .desc {
  color: var(--text-gray);
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}

.checkingEvt-box,.checkingEvt-form {
  display: none;
}

.checkingOptionCont {
  margin: 14px 0;
}

.form {
  padding: 20px 0;
}

.form .list-type-more-ui {
  padding: 20px 0;
}

.form .form {
  margin-top: 30px;
}

.form:first-child {
  padding-top: 0;
}

.form:last-child {
  padding-bottom: 0;
}

.form .app-tit {
  margin-bottom: 14px;
}

.type-request-viewMain .user {
  margin-top: 20px;
}

.type-request-viewMain .request-view > ul .request-info-item {
  padding: 16px 0;
  border-top: 1px solid var(--border-dark);
}

.sheetbar-inner .request-view > ul .request-info-item:last-child {
  padding-bottom: 16px;
}

.request-view > ul {
  padding: 16px 0 0;
}

.request-view > ul .request-info-item {
  padding: 0 0 16px;
}

.request-view > ul .request-info-item + .request-info-item {
  padding: 16px 0;
  border-top: 1px solid var(--border-dark);
}

.request-view > ul .request-info-item:last-child {
  padding-bottom: 0;
}

.request-view > ul .request-info-item .dash {
  color: var(--text-light);
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 30px;
}

.request-view > ul .request-info-item .list-attchfile {
  margin-top: 10px;
}

.request-view > ul .request-info-item .selected-label + .desc {
  margin-top: 10px;
}

.request-view > ul .request-info-item .desc {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
}

.request-view > ul .request-info-item .desc small {
  display: block;
  font-weight: 400;
  font-size: 1.8rem;
}

.request-view > ul .request-info-item ol.type-button li {
  border: 2px solid var(--border);
  border-radius: 14px;
  padding: 14px 22px;
}

.request-view > ul .request-info-item ol.type-button li.on {
  border: 2px solid var(--rec-secondary);
}

.request-view > ul .request-info-item ol.type-button li + li {
  margin-top: 10px;
}

.request-view > ul .request-info-item ol.type-button li .desc {
  font-size: 1.5rem;
  font-weight: 700;
}

.request-view > ul .request-info-item ol.type-button li .command {
  top: 17px;
  right: 22px;
}

.request-view > ul .request-info-item ol address {
  text-align: left;
  width: 100%;
}

.request-view > ul .request-info-item ol address small {
  text-align: left;
}

.request-view > ul .request-info-item ol address .desc {
  display: inline-block !important;
  width: calc(100% - 50px);
  font-size: 1.7rem;
  text-align: left;
  line-height: 20px;
}

.request-view > ul .request-info-item ol address .desc .ico {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: 4px;
}

.request-view > ul .request-info-item ol address .desc .ico:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.request-view > ul .request-info-item ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 20px;
}

.request-view > ul .request-info-item ol li + li {
  margin-top: 40px;
}

.request-view > ul .request-info-item ol li .labelmark {
  gap: 7px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: 22px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--text-gray);
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 13px;
  /* 108.333% */
  letter-spacing: -0.5px;
}

.request-view > ul .request-info-item ol li .labelmark .ico {
  width: 22px;
  height: 22px;
}

.request-view > ul .request-info-item ol li address .desc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.request-view > ul .request-info-item ol li address small {
  font-size: 1.4rem;
  line-height: 1.4;
  display: block;
}

.request-view > ul .request-info-item ol li .command {
  position: absolute;
  top: 8px;
  right: 0;
}

.board-view {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.board-view .category-tag {
  margin-top: -10px;
}

.board-view .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
}

.board-view .main-img {
  margin-left: -20px;
  margin-right: -20px;
  height: 240px;
}

.board-view .main-img .main-img-item {
  display: block;
  width: 100%;
  height: 240px;
  background-size: cover;
  background-position: center;
}

.board-view .tit {
  font-size: 2rem;
  line-height: 32px;
  font-weight: 600;
}

.board-view .desc {
  font-size: 1.7rem;
  line-height: 26px;
  font-weight: 500;
}

.board-view .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.ad-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 5px 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2px;
  border-radius: 6px;
  background: #FFF5DC;
  color: #E57232;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 12px;
  /* 100% */
  letter-spacing: -1px;
}

.ad-label.red {
  background: var(--rec-red-bg);
  color: var(--rec-red);
}

.ad-label.white {
  background: var(--white);
}

.cardSelect .swiper-slide {
  padding-bottom: 10px;
}

.cardSelect .checkbox.type-card,.cardSelect .radio.type-card {
  height: 100%;
  border-radius: 14px;
  -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.08);
  border-radius: 14px;
}

.cardSelect .checkbox.type-card input:checked + span,.cardSelect .radio.type-card input:checked + span {
  border-color: var(--rec-secondary);
}

.cardSelect .checkbox.type-card span,.cardSelect .radio.type-card span {
  padding: 14px;
  border-radius: 14px;
  border: 2px solid var(--border-light);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(36.99%, var(--white)), color-stop(61.69%, #F5F5F5));
  background: -o-linear-gradient(top, var(--white) 36.99%, #F5F5F5 61.69%);
  background: linear-gradient(to bottom, var(--white) 36.99%, #F5F5F5 61.69%);
  -webkit-box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.1);
  min-height: 168px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cardSelect .checkbox.type-card span .master,.cardSelect .radio.type-card span .master {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.cardSelect .checkbox.type-card span .master .profile,.cardSelect .radio.type-card span .master .profile {
  width: 40px;
  height: 40px;
}

.cardSelect .checkbox.type-card span .master .info .account,.cardSelect .radio.type-card span .master .info .account {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text);
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  opacity: 0.7;
}

.cardSelect .checkbox.type-card span .master .info .account .ico,.cardSelect .radio.type-card span .master .info .account .ico {
  width: 22px;
  height: 22px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.cardSelect .checkbox.type-card span .name,.cardSelect .radio.type-card span .name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 24px;
  /* 141.176% */
  letter-spacing: -1px;
}

.cardSelect .checkbox.type-card span .name .emoji,.cardSelect .radio.type-card span .name .emoji {
  margin: 0;
  width: 20px;
}

.cardSelect .checkbox.type-card span .amount,.cardSelect .radio.type-card span .amount {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cardSelect .checkbox.type-card span .amount-list,.cardSelect .radio.type-card span .amount-list {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}

.cardSelect .checkbox.type-card span .amount-list.type-sub,.cardSelect .radio.type-card span .amount-list.type-sub {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: var(--border-light);
  border-radius: 100px;
  padding: 4px 0;
}

.cardSelect .checkbox.type-card span .amount-list.type-sub dl,.cardSelect .radio.type-card span .amount-list.type-sub dl {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cardSelect .checkbox.type-card span .amount-list.type-sub dl dt,.cardSelect .checkbox.type-card span .amount-list.type-sub dl dd,.cardSelect .radio.type-card span .amount-list.type-sub dl dt,.cardSelect .radio.type-card span .amount-list.type-sub dl dd {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.cardSelect .checkbox.type-card span .amount-list.type-sub dl dt,.cardSelect .radio.type-card span .amount-list.type-sub dl dt {
  margin-right: 4px;
}

.cardSelect .checkbox.type-card span .amount-list.type-sub dl dd,.cardSelect .radio.type-card span .amount-list.type-sub dl dd {
  color: var(--text);
}

.cardSelect .checkbox.type-card span .amount-list dl,.cardSelect .radio.type-card span .amount-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cardSelect .checkbox.type-card span .amount-list dl dt,.cardSelect .radio.type-card span .amount-list dl dt {
  font-size: 1.3rem;
  line-height: 1;
}

.cardSelect .checkbox.type-card span .amount-list dl dd,.cardSelect .radio.type-card span .amount-list dl dd {
  color: var(--text-light);
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
  /* 133.333% */
  letter-spacing: 0.5px;
}

.cardSelect .checkbox.type-card span .amount-list dl dd b,.cardSelect .radio.type-card span .amount-list dl dd b {
  color: var(--text);
}

.cardSelect .checkbox.type-card span .amount .value,.cardSelect .radio.type-card span .amount .value {
  color: var(--text);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 24px;
  /* 100% */
  letter-spacing: 0.5px;
}

.cardSelect .checkbox.type-card span:before,.cardSelect .radio.type-card span:before {
  position: absolute;
  right: 14px;
  left: auto;
  top: 14px;
  bottom: auto;
  margin: inherit;
}

.cardSelect.clear .checkbox.type-card span:before,.cardSelect.clear .radio.type-card span:before {
  content: none;
}

.command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.service-util {
  margin-top: 20px;
}

.service-util .app-tit {
  margin-bottom: 10px;
}

.service-util .linebox {
  border-radius: 16px;
  border: 1px solid var(--border-light);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.service-util .linebox dl + dl {
  margin-top: -10px;
}

.service-util .linebox dl dt {
  color: var(--text-gray);
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 15px;
  /* 125% */
  letter-spacing: -0.5px;
}

.service-util .linebox dl dd {
  color: var(--text);
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 20px;
  /* 153.846% */
  letter-spacing: -0.5px;
}

.examplebox {
  margin-top: 30px;
  border-radius: 10px;
  background: var(--border);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 14px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.examplebox-head {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.examplebox-head .tit {
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 13px;
  /* 76.471% */
  letter-spacing: -0.5px;
}

.examplebox-head .command {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--text-light);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: -0.5px;
}

.examplebox-head .command .ico {
  width: 26px;
  height: 26px;
}

.examplebox-head .command .count {
  color: var(--text);
}

.examplebox-body {
  width: 100%;
}

.examplebox-body p {
  height: 168px;
  overflow: auto;
  display: none;
  color: var(--text-gray);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  /* 150% */
  letter-spacing: -0.5px;
}

.examplebox-body p.on {
  display: block;
}

.myInfo-head {
  background-color: var(--bg-page);
}

.myInfo-head .app-section.type-profile {
  border: none;
}

.myInfo-head + .myInfo-body .app-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.myInfo .app-section.type-profile {
  background-color: transparent;
}

.myInfo .app-section.type-profile .app-inner {
  gap: 16px;
}

.myInfo .app-section.type-profile .app-inner .profile-detail {
  position: relative;
}

.myInfo .app-section.type-profile .app-inner .profile-detail:after {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/@2/crud-arrow.png");
  width: 8px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.5;
}

.myInfo-button {
  position: relative;
  border-radius: 16px;
  background: var(--white);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 60px;
  padding: 0px 20px 0 20px;
}

.myInfo-button.button-banner {
  background-color: none;
  padding: 0;
  background-color: none;
}

.myInfo-button.button-banner img {
  width: 100%;
  max-height: 64px;
}

.myInfo-button.button-banner:after {
  content: none;
}

.myInfo-button.event {
  background: -webkit-gradient(linear, left top, left bottom, from(var(--rec-primary)), to(var(--rec-primary-gradient)));
  background: -o-linear-gradient(top, var(--rec-primary) 0%, var(--rec-primary-gradient) 100%);
  background: linear-gradient(180deg, var(--rec-primary) 0%, var(--rec-primary-gradient) 100%);
}

.myInfo-button.event img {
  width: 28px;
  height: 28px;
  position: relative;
  bottom: 2px;
}

.myInfo-button.event .tit {
  position: relative;
  top: 2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--text);
  font-family: "Jalnan 2 TTF";
  font-size: 2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  /* 100% */
}

.myInfo-button.event:after {
  opacity: 0.5;
}

.myInfo-button:after {
  position: absolute;
  content: none;
  display: block;
  background: url("../img/@2/crud-arrow.png");
  width: 8px;
  height: 13px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0.2;
}

.myInfo-button .tit {
  position: relative;
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 20px;
  /* 117.647% */
}

.myInfo-button .tit .dot {
  width: 7px;
  height: 7px;
  top: -1px;
  right: -8px;
}

.myInfo-button .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 14px;
}

.myInfo-button .num {
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 15px;
  /* 88.235% */
  letter-spacing: -0.5px;
}

.suspended {
  position: relative;
}

.suspended-memberpage {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px;
}

.suspended-memberpage .tit {
  color: #353544;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -1px;
  margin-bottom: 20px;
}

.dropDownLst.on .type-down:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.dropDownCnt {
  width: 100%;
}

.dropDownCnt .box-guideline {
  margin-top: 10px;
}

.form .input-item .list-menu .menu-item + .menu-item {
  border-top: none;
}

.form .list-menu {
  margin-left: -20px;
  margin-right: -20px;
}

.form .list-menu .menu-item {
  padding: 0 20px;
}

.form .list-menu .menu-item + .menu-item {
  border-top: 1px solid var(--border);
}

.info-box {
  border-radius: 10px;
  background: var(--border);
  color: var(--text);
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 26px;
  /* 173.333% */
  letter-spacing: -0.5px;
  padding: 16px 20px;
}

.clear-textarea {
  position: relative;
}

.clear-textarea textarea {
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 500;
}

.clear-textarea .like-placeholder {
  position: absolute;
  top: -7px;
  left: 0px;
  color: var(--text);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 37px;
  letter-spacing: 0;
  opacity: 0.4;
}

.btm-fixed-item + .list-history-depWith {
  padding-bottom: 80px;
}

.input-with-button {
  position: relative;
}

.input-with-button .btn-sm {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 4px;
  color: var(--rec-secondary);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 17px;
  /* 113.333% */
  letter-spacing: -0.5px;
  background-color: var(--white);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  border-radius: 4px;
}

.side .now {
  width: 16px;
  height: 16px;
  position: relative;
  bottom: 1px;
  left: -2px;
}

.type-btn.appointed a::before {
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/@2/ico-appointed.png") no-repeat;
  background-size: contain;
}

.type-btn.appointed a .badge {
  background: none;
  color: var(--rec-red);
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0;
}

.star-rating {
  display: block;
}

.star-rating.readonly {
  pointer-events: none;
}

.star-rating-inner {
  display: inline-block;
}

.star-rating .star {
  float: left;
  width: 44px;
  height: 44px;
  background: url("../img/@2/ico-favorite-off.png") no-repeat;
  background-size: contain;
}

.star-rating .star.on {
  background: url("../img/@2/ico-favorite-on.png") no-repeat;
  background-size: contain;
}

.scroll-responsive-area {
  position: fixed;
  left: 0;
  max-width: 750px;
  right: 0;
  margin: auto;
  width: 100%;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  max-height: 200px;
}

.scroll-responsive-area .input-item {
  padding: 10px 20px;
}

.scroll-responsive-area.hide {
  max-height: 0;
}

.scroll-responsive-area.show {
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.scroll-responsive-area + .list-card {
  padding-top: 80px;
}

.tutorial-proceeds01 .btm-fixed-item:after,.tutorial-proceeds02 .btm-fixed-item:after {
  display: none;
}

.tutorial-proceeds01 .btn,.tutorial-proceeds02 .btn {
  pointer-events: none;
}

.tutorial-main02 .tagline .category-list ul li:nth-child(2) {
  opacity: 0.5;
}

.tutorial-main02 .tagline .category-list ul li:nth-child(3) {
  opacity: 0.4;
}

.tutorial-main02 .tagline .category-list ul li:nth-child(4) {
  opacity: 0.3;
}

.tutorial-main02 .tagline .category-list ul li:nth-child(5) {
  opacity: 0.2;
}

.tutorial-main02 .tagline .category-list ul li:nth-child(6) {
  opacity: 1;
}

.tutorial-main03 .tab-main {
  border: none;
}

.tutorial-main03 .tab-main ul li {
  border-radius: 100px;
  background-color: var(--white);
}

.tutorial-group {
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.85);
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.tutorial-group .tutorial {
  display: none;
}

.tutorial-group .tutorial main {
  margin-top: -2px;
}

.tutorial-group .tutorial.tutorial-main01,.tutorial-group .tutorial.tutorial-proceeds01 {
  display: block;
}

.tutorial-group .tutorial .tutorial-hide {
  opacity: 0;
}

.tutorial-group .tutorial a {
  pointer-events: none;
}

.tutorial-group .tutorial .tutorial-text {
  background: -webkit-gradient(linear, left top, right top, from(var(--rec-primary)), to(#FFE5AE));
  background: -o-linear-gradient(left, var(--rec-primary) 0%, #FFE5AE 100%);
  background: linear-gradient(90deg, var(--rec-primary) 0%, #FFE5AE 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 24px;
  /* 126.316% */
  letter-spacing: -0.5px;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tutorial-group .tutorial .tutorial-text:after {
  content: "";
  display: block;
  background-image: url("../img/@2/tutorial-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 26px;
  height: 16px;
  margin: 10px auto auto;
  -webkit-animation: dung 0.4s infinite alternate;
  animation: dung 0.4s infinite alternate;
}

.tutorial-group .tutorial .tutorial-text.top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.tutorial-group .tutorial .tutorial-text.top:after {
  margin: auto auto 10px;
  background-image: url("../img/@2/tutorial-arrow-top.png");
}

.tutorial-group .tutorial .tutorial-subtext {
  color: var(--white);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.5px;
  opacity: 0.8;
  margin: 14px 0;
}

.vhfull #viewport {
  height: 100%;
}

.vhfull #viewport .onboarding-article {
  height: 100%;
}

.vhfull #viewport .onboarding-article .onboarding {
  height: 100%;
}

.onboarding-article .swiper-pagination {
  margin-top: 40px;
  position: fixed;
  bottom: 100px;
}

.onboarding-article .swiper-pagination .swiper-pagination-bullet {
  background: var(--text-light);
  opacity: 0.4;
}

.onboarding-article .swiper-pagination .swiper-pagination-bullet-active {
  background: #AAC7FF;
  opacity: 1;
}

.onboarding {
  background-color: #F4F5F9;
  overflow: hidden;
}

.onboarding .video-frame {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.onboarding .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 44px;
}

.onboarding .inner .cont {
  position: absolute;
  z-index: 2;
  bottom: 160px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}

.onboarding .inner .tit {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 44px;
  /* 122.222% */
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.onboarding .inner .desc {
  color: var(--text-gray);
  text-align: center;
  font-size: 2rem;
  font-style: normal;
  font-weight: 500;
  line-height: 31px;
  /* 155% */
  letter-spacing: -0.5px;
  text-transform: capitalize;
}

.onboarding .onboarding01 {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
}

.pt10 {
  padding-top: 10px !important;
}

.career .app-inner {
  gap: 20px;
}

.career .app-inner .form .list-modify {
  padding-bottom: 20px;
  margin-bottom: 0;
  border-bottom: 1px solid var(--border-dark);
}

.career .app-inner .form:last-child .list-modify {
  padding-bottom: 0;
  border: none;
}

.ani-heartBeatReverse {
  -webkit-animation: heartBeatReverse 1.3s both !important;
  animation: heartBeatReverse 1.3s both !important;
}

@-webkit-keyframes heartBeatReverse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes heartBeatReverse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  14% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  28% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  42% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.center-form {
  margin-top: -30px;
  text-align: center;
}

.center-form p {
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--text);
}

.center-form p + p {
  margin-top: 10px;
}

.center-form p + p small {
  display: block;
  line-height: 16px;
}

.center-form .hashitem {
  margin-top: 10px;
}

.center-form .box-guideline {
  margin-top: 30px;
}

.center-form .box-guideline i {
  font-style: normal;
  font-weight: 400;
}

.center-form .box-guideline .tit {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.box-question .app-tit-lv2 {
  line-height: 1.4;
}

.box-question .checkbox span,.box-question .radio span {
  color: var(--text-gray);
  font-size: 1.6rem;
}

.help-talk {
  position: relative;
  border-radius: 10px;
  background-color: rgba(249, 249, 249, 0.9);
  padding: 14px;
  margin-bottom: 16px;
}

.help-talk .ico {
  position: absolute;
  right: 4px;
  top: 4px;
}

.help-talk .tit {
  color: var(--text);
  font-size: 1.5rem;
  line-height: 20px;
  font-weight: 600;
  margin-bottom: 6px;
}

.help-talk p {
  color: var(--text-gray);
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4;
}

@font-face {
  font-family: "yg-jalnan";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_four@1.2/JalnanOTF00.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@-webkit-keyframes webScrollIcon {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
    opacity: 0;
  }
}

@keyframes webScrollIcon {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  100% {
    -webkit-transform: translate(0, 8px);
    transform: translate(0, 8px);
    opacity: 0;
  }
}

@-webkit-keyframes webArrowRight {
  0% {
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
  }

  100% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
}

@keyframes webArrowRight {
  0% {
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0);
  }

  100% {
    -webkit-transform: translate(3px, 0);
    transform: translate(3px, 0);
  }
}

@-webkit-keyframes webElMoveBtm {
  100% {
    top: 0;
    opacity: 1;
  }
}

@keyframes webElMoveBtm {
  100% {
    top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes webElMoveLeft {
  100% {
    opacity: 1;
    -webkit-transform: translate(-240px, 0);
    transform: translate(-240px, 0);
  }
}

@keyframes webElMoveLeft {
  100% {
    opacity: 1;
    -webkit-transform: translate(-240px, 0);
    transform: translate(-240px, 0);
  }
}

@-webkit-keyframes webElScale {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes webElScale {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes webFlipCircle {
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

@keyframes webFlipCircle {
  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}

.clientWeb .el-move {
  position: relative;
  top: 20px;
  opacity: 0;
}

.clientWeb .el-move.active {
  -webkit-animation: webElMoveBtm 1s 0.1s forwards;
  animation: webElMoveBtm 1s 0.1s forwards;
}

.clientWeb .el-left {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.clientWeb .el-left.active {
  -webkit-animation: webElMoveLeft 1s 0.1s forwards;
  animation: webElMoveLeft 1s 0.1s forwards;
}

.clientWeb .el-move-load {
  position: relative;
  top: 100px;
  opacity: 0;
}

.clientWeb .el-move-load.active {
  -webkit-animation: webElMoveBtm 1s 0.1s forwards;
  animation: webElMoveBtm 1s 0.1s forwards;
}

.clientWeb .el-scale-load {
  position: relative;
  top: 100px;
  opacity: 0;
  z-index: 9;
}

.clientWeb .el-scale-load.active {
  -webkit-animation: webElScale 1.5s forwards;
  animation: webElScale 1.5s forwards;
}

.clientWeb #viewport {
  max-width: 100%;
}

.clientWeb #viewport .container {
  padding: 0;
}

.clientWeb .app-inner {
  width: 1400px;
  margin: auto;
  gap: inherit;
}

.clientWeb-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 99;
}

.clientWeb-header .app-inner {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.clientWeb-header .app-inner .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientWeb-header .gnb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 38px;
}

.clientWeb-header .gnb ul li.mobile {
  display: none;
}

.clientWeb-header .gnb ul li.on a {
  font-weight: 700;
}

.clientWeb-header .gnb ul li a {
  color: var(--text);
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
}

.clientWeb-header .gnb .logo {
  display: none;
}

.clientWeb-header.transparent .logo a div {
  background-image: url(../img/@2/web/logo-w.png);
}

.clientWeb-header.transparent .gnb ul li:hover a {
  opacity: 1;
}

.clientWeb-header.transparent .gnb ul li.on a {
  color: var(--white);
  opacity: 1;
}

.clientWeb-header.transparent .gnb ul li a {
  color: var(--white);
  opacity: 0.5;
}

.clientWeb-header.transparent .gnb-open {
  background-image: url("../img/@2/web/ico-gnb-w.png");
}

.clientWeb-header.transparent .gnb-open .gnb ul li:hover a {
  opacity: 1;
}

.clientWeb-header.transparent .gnb-open .gnb ul li.on a {
  color: var(--text);
  opacity: 1;
}

.clientWeb-header.transparent .gnb-open .gnb ul li a {
  color: var(--text);
  opacity: 0.5;
}

.clientWeb-header.scroll {
  background-color: var(--white);
}

.clientWeb-header.scroll .logo a div {
  background-image: url(../img/@2/web/logo.png);
}

.clientWeb-header.scroll .gnb ul li.on a {
  color: var(--text);
}

.clientWeb-header.scroll .gnb ul li a {
  color: var(--text);
  opacity: 1;
}

.clientWeb-header.scroll .gnb-open {
  background-image: url("../img/@2/web/ico-gnb.png");
}

.clientWeb-footer {
  border-top: 1px solid var(--border-dark);
  padding: 50px 0;
}

.clientWeb-footer .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.clientWeb-footer .top .fnb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

.clientWeb-footer .top .fnb li a {
  color: var(--text-gray);
  font-size: 1.2rem;
  font-weight: 500;
}

.clientWeb-footer .top .fnb li a b {
  color: var(--text);
}

.clientWeb-footer .top + .bottom {
  margin-top: 21px;
}

.clientWeb-footer .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clientWeb-footer .bottom .address,.clientWeb-footer .bottom small {
  color: var(--text-light);
}

.clientWeb-footer .bottom small {
  font-weight: 400;
}

.clientWeb-footer .bottom .address {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.clientWeb-footer .bottom .address li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 16px;
  gap: 10px;
}

.clientWeb-footer .bottom .address li + li:before {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background-color: var(--text-light);
  opacity: 0.5;
}

.clientWeb-footer .bottom .address li a {
  color: var(--text-light);
  margin-left: -7px;
}

.clientWeb .gnb-open {
  display: none;
  text-indent: -999rem;
  width: 40px;
  height: 40px;
  background-image: url("../img/@2/web/ico-gnb.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  z-index: 9;
  right: 10px;
}

.clientWeb .gnb-open.on {
  background-image: url("../img/@2/web/ico-gnb-close.png");
}

.clientWeb .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-indent: -999rem;
}

.clientWeb .logo a div {
  background-image: url("../img/@2/web/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 90px;
  height: 30px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.clientWeb .logo a:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("../img/@2/emoji-logo.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.clientWeb .logo.type-footer a div {
  background-image: url("../img/@2/web/logo-footer.png");
  width: 198px;
  height: 22px;
}

.clientWeb .logo.type-footer a:before {
  width: 26px;
  height: 26px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.clientWeb .web-section {
  min-width: 1320px;
  margin: auto;
  padding: 140px 0;
}

.clientWeb .web-section .title {
  margin-bottom: 80px;
  text-align: center;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  /* 120% */
  letter-spacing: -2px;
}

.clientWeb .web-section .button-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: auto;
}

.clientWeb .web-section .btn-applecation {
  display: block;
  width: 200px;
  border-radius: 16px;
  overflow: hidden;
  background-color: var(--text);
  color: var(--white);
  font-size: 2rem;
  font-weight: 700;
  line-height: 24px;
  /* 120% */
  letter-spacing: -0.5px;
  height: 67px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clientWeb .web-section .btn-applecation.mo {
  display: none;
}

.clientWeb .web-section .btn-applecation.mo .yellow {
  display: none;
}

.clientWeb .web-section .btn-applecation.blue {
  background-color: var(--rec-secondary);
}

.clientWeb .web-section .btn-applecation.blue.arrow {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 0 27px;
}

.clientWeb .web-section .btn-applecation.blue.arrow:after {
  content: "";
  display: block;
  width: 10px;
  height: 16px;
  background: url("../img/@2/web/button-arrow.png") no-repeat;
  background-size: contain;
  -webkit-animation: webArrowRight 0.4s infinite alternate;
  animation: webArrowRight 0.4s infinite alternate;
}

.clientWeb .web-section .btn-applecation img {
  width: 100%;
}

.clientWeb .web-section.blog .titleline {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  gap: 0 !important;
}

.clientWeb .web-section.blog-view {
  background-color: #FAFAFA;
  padding-top: 60px;
}

.clientWeb .web-section.blog-view article .tit {
  font-size: 3.4rem;
  font-weight: 600;
  margin-bottom: 14px;
}

.clientWeb .web-section.blog-view article pre,.clientWeb .web-section.blog-view article p {
  font-size: 2rem;
  color: var(--text-gray);
  white-space: normal;
}

.clientWeb .web-section.blog-view article pre + img,.clientWeb .web-section.blog-view article p + img {
  margin-top: 60px;
}

.clientWeb .web-section.blog-view article + article {
  margin-top: 60px;
}

.clientWeb .web-section.main {
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E9EAED));
  background: -o-linear-gradient(top, #FFF 0%, #E9EAED 100%);
  background: linear-gradient(180deg, #FFF 0%, #E9EAED 100%);
  height: var(--full-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.clientWeb .web-section.main .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clientWeb .web-section.main .please-scroll {
  text-indent: -999rem;
  width: 21px;
  height: 29px;
  border: 2px solid #DDDEE4;
  border-radius: 100px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}

.clientWeb .web-section.main .please-scroll:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 100px;
  background: var(--rec-primary);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: webScrollIcon 1s 0.4s infinite;
  animation: webScrollIcon 1s 0.4s infinite;
}

.clientWeb .web-section.main .mainVisual {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 1024px;
  height: 364px;
  margin: auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15%;
}

.clientWeb .web-section.main .mainVisual .serachBar {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url("../img/@2/web/img-serachbar.png");
  background-size: contain;
  background-position: center;
}

.clientWeb .web-section.main .mainVisual .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 2;
  bottom: 12px;
}

.clientWeb .web-section.main .mainVisual .text .end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 76px;
  overflow: hidden;
}

.clientWeb .web-section.main .mainVisual .text .fix-text,.clientWeb .web-section.main .mainVisual .text .value li {
  font-family: "yg-jalnan", sans-serif;
  font-size: 5.5rem;
  line-height: 76px;
}

.clientWeb .web-section.main .mainVisual .text .fix-text.yellow,.clientWeb .web-section.main .mainVisual .text .value li.yellow {
  color: var(--rec-primary);
}

.clientWeb .web-section.main .mainVisual .text .value {
  color: var(--rec-primary);
  position: relative;
}

.clientWeb .web-section.main .mainVisual .text .start {
  display: block;
  margin-right: 40px;
}

.clientWeb .web-section.main .mainVisual .symbol {
  position: relative;
  z-index: 2;
  width: 240px;
  height: 240px;
  position: absolute;
  left: 30px;
  bottom: 115px;
}

.clientWeb .web-section.main .mainVisual .symbol:after {
  position: absolute;
  content: "";
  background: url("../img/@2/onboarding02.gif") no-repeat;
  width: 140px;
  height: 140px;
  background-size: contain;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  z-index: -1;
  top: 80px;
  left: 70px;
  opacity: 0.3;
}

.clientWeb .web-section.main .mainVisual .symbol img {
  width: 100%;
  left: 0;
  top: 0;
}

.clientWeb .web-section.main .mainVisual .symbol img.shadow {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  -webkit-transform: scale(1.4);
  -ms-transform: scale(1.4);
  transform: scale(1.4);
}

.clientWeb .web-section.main .mainVisual .symbol img.face {
  width: 44px;
  right: 74px;
  bottom: 87px;
  left: auto;
  top: auto;
}

.clientWeb .web-section.main .copy .desc {
  margin-bottom: 26px;
  color: var(--text-gray);
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 32px;
  /* 160% */
  letter-spacing: -0.5px;
}

.clientWeb .web-section.intro {
  min-height: var(--full-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.clientWeb .web-section.intro::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  background-color: #E6E8EE;
}

.clientWeb .web-section.intro .list-intro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}

.clientWeb .web-section.intro .list-intro li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.clientWeb .web-section.intro .list-intro li:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.clientWeb .web-section.intro .list-intro img {
  width: 290px;
}

.clientWeb .web-section.intro .list-intro .desc {
  color: var(--text);
  font-size: 3.3rem;
  font-weight: 300;
  line-height: 49px;
  letter-spacing: -2px;
}

.clientWeb .web-section.service {
  background: url("../img/@2/web/bg-service.png") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: var(--full-height);
}

.clientWeb .web-section.service .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--full-height);
  overflow: hidden;
}

.clientWeb .web-section.service .video-frame video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.clientWeb .web-section.service .video-frame video.mobile {
  display: none;
}

.clientWeb .web-section.service .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  gap: 20px;
  margin-top: 60px;
}

.clientWeb .web-section.service .title .counting-value {
  text-align: center;
  font-family: "yg-jalnan", sans-serif;
  font-size: 12rem;
  font-weight: 400;
  letter-spacing: -2px;
}

.clientWeb .web-section.service .title .desc {
  text-align: center;
  font-size: 5.5rem;
  font-weight: 600;
  letter-spacing: -2px;
}

.clientWeb .web-section.service .layer {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFF), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #FFF 0%, rgba(255, 255, 255, 0) 100%);
  height: 286px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}

.clientWeb .web-section.spec {
  overflow: hidden;
}

.clientWeb .web-section.spec .row {
  padding: 80px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clientWeb .web-section.spec .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.clientWeb .web-section.spec .row .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.clientWeb .web-section.spec .row .column.type-mockup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientWeb .web-section.spec .row .column .title {
  font-size: 5rem;
  font-weight: 700;
  line-height: 69px;
  /* 138% */
  letter-spacing: -2px;
  margin-bottom: 20px;
  text-align: left;
}

.clientWeb .web-section.spec .row .column .title i {
  font-style: normal;
  font-weight: 400;
}

.clientWeb .web-section.spec .row .column .desc {
  color: var(--text-gray);
  font-size: 3rem;
  font-weight: 500;
  line-height: 45px;
  /* 150% */
  letter-spacing: -0.5px;
}

.clientWeb .web-section.spec .row .column .label {
  display: inline-block;
  border-radius: 16px;
  background: #FFF5DC;
  padding: 4px 17px;
  color: #E57232;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 45px;
  /* 204.545% */
  letter-spacing: -0.5px;
}

.clientWeb .web-section.spec .row .column .label + .title {
  margin-top: 20px;
}

.clientWeb .web-section.spec .mockup {
  width: 322px;
  position: relative;
}

.clientWeb .web-section.spec .mockup img {
  width: 100%;
}

.clientWeb .web-section.spec .mockup img.innerStep {
  z-index: -1;
  width: 312px;
  position: absolute;
  top: 0;
  left: 20px;
  border-radius: 50px;
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
}

.clientWeb .web-section.system {
  background-color: var(--rec-secondary);
}

.clientWeb .web-section.system .title {
  color: #fff;
}

.clientWeb .web-section.system .list-icons ul li {
  color: #BECEFF;
}

.clientWeb .web-section.system .list-icons ul li b {
  color: #fff;
}

.clientWeb .web-section.system .button-label {
  margin: 80px auto auto;
  width: 410px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50px;
  background: var(--rec-secondary-bg);
  height: 80px;
  padding: 10px 34px;
  gap: 10px;
  color: var(--rec-secondary);
  text-align: center;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2px;
}

.clientWeb .web-section.system .button-label img {
  width: 27px;
}

.clientWeb .web-section.review {
  background-color: #F4F5F9;
}

.clientWeb .web-section.review .title-group {
  margin-bottom: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientWeb .web-section.review .title-group .appicon {
  width: 120px;
}

.clientWeb .web-section.review .title-group .title {
  text-align: left;
  font-weight: 600;
  margin: 0;
}

.clientWeb .web-section.review .slide-review ul li {
  width: 414px;
}

.clientWeb .web-section.review .slide-review ul li .reviewbox {
  border-radius: 40px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 34px 0px rgba(0, 0, 0, 0.05);
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}

.clientWeb .web-section.review .slide-review ul li .reviewbox .profile {
  width: 60px;
  height: 60px;
}

.clientWeb .web-section.review .slide-review ul li .reviewbox .title {
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 27px;
  /* 135% */
  letter-spacing: -0.5px;
  margin: 0;
}

.clientWeb .web-section.review .slide-review ul li .reviewbox .desc {
  text-align: left;
  color: var(--text-gray);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -1px;
}

.clientWeb .web-section.review .slide-review ul li .reviewbox .infoline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.clientWeb .web-section.review .slide-review ul li .reviewbox .infoline .score {
  font-size: 1.5rem;
}

.clientWeb .web-section.review .slide-review ul li .reviewbox .infoline .name {
  font-size: 1.4rem;
  color: var(--text-gray);
}

.clientWeb .web-section.banner {
  background-image: url("../img/@2/web/bg-banner.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  min-height: var(--full-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clientWeb .web-section.banner.final {
  background-image: url("../img/@2/web/bg-banner02.png");
}

.clientWeb .web-section.banner.video {
  background: #fff;
}

.clientWeb .web-section.banner .video-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: var(--full-height);
  overflow: hidden;
}

.clientWeb .web-section.banner .video-frame:after {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
}

.clientWeb .web-section.banner .video-frame video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.clientWeb .web-section.banner .app-inner {
  position: relative;
  z-index: 4;
}

.clientWeb .web-section.banner .title {
  color: var(--white);
  text-align: center;
  font-size: 7rem;
  font-weight: 400;
  line-height: 88px;
  letter-spacing: -2px;
  text-align: center;
  margin-bottom: 60px;
}

.clientWeb .web-section.banner .title .maintit {
  font-family: "yg-jalnan", sans-serif;
  color: #FFC933;
  font-size: 7rem;
  font-weight: 400;
  line-height: 56px;
  /* 80% */
  letter-spacing: -0.331px;
}

.clientWeb .web-section.banner .title .subtit {
  margin-top: 34px;
  color: var(--white);
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 70px;
  /* 140% */
  letter-spacing: -2px;
}

.clientWeb .web-section.banner .cupon-area {
  margin: auto;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  font-family: "yg-jalnan", sans-serif;
  color: var(--rec-primary);
  font-size: 1.9rem;
  font-weight: 400;
  line-height: 22px;
  /* 115.789% */
  margin-bottom: 44px;
}

.clientWeb .web-section.banner .cupon-area .icon {
  width: 60px;
  position: relative;
  bottom: 2px;
}

.clientWeb .web-section.infographic .list-infographic {
  position: relative;
}

.clientWeb .web-section.infographic .list-infographic:after,.clientWeb .web-section.infographic .list-infographic:before {
  content: none;
  display: block;
  width: calc(100% - 400px);
  margin: auto;
  height: 1px;
  background: var(--border-dark);
  position: absolute;
  left: 0;
  right: 0;
}

.clientWeb .web-section.infographic .list-infographic:after {
  top: 0;
}

.clientWeb .web-section.infographic .list-infographic:before {
  top: 301px;
}

.clientWeb .web-section.infographic .list-infographic ul {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientWeb .web-section.infographic .list-infographic ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 40px;
}

.clientWeb .web-section.infographic .list-infographic ul li:after {
  content: "";
  display: block;
  width: calc(50% - 90px);
  margin: auto;
  height: 1px;
  background: var(--border-dark);
  position: absolute;
  left: 0;
  right: 0;
}

.clientWeb .web-section.infographic .list-infographic ul li:after {
  top: 160px;
}

.clientWeb .web-section.infographic .list-infographic ul li .circle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 303px;
  width: 303px;
  height: 303px;
  position: relative;
  z-index: 2;
}

.clientWeb .web-section.infographic .list-infographic ul li .circle img {
  width: 166px;
}

.clientWeb .web-section.infographic .list-infographic ul li .desc {
  color: var(--text);
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 40px;
  /* 153.846% */
  letter-spacing: -1.5px;
}

.clientWeb .web-section.partner {
  background-color: var(--rec-secondary);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  min-height: var(--full-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
}

.clientWeb .web-section.partner .profile-glass-flip {
  margin: auto auto 80px;
  width: 240px;
  height: 240px;
  position: relative;
}

.clientWeb .web-section.partner .profile-glass-flip:after {
  content: "";
  display: block;
  width: 91px;
  height: 40px;
  background: url("../img/@2/web/bg-glassCircle-shadow.png") no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -80px;
  margin: auto;
}

.clientWeb .web-section.partner .profile-glass-flip .profile-glass {
  width: 100%;
  height: 100%;
  border-radius: 120px;
  background: -o-linear-gradient(308deg, rgba(234, 242, 255, 0.1) 18.68%, rgba(188, 213, 255, 0.1) 85.95%);
  background: linear-gradient(142deg, rgba(234, 242, 255, 0.1) 18.68%, rgba(188, 213, 255, 0.1) 85.95%);
  -webkit-backdrop-filter: blur(17px);
  backdrop-filter: blur(17px);
  position: relative;
  -webkit-animation: webFlipCircle 2s 0.5s infinite alternate;
  animation: webFlipCircle 2s 0.5s infinite alternate;
}

.clientWeb .web-section.partner .profile-glass-flip .profile-glass .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url("../img/@2/web/bg-glassCricle.png") no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.clientWeb .web-section.partner .profile-glass-flip .profile-glass .inner img {
  width: 52px;
}

.clientWeb .web-section.partner .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 1;
}

.clientWeb .web-section.partner .title .maintit {
  color: var(--white);
  text-align: center;
  text-shadow: 0px 0px 20px #2149C5;
  font-size: 8rem;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 1px;
}

.clientWeb .web-section.partner .title .subtit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  color: #B5EDFF;
  text-align: center;
  text-shadow: 0px 0px 20px #3154C0;
  font-family: Pretendard;
  font-size: 7rem;
  font-weight: 500;
  line-height: 90px;
  letter-spacing: -2px;
}

.clientWeb .web-section.partner .title .subtit small {
  font-size: 4.4rem;
  line-height: 50px;
}

.clientWeb .web-section.partner .app-inner {
  position: relative;
}

.clientWeb .web-section.partnerCertification {
  padding: 0;
}

.clientWeb .web-section.partnerCertification .title {
  position: relative;
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: -2px;
  margin-bottom: 30px;
  z-index: 3;
}

.clientWeb .web-section.partnerCertification .desc {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: -0.5px;
}

.clientWeb .web-section.partnerCertification .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientWeb .web-section.partnerCertification .row .column {
  background-color: var(--rec-secondary-bg);
  min-height: 960px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clientWeb .web-section.partnerCertification .row .column + .column {
  background-color: #F6F9FF;
}

.clientWeb .web-section.partnerCertification .review {
  margin-top: -160px;
}

.clientWeb .web-section.partnerCertification .review ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0;
}

.clientWeb .web-section.partnerCertification .review ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clientWeb .web-section.partnerCertification .review ul li + li {
  margin-left: 80px;
}

.clientWeb .web-section.partnerCertification .review ul li .reviewbox {
  border-radius: 40px;
  background: #FFF;
  -webkit-box-shadow: 0px 24px 34px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 24px 34px 0px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 36px 36px;
  gap: 20px;
}

.clientWeb .web-section.partnerCertification .review ul li .reviewbox .profile {
  width: 174px;
  height: 224px;
  border-radius: 0;
  background-color: transparent;
  margin-top: -90px;
}

.clientWeb .web-section.partnerCertification .review ul li .reviewbox .name {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 23px;
  /* 95.833% */
  text-align: center;
}

.clientWeb .web-section.partnerCertification .review ul li .reviewbox .name .info {
  color: var(--text-light);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 15px;
  /* 93.75% */
  letter-spacing: -0.5px;
  margin-top: 10px;
}

.clientWeb .web-section.partnerCertification .review ul li .reviewbox .desc {
  color: var(--text-gray);
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 30px;
  /* 166.667% */
  letter-spacing: -1px;
}

.clientWeb .web-section.step {
  background-color: #F6F9FF;
}

.clientWeb .web-section.step .titleline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clientWeb .web-section.step .titleline .desc {
  color: var(--text-gray);
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
  line-height: 61px;
  /* 152.5% */
  letter-spacing: -2px;
}

.clientWeb .web-section.step .titleline .desc::after {
  content: "";
  display: block;
  margin: 40px auto;
  width: 1px;
  height: 100px;
  background-color: #E6E8EE;
}

.clientWeb .web-section.step .list-step ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientWeb .web-section.step .list-step ol li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 40px;
}

.clientWeb .web-section.step .list-step ol li .device {
  width: 303px;
  margin: auto;
}

.clientWeb .web-section.step .list-step ol li .desc {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 40px;
  /* 153.846% */
  letter-spacing: -1.5px;
}

.clientWeb .web-section.option {
  background-color: var(--rec-secondary-bg);
}

.clientWeb .web-section.basic .titleline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 60px;
  margin-bottom: 80px;
}

.clientWeb .web-section.basic .titleline .title {
  margin: 0;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}

.clientWeb .web-section.basic .titleline .category-item {
  padding: 16px 24px;
  border-radius: 24px;
  font-size: 2.2rem;
  color: var(--text-light);
  border: 1px solid var(--border-dark);
  background-color: var(--white);
}

.clientWeb .web-section.basic .titleline .category-item.active {
  background-color: var(--text);
  color: var(--white);
}

.clientWeb .web-section.line {
  border-top: 1px solid var(--border-dark);
}

.clientWeb .web-section.about {
  background-image: url("../img/@2/web/bg-about.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  position: relative;
  height: var(--full-height);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 260px;
}

.clientWeb .web-section.about .app-inner {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.clientWeb .web-section.about .title {
  font-size: 8rem;
  line-height: 110px;
  text-align: left;
  color: var(--white);
  margin: 0;
}

.clientWeb .web-section.about .ceo {
  color: var(--white);
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 700;
  opacity: 0.5;
  position: absolute;
  right: 0;
  bottom: 0;
}

.clientWeb .web-section.growth {
  background-color: var(--rec-primary);
  position: relative;
  padding-bottom: 280px;
}

.clientWeb .web-section.growth:after {
  content: "";
  display: block;
  width: 100%;
  height: 90%;
  background-image: url("../img/@2/web/img-graph.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}

.clientWeb .web-section.growth .title {
  text-align: left;
  color: #FFFCAF;
  font-size: 5.4rem;
  font-weight: 700;
  line-height: 67px;
  letter-spacing: -2px;
  margin-top: -30px;
}

.clientWeb .web-section.growth .title span {
  display: block;
  color: var(--white);
  font-size: 4rem;
  font-weight: 700;
  line-height: 67px;
  letter-spacing: -2px;
}

.clientWeb .web-section.growth .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientWeb .web-section.growth .row + .info {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.clientWeb .web-section.growth .row .column {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.clientWeb .web-section.growth .info .label {
  display: inline-block;
  border-radius: 16px;
  background: var(--white);
  padding: 4px 17px;
  color: var(--rec-primary);
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 45px;
  /* 204.545% */
  letter-spacing: -1px;
  margin-bottom: 50px;
}

.clientWeb .web-section.growth .info .list-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 140px;
}

.clientWeb .web-section.growth .info .list-info li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 60px;
}

.clientWeb .web-section.growth .info .list-info li dl dt {
  margin-bottom: 10px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 20px;
  /* 100% */
  letter-spacing: -2px;
  opacity: 0.6;
}

.clientWeb .web-section.growth .info .list-info li dl dd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 8rem;
  font-weight: 700;
  line-height: 88px;
  /* 110% */
}

.clientWeb .web-section.growth .info small {
  display: block;
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 32px;
  /* 228.571% */
  letter-spacing: -0.5px;
  opacity: 0.5;
}

.clientWeb .web-section.growth .desc {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 38px;
  /* 172.727% */
  letter-spacing: -0.5px;
  opacity: 0.6;
}

.clientWeb .web-section.growth .desc + .desc {
  margin-top: 40px;
}

.clientWeb .web-section.growth .layer {
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFDF7), to(rgba(255, 253, 247, 0)));
  background: -o-linear-gradient(bottom, #FFFDF7 0%, rgba(255, 253, 247, 0) 100%);
  background: linear-gradient(0deg, #FFFDF7 0%, rgba(255, 253, 247, 0) 100%);
  height: 286px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.clientWeb .web-section.history {
  padding: 0;
  background-color: #FFFDF7;
}

.clientWeb .web-section.history .list-history > ul > li .title {
  text-align: left;
}

.clientWeb .web-section.history .list-history > ul > li .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.clientWeb .web-section.history .list-history > ul > li .left {
  border-right: 1px solid var(--border-dark);
  width: 318px;
  padding: 40px 0;
}

.clientWeb .web-section.history .list-history > ul > li .left .year {
  color: var(--text-light);
  font-size: 4rem;
  font-weight: 600;
  line-height: 40px;
  /* 100% */
  letter-spacing: -2px;
}

.clientWeb .web-section.history .list-history > ul > li .right {
  padding: 40px 100px;
}

.clientWeb .web-section.history .list-history > ul > li .right ol {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
}

.clientWeb .web-section.history .list-history > ul > li .right ol li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.clientWeb .web-section.history .list-history > ul > li .right ol li .desc {
  color: var(--text-gray);
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 22px;
  /* 100% */
  letter-spacing: -1.5px;
}

.clientWeb .web-section.history .list-history > ul > li .right ol li .desc-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

.clientWeb .web-section.history .list-history > ul > li .right .month {
  color: var(--text-gray);
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 22px;
  /* 100% */
}

.clientWeb .web-section.history .list-history > ul > li.item:first-child .left {
  border-color: var(--rec-primary);
}

.clientWeb .web-section.history .list-history > ul > li.item:first-child .left .year {
  color: var(--text);
}

.clientWeb .web-section.history .list-history > ul > li.item:first-child .right ol li .desc {
  color: var(--text);
  font-weight: 700;
}

.clientWeb .web-section.history .list-history > ul > li.item:first-child .right .month {
  color: var(--text);
}

.clientWeb .web-section.cscenter {
  background-color: var(--rec-secondary-bg);
  padding: 60px 0;
}

.clientWeb .web-section.cscenter .title {
  text-align: left;
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 50px;
  /* 138.889% */
  letter-spacing: -2px;
  margin-bottom: 30px;
}

.clientWeb .web-section.cscenter .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 140px;
}

.clientWeb .web-section.cscenter .cont img {
  width: 200px;
}

.clientWeb .web-section .text-btn {
  font-size: 1.9rem;
}

.clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit {
  padding: 20px 30px 18px 0;
}

.clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit .info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit .info .side {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
}

.clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit .info .time {
  font-size: 1.4rem;
  line-height: 1;
}

.clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit::before {
  content: none;
}

.clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit:after {
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.clientWeb .web-section .list-faq ul .faq-item {
  padding: 10px 0;
}

.clientWeb .web-section .list-faq ul .faq-item + .faq-item {
  border-top: 1px solid var(--border-dark);
}

.clientWeb .web-section .list-faq ul .faq-item .faq-tit {
  padding: 20px 30px 18px 15px;
  padding-left: 30px;
  font-size: 2rem;
  line-height: 26px;
}

.clientWeb .web-section .list-faq ul .faq-item .faq-tit::before {
  top: 22px;
  width: 18px;
  height: 18px;
}

.clientWeb .web-section .list-faq ul .faq-item .faq-tit:after {
  width: 9px;
  height: 16px;
  top: 22px;
}

.clientWeb .web-section .list-faq ul .faq-item.on + .faq-item {
  border-top: none;
}

.clientWeb .web-section .list-faq ul .faq-item.on .faq-tit {
  font-weight: 700;
  color: var(--text);
}

.clientWeb .web-section .list-faq ul .faq-item.on .faq-tit:before {
  background-image: url("../img/@2/web/ico-qna-on.png");
}

.clientWeb .web-section .info-box {
  color: var(--text-gray);
  font-size: 1.8rem;
}

.clientWeb .web-section .list-icons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.clientWeb .web-section .list-icons ul.auto li {
  gap: 18px;
}

.clientWeb .web-section .list-icons ul.auto li .desc {
  font-size: 2.4rem;
}

.clientWeb .web-section .list-icons ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.clientWeb .web-section .list-icons ul li .desc {
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 50px;
  /* 147.059% */
  letter-spacing: -1.5px;
}

.clientWeb .web-section .list-icons ul li .desc small {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 24px;
  display: block;
}

.clientWeb .web-section .list-icons ul li .desc b {
  font-weight: 500;
}

.clientWeb .web-section .list-icons ul li .num {
  color: var(--rec-secondary);
  font-family: "yg-jalnan", sans-serif;
  text-align: center;
  font-size: 7.4rem;
  font-weight: 400;
  line-height: 74px;
  /* 100% */
  letter-spacing: -1.5px;
}

.clientWeb .web-section .list-icons ul li img {
  width: 200px;
}

.clientWeb .web-section .list-icons ul li .icon-frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#F3F8FF));
  background: -o-linear-gradient(top, #FFF 0%, #F3F8FF 100%);
  background: linear-gradient(180deg, #FFF 0%, #F3F8FF 100%);
  -webkit-box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 8px 8px 8px 0px rgba(0, 0, 0, 0.15);
}

.clientWeb .web-section .list-icons ul li .icon-frame img {
  width: 92px;
}

.clientWeb .list-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.clientWeb .list-more-button .btn {
  width: 240px;
}

.clientWeb .blog-headline {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 6px;
  margin-bottom: 20px;
}

.clientWeb .blog-headline .blog-category {
  font-size: 1.4rem;
  background-color: var(--bg-gray);
  color: var(--text-gray);
  font-weight: 500;
  padding: 4px 8px;
  border-radius: 10px;
}

.clientWeb .blog-headline .date {
  font-size: 1.4rem;
  color: var(--text-light);
  font-weight: 400;
}

.clientWeb .list-blog ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
}

.clientWeb .list-blog ul li {
  width: 386px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  border-radius: 40px;
}

.clientWeb .list-blog ul li .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  padding: 20px;
}

.clientWeb .list-blog ul li .inner .title {
  margin-bottom: 0;
  text-align: left;
  font-size: 2.4rem;
  color: var(--text);
  font-weight: 700;
  line-height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  max-height: 68px;
  overflow: hidden;
  vertical-align: top;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clientWeb .list-userBlock li {
  position: absolute;
  bottom: -700px;
}

.clientWeb .list-userBlock li > img {
  width: 150px;
}

.clientWeb .list-userBlock li .arrow {
  margin: auto;
  position: relative;
  background-color: #fff;
  border-radius: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 54px;
  height: 45px;
}

.clientWeb .list-userBlock li .arrow > img {
  width: 25px;
}

.clientWeb .list-userBlock li .arrow::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 17px;
  height: 17px;
  content: "";
  display: block;
  background: url("../img/@2/web/ico-polygon.png");
  background-size: contain;
}

@media (max-width: 750px) {
  .clientWeb .app-inner {
    max-width: 100%;
  }

  .clientWeb-header {
    height: 50px;
  }

  .clientWeb-header .gnb {
    background-color: var(--white);
    position: fixed;
    width: 100vw;
    right: -100%;
    top: 0;
    height: var(--full-height);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
  }

  .clientWeb-header .gnb ul {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 44px;
  }

  .clientWeb-header .gnb ul li.mobile {
    display: block;
  }

  .clientWeb-header .gnb ul li a {
    font-size: 2.4rem;
    font-weight: 400;
  }

  .clientWeb-header .gnb .logo {
    width: 226px;
    display: block;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
  }

  .clientWeb-header .gnb.on {
    right: 0;
  }

  .clientWeb-header.transparent .gnb-open + .gnb ul li.on a {
    color: var(--text);
  }

  .clientWeb-header.transparent .gnb-open + .gnb ul li a {
    color: var(--text);
    opacity: 1;
  }

  .clientWeb-footer {
    padding: 20px 0 40px 0;
  }

  .clientWeb-footer.padding {
    padding-bottom: 110px;
  }

  .clientWeb-footer .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .clientWeb-footer .top .fnb {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }

  .clientWeb-footer .bottom .address {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clientWeb-footer .bottom .address li {
    line-height: 1;
  }

  .clientWeb-footer .bottom .address li + li:before {
    display: none;
  }

  .clientWeb .gnb-open {
    display: block;
  }

  .clientWeb .logo a:before {
    width: 22px;
    height: 22px;
    display: none;
  }

  .clientWeb .logo.type-footer a div {
    width: 150px;
    height: 18px;
  }

  .clientWeb .logo.type-footer a:before {
    display: block;
  }

  .clientWeb .web-section {
    min-width: 100%;
    padding: 80px 0;
  }

  .clientWeb .web-section .title {
    margin-bottom: 44px;
    font-size: 2.6rem;
    line-height: 36px;
    letter-spacing: -0.5px;
  }

  .clientWeb .web-section .button-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 14px;
  }

  .clientWeb .web-section .btn-applecation {
    display: none;
    width: 250px;
  }

  .clientWeb .web-section .btn-applecation.both {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .clientWeb .web-section .btn-applecation.fixed {
    position: absolute;
    bottom: 120px;
  }

  .clientWeb .web-section .btn-applecation.fixed + .floating {
    bottom: 40px;
  }

  .clientWeb .web-section .btn-applecation.floating {
    position: fixed;
    bottom: 40px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 98;
  }

  .clientWeb .web-section .btn-applecation.floating.scroll {
    bottom: 0;
    width: 100%;
    height: 80px;
    border-radius: 0;
  }

  .clientWeb .web-section .btn-applecation.floating.scroll .yellow {
    display: block;
  }

  .clientWeb .web-section .btn-applecation.mo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .clientWeb .web-section .btn-applecation.mo .yellow {
    margin-right: 4px;
    display: bock;
  }

  .clientWeb .web-section .btn-applecation.blue.arrow {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
  }

  .clientWeb .web-section .btn-applecation.blue.arrow:after {
    -webkit-animation: webArrowRight 0.6s infinite alternate;
    animation: webArrowRight 0.6s infinite alternate;
  }

  .clientWeb .web-section .btn-applecation.moNone {
    display: noen;
  }

  .clientWeb .web-section .btn-applecation.pc {
    display: none;
  }

  .clientWeb .web-section.blog {
    padding: 80px 0 0;
  }

  .clientWeb .web-section.blog .titleline .title {
    margin: 0 !important;
  }

  .clientWeb .web-section.blog-view {
    padding-top: 30px;
  }

  .clientWeb .web-section.blog-view article .tit {
    font-size: 2.2rem;
  }

  .clientWeb .web-section.blog-view article pre,  .clientWeb .web-section.blog-view article p {
    font-size: 1.6rem;
  }

  .clientWeb .web-section.blog-view article pre + img,  .clientWeb .web-section.blog-view article p + img {
    margin-top: 30px;
  }

  .clientWeb .web-section.blog-view article + article {
    margin-top: 40px;
  }

  .clientWeb .web-section.main {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .clientWeb .web-section.main .cont {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .clientWeb .web-section.main .please-scroll {
    display: none;
    bottom: 40px;
  }

  .clientWeb .web-section.main .mainVisual {
    margin-top: -140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

  .clientWeb .web-section.main .mainVisual .serachBar {
    background-image: none;
  }

  .clientWeb .web-section.main .mainVisual .text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 14px;
    position: static;
    margin-top: 190px;
    position: static;
  }

  .clientWeb .web-section.main .mainVisual .text .fix-text,  .clientWeb .web-section.main .mainVisual .text .value li {
    font-size: 5.5rem;
    line-height: 67px;
  }

  .clientWeb .web-section.main .mainVisual .text .end {
    height: 60px;
  }

  .clientWeb .web-section.main .mainVisual .text .start {
    margin-right: 0;
  }

  .clientWeb .web-section.main .mainVisual .symbol {
    width: 200px;
    height: 200px;
  }

  .clientWeb .web-section.main .mainVisual .symbol:after {
    width: 100px;
    height: 100px;
    top: 140px;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-filter: blur(8px);
    filter: blur(8px);
  }

  .clientWeb .web-section.main .copy {
    bottom: 220px;
    margin-top: 70px;
  }

  .clientWeb .web-section.main .copy .desc {
    font-size: 1.5rem;
    line-height: 24px;
  }

  .clientWeb .web-section.intro::before {
    height: 80px;
  }

  .clientWeb .web-section.intro .list-intro {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clientWeb .web-section.intro .list-intro li {
    gap: 20px;
  }

  .clientWeb .web-section.intro .list-intro li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clientWeb .web-section.intro .list-intro .desc {
    font-size: 2.8rem;
    line-height: 38px;
    text-align: center;
  }

  .clientWeb .web-section.service {
    background-color: none;
  }

  .clientWeb .web-section.service .title {
    display: block;
    margin-top: 0;
  }

  .clientWeb .web-section.service .title .counting-value {
    font-size: 6.4rem;
    margin-bottom: 20px;
  }

  .clientWeb .web-section.service .title .desc {
    font-size: 2.6rem;
    line-height: 36px;
  }

  .clientWeb .web-section.service .video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: var(--full-height);
    overflow: hidden;
  }

  .clientWeb .web-section.service .video-frame video {
    height: 100%;
  }

  .clientWeb .web-section.service .video-frame video.pc {
    display: none;
  }

  .clientWeb .web-section.service .video-frame video.mobile {
    display: block;
  }

  .clientWeb .web-section.spec .row {
    padding: 40px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .clientWeb .web-section.spec .row.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .clientWeb .web-section.spec .row .column .title {
    text-align: center;
    font-size: 3rem;
    line-height: 40px;
  }

  .clientWeb .web-section.spec .row .column .title i {
    font-weight: 700;
  }

  .clientWeb .web-section.spec .row .column.type-mockup.double {
    position: relative;
    left: 60px;
  }

  .clientWeb .web-section.spec .row .column.type-mockup.double .mockup {
    width: 180px;
    margin-bottom: 24px;
  }

  .clientWeb .web-section.spec .row .column.type-mockup.double .mockup img.innerStep {
    width: 180px;
    left: 120px;
  }

  .clientWeb .web-section.spec .row .column .desc {
    text-align: center;
    font-size: 1.8rem;
    line-height: 25px;
  }

  .clientWeb .web-section.spec .row .column .label {
    color: #E57232;
    font-size: 1.5rem;
    line-height: 20px;
    padding: 10px 20px;
  }

  .clientWeb .web-section.spec .row .column .label + .title {
    margin-top: 14px;
  }

  .clientWeb .web-section.spec .mockup {
    width: 250px;
    margin-bottom: 24px;
  }

  .clientWeb .web-section.system .button-label {
    margin: 44px auto auto;
    width: auto;
    height: 60px;
    padding: 10px 24px;
    gap: 4px;
    font-size: 1.5rem;
  }

  .clientWeb .web-section.system .button-label img {
    width: 15px;
  }

  .clientWeb .web-section.review .title-group {
    margin-bottom: 44px;
    gap: 14px;
  }

  .clientWeb .web-section.review .title-group .appicon {
    display: none;
  }

  .clientWeb .web-section.review .slide-review {
    padding-left: 20px;
  }

  .clientWeb .web-section.review .slide-review ul li {
    width: 75%;
  }

  .clientWeb .web-section.review .slide-review ul li .reviewbox .profile {
    width: 60px;
    height: 60px;
  }

  .clientWeb .web-section.review .slide-review ul li .reviewbox .desc {
    font-size: 1.5rem;
    line-height: 24px;
  }

  .clientWeb .web-section.banner {
    min-height: 474px;
  }

  .clientWeb .web-section.banner .app-inner {
    position: static;
    z-index: 0;
  }

  .clientWeb .web-section.banner.video {
    min-height: var(--full-height);
    display: block;
    padding: 0;
  }

  .clientWeb .web-section.banner.video .app-inner {
    padding-top: 140px;
    min-height: var(--full-height);
    z-index: 4;
    position: relative;
  }

  .clientWeb .web-section.banner .title {
    font-size: 3rem;
    line-height: 40px;
    margin-bottom: 44px;
  }

  .clientWeb .web-section.banner .title .maintit {
    max-width: 300px;
    margin: auto;
    font-size: 4.4rem;
    line-height: 65px;
    text-align: center;
  }

  .clientWeb .web-section.banner .title .subtit {
    margin-top: 14px;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: -0.5px;
  }

  .clientWeb .web-section.banner .cupon-area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    gap: 0;
  }

  .clientWeb .web-section.banner .cupon-area .icon {
    width: 70px;
  }

  .clientWeb .web-section.infographic {
    padding: 40px 0;
  }

  .clientWeb .web-section.infographic .list-infographic:after,  .clientWeb .web-section.infographic .list-infographic:before {
    content: none;
  }

  .clientWeb .web-section.infographic .list-infographic ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 40px;
  }

  .clientWeb .web-section.infographic .list-infographic ul li {
    gap: 20px;
  }

  .clientWeb .web-section.infographic .list-infographic ul li:after {
    content: none;
  }

  .clientWeb .web-section.partner .profile-glass-flip {
    margin: auto auto 44px;
    width: 130px;
    height: 130px;
  }

  .clientWeb .web-section.partner .profile-glass-flip:after {
    width: 56px;
    height: 36px;
  }

  .clientWeb .web-section.partner .profile-glass-flip .profile-glass .inner img {
    width: 35px;
  }

  .clientWeb .web-section.partner .title {
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clientWeb .web-section.partner .title .maintit {
    font-size: 4.3rem;
    line-height: 44px;
    letter-spacing: -1px;
  }

  .clientWeb .web-section.partner .title .subtit {
    font-size: 3rem;
    line-height: 30px;
  }

  .clientWeb .web-section.partner .title .subtit small {
    display: block;
    font-size: 3rem;
    line-height: 38px;
    width: 240px;
  }

  .clientWeb .web-section.partnerCertification .title {
    font-size: 4.4rem;
    line-height: 60px;
  }

  .clientWeb .web-section.partnerCertification .desc {
    font-size: 1.7rem;
    line-height: 30px;
  }

  .clientWeb .web-section.partnerCertification .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clientWeb .web-section.partnerCertification .row .column {
    width: 100%;
    min-height: 400px;
  }

  .clientWeb .web-section.partnerCertification .review {
    margin-top: -60px;
    overflow: auto;
    padding: 40px 0;
  }

  .clientWeb .web-section.partnerCertification .review ul li {
    width: 318px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
  }

  .clientWeb .web-section.partnerCertification .review ul li + li {
    margin-left: 0;
  }

  .clientWeb .web-section.partnerCertification .review ul li .reviewbox {
    margin-right: 40px;
    padding: 0 20px 20px;
    gap: 20px;
  }

  .clientWeb .web-section.partnerCertification .review ul li .reviewbox .profile {
    width: 80px;
    height: 102px;
    margin-top: -40px;
  }

  .clientWeb .web-section.partnerCertification .review ul li .reviewbox .name {
    font-size: 2rem;
    line-height: 20px;
  }

  .clientWeb .web-section.partnerCertification .review ul li .reviewbox .name .info {
    font-size: 1.4rem;
    line-height: 14px;
  }

  .clientWeb .web-section.partnerCertification .review ul li .reviewbox .desc {
    font-size: 1.5rem;
    line-height: 24px;
  }

  .clientWeb .web-section.step .titleline .desc {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 26px;
  }

  .clientWeb .web-section.step .titleline .desc::after {
    margin: 20px auto;
    height: 80px;
  }

  .clientWeb .web-section.step .list-step ol {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clientWeb .web-section.step .list-step ol li {
    gap: 14px;
  }

  .clientWeb .web-section.step .list-step ol li + li {
    margin-top: 80px;
  }

  .clientWeb .web-section.step .list-step ol li .device {
    width: 280px;
  }

  .clientWeb .web-section.step .list-step ol li .desc {
    font-size: 2rem;
    font-weight: 500;
    line-height: 28px;
  }

  .clientWeb .web-section.option .list-icons ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 0;
  }

  .clientWeb .web-section.option .list-icons ul li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .clientWeb .web-section.option .list-icons ul li .desc {
    font-size: 1.6rem;
    line-height: 1;
  }

  .clientWeb .web-section.basic .titleline {
    display: block;
    margin-bottom: 44px;
  }

  .clientWeb .web-section.basic .titleline .title {
    text-align: left;
    margin-bottom: 20px;
  }

  .clientWeb .web-section.basic .titleline .category-item {
    padding: 10px 16px;
    font-size: 1.5rem;
    border-radius: 16px;
  }

  .clientWeb .web-section.line {
    border-top: 1px solid var(--border-dark);
  }

  .clientWeb .web-section.line .titleline {
    margin-bottom: 0;
  }

  .clientWeb .web-section.line .titleline .title {
    margin-bottom: 0;
  }

  .clientWeb .web-section.about {
    background-position: -150px 0;
    padding-bottom: 30px;
  }

  .clientWeb .web-section.about .title {
    font-size: 3.6rem;
    line-height: 48px;
  }

  .clientWeb .web-section.about .ceo {
    font-size: 1.4rem;
    position: static;
    margin-top: 14px;
  }

  .clientWeb .web-section.growth {
    padding-bottom: 80px;
  }

  .clientWeb .web-section.growth:after {
    background-image: url("../img/@2/web/img-graph-m.png");
    height: 100%;
    opacity: 1;
  }

  .clientWeb .web-section.growth .title {
    font-size: 3.6rem;
    line-height: 44px;
    margin-bottom: 20px;
    margin-top: 0;
  }

  .clientWeb .web-section.growth .title span {
    font-size: 2.6rem;
    line-height: 44px;
  }

  .clientWeb .web-section.growth .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .clientWeb .web-section.growth .row .column {
    width: 100%;
  }

  .clientWeb .web-section.growth .row + .info {
    margin-top: 80px;
    padding-top: 0;
    border-top: none;
  }

  .clientWeb .web-section.growth .info {
    position: relative;
    z-index: 1;
    text-align: center;
  }

  .clientWeb .web-section.growth .info .label {
    border-radius: 16px;
    padding: 18px 24px;
    font-size: 1.8rem;
    line-height: 18px;
    margin: auto auto 40px;
  }

  .clientWeb .web-section.growth .info .list-info {
    gap: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .clientWeb .web-section.growth .info .list-info li {
    text-align: left;
    gap: 40px;
  }

  .clientWeb .web-section.growth .info .list-info li + li {
    margin-left: 40px;
  }

  .clientWeb .web-section.growth .info .list-info li dl dt {
    font-size: 1.5rem;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: -1px;
  }

  .clientWeb .web-section.growth .info .list-info li dl dd {
    font-size: 2.6rem;
    line-height: 44px;
  }

  .clientWeb .web-section.growth .info .list-info li dl dd .counting-value {
    font-size: 4rem;
  }

  .clientWeb .web-section.growth .info small {
    display: block;
    text-align: center;
    margin-top: 14px;
    font-size: 1.2rem;
  }

  .clientWeb .web-section.growth .desc {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 26px;
  }

  .clientWeb .web-section.growth .desc + .desc {
    margin-top: 20px;
  }

  .clientWeb .web-section.growth .layer {
    display: none;
  }

  .clientWeb .web-section.history .list-history > ul > li .left {
    width: 90px;
    min-width: 90px;
    padding: 20px 0;
  }

  .clientWeb .web-section.history .list-history > ul > li .left .year {
    font-size: 2.2rem;
  }

  .clientWeb .web-section.history .list-history > ul > li .right {
    padding: 20px;
  }

  .clientWeb .web-section.history .list-history > ul > li .right ol {
    gap: 14px;
  }

  .clientWeb .web-section.history .list-history > ul > li .right ol li .desc {
    font-size: 1.5rem;
  }

  .clientWeb .web-section.history .list-history > ul > li .right ol li .desc-group {
    gap: 4px;
  }

  .clientWeb .web-section.history .list-history > ul > li .right .month {
    font-size: 1.5rem;
  }

  .clientWeb .web-section.history .title {
    font-size: 2.2rem;
  }

  .clientWeb .web-section.cscenter {
    padding: 20px 0;
    margin-top: -70px;
  }

  .clientWeb .web-section.cscenter .title {
    font-size: 1.6rem;
    line-height: 24px;
    letter-spacing: -1px;
    margin-bottom: 20px;
  }

  .clientWeb .web-section.cscenter .cont {
    gap: 24px;
  }

  .clientWeb .web-section.cscenter .cont img {
    width: 60px;
  }

  .clientWeb .web-section .text-btn {
    font-size: 1.5rem;
  }

  .clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit {
    padding: 20px 30px 18px 0;
  }

  .clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit .info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
  }

  .clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit .info .side {
    font-size: 1.4rem;
    line-height: 1;
    font-weight: 700;
  }

  .clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit .info .time {
    font-size: 1.4rem;
    line-height: 1;
  }

  .clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit::before {
    content: none;
  }

  .clientWeb .web-section .list-faq.type-board ul .faq-item .faq-tit:after {
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }

  .clientWeb .web-section .list-faq ul .faq-item .faq-tit {
    padding: 14px 30px 14px 30px;
    font-size: 1.6rem;
    font-weight: 500;
  }

  .clientWeb .web-section .list-faq ul .faq-item .faq-tit::before {
    top: 19px;
    width: 14px;
    height: 14px;
  }

  .clientWeb .web-section .list-faq ul .faq-item .faq-tit:after {
    width: 8px;
    height: 13px;
    top: 18px;
  }

  .clientWeb .web-section .list-faq ul .faq-item.on + .faq-item {
    border-top: none;
  }

  .clientWeb .web-section .list-faq ul .faq-item.on .faq-tit:before {
    background-image: url("../img/@2/web/ico-qna-on.png");
  }

  .clientWeb .web-section .info-box {
    font-size: 1.5rem;
  }

  .clientWeb .web-section .list-icons ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0;
    margin-top: -40px;
  }

  .clientWeb .web-section .list-icons ul.auto {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .clientWeb .web-section .list-icons ul.auto li {
    min-width: 50%;
    margin-top: 40px;
  }

  .clientWeb .web-section .list-icons ul.auto li .desc {
    font-size: 2.2rem;
  }

  .clientWeb .web-section .list-icons ul li {
    gap: 10px;
  }

  .clientWeb .web-section .list-icons ul li .desc {
    font-size: 2rem;
    line-height: 28px;
    letter-spacing: -1px;
  }

  .clientWeb .web-section .list-icons ul li .desc small {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 24px;
  }

  .clientWeb .web-section .list-icons ul li .num {
    font-size: 4.4rem;
    line-height: 44px;
  }

  .clientWeb .web-section .list-icons ul li img {
    width: 150px;
  }

  .clientWeb .web-section .list-icons ul li .icon-frame {
    width: 100px;
    height: 100px;
  }

  .clientWeb .web-section .list-icons ul li .icon-frame img {
    width: 70px;
  }

  .clientWeb .list-more-button .btn {
    width: 160px;
  }

  .clientWeb .blog-headline {
    margin-bottom: 14px;
  }

  .clientWeb .list-blog ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 30px;
  }

  .clientWeb .list-blog ul li {
    width: 100%;
    border-radius: 20px;
  }

  .clientWeb .list-blog ul li .inner {
    padding: 16px;
  }

  .clientWeb .list-blog ul li .inner .title {
    font-size: 2rem;
    line-height: 24px;
    max-height: 48px;
  }
}

/* lib */

/* CUSTOM :: 
jquery ui */

.ui-widget {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, Arial, "Malgun Gothic", "맑은 고딕", Dotum, 돋움, sans-serif;
}

.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a {
  color: var(--rec-secondary);
}

.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:last-child a.ui-state-active {
  color: var(--white);
}

.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:first-child a {
  color: var(--rec-red);
}

.ui-datepicker-calendar > tbody td.ui-datepicker-week-end:first-child a.ui-state-active {
  color: var(--white);
}

.ui-widget-content {
  background-color: var(--white);
}

.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active {
  color: var(--text);
}

.ui-datepicker {
  border-radius: 4px;
  border: 1px solid var(--border);
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}

.ui-datepicker th {
  color: var(--text);
}

.ui-datepicker th:first-child span {
  color: var(--rec-red);
}

.ui-datepicker th:last-child span {
  color: var(--rec-secondary);
}

.ui-datepicker .ui-widget-header {
  border: none;
  padding: 0;
  background: none;
  margin-bottom: 20px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title {
  margin: 0;
  margin-left: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title .yearprefix {
  margin-right: 4px;
}

.ui-datepicker .ui-widget-header .ui-datepicker-title,.ui-datepicker .ui-widget-header .ui-datepicker-title span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next,.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  bottom: 0;
  margin: auto;
  top: 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next span,.ui-datepicker .ui-widget-header .ui-datepicker-prev span {
  width: 17px;
  height: 17px;
  background: url("../img/@2/ico-arrow-l.png") no-repeat;
  background-size: contain;
}

.ui-datepicker .ui-widget-header .ui-datepicker-prev {
  left: 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next {
  right: 0;
}

.ui-datepicker .ui-widget-header .ui-datepicker-next span {
  background: url("../img/@2/ico-arrow-r.png") no-repeat;
  background-size: contain;
}

.ui-datepicker th {
  padding: 0;
}

.ui-datepicker th span {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-light);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.ui-datepicker .ui-state-default {
  font-size: 1.7rem;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 44px;
  padding: 0;
  height: 44px;
  font-weight: 500;
  line-height: 1;
  border: none;
  background: none;
  border-radius: 10px;
}

.ui-datepicker .ui-state-default.ui-state-highlight {
  position: relative;
}

.ui-datepicker .ui-state-default.ui-state-highlight:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: var(--rec-secondary);
  position: absolute;
  top: 4px;
  left: 0;
  right: 0;
  margin: auto;
}

.ui-datepicker .ui-state-default.ui-state-active {
  background-color: var(--rec-secondary);
  color: var(--white);
}

.ui-datepicker .ui-state-default.ui-state-active.ui-state-hover {
  opacity: 1;
}

.ui-datepicker .ui-state-default.ui-state-hover {
  opacity: 0.5;
}

.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year {
  background-color: transparent;
  font-weight: 700;
  border: none;
  margin: 0;
  padding-left: 0;
  padding-right: 10px;
  margin-right: 10px;
  font-size: 2rem;
  position: relative;
  z-index: 2;
  width: auto;
  height: auto;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/@2/selected-arrow.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 17px;
  padding-right: 10px;
}

.ui-datepicker select.ui-datepicker-year {
  padding-right: 18px;
}

.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus {
  border: none;
  background: none;
}

.datepicker-page {
  margin-top: -16px;
}

.datepicker-page .datepicker {
  width: 100%;
}

.datepicker-page .datepicker.readonly {
  pointer-events: none;
}

.datepicker-page .datepicker .ui-datepicker-inline {
  width: 100%;
  border: none;
  border-radius: 0;
  padding: 0;
}

.ui-widget.ui-widget-content {
  border: none;
  padding: 0;
}

.ui-datepicker table {
  margin: 0;
  table-layout: fixed;
}

/* lib range slider */

/* Functional styling;
 * These styles are requivar(--rec-red) for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.range-lib-item {
  padding: 14px 16px 14px;
}

.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
}

.noUi-base,.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
  transform-style: flat;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 14px;
}

.noUi-horizontal .noUi-handle {
  width: 30px;
  height: 30px;
  right: -14px;
  top: -8px;
}

.noUi-vertical {
  width: 14px;
}

.noUi-vertical .noUi-handle {
  width: 30px;
  height: 30px;
  right: -6px;
  bottom: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -14px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  background: var(--bg-gray);
  border-radius: 100px;
}

.noUi-connects {
  border-radius: 10px;
}

.noUi-connect {
  background: var(--rec-secondary);
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  border: 2px solid var(--rec-secondary);
  border-radius: 100px;
  background: var(--white);
  cursor: default;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.11);
}

.noUi-active {
  background: var(--rec-secondary);
}

/* Handle stripes;
 */

.noUi-handle:before,.noUi-handle:after {
  content: none;
}

.noUi-handle:after {
  left: 17px;
}

.noUi-vertical .noUi-handle:before,.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}

.noUi-vertical .noUi-handle:after {
  top: 17px;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: var(--rec-red);
}

[disabled].noUi-target,[disabled].noUi-handle,[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,.noUi-pips * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: var(--text-light);
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
  color: var(--text-light);
  font-size: 1.2rem;
}

.noUi-value.active-pip {
  color: var(--text);
  font-weight: 600;
}

.noUi-value-sub {
  color: var(--text-light);
  font-size: 1.2rem;
}

/* Markings;
 *
 */

.noUi-marker {
  display: none;
  position: absolute;
  background: var(--text-light);
}

.noUi-marker-sub {
  background: var(--text-light);
}

.noUi-marker-large {
  background: var(--text-light);
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  display: none;
  position: absolute;
  border: 1px solid var(--border);
  border-radius: 3px;
  background: var(--white);
  color: var(--text);
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

/* swiper */

.swiper-pagination-bullet {
  background: rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullet-active {
  background: var(--rec-primary);
}

/* index용 */

.type-index body {
  padding: 0 60px 60px;
}

.type-index strong {
  font-weight: normal;
}

.type-index table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

.type-index caption,.type-index legend {
  position: absolute;
  top: -9999px;
  left: -9999px;
  font-size: 0px;
  line-height: 0;
}

.type-index a {
  text-decoration: none;
  select-dummy: expression(this.hideFocus=true);
}

.type-index a:active {
  background-color: transparent;
}

.type-index .blue {
  color: #337AFF;
}

.type-index .red {
  color: #FF337A;
}

.type-index .gray {
  color: #A6ACAF;
}

.type-index .del,.type-index .del a {
  color: #e7e7e7 !important;
  text-decoration: line-through;
}

.type-index h1 {
  margin-bottom: 30px;
  font-size: 30px;
  font-weight: 700;
}

.type-index .tbl * {
  font-size: 14px !important;
  letter-spacing: -1px;
}

.type-index .tbl {
  width: 100%;
  margin-bottom: 40px;
  border: 1px solid #e7e7e7;
  border-top: 0;
  border-right: 0;
}

.type-index .tbl table {
  width: 100%;
}

.type-index .tbl table th,.type-index .tbl table td {
  color: #333;
  border-right: 1px solid #e7e7e7;
  padding: 10px;
}

.type-index .tbl table th:first-child,.type-index .tbl table td:first-child {
  border-left: 0;
}

.type-index .tbl tbody tr {
  border-top: 1px solid #e7e7e7;
}

.type-index .tbl thead th {
  padding: 10px;
  background: #f3f3f3;
  border-top: 1px solid #e7e7e7;
}

.type-index .tbl tbody td {
  padding: 10px;
  text-align: left;
}

.type-index .tbl tbody a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px;
  color: #333;
  text-align: left;
}

.type-index .tbl tbody .view-img,.type-index .tbl tbody .view-img-m,.type-index .tbl tbody .view-url {
  padding: 5px;
}

.type-index .tbl tbody .view-img a,.type-index .tbl tbody .view-img-m a {
  display: inline;
  text-align: center;
  background: #A6ACAF;
  color: var(--white);
  border-radius: 50px;
  padding: 5px;
  font-size: 12px;
}

.type-index .tbl tbody .view-url a {
  text-align: center;
  background: var(--white);
  color: #333;
  border: 1px solid #A6ACAF;
  border-radius: 50px;
  padding: 5px;
  font-size: 12px;
}

.type-index .tbl tbody .link-url a {
  text-align: center;
  background: var(--white);
  color: #333;
  border: 1px solid #A6ACAF;
  border-radius: 50px;
  padding: 5px;
  font-size: 12px;
}

.type-index .tbl tbody .view-img a:hover,.type-index .tbl tbody .view-img-m a:hover,.type-index .tbl tbody .view-url a:hover {
  opacity: 0.5;
}

.type-index .tbl tbody tr:hover td {
  background-color: #fafafa;
}

.type-index .tbl.top {
  margin-top: 50px;
}

.type-index .tbl.top th,.type-index .tbl.top td {
  padding: 12px 20px;
  text-align: left;
}

.type-index .tbl.top th {
  background-color: #f3f3f3;
}

.type-index .tbl.top tbody td {
  padding: 12px 20px;
}

.type-index .project-btn {
  border: 2px solid #e7e7e7;
  color: #333;
  border-radius: 100px;
  padding: 10px 20px;
  font-size: 2rem;
}

.type-index .project-btn:hover {
  background: #333;
  color: var(--white);
}

.type-index .project-btn.on {
  background: var(--rec-primary);
  border-color: var(--rec-primary);
}
