/* 큰 화면 우선 적용 : 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%;
  min-height: 1300px;
  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 input {
  width: 100%;
  height: 48px;
  max-width: 628px;
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 18px;
  color: #383838;
  background: url('../images/search.png') no-repeat 12px #eeeeee;
  padding-left: 46px;
  border-radius: 10px;
}

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

.main-content .divider {
  width: 100%;
  height: 4px;
  background-color: #5254cc;
}

.main-content .list .item,
.main-content .list .more {
  width: 100%;
  height: 60px;
  margin: 0;
  border-bottom: 1px solid #caccf1;
  cursor: pointer;
}

.list .item div:first-child {
  display: flex;
  font-family: 'Pretendard';
  font-weight: 600;
  font-size: 18px;
  color: #383838;
  align-items: center;
  justify-content: flex-start;
}

.list .item div:first-child p {
  margin-top: 0;
}

.list .item div:last-child {
  display: flex;
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 18px;
  color: #b8b8b8;
  align-items: center;
  justify-content: flex-end;
}

.list .item div:last-child p {
  margin-bottom: 0;
}

.list .more p {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 16px;
  color: #b8b8b8;
}

.main-content .no-content {
  display: none;
}

.no-content img {
  width: 175px;
}

.no-content .no-result {
  font-family: 'Pretendard';
  font-weight: bold;
  font-size: 32px;
  color: #525252;
}

#noticeModal .modal-title {
  font-family: 'Pretendard';
  font-weight: bold;
  font-size: 24px;
  color: #383838;
}

#noticeModal .modal-body {
  font-family: 'Pretendard';
  font-weight: 400;
  font-size: 18px;
  color: #383838;
}

#noticeModal .modal-footer button {
  padding: 7px 30px;
}

/* 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 {
    min-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: 12px 12px 0;
  }
  
  .main-title .desc input {
    height: 44px;
    font-size: 14px;
  }
  
  .main-wrap .main-content {
    min-height: 480px;
    padding: 40px 32px;
  }

  .list .item div:first-child {
    font-size: 14px;
  }

  .list .item div:first-child p {
    margin-top: 12px;
  }

  .list .item div:last-child {
    font-size: 12px;
    justify-content: flex-start;
  }

  .list .item div:last-child p {
    margin-bottom: 10px;
  }

  .list .more p {
    font-size: 14px;
  }

  .no-content img {
    width: 120px;
  }

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

  #noticeModal .modal-title {
    font-size: 18px;
  }

  #noticeModal .modal-body {
    font-size: 16px;
  }
}

/* 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;
  }
}