@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;500;700;900&family=Noto+Serif+KR:wght@300;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Poppins:wght@300;400;500;600;700&display=swap");
@import url("//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css");
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500&display=swap");
h1 {
  font-weight: 700;
  font-size: 80px;
  line-height: 100px;
  color: #131313;
}

h2 {
  font-weight: 700;
  font-size: 60px;
  line-height: 80px;
  color: #131313;
}

h3 {
  font-weight: 700;
  font-size: 48px;
  line-height: 80px;
  color: #131313;
}

h4 {
  font-weight: 500;
  font-size: 36px;
  line-height: 60px;
  color: #131313;
}

h5 {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  color: #131313;
}

h6 {
  font-weight: 500;
  font-size: 18px;
  line-height: 40px;
  color: #131313;
}

p {
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #131313;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
}

p {
  overflow: hidden;
}

ul {
  padding: 10px 10px;
}
ul li {
  font-weight: 300;
  font-size: 12px;
  line-height: 20px;
  color: #131313;
  text-align: left;
  padding: 3px 0;
}

.hdrWrap, .ftrWrap {
  width: 90%;
  margin: 0 auto;
  min-width: 360px;
}

.mainWrap, .ctWrap, .main section, .main footer {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  min-width: 360px;
  overflow: hidden;
}

.titleWrap {
  width: 85%;
  margin: 0 auto;
  min-width: 360px;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Spoqa Han Sans Neo", "sans-serif";
  font-weight: 300;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  overflow-x: hidden;
}
body .wrap {
  background-color: #fefefe;
  overflow: hidden;
}
body .wrap .topBtn {
  position: fixed;
  bottom: 4%;
  right: 2%;
  z-index: 9999;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #6563FF;
  opacity: 0.75;
  cursor: pointer;
  text-align: center;
  display: none;
}
body .wrap .topBtn .fa-angle-up {
  padding-top: 5px;
}
body .wrap .topBtn h6 {
  font-weight: 300;
  font-size: 14px;
  line-height: 10px;
  color: #fefefe;
}
body .wrap .background {
  width: 100%;
  height: 100%;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .wrap .background .main {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100vw;
  height: 60vh;
}
body .wrap .background .main .mainBG {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
body .wrap .background .main .hdrWrapB {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
body .wrap .background .main .hdrWrapB header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: nowrap;
}
body .wrap .background .main .hdrWrapB header .logo {
  padding: 5px 5px 8px;
}
body .wrap .background .main .hdrWrapB header .logo h1 {
  line-height: 50px;
}
body .wrap .background .main .hdrWrapB header .logo h1 img {
  width: 100px;
}
body .wrap .background .main .hdrWrapB header .logo h1 {
  transition: 0.5s;
  padding-bottom: 10px;
}
body .wrap .background .main .hdrWrapB header .nav {
  display: flex;
  justify-content: flex-end;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  gap: 20px;
}
body .wrap .background .main .hdrWrapB header .nav .pa {
  width: 140px;
  font-family: "Poppins", sans-serif;
  font-weight: auto;
  font-size: 24px;
  line-height: 40px;
  color: #fefefe;
  text-align: center;
  padding-bottom: 10px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
body .wrap .background .main .hdrWrapB header .nav .pa a {
  width: 100%;
  height: 100%;
  text-align: center;
  font-weight: 400;
}
body .wrap .background .main .hdrWrapB header .nav .pa .transBox {
  position: absolute;
  top: 45px;
  width: 100%;
  height: 15px;
}
body .wrap .background .main .hdrWrapB header .nav .pa .list {
  position: absolute;
  top: 50px;
  z-index: 10;
  width: 540%;
  padding: 10px;
  display: flex;
  justify-content: start;
  align-content: space-around;
  align-items: center;
  flex-wrap: nowrap;
  overflow: visible;
  gap: 40px;
}
body .wrap .background .main .hdrWrapB header .nav .pa .list li {
  width: auto;
  text-align: center;
}
body .wrap .background .main .hdrWrapB header .nav .pa .list li h6 {
  font-weight: 300;
  font-family: "Spoqa Han Sans Neo", "sans-serif";
}
body .wrap .background .main .hdrWrapB header .nav .pa .list li:hover h6 {
  color: #6563FF;
}
body .wrap .background .main .hdrWrapB header .nav .pa .list {
  opacity: 0;
  transition: all 0.3s;
}
body .wrap .background .main .hdrWrapB header .nav .pa::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0%;
  height: 6px;
  background: #6563FF;
  transition: all 0.3s;
}
body .wrap .background .main .hdrWrapB header .nav .pa:hover {
  overflow: visible;
}
body .wrap .background .main .hdrWrapB header .nav .pa:hover::after {
  width: 100%;
}
body .wrap .background .main .hdrWrapB header .nav .pa:hover .list {
  opacity: 0.75;
}
body .wrap .background .main .hdrWrapB header .nav .ge01:hover ~ .bggray {
  opacity: 1;
}
body .wrap .background .main .hdrWrapB header .nav .ge03:hover ~ .bggray {
  opacity: 1;
}
body .wrap .background .main .hdrWrapB header .nav .ge04:hover ~ .bggray {
  opacity: 1;
}
body .wrap .background .main .hdrWrapB header .nav .ge05:hover ~ .bggray {
  opacity: 1;
}
body .wrap .background .main .hdrWrapB header .nav .ge05 .list {
  left: 28px;
}
body .wrap .background .main .hdrWrapB header .nav .bggray {
  background-color: #eee;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.1);
  width: 100vw;
  height: 66px;
  position: absolute;
  top: 76px;
  left: 0;
  z-index: 5;
  opacity: 0;
  transition: all 0.3s;
}
body .wrap .background .main .hdrWrapB header .ham {
  display: none;
  text-align: center;
  width: 30px;
}
body .wrap .background .main .hdrWrapB header .ham h5 {
  color: #fefefe;
  padding-bottom: 10px;
}
body .wrap .background .main .hdrWrapB hr {
  background-color: #efefef;
  height: 1px;
}
body .wrap .ftrWrap {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  display: flex;
  justify-content: space-between;
  align-items: auto;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}
body .wrap .ftrWrap .txt {
  width: 70%;
}
body .wrap .ftrWrap .txt p {
  font-weight: auto;
  font-size: 16px;
  line-height: 30px;
  color: auto;
  margin-top: 5px;
}
body .wrap .ftrWrap .txt p span {
  font-weight: 500;
}
body .wrap .ftrWrap .txt p .mobshow {
  display: none;
}
body .wrap .ftrWrap .right {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
}
body .wrap .ftrWrap .right ul {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: auto;
  flex-direction: auto;
  flex-wrap: auto;
  padding: 0 20px;
  background-color: rgba(101, 99, 255, 0.15);
  border-radius: 5px;
}
body .wrap .ftrWrap .right ul li {
  padding: 4px 8px;
  font-weight: 300;
  font-size: 20px;
  line-height: 40px;
  color: #6563FF;
}
body .wrap .ftrWrap .right ul li span {
  font-weight: 500;
}
body .wrap .ftrWrap .right ul li i {
  padding-top: 6px;
  font-weight: auto;
  font-size: 24px;
  line-height: 30px;
  color: auto;
}
body .wrap .ftrWrap .right ul li i:hover {
  color: #555;
}

.content {
  padding: 200px 0;
}
.content header {
  text-align: center;
}
.content header h3 {
  width: 100%;
  margin: 0 auto;
}
.content header h5 {
  font-weight: 500;
  font-size: 14px;
  line-height: 30px;
  color: #6563FF;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  body .wrap .background .main .hdrWrapB header .nav .ges .pa {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body .wrap .background .main .hdrWrapB header {
    position: relative;
  }
  body .wrap .background .main .hdrWrapB header .logo {
    padding: 4px;
  }
  body .wrap .background .main .hdrWrapB header .logo h1 {
    line-height: 40px;
  }
  body .wrap .background .main .hdrWrapB header .logo h1 img {
    width: 90px;
  }
  body .wrap .background .main .hdrWrapB header .ham {
    display: block;
  }
  body .wrap .background .main .hdrWrapB header .ham h5 {
    font-weight: auto;
    font-size: 28px;
    line-height: 50px;
    color: auto;
    padding: 0;
  }
  body .wrap .background .main .hdrWrapB header .nav {
    display: auto;
    justify-content: center;
    align-items: auto;
    align-content: auto;
    flex-direction: column;
    flex-wrap: auto;
    margin-right: 0px;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges {
    position: relative;
    width: 100%;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges .pa {
    margin: 0 auto;
    width: 160px;
    padding-top: 10px;
    padding-bottom: 5px;
    color: #131313;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges .pa .list {
    display: none;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges .pa:hover {
    overflow: hidden;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges .pa:hover::after {
    display: none;
  }
  body .wrap .background .main .hdrWrapB header .nav .bggray {
    display: none;
  }
  body .wrap .background .main .hdrWrapB header .nav.active {
    height: 360px;
  }
  body .wrap .ftrWrap {
    flex-direction: column;
    text-align: center;
  }
  body .wrap .ftrWrap .logo {
    width: 100%;
  }
  body .wrap .ftrWrap .txt {
    width: 100%;
    padding: 0px 0 20px;
  }
  body .wrap .ftrWrap .txt p {
    width: 100%;
    font-size: 14px;
  }
  body .wrap .ftrWrap .txt p .mobshow {
    display: block;
  }
  body .wrap .ftrWrap .right .rt {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  body {
    min-width: 360px;
  }
  body .wrap .background .main .hdrWrapB header {
    position: relative;
  }
  body .wrap .background .main .hdrWrapB header .logo {
    padding: 0px 6px;
  }
  body .wrap .background .main .hdrWrapB header .logo h1 {
    line-height: 40px;
  }
  body .wrap .background .main .hdrWrapB header .logo h1 img {
    width: 80px;
  }
  body .wrap .background .main .hdrWrapB header .ham {
    display: block;
  }
  body .wrap .background .main .hdrWrapB header .ham h5 {
    font-weight: auto;
    font-size: 24px;
    line-height: 40px;
    color: auto;
    padding: 0 4px;
  }
  body .wrap .background .main .hdrWrapB header .nav {
    margin-right: 0;
    display: auto;
    justify-content: center;
    align-items: auto;
    align-content: auto;
    flex-direction: column;
    flex-wrap: auto;
    position: absolute;
    top: 80px;
    right: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.75);
    height: 0;
    overflow: hidden;
    transition: 0.3s;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges {
    position: relative;
    width: 100%;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges .pa {
    margin: 0 auto;
    width: 160px;
    padding: 10px auto 5px;
    color: #131313;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges .pa .list {
    display: none;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges .pa:hover {
    overflow: hidden;
  }
  body .wrap .background .main .hdrWrapB header .nav .ges .pa:hover::after {
    display: none;
  }
  body .wrap .background .main .hdrWrapB header .nav .bggray {
    display: none;
  }
  body .wrap .background .main .hdrWrapB header .nav.active {
    height: 360px;
  }
  body .wrap .background .main .hdrWrapB .hdrWrap {
    width: 95%;
  }
  body .wrap .background .main .hdrWrapB .hdrWrap hr {
    margin-top: 8px;
  }
  body .wrap .ftrWrap {
    flex-direction: column;
    text-align: center;
  }
  body .wrap .ftrWrap .logo {
    width: 100%;
  }
  body .wrap .ftrWrap .txt {
    width: 100%;
    padding: 0px 0 20px;
    display: flex;
    justify-content: center;
    align-items: auto;
    align-content: auto;
    flex-direction: auto;
    flex-wrap: auto;
  }
  body .wrap .ftrWrap .txt p {
    width: 100%;
    font-size: 12px;
  }
  body .wrap .ftrWrap .txt p .mobshow {
    display: none;
  }
  body .wrap .ftrWrap .right {
    width: 100%;
  }
  body .wrap .ftrWrap .right ul {
    justify-content: center;
  }
  body .wrap .ftrWrap .right .rt {
    text-align: center;
  }
  body .wrap .ftrWrap .right .rt p {
    font-size: 10px;
  }
}