/* 큰 화면 우선 적용 : PC > Tablet > Mobile */
/* 전체 적용 - Desktop, Laptop 기준 */
body {
  overflow: hidden auto;
}

header {
  position: fixed;
  width: 100%;
  background-color: #ffffff;
  z-index: 1;
}

.header-area {
  max-width: 1280px;
  height: 130px;
  margin: auto;
}

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

.header-download,
.footer-download {
  width: 150px;
  height: 50px;
  background-color: #ffffff;
  border: 1px solid #5254cc;
  border-radius: 29px;
  cursor: pointer;
}

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

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

.header-download: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: #525252;
  padding: 1px;
  margin-right: 20px;
}

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

footer {
  position: relative;
  width: 100%;
  min-height: 1080px;
  background-color: #13133f;
  z-index: 2;
}

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

main {
  width: 100%;
  height: 1950px;
  margin-top: 130px;
  background: url('../images/bg_realground.png') no-repeat top center;
  background-color: #ebebeb;
  background-size: auto;
}

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

.main-wrap .main-title {
  width: 100%;
  height: 370px;
}

.main-title .title {
  width: 100%;
  padding-top: 192px;
  text-align: center;
}

.main-title .title p {
  font-family: 'Pretendard';
  font-weight: bold;
  font-size: 45px;
  color: #fdfdfd;
}

.main-title .desc {
  width: 100%;
  padding-top: 24px;
  text-align: center;
}

.main-title .desc p {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 18px;
  color: #fdfdfd;
}

.main-wrap .main-content {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  padding: 140px 150px 0 150px;
}

.main-content .info,
.main-content .agreement {
  width: 100%;
}

.main-content .agreement {
  margin-top: 120px;
}

.main-content .info .title,
.main-content .agreement .title {
  font-family: 'Pretendard';
  font-weight: bold;
  font-size: 24px;
  color: #1f1f1f;
}

.main-content .info .divider,
.main-content .agreement .divider {
  height: 2px;
  background-color: #1f1f1f;
  margin-top: 13px;
}

.main-content .info .divider {
  margin-bottom: 25px;
}

.main-content .info label {
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 20px;
  color: #383838;
}

.main-content .info input {
  height: 100%;
}

.main-content .info input[type=radio] {
  width: 24px;
  height: 24px;
}

.main-content .agreement .content {
  border: 1px solid #d1d1d1;
  margin-top: 40px;
  padding: 24px;
}

.main-content .agreement .content p {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 16px;
  color: #1f1f1f;
}

.main-content .agreement .check-agreement {
  margin-top: 16px;
}

.check-agreement label {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 20px;
  color: #1f1f1f;
}

.check-agreement input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin-left: 24px;
}

.main-content .agreement .button-wrap {
  padding-top: 80px;
}

.btn-send {
  width: 302px;
  height: 79px;
  background-color: #5254cc;
}

.btn-send p {
  font-family: 'Pretendard';
  font-weight: 500;
  font-size: 24px;
  color: #ffffff;
}

.btn-send span {
  display: none;
  margin-right: 20px;
}

/* 1200px보다 작은 경우 - Tablet Landscape 기준 */
@media screen and (max-width:1200px) {
  .header-area {
    height: 120px;
    margin: 0 48px;
  }
  
  .header-sns {
    display: none !important;
  }
}

/* 768px보다 작은 경우 - Tablet Portrait 기준 */
@media screen and (max-width:768px) {
  .header-area {
    height: 90px;
    margin: 0 16px;
  }
  
  .header-title p {
    font-size: 24px;
  }

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

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

  footer {
    min-height: 740px;
  }  

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

  main {
    height: auto;
    margin-top: 90px;
    background-size: auto 227px;
  }
  
  .main-wrap .main-title {
    height: 227px;
  }
  
  .main-title .title {
    padding-top: 96px;
  }
  
  .main-title .title p {
    font-size: 32px;
  }
  
  .main-title .desc {
    padding-top: 12px;
  }
  
  .main-title .desc p {
    font-size: 14px;
  }
  
  .main-wrap .main-content {
    padding: 40px 32px 0 32px;
  }
  
  .main-content .agreement {
    margin-top: 60px;
  }
  
  .main-content .info .title,
  .main-content .agreement .title {
    font-size: 20px;
  }
  
  .main-content .info .divider,
  .main-content .agreement .divider {
    margin-top: 9px;
  }
  
  .main-content .info .divider {
    margin-bottom: 19px;
  }
  
  .main-content .info label {
    font-size: 16px;
  }
  
  .main-content .agreement .content {
    margin-top: 26px;
    padding: 10px;
  }
  
  .main-content .agreement .content p {
    font-size: 12px;
  }
  
  .main-content .agreement .check-agreement {
    margin-top: 12px;
  }
  
  .check-agreement label {
    font-size: 14px;
  }
  
  .check-agreement input[type=checkbox] {
    margin-left: 10px;
  }
  
  .main-content .agreement .button-wrap {
    padding: 60px 0;
  }
  
  .btn-send {
    width: 100%;
    height: 60px;
  }
}

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

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

  .no-content .no-result {
    font-size: 20px;
  }
}