@charset "utf-8";

header {position: fixed; left: 0; top: 0; width: 100%;background-color: transparent;}
header.white-type {border-bottom: 1px solid rgba(255,255,255,.2);}
header.white-type .logo a {display: block; width: 165px; height: 20px; background: url(../images/logo-lpoint-w.png) 0 0/100% auto no-repeat;}/* 흰색으로 노출 */
header.white-type .nav .depth1 > a {color: #fff;}
header.white-type .utils-menus .ico-btn-wrap a:nth-child(1) {background: url(../images/ico-custom-service-center-white.png) 0 0/100% auto no-repeat;}
header.white-type .utils-menus .ico-btn-wrap a:nth-child(2) {background: url(../images/ico-card-added-white.png) 0 0/100% auto no-repeat;}
header.white-type .utils-menus .bf-log a {color: #fff;}
header.white-type .utils-menus .at-log a {color: #fff;}
header.hover {background-color: #fff;}
header.header-sec2 .logo a {background: url(../images/logo-lpoint-b.png) 0 0/100% auto no-repeat;}
header.section4 {background-color: #fff;}

/* .fullpage-area {transition: top .5s ease-out !important; transition-delay: -2s !important;} */

.section {position: relative;}
.section .inner {height: 100%;}
.section .sec-tit {font-weight: 300; color: #222; font-size: 48px; line-height: 58px; letter-spacing: -2px;}
.section .sec-txt {margin-top: 20px; font-weight: 400; color: #555; font-size: 18px; line-height: 26px; letter-spacing: -1px;}
.section .blue-btn {position: relative; display: inline-block; padding-right: 20px; font-weight: 500; font-size: 16px; color: #009bfa; line-height: 24px; background: url(../images/ico-more-arrow-color.png) right center/16px 16px no-repeat;}

@media all and (max-height:800px) {
  .section .sec-tit {font-size: 36px; line-height: 46px;}
  .section .sec-txt {margin-top: 20px; font-size: 14px;}
}

@media all and (max-width:1080px) {
  .section .inner {width: 100%;}  
}


.bridge-link{position: absolute; top: 0px; left: 0; text-indent: -99px; font-size: 1px; color: transparent;}
.sec1 {overflow: hidden;}
.sec1 .inner {padding-top: 105px;}
.sec1 img {width: 100%;}
.sec1 .section-txt-wrap {position: relative; height: calc(100% - 490px); text-align: center;} /* section1 모바일 이미지 높이값 제외 */
.sec1 .section-txt-wrap .txt-abs {position: absolute; left: 0; top: 48%; transform: translateY(-50%); width: 100%;}
.sec1 .sec-tit{position: relative; z-index: 6; font-size: 60px; letter-spacing: -4px; line-height: 72px;}
.sec1 .sec-txt{position: relative; z-index: 6; margin-top: 30px;}
.sec1 .bot-wrap{position: absolute; bottom: 0; left: 0; width: 100%; height: 280px;}
.sec1 .bot-wrap .img-box{position: relative; margin: auto; width: 598px;}
.sec1 .bot-wrap .obj2{position: absolute; bottom: -10px; right: calc(50% - 287px); z-index:4; width: 244px; height: 354px;}
.sec1 .bot-wrap .rect-obj2{position: absolute; bottom: 0; right: 0; z-index:3; width: calc(50% + 50px); height: 280px; border-radius: 340px 0 0 0; background-color: rgba(0,44,157,0.8);}
.sec1 .motion-wrap{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.sec1 .rect-obj1{position: absolute; bottom: 0; left: 0; width: calc(50% + 50px); height: 280px; border-radius: 0 340px 0 0; background-color: rgba(0,155,250,1); opacity: 0.8;}

@media all and (max-height:800px) {
  .sec1 .sec-tit {font-size: 36px; line-height: 46px;}
  .sec1 .sec-txt {margin-top: 20px;}
  .sec1 .section-txt-wrap {height: calc(100% - 400px);}
  .sec1 .bot-wrap .obj2 {transform: scale(0.7); transform-origin:left bottom;}
}



.sec2 {background-color: #ffca00;}
.sec2 .txt-w {display: flex; align-items: center; position: relative; margin-left: 460px; padding-left: 100px; width: 590px; height: 700px; overflow: hidden;}
.sec2 .inner {display: flex; align-items: center;}
.sec2 .center-txt-area {position: relative;}
.sec2 .center-txt-area .sec-tit {position: relative; top: -90px; }
.sec2 .center-txt-area .sec-txt {position: relative; top: 90px; }
.sec2 .center-txt-area .pay-ico-list {/* display: flex; */ position: absolute; left: 0; top: 70px; min-width: 480px; height: 90px; /* border: 1px solid red; */}
.sec2 .center-txt-area .pay-ico-list:after {content: ''; display: block; clear: both;}
.sec2 .center-txt-area .pay-ico-list .list {position: relative; left: 0; float: left; margin-right: 40px; width: 90px; height: 90px; /* border: 1px solid green; */}
.sec2 .center-txt-area .pay-ico-list .list:last-child {margin-right: 0;}
.sec2 .center-txt-area .pay-ico-list .list img {width: 100%;}
.sec2 .center-txt-area.end .sec-tit {top: -15px; transition: all 0.7s ease; transition-delay: 0.2s;}
.sec2 .center-txt-area.end .sec-txt {top: 15px; transition: all 0.7s ease; transition-delay: 0.2s;}

@media all and (max-height:800px) {
  .sec2 .txt-w {margin-left: 416px; padding-left: 140px;}
  .sec2 .center-txt-area .sec-tit {top: -60px;}
  .sec2 .center-txt-area .sec-txt {top: 60px;}
  .sec2 .center-txt-area .pay-ico-list {top: 65px;}
  .sec2 .center-txt-area .pay-ico-list .list {margin-right: 20px; width: 70px; height: 70px;}
}


.sec3 {background-color: #009bfa;}
.sec3 .txt-area {position: absolute; left: 0; top: 165px; width: 100%; text-align: center; min-height: 178px; height: calc(100% - 860px);}
.sec3 .txt-area .txt-abs {position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 100%;}
.sec3 .txt-area .sec-tit {position: relative; top: 150px; opacity: 0; color: #fff;}
.sec3 .txt-area .sec-txt {position: relative; top: 150px; opacity: 0; margin-top: 20px; color: #fff;}
.sec3 .bg-circle {position: relative; top: 100px; width: 100%; height: 100%;}
.sec3 .bg-circle .bg {position: absolute; left: 50%; bottom: 0; transform: translateX(-50%) scale(0.7); background-color: #fff; border-radius: 50%; overflow: hidden; opacity: 0;}
.sec3 .bg-circle .bg.bg1 {bottom: -191px; width: 460px; height: 460px;}
.sec3 .bg-circle .bg.bg2 {bottom: -311px; width: 700px; height: 700px;}
.sec3 .bg-circle .bg.bg3 {bottom: -461px; width: 1000px; height: 1000px;}
.sec3 .bg-circle.on .bg {transform: translateX(-50%) scale(1); transition: all 0.8s ease;}
.sec3 .bg-circle.on .bg.bg1 {transition-delay: 0.5s; opacity: 0.3;}
.sec3 .bg-circle.on .bg.bg2 {transition-delay: 0.65s; opacity: 0.2;}
.sec3 .bg-circle.on .bg.bg3 {transition-delay: 0.8s; opacity: 0.1;}
.sec3 .bg-ico-w {position: absolute; left: 50%; bottom: -95px; transform: translate(-50%, 0); width: 322px; height: 400px;}
.sec3 .bg-ico-w .list {position: absolute; width: 200px; /* height: 200px; */ opacity: 0;}
.sec3 .bg-ico-w .list img {width: 100%;}
.sec3 .bg-ico-w .list:nth-child(1) {left: -451px; bottom: 70px; width: 290px; margin-left: 290px;}
.sec3 .bg-ico-w .list:nth-child(2) {left: -285px; bottom: 310px; width: 252px; margin-left: 200px; margin-bottom: -200px; transition-delay: 0.35s;}
.sec3 .bg-ico-w .list:nth-child(3) {left: 50%; bottom: 416px; margin-left: -155px; margin-bottom: -300px; width: 279px;}
.sec3 .bg-ico-w .list:nth-child(4) {right: -292px; bottom: 309px; margin-bottom: -200px; margin-right: 200px; width: 310px; transition-delay: 0.35s;}
.sec3 .bg-ico-w .list:nth-child(5) {right: -467px; bottom: 60px; width: 278px; margin-right: 290px;}
.sec3 .bg-ico-w.on .list {opacity: 1; transition: all 0.4s ease;}
.sec3 .bg-ico-w.on .list:nth-child(1) {margin-left: 0;}
.sec3 .bg-ico-w.on .list:nth-child(2) {margin-left: 0; margin-bottom: 0; transition-delay: 0.35s;}
.sec3 .bg-ico-w.on .list:nth-child(3) {margin-bottom: 0;}
.sec3 .bg-ico-w.on .list:nth-child(4) {margin-bottom: 0; margin-right: 0; transition-delay: 0.35s;}
.sec3 .bg-ico-w.on .list:nth-child(5) {margin-right: 0;}

/*@media all and (max-height:920px) {
  .sec3 .bg-ico-w {transform: translate(-50%, 0) scale(0.9); bottom: -100px;}
}*/

@media all and (max-height:900px) {
  .sec3 .txt-area {top: 144px;}
  .sec3 .bg-ico-w {transform: translate(-50%, 0) scale(0.85); bottom: -100px;}
  .phone-frame.in-sec3 {transform: scale(0.85);}
}

@media all and (max-height:800px) {
  .sec3 .bg-ico-w {transform: translate(-50%, 0) scale(0.7); bottom: -100px;}
  .sec3 .bg-circle {transform: translateY(110px) scale(0.7);}
}

.sec4 {background-color: #fff;}
.sec4 .inner {display: flex; width: 810px;}
.sec4 .flex-area {display: flex; align-items: center; width: 100%;}
.sec4 .flex-area .left {margin-right: 165px; width: 50%;}
.sec4 .flex-area .left .sec-tit {position: relative; top: 100px; opacity: 0;}
.sec4 .flex-area .left .main-tab {position: relative; top: 100px; opacity: 0; margin-top: 53px; display: flex; width: 320px; border-bottom: 1px solid rgba(0,0,0,.1);}
.sec4 .flex-area .left .main-tab a {position: relative; padding: 0 10px 10px; font-weight: 300; font-size: 16px; line-height: 24px; color: #555;}
.sec4 .flex-area .left .main-tab a.on {font-weight: 700; color: #222;}
.sec4 .flex-area .left .main-tab a.on:after {content: ''; display: block; position: absolute; left: 0; bottom: -2px; width: 100%; height: 3px; background-color: #222; border-radius: 2px;}
.sec4 .flex-area .left .sec-txt {position: relative; top: 100px; opacity: 0; margin-top: 20px; font-weight: 400; font-size: 16px; line-height: 26px; color: #555;}
.sec4 .flex-area .left .blue-btn {top: 100px; opacity: 0; margin-top: 64px;}

@media all and (max-height:800px) {
  .sec4 .flex-area .left .blue-btn {margin-top: 60px;}
}

.fp-auto-height .footer-app-download {padding: 60px 0; background-color: #f2f2f2;}
.fp-auto-height .footer-app-download .inner {display: flex; justify-content: space-between; align-items: center; width: 860px;}
.fp-auto-height .footer-app-download .left {width: calc(100% - 180px);}
.fp-auto-height .footer-app-download .left .sec-tit {margin-bottom: 20px; font-size: 48px;}
.fp-auto-height .footer-app-download .qr-code {width: 180px;}
.fp-auto-height .footer-app-download .qr-code img {width: 100%;}
.fp-auto-height .footer-app-download .sns-w a img {width: 100%;}
/* .fp-auto-height .footer-app-download .btn-top {position: absolute; right: -76px; bottom: -16px; width: 46px; height: 46px; text-align: center; font-family: "Nunito Sans", "Noto Sans KR", sans-serif; font-weight: 400; color: #999; letter-spacing: 0; font-size: 11px; line-height: 45px; border-radius: 50%; border: 1px solid #eee; background-color: #Fff; box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);} */
.fp-auto-height .footer-w {background-color: #fff;}
.fp-auto-height .footer-w .inner {display: flex; justify-content: space-between; padding: 30px 0;}
.fp-auto-height .footer-w .left {display: flex; width: 50%;}
.fp-auto-height .footer-w .left p {margin-right: 30px; font-weight: 400; font-size: 14px; line-height: 20px; color: #555;}
.fp-auto-height .footer-w .left p:first-child {color: #222;}
.fp-auto-height .footer-w .right {width: 50%; font-family: "Nunito Sans", "Noto Sans KR", sans-serif; font-size: 14px; line-height: 20px; color: #555; text-align: right;}
.fp-auto-height footer .btn-top {position: absolute; bottom: 333px;}

#fp-nav {transition: right 0.5s ease;}
#fp-nav.right {right: 40px;}
#fp-nav ul li {margin: 18px 0 0;}
#fp-nav ul li a span {left: 0; top: 0; width: 12px; height: 12px; background-color: #000; border: 0; opacity: 0.1;}
#fp-nav ul li a.active span {background: #009bfa !important; opacity: 1;}
#fp-nav ul li:nth-child(1) {margin-top: 0;}
#fp-nav ul li:nth-child(2) a.active span,
#fp-nav ul li:nth-child(3) a.active span {background: #fff !important;}
/* #fp-nav ul li:last-child {display: none;} */
#fp-nav.hide {right: -50px;}

.navigation {position: fixed; top: 50%; z-index: 100; opacity: 1; transform: translateY(-50%); transition: right 0.5s ease;}
.navigation.right {right: 40px;}
.navigation ul li {margin: 18px 0 0;}
.navigation ul li a span {display: block; left: 0; top: 0; width: 12px; height: 12px; background-color: #000; border: 0; border-radius: 50%; opacity: 0.1;}
.navigation ul li a.active span {background: #009bfa !important; opacity: 1;}
.navigation ul li:nth-child(1) {margin-top: 0;}
.navigation ul li:nth-child(2) a.active span,
.navigation ul li:nth-child(3) a.active span {background: #fff !important;}
/* .navigation ul li:last-child {display: none;} */
.navigation.hide {right: -50px;}

.phone-frame {position: fixed; bottom: -1200px; width: 300px; height: 595px; z-index: 1; opacity: 0;}
.phone-frame:before {opacity: 0; content: ''; display: block; position: absolute; left: -103px; top: -69px; width: 520px; height: 712px; background: url(../images/pc-phone-frame-shadow.png) center center no-repeat;}
.phone-frame .phone-frame-img {position: relative; width: 100%; height: 100%; padding: 16px 20px; background: url(../images/pc-phone-frame.png) 0 0/100% auto no-repeat;}
.phone-frame .phone-frame-img .inner-con-wrap {position: relative; width: 100%; height: 100%; background-color: #fff; border-radius: 23px;}
.phone-frame .phone-frame-img .inner-con-wrap .inner-con {position: absolute; left: 0; top: 0; width: 100%;}
.phone-frame .phone-img img {width: 100%;}
.phone-frame .sec1-con {display: none; overflow: hidden; border-radius: 23px;}
.phone-frame .sec1-con img {width: 100%;}
.phone-frame .sec2-con {display: none; position: relative; width: 100%; height: 100%; opacity: 1; /* transition: all 0.2s ease; */}
.phone-frame .sec3-con {opacity: 0;}
.phone-frame .sec4-con {display: none;}
.phone-frame .sec4-con .sec4-img-header {padding: 20px 10px 0;}
.phone-frame .sec4-con img {width: 100%;}
.phone-frame .sec4-con .brand-list {margin-top: 40px; padding: 0 10px; height: calc(100% - 100px); overflow: hidden;}
.phone-frame .sec4-con .brand-list .list {position: relative; left: 200px; margin-top: 10px; opacity: 0;}
.phone-frame .sec4-con .brand-list .list:first-child {margin-top: 0;}
.phone-frame .l-deco-img .deco {position: absolute; left: 0; top: 0; opacity: 0;}
.phone-frame .l-deco-img .deco img {width: 100%;}
.phone-frame .l-deco-img .deco:nth-child(1) {left: -87px; top: 20px; width: 137px;}
.phone-frame .l-deco-img .deco:nth-child(2) {left: auto; right: -50px; top: 100px; width: 71px;}
.phone-frame .l-deco-img .deco:nth-child(3) {left: auto; right: -106px; top: -6px; width: 44px;}
.phone-frame .round-deco {position: relative; top: -130px; left: -77px; opacity: 0; width: 415px;}
.phone-frame .round-deco img {width: 100%}
.phone-frame .plus-deco {position: absolute; left: 17px; top: 347px; width: 236px; opacity: 0;}
.phone-frame .plus-deco img {width: 100%}

.phone-frame .canvas-wrap {position: relative; top: 50%; transform: translateY(-50%); width: 100%; height: 200px;}
.phone-frame .canvas-wrap .bg-txt {position: absolute; left:0; bottom: 68px; width: 100%; text-align: center; font-family: "Nunito Sans", "Noto Sans KR", sans-serif; font-weight: 400; font-size: 14px; color: #bbb; letter-spacing: 0;}
.phone-frame .canvas-wrap .canvas-w {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);} /* canvas */
.phone-frame .canvas-wrap #graph2 {transform: rotate(90deg);}
.phone-frame .canvas-wrap #graph3 {transform: rotate(180deg);}
.phone-frame .canvas-wrap #graph4 {transform: rotate(270deg);}
.phone-frame .canvas-wrap .count {position: absolute; left: 50%; top: 46%; transform: translate(-50%, -50%); width: 140px; height: 30px; font-family: "Nunito Sans", "Noto Sans KR", sans-serif; font-weight: 700; text-align: center; font-size: 26px; letter-spacing: 0;}
.phone-frame .canvas-wrap .count p {position: absolute; left: 0; top: 0; width: 100%; height: 100%; line-height: 30px; background-color: #fff;}
.phone-frame .canvas-wrap .count.after {opacity: 0;}
.phone-frame .canvas-wrap.end .count.before {position: relative; opacity: 0; transition: all 1s ease; transition-delay: 0.5s;}
.phone-frame .canvas-wrap.end .count.after {height: 20px; color: #009bfa; opacity: 1; transition: all 1s ease; transition-delay: 0.5s;}

.phone-frame.zindex {z-index: 1;}
.phone-frame.in-sec1 .sec1-con {display: block;}
.phone-frame.in-sec2 .sec2-con {display: block;}
.phone-frame.in-sec3 .sec2-con {opacity: 0;}
.phone-frame.in-sec3 .sec3-con {padding-top: 67px; text-align: center;}
.phone-frame.in-sec3 .sec3-con .coin {display: inline-block;}
.phone-frame.in-sec3 .sec3-con .point {margin-top: 35px; font-family: "Nunito Sans", "Noto Sans KR", sans-serif; font-weight: 600; font-size: 30px; line-height: 26px; color: #009bfa;}
.phone-frame.in-sec3 .sec3-con .txt {margin-top: 20px; font-weight: 400; font-size: 13px; line-height: 19px; color: #555;}
.phone-frame.in-sec4 .phone-frame-img .inner-con-wrap {background-color: #f1f5f8;}
.phone-frame.in-sec4 .sec3-con {opacity: 0 !important;}
.phone-frame.in-sec4 .sec4-con {display: block;}
.phone-frame.has-shadow:before {opacity: 1; transition: all 1s ease;}

@media all and (max-height:800px) {
  .phone-frame {transform: scale(0.7);}
  .phone-frame.in-sec1 {transform-origin: right center; margin-left: 4%}
  .phone-frame.in-sec2 {margin-left: 5%;}
  .phone-frame.in-sec3 {transform: scale(0.7);}
}



/* 메인 팝업 */
.main-popup {display: none; position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 101;}
.main-popup:before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.4;}
.main-popup .pop-wrap {position: absolute; left: 50%; top: 50%; /* margin-left: -180px; */ transform: translate(-50%, -50%); /* margin-top: -160px; */ /* width: 360px; */ width: auto; /* height: 320px; */ background-color: #fff; border-radius: 15px; overflow: hidden;}
/* .main-popup .pop-wrap .swiper-container {height: 224px;} */
.main-popup .pop-wrap .swiper-container .swiper-button-next, 
.main-popup .pop-wrap .swiper-container .swiper-button-prev {width: 24px; height: 24px; margin-top: -11px;}
.main-popup .pop-wrap .swiper-container .swiper-button-prev {background: url(../images/main-swiper-prev.svg) 0 0 no-repeat;}
.main-popup .pop-wrap .swiper-container .swiper-button-next {background: url(../images/main-swiper-next.svg) 0 0 no-repeat;}
.main-popup .pop-wrap .swiper-container .swiper-pagination {display: none; left: auto; bottom: auto; right: 16px; top: 16px; width: auto; height: 18px; padding: 0 7px; font-family: "Nunito Sans", "Noto Sans KR", sans-serif; font-weight: 400; font-size: 12px; line-height: 18px; color: #fff; background-color: rgba(0,0,0,0.2); border-radius: 9px;}
.main-popup .pop-wrap .swiper-container .swiper-pagination-current {font-weight: 700;}
.main-popup .pop-wrap .swiper-container.no-swipe .swiper-pagination {display: none;}
.main-popup .pop-wrap .swiper-container.no-swipe .swiper-button-prev,
.main-popup .pop-wrap .swiper-container.no-swipe .swiper-button-next {display: none;}
.main-popup .pop-wrap .swiper-slide {}
.main-popup .pop-wrap .swiper-slide img {min-width: 100%; max-height: 100%; object-fit: cover;}
.main-popup .pop-wrap .close-opt {display: flex; justify-content: space-between; align-items: center; height: 50px; padding: 0 24px;}
.main-popup .close-opt .checkbox input + label {color: #555; font-size: 13px; line-height: 19px; padding-left: 0; background-image: unset !important;}
.main-popup .close-opt .checkbox input + label:before, 
.main-popup .close-opt .checkbox input + label:after {display:none}
.main-popup .close-opt .btn-today-close {color: #555; font-size: 13px; line-height: 19px;}
.main-popup .close-opt .btn-close {font-weight: 400; font-size: 13px; line-height: 19px; color: #222;}
.main-popup .close-opt .btn-close:nth-child(1) {color: #555;}


