#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 18px;
  height: 18px;
  margin: 25px;
  position: relative;
  border: 1px solid #1f1f1f;
  border-radius: 50%;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 18px;
  width: 18px;
  margin: -9px 0 0 -9px;
  border-radius: 50%;
  background-color: #1f1f1f;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 18px;
  width: 18px;
  border: 0;
  background-color: transparent;
  left: 50%;
  top: 50%;
  margin: -9px 0 0 -9px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span{
  width: 18px;
  height: 18px;
  margin: -9px 0 0 -9px;
}

/* 큰 화면 우선 적용 : PC > Tablet > Mobile */
/* 전체 적용 - Desktop, Laptop 기준 */
header {
  position: fixed;
  width: 100%;
  background-color: transparent;
  z-index: 1;
}

.header-area,
#mainpage .intro {
  max-width: 1280px;
  margin: auto;
}

.header-area {
  height: 130px;
}

.header-title p {
  font-family: 'SBAggro';
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.header-download,
.footer-download {
  width: 150px;
  height: 50px;
  border-radius: 29px;
  cursor: pointer;
}

.header-download.bgTransparent {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.header-download.bgWhite {
  background-color: #ffffff;
  border: 1px solid #5254cc;
}

.header-download.bgTransparent:hover,
.header-download.bgWhite:hover {
  background-color: #5254cc;
  border: 1px solid #5254cc;
}

.header-download p {
  font-family: 'Pretendard';
  font-weight: bold;
  font-size: 20px;
}

.header-download.bgTransparent p {
  color: #1f1f1f;
}

.header-download.bgWhite p {
  color: #5254cc;
}

.header-download.bgTransparent:hover p,
.header-download.bgWhite:hover p {
  color: #ffffff;
}

#pnlDownload {
  display: none;
  position: absolute;
  width: 450px;
  height: 270px;
  border: 5px solid #9e9e9e;
  border-radius: 20px;
  background-color:rgba(255, 255, 255, 0.8);
  padding: 45px 38px;
  z-index: 99;
}

.header-sns a {
  margin-left: 20px;
}

.header-sns .header-contact {
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 20px;
  color: #fefefe;
  padding: 1px;
  margin-right: 20px;
}

.header-sns .header-contact:hover {
  color: #5254cc;
}

.full-screen {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.section.odd {
  background-color: #efeffa;
}

.section.footer {
  background-color: #13133f;
}

#mainpage .intro {
  position: relative;
  height: 580px;
  pointer-events: none;
}

#section01 .intro-bg {
  position: absolute;
  top: 38px;
  left: 0;
  width: 654px;
  height: 196px;
  background-color: rgba(82, 84, 204, 0.85);
  border-radius: 102px;
}

#section01 .intro-title {
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: 64px;
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

#section01 .intro-desc {
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}

#section01 .intro-control {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 320px;
  height: 130px;
}

#section01 .intro-control .control-title {
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: 32px;
  color: #ffffff;
}

#section01 .intro-control .control-area {
  background-color: rgba(56, 56, 56, 0.4);
  border-radius: 200px;
  margin-bottom: 12px;
}

#section01 .intro-control .control-area img {
  cursor: pointer;
  pointer-events: all;
}

#section01 .intro-control .control-text p {
  width: 50px;
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
}

#mainpage .section .intro-scroll {
  position: absolute;
  right: 0;
  bottom: 60px;
  left: 0;
  height: 100px;
  text-align: center;
}

#mainpage .section .intro-touch {
  position: absolute;
  right: 16px;
  bottom: 20px;
  width: 75px;
  height: 80px;
}

#imgMouseNext,
#imgTouchNext {
  cursor: pointer;
}

#section02 .full-screen {
  top: 180px;
  bottom: 50px;
}

#section03 .intro-title,
#section04 .intro-title,
#section05 .intro-title {
  font-family: 'Pretendard';
  font-weight: 700;
  font-size: 48px;
  color: #1f1f1f;
  line-height: 1.4;
}

#section03 .intro-desc,
#section04 .intro-desc,
#section05 .intro-desc {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 24px;
  color: #525252;
  line-height: 1.6;
  margin-top: 24px;
}

#section03 img,
#section04 img,
#section05 img {
  height: 100%;
  margin-top: 0;
}

#section06 .footer-wrap {
  position: absolute;
  top: 120px;
  bottom: 120px;
  width: 100%;
}

.footer-wrap .footer-content {
  position: relative;
  max-width: 1280px;
  height: 100%;
  margin: auto;
}

.footer-wrap .footer-top p {
  font-family: 'Pretendard';
  color: #ffffff;
}

.footer-top-left p {
  font-weight: 600;
  font-size: 24px;
}

.footer-top-left div:last-child a {
  margin-top: 36px;
  margin-right: 20px; 
  margin-bottom: 0;
}

.footer-top .footer-slogan {
  font-weight: 700;
  font-size: 24px;
}

.footer-top .footer-system-name {
  font-weight: 900;
  font-size: 42px;
}

.footer-top .footer-download {
  background-color: #ffffff;
  margin-top: 20px;
}

.footer-top .footer-download p {
  font-family: 'Pretendard';
  font-weight: bold;
  font-size: 20px;
  color: #1f1f1f
}

.footer-wrap .footer-bottom {
  position: absolute;
  bottom: 0;
}

.footer-bottom p {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 16px;
  color: #dedede;
  margin-top: 25px;
}

.footer-bottom .footer-p-margin {
  margin-top: 70px;
}

/* 1200px보다 작은 경우 - Tablet Landscape 기준 */
@media screen and (max-width:1200px) {
  #fp-nav ul li, .fp-slidesNav ul li {
    width: 14px;
    height: 14px;
    margin: 20px 0;
  }
  #fp-nav ul li a.active span,
  .fp-slidesNav ul li a.active span,
  #fp-nav ul li:hover a.active span,
  .fp-slidesNav ul li:hover a.active span{
    height: 14px;
    width: 14px;
    margin: -7px 0 0 -7px;
  }
  #fp-nav ul li a span,
  .fp-slidesNav ul li a span {
    height: 14px;
    width: 14px;
    margin: -7px 0 0 -7px;
  }
  #fp-nav ul li:hover a span,
  .fp-slidesNav ul li:hover a span{
    width: 14px;
    height: 14px;
    margin: -7px 0 0 -7px;
  }
  
  .header-area,
  #mainpage .intro {
    margin: 0 48px;
  }

  .header-area {
    height: 120px;
  }
  
  .header-sns {
    display: none !important;
  }

  #section02 .full-screen {
    top: 0;
    bottom: 0;
  }
}

/* 768px보다 작은 경우 - Tablet Portrait 기준 */
@media screen and (max-width:768px) {
  .header-area,
  #mainpage .intro {
    margin: 0 16px;
  }

  #mainpage .intro {
    height: 500px; 
  }
  
  .header-title p {
    font-size: 24px;
  }

  .header-download {
    width: 120px;
    height: 40px;
  }

  .header-download p {
    font-size: 16px;
  }

  #section01 .intro-bg {
    position: relative;
    top: 145px;
    width: 100%;
    height: 120px;
  }
  
  #section01 .intro-title {
    font-size: 36px;
  }
  
  #section01 .intro-desc {
    font-size: 14px;
    margin-top: 12px;
  }

  #section03 .intro-title,
  #section04 .intro-title,
  #section05 .intro-title {
    font-size: 32px;
  }

  #section03 .intro-desc,
  #section04 .intro-desc,
  #section05 .intro-desc {
    font-size: 14px;
    margin-top: 16px;
  }

  #section03 img,
  #section04 img,
  #section05 img {
    height: 70%;
    margin-top: 40px;
  }

  #section06 .footer-wrap {
    top: 40px;
    bottom: 40px;
    padding: 0 16px;
  }

  .footer-top-left p {
    font-size: 16px;
  }
  
  .footer-top-left div:last-child a {
    margin-top: 24px;
    margin-bottom: 20px;
  }

  .footer-top .footer-slogan {
    font-size: 20px;
  }
  
  .footer-top .footer-system-name {
    font-size: 36px;
  }
  
  .footer-bottom p {
    font-size: 12px;
    margin-top: 18px;
  }
  
  .footer-bottom .footer-p-margin {
    margin-top: 18px;
  }
}

/* 480px보다 작은 경우 - Mobile 기준 */
@media screen and (max-width:480px) {
  #mainpage .intro {
    height: 400px; 
  }
  
  .header-title p {
    font-size: 20px;
  }

  .header-download {
    width: 100px;
    height: 36px;
  }

  #section01 .intro-bg {
    position: relative;
    top: 105px;
    width: 100%;
    height: 90px;
  }

  #section01 .intro-title {
    font-size: 28px;
  }
  
  #section01 .intro-desc {
    font-size: 12px;
    margin-top: 6px;
  }

  #section03 .intro-title,
  #section04 .intro-title,
  #section05 .intro-title {
    font-size: 28px;
  }

  #section03 .intro-desc,
  #section04 .intro-desc,
  #section05 .intro-desc {
    font-size: 14px;
    margin-top: 8px;
  }

  #section03 img,
  #section04 img,
  #section05 img {
    height: 60%;
    margin-top: 20px;
  }
}