@charset "UTF-8";
/* �뀒�씠釉� ---------------------------------------------- */
.table-basic {border-top:1px solid #495057; font-size:18px}
.table-basic th {border-bottom:1px solid #e3e8f0; background:#f6f7fa; padding:15px 0; text-align:center;}
.table-basic td {border-bottom:1px solid #e3e8f0; padding:15px 20px; text-align:center;}
.table-basic td span , .table-basic td a {font-size:18px}
.table-basic td input[type="text"] {width:100%; text-align:left; font-size:18px}
.table-basic td textarea.writhe-area {border:none; width:100%; height:350px; font-size:18px; line-height:30px}

/* 硫붿씤 ---------------------------------------------- */
.main-banner-container {
  width:100%;
  position: relative;
}

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

.main-banner-container .swiper-pagination .swiper-pagination-bullet {
  width:30px !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:1140px;
  margin:0 auto;
}

.main-banner__content {
  display:flex;
  justify-content: space-between;
  padding-top:60px;
}

.main-banner__title {
  font-size:48px;
  font-weight:700;
  line-height:60px;
  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);
  padding-bottom:10px;
}

.main-banner__sub-content {
  display:flex;
  gap:12px;
  margin-top:20px;
  align-self: flex-end;
}

.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:20px 41px;
  height:24px;
  width: 98px;

  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:62px;
  width:100%;
  height:420px;
  border-radius:60px 60px 0 0;
  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 {
  width:100%;
  height:100%;
  object-fit:cover;
}

.main-why {
  background:var(--color-gray-700);
  min-height:380px;
}

.main-why__content {
  max-width:1140px;
  margin:0 auto;
  display: flex;
  justify-content: space-between;
}

.main-why__content-item--left {
  padding:80px;
}
.main-why__content-item--right {
  padding:132px 97px 0 0;
}
.main-why__text-wrapper {
  display:flex;
  flex-direction: column;
  gap:4px;
}

.main-why__text {
  font-size:36px;
  font-weight: 700;
  line-height:44px;
  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:var(--font-size-xl);
  font-weight:var(--font-weight-medium);
  line-height: var(--line-height-xl);
}

.main-why__gongbiz-strory-button-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width:32px;
  height:24px;
  border:1px solid var(--color-gray-white);
  border-radius:100px;
}

.main-wrap > div .wrap {
  width: 1140px;
  margin: 0px auto;
  padding: 130px 0;
}

.main-wrap .wrap > p.subtitle {
  font-weight: bold;
  font-size: 28px;
  color: #227eff;
  margin-bottom: 16px;
}

.main-wrap .wrap > p.title, .main-wrap .review p.title {
  font-weight: bold;
  font-size: 42px;
  color: #000;
}

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

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

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

.main-wrap .sa.show {
  opacity: 1;
  transform: none;
}

.main-wrap .landing-button {
  display:inline-flex;
  justify-content: center;
  align-items:center;
  gap:4px;
  height:56px;
  border-radius:100px;
  background-color:var(--color-primary-300);
  color:var(--color-gray-white);
  font-size:20px;
  font-weight:700;
  line-height:24px;
  padding:16px 24px;
}


.main-wrap .facility {
  text-align: center;
}

.main-wrap .facility p.title {
  margin-bottom: 80px;
}

.main-wrap .facility ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-row-gap: 60px;
}

.main-wrap .facility li {
  text-align: center;
}

.main-wrap .facility li img {
  width: 150px;
}

.main-wrap .facility li .cate {
  margin: 10px 0 8px;
  font-size: 24px;
  font-weight: 500;
}

.main-wrap .facility li .info {
  font-size: 16px;
  color: #20232b;
}

.main-wrap .facility li {
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 150px;
}

.main-wrap .facility li.list01 {
  background-image: url('/resources/static/assets/img/common/icon-01@2x-5372e1e5d9426e12556caafeb0cc904b.png');
}

.main-wrap .facility li.list02 {
  background-image: url('/resources/static/assets/img/common/icon-02@2x-c298e993d2235a5e1a1576865af37eff.png');
}

.main-wrap .facility li.list03 {
  background-image: url('/resources/static/assets/img/common/icon-03@2x-42dc2c494159eb6cd4e62df6e26322c4.png');
}

.main-wrap .facility li.list04 {
  background-image: url('/resources/static/assets/img/common/icon-04@2x-7131649feb6ce0c905c0d814369aaaab.png');
}

.main-wrap .facility li.list05 {
  background-image: url('/resources/static/assets/img/common/main-icon-05@2x-9dc838475231a07f9669dca32641ff88.png');
}

.main-wrap .facility li.list06 {
  background-image: url('/resources/static/assets/img/common/icon-06@2x-9beff1db49275c3f2bd26e72f4c97769.png');
}

.main-wrap .facility li.list07 {
  background-image: url('/resources/static/assets/img/common/icon-07@2x-9332cb3c39d53dc760bc211357dac753.png');
}

.main-wrap .facility li.list08 {
  background-image: url('/resources/static/assets/img/common/icon-08@2x-ecffe3d35282705d33e6cb51573eb9e2.png');
}


.main-wrap .specialty {
  text-align: center;
  background-color: #fff;
  padding: 100px 0;
}

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

.main-wrap .specialty .title-info {
  margin-top: 16px;
  font-size: 28px;
}

.main-wrap .specialty .content {
  display: flex;
  justify-content: center;
  margin: 0px auto;
  gap: 124px;
  padding:20px;
}

.main-wrap .specialty .content .device {
  width:439px;
}

.main-wrap .specialty .content .list {
  display:flex;
  flex-direction: column;
  gap:100px;
  margin-top:60px;
  padding-right:21px;
}

.main-wrap .specialty .content .item {
  text-align: left;
}

.main-wrap .specialty .content .item .flag {
  display:flex;
  height:56px;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  color: #fff;
  background-color: #20232b;
  font-size: 20px;
  font-weight: 700;
  border-radius: 11px;
}

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

.main-wrap .specialty .content .item .flag.pc {
  width: 84px;
}

.main-wrap .specialty .content .item .title {
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin-top: 12px;
}

.main-wrap .specialty .content .item .description {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-top: 8px;
}

.main-wrap .specialty .content .item .explain {
  margin-top: 16px;
  padding-left: 26px;
}

.main-wrap .specialty .content .item .explain li {
  font-size: 14px;
  text-align: left;
  list-style: disc;
  line-height:1.7;
}

.main-wrap .specialty .content .item .explain li .highlight {
  color: #227EFF;
}

.main-wrap .easy {
  text-align: center;
}

.main-wrap .easy {
  background-color: #f9fafb;
}

.main-wrap .easy .content {
  display: flex;
  padding-top: 80px;
}

.main-wrap .easy .content .easy-swiper {
  width: 483px;
  overflow: hidden;
  margin-right: 144px;
  margin-left: -10px;
}

.main-wrap .easy .content li.list01 img {
  height: 708px;
  margin-left: -12px;
}

.main-wrap .easy .content li.list02 img {
  height: 770px;
  margin: -5px 0 0 -12px;
}

.main-wrap .easy .content li.list03 img {
  height: 675px;
}

.main-wrap .easy .list {
  position: relative;
  margin-top: 13px;
}

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

.main-wrap .easy .list li {
  display: flex;
  column-gap: 20px;
  margin-bottom: 70px;
}

.main-wrap .easy .list li.blue p.num {
  background-color: #227eff;
}

.main-wrap .easy .list li p.num {
  display: inline-block;
  height: 53px;
  width: 53px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 11px;
  padding: 11px 12px 13px 13px;
  font-size: 22px;
  font-weight: bold;
  z-index: 20;
}

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

.main-wrap .easy .list li p.title {
  margin-bottom: 16px;
  font-size: 28px;
  font-weight: 700;
  line-height: 40px;
}
.main-wrap .easy .list li p.info {font-size:16px; line-height:26px;}

/* 비즈콜 */
.main-wrap .remember {
  text-align:center;
  background-color:#F9FAFB;
}

.main-wrap .remember .wrap {
  padding:100px 0 105px;
}

.main-wrap .remember .title-info {
  margin: 16px 0 32px;
  font-size: 28px;
}

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

.main-wrap .remember .go-store-button img {
  width:87px;
}

.main-wrap .remember .landing-info-image {
  display:inline-block;
  width:964px;
  height:646px;
}

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

.main-wrap .benefits .wrap {
  padding:100px 0;
}

.main-wrap .benefits .title-info {
  margin: 16px 0 8px;
  font-size: 28px;
}

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

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

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

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

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

.main-wrap .benefits .benefits-image {
  width:800px;
}

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

.main-wrap .expense .title-info {
  margin: 16px 0 48px;
  font-size: 28px;
}

.main-wrap .expense .expense-list {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap:40px;
  text-align: left;
}

.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;
}

.main-wrap .expense .expense-item__content {
  padding:40px 40px 42px;
}

.main-wrap .expense .expense-item__content .expense-icon {
  display: block;
}

.main-wrap .expense .expense-item__content .title {
  font-size:20px;
  font-weight:700;
  line-height:32px;
}

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

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

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

.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:40px;
}

.main-wrap .expense .expense-notice .title {
  font-size:24px;
  font-weight:700;
  line-height:32px;
}

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

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

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

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

/* 예약금 관리 */

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

.main-wrap .deposit-management .wrap {
  padding:87px 0 0;
}

.main-wrap .deposit-management .title {
  margin-bottom: 48px;
}

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

.main-wrap .review {
  position: relative;
  padding: 150px 0 130px;
  background-color: #ffffff;
  overflow: hidden;
}

.main-wrap .review::after, .main-wrap .review::before {
  position: absolute;
  top: 0;
  content: '';
  display: inline-block;
  height: 100%;
  width: 20%;
  z-index: 10;
}

.main-wrap .review::after {
  left: 0;
  background: linear-gradient(270deg, rgba(246, 247, 250, 0) 0%, rgba(246, 247, 250, 1) 100%);
}

.main-wrap .review::before {
  right: 0;
  background: linear-gradient(90deg, rgba(246, 247, 250, 0) 0%, rgba(246, 247, 250, 1) 100%);
}

.main-wrap .review .title {
  margin-bottom: 72px;
  text-align: center;
}
.main-wrap .review ul li {padding:50px 76px 40px 86px; box-shadow: 0 23px 60px 0 rgba(86, 89, 100, 0.15); background-color: #fff; border-radius:2px; box-sizing: border-box;}
.main-wrap .review ul li::before {content: ''; display: inline-block; position: absolute; width: 57px; height: 45px; background: url(/resources/static/assets/img/common/invalid-name@2x-676cba1f592533bc181064dbc939db4d.png) no-repeat; background-size: 100%; top: -16px; left: 20px;}
.main-wrap .review ul li .comment {min-height:222px; margin-bottom:19px; font-size:21px; line-height:37px;}
.main-wrap .review ul li .name {float:right; font-size:14px; line-height:24px;}
.main-wrap .swiper-slide-prev, .main-wrap .swiper-slide-next {opacity: 0.8;}
.main-wrap .review .free-trial-btn {text-align:center;}
.main-wrap .review .free-trial-btn a {display:inline-block; background-color:#227eff; color:#fff; border-radius:32px; width:354px; height: 64px; line-height:64px; text-align:center; margin-top:80px; box-shadow: 0 20px 30px 0 rgba(34, 126, 255, 0.17); font-size:18px;}

.main-pop p {padding:10px 0}
.main-pop p span {font-size:16px; line-height:28px;}

@keyframes animate {
  0% {width: 0;}
  100%{width: 100%;}
}
@media screen and (max-width:1600px){
  .main-wrap .review ul li .comment {
    min-height:259px;
  }
}
@media (min-width:1281px) and (max-width:1360px){
  .main-wrap .review ul li .comment {
    min-height:333px;
  }
}
@media screen and (max-width:1280px){
  .main-wrap .review ul li .comment {
    min-height:407px;
  }
}

/* �냼媛� ---------------------------------------------- */
.section-info article {position:relative; padding:150px 0; width:100%; }
.section-info article .tit-wrap {position:relative; z-index:10; display:inline-block; width:100%}
.section-info article .tit-wrap .tit-area {float:left; font-size:70px; margin-right:73px; font-weight:200; vertical-align:top}
.section-info article .tit-wrap .subtit-area {float:left;width:840px}
.section-info article .tit-wrap .subtit-area li {display:inline-block; width:100%;}
.section-info article .tit-wrap .subtit-area i {display:block; float:left; margin:20px 15px 0 0; width:21px; height:16px; background-position:-50px 0}
.section-info article .tit-wrap .subtit-area span {float:left; font-size:33px; font-weight:700; line-height:60px}
.section-info article.article-first {background:#343a40;}
.section-info article.article-first .tit-area , .section-info article.article-first .tit-wrap .subtit-area span {color:#fff}
.section-info article.article-second {background:#fff; padding:458px 0;overflow:hidden}
.section-info article.article-second .tit-area , .section-info article.article-second .tit-wrap .subtit-area span {color:#343a40}
.section-info article.article-third {background:#343a40; padding:165px 0 960px 0;overflow:hidden}
.section-info article.article-third .tit-area , .section-info article.article-third .tit-wrap .subtit-area span {color:#fff}
.section-info article.article-fourth {background:#fff; padding:550px 0;}
.section-info article.article-fourth .tit-area , .section-info article.article-fourth .tit-wrap .subtit-area span {color:#343a40}
.section-info article.article-first .img-wrap {margin-top:80px}
.section-info article.article-second .img-wrap {position:absolute; top:0; left:50%; width:1982px; height:1059px; margin-left:-630px; background:url('/resources/static/assets/img/common/img-info-02-0bbc3c301b7346560c6e2996b1fa8a32.jpg')no-repeat;}
.section-info article.article-third .img-wrap {position:absolute; top:0; left:50%; width:1401px; height:1249px; margin-left:-600px; background:url('/resources/static/assets/img/common/img-info-03-b24340c4817f53023a1f7f10819f23b8.jpg')no-repeat;}
.section-info article.article-fourth .img-wrap {position:absolute; top:100px; left:50%; width:1200px; height:1028px; margin-left:-600px; background:url('/resources/static/assets/img/common/img-info-04-77f138dbf2aff43113a0f40bf66af899.jpg')no-repeat;}
.section-info.landing-intro .container {width:1200px;}

/* �냼媛� �꽕�씪�븘�듃 ---------------------------------------------- */
.section-info2 .top-wrap {padding:1085px 0 150px 0; background:#343a40 url('/resources/static/assets/img/common/img-info2-01-bg-74c3114363292d0b3085cf48c07ccc57.jpg') center top no-repeat; text-align:center}
.section-info2 .logo-area {margin-bottom:70px}
.section-info2 .tit-area {font-size:40px; color:#fff; font-weight:700; margin-bottom:30px}
.section-info2 .subtxt-area {font-size:30px; line-height:45px; color:#d2d4d3; margin-bottom:75px}
.section-info2 .btn-area a {display:inline-block; margin:0 25px}
.section-info2 article {position:relative; margin-bottom:200px; text-align:left; overflow:hidden;}
.section-info2 article .article-tit {position:relative; z-index:10; margin-bottom:60px; font-size:70px; line-height:73px; font-weight:200; color:#343a40; letter-spacing:-1px}
.section-info2 article .article-subtxt {position:relative; z-index:10; font-size:28px; line-height:55px; color:#868e96; letter-spacing:-1px}
.section-info2 article.article-first {margin-top:200px; padding-bottom:567px; }
.section-info2 article.article-first .img-area {position:absolute; bottom:0; left:50%; z-index:0; margin-left:-600px}
.section-info2 article.article-second .container {padding:135px 0 60px 670px}
.section-info2 article.article-second .img-area {position:absolute; top:0; left:50%; z-index:0; margin-left:-650px}
.section-info2 article.article-second .article-btn {margin-top:50px}
.section-info2 article.article-second .article-btn dl {padding:10px 0; display:inline-block; width:100%}
.section-info2 article.article-second .article-btn dt {float:left; font-size:23px; font-weight:700; margin-right:15px}
.section-info2 article.article-second .article-btn dt i {display:inline-block;vertical-align: bottom; margin-left:10px; width:27px; height:27px; background:url('/resources/static/assets/img/common/ic_info2_sns-3359e65c3a12827d4d9862d3bcfb7bd4.png')no-repeat;}
.section-info2 article.article-second .article-btn dl.btn-instagram i {background-position:0 0;}
.section-info2 article.article-second .article-btn dl.btn-facebook i {background-position:0 -27px;}
.section-info2 article.article-second .article-btn dd {float:left;}
.section-info2 article.article-second .article-btn dd a {font-size:23px;}
.section-info2 article.article-third {padding:300px 0 175px 0;}
.section-info2 article.article-third .img-area {position:absolute; top:0; left:50%; z-index:0; margin-left:-390px}


/* 遺�媛��꽌鍮꾩뒪 ---------------------------------------------- */
.section-service .top-wrap{position:relative;height:805px;background:#19bc4a url('/resources/static/assets/img/common/img-service-02-792ba6212cdfaa31859f804396ed5b7e.jpg') no-repeat center top}
.section-service .top-wrap .cont-area{display:inline-block;text-align:center;margin:180px 0 0 75px}
.section-service .top-wrap .cont-area .logo-area{font-size:0;line-height:0}
.section-service .top-wrap .cont-area .tit-area{margin-top:45px;color:#fff;font-size:65px;line-height:85px;font-weight:500;letter-spacing:-0.06em}
.section-service .top-wrap .cont-area .subtxt-area{margin-top:30px;color:#fff;opacity:.8;font-size:25px;font-weight:400;letter-spacing:-0.06em}
.section-service .top-wrap .cont-area .btn-area{margin-top:80px;}
.section-service .top-wrap .cont-area .btn-area a{display:inline-block;width:230px;height:60px;color:#00ae34;font-weight:500;font-size:20px;line-height:60px;letter-spacing:-0.06em;border-radius:5px;background:#fff}
.section-service article{position:relative;width:100%}
.section-service article .title-container {margin: 0 auto; text-align: center;}
.section-service article .tit-wrap{position:relative;z-index:10;display:inline-block;}
.section-service article .tit-wrap .tit-area{font-size:70px;font-weight:200;vertical-align:top;}
.section-service article .tit-wrap .subtit-area li {display:inline-block;}
.section-service article .tit-wrap .subtit-area i {display:block;float:left;margin:20px 15px 0 0;width:21px;height:16px;background-position:-50px 0}
.section-service article .tit-wrap .subtit-area span {float:left;font-size:33px;font-weight:700;line-height:60px}
.section-service article.article-first{padding:165px 0 1000px;overflow:hidden}
.section-service article.article-first .tit-area, .section-service article.article-first .tit-wrap .subtit-area span{color:#343a40}
.section-service article.article-first .img-wrap{position:absolute;top:332px;left:50%;width:1555px;height:900px;margin-left:-770px;background:url('/resources/static/assets/img/common/img-service-03-calendar-69f3f873cad1fdae6d14a3dbeb7cce14.svg') no-repeat; background-size: 100% 100%;}


/* �슂湲� ---------------------------------------------- */
.section-cash .top-wrap {padding:400px 0 250px 0; text-align:center; background:url('/resources/static/assets/img/common/img-cash-01-f5f39e5867a927befa34144ff47d1aee.png')no-repeat top center;}
.section-cash .top-wrap .tit-wrap .tit {margin-bottom:40px; font-size:70px; font-weight:200; color:#343a40}
.section-cash .top-wrap .tit-wrap .subtxt {font-size:24px; color:#343a40; font-weight:700}
.section-cash .contents-wrap {position:relative; text-align:center}
.section-cash .contents-wrap .top-point {position:absolute; top:-114px; left:50%; z-index:5; width:465px; height:160px; margin-left:-232.5px; background:url('/resources/static/assets/img/common/img-cash-top-e31bec431715de9b569bdf831d3f3195.png')no-repeat;}
.section-cash .contents-wrap article {position:relative;}
.section-cash .contents-wrap article .caption-wrap .subtxt {font-size:26px; color:#9fa7b0; margin-bottom:20px}
.section-cash .contents-wrap article .caption-wrap .caption {margin:0 auto; position:relative; width:290px; height:110px;line-height:110px; background:#fff; box-shadow:0 30px 40px #c7d0df; border-radius:60px; font-size:40px; font-weight:700; color:#343a40}
.section-cash .contents-wrap article .caption-wrap .caption-point {position:absolute; top:-20px; right:-25px; z-index:10; width:66px; height:75px; background:url('/resources/static/assets/img/common/img-cash-captionpoint-ce432459e7d2cb7fec03ca8fe64b6100.png')no-repeat; }
.section-cash .contents-wrap article .caption-wrap .tit {margin-top:60px; font-size:45px; color:#343a40;}
.section-cash .contents-wrap article.article-first {padding:100px 0 620px 0; background:#f6f7fa}
.section-cash .contents-wrap article.article-first .img-wrap {position:absolute; top:442px; left:50%; z-index:10; margin-left:-623px; width:1247px; height:980px; background:url('/resources/static/assets/img/common/img-cash-02-a9bbfb6866e44e0a7f7a229e874e920a.png')no-repeat;}
.section-cash .contents-wrap article.article-second {padding:414px 0 846px 0; }
.section-cash .contents-wrap article.article-second .img-wrap {position:absolute; top:770px; left:50%; z-index:10; margin-left:-641px; width:1283px; height:667px; background:url('/resources/static/assets/img/common/img-cash-03-bc96d38116b42c0d254688ab9e450538.jpg')no-repeat;}

/* �슂湲덉젣 ---------------------------------------------- */
.section-cash2 .top-wrap {padding-top:380px; text-align:center; background:url('/resources/static/assets/img/common/img-cash2-01-8ea0c1e68ed4a2eff2e3398b1c405f15.png')no-repeat top center;}
.section-cash2 .tit-wrap {margin-bottom:70px; }
.section-cash2 .tit-wrap .tit {text-align:center; font-size:65px; font-weight:200; color:#343a40; letter-spacing:-1.5px}
.section-cash2 .contents-wrap {width:1200px; margin:80px auto 150px;}
.productChoose-wrap {width:100%; display:inline-block; }
.productChoose-area {width:590px; }
.productChoose-tit {width:100%; text-align:center; font-size:30px; letter-spacing:3px; color:#adb5bd; margin-bottom:25px}
.productChoose-cont {border-top:2px solid #dae1ea; border-bottom:1px solid #FFFFFF; }
.productChoose-cont .price-area {padding:40px 0; background:#f6f7fa; text-align:center; position: relative;}
.productChoose-cont .price-area span.img-belt-medium {background:url('/resources/static/assets/img/common/img-cash2-belt-bbfb00cfebfeb9f31483086df778c8fa.svg')no-repeat; display: block; position: absolute; width: 110px; height: 110px; top:-5px; }
.productChoose-cont .price-area span.price {font-size:40px; font-weight:700; }
.productChoose-cont .price-area span.vat {margin-left:10px; display:inline-block; vertical-align:text-bottom; padding:5px 10px; background:#e9ecef; font-size:14px; color:#868e96}
.productChoose-cont .info-area {position:relative; margin:45px auto; width:380px; height:250px;}
.productChoose-cont .info-area li {padding:7px 0; font-size:24px; color:#343a40}
.productChoose-cont .info-area li.last {position:absolute; left:0; bottom:0; font-size:20px; color:#adb5bd}
.productChoose-cont .btn-area {height:78px; background:#f6f7fa; text-align:center;}
.productChoose-cont .btn-area a.btn01 {display:block; width:100%; height:78px; line-height:76px; font-size:24px; background:#227EFF; color:#fff; font-weight:700}

.productChoose-wrap.advantage i.cash2-check {background:url('/resources/static/assets/img/common/img-cash2-check-5778a0ab03db163e02c9beec4eb8509e.svg')no-repeat; display: inline-block; width: 30px; height: 20px;}
.productChoose-wrap.advantage h2 {width: 100%; background: #f5f7fa; border-radius: 4px; box-sizing: border-box; text-align: center; font-size: 28px; padding:22px 0; font-weight: 300;}
.productChoose-wrap.advantage p {display: block; height: 50px; line-height: 56px; font-size: 24px; position: relative;  padding-left: 170px;}
.productChoose-wrap.advantage p span.advantage-list {padding: 8px 40px; background: #96a1ad; color: #fff; font-weight: 500; font-size:24px; border-radius: 2px; position: absolute; left:0; top: 4px;}

.productChoose2-cont {border-top:2px solid #dae1ea; border-bottom:1px solid #FFFFFF; }
.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:33px 0; background:#f6f7fa; text-align:center;}
.productChoose2-cont .price-area span.price {font-size:28px; font-weight:700; }
.productChoose2-cont .price-area span.vat {margin-left:10px; display:inline-block; vertical-align:text-bottom; padding:5px 10px; background:#e9ecef; font-size:14px; color:#868e96}
.productChoose2-cont .priceDetail-area {padding:33px 0 40px 0;}
.productChoose2-cont .priceDetail-area .original span {display:block; font-size:24px; line-height:37px;}
.productChoose2-cont .priceDetail-area .original span.line {text-decoration: line-through;}
.productChoose2-cont .priceDetail-area .coupon {margin:25px auto; width:230px; height:70px; border:2px solid #ff7474}
.productChoose2-cont .priceDetail-area .coupon .percent {width:68px; height:66px; float:left; background:#ff7474; text-align:center}
.productChoose2-cont .priceDetail-area .coupon .percent span {font-size:27px; color:#fff; line-height:65px; font-weight:bold}
.productChoose2-cont .priceDetail-area .coupon .percent span.small {font-size:20px;}
.productChoose2-cont .priceDetail-area .coupon .price {float:left; width:158px; text-align:center; font-size:27px; line-height:65px; font-weight:bold}
.productChoose2-cont .priceDetail-area .final {font-size:35px; color:#ff7474; font-weight:bold}
.productChoose2-cont .info-area {position:relative; margin:40px auto 45px; width:530px; height:330px;}
.productChoose2-cont .info-area li {padding:3px 0; font-size:21px; line-height:35px; color:#343a40}
.productChoose2-cont .info-area li.last {margin-top:15px; font-size:18px; line-height:33px; color:#adb5bd !important}
.productChoose2-cont .info-area a.red {color:#ff7474 !important; font-weight:bold; font-size:21px; line-height:35px;}
.productChoose2-cont .btn-area {height:78px; background:#f6f7fa; text-align:center;}
.productChoose2-cont .btn-area a.btn01 {display:block; width:100%; height:78px; line-height:76px; font-size:24px; background:#227EFF; color:#fff; font-weight:700;}


/* 怨좉컼�꽱�꽣 ----------------------------------------------*/
/* 怨듭��궗�빆 */
.cs-tit-wrap {text-align:center; font-size:33px; }
/* �옄二쇰Щ�뒗吏덈Ц */
.cs-tab-wrap ul {width:100%; display:inline-block;height:62px;background:#f6f7fa; border-bottom:1px solid #e3e8f0; border-top:1px solid #495057; border-left:1px solid #e3e8f0}
.cs-tab-wrap ul li {float:left; width:20%; border-right:1px solid #e3e8f0; border-bottom:1px solid #e3e8f0; }
.cs-tab-wrap ul li a {display:block; width:100%; height:60px; line-height:60px; font-size:20px; font-weight:700; text-align:center}
.cs-tab-wrap ul li.active , .cs-tab-wrap ul li:hover {border-bottom: 1px solid #fff; background:#fff; }
.qna-article-wrap article {width:100%; margin-bottom:10px; border:1px solid #e3e8f0; border-radius:5px;}
.qna-article-wrap article .q-wrap {display:inline-block; width:100%; padding:20px 30px 16px 30px; cursor:pointer}
.qna-article-wrap article .q-wrap .tit-head {float:left; font-size:18px; margin-right:10px}
.qna-article-wrap article .q-wrap .date {float:left; font-size:18px; color:#adb5bd}
.qna-article-wrap article .q-wrap .txt {float:left; padding-right:30px;font-size:18px; line-height:26px; width:1000px; color:#343a40}
.qna-article-wrap article .q-wrap .accordion-arrow {float:right; display:block; width:25px; height:13px; background-position:0 -60px; margin-top:6px}
.qna-article-wrap article.open .a-wrap {display:block}
.qna-article-wrap article.open .accordion-arrow {background-position:0 -45px }
.qna-article-wrap article .a-wrap {display:none;}
.qna-article-wrap article .a-wrap .inner {display:inline-block; width:100%; padding:20px 30px 30px 30px; border-top:1px dashed #e3e8f0}
.qna-article-wrap article .a-wrap .tit-head {float:left; font-size:18px; margin:5px 10px 0 0; color:#868e96}
.qna-article-wrap article .a-wrap .txt {float:left; font-size:18px; line-height:35px; width:1000px; color:#868e96}
.qna-article-wrap article .a-wrap .txt img {max-width:100%}
/* �궗�슜媛��씠�뱶 */
.guide-article-wrap {width:100%; display:inline-block;}
.guide-article-wrap article {float:left; width:50%; padding:5px;}
.guide-article {border:1px solid #e3e8f0; border-radius:5px; padding:40px 30px 35px 30px; height:280px}
.guide-article .tit-wrap {font-size:24px; font-weight:700; margin-bottom:17px; color:#343a40}
.guide-article ul li {padding:7px 0;}
.guide-article ul li a {display:block; font-size:19px; color:#868e96}
.guide-article ul li a:hover {color:#343a40;}
.prod-detail-img-popwrap {position:fixed; top:0; left:0; z-index:15; width:100%; height:100%; display:table}
.prod-detail-img-popwrap .pop-bg {position:absolute; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6);}
.prod-detail-img-pop {position:relative; z-index:20; height:100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
.prod-detail-img-popin {position:relative; width:532px; background:#fff; border:1px solid #adb5bd;}
.prod-detail-img-pop .img-wrap {position:relative; width:530px; height:530px; }
.prod-detail-img-pop .img-slide-wrap {width:530px; height:530px; overflow:hidden}
.prod-detail-img-pop .img-slide-wrap ul {position:relative;}
.prod-detail-img-pop .img-slide-wrap li , .prod-detail-img-pop .img-slide-wrap img { width:530px; height:530px; }
.prod-detail-img-pop .img-btn-area {position:absolute; bottom:1px; right:1px; z-index:22; }
.prod-detail-img-pop .img-btn-area a {display:block;float:left; margin-left:1px; width:50px; height:50px; padding:13px 0; background:#fff; border:1px solid #ced4da}
.prod-detail-img-pop .img-btn-area a i {display:block; margin:0 auto; width:10px; height:20px;}
.prod-detail-img-pop .img-btn-area .img-btn.prev i {background-position:-10px -102px}
.prod-detail-img-pop .img-btn-area .img-btn.next i {background-position:0px -102px}
.prod-detail-img-pop .txt-wrap {width:100%; padding:30px}
.prod-detail-img-pop .txt-wrap dt {display:block; font-size:16px; font-weight:bold; margin-bottom:10px}
.prod-detail-img-pop .txt-wrap dt span {font-size:16px; font-weight:bold;}
.prod-detail-img-pop .txt-wrap dd {font-size:15px}

.pop-miximg-area {width:1200px; height:740px; overflow:hidden}
.pop-miximg-area > ul {position:relative}
.pop-miximg-area > ul > li {float:left; width:1200px; height:740px; }
.miximg-wrap .img-section {float:left; width:740px; height:740px; background:#f4f6f6; overflow:hidden}
.miximg-wrap .txt-section {position:relative; float:left; width:460px; height:740px; padding:70px 30px 0 40px; background:#fff;}
.miximg-wrap .txt-section .top-area {padding-bottom:30px; border-bottom:1px solid #e3e8f0}
.miximg-wrap .txt-section .top-area .title-first {margin-bottom:10px; font-size:16px; font-weight:700; }
.miximg-wrap .txt-section .top-area .title-second {font-size:16px;}
.miximg-wrap .txt-section .title-main {margin:35px 0 20px 0; font-size:26px; font-weight:700;}
.miximg-wrap .txt-section .discription ul {height:410px; overflow-y:auto}
.miximg-wrap .txt-section .discription ul li {margin:5px 0; width:100%; display:inline-block}
.miximg-wrap .txt-section .discription ul li span {font-size:16px; line-height:24px; vertical-align:top}
.miximg-wrap .txt-section .discription ul li span.num {float:left; width:5%;}
.miximg-wrap .txt-section .discription ul li span.txt {float:left; width:95%;}
.miximg-wrap .txt-section .discription-foot {position:absolute; top:600px; left:50px;}
.miximg-wrap .txt-section .discription-foot span {line-height:26px; }
.miximg-wrap .txt-section span.bg-maincolor {display:inline-block; margin-right:4px; padding:0 3px; line-height:20px !important; height:22px; background:#3bc9db; color:#fff; font-weight:500}
.miximg-wrap .txt-section span.txt-maincolor {font-size:16px; color:#22b8cf; font-weight:500}
.miximg-wrap .txt-section span.main-underline {color:#22b8cf; text-decoration:underline;}
.miximg-wrap .txt-section span.bg-black {display:inline-block; margin-right:4px; padding:0 3px; line-height:20px !important; height:22px; background:#333e43; color:#fff; font-weight:500}
.miximg-wrap .txt-section span.box {display:inline-block; width:16px; height:16px; vertical-align:baseline !important }
.miximg-wrap .txt-section span.box.bg-green {background:#3fd2d1}
.miximg-wrap .txt-section span.box.bg-blue {background:#0085ef}
.miximg-wrap .txt-section span.box.bg-red {background:#fc6063}
.miximg-wrap .txt-section span.box.bg-gray {background:#879497}


/* 랜딩페이지 > 부가서비스 > 카드단말기 */
i.num-01,i.num-02,i.num-03,i.num-04 {display: inline-block; width: 28px; height: 28px; position: absolute; left:-47px;}
i.num-01 {background:url('/resources/static/assets/img/common/num_01-e3ddc4f8254d84e949ffd22a8ae094c6.svg')no-repeat;}
i.num-02 {background:url('/resources/static/assets/img/common/num_02-503a68c163c671afd78abc17caf726f9.svg')no-repeat;}
i.num-03 {background:url('/resources/static/assets/img/common/num_03-12ed5e72481b38bbd18207dc0fb903f9.svg')no-repeat;}
i.num-04 {background:url('/resources/static/assets/img/common/num_04-4042501611f13e46dc092f2ccc1f9fd2.svg')no-repeat;}
i.blt-arrow {background:url('/resources/static/assets/img/common/ic_blt_arrow-5c3ee78d28a7dca4956dd639f6ee30ad.png')no-repeat; display: inline-block; width: 6px; height: 12px;}
.mb0 {margin-bottom: 0!important;}
.mt0 {margin-top: 0!important;}
.line-height-30 {line-height: 30px;}
.overflow-hidden {overflow:hidden;}
.btn-new {width: 300px; height: 60px; background-image: linear-gradient(to right, #58e5e4, #6ab9f1); line-height: 60px; color:#fff; font-weight: bold; font-size: 20px;}

.section-service-card .top-wrap{position:relative;height:460px;}
.section-service-card .top-wrap .container {position: relative;}
.section-service-card .top-wrap .cont-area{display:inline-block; text-align:center; margin-top:126px;}
.section-service-card .top-wrap .cont-area .visual {width:650px; float: right; position: absolute; right: 0; top: 0; z-index: 1;}
.section-service-card .top-wrap .cont-area .visual img {width: 100%; height: auto;}
.section-service-card .top-wrap .cont-area .tit-area{margin-top:17px; font-size:65px;line-height:1.33; font-weight:100; letter-spacing:-0.06em; text-align: left; color:black;}
.section-service-card .top-wrap .cont-area .subtxt-area{font-size:24px; font-weight:normal; letter-spacing:normal; text-align: left; color:#585858;}

.section-service-card article.article-first {position:relative; width:100%; padding:50px 0 40px 0; background: #64c9ff; height: 340px;}
.section-service-card article.article-first .tit-wrap{position:relative; z-index:10; display:inline-block; width:100%}
.section-service-card article.article-first .tit-wrap .subtit-area {width:882px; margin: 0 auto;}
.section-service-card article.article-first .tit-wrap .subtit-area li {display:inline-block; width:242px; text-align: center;}
.section-service-card article.article-first .tit-wrap .subtit-area li div img {width: 160px; height: 160px;}
.section-service-card article.article-first .tit-wrap .subtit-area li.arrow {display:inline-block; width:78px; height: 249px;}
.section-service-card article.article-first .tit-wrap .subtit-area li.arrow span {background:url('/resources/static/assets/img/common/step_arrow-20b64b6d7f9061cc672dee30d309bfad.png')no-repeat top center; display: block; width: 100%; height: 249px; background-position-y: 66px;}
.section-service-card article.article-first .tit-wrap .subtit-area li div.step {color:#fff; font-weight: bold; font-size: 20px; margin-top: 23px; height: 29px; line-height: 29px;}
.section-service-card article.article-first .tit-wrap .subtit-area li div.step-title {color:#002842; font-size: 24px; font-weight: bold; height: 36px; line-height: 36px; margin-top: 4px;}

.section-service-card article.article-second {position:relative; width:100%; padding:100px 40px 150px 40px; background: #f5f7f7;}
.section-service-card article.article-second .tit-wrap {font-size:65px; height: 96px; line-height: 96px; margin-bottom: 60px; font-weight: 100; color: black;}
.section-service-card article.article-second .content-list {width: 1120px; margin: 0 auto; background: #fff; border-radius: 10px; box-shadow: 26px 26px 50px 0 rgba(52, 58, 64, 0.1);}
.section-service-card article.article-second div.content-list {position: relative; overflow: hidden; display: block; margin-bottom: 30px;}
.section-service-card article.article-second div.content-list .img-area {float: left; width: 380px; height: auto;}
.section-service-card article.article-second div.content-list .img-area img {width: 100%;}
.section-service-card article.article-second div.content-list.list-01 .content-area {padding: 48px 60px; float: left; width: 740px;}
.section-service-card article.article-second div.content-list.list-01 .content-area span.sub-title {color:#495057; font-size: 28px; font-weight: bold; display: block;}
.section-service-card article.article-second div.content-list.list-01 a.btn {width: 100%; border:1px solid #d6dae5; height: 53px; line-height: 53px; display: block; position: relative; border-radius: 5px; box-sizing: border-box;}
.section-service-card article.article-second div.content-list.list-01 a.btn i.arrow-down {width: 18px; height: 18px; display: inline-block; background:url('/resources/static/assets/img/common/arrow-down-b7183e824f9ed62453690635c189dd5e.png')no-repeat; position: absolute; top: 17px;}
.section-service-card article.article-second div.content-list.list-01 a.btn i.arrow-up {width: 18px; height: 18px; display: inline-block; background:url('/resources/static/assets/img/common/arrow-up-012db0f64c1fb1df5d6c395332d2c3ab.png')no-repeat; position: absolute; top: 17px;}
.section-service-card article.article-second div.content-list.list-01 ul {margin-top:26px; margin-bottom:26px; width: 100%; padding-left: 47px;}
.section-service-card article.article-second div.content-list.list-01 li {color:#3a4249; font-size:21px; margin-bottom: 20px; position: relative;}

.section-service-card article.article-second div.content-list.list-01 .add-contents-area {border-top:1px solid #d6dae5; padding:20px 0;}
.section-service-card article.article-second div.content-list.list-01 .add-contents-area ul {padding-left:0; margin-bottom:0;}
.section-service-card article.article-second div.content-list.list-01 .add-contents-area ul li {margin-bottom:16px;}
.section-service-card article.article-second div.content-list.list-01 .add-contents-area .content-area {padding: 9px 0 17px 60px;}
.section-service-card article.article-second div.content-list.list-01 .add-contents-area div.visible.overflow-hidden {padding: 28px 0 27px 0;}

.section-service-card article.article-second div.content-list.list-02 .content-area {padding: 48px 60px; float: left; width: 740px;}
.section-service-card article.article-second div.content-list.list-02 .content-area span.sub-title {color:#495057; font-size: 28px; font-weight: bold; display: block;}
.section-service-card article.article-second div.content-list.list-02 ul {margin-top:26px; width: 100%; padding-left: 47px;}
.section-service-card article.article-second div.content-list.list-02 li {color:#3a4249; font-size:21px; margin-bottom: 20px; position: relative;}

.section-service-card article.article-second div.content-list.list-03 .content-area {padding: 46px 60px; float: left; width: 740px;}
.section-service-card article.article-second div.content-list.list-03 .content-area span.sub-title {color:#495057; font-size: 28px; font-weight: bold; display: block;}
.section-service-card article.article-second div.content-list.list-03 ul {margin-top:26px; width: 100%; padding-left: 47px;}
.section-service-card article.article-second div.content-list.list-03 li {color:#3a4249; font-size:21px; margin-bottom: 20px; position: relative;}
.section-service-card article.article-second div.content-list.list-03 li .stick {color:#98a2ac; border:1px solid #98a2ac; font-size: 14px; padding:2px 5px;
  margin-left: 7px; display: inline-block; position: absolute; top: 2px;}


.section-service-card article.article-third {position:relative; width:100%; padding:100px 40px 110px 40px;}
.section-service-card article.article-third .tit-wrap {font-size:65px; height: 96px; line-height: 96px; margin-bottom: 60px; font-weight: 100; color: black;}
.section-service-card article.article-third .container {width: 1120px; position: relative;}
.section-service-card article.article-third .container .content-list {height: 790px;}
.section-service-card article.article-third .container .content-list .img-area {display: block; width: 528px; height: 320px;}
.section-service-card article.article-third .container .content-list .img-area img {width: 100%; height: 100%;}
.section-service-card article.article-third .content-list .fl {border-radius: 10px; box-shadow: 26px 26px 50px 0 rgba(52, 58, 64, 0.1); z-index: 999; position: absolute; left:0;}
.section-service-card article.article-third .content-list .fr {border-radius: 10px; box-shadow: 26px 26px 50px 0 rgba(52, 58, 64, 0.1); z-index: 999; position: absolute; right:0;}
.section-service-card article.article-third .content-list .content-area {padding:30px;}
.section-service-card article.article-third .content-list .content-area .sub-title {position:relative; font-size: 28px; font-weight: bold; color: #495057; line-height: normal; padding-bottom: 24px; display: block;}
.section-service-card article.article-third .content-list .content-area .sub-title span.s-sticky {padding: 6px 10px; background: #E8ECF3; color:#495057; font-size: 12px; position: absolute; top: 8px; margin-left: 16px;}
.section-service-card article.article-third .content-area h5 {line-height: 35px; color:#414c53; font-size:21px; font-weight: bold;}
.section-service-card article.article-third .content-area ul {padding-left:18px;}
.section-service-card article.article-third .content-area ul li {position: relative; line-height: 35px; font-size: 21px; font-weight: 300;}
.section-service-card article.article-third .content-area ul li i.blt-arrow {position: absolute; left:-18px; top:12px; color:#e0e4e8;}
.section-service-card article.article-third .content-area h5.Other_company.mt30 {color:#343a40; width: 100%; display: block;  position: relative;}
.section-service-card article.article-third .content-area h5.Other_company.mt30 span {font-size: 21px; font-weight: normal;  box-shadow:none;}
.section-service-card article.article-third .content-area div.payment-gong {margin-top:24px; border-top:1px solid #dae1ea; padding-top: 30px;}
.section-service-card article.article-third .content-area div.payment-gong h4 {height: 50px; line-height: 50px; width: 100%; display: block; position: relative; text-align: right;}
.section-service-card article.article-third .content-area div.payment-gong h4 span.left {font-size: 24px; color: #343a40; height: 50px; line-height: 50px; font-weight: bold; float: left; display: inline-block;}
.section-service-card article.article-third .content-area div.payment-gong h4 span.right {font-size: 18px; color: #495057; height: 50px; line-height: 50px; font-weight: 400; margin-right: 20px;  display: inline-block;}
.section-service-card article.article-third .content-area div.payment-gong h4 span.vat {/*float: right;*/ line-height: 50px; margin-right: 10px;}
.section-service-card article.article-third .content-area div.payment-gong h4 span.price {color: #fff; font-size: 23px; background: #ff4949; border-radius: 45px; padding: 10px 20px; display: inline-block;
  /*position: absolute;*/ right: 0; top: 0; font-weight: 500;}
.section-service-card article.article-third .btn-area {margin-top: 120px; text-align: center;  display: block;}

.card-tab-wrap {margin-bottom: 60px;}
.card-tab-wrap ul {display: flex;justify-content: center;height:62px;background:#f6f7fa; border-bottom:1px solid #e3e8f0; border-top:1px solid #495057; border-left:1px solid #e3e8f0}
.card-tab-wrap ul li {align-items: stretch; flex: 1; border-right:1px solid #e3e8f0; border-bottom:1px solid #e3e8f0; }
.card-tab-wrap ul li a {display:block; width:100%; height:60px; line-height:60px; font-size:20px; font-weight:700; text-align:center; curosr:pointer;}
.card-tab-wrap ul li.active , .card-tab-wrap ul li:hover {border-bottom: 1px solid #fff; background:#fff; }



/* 랜딩페이지 > 부가서비스 > LGU+ */
/* 메인 */
.section-service-lguplus .top-wrap.lguplus-bg {width: 100%; position: relative; text-align: center; background: url(/resources/static/assets/img/common/lg_bg-684caa280d9815ff249eb79c0894dba8.png)no-repeat; background-size: cover; padding: 126px 0;}
.section-service-lguplus .cont-area .tit-area {margin-top: 45px; font-size: 60px; line-height: 1.33; font-weight: 100; letter-spacing: -0.06em; color: #fff;}
.section-service-lguplus .gift {position:relative; width:100%; margin-top: 94px;}
.section-service-lguplus .gift .tit-wrap{position:relative; z-index:10; display:inline-block; width:100%}
.section-service-lguplus .gift .tit-wrap .subtit-area {width:882px; margin: 0 auto;}
.section-service-lguplus .gift .tit-wrap .subtit-area li {display:inline-block; width:242px; text-align: center;}
.section-service-lguplus .gift .tit-wrap .subtit-area li.arrow {display:inline-block; width:78px; height: 249px;}
.section-service-lguplus .gift .tit-wrap .subtit-area li.arrow span {background:url('/resources/static/assets/img/common/lg_main_plus-dd3d0623aed28848ae5bb892975060c0.svg')no-repeat top center; display: block; width: 100%; height: 249px; background-position-y: 66px;}
.section-service-lguplus .gift .tit-wrap .subtit-area li div.step {color:#fff; font-size: 20px; margin-top: 23px; height: 29px; line-height: 29px;}
.section-service-lguplus .gift .tit-wrap .subtit-area li div.step-title {color:#fff; font-size: 24px; font-weight: bold; height: 36px; line-height: 36px; margin-top: 4px;}


/* why?공비서 */
.section-service-lguplus .article-second {position:relative; width:100%; padding:100px 40px 150px 40px; background: #f5f7f7;}
.section-service-lguplus .article-second .tit-wrap {font-size:65px; height: 96px; line-height: 96px; margin-bottom: 60px; font-weight: 100; color: black;}
.section-service-lguplus .article-second .content-list {width: 1120px; margin: 0 auto; background: #fff; border-radius: 10px; box-shadow: 26px 26px 50px 0 rgba(52, 58, 64, 0.1);}
.section-service-lguplus .article-second .content-list {position: relative; overflow: hidden; display: block; margin-bottom: 30px;}
.section-service-lguplus .article-second .content-list .img-area {float: left; width: 380px;}
.section-service-lguplus .article-second .content-list .img-area img {width: 100%; height: auto;}
.section-service-lguplus .article-second .content-list.list-01 .content-area {padding: 46px 60px; float: left; width: 740px;}
.section-service-lguplus .article-second .content-list.list-01 .content-area span.sub-title {color:#495057; font-size: 28px; font-weight: bold; display: block;}
.section-service-lguplus .article-second .content-list.list-01 a.btn {width: 100%; border:1px solid #d6dae5; height: 53px; line-height: 53px; display: block; position: relative; border-radius: 5px; box-sizing: border-box;}
.section-service-lguplus .article-second .content-list.list-01 a.btn i.arrow-down {width: 18px; height: 18px; display: inline-block; background:url('/resources/static/assets/img/common/arrow-down-b7183e824f9ed62453690635c189dd5e.png')no-repeat; position: absolute; top: 17px;}
.section-service-lguplus .article-second .content-list.list-01 a.btn i.arrow-up {width: 18px; height: 18px; display: inline-block; background:url('/resources/static/assets/img/common/arrow-up-012db0f64c1fb1df5d6c395332d2c3ab.png')no-repeat; position: absolute; top: 17px;}
.section-service-lguplus .article-second .content-list.list-01 ul {margin-top:26px; margin-bottom:26px; width: 100%; padding-left: 47px;}
.section-service-lguplus .article-second .content-list.list-01 li {color:#3a4249; font-size:21px; margin-bottom: 20px; position: relative;}

.section-service-lguplus .article-second .content-list.list-01 .add-contents-area {border-top:1px solid #d6dae5; padding:20px 0;}
.section-service-lguplus .article-second .content-list.list-01 .add-contents-area ul {padding-left:0; margin-bottom:0;}
.section-service-lguplus .article-second .content-list.list-01 .add-contents-area ul li {margin-bottom:16px;}
.section-service-lguplus .article-second .content-list.list-01 .add-contents-area .content-area {padding: 9px 0 17px 60px;}
.section-service-lguplus .article-second .content-list.list-01 .add-contents-area div.visible.overflow-hidden {padding: 28px 0 27px 0;}

.section-service-lguplus .article-second .content-list.list-02 .content-area {padding: 46px 60px; float: left; width: 740px;}
.section-service-lguplus .article-second .content-list.list-02 .content-area span.sub-title {color:#495057; font-size: 28px; font-weight: bold; display: block;}
.section-service-lguplus .article-second .content-list.list-02 ul {margin-top:26px; width: 100%; padding-left: 47px;}
.section-service-lguplus .article-second .content-list.list-02 li {color:#3a4249; font-size:21px; margin-bottom: 20px; position: relative;}

.section-service-lguplus .article-second .content-list.list-03 .content-area {padding: 46px 60px; float: left; width: 740px;}
.section-service-lguplus .article-second .content-list.list-03 .content-area span.sub-title {color:#495057; font-size: 28px; font-weight: bold; display: block;}
.section-service-lguplus .article-second .content-list.list-03 ul {margin-top:26px; width: 100%; padding-left: 47px;}
.section-service-lguplus .article-second .content-list.list-03 li {color:#3a4249; font-size:21px; margin-bottom: 20px; position: relative;}
.section-service-lguplus .article-second .content-list.list-03 li .stick {color:#98a2ac; border:1px solid #98a2ac; font-size: 14px; padding:2px 5px;
  margin-left: 7px; display: inline-block; position: absolute; top: 2px;}


/* 월 요금 안내*/
.section-service-lguplus .article-third {position:relative; width:100%; padding:100px 40px 110px 40px;}
.section-service-lguplus .article-third .tit-wrap {font-size:65px; height: 96px; line-height: 96px; margin-bottom: 60px; font-weight: 100; color: black;}
.section-service-lguplus .article-third .container {width: 1120px; position: relative;}

.section-service-lguplus .article-third .tab-wrap {margin-bottom:40px;}
.section-service-lguplus .article-third .tab-wrap ul {width:100%; display:inline-block; height:120px;}
.section-service-lguplus .article-third .tab-wrap ul li {float:left; width:50%; color:#D4DCE6;}
.section-service-lguplus .article-third .tab-wrap ul li a {display:block; width:100%; height:120px; line-height:120px; font-size:40px; font-weight:700; text-align:center; border-bottom:1px solid #e3e8f0;}
.section-service-lguplus .article-third .tab-wrap ul li.active a {color:#000; border-bottom: 3px solid #000;}

i.icon-wifi, i.icon-tv, i.icon-call,i.icon-plus {width: 40px; height: 40px; display: inline-block; position: absolute; left: 0;}
i.icon-wifi {background:url('/resources/static/assets/img/common/lg_internet-51fb4078c614ceea4ef38b9cd844a7b9.svg')no-repeat center;}
i.icon-tv {background:url('/resources/static/assets/img/common/lg_tv-535b8a151afeb5b7643952ae8546ca37.svg')no-repeat center;}
i.icon-call {background:url('/resources/static/assets/img/common/lg_centrix-ae669551316d4197d39dfb386737df56.svg')no-repeat center;}
i.icon-plus {background:url('/resources/static/assets/img/common/lg_plus_s-1956bcf054d3cc35c0f4a53e25c3bf84.svg')no-repeat center; width: 16px; height: 16px; display: inline-block; margin: 0 24px; top: -8px;}
.section-service-lguplus .article-third .tab-style .lg-pay-list {padding:45px 50px; background: #F7F8FA; border-radius: 10px; font-size: 30px!important; display: flex; align-items: center; justify-content: space-between;}
.section-service-lguplus .article-third .tab-style .lg-pay-list .left {display: flex; align-items: center;}
.section-service-lguplus .article-third .tab-style .lg-pay-list .right {display: flex; align-items: center;}
.section-service-lguplus .article-third .tab-style .lg-pay-list .right span.fr {padding-left: 20px!important;}
.section-service-lguplus .article-third .tab-style .lg-pay-list .right span.cost_price {font-size: 20px; color: #495057; text-decoration: line-through; font-weight: normal;}
.section-service-lguplus .article-third .tab-style li {margin-bottom:20px;}
.section-service-lguplus .article-third .tab-style li span {font-size: 30px; position: relative; display: inline-block; padding-left:50px; color: #000; font-weight: bold;}
.section-service-lguplus .article-third .tab-style li span i {position: absolute; left: 0;}
.section-service-lguplus .article-third .discription {height: 50px; width: 100%; font-size: 20px; line-height: 50px; margin-top: 30px; margin-bottom:100px;}
.section-service-lguplus .article-third .discription .VAT {background-color: #000; color:#fff; border-radius: 100px; padding: 12px 26px; font-size: 20px;}
.section-service-lguplus .article-third .btn-new {background-image: unset; background: #E8279F;}
.section-service-lguplus .article-third .coment {text-align: center; width: fit-content; margin: 0 auto; margin-bottom: 40px;}
.section-service-lguplus .article-third .coment div {display: flex; align-items: center;}
.section-service-lguplus .article-third .coment div span {font-size: 24px; color: black; margin-left: 10px;}
.section-service-lguplus .article-third .coment div span b {text-decoration: underline;}


/* 랜딩페이지 > 고객센터 > 이벤트 */
.eventpage {width: 100%; padding: 0; margin: 0;}
.eventpage .content-wrap {width: 1142px; margin: 0 auto;}
.eventpage > div:not(.banner, .point-section)  {padding-top:150px; color:#222; text-align:center;}
.eventpage h2 {font-size:46px; margin-bottom:20px; letter-spacing:-3.3px; font-weight:bold;}
.eventpage h2 p {color:#ff503b; font-size:30px; margin:0 0 26px; letter-spacing:0px;}
.eventpage p.sub-title {font-size:26px; line-height:38px;}
.eventpage p.sub-title b {color:#ff503b;}
.eventpage .apply-btn {display:block; text-align:center; margin:0 auto 150px; width:558px; border-radius:2px; padding:15px 0; background-color:#000; font-size:20px; color:#fff; font-weight:bold;}

.eventpage .banner {position:relative; height: 900px; background: url('/resources/static/assets/img/event/section01_bg-cb57d0332a927795ae1e6d7359e168c9.png') no-repeat center center; background-size:cover;}
.eventpage .banner .title {position:absolute; width: 788px; top: 50%; left: 50%; transform:translate(-50%, -50%)}

.eventpage .point-section {padding: 120px 0; background-color:#fcf4ec;}
.eventpage .point-section ul {display:flex; justify-content: space-between;}
.eventpage .point-section ul li {display:flex; flex-direction:column; align-items:center; text-align:center; width:364px; height:370px; box-shadow: 0 7px 21px 0 rgba(194, 98, 82, 0.2); padding:65px 0 50px; font-size:21px; color:#222; background-color:#fff; border-radius:10px; line-height:32px;}
.eventpage .point-section ul li img {width:160px; margin-bottom:30px;}

.eventpage .event01 .cost-title {margin:40px 0  30px;font-weight:bold; font-size:28px; color:#222;}
.eventpage .event01 ul {display: grid; column-gap: 24px; grid-template-columns: 1fr 1fr; margin-top: 40px;}
.eventpage .event01 ul li {text-align:center; box-shadow: 0 7px 21px 0 rgba(34, 34, 34, 0.1); border-radius:10px;}
.eventpage .event01 div.title {font-size:28px; line-height:38px; font-weight:bold;}
.eventpage .event01 div.title span {font-size:20px; }
.eventpage .event01 ul.promotion li {padding:40px 0;}
.eventpage .event01 ul.promotion .list01 img {width:124px; margin:32px 0;}
.eventpage .event01 ul.promotion .list02 img {width:191px; margin:34px 0 20px;}
.eventpage .event01 ul.promotion .item {font-size:26px; color:#222; line-height:38px;}
.eventpage .event01 ul.cost-list div.info {padding:40px; background-color:#f2f2f2; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.eventpage .event01 ul.cost-list div.info .title {margin-bottom:23px;}
.eventpage .event01 ul.cost-list div.info .cost {display:flex; justify-content:space-between; align-items:center; padding:14px 20px; background-color:#fff; margin-top:16px;}
.eventpage .event01 ul.cost-list div.info .cost > span {font-size:20px; font-weight:500;}
.eventpage .event01 ul.cost-list div.info .cost p span {color:#b2b2b2; font-size:20px; text-decoration: line-through; margin-right:20px;}
.eventpage .event01 ul.cost-list div.info .cost p b {font-size:24px; font-weight:bold; color:#222;}
.eventpage .event01 ul.cost-list div.item {padding:30px 0 36px;}
.eventpage .event01 ul.cost-list div.item p {font-size:21px; font-weight:500; line-height:32px;}
.eventpage .event01 ul.cost-list div.item span {font-size:21px;}
.eventpage .event01 ul.cost-list div.item img {height:176px;}

.eventpage .event02 .content-wrap > ul {display:flex; justify-content: space-between; margin-top:60px;}
.eventpage .event02 .content-wrap > ul > li {width:558px; height:474px; box-shadow: 0 7px 21px 0 rgba(34, 34, 34, 0.1); border-radius:10px;}
.eventpage .event02 li .title {background-color:#f2f2f2; padding:37px 0; text-align:center; border-top-left-radius: 10px; border-top-right-radius: 10px;}
.eventpage .event02 li .title h3 {height:48px; line-height:47px; background-color:#222; color:#fff; border-radius:24px; font-size:24px; font-weight:500; text-align:center; padding:0px 28px; margin-bottom:20px;}
.eventpage .event02 li .title p b {margin-left:20px; font-size:32px; color:#000;}
.eventpage .event02 li .title p span {color:#9ba6b5; font-size:24px; vertical-align:text-bottom; text-decoration: line-through;}
.eventpage .event02 li {line-height:35px; font-size:21px;}
.eventpage .event02 li i {margin-right:3px; color:#000; font-size:17px; vertical-align:top; margin-top:8px;}
.eventpage .event02 .info {padding:40px 42px 44px; 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 {margin-bottom:100px;}
.eventpage .event03 h2 {display:block;}
.eventpage .event03 .sub-title {display:inline-block; width:auto; background:url('/resources/static/assets/img/event/ic-check-9df2e485e5d4828f24e402a0b7a637e2.svg') no-repeat 0 center; margin-bottom:60px; padding-left:34px;}
.eventpage .event03 .info {display:grid; grid-template-columns: 1fr 1fr; column-gap: 145px; align-items: center;}
.eventpage .event03 .info > img {width:450px; box-shadow: 0 7px 21px 0 rgba(34, 34, 34, 0.1); border-radius:10px;}
.eventpage .event03 .info .gongri {margin-bottom:76px; padding-top:125px; background:url('/resources/static/assets/img/event/section-03-event-3-gift-02@2x-cb533005400bb5dc2bb0dfb2826219c5.png') no-repeat; background-size: 290px; text-align:left; font-size:26px; font-weight:300; line-height:42px;}
.eventpage .event03 .info .gongri b {color:#ff503b; font-weight:bold;}
.eventpage .event03 .advantage {text-align: left;}
.eventpage .event03 .advantage img {width:164px; margin-bottom:35px;}
.eventpage .event03 .advantage > div {display: inline-block; position: relative}
.eventpage .event03 .advantage > div:first-child {margin-right:25px;}
.eventpage .event03 .advantage > div:first-child::before {content:'1.'}
.eventpage .event03 .advantage > div:nth-child(2)::before {content:'2.'}
.eventpage .event03 .advantage > div::before {position:absolute; top:-16px; font-size:21px; font-weight:bold; color:#222;}
.eventpage .event03 .advantage p {font-size:21px; color:#222; font-weight:bold; margin-top:15px;}

/* 고객센터 > 자주묻는질문 > 퀵메뉴 */
.cs-wrap .quick-faq {width: 100%; display: flex; flex-flow: row nowrap; justify-content: space-between; position: relative;}
.cs-wrap .quick-faq .item {width: 222px; height: 202px; border: 1px solid #E3E8F0; box-sizing: border-box; box-shadow: 0 2px 4px 0 #f7f8fa; border-radius: 5px; position: relative;}
.cs-wrap .quick-faq .item:hover {/*background: #FAFCFF; border:1px silid #227EFF;*/}
.cs-wrap .quick-faq .item img {margin: 40px auto 20px; display: block;}
.cs-wrap .quick-faq .item span {display: block; text-align: center; color:#364548; font-size: 18px; font-weight: bold;}

/* S : 고객센터 > 자주묻는질문 > 퀵메뉴 마우스오버 애니메이션 */
.cs-wrap .quick-faq .item:before, .cs-wrap .quick-faq .item:after{ content: ''; position: absolute; width: 0; height: 0;
  transition:  width 0.8s, height 0.8s; box-sizing: border-box; overflow: hidden;}
.cs-wrap .quick-faq .item:before{top: 0;left: 0; border: 0; border-top-width:1px; border-left-width: 1px;}
.cs-wrap .quick-faq .item:after{bottom: 0;right: 0; border:0; border-bottom-width: 1px; border-right-width: 1px;}
.cs-wrap .quick-faq .item:hover:before, .cs-wrap .quick-faq .item:hover:after{
  border-style: solid; border-color: #67a6ff; width: 100%; height:100%;}
/* E : 고객센터 > 자주묻는질문 > 퀵메뉴 마우스오버 애니메이션 */

/* 고객센터 > 자주묻는질문 > 퀵메뉴 팝업 */
.faq-popup .eventpopup_Dimmer .wrap.popup_Area {background: #fff; line-height: 22px;}
.faq-popup .eventpopup_Dimmer .wrap.popup_Area {width: 800px!important; height: auto!important;}
.faq-popup .eventpopup_Dimmer .wrap.popup_Area .header-title {background: #000; color: #fff; height: 50px; line-height: 50px; padding-left: 40px; font-size: 18px;
  font-weight: bold;}
.faq-popup .eventpopup_Dimmer .wrap.popup_Area .body {padding: 40px 40px; overflow-y: scroll; height: 500px;}
.faq-popup .eventpopup_Dimmer .wrap.popup_Area .body p {line-height: 22px;}
.faq-popup .eventpopup_Dimmer .wrap.popup_Area .body p img {width: 100%;}
.faq-popup .eventpopup_Dimmer .wrap.popup_Area .body p.link-wrap { padding: 10px; background: #f5f5f5; border-radius: 5px; }
.faq-popup .eventpopup_Dimmer .wrap.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;}
.faq-popup .eventpopup_Dimmer .wrap.popup_Area .body .line-dotted {border-top: 1px dashed #bbb; margin: 20px 0; color: transparent; border-bottom: 0;}
.faq-popup-item2 .eventpopup_Dimmer .wrap.popup_Area h1 {font-weight: bold; font-size: 16px; color: #000;}
.faq-popup-item2 .eventpopup_Dimmer .wrap.popup_Area h1 span.title-qna {color:#227EFF;}
.faq-popup-item2 .eventpopup_Dimmer .wrap.popup_Area p.qa-blt-q {background: url('/resources/static/assets/img/faq/qa-blt-q-abf56516c96c14f11f9ae5da8fbb013c.svg') no-repeat; line-height: 26px; padding-left: 36px;}
.faq-popup-item2 .eventpopup_Dimmer .wrap.popup_Area p.qa-blt-a {background: url('/resources/static/assets/img/faq/qa-blt-a-d5dd716d2bf6fd6c589e945254552c98.svg') no-repeat; line-height: 26px; padding-left: 36px; margin-top: 10px;}


/* 공비서 예약서비스 랜딩페이지 */
@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');
body {-webkit-font-smoothing: antialiased;}
body.b2clanding span.number {font-family: 'Poppins';}

.b2clanding {width: 100%;}
/*.b2clanding .top-wrap {position: relative; !*background: url('/resources/static/img/b2clanding/bg-c4e765dda51b2aec7e209f99817d0339.png') no-repeat #f2f2f2;*! background-size: cover; height:520px; min-height: 520px; max-height: 520px; background: #eaf2ff;}*/
.b2clanding .top-wrap {position: relative; background: url('/resources/static/img/b2clanding/bg-c4e765dda51b2aec7e209f99817d0339.png') no-repeat; background-size: cover; height:520px; min-height: 520px; max-height: 520px; background-position: center center;}
.b2clanding .top-wrap video {position: absolute; top:0; width:100%; height:100%; object-fit:cover; opacity: 0.5;}
.b2clanding .tit-area {position: absolute; width: 1140px; margin: 0 auto; top: 10px; top: 50%; right: 0; left: 0; transform: translateY(-50%);}
.b2clanding .subtxt-area {margin-top: 30px; font-size: 19px;}
.b2clanding .tit {font-size: 36px; font-weight: bold; color: #000; margin-top: 13px;}
.b2clanding .btn-area {margin-top: 30px;}
.b2clanding .btn-area img {margin-right: 12px;}

.b2clanding .article-01 {width: 100%; background: #F9F9F9; padding: 100px 0;}
.b2clanding .article-01 .container {display: flex; justify-content: space-between;}
.b2clanding .article-01 .container .left-area {width: auto; padding-top: 10px;}
.b2clanding .article-01 .container .left-area .subtxt-area {margin-top: 24px;}
.b2clanding .article-01 .container .right-area {width: 744px; background: transparent; position: relative;}
.b2clanding .article-01 .container .left-area span.line {display: block; width: 30px; height: 4px; background: #000; margin-bottom: 24px;}
.b2clanding .article-01 .container .left-area span.tit {display:block; font-size: 36px; font-weight: 500; line-height: 54px;}
.b2clanding .article-01 .container .left-area span.tit span.number {font-size: 38px; font-weight: 600; color: #000;}
.b2clanding .article-01 .container .left-area span.subtxt-area {display: block; font-size: 19px; color:#000; line-height: 28px;}
.b2clanding .article-01 .container .left-area .btn {display: block; margin-top: 32px;}
.b2clanding .article-01 .container .left-area .btn a {padding: 14px 30px; border: 1px solid #000; font-size: 16px; width: 160px; border-radius: 100px; text-align: center;}
.b2clanding .article-01 .container .left-area .btn a:hover {background: #000; color: #fff; transition: all .3s ease; box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);}

/* S : 슬라이드 컨텐츠 */
.b2clanding .swiper-container { width: 100%; height: 100%; padding: 10px; overflow:hidden;}
.b2clanding .swiper-container .swiper-wrapper {height: auto!important; display: flex; justify-content: space-between;}
.b2clanding .swiper-slide {text-align: inherit; width: 100%!important; padding: 0; background: transparent; /* Center slide text vertically */
  display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: space-between; align-items: center;}
.b2clanding .swiper-slide .box {width: 354px; background: #fff; height: 400px; display: inline-block; box-shadow: 0px 2px 4px 0px rgb(0 0 0 / 10%); border-radius: 4px;}
.b2clanding .swiper-slide .box img {width: 100%; height: auto; border-top-left-radius:4px; border-top-right-radius:4px;}
.b2clanding .swiper-slide .box h1 {margin: 0; padding: 24px 50px 0; font-size: 24px; color:#000;}
.b2clanding .swiper-slide .box p {margin: 0; padding: 14px 40px 0 50px; font-size: 16px; line-height: 24px; color: #000;}
.b2clanding .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {content: none;}
.b2clanding .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {content: none;}
.b2clanding .swiper-button-next, .swiper-button-prev {width: fit-content; height: fit-content; box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);}
.b2clanding .swiper-button-next, .swiper-container-rtl .swiper-button-prev {right: -10px; height: fit-content;}
.b2clanding .swiper-button-prev, .swiper-container-rtl .swiper-button-next {left: -10px; height: fit-content;}
.b2clanding .swiper-pagination-bullet {width: 24px; height: 3px; border-radius: inherit; background-color: #D6DADE;}
.b2clanding .swiper-pagination-bullet-active {background-color: #000000;}
.b2clanding .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 30px; right: 30px; width: fit-content; left: auto;}
.b2clanding .swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {width:auto; bottom:30px; right:30px; left:auto;}
/* E : 슬라이드 컨텐츠 */

.b2clanding .article-02 {width: 100%; background: #fff; padding: 150px 0;}
.b2clanding .article-02 .container {display: flex; flex-flow: column;}
.b2clanding .article-02 .container h1 {font-size: 36px; padding: 0; margin: 0; text-align: center; color: #000; font-weight: 500;}
.b2clanding .article-02 .container p {text-align: center; font-size: 19px; color: #000; margin-top: 14px; margin-bottom: 100px;}
.b2clanding .article-02 .container .list-area {width: 100%;}
.b2clanding .article-02 .container .list-area .line-area {width: 100%; display: flex; align-items: center;}
.b2clanding .article-02 .container .list-area .line-area:last-child {margin-top: 90px;}
.b2clanding .article-02 .container .list-area .line-area span {display: block; text-align: center;}
.b2clanding .article-02 .container .list-area .line-area span img {width: 90px; height: 90px;}
.b2clanding .article-02 .container .list-area .line-area .box-area {width: 100%;}
.b2clanding .article-02 .container .list-area .line-area .box-area .tit {font-size: 20px; margin-top: 24px; font-weight: 500;}
.b2clanding .article-02 .container .list-area .line-area .box-area .text {font-size: 14px; color: #8a8e9a; margin-top: 14px;}

/* 스크롤 애니메이션 */
.b2clanding .sa {opacity: 0; transition: all .3s ease;}

/* 아래에서 위로 페이드 인 */
.b2clanding .sa-up {transform: translate(0, 100px);}
.b2clanding .sa.show { opacity: 1; transform: none;}
/* 스크롤 애니메이션 */

.b2clanding .article-03 .section_business {background: url('/resources/static/img/b2clanding/banner_bg-6ef1f7890bb59199cbba6016b2cd6b4f.png'); background-size: cover; background-position: 50% 50%; position: relative; display: flex; align-items: center; height: 306px;}
.b2clanding .article-03 .section_business .title {display:block; font-size: 37px; font-weight: 600; color: #fff; line-height: 48px; letter-spacing: -.8px; font-family:'Poppins'; text-align: center;}
.b2clanding .article-03 .section_business .desc {display:block; margin-top: 14px; font-size: 17px; line-height: 30px; color: rgba(255,255,255,.8);}
.b2clanding .article-03 .section_business .btn_more {display:block; width:150px; margin:0 auto; border-radius:100px; line-height: 50px; height: 52px; margin-top: 30px; font-size: 16px; border: 1px solid #fff; letter-spacing: -.5px; color: #fff;}
.b2clanding .article-03 .section_business .btn_more:hover {background: #fff; color:#000; transition: all .3s ease; box-shadow: 5px 5px 10px 0px rgb(0 0 0 / 10%);}
.b2clanding .article-03 .section_business .text_area {text-align: center; display:block; position: absolute; z-index: 1; width: 100%;}
.b2clanding .article-03 .section_business .bg_area {position: relative; height: 306px; opacity: 0.5; width: 100%;}
.b2clanding .article-03 video {position: absolute; top:0; width:100%; height:100%; object-fit:cover;}

/* 스토어 소개 페이지 */
.landing-store .section-wrap {
  position:relative;
  width:1140px;
  height:100%;
  margin:0 auto;
  color:#000;
  text-align: center;
}
.landing-store .section-title {
  font-size:42px;
  line-height:57px;
  text-align: center;
}
.landing-store .banner {
  height:660px;
  background: linear-gradient(109deg, #2e79ff, #5294ff);
}
.landing-store .banner > div {
  width:100%;
  height:100%;
  background:url('/resources/static/assets/img/common/store-main-bgimg-top@2x-3d0dfc06c60d964f484f81f169201594.png') no-repeat;
  background-size:284px;
}
.landing-store .banner .section-wrap > div {
  position:absolute;
  left:0;
  top:225px;
  z-index:10;
}
.landing-store .banner a {
  display: block;
  width: 170px;
  margin-top: 45px;
  padding: 10px 48px;
  border-radius: 25px;
  font-size: 20px;
  background-color: #20232b;
  color: #fff;
}
.landing-store .banner .title {
  width:481px;
}
.landing-store .banner .phone-img {
  width:750px;
  position:absolute;
  right:-140px;
  bottom:0;
  z-index:0;
}
.landing-store .info {
  padding:117px 0 154px;
}
.landing-store .info .list {
  display:grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 22px;
  row-gap: 28px;
  margin-top:77px;
}
.landing-store .info .list .list01 {
  background:url('/resources/static/assets/img/common/store-icon-01@2x-6cf166ab29d9a20d34d35df44782d442.png') no-repeat center 67px;
  background-size:70px;
}
.landing-store .info .list .list02 {
  background:url('/resources/static/assets/img/common/store-icon-02@2x-a5f8cbb4148b0cf8273982e8556098ab.png') no-repeat center 67px;
  background-size:70px;
}
.landing-store .info .list .list03 {
  background:url('/resources/static/assets/img/common/store-icon-03@2x-1856100bc446335bcfcb85971be170b4.png') no-repeat center 67px;
  background-size:70px;
}
.landing-store .info .list .list04 {
  background:url('/resources/static/assets/img/common/store-icon-04@2x-22ded77bfb90ead50b4b559a5d22ed42.png') no-repeat center 67px;
  background-size:70px;
}
.landing-store .info .list > div {
  padding:135px 0 55px;
  font-size:20px;
  line-height:30px;
  text-align:center;
  background-color:#fff;
  box-shadow:3px 11px 30px 0 rgba(37, 51, 84, 0.15);
}
.landing-store .info .list > div b {
  display:block;
  line-height:40px;
}
.landing-store .cost {
  width:1140px;
  position: relative;
  padding:0 0 113px;
  margin:0 auto;
}
.landing-store .cost img {
  width:1027px;
  margin:0 auto;
}
.landing-store .cost .section-title {
  margin-bottom: -280px;
  transform: translateZ(0);
}
.landing-store .cost .section-title p {
  margin-top:9px;
  font-size:20px;
  line-height:30px;
}
.landing-store .cost .section-title p span {
  font-size:20px;
  color:#dc008f;
}
.landing-store .review {
  background-color:#217cfb;
  height:702px;
}
.landing-store .review .section-title {
  padding-top:144px;
  color:#fff;
}
.landing-store .review-list {
  display:grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 27px;
  row-gap: 32px;
  margin-top:79px;
}
.landing-store .review-list li {
  position:relative;
  width:363px;
  height:250px;
  padding:75px 0;
  background-color:#fff;
  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:32px;
  font-size:21px;
  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: 57px;
  left: 50%;
  transform: translate(-50%, 0px);
  font-size:16px;
}
.landing-store .brand {
  padding:446px 0 147px;
}
.landing-store .brand p {
  margin-bottom:138px;
  font-size:60px;
  text-align:center;
}
.landing-store .brand img {
  width:100%;
}
