@charset "UTF-8";

body {
  min-width: 320px;
  position: relative;
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

body * {
  font-family: "Pretendard", "Noto Sans KR", "Apple SD Gothic Neo",
    "Nanum Barun Gothic", "Malgun Gothic", "돋옴", Dotum, sans-serif;
  line-height: 1.5;
}

header {
  position: absolute !important;
}

/* 공비서 메인 ------------------------------------- */
.mobile-main-wrap > div .wrap {
  width: 312px;
  margin: 0px auto;
  padding: 80px 0;
}

.mobile-main-wrap .wrap > p.subtitle {
  font-weight: bold;
  font-size: 17px;
  color: #227eff;
  margin-bottom: 16px;
  text-align: center;
}

.mobile-main-wrap .wrap > p.title,
.mobile-main-wrap .review p.title {
  font-weight: 700;
  font-size: 24px;
  color: #000;
  text-align: center;
}

.mobile-main-wrap .scroll-box * {
  text-align: center;
  color: #fff;
}

.mobile-main-wrap .swiper-wrapper {
  height: auto;
}

.mobile-main-wrap .sa {
  opacity: 0;
  transition: all 0.4s ease;
}

.mobile-main-wrap .sa-up {
  transform: translate(0, 120px);
}

.mobile-main-wrap .sa.show {
  opacity: 1;
  transform: none;
  text-align: center;
}

.mobile-main-wrap .sa.show .device-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

.mobile-main-wrap .sa.show .device-wrapper img {
  width: 240px;
}

.main-banner-container {
  width: 100%;
  position: relative;
}

.main-banner-container .swiper-pagination {
  left: 50% !important;
  transform: translateX(-50%);
  top: 40px !important;
  bottom: unset !important;
  right: unset !important;
  text-align: center;
  width: 100%;
  margin: 0 auto;
}

.main-banner-container .swiper-pagination .swiper-pagination-bullet {
  width: 20px !important;
  height: 2px !important;
  background: var(--color-gray-100) !important;
  opacity: 1 !important;
  border-radius: 0 !important;
  margin: 0 !important;
}

.main-banner-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-gray-700) !important;
}

.main-banner-item {
  background: var(--color-bg-100);
}

.main-banner-item__wrapper {
  max-width: 768px;
  margin: 0 auto;
}

.main-banner__content {
  padding-top: 70px;
  text-align: center;
}

.main-banner__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 33px;
  color: var(--color-gray-700);
}

.main-banner__title span {
  display: inline-block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--color-gray-300);
  margin-bottom: 4px;
}

.main-banner__description {
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-regular);
  line-height: var(--line-height-l);
}

.main-banner__sub-content {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.main-banner__store-button {
  font-size: 0;
}

.main-banner__button {
  flex-shrink: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: var(--font-size-l);
  font-weight: var(--font-weight-medium);
  line-height: var(--line-height-l);
  color: var(--color-gray-white);
  white-space: nowrap;
  padding: 14px 0;
  width: 160px;

  background: linear-gradient(90deg, #227eff 0%, #6d5aff 100%);
  border-radius: 100px;
  box-shadow: 0px 5px 20px 0px #227eff33;
}

.main-banner__button--b2c-setting {
  background: linear-gradient(77.67deg, #7f2aff 8.97%, #512aff 93.51%);
}

.main-banner__img-wrapper {
  margin-top: 52px;
  width: 100%;
  height: 320px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    98.53deg,
    rgba(34, 126, 255, 0.4) 2.56%,
    rgba(109, 90, 255, 0.4) 97.73%
  );
}

.main-banner__img-wrapper--b2c-setting {
  background: #494949;
}

.main-banner__img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  object-fit: cover;
}

/** 600px 미만 */
@media screen and (max-width: 599px) {
  .main-banner__img--medium {
    display: none;
  }

  .main-banner__img--small {
    display: inline-block;
  }
}

/** 600px 이상 */
@media screen and (min-width: 600px) {
  .main-banner__img--medium {
    display: inline-block;
  }

  .main-banner__img--small {
    display: none;
  }
}

.main-why {
  background: var(--color-gray-700);
  min-height: 388px;
  text-align: center;
  padding: 60px 0;
}

.main-why__content {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
}

.main-why__text-wrapper {
  display: flex;
  flex-direction: column;
}

.main-why__text {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  color: var(--color-gray-400);
}

.main-why__text .highlight,
.main-why__text span {
  color: var(--color-gray-white);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.main-why__gongbiz-strory-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  color: var(--color-gray-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border: 1px solid var(--color-gray-white);
  padding: 12px 20px;
  border-radius: 100px;
}

.mobile-main-wrap .landing-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  height: 44px;
  border-radius: 100px;
  background-color: var(--color-primary-300);
  color: var(--color-gray-white);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  padding: 12px 20px;
}

.mobile-main-wrap .facility p.title {
  margin-bottom: 50px;
  text-align: center;
}

.mobile-main-wrap .facility ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 30px;
}
.mobile-main-wrap .facility li {
  text-align: center;
}
.mobile-main-wrap .facility li img {
  width: 150px;
}
.mobile-main-wrap .facility li .cate {
  margin: 10px 0 6px;
  font-size: 14px;
  font-weight: 700;
  color: #20232b;
}
.mobile-main-wrap .facility li .info {
  font-size: 12px;
  color: #20232b;
}
.mobile-main-wrap .facility li {
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 104px;
}
.mobile-main-wrap .facility li.list01 {
  background-image: url("/resources/static/assets/img/mobile/common/main-mo-icon-01@2x-452c5261382279e2eb830737362f6e5c.png");
}
.mobile-main-wrap .facility li.list02 {
  background-image: url("/resources/static/assets/img/mobile/common/main-mo-icon-02@2x-80c7ea0224ef3aa5706eabb1047f4b9e.png");
}
.mobile-main-wrap .facility li.list03 {
  background-image: url("/resources/static/assets/img/mobile/common/main-mo-icon-03@2x-77b2cdeaf0a9fca5f80c87389731071d.png");
}
.mobile-main-wrap .facility li.list04 {
  background-image: url("/resources/static/assets/img/mobile/common/main-mo-icon-04@2x-27575d7c45f12fef7555e7af0f2f559d.png");
}
.mobile-main-wrap .facility li.list05 {
  background-image: url("/resources/static/assets/img/mobile/common/main-mo-icon-05@2x-ba7bbfa390a08aa4332cafa134c51826.png");
}
.mobile-main-wrap .facility li.list06 {
  background-image: url("/resources/static/assets/img/mobile/common/main-mo-icon-06@2x-7f020cd472021ae2e94b77afeda1205f.png");
}
.mobile-main-wrap .facility li.list07 {
  background-image: url("/resources/static/assets/img/mobile/common/main-mo-icon-07@2x-bef3aaa6f2c8f4f56982032a0058865c.png");
}
.mobile-main-wrap .facility li.list08 {
  background-image: url("/resources/static/assets/img/mobile/common/main-mo-icon-08@2x-bc7a83ff796b25affa52758ebae9c8b6.png");
}

.mobile-main-wrap .easy {
  background-color: #f9fafb;
}
.mobile-main-wrap .easy .content {
  display: flex;
  padding-top: 24px;
}
.mobile-main-wrap .easy .content .easy-swiper {
  width: 483px;
  overflow: hidden;
  margin-right: 144px;
  margin-left: -10px;
}

.mobile-main-wrap .easy .list {
  position: relative;
}

.mobile-main-wrap .easy .list:after {
  position: absolute;
  top: 0;
  left: 16px;
  display: inline-block;
  content: "";
  width: 1px;
  height: 750px;
  border: 0.1px dashed #a2abb7;
}

.mobile-main-wrap .easy .list li {
  display: flex;
  column-gap: 16px;
}

.mobile-main-wrap .easy .list li > div {
  width: 262px;
}

.mobile-main-wrap .easy .list li:not(:last-child) {
  margin-bottom: 50px;
}

.mobile-main-wrap .easy .list li p.num {
  display: inline-block;
  height: 34px;
  width: 34px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 7px 0 9px;
  font-size: 14px;
  font-weight: bold;
  z-index: 20;
  box-shadow: 0 4px 6px 0 rgba(32, 35, 43, 0.21);
}

.mobile-main-wrap .easy .list li .item {
  text-align: left;
}

.mobile-main-wrap .easy .list li p.title {
  margin: 16px 0 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
  color: var(--color-gray-700);
}

.mobile-main-wrap .easy .list li p.info {
  font-size: 14px;
  line-height: 24px;
  color: var(--color-gray-700);
  word-break: keep-all;
}

.mobile-main-wrap .specialty .wrap {
  padding-bottom: 0;
}

.mobile-main-wrap .specialty .wrap .title-info {
  margin-top: 12px;
}

.mobile-main-wrap .specialty .device-wrapper .device {
  width: 240px;
}

.mobile-main-wrap .specialty .content .list {
  margin-top: 40px;
  margin-bottom: 80px;
  color: var(--color-gray-700);
}

.mobile-main-wrap .specialty .content .list .item {
  margin: 0 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.mobile-main-wrap .specialty .content .list .item .flag {
  background: #20232b;
  padding: 4px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 11px;
  line-height: 26px;
}

.mobile-main-wrap .specialty .content .list .item .flag.mobile {
  width: 78px;
}

.mobile-main-wrap .specialty .content .list .item .flag.pc {
  width: 51px;
}

.mobile-main-wrap .specialty .content .list .item .title {
  margin-top: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.6;
}

.mobile-main-wrap .specialty .content .list .item .description {
  margin-top: 12px;
  line-height: 1.5;
  font-size: 16px;
  color: var(--color-gray-700);
}

.mobile-main-wrap .specialty .content .list .item .explain {
  margin-top: 12px;
}

.mobile-main-wrap .specialty .content .list .item .explain li {
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  list-style: disc;
  color: #20232b;
}

.mobile-main-wrap .specialty .content .list .item .explain li .highlight {
  color: #227eff;
  font-size: 14px;
}

/* 비즈콜 */
.mobile-main-wrap .remember {
  background-color: #f9fafb;
}

.mobile-main-wrap .remember .wrap {
  max-width: 360px;
  width: 100%;
  padding: 60px 0 0;
}

.mobile-main-wrap .remember .title {
  margin-bottom: 12px;
}

.mobile-main-wrap .remember .title-info {
  margin-bottom: 20px;
}

.mobile-main-wrap .remember .go-store-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  border: 1px solid var(--color-gray-100);
  background: var(--color-gray-white);
  margin: 0 auto;
}

.mobile-main-wrap .remember .go-store-button img {
  width: 100%;
  height: 100%;
}

.mobile-main-wrap .remember .info-container {
  margin-top: 46px;
  overflow: hidden;
  position: relative;
}

.mobile-main-wrap .remember .info-container .swiper-pagination {
  bottom: 60px;
}

.mobile-main-wrap .remember .info-item img {
  width: 100%;
  max-width: 360px;
}

/* 카드 단말기 */
.mobile-main-wrap .benefits {
  text-align: center;
  background: var(--color-bg-100);
}

.mobile-main-wrap .benefits .wrap {
  width: 100%;
  max-width: 360px;
}

.mobile-main-wrap .benefits .title-info {
  margin: 12px 0 8px;
}

.mobile-main-wrap .benefits .sub-info {
  font-size: 12px;
  line-height: 20px;
  color: var(--color-primary-300);
}

.mobile-main-wrap .benefits .sub-info .sub-info-gray {
  color: var(--color-gray-300);
  font-size: inherit;
  line-height: inherit;
}

.mobile-main-wrap .benefits .benefits-pay-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mobile-main-wrap
  .benefits
  .benefits-pay-wrapper
  .benefits-pay:not(:last-child) {
  margin-right: 15px;
}

.mobile-main-wrap .benefits .benefits-detail-link {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: var(--color-gray-300);
  text-decoration: underline;
  margin: 28px 0 20px;
}

.mobile-main-wrap .benefits .benefits-image {
  width: 100%;
}

.mobile-main-wrap .expense {
  text-align: center;
  background-color: #f9fafb;
}

.mobile-main-wrap .expense .wrap {
  max-width: 320px;
}

.mobile-main-wrap .expense .title-info {
  margin: 16px 0 40px;
  font-size: 18px;
  color: #000;
}

.mobile-main-wrap .expense .expense-list {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left;
}

.mobile-main-wrap .expense .expense-item {
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 60px 0 rgba(86, 102, 151, 0.2);
  width: 100%;
  overflow: hidden;
}

.mobile-main-wrap .expense .expense-item__content {
  padding: 30px 30px 35px;
}

.mobile-main-wrap .expense .expense-item__content .expense-icon {
  margin-bottom: 10px;
}

.mobile-main-wrap .expense .expense-item__content .title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 20px;
}

.mobile-main-wrap .expense .expense-item__content .description {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: var(--color-gray-300);
}

.mobile-main-wrap .expense .expense-item__image-wrapper {
  height: 240px;
  width: 100%;
}

.mobile-main-wrap .expense .expense-item__image-wrapper img {
  object-fit: cover;
}

.mobile-main-wrap .expense .expense-notice {
  text-align: left;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 60px 0 rgba(86, 102, 151, 0.2);
  width: 100%;
  padding: 30px;
}

.mobile-main-wrap .expense .expense-notice .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.mobile-main-wrap .expense .expense-notice-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.mobile-main-wrap .expense .expense-notice-item {
  background: var(--color-bg-200);
  border-radius: 12px;
  padding: 12px;
  display: flex;
  gap: 12px;
}

.mobile-main-wrap .expense .expense-notice-item__number {
  margin: 4px;
  width: 20px;
  height: 20px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  color: var(--color-gray-white);
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  background: var(--color-primary-300);
  border-radius: 50%;
}

.mobile-main-wrap .expense .expense-notice-item__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.mobile-main-wrap .deposit-management {
  background: var(--color-bg-300);
}

.mobile-main-wrap .deposit-management .wrap {
  padding: 40px 0 0;
  position: relative;
  max-width: 357px;
  width: 100%;
  text-align: center;
}

.mobile-main-wrap .deposit-management .title .highlight {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: var(--color-primary-300);
}

.mobile-main-wrap .deposit-management .deposit-management-background {
  max-width: 357px;
  width: 100%;
  height: auto;
}

.mobile-main-wrap .review {
  position: relative;
  background-color: #ffffff;
  overflow: hidden;
}
.mobile-main-wrap .review .title {
  margin-bottom: 53px;
  text-align: center;
}
.mobile-main-wrap .review .review-swiper {
  overflow-x: clip;
  box-shadow: 0 23px 60px 0 rgba(86, 89, 100, 0.15);
}
.mobile-main-wrap .review .swiper-wrapper {
  height: auto;
}
.mobile-main-wrap .review ul li {
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 2px;
}
.mobile-main-wrap .review ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 39px;
  height: 31px;
  background: url(/resources/static/assets/img/common/invalid-name@2x-676cba1f592533bc181064dbc939db4d.png) no-repeat;
  background-size: 100%;
  top: -16px;
  left: 20px;
}
.mobile-main-wrap .review ul li .comment {
  min-height: 144px;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 24px;
}
.mobile-main-wrap .review ul li .name {
  font-size: 11px;
  line-height: 18px;
}
.mobile-main-wrap .review .swiper-pagination {
  top: 449px;
  height: 10px;
}
.mobile-main-wrap .review .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 2px;
  border-radius: 0;
  margin: 0;
  opacity: 0.6;
  background-color: #fff;
}
.mobile-main-wrap .review .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #20232b;
}
.mobile-main-wrap .review .free-trial-btn {
  text-align: center;
  margin: 13px 0 67px;
}
.mobile-main-wrap .review .free-trial-btn a {
  display: inline-block;
  background-color: #227eff;
  color: #fff;
  border-radius: 25px;
  width: 225px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  box-shadow: 0 20px 30px 0 rgba(34, 126, 255, 0.17);
  font-size: 16px;
}

@keyframes animate {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

/* �냼媛� ------------------------------------- */
.introduce-section1 {
  padding: 15% 0;
}
.introduce-section1 .textarea .tit {
  text-align: center;
  font-weight: 200;
  font-size: 35px;
}
.introduce-section1 .textarea .subtxt {
  margin-top: 5%;
}
.introduce-section1 .textarea .subtxt li {
  padding: 1% 0;
  text-align: center;
}
.introduce-section1 .textarea .subtxt span {
  font-size: 18px;
  font-weight: 700;
}
.introduce-section1 .textarea .subtxt li i {
  width: 10.5px;
  height: 8px;
  background-position: 0 -39.5px;
}
.introduce-section1 .textarea.type01 .subtxt span {
  text-align: left;
}
.introduce-section1 .textarea.type01 .subtxt li i {
  margin-right: 10px;
  display: inline-block;
}
.introduce-section1 .textarea.type02 .subtxt span {
  line-height: 30px;
}
.introduce-section1 .textarea.type02 .subtxt li i {
  margin: 0 auto 10px;
  display: block;
}
.introduce-section1 .imgarea {
  margin-top: 7%;
}
.introduce-section1 .imgarea img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.introduce-section1.area1,
.introduce-section1.area3 {
  background: #343a40;
}
.introduce-section1.area1 .textarea .tit,
.introduce-section1.area3 .textarea .tit {
  color: #fff;
}
.introduce-section1.area1 .textarea .subtxt span,
.introduce-section1.area3 .textarea .subtxt span {
  color: #fff;
}
.introduce-section1.area2 {
  background: #fff;
}
.introduce-section1.area2 .textarea .tit {
  color: #343a40;
}
.introduce-section1.area4 .textarea .subtxt ul {
  width: 240px;
  position: relative;
  left: 50%;
  margin-left: -120px;
}
.introduce-section1.area2 .textarea .subtxt span {
  color: #343a40;
}
.introduce-section1.area4 .textarea .subtxt li {
  display: inline-block;
  width: 100%;
}
.introduce-section1.area4 .textarea .subtxt li i {
  float: left;
  margin-top: 8px;
}
.introduce-section1.area4 .textarea .subtxt li span {
  float: left;
}
/* �냼媛�_�꽕�씪�븘�듃 ------------------------------------- */
.introduce-section2.area1 {
  padding: 470px 0 12% 0;
  background: #343a40 url("/resources/static/assets/img/common/img-info2-01-bg-74c3114363292d0b3085cf48c07ccc57.jpg") 66% 0
    no-repeat;
  background-size: 750px;
  text-align: center;
}
.introduce-section2.area1 .logo img {
  display: block;
  margin: 0 auto;
  width: 259px;
}
.introduce-section2.area1 .tit {
  margin: 40px 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.introduce-section2.area1 .subtxt {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 22px;
  color: #d2d4d3;
  font-weight: 200;
}
.introduce-section2.area1 .btn-area a {
  display: inline-block;
  margin: 0 15px;
}
.introduce-section2.area1 .btn-area a img {
  display: block;
  height: 18px;
}
.introduce-section2.area2 {
  padding-top: 15%;
}
.introduce-section2.area2 article {
  margin-bottom: 16%;
  text-align: center;
}
.introduce-section2.area2 article .tit {
  margin-bottom: 20px;
  font-size: 30px;
  letter-spacing: -1px;
}
.introduce-section2.area2 article .subtxt {
  font-size: 15px;
  line-height: 28px;
  color: #868e96;
}
.introduce-section2.area2 article.article-first {
  padding-bottom: 410px;
  background: url("/resources/static/assets/img/mobile/common/img-info2-02-bg-91ee9042bb731c0634610fde5fdcb192.jpg") 70% 100%
    no-repeat;
  background-size: 453.5px;
}
.introduce-section2.area2 article.article-second {
  padding-bottom: 440px;
  background: url("/resources/static/assets/img/mobile/common/img-info2-03-bg-d980e571b0839a7b22da119f56f3a23b.jpg") 50% 100%
    no-repeat;
  background-size: 365px;
}
.introduce-section2.area2 article.article-second .sns-btn {
  margin-top: 30px;
}
.introduce-section2.area2 article.article-second .sns-btn dl {
  display: table;
  width: 100%;
  padding: 5px 0;
}
.introduce-section2.area2 article.article-second .sns-btn dt {
  display: table-cell;
  width: 50%;
  text-align: right;
  margin-right: 15px;
  font-size: 15px;
  font-weight: 700;
}
.introduce-section2.area2 article.article-second .sns-btn i {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  width: 18px;
  height: 18px;
  background: url("/resources/static/assets/img/mobile/common/img-info2-03-sns-31b7644c554abc01116b0c612f4220d4.png") no-repeat;
  background-size: 18px;
}
.introduce-section2.area2 article.article-second .sns-btn .btn-instagram i {
  background-position: 0 0;
}
.introduce-section2.area2 article.article-second .sns-btn .btn-facebook i {
  background-position: 0 -18px;
}
.introduce-section2.area2 article.article-second .sns-btn dd {
  display: table-cell;
  width: 50%;
  padding-left: 10px;
  text-align: left;
  font-size: 15px;
}
.introduce-section2.area2 article.article-third {
  padding-bottom: 420px;
  background: url("/resources/static/assets/img/mobile/common/img-info2-04-bg-13d23e7c067aba5d5f165bd2bf8274c2.jpg") 43% 100%
    no-repeat;
  background-size: 656.5px;
}

/* 遺�媛��꽌鍮꾩뒪 ---------------------------------------------- */
.service-section.area1 {
  padding: 70px 0 390px 0;
  background: #18bb49 url("/resources/static/assets/img/mobile/common/img-service-02-2c8eb8edc2c77d04f60208e78a17e396.jpg") 72%
    bottom no-repeat;
  background-size: 950px;
  text-align: center;
}
.service-section.area1 .logo img {
  display: block;
  margin: 0 auto;
  width: 180px;
}
.service-section.area1 .tit {
  margin: 30px 0 20px;
  font-size: 30px;
  font-weight: 500;
  color: #fff;
}
.service-section.area1 .subtxt {
  margin-bottom: 35px;
  font-size: 15px;
  line-height: 22px;
  color: #fff;
  opacity: 0.8;
  font-weight: 200;
}
.service-section.area1 .btn-area a {
  display: inline-block;
  width: 160px;
  height: 45px;
  color: #00ae34;
  font-weight: 500;
  font-size: 15px;
  line-height: 45px;
  letter-spacing: -0.06em;
  border-radius: 5px;
  background: #fff;
}
.service-section.area2 {
  padding: 16% 0 6%;
  background: #fff;
}
.service-section.area2 .textarea .tit,
.service-section.area2 .textarea .subtxt span {
  color: #343a40;
}
.service-section.area2 .textarea .tit {
  text-align: center;
  font-weight: 200;
  font-size: 35px;
}
.service-section.area2 .textarea .subtxt {
  margin-top: 5%;
}
.service-section.area2 .textarea .subtxt li {
  padding: 1% 0;
  text-align: center;
}
.service-section.area2 .textarea .subtxt li i {
  width: 10.5px;
  height: 8px;
  background-position: 0 -39.5px;
  margin: 0 auto 10px;
  display: block;
}
.service-section.area2 .imgarea {
  margin-top: 7%;
}
.service-section.area2 .imgarea img {
  display: block;
  margin: 0 auto;
  width: 90%;
  max-width: 500px;
}

/* �슂湲� ------------------------------------- */
.cash-section1 {
  padding: 20% 0 28% 0;
  background: url("/resources/static/assets/img/mobile/common/bg-cash-01-b8671104f0e6b340b980ea5dd4435e5e.png") no-repeat;
  background-size: contain;
  text-align: center;
}
.cash-section1.type2 {
  padding: 20% 0 7% 0;
}
.cash-section1 .imgarea {
  margin: 0 auto 11%;
  width: 106px;
  height: 87px;
  background: url("/resources/static/assets/img/mobile/common/img-cash-01-ccd31c544465fdfc2532f0674653b125.png");
  background-size: cover;
}
.cash-section1 .imgarea2 {
  margin: 0 auto 7%;
  width: 103.5px;
  height: 92px;
  background: url("/resources/static/assets/img/mobile/common/img-cash-2-01-8d89f94dcd728892164499164f4c5185.png");
  background-size: cover;
}
.cash-section2-1 .textarea .tit {
  font-size: 35px;
  font-weight: 200;
  text-align: center;
  margin-bottom: 8%;
}
.cash-section2 {
  text-align: center;
}
.cash-section2 .textarea .subtit {
  color: #9fa7b0;
  font-weight: 500;
}
.cash-section2 .textarea .head {
  position: relative;
  margin: 3% auto 8%;
  width: 150px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  font-weight: 700;
  background: #fff;
  border-radius: 55px;
  box-shadow: 0 15px 20px #c7d0df;
}
.cash-section2 .textarea .head .point {
  position: absolute;
  top: -10px;
  right: -15px;
  z-index: 10;
  display: block;
  width: 33px;
  height: 37.5px;
  background: url("/resources/static/assets/img/mobile/common/img-cash-02-0-60775839041bf16bc76775a5a6058e67.png") no-repeat;
  background-size: contain;
}
.cash-section2 .textarea .tit {
  font-size: 23px;
}
.cash-section2.area1 {
  position: relative;
  padding: 15% 0 77%;
  background: #f6f7fa;
}
.cash-section2.area1 .imgarea-top {
  position: absolute;
  top: -10%;
  left: 50%;
  z-index: 10;
  margin-left: -110px;
  width: 221px;
  height: 72px;
  background: url("/resources/static/assets/img/mobile/common/img-cash-02-1-338be6e8878b7ba3dfe6731cd97809aa.png") no-repeat;
  background-size: contain;
}
.cash-section2.area1 .imgarea {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 10;
  width: 100%;
  padding-bottom: 91%;
  background: url("/resources/static/assets/img/mobile/common/img-cash-02-2-7d85fa3489af4ef190e53214e234b19b.png") no-repeat;
  background-size: cover;
}
.cash-section2.area2 {
  padding: 30% 0 15%;
}
.cash-section2.area2 .imgarea {
  margin-top: 10%;
  width: 100%;
  padding-bottom: 91%;
  background: url("/resources/static/assets/img/mobile/common/img-cash-03-6b2e1793f4bd16d8df50038801feecef.png") no-repeat;
  background-size: cover;
}

/* �슂湲덉젣 ------------------------------------- */
.productChoose-wrap {
  width: 100%;
  padding-bottom: 5%;
}
.productChoose-area {
  width: 90%;
  margin: 0 auto 13%;
}
.productChoose-area a.wrap {
  display: block;
}
.productChoose-tit {
  width: 100%;
  text-align: center;
  font-size: 17px;
  letter-spacing: 3px;
  color: #adb5bd;
  margin-bottom: 20px;
}
.productChoose-cont {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d9e6e8;
}
.productChoose-cont .price-area {
  padding: 28px 0;
  background: #f6f7fa;
  text-align: center;
  position: relative;
}
.productChoose-cont .price-area span.img-belt-small {
  background: url("/resources/static/assets/img/mobile/common/img-cash2-belt-m-6dea5a6a24c0ad04f8715dd7627e9784.svg") no-repeat;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
}
.productChoose-cont .price-area .price {
  font-size: 26px;
  font-weight: 700;
}
.productChoose-cont .price-area .vat {
  margin-left: 6px;
  display: inline-block;
  vertical-align: text-bottom;
  padding: 5px 10px;
  background: #e9ecef;
  font-size: 12px;
  color: #868e96;
}
.productChoose-cont .info-area {
  position: relative;
  margin: 7% auto;
  width: 270px;
  height: 170px;
}
.productChoose-cont .info-area li {
  padding: 4px 0;
  font-size: 16px;
  color: #343a40;
}
.productChoose-cont .info-area li.last {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  color: #adb5bd;
}
.productChoose-cont .btn-area {
  height: 40px;
  background: #f6f7fa;
  text-align: center;
}
.productChoose-cont .btn-area span.btn01 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  background: #3bc9db;
  color: #fff;
  font-weight: 700;
}

.productChoose2-cont {
  width: 100%;
  overflow: hidden;
  border: 1px solid #d9e6e8;
}
.productChoose2-cont .group {
  width: 100%;
  display: inline-block;
  border-bottom: 1px solid #dae1ea;
}
.productChoose2-cont .group-in {
  float: left;
  width: 50%;
  text-align: center;
}
.productChoose2-cont .group-in.first {
  border-right: 1px solid #dae1ea;
}
.productChoose2-cont .price-area {
  padding: 27px 0;
  background: #f6f7fa;
  text-align: center;
}
.productChoose2-cont .price-area span.price {
  font-size: 22px;
  font-weight: 700;
}
.productChoose2-cont .price-area span.vat {
  margin-left: 6px;
  display: inline-block;
  margin-top: 7px;
  vertical-align: text-bottom;
  padding: 5px 10px;
  background: #e9ecef;
  font-size: 12px;
  color: #868e96;
}
.productChoose2-cont .priceDetail-area {
  padding: 25px 0 30px 0;
}
.productChoose2-cont .priceDetail-area .original span {
  display: block;
  font-size: 19px;
  line-height: 28px;
}
.productChoose2-cont .priceDetail-area .original span.line {
  text-decoration: line-through;
}
.productChoose2-cont .priceDetail-area .coupon {
  margin: 20px auto;
  width: 140px;
  height: 45px;
  border: 2px solid #ff7474;
}
.productChoose2-cont .priceDetail-area .coupon .percent {
  width: 43px;
  height: 43px;
  float: left;
  background: #ff7474;
  text-align: center;
}
.productChoose2-cont .priceDetail-area .coupon .percent span {
  font-size: 20px;
  color: #fff;
  line-height: 40px;
  font-weight: bold;
}
.productChoose2-cont .priceDetail-area .coupon .percent span.small {
  font-size: 15px;
}
.productChoose2-cont .priceDetail-area .coupon .price {
  float: left;
  width: 91px;
  text-align: center;
  font-size: 17px;
  line-height: 41px;
  font-weight: bold;
}
.productChoose2-cont .priceDetail-area .final {
  font-size: 25px;
  color: #ff7474;
  font-weight: bold;
}
.productChoose2-cont .info-area {
  position: relative;
  margin: 10% auto;
  width: 280px;
}
.productChoose2-cont .info-area li {
  padding: 3px 0;
  font-size: 15px;
  line-height: 20px;
  color: #343a40;
}
.productChoose2-cont .info-area li.last {
  margin-top: 15px;
  font-size: 15px;
  line-height: 23px;
  color: #adb5bd !important;
}
.productChoose2-cont .info-area a.red {
  color: #ff7474 !important;
  font-weight: bold;
  font-size: 15px;
}
.productChoose2-cont .btn-area {
  height: 40px;
  background: #f6f7fa;
  text-align: center;
}
.productChoose2-cont .btn-area span.btn01 {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 38px;
  font-size: 15px;
  background: #3bc9db;
  color: #fff;
  font-weight: 700;
}

/* 영역 추가 */
.productChoose-area.advantage h2 {
  border: 2px solid #ff7374;
  padding: 18px 30px;
  text-align: center;
  width: 100%;
  line-height: 24px;
}
.productChoose-area.advantage h2 div {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.productChoose-area.advantage h2 div .cash2-check {
  background: url("/resources/static/assets/img/mobile/common/img-cash2-check-m-c37b0b5630c59829a3746944aac5933c.svg") no-repeat;
  width: 21px;
  height: 15px;
  display: block;
  margin: 0 auto;
}
.productChoose-area.advantage p {
  padding-left: 70px;
  position: relative;
  line-height: 24px;
  display: block;
}
.productChoose-area.advantage p .advantage-list {
  background: #ff7374;
  color: #fff;
  padding: 3px 10px;
  border-radius: 100px;
  position: absolute;
  left: 0;
  top: 2px;
}

/* 怨좉컼�꽱�꽣 ------------------------------------- */
.nav-2step {
  display: table;
  width: 100%;
  height: 45px;
  background: #e9ecef;
}
.nav-2step a {
  display: table-cell;
  width: auto;
  height: 45px;
  text-align: center;
  line-height: 43px;
  color: #868e96;
}
.nav-2step a.active {
  background: #fff;
  color: #364549;
}
.board-list-wrap article,
.board-view-wrap .tit-wrap {
  border-bottom: 1px solid #dee2e6;
}
.board-list-wrap .tit-wrap,
.board-view-wrap .tit-wrap {
  padding: 15px 10px;
  width: 100%;
}
.board-list-wrap .tit-wrap .date,
.board-view-wrap .date {
  margin-top: 7px;
  color: #868e96;
  font-size: 13px;
}
.board-list-wrap .tit-wrap .tit {
  width: 100%;
  display: inline-block;
}
.board-list-wrap article.active .cont-wrap {
  display: inline-block;
}
.board-list-wrap .cont-wrap {
  display: none;
  padding: 20px 10px;
  width: 100%;
  margin-bottom: -3px;
  background: #f1f3f5;
}
.board-list-wrap .cont-wrap img {
  width: 100%;
  max-width: auto;
  display: block;
}
.board-list-wrap .cont-wrap .symbol,
.board-list-wrap .cont-wrap .txt {
  color: #868e96;
  line-height: 27px;
}
.board-list-wrap .symbol {
  float: left;
  width: 6%;
}
.board-list-wrap .txt {
  float: left;
  width: 94%;
}
.board-view-wrap .tit {
  font-size: 18px;
}
.board-view-wrap .cont-wrap {
  padding: 20px 10px;
  width: 100%;
  border-bottom: 1px solid #dee2e6;
  line-height: 27px;
}
.board-write-table table {
  width: 100%;
}
.board-write-table table th {
  text-align: left;
  padding: 12px 0 12px 10px;
  font-weight: 700;
  border-bottom: 1px solid #dee2e6;
}
.board-write-table table td {
  padding: 12px 10px;
  border-bottom: 1px solid #dee2e6;
}
.board-write-table table td input {
  width: 100%;
}
.board-write-table table td textarea {
  border: none;
  width: 100%;
  height: 280px;
}
.btn-boardlast-wrap {
  padding: 10px;
  width: 100%;
  height: 65px;
}
.btn-boardlast-wrap button {
  float: left;
}
.btn-boardlast-wrap button.btn-more {
  width: 100%;
  height: 45px;
  border: 1px solid #adb5bd;
  background: #fff;
  line-height: 43px;
  text-align: center;
}
.btn-boardlast-wrap button.btn-back {
  width: 45px;
  height: 45px;
  border: 1px solid #adb5bd;
}
.btn-boardlast-wrap button.btn-back i {
  display: block;
  margin: 11px auto;
  width: 21px;
  height: 17px;
  background-position: 0 -94.5px;
}
.btn-boardlast-wrap button.btn-arrow {
  display: inline-block;
  margin-left: 5px;
  padding: 0 20px;
  height: 45px;
  border: 1px solid #adb5bd;
  line-height: 43px;
}
.btn-boardlast-wrap button.btn-arrow i {
  display: block;
  margin: 13px 0;
  width: 8.5px;
  height: 17px;
  background-position: -25px -94.5px;
}
.btn-boardlast-wrap button.btn-prev i {
  float: left;
  margin-right: 12px;
}
.btn-boardlast-wrap button.btn-next i {
  float: right;
  margin-left: 12px;
  transform: rotate(180deg);
}
.btn-boardlast02-wrap {
  padding: 10px;
}
.btn-boardlast02-wrap button.btn-submit {
  width: 100%;
  height: 45px;
  line-height: 43px;
  text-align: center;
  background: #22b8cf;
  color: #fff;
  font-weight: 700;
}
.btn-boardlast02-wrap button.btn-kakao {
  width: 100%;
  height: 45px;
  line-height: 43px;
  text-align: center;
  background: #efe250;
  color: #69493a;
  font-weight: 700;
}
.select-wrap {
  padding: 10px;
  width: 100%;
  position: relative;
}
.select-wrap .select-choose {
  padding: 0 10px;
  width: 100%;
  height: 45px;
  border: 1px solid #adb5bd;
}
.select-wrap .select-choose span.txt {
  width: auto;
  float: left;
  line-height: 43px;
}
.select-wrap .select-choose i {
  float: right;
  display: block;
  width: 19px;
  height: 8.5px;
  margin: 17px 0;
  background-position: -36.5px -94.5px;
}
.select-wrap.active .select-area {
  display: block;
}
.select-wrap .select-area {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  padding: 10px;
  z-index: 10;
}
.select-wrap .select-area ul {
  border: 1px solid #adb5bd;
  background: #fff;
}
.select-wrap .select-area ul li {
  border-bottom: 1px solid #dee2e6;
  height: 45px;
  line-height: 41px;
  padding: 0 10px;
}
.select-wrap .select-area ul li:last-child {
  border-bottom: 0;
}

/* �뙘�뾽 */
.pop-appYudo-wrap a {
  display: block;
}
.pop-appYudo-wrap .btn-area {
  width: 100%;
  margin-top: 25px;
  text-align: center;
  cursor: pointer;
}
.pop-appYudo-wrap .btn-area span {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 58px;
  font-size: 19px;
  font-weight: 700;
  background: #ff3e3e;
  color: #fff;
  border-radius: 5px;
}
.pop-appYudo-wrap .img-area {
  display: table;
}
.pop-appYudo-wrap .img-area .icon-area {
  display: table-cell;
  padding-right: 20px;
  vertical-align: top;
  text-align: left;
}
.pop-appYudo-wrap .img-area .icon-area i {
  display: block;
  width: 72px;
  height: 72px;
  background: url("/resources/static/assets/img/mobile/common/index-app-icon-88e543ee45610cb1ffd0ab38a7ab07fd.png") no-repeat;
  background-size: contain;
  border-radius: 10px;
}
.pop-appYudo-wrap .img-area .star-area {
  display: table-cell;
  vertical-align: top;
  text-align: left;
}
.pop-appYudo-wrap .img-area .star-area .star {
  margin-bottom: 10px;
}
.pop-appYudo-wrap .img-area .star-area .star i {
  display: block;
  width: 95px;
  height: 16px;
  background: url("/resources/static/assets/img/mobile/common/index-app-icon02-ff246780b3c9a4b4c7e5b52f19163e00.png") no-repeat;
  background-size: contain;
}
.pop-appYudo-wrap .img-area .star-area .text {
  font-size: 18px;
  color: #fff;
}

.pop-main-notice .cont {
  background: #fff;
  padding: 35px 15px;
  text-align: center;
}
.pop-main-notice .cont span {
  line-height: 26px;
}
.pop-main-notice .btn {
  width: 100%;
}
.pop-main-notice .btn button {
  width: 100%;
  height: 40px;
  background: #3bc9db;
  color: #fff;
}

.introduce-section2.area1 {
  padding: 470px 0 12% 0;
  background: #343a40 url("/resources/static/assets/img/common/img-info2-01-bg-74c3114363292d0b3085cf48c07ccc57.jpg") 66% 0
    no-repeat;
  background-size: 750px;
  text-align: center;
}
.introduce-section2.area1 .logo img {
  display: block;
  margin: 0 auto;
  width: 259px;
}
.introduce-section2.area1 .tit {
  margin: 40px 0 20px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.introduce-section2.area1 .subtxt {
  margin-bottom: 40px;
  font-size: 15px;
  line-height: 22px;
  color: #d2d4d3;
  font-weight: 200;
}
.introduce-section2.area1 .btn-area a {
  display: inline-block;
  margin: 0 15px;
}
.introduce-section2.area1 .btn-area a img {
  display: block;
  height: 18px;
}

/* 랜딩페이지 > 부가서비스 > 카드단말기 */
i.num-01,
i.num-02,
i.num-03,
i.num-04 {
  display: inline-block;
  width: 28px;
  height: 28px;
  position: absolute;
}
i.num-01 {
  background: url("/resources/static/assets/img/mobile/common/num_01_m-b52a139b3d008960dccd76f9fde28b54.svg") no-repeat;
}
i.num-02 {
  background: url("/resources/static/assets/img/mobile/common/num_02_m-8175239b62a6c36f4c2e6372cb7acd2c.svg") no-repeat;
}
i.num-03 {
  background: url("/resources/static/assets/img/mobile/common/num_03_m-3e6de53a1be6ce73dbc5a62b727f5691.svg") no-repeat;
}
i.num-04 {
  background: url("/resources/static/assets/img/mobile/common/num_04_m-d20eaa25f2859b5e9402bed21a67d59f.svg") no-repeat;
}
i.blt-arrow {
  background: url("/resources/static/assets/img/mobile/common/ic_blt_arrow-9261251f03d0db97dfe13bed01eb9d0a.png") no-repeat;
  display: inline-block;
  width: 3px;
  height: 6px;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mt0 {
  margin-top: 0 !important;
}
.line-height-30 {
  line-height: 30px;
}
.overflow-hidden {
  overflow: hidden;
}
.btn-new {
  width: 100%;
  max-width: 320px;
  height: 50px;
  background-image: linear-gradient(to right, #58e5e4, #6ab9f1);
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.service-section.card.area1 {
  padding: 34px 0 0;
  background: unset;
  position: relative;
  height: 442px;
}
.service-section.card.area1 .container .subtxt {
  color: #585858;
  height: 25px;
  font-size: 17px;
  font-weight: normal;
  margin-bottom: 10px;
}
.service-section.card.area1 .container .tit {
  color: black;
  font-size: 30px;
  line-height: 1.37;
  font-weight: 100;
  letter-spacing: normal;
  margin: 0;
}
.service-section.card.area1 .container .visual {
  width: 360px;
  position: relative;
  margin: 0 auto;
  margin-top: 6px;
}
.service-section.card.area1 .container .visual img {
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  width: 360px;
}

.service-section.card.area2 {
  position: relative;
  width: 100%;
  padding: 8% 8%;
  background: #64c9ff;
  height: 206px;
  margin-top: 40px;
}
.service-section.card.area2 {
  width: 100%;
}
.service-section.card.area2 .container {
  width: 308px;
  margin: 0 auto;
}
.service-section.card.area2 li {
  display: inline-block;
  width: 80px;
  text-align: center;
}
.service-section.card.area2 li div img {
  width: 100%;
}
.service-section.card.area2 li.arrow {
  display: inline-block;
  width: 34px;
  height: 80px;
}
.service-section.card.area2 li.arrow span {
  background: url("/resources/static/assets/img/mobile/common/step-arrow-m-f6cc21e7c802c30bfff064901ff69a27.png") no-repeat top
    center;
  display: block;
  width: 100%;
  height: 80px;
  background-position-y: 35px;
}
.service-section.card.area2 li div.step {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  height: 18px;
  line-height: 18px;
}
.service-section.card.area2 li div.step-title {
  color: #002842;
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin-top: 2px;
  font-weight: normal;
}

.service-section.card.area3 {
  padding: 60px 0 30px 0;
  background: #f5f7f7;
  display: block;
  position: relative;
}
.service-section.card.area3 .img-area img {
  width: 100%;
}
.service-section.card.area3 .container {
  padding: 0 20px;
}
.service-section.card.area3 .tit-wrap.align-center {
  color: black;
  font-size: 35px;
  line-height: 1.37;
  font-weight: 100;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.service-section.card.area3 .container .content-list {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 26px 26px 50px 0 rgba(52, 58, 64, 0.1);
  margin-bottom: 20px;
}
.service-section.card.area3 .container .content-list .content-area {
  padding: 0 16px 30px 16px;
}
.service-section.card.area3 .container .content-list span.sub-title {
  font-size: 15px;
  font-weight: bold;
  color: #495057;
  display: block;
  margin: 16px 0 16px 0;
}
.service-section.card.area3 .container .content-list ul {
  width: 100%;
  padding-left: 26px;
}
.service-section.card.area3 .container .content-list ul li {
  position: relative;
  line-height: 20px;
  font-size: 12px;
  margin-bottom: 6px;
}
.service-section.card.area3 .container .content-list ul li:last-child {
  margin-bottom: 0;
}
.service-section.card.area3 .container .content-list ul li i {
  left: -26px;
}
.service-section.card.area3 .container .content-list .btn {
  width: 100%;
  border: 1px solid #d6dae5;
  height: 42px;
  line-height: 42px;
  display: block;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 21px;
  font-size: 12px;
  cursor: pointer;
}

.service-section.card.area3
  .container
  .content-list.list-01
  .add-contents-area.block {
  padding: 0 16px 0 16px;
}
.service-section.card.area3
  .container
  .content-list.list-01
  .add-contents-area.block
  ul {
  padding-left: 0 !important;
}
.service-section.card.area3
  .container
  .content-list.list-01
  .add-contents-area.block
  ul
  li {
  margin-bottom: 3px;
}
.service-section.card.area3
  .container
  .content-list.list-01
  .add-contents-area.block
  .content-area {
  padding: 0;
}
.service-section.card.area3
  .container
  .content-list.list-01
  .add-contents-area.block
  .visible.overflow-hidden {
  padding-bottom: 30px;
}

.service-section.card.area3 .container .content-list.list-03 ul li .stick {
  color: #98a2ac;
  border: 1px solid #98a2ac;
  font-size: 8px;
  padding: 2px 5px;
  display: inline-block;
}

.service-section.card.area4 {
  padding: 60px 0 50px 0;
  display: block;
  position: relative;
}
.service-section.card.area4 .img-area img {
  width: 100%;
}
.service-section.card.area4 .tit-wrap {
  color: black;
  font-size: 35px;
  line-height: 1.37;
  font-weight: 100;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.service-section.card.area4 .container {
  /*padding: 0 20px;*/
}
.service-section.card.area4 .container .list {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 26px 26px 50px 0 rgba(52, 58, 64, 0.1);
  margin-bottom: 20px;
}
.service-section.card.area4 .content-area {
  padding: 0 16px 20px;
}
.service-section.card.area4 .content-area .sub-title {
  position: relative;
  font-size: 15px;
  font-weight: bold;
  height: 22px;
  color: #495057;
  line-height: 22px;
  margin: 20px 0 16px 0;
  display: block;
}
.service-section.card.area4 .content-area .sub-title span.s-sticky {
  padding: 5px 8px;
  background: #e8ecf3;
  color: #495057;
  font-size: 11px;
  position: absolute;
  top: -1px;
  margin-left: 16px;
}
.service-section.card.area4 .content-area h5 {
  color: #414c53;
  font-size: 12px;
  font-weight: bold;
}
.service-section.card.area4 .content-area ul {
  padding-left: 14px;
}
.service-section.card.area4 .content-area ul li {
  position: relative;
  line-height: 20px;
  font-size: 12px;
  color: #47565d;
}
.service-section.card.area4 .content-area ul li i.blt-arrow {
  position: absolute;
  left: -14px;
  top: 7px;
  color: #e0e4e8;
}
.service-section.card.area4 .content-area h5.Other_company {
  margin-top: 17px;
  color: #343a40;
  width: 100%;
  display: block;
  position: relative;
}
.service-section.card.area4 .content-area h5.Other_company span {
  font-size: 12px;
  font-weight: normal;
  box-shadow: none;
}
.service-section.card.area4 .content-area div.payment-gong {
  margin-top: 20px;
  border-top: 1px solid #dae1ea;
  padding-top: 20px;
}
.service-section.card.area4 .content-area div.payment-gong h4 {
  width: 100%;
  position: relative;
  height: 34px;
  line-height: 34px;
  display: block;
  text-align: right;
}
.service-section.card.area4 .content-area div.payment-gong h4 span.left {
  font-size: 14px;
  color: #343a40;
  height: 34px;
  line-height: 34px;
  font-weight: bold;
  float: left;
}
.service-section.card.area4 .content-area div.payment-gong h4 span.vat {
  line-height: 34px;
  margin-right: 10px;
  font-size: 12px;
}
.service-section.card.area4 .content-area div.payment-gong h4 span.price {
  color: #fff;
  font-size: 14px;
  background: #ff4949;
  border-radius: 45px;
  padding: 8px 15px;
  display: inline-block;
}

.service-section.card.area4 .btn-area {
  margin-top: 30px;
  text-align: center;
  display: block;
}

.service-section.card.area4 .card-tab-wrap {
  text-align: center;
  margin-bottom: 30px;
  overflow: hidden;
  overflow-x: auto;
  position: relative;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.service-section.card.area4 .card-tab-wrap::-webkit-scrollbar {
  display: none;
}
.service-section.card.area4 .card-tab-wrap ul {
  display: flex;
  justify-content: center;
  height: auto; /*padding:0 24px;*/
  -webkit-box-pack: justify;
  box-sizing: border-box;
  vertical-align: top;
  padding: 0 20px;
}
.service-section.card.area4 .card-tab-wrap ul li {
  align-items: stretch;
  flex: 1;
  border-radius: 24px;
  display: list-item;
  text-align: -webkit-match-parent;
  position: relative;
  border: 1px solid #eaeff3;
  margin-right: 8px;
}
.service-section.card.area4 .card-tab-wrap ul li a {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
}
.service-section.card.area4 .card-tab-wrap ul li.active,
.card-tab-wrap ul li:hover {
  border: 2px solid #3bc9db;
  background: #fff;
}
.service-section.card.area4 .card-tab-wrap ul li.last {
  min-width: 16px;
  border: 0;
}
.service-section.card.area4 .card-tab-wrap ul li:last-child {
  margin-right: 8px;
}

/* S : 랜딩페이지 > 부가서비스 > 인터넷/전화(LGU+) */
/* 메인 */
.service-section.lguplus.area1 {
  padding: 60px 0 30px 0;
  background: unset;
  color: #fff;
  position: relative;
  background: url("/resources/static/assets/img/mobile/common/lg_bg_m-17f613aadc27cb396f588a8b5410f7f9.png") no-repeat;
  background-size: cover;
  text-align: center;
}
.service-section.lguplus.area1 .container .subtxt {
  color: #585858;
  height: 25px;
  font-size: 17px;
  line-height: normal;
  font-weight: normal;
  margin-bottom: 16px;
}
.service-section.lguplus.area1 .container .tit {
  font-size: 24px;
  line-height: 1.37;
  font-weight: 100;
  letter-spacing: normal;
  margin: 0;
}
.service-section.lguplus.area1 .container .visual {
  width: 360px;
  position: relative;
  margin: 0 auto;
  margin-top: 6px;
}
.service-section.lguplus.area1 .container .visual img {
  position: absolute;
  left: 0;
  z-index: 1;
  display: inline-block;
  margin: 0 auto;
  width: 360px;
}

/* why? 공비서 */
.service-section.lguplus.area2 {
  position: relative;
  width: 100%;
  padding: 40px 0 0 0;
  background: unset;
  height: 206px;
}
.service-section.lguplus.area2 {
  width: 100%;
}
.service-section.lguplus.area2 .container {
  width: 300px;
  margin: 0 auto;
}
.service-section.lguplus.area2 li {
  display: inline-block;
  width: 80px;
  text-align: center;
}
.service-section.lguplus.area2 li.arrow {
  display: inline-block;
  width: 30px;
  height: 80px;
}
.service-section.lguplus.area2 li.arrow span {
  background: url("/resources/static/assets/img/mobile/common/lg_main_plus_m-ae88571a62af1c7c264590197224808c.svg") no-repeat top
    center;
  display: block;
  width: 100%;
  height: 80px;
  background-position-y: 35px;
}
.service-section.lguplus.area2 li div.step {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  margin-top: 10px;
  height: 18px;
  line-height: 18px;
}
.service-section.lguplus.area2 li div.step-title {
  font-size: 14px;
  font-weight: bold;
  height: 18px;
  line-height: 18px;
  margin-top: 2px;
  font-weight: normal;
}

.service-section.lguplus.area3 {
  padding: 60px 0 30px 0;
  background: #f5f7f7;
  display: block;
  position: relative;
}
.service-section.lguplus.area3 .container {
  padding: 0 20px;
}
.service-section.lguplus.area3 .tit-wrap.align-center {
  color: black;
  font-size: 35px;
  line-height: 1.37;
  font-weight: 100;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.service-section.lguplus.area3 .container .content-list {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 26px 26px 50px 0 rgba(52, 58, 64, 0.1);
  margin-bottom: 20px;
}
.service-section.lguplus.area3 .container .content-list .content-area {
  padding: 0 16px 30px 16px;
}
.service-section.lguplus.area3 .container .content-list span.sub-title {
  font-size: 15px;
  font-weight: bold;
  line-height: normal;
  height: 22px;
  color: #495057;
  line-height: 22px;
  display: block;
  margin: 16px 0 16px 0;
}
.service-section.lguplus.area3 .container .content-list ul {
  width: 100%;
  padding-left: 26px;
}
.service-section.lguplus.area3 .container .content-list ul li {
  position: relative;
  line-height: 20px;
  font-size: 13px;
  margin-bottom: 6px;
}
.service-section.lguplus.area3 .container .content-list ul li:last-child {
  margin-bottom: 0;
}
.service-section.lguplus.area3 .container .content-list ul li i {
  left: -26px;
}
.service-section.lguplus.area3 .container .content-list .btn {
  width: 100%;
  border: 1px solid #d6dae5;
  height: 42px;
  line-height: 42px;
  display: block;
  position: relative;
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 21px;
  font-size: 12px;
  cursor: pointer;
}

.service-section.lguplus.area3
  .container
  .content-list.list-01
  .add-contents-area.block {
  padding: 0 16px 0 16px;
}
.service-section.lguplus.area3
  .container
  .content-list.list-01
  .add-contents-area.block
  ul {
  padding-left: 0 !important;
}
.service-section.lguplus.area3
  .container
  .content-list.list-01
  .add-contents-area.block
  ul
  li {
  margin-bottom: 3px;
}
.service-section.lguplus.area3
  .container
  .content-list.list-01
  .add-contents-area.block
  .content-area {
  padding: 0;
}
.service-section.lguplus.area3
  .container
  .content-list.list-01
  .add-contents-area.block
  .visible.overflow-hidden {
  padding-bottom: 30px;
}
.service-section.lguplus.area3 .container .content-list.list-03 ul li .stick {
  color: #98a2ac;
  border: 1px solid #98a2ac;
  font-size: 8px;
  padding: 2px 5px;
  display: inline-block;
}

.service-section.lguplus.area3 .container .content-list.list-01 .img-area img {
  width: 100%;
  height: auto;
}
.service-section.lguplus.area3 .container .content-list.list-02 .img-area img {
  width: 100%;
  height: auto;
}
.service-section.lguplus.area3 .container .content-list.list-03 .img-area img {
  width: 100%;
  height: auto;
}

/* 월 요금 안내 */
/* 아이콘 */
i.icon-wifi,
i.icon-tv,
i.icon-call,
i.icon-plus {
  width: 24px;
  height: 24px;
  display: inline-block;
  position: absolute;
  left: 0;
  top: -2px;
}
i.icon-wifi {
  background: url("/resources/static/assets/img/mobile/common/lg_internet_m-184cf29d4df088a6b8ff9550074781e5.svg") no-repeat center;
}
i.icon-tv {
  background: url("/resources/static/assets/img/mobile/common/lg_tv_m-77a728261a155082d183ff6037a76f4e.svg") no-repeat center;
}
i.icon-call {
  background: url("/resources/static/assets/img/mobile/common/lg_centrix_m-684c2cbf013f0687b5ccf9f95c123f5b.svg") no-repeat center;
}
i.icon-plus {
  background: url("/resources/static/assets/img/mobile/common/lg_plus_s_m-f9b762719c918eac60d32eb6bc868a7b.svg") no-repeat center;
  width: 16px;
  height: 16px;
  display: inline-block;
  top: -15px;
  margin: 0 2px;
  position: unset;
}

.service-section.lguplus.area4 .article-third .area ul.list-area li {
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 16px 13px 16px;
  background: #f7f8fa;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  color: #000;
}
.service-section.lguplus.area4
  .article-third
  .area
  ul.list-area
  li
  span.price.fr {
  color: black;
}
.service-section.lguplus.area4
  .article-third
  .area
  ul.list-area
  li
  span.cost_price {
  text-align: right;
  display: block;
  width: 100%;
  font-size: 10px;
  color: #99a1a9;
  text-decoration: line-through;
  font-weight: normal;
}
.service-section.lguplus.area4 .article-third .container .discription {
  position: relative;
  height: 25px;
}
.service-section.lguplus.area4 .article-third .container .btn-wrap {
  width: 100%;
  margin-top: 40px;
}
.service-section.lguplus.area4 .article-third .container .btn-wrap .btn-new {
  background: #e8279f;
  max-width: 100%;
}
.service-section.lguplus.area4 .article-third .container .coment {
  margin-bottom: 30px;
  display: block;
}
.service-section.lguplus.area4 .article-third .container .coment div {
  display: flex;
  align-items: center;
  width: fit-content;
  margin: 0 auto;
}
.service-section.lguplus.area4 .article-third .container .coment div span {
  font-size: 16px;
  color: black;
  margin-left: 10px;
}
.service-section.lguplus.area4 .article-third .container .coment div span b {
  text-decoration: underline;
}

.service-section.lguplus.area4 .article-third .area ul.list-area {
  margin-top: 20px;
}
.service-section.lguplus.area4 .article-third .area ul.list-area .list-object {
  display: inline-block;
}
.service-section.lguplus.area4
  .article-third
  .area
  ul.list-area
  .list-object
  li {
  display: inline-block;
  padding: 0 0 0 25px;
  border-radius: unset;
  min-width: 45px;
  height: 21px;
}
.service-section.lguplus.area4
  .article-third
  .area
  ul.list-area
  .list-object
  li.plusicon {
  margin: 0 auto;
  padding: unset;
  text-align: center;
  position: inherit;
  width: 16px;
  min-width: 16px;
}

.service-section.lguplus.area4 {
  padding: 60px 0 50px 0;
  display: block;
  position: relative;
}
.service-section.lguplus.area4 .sub-title {
  width: 100%;
  height: 50px;
  border-bottom: 2px solid #000;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.service-section.lguplus.area4 .tit-wrap {
  color: black;
  font-size: 35px;
  line-height: 1.37;
  font-weight: 100;
  letter-spacing: normal;
  margin-bottom: 30px;
}
.service-section.lguplus.area4 .container {
  padding: 0 20px;
}
.service-section.lguplus.area4 .container .list-01 {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 26px 26px 50px 0 rgba(52, 58, 64, 0.1);
  margin-bottom: 20px;
}
.service-section.lguplus.area4 .container .list-02 {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  box-shadow: 26px 26px 50px 0 rgba(52, 58, 64, 0.1);
  margin-bottom: 20px;
}
.service-section.lguplus.area4 .content-area {
  padding: 0 16px 20px;
}
.service-section.lguplus.area4 .content-area .sub-title {
  font-size: 15px;
  font-weight: bold;
  height: 22px;
  color: #495057;
  line-height: 22px;
  margin: 20px 0 16px 0;
  display: block;
}
.service-section.lguplus.area4 .content-area h5 {
  line-height: normal;
  color: #414c53;
  font-size: 12px;
  font-weight: bold;
}
.service-section.lguplus.area4 .content-area ul {
  padding-left: 14px;
  height: 80px;
}
.service-section.lguplus.area4 .content-area ul li {
  position: relative;
  line-height: 20px;
  font-size: 12px;
  color: #47565d;
}
.service-section.lguplus.area4 .content-area ul li i.blt-arrow {
  position: absolute;
  left: -14px;
  top: 7px;
  color: #e0e4e8;
}
.service-section.lguplus.area4 .content-area h5.Other_company {
  margin-top: 17px;
  color: #343a40;
  width: 100%;
  display: block;
  line-height: 18px;
  height: 18px;
  position: relative;
}
.service-section.lguplus.area4 .content-area h5.Other_company span {
  font-size: 12px;
  font-weight: normal;
  height: 18px;
  line-height: 18px;
  box-shadow: none;
}
.service-section.lguplus.area4 .content-area div.payment-gong {
  margin-top: 20px;
  border-top: 1px solid #dae1ea;
  padding-top: 20px;
}
.service-section.lguplus.area4 .content-area div.payment-gong h4 {
  font-size: 14px;
  color: #343a40;
  height: 20px;
  line-height: 20x;
  width: 100%;
  font-weight: bold;
  margin-bottom: 4px;
  display: block;
}
.service-section.lguplus.area4 .content-area div.payment-gong h3 {
  height: 37px;
  line-height: 37px;
  color: #ff4949;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.service-section.calguplusrd.area4
  .content-area
  div.payment-gong
  h3
  span.discount {
  margin-left: 10px;
  color: #98a2ac;
  font-size: 12px;
  font-weight: normal;
  text-decoration: line-through;
}
.service-section.lguplus.area4 .content-area div.payment-gong h3 span.Limit {
  color: #fff;
  font-size: 10px;
  background: #ff4949;
  border-radius: 45px;
  padding: 4px 10px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 8px;
}

.service-section.lguplus.area4 .btn-area {
  margin-top: 30px;
  text-align: center;
  display: block;
}
.service-section.lguplus.area4 .btn-area .discription {
  margin-bottom: 40px;
  font-size: 14px;
  display: block;
  color: #343a40;
  height: 20px;
  line-height: 20px;
}

/* E : 랜딩페이지 > 부가서비스 > 인터넷/전화(LGU+) */

@media (max-width: 320px) {
  /* 카드단말기 랜딩 */
  .service-section.card.area2 li {
    width: 66px;
  }
  .service-section.card.area2 {
    height: 186px;
  }
  .service-section.card.area4 .container .body {
    padding: 0 20px;
  }
  .service-section.card.area4 .card-tab-wrap ul {
    width: 100%;
    padding: 0 24px;
  }

  /* 인터넷/전화(LGU+) 랜딩 */
  .service-section.lguplus.area2 li.arrow {
    width: 20px;
  }
  .service-section.lguplus.area2 .container {
    width: 280px;
  }
  .service-section.lguplus.area1 .container .tit {
    font-size: 21px;
  }

  /* 카드단말기 랜딩 */
  .service-section.easyshop.area2 li {
    width: 66px;
  }
  .service-section.easyshop.area2 {
    height: auto;
  }
}

@media (min-width: 415px) {
  .service-section.easyshop.area1 .container .visual {
    height: 54px;
  }
  .service-section.easyshop.area1 .container .visual img {
    display: none;
  }
}
@media (min-width: 768px) {
  .service-section.card.area2 {
    margin-top: 0;
    padding: 4.5%;
  }
}
@media (min-width: 1024px) {
  .service-section.card.area2 {
    margin-top: 0;
    padding: 3%;
  }
}

/****** S : 랜딩페이지 > 고객센터 > 이벤트 ******/
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.eventpage {
  width: 100%;
  padding: 0 0 60px;
  margin: 0;
}
.eventpage .content-wrap {
  width: 328px;
  margin: 0 auto;
}
.eventpage > div:not(.banner, .point-section) {
  padding-top: 60px;
  color: #222;
  text-align: center;
}
.eventpage h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  letter-spacing: -1.72px;
}
.eventpage h2 p {
  color: #ff503b;
  font-size: 20px;
  margin: 0 0 15px;
  letter-spacing: 0px;
}
.eventpage p.sub-title {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -1px;
}
.eventpage p.sub-title b {
  color: #ff503b;
}
.eventpage .apply-btn {
  display: block;
  width: 328px;
  margin: 0 auto;
  text-align: center;
  padding: 16px 0;
  background-color: #000;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.eventpage .point-section {
  padding: 50px 0;
  background-color: #fcf4ec;
}
.eventpage .point-section ul {
  background-color: #fff;
  box-shadow: 0 7px 21px 0 rgba(194, 98, 82, 0.2);
  padding: 30px 28px;
  border-radius: 10px;
}
.eventpage .point-section ul li {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #222;
  margin-bottom: 16px;
  line-height: 21px;
}
.eventpage .point-section ul li:last-child {
  margin-bottom: 0;
}
.eventpage .point-section ul li img {
  width: 50px !important;
  margin-right: 16px;
}

.eventpage .event01 p.cost-title {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 20px;
}
.eventpage .event01 ul li {
  width: 330px;
  box-shadow: 0 7px 21px 0 rgba(34, 34, 34, 0.1);
  margin-bottom: 30px;
  border-radius: 10px;
}
.eventpage .event01 ul.promotion li {
  padding: 30px 0;
}
.eventpage .event01 ul.promotion .list01 img {
  width: 112px !important;
  margin: 17px 0;
}
.eventpage .event01 ul.promotion .list02 img {
  width: 153px !important;
  margin: 15px 0;
}
.eventpage .event01 ul.promotion div.title {
  font-weight: bold;
  font-size: 22px;
  line-height: 30px;
  letter-spacing: -0.42px;
}
.eventpage .event01 ul.promotion div.title span {
  font-size: 16px;
  line-height: 30px;
}
.eventpage .event01 ul.promotion div.item {
  font-size: 16px;
  line-height: 26px;
  color: #222;
}
.eventpage .event01 ul.cost-list div.info {
  padding: 40px 15px 24px;
  background-color: #f2f2f2;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.eventpage .event01 ul.cost-list div.title {
  font-size: 22px;
  font-weight: bold;
  line-height: 38px;
  color: #222;
  margin-bottom: 24px;
}
.eventpage .event01 ul.cost-list div.title span {
  font-size: 16px;
}
.eventpage .event01 ul.cost-list div.cost {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
  background-color: #fff;
  padding: 14px;
  border-radius: 4px;
}
.eventpage .event01 ul.cost-list img {
  width: 288px !important;
}
.eventpage .event01 ul.cost-list div.cost > span {
  font-size: 20px;
  line-height: 38px;
  color: #222;
  font-weight: 500;
}
.eventpage .event01 ul.cost-list div.cost p span {
  font-size: 14px;
  color: #b2b2b2;
  text-decoration: line-through;
  margin-right: 10px;
}
.eventpage .event01 ul.cost-list div.cost p b {
  font-size: 20px;
  color: #222;
  font-weight: bold;
}
.eventpage .event01 ul.cost-list div.item {
  padding: 32px 0 40px;
  text-align: center;
}
.eventpage .event01 ul.cost-list li .item p {
  font-size: 16px;
  font-weight: 500;
  color: #222;
  line-height: 30px;
}

.eventpage .event02 .content-wrap > ul {
  margin-top: 40px;
}
.eventpage .event02 .content-wrap > ul > li {
  width: 328px;
  box-shadow: 0 7px 21px 0 rgba(34, 34, 34, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}
.eventpage .event02 .content-wrap > ul > li:last-child {
  margin-bottom: 0;
}
.eventpage .event02 li .title {
  background-color: #f2f2f2;
  padding: 22px 0 25px;
  text-align: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.eventpage .event02 li .title h3 {
  height: 32px;
  line-height: 16px;
  letter-spacing: -0.31px;
  background-color: #222;
  color: #fff;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 7px 20px;
  margin-bottom: 17px;
}
.eventpage .event02 li .title p {
  display: flex;
  align-items: center;
  justify-content: center;
}
.eventpage .event02 li .title p b {
  margin-left: 10px;
  font-size: 22px;
  color: #000;
}
.eventpage .event02 li .title p span {
  color: #9ba6b5;
  font-size: 14px;
  text-decoration: line-through;
}
.eventpage .event02 .info li {
  line-height: 26px;
  font-size: 12px;
}
.eventpage .event02 .info li span {
  color: #000;
  font-size: inherit;
}
.eventpage .event02 .info {
  padding: 24px;
  text-align: left;
}
.eventpage .event02 .info > ul > li:first-child {
  color: #ff0000;
}
.eventpage .event02 .info li:last-child {
  color: #9ba6b5;
}
.eventpage .event02 li i {
  margin-right: 3px;
  color: #000;
  font-size: 17px;
  vertical-align: top;
  margin-top: 8px;
}

.eventpage .event03 ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 12px;
}
.eventpage .event03 li {
  display: flex;
  flex-direction: column;
  font-size: 16px;
  margin-top: 20px;
}
.eventpage .event03 li img {
  width: 158px !important;
}
.eventpage .event03 .sub-title {
  display: inline-block;
  width: auto;
  background: url("/resources/static/assets/img/mobile/event/ic-check-9b1b6b5b623a57e3ef1a8bd09f155485.svg") no-repeat 0 center;
  margin-bottom: 31px;
  padding-left: 17px;
}
.eventpage .event03 .info > img {
  box-shadow: 0 7px 21px 0 rgba(34, 34, 34, 0.1);
  border-radius: 10px;
}
.eventpage .event03 .info > div {
  margin-top: 40px;
}
.eventpage .event03 .info .gongri {
  margin-bottom: 76px;
  padding-top: 129px;
  background: url("/resources/static/assets/img/event/section-03-event-3-gift-02@2x-cb533005400bb5dc2bb0dfb2826219c5.png") no-repeat
    center 0;
  background-size: 290px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
}
.eventpage .event03 .info .gongri b {
  color: #ff503b;
  font-weight: bold;
}
.eventpage .event03 .advantage {
  padding-bottom: 60px;
  text-align: center;
}
.eventpage .event03 .advantage img {
  width: 120px !important;
}
.eventpage .event03 .advantage > div {
  display: flex;
  position: relative;
  margin-bottom: 30px;
  justify-content: center;
  column-gap: 20px;
}
.eventpage .event03 .advantage > div div:first-child::before {
  content: "1.";
}
.eventpage .event03 .advantage > div div:nth-child(2)::before {
  content: "2.";
}
.eventpage .event03 .advantage > div div::before {
  position: absolute;
  top: -16px;
  font-size: 18px;
  font-weight: bold;
  color: #222;
}
.eventpage .event03 .advantage p {
  font-size: 18px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

@media (min-width: 414px) {
  .eventpage .banner .ice-btm {
    background-size: contain;
  }
}
/****** E : 랜딩페이지 > 고객센터 > 이벤트 ******/

/* 고객센터 > 자주묻는질문 > 퀵메뉴 */
.board-list-wrap .quick-faq {
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
  padding: 20px 0 10px 10px;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.board-list-wrap .quick-faq::-webkit-scrollbar {
  display: none;
}
.board-list-wrap .quick-faq .item {
  position: relative;
  display: table-cell;
}
.board-list-wrap .quick-faq .item a {
  width: 130px;
  height: 104px;
  padding: 20px 0 16px 0;
  border: 1px solid #e3e8f0;
  box-sizing: border-box;
  box-shadow: 0 2px 4px 0 #f7f8fa;
  border-radius: 5px;
  display: block;
  margin-right: 10px;
}
.board-list-wrap .quick-faq .item img {
  margin: 0 auto 10px auto;
  display: block;
  width: 40px !important;
  height: 40px !important;
}
.board-list-wrap .quick-faq .item span {
  display: block;
  text-align: center;
  color: #364548;
  font-size: 12px;
  font-weight: bold;
}

.eventpopup_Dimmer {
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.eventpopup_Dimmer .popup_Area {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  position: relative;
  display: block;
  background: #fff;
  padding: 16px;
  box-shadow: 20px 20px 20px 0px rgb(113 140 150 / 30%);
}
.eventpopup_Dimmer .popup_Area .close {
  position: absolute;
  left: 16px;
  top: 16px;
  display: block;
}
.eventpopup_Dimmer .popup_Area .close img {
  width: 20px !important;
  height: 20px !important;
}
.eventpopup_Dimmer .popup_Area .header-title {
  background: #ffffff;
  position: relative;
  color: #fff;
  text-align: center;
}
.eventpopup_Dimmer .popup_Area .header-title .title {
  width: 100%;
  margin: 40px auto 0;
  display: block;
}
.eventpopup_Dimmer .popup_Area .header-title .title span {
  font-size: 18px;
  color: #000;
  height: 22px;
  position: relative;
}
.eventpopup_Dimmer .popup_Area .header-title .title span span.blue-bg {
  height: 13px;
  background-color: #227eff;
  width: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.3;
}
.eventpopup_Dimmer .popup_Area .body {
  padding: 30px 0;
}
.eventpopup_Dimmer .popup_Area .body p {
  font-size: 12px;
  line-height: 22px;
}
.eventpopup_Dimmer .popup_Area .body p.link-wrap {
  padding: 10px;
  background: #f5f5f5;
  border-radius: 5px;
  font-size: 12px;
  height: 42px;
}
.eventpopup_Dimmer .popup_Area .body p.link-wrap a {
  font-size: 12px;
  line-height: 22px;
}
.eventpopup_Dimmer .popup_Area .body i.instagram {
  display: block;
  float: left;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  text-indent: -500em;
  background: url(/resources/static/assets/img/common/ic_foot_sns-f10020d2baa76dc3544073fffd5f9e18.png) no-repeat;
  background-position: -22px 0px;
}

.eventpopup_Dimmer .popup_Area .body .line-dotted {
  border-top: 1px dashed #bbb;
  margin: 40px 0;
  color: transparent;
  border-bottom: 0;
}
.eventpopup_Dimmer .popup_Area h1 {
  font-weight: bold;
  font-size: 16px;
  color: #000;
  width: 100%;
  text-align: center;
  line-height: 36px;
}
.eventpopup_Dimmer .popup_Area h1 span.title-qna {
  color: #227eff;
}
.eventpopup_Dimmer .popup_Area p.qa-blt-q {
  background: url("/resources/static/assets/img/faq/qa-blt-q-abf56516c96c14f11f9ae5da8fbb013c.svg") no-repeat;
  line-height: 24px;
  padding-left: 30px;
  background-size: auto 24px;
}
.eventpopup_Dimmer .popup_Area p.qa-blt-a {
  background: url("/resources/static/assets/img/faq/qa-blt-a-d5dd716d2bf6fd6c589e945254552c98.svg") no-repeat;
  line-height: 24px;
  padding-left: 30px;
  margin-top: 10px;
  background-size: auto 24px;
}

@media (min-width: 500px) {
  .eventpopup_Dimmer .popup_Area {
    padding: 40px;
  }
}

@media (min-width: 768px) {
  .board-list-wrap .quick-faq {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 20px 20px 10px;
  }
  .board-list-wrap .quick-faq .item a {
    width: 140px;
    margin: 0;
  }
  .eventpopup_Dimmer {
    padding: 20px;
  }
}

/* 공비서 예약서비스 랜딩페이지 */
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

.b2c-section {
  width: 100%;
  color: #000;
}
.b2c-section span.number {
  font-family: "Poppins";
}
.b2c-section.section01 {
  height: 248px;
  position: relative;
}
.b2c-section.section01 .bg-area {
  background: url("/resources/static/img/b2clanding/bg-c4e765dda51b2aec7e209f99817d0339.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
}
.b2c-section.section01 video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.3;
}
.b2c-section.section01 .tit-area {
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 0 47px;
}
.b2c-section.section01 .tit-area .appicon-area {
  margin-bottom: 13px;
}
.b2c-section.section01 .tit-area .appicon-area img {
  border-radius: 7px;
}
.b2c-section.section01 .tit-area .subtxt-area {
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: -0.18px;
}
.b2c-section.section01 .tit-area .tit {
  font-size: 26px;
  letter-spacing: -0.72px;
  font-weight: 500;
}
.b2c-section.section01 .btn-area {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
}
.b2c-section.section01 .btn-area a:first-child {
  margin-right: 6px;
}
.b2c-section.section01 .btn-area a img {
  width: 87px;
  border-radius: 4px;
}

.b2c-section.section02 {
  padding: 60px 0;
  background-color: #f9f9f9;
}
.b2c-section.section02 .top-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.b2c-section.section02 .top-area .line {
  width: 15px;
  height: 2px;
  background-color: #000;
  margin-bottom: 10px;
}
.b2c-section.section02 .top-area .tit {
  margin-bottom: 14px;
  color: #000;
  font-size: 26px;
  letter-spacing: -0.72px;
  font-weight: 500;
}
.b2c-section.section02 .top-area .subtxt-area {
  margin-bottom: 20px;
  font-size: 12px;
  color: #000;
  letter-spacing: -0.16px;
}
.b2c-section.section02 .top-area > .btn {
  margin-bottom: 30px;
  padding: 10px 18px 9px 19px;
  border: 1px solid #000;
  border-radius: 26px;
}
.b2c-section.section02 .top-area > .btn a {
  font-size: 12px;
}
.b2c-section.section02 .slide-area {
  height: 313px;
}
.b2c-section.section02 .slide-area .swiper-slide {
  width: auto;
  border-radius: 2px;
}
.b2c-section.section02 .slide-area .swiper-slide .text {
  width: 258px;
  padding: 24px 0 30px 30px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.b2c-section.section02 .slide-area .swiper-slide .text > h1 {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 500;
}
.b2c-section.section02 .slide-area .swiper-slide .text > p {
  font-size: 12px;
  color: #000;
  letter-spacing: -0.19px;
}
.b2c-section.section02 .slide-area .swiper-slide .img img {
  width: 100%;
  max-width: 288px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.b2c-section.section03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px 0;
  text-align: center;
}
.b2c-section.section03 > h1 {
  font-size: 26px;
  font-weight: 500;
}
.b2c-section.section03 > p.sa-up {
  margin: 14px 0 20px;
  font-size: 12px;
  color: #000;
  letter-spacing: -0.25px;
}
.b2c-section.section03 .list-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.b2c-section.section03 .list-area .box-area {
  width: 160px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 0;
  font-weight: 500;
  text-align: center;
}
.b2c-section.section03 .list-area .box-area .icon img {
  width: 50px;
  height: 50px;
}
.b2c-section.section03 .list-area .box-area .tit {
  margin: 10px 0;
  font-size: 14px;
  color: #20232b;
  font-weight: 700;
}
.b2c-section.section03 .list-area .box-area .text {
  font-size: 12px;
  color: #20232b;
  letter-spacing: 0.16px;
  font-weight: 400;
}

.b2c-section.section04 .bg_area {
  width: 100%;
  height: 169px;
  padding: 31px 0 29px; /*background: url('/resources/mobile/img/banner-bg-m-6659352684920eecfa39f723b4a6676d.png') no-repeat;*/
  position: relative;
}
.b2c-section.section04 .text {
  color: #fff;
  text-align: center;
}
.b2c-section.section04 .text h2 {
  height: 34px;
  line-height: 34px;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 700;
}
.b2c-section.section04 .text p {
  margin-bottom: 17px;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.16px;
  font-weight: 400;
}
.b2c-section.section04 .text a {
  display: inline-block;
  padding: 10px 18px 9px 19px;
  border: 1px solid #fff;
  border-radius: 26px;
  font-size: 12px;
  text-align: center;
}
.b2c-section.section04 video {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

footer.b2c-footer {
  background-color: #000;
}
footer.b2c-footer .footer-logowrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* 스토어 소개 페이지 */
.landing-store .section-wrap {
  position: relative;
  width: 310px;
  margin: 0 auto;
  color: #000;
}
.landing-store .section-title {
  font-size: 30px;
  line-height: 39px;
  color: #000;
  text-align: center;
}
.landing-store .banner {
  height: 538px;
  background: linear-gradient(146deg, #2e79ff, #5294ff);
}
.landing-store .banner > div {
  width: 100%;
  height: 100%;
  background: url("/resources/static/assets/img/mobile/common/store-main-bgimg-top@2x-db000ef160d44560bfc63708038ee39f.png")
    no-repeat;
  background-size: 115px;
}
.landing-store .banner .section-wrap {
  width: 100%;
  height: 100%;
}
.landing-store .banner .section-wrap > div {
  width: 312px;
  padding-top: 67px;
  margin: 0 auto;
  text-align: center;
}
.landing-store .banner .section-wrap .banner-link {
  display: flex;
  justify-content: center;
}
.landing-store .banner a {
  display: block;
  width: 132px;
  margin-top: 20px;
  padding: 6px 33px;
  border-radius: 25px;
  font-size: 18px;
  background-color: #20232b;
  color: #fff;
}
.landing-store .banner .title {
  width: 231px;
}
.landing-store .banner .phone-img {
  width: 360px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
.landing-store .info {
  padding: 35px 0 46px;
}
.landing-store .info .list {
  margin-top: 29px;
}
.landing-store .info .list > div {
  padding: 72px 0 27px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  background-color: #fff;
  box-shadow: 3px 11px 26px 0 rgba(37, 51, 84, 0.15);
  margin-bottom: 16px;
}
.landing-store .info .list .list01 {
  background: url("/resources/static/assets/img/mobile/common/store-icon-01@2x-d10005532c81b072a3adf8dfc6521bef.png") no-repeat
    center 26px;
  background-size: 50px;
}
.landing-store .info .list .list02 {
  background: url("/resources/static/assets/img/mobile/common/store-icon-02@2x-e7ba2aeb66084d153dc59dc8590bd0a7.png") no-repeat
    center 26px;
  background-size: 50px;
  padding-top: 77px;
}
.landing-store .info .list .list03 {
  background: url("/resources/static/assets/img/mobile/common/store-icon-03@2x-f7f857f2622e93d7b2ec382d25973954.png") no-repeat
    center 26px;
  background-size: 50px;
  padding-top: 85px;
}
.landing-store .info .list .list04 {
  background: url("/resources/static/assets/img/mobile/common/store-icon-04@2x-47af588c1a649b91db6491631165f3e1.png") no-repeat
    center 26px;
  background-size: 50px;
  padding-top: 71px;
}
.landing-store .info .list > div b {
  display: block;
  line-height: 24px;
}
.landing-store .cost {
  position: relative;
}
.landing-store .cost img {
  width: 100%;
  margin: 0 auto;
}
.landing-store .cost .section-title {
  margin-bottom: -130px;
  transform: translateZ(0);
}
.landing-store .cost .section-title p {
  margin-top: 2px;
  font-size: 12px;
  line-height: 30px;
}
.landing-store .cost .section-title p span {
  font-size: 12px;
  color: #dc008f;
}
.landing-store .review {
  background-color: #217cfb;
  height: 291px;
}
.landing-store .review .section-wrap {
  width: 100%;
}
.landing-store .review .section-title {
  width: 312px;
  margin: 0 auto;
  padding-top: 49px;
  color: #fff;
}
.landing-store .review-list {
  margin-top: 74px;
}
.landing-store .review-list li {
  position: relative;
  width: 259px;
  height: 178px;
  padding: 50px 0;
  background-color: #fff;
  box-sizing: border-box;
  box-shadow: 3px 8px 24px 0 rgba(37, 51, 84, 0.16);
  border-radius: 8px;
  text-align: center;
}
.landing-store .review-list li b {
  display: inline-block;
  line-height: 25px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.landing-store .review-list li b.oneline {
  margin-top: 15px;
}
.landing-store .review-list li span {
  position: absolute;
  bottom: 32px;
  left: 50%;
  transform: translate(-50%, 0px);
  font-size: 12px;
  font-weight: normal;
}
.landing-store .brand {
  padding: 170px 0 73px;
}
.landing-store .brand p {
  margin-bottom: 48px;
  font-size: 30px;
  text-align: center;
}
.landing-store .brand img {
  width: 100%;
}

/* header 영역 개편 style */
header .left-menu {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
header .left-menu::-webkit-scrollbar {
  display: none;
}
header .left-menu > div {
  width: calc(100% - 20%);
  height: 100%;
  margin-left: -100%;
  background-color: #fff;
}
header .left-menu .logo-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 16px 15px 24px;
}
header .left-menu .logo-area img {
  width: 128px !important;
}
header .left-menu .logo-area a:last-child {
  display: inline-block;
  width: 75px;
  height: 30px;
  line-height: 29px;
  background-color: #227eff;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
header .left-menu .app-download-area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 19px 16px 24px;
  background-color: #f2f3f4;
}
header .left-menu .app-download-area > span {
  font-size: 18px;
  font-weight: 500;
  color: #000;
}
header .left-menu .app-btn {
  display: flex;
  justify-content: space-between;
  column-gap: 10px;
}
header .left-menu .app-btn a {
  width: 40px;
  height: 40px;
  padding: 10px 0;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(45, 49, 52, 0.05);
  border-radius: 50%;
}
header .left-menu .app-btn > span:last-child {
  padding: 11px 11px 11px 14px;
}
header .left-menu .app-btn a img {
  width: auto !important;
  height: 17px !important;
}
header .left-menu .app-btn > a:last-child img {
  margin: 1px 0 0 3px;
}
header .left-menu nav {
  padding: 0 0 32px 24px;
  text-align: left;
  background-color: #fff;
}
header .left-menu nav .list-head {
  display: flex;
  justify-content: space-between;
  padding: 20px 16px 21px 0;
  border-bottom: 1px solid rgba(134, 142, 150, 0.1);
}
header .left-menu nav .list-head span,
header .left-menu nav .list-head a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  font-weight: 500;
  color: #000;
  letter-spacing: 0;
  white-space: nowrap;
}

header .left-menu nav .list-head .nav-title-tag {
  display: inline-block;
  color: var(--color-secondary-300);
  font-size: var(--font-size-m);
  font-weight: var(--font-weight-bold);
  line-height: var(--line-height-m-20);
  letter-spacing: 0;
}
header .left-menu nav .list-head img {
  width: 18px !important;
  transform: rotate(0);
}
header .left-menu nav .list-head.hide-menu img {
  transform: rotate(180deg);
}
header .left-menu nav li {
  height: 40px;
  line-height: 45px;
  color: #868e96;
  font-size: 16px;
}
header .left-menu nav li > a {
  width: 100%;
  letter-spacing: 0;
}
header .corp {
  padding-left: 24px;
  text-align: left;
  color: #bac0c5;
  font-size: 10px;
  background-color: #fff;
  padding-bottom: 32px;
}

/* customer-view-area */
.customer-view-area {
  margin-top: 16px;
  padding: 12px 20px 12px 0;
}

.customer-view-area span {
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0;
}

.customer-view-area a {
  display: flex;
  align-items: center;
  width: 100%;
}
