
html { font-family: "Pretendard"; }
body {
  overflow-x: hidden !important;
  position: absolute;
  font-size: 15px;
  color: #3c4858;
}
body::-webkit-scrollbar {
  width: 5px;
}
body::-webkit-scrollbar-thumb {
  background-color: #121212;
}
body::-webkit-scrollbar-track {
  background-color: #F7F8FE;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  line-height: 1.5;
  font-weight: 600 !important;
}

.cont{
  max-width: 1200px;
  width: 84%;
  margin: auto;
}
.odd,.even{ 
  width: 100%;
  height: auto;
  padding: 40px 0;
}
.odd{
  background: #F7F8FE;
}
.main.top{
  text-align: center;
  margin-top: 10%;
  margin-bottom: 25px;
}
.main.sub{
  font-size: 12px;
}
.main.sub h3{
  font-size: 2em;
  margin-bottom: 10px;
  font-weight: 800 !important;
}
.main.sub p{
  font-size: 1.4em;    
  line-height: 1.5em;
  font-weight: 500;
  letter-spacing: -.5px;
}
.row{
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;

  -webkit-box-orient: horizontal;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  
  -webkit-box-pack: justify;
  -moz-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
  -webkit-box-align: center;
  -moz-align-items: center;
  -ms-flex-align: center;
  align-items: center;

}
.row.imgRight{
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.subText{
  max-width:  450px;
  word-break: keep-all;
}

.mob {
  display: none;
}

header{    
  width: 100%;
  height: 640px;
  background-color: #836CDE;
  background-size: contain;
  background-repeat:no-repeat ;
  padding: 20px 0;
  position: relative;
}
header .topBanner{
  margin-top: 114px;
}
.topBanner .row{
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.topBanner .row .banner_title{
  font-weight: 600;
  color: #fff;
}
.topBanner .row .banner_title h2{
  font-size: 42px;
  line-height: 52px;
}
.topBanner .row .banner_title h2 span{
  font-weight: 900 !important;
}
.topBanner .row .banner_title .sm{
  font-size: 20px;
}
.topBanner .row .banner_title .sm span{
  font-weight: 400;
}
.topBanner .row .banner_title .line{
  width: 15px;
  height: 3px;
  background-color: #fff;
  margin: 13px 0;
}
.appBtn{
  margin-top: 65px;
}
.appBtn .row{
  justify-content: space-around;
}
.appBtn p{
  font-weight: 400;
  margin-top: 10px;
  text-align: center;
}
.headbar img.logo{
  width: 20%;
  min-width: 195px;
}
.topBanner .phoneImg{
  max-width: 480px;
  position: absolute;
  right: 28%;
  bottom: -80px;

}
.main.top h2{
  font-weight: 900;
  margin-bottom: 20px;
  font-size: 40px;
}


#back-to-top {
  cursor: pointer;
  position: fixed;
  z-index: 99;
  bottom: 30px;
  right: 30px;
  transition: all 0.5s ease;
  height: 36px;
  width: 36px;
  border-radius: 10px;
  line-height: 34px;
  text-align: center;
  background: #4c36ab;
  color: #ffffff !important;
}
.imgLeft .app_mocup{
  margin-right: 15px;
  
}
.imgRight .app_mocup{
  margin-left: 35px;
  text-align: right;

}
.app_mocup .floating{
  position: absolute;
}
.app_mocup .img{
  
}

.app_mocup.moc1,
.app_mocup.moc3,
.app_mocup.moc4,
.app_mocup.moc7{
  position: relative;
}

.pointshop{
  position: relative;
}
.pointshop::after{
  display: none !important;
  content: '';
  background-image: url(../images/landing/temp/pointshop.png);
  width: 100%;
  position: absolute;
  height: 100%;
  background-position: bottom 100px right -40px;
  background-repeat: no-repeat;
  z-index: -1;

}
.app_mocup.moc1 .floating{
  top: 375px;
  left: 300px;
  max-width: fit-content;
}
.app_mocup.moc3 .floating{
  top: 235px;
  left: -190px;
}
.app_mocup.moc4 .floating{
  top: 155px;
  left: 290px;
}
.app_mocup.moc4 .floating2{
    top: 430px;
    left: 340px;
    max-width: 400px;
}

.app_mocup.moc7 .floating{
    top: 225px;
    left: -210px;
}
.main.sub .odd:first-child .row{
  
  -webkit-box-align: start;
  -moz-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
} 
.main.sub .odd:first-child .row .subText{
  margin-top: 100px;
} 

.main.sub .odd:last-child{
  padding-bottom: 300px;
} 
.app_mocup.moc2 img,
.app_mocup.moc5 img,
.app_mocup.moc6 img{
  max-width: 80%;
}

.back-to-top .icons {
  transition: all 0.5s ease;
}





#footer{
  background: #121212;
  width: 100%;
  padding: 45px 0;
}

#footer .footerWrap{
  width: 1200px;
  margin: auto;
}
.footerWrap .logo{
  width: 210px;
}
.footerWrap .comu{
}
.footerWrap .comu li{ 
  width: 35px;
  height: 35px;
  border: 1px solid #414141;
  border-radius: 50%;
  text-align: center;
  margin-left: 10px;
  line-height: 45px;
  transition: all .5s;
}
.footerWrap .comu li:hover{
  background: #fff;
  border-color: #fff;
  transition: all .5s;
}
.footerWrap .comu li:last-child{
  padding-right: 0;
}
.footerWrap hr{
  border-color: #555;
}
.footerWrap .info{
  font-size: 14px;
  letter-spacing: .5px;
  color: #666;
}
.footerWrap .detailView{
  margin: 0;
}


.detailView a{
  background-color: #4C6A9C;
  color: #fff;
  font-size: 17px;
  padding: 10px 40px;
  letter-spacing: 1px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .topBanner .row .banner_title h2{
    
    font-size: 32px;
    line-height: 42px;
  }
  .topBanner .phoneImg {
    max-width: 430px;
    bottom: -80px;
    right: 15%;
  }
  header{
    height: 540px;
  }
  .appBtn button{
    width: 40%;
  }
  #footer .footerWrap,
  .cont {
    width: 90%;
  }.subText {
    max-width: 390px;
  }
  .main.sub{
    font-size: 11px;
  }
  .app_mocup img {
    width: 75% !important;
  }.app_mocup.moc2 img{
    width: 95% !important;
  }
  .app_mocup.moc1 .floating{
    top: 309px;
    left: 230px;
    max-width: fit-content;
    width: 100% !important;
  }
  .app_mocup.moc3 .floating {
    top: 115px;
    left: -110px;
  }
  .app_mocup.moc4 .floating{
    top: 100px;
    left: 213px;
  }
  
  .app_mocup.moc4 .floating2{
    top: 320px;
    width: 96% !important;
    left: 250px;
  }

  .app_mocup.moc7 .floating{
    top: 185px;
    left: -70px;
  }
  .pointshop::after {
    background-position: bottom 54px right -40px;
    background-size: 52%;
  }
}
@media (max-width: 950px) {
  
  .row.aligntop{
    
    -webkit-box-align: start;
    -moz-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .row.alignbottom{
    -webkit-box-align: end;
    -moz-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .row.aligntop .subText,
  .row.alignbottom .subText{
    padding: 30px 0;
  }
  .app_mocup.moc2 img, .app_mocup.moc5 img, .app_mocup.moc6 img {
    max-width: 100%;
  }
  .app_mocup.moc1 + .subText, 
  .app_mocup.moc3 + .subText, 
  .app_mocup.moc4 + .subText, 
  .app_mocup.moc7 + .subText{
    max-width: 330px;
  }
  .main.sub .odd:first-child .row .subText {
    margin-top: 60px;
  }
  
  .app_mocup.moc4 .floating{
    top: 40px;
    left: 213px;
  }
  
  .app_mocup.moc4 .floating2{
    top: 248px;
    width: 90% !important;
    left: 250px;
  }
  .main.sub {
    font-size: 10.5px;
  }
  .imgText{
    padding: 100px 0 !important;
  }
  
  .pointshop::after {
    background-image: url(../images/landing/temp/pointshop3.png);
    background-position: bottom 0 right 30px;
    background-size: 52%;
  }
}
@media (max-width: 900px) {
  
  header{
    height: 760px;
  }
  header .topBanner{
    margin-top: 40px;
  }
  .topBanner .row {
    align-items: center;
    justify-content: space-around;
    text-align: center;
  }
  .appBtn{
    margin-top: 25px;
  }
  .topBanner .row .banner_title .line{
    height: 3px;
    margin: 7px auto;
  }
  .topBanner .phoneImg {
    max-width: 400px;
    width: 400px;
    right: 0;
    bottom: 0;
    top: 343px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .main.top{
    margin-top: 20%;
  }

}
@media all and (max-width:768px) { 
  .row{
    width: 90%;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin: auto;
  }
  
  .row.aligntop,
  .row.alignbottom{
    align-items: center;
  }
  
  .row.aligntop .subText,
  .row.alignbottom .subText{
    padding:  0;
  }
  .appBtn .row{
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    
  }
  .topBanner .row .banner_title .line{
    height: 2px;
    margin: 7px auto;
  }
  .mob{
    display: block;
    min-width: 485px;
  }
  .web{
    display: none;
  }
  .row.imgRight{
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .imgLeft .app_mocup,
  .imgRight .app_mocup{
    margin: 15px 0 !important;
  }
  .imgLeft .app_mocup{
    text-align: left;
  }
  .app_mocup.moc2,
  .app_mocup.moc5,
  .app_mocup.moc6{
    text-align: center;
  }
  .app_mocup.moc1 + .subText, 
  .app_mocup.moc3 + .subText, 
  .app_mocup.moc4 + .subText, 
  .app_mocup.moc7 + .subText{
    max-width: 330px;
  }
  
  .app_mocup.moc2,
  .app_mocup.moc5,
  .app_mocup.moc6{
    width: 60%;
    min-width: 300px;
  }
  
  .app_mocup.moc4 .floating{
    top: 150px;
    left: 213px;
  }
  
  .app_mocup.moc4 .floating2{
    display: block;
    position: unset;
    margin-left: auto;
  }

  .main.sub .odd:last-child{
    padding-bottom: 75px;
  } 
  .subText{
    width: 80% !important;
    max-width: 500px !important;
    margin: auto;
  }
  .main.sub .odd:first-child .row{
    align-items: center;
  }
  .main.sub .odd:first-child .row .subText{
    margin-top: 0;
  }
  .main.sub {
    font-size: 10px;
  } 
  .wpBtn{
    display: none;
  }
  .app_mocup.moc1 .floating {
    top: 319px;
    left: 230px;
    max-width: fit-content;
    width: 90% !important;
  }
  
  .app_mocup.moc7 .floating{
    top: 115px;
    left: -70px;
  }
  
  .imgText {
    padding: 0px 0 80px !important;
  }
  
  .pointshop::after {
    background-position: bottom -10px center;
    background-size: 80%;
    opacity: .75;
  }

}
@media all and (max-width:640px) { 
  .topBanner .row .banner_title h2 {
    font-size: 26px;
    line-height: 36px;
  }
  .topBanner .row .banner_title .sm {
    margin-top: 5px;
    font-size: 17px;
}
  .app_mocup .floating{
    width: 65% !important;
  }
  .app_mocup.moc6 img{
    width: 60% !important;
  }
  header {
    height: 683px;
  }
  .topBanner .phoneImg {
    max-width: 320px;
    width: 320px;
    right: 0;
    bottom: 0;
    top: 343px;
    left: 50%;
    transform: translate(-50%,0);
  }
  .main.top h2{
    font-size: 30px;
  }
  .app_mocup.moc3 .floating {
    top: 115px;
    left: -13%;
  }
  .app_mocup.moc4 .floating {
    top: 150px;
    left: 53%;
  }
  .app_mocup.moc7 .floating {
    top: 105px;
    left: -60px;
  }
}
@media all and (max-width:550px) { 
  
  .app_mocup.moc1{
    text-align: center;
  }
  .app_mocup.moc1 .floating {
    display: none;
  }
  
  .pointshop::after {
    background-position: bottom 0 center;
    background-size: contain;
    opacity: .8;
  }
}
@media all and (max-width:480px) {
  .cont {
    width: 96%;
  }
  .main.top .cont{
    overflow: hidden !important;
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
  }
  .topBanner .row .banner_title h2 {
    font-size: 23px;
    line-height: 26px;
  }
  .topBanner .row .banner_title .sm{
    font-size: 14px;
    margin-top: 10px;
  }
  .appBtn button {
    width: 50%;
    margin: 7px;
  }
  .main.top {
    margin-top: 30%;
  }

  .app_mocup .floating{
    width: 58% !important;
  }
  
  .app_mocup.moc3 .floating {
    top: 155px;
    left: 0%;
  }
  .app_mocup.moc4 .floating {
    top: 160px;
    left: 46%;
  }
  
  .app_mocup.moc4 .floating2{
    margin: auto;
  }

  .app_mocup.moc7 .floating {
    top: 185px;
    left: 0%;
  }
  .imgText {
    padding: 30px 0 80px !important;
}
  
  .pointshop::after {
    background-position: bottom 0 center;
    background-size: contain;
    opacity: .8;
  }

  .topBanner .phoneImg{
    top: 320px;
  }
  header {
    height: 673px;
  }

  #footer{
    padding: 2.5rem 0;
  }
  #footer .footerWrap > .flex:first-child{
    display: block;
  }
  .footerWrap .logo{
    width: 180px;
  }
  .footerWrap .comu{
    margin-top: 1rem;
  }
  .footerWrap .comu li{
    width: 32px;
    height: 32px;
    line-height: 42px;
  }
  .footerWrap .comu li:first-child{
    margin-left: 0;
  }
  .footerWrap .comu li img{
    max-width: 70%;
  }
}