@import url("https://webfontworld.github.io/sunn/SUIT.css");
@import url("https://webfontworld.github.io/pretendard/Pretendard.css");
@font-face {
  font-family: "GenEiGothicN-R";
  src: url("../font/GenEiGothicN-Regular.otf") format("truetype");
}
@font-face {
  font-family: "GongGothicBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GongGothicBold";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "GongGothicMedium";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Cafe24Shiningstar";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.mobile, .tablet {
  display: none;
}

@media (max-width: 1000px) {
  .tablet {
    display: block;
  }
  .pconly, .pc {
    display: none;
  }
}
@media (max-width: 600px) {
  .tablet, .nomobile {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.show400, .show500, .show1000, .show1200, .show1400 {
  display: none;
}

@media (max-width: 1400px) {
  .show1400 {
    display: block;
  }
}
@media (max-width: 1000px) {
  .unshown1000 {
    display: none;
  }
  .show1000 {
    display: block;
  }
}
@media (max-width: 600px) {
  .unshown600 {
    display: none;
  }
}
@media (max-width: 500px) {
  .unshown500 {
    display: none;
  }
  .show500 {
    display: block;
  }
}
@media (max-width: 400px) {
  .show400 {
    display: block;
  }
}
header .menubox {
  background-color: white;
  height: 100%;
  width: 100%;
}
header .mmenu {
  height: 100%;
  background: white;
  border: 0 0 10px gray;
}
header .mmenu > svg {
  width: auto;
}
header .mmenu svg {
  margin: auto;
}
@media (max-width: 1000px) {
  header .mmenu {
    width: 300px !important;
    max-width: 30% !important;
  }
}
@media (max-width: 600px) {
  header .mmenu {
    max-width: 80% !important;
  }
}
header .moff {
  border-color: white;
}
header .top {
  display: none;
}
header .topback {
  background-color: rgb(255, 255, 255);
  box-shadow: 0 10px 30px rgba(153, 153, 153, 0.3);
}
header .topbanner {
  position: fixed;
  top: 0;
  z-index: 3;
  width: 100%;
}
header .topcover {
  padding: 1% 5%;
  margin-left: auto;
  margin-right: auto;
}
header .xbox {
  position: absolute;
  top: 20px;
  left: -40px;
  z-index: 1;
}
header .privacy-policy {
  text-decoration: none;
}
header .header-logo {
  width: 100px;
  height: 25px;
  background-image: url("../svg/logo-black.svg");
  background-size: contain;
}
header .footer {
  position: absolute;
  bottom: 0;
  font-size: 1rem;
}
@media (min-width: 800px) {
  header li {
    font-size: 1.3rem;
  }
  header ul {
    list-style: none;
  }
  header .topbar {
    position: fixed;
    right: 3%;
    margin-top: 4%;
  }
}
@media (min-width: 950px) {
  header .logo {
    width: 230;
    margin-left: -3%;
  }
}
@media (min-width: 1000px) {
  header ul.menu {
    position: absolute;
    top: 25;
    margin-left: -20px;
    padding: 20px 0;
  }
  header ul > .menu {
    background-color: white;
    border-radius: 10px;
    padding: 10px 30px;
    box-shadow: 0 0 3px black;
  }
  header ul.menu a {
    color: black;
    text-decoration: none;
    font-size: inherit;
  }
  header .header-logo {
    width: 200px;
    height: 50px;
  }
  header .moff {
    display: none;
    margin-left: 30px;
  }
  header .topbar {
    margin-top: 2%;
  }
  header .link-list {
    font-size: 1.1rem;
    color: white !important;
  }
  header .nav-item {
    margin-right: 50px;
  }
  header .nav-item > a {
    padding: 0 10px;
  }
}

html {
  font-size: 80%;
  display: flex;
}

body {
  position: relative;
  width: 100%;
  font-family: "SUIT", "Pretendard", "GenEiGothicN-R";
}

.page {
  width: 100%;
  padding: 15% 0;
  text-align: center;
}

.downbar {
  width: 43px;
  height: 8px;
  background-color: #dc3545;
  margin: 0 auto 40px;
}

#footer {
  font-family: "SUIT-Regular";
  background-color: #222 !important;
  padding: 60px 0;
  font-size: 1.3rem;
  color: #c4c4c4;
}
#footer dl, #footer dt, #footer dd {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer dt {
  float: left;
  line-height: 1.2;
}
#footer dd {
  float: left;
  margin-left: 7px;
  margin-right: 24px;
  line-height: 1.2;
}
#footer a {
  text-decoration: none;
}
#footer .flex {
  display: flex;
}
#footer .footer-wrap {
  justify-content: space-between;
}
#footer .ft-info, #footer .ft-bot {
  flex-direction: column;
  justify-content: flex-end;
}
#footer .ft-bot p {
  font-size: 1rem;
  position: relative;
  top: 65;
}
#footer .clearfix {
  margin-bottom: 10px;
}
#footer .contents {
  width: 100%;
  max-width: 1300px;
  padding: 0 10px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  #footer {
    display: none;
  }
}
h1 {
  font-size: 40px;
  font-weight: 900;
}
@media (max-width: 800px) {
  h1 {
    font-size: 2.2rem;
  }
}

.flex {
  display: flex;
}

.t-page1, .m-page1 {
  background-image: url("../jpg/laptop.jpg");
  border-radius: 0 0 60px 60px;
  background-position: center;
  padding: 50px 0 0;
}

.m-page1 {
  background-size: 700px;
}

.t-page1 {
  background-size: 1000px;
  margin-bottom: 300px;
}

.mpage3png {
  width: 80%;
  margin: 50px 10%;
}

.tpage1svg {
  position: absolute;
  top: 80px;
}

.btn-txt {
  cursor: pointer;
}

.font-txt {
  font-weight: 500;
}

.page2svg {
  width: 100%;
}

@media (max-width: 500px) {
  .downbar {
    margin: 25px auto 50px;
  }
}

.bg-red {
  background-color: #dc3545;
}

.icon {
  background-color: royalblue;
  color: white;
  width: 20px;
  height: 20px;
  border-radius: 25px;
  margin-top: 5px;
}
@media (max-width: 1200px) {
  .icon {
    width: 1.3rem;
    height: 1.3rem;
    margin-top: 0.3rem;
  }
}

.titlebox {
  position: relative;
  color: white;
  z-index: 2;
  font-size: 20px;
  font-weight: 600;
  width: 300px;
  border-radius: 25px;
  padding: 8px;
}

.detailbox {
  background-color: white;
  position: relative;
  top: -20px;
  padding: 40px 30px;
  z-index: 1;
}

.cover-yellow {
  color: rgb(254, 254, 0);
}

.check-icon {
  width: 180%;
  margin-top: -10px;
  margin-left: -6px;
}

.page1 {
  background-image: url("../jpg/laptop.jpg");
  background-size: cover;
  background-position: center;
  padding: 0;
}
.page1 .pagewrap {
  background: linear-gradient(45deg, black, transparent);
  padding: 12% 0;
}
.page1 h1 {
  color: white;
}
.page1 .container {
  margin: 60px auto;
}
.page1 .downrow {
  border-bottom: 1px dashed #999;
}
.page1 .card {
  padding: 20px;
  margin: 0 10px;
  background: none;
  border: none;
  flex-direction: initial;
}
.page1 .card-wrap, .page1 .card-iconbox {
  flex: 1;
}
.page1 .card-icon {
  margin: 17px 0;
  width: 80px;
  height: 80px;
  background: white;
  border-radius: 10px;
}
@media (max-width: 800px) {
  .page1 .card-icon {
    margin: auto;
  }
}
.page1 .card-title {
  font-size: 30px;
}
.page1 .card-item {
  margin: 26%;
  width: 48%;
}
@media (max-width: 800px) {
  .page1 .card.flex {
    display: block;
  }
}
.page1 .contents-box {
  padding: 20px 260px;
  text-align: left;
}
@media (max-width: 1400px) {
  .page1 .contents-box {
    padding: 20px 170px;
  }
}
@media (max-width: 1200px) {
  .page1 .contents-box {
    padding: 20px 70px;
  }
}
@media (max-width: 1000px) {
  .page1 .contents-box {
    padding: 20px 0;
  }
}
@media (max-width: 800px) {
  .page1 .contents-box {
    padding: 0;
  }
}
.page1 .contents-detail {
  flex: 4;
  font-size: 20px;
  font-weight: 600;
  color: white;
  padding: 0 15px;
}
@media (max-width: 800px) {
  .page1 .contents-detail {
    text-align: center;
  }
}
@media (max-width: 400px) {
  .page1 .contents-detail {
    font-size: 1.2rem;
  }
}

.page2 {
  background-color: #f7f7f7;
  padding: 10% 0 15%;
}
@media (max-width: 500px) {
  .page2 {
    padding: 60px 0;
  }
}
.page2 .flex-4 {
  padding: 0 20px;
}
.page2 .flex-4.left-box {
  background-color: rgb(194, 194, 194);
  border-radius: 10px;
  margin: 20px 0;
}
@media (max-width: 1000px) {
  .page2 .flex-4.left-box {
    width: 90%;
    margin: 1.5rem auto;
  }
}
.page2 .blue {
  color: royalblue;
  font-weight: 400;
}
.page2 .boxing {
  width: 500px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .page2 .boxing {
    display: block;
    width: 80%;
  }
}
@media (max-width: 800px) {
  .page2 .boxing {
    width: 100%;
  }
}
.page2 .contents-title {
  font-size: 25px;
  font-weight: 900;
  margin-top: 30px;
}
@media (max-width: 1400px) {
  .page2 .contents-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 1200px) {
  .page2 .contents-title {
    font-size: 1.6rem;
  }
}
@media (max-width: 1000px) {
  .page2 .contents-title {
    margin: 0;
  }
}
.page2 .contents-box {
  padding: 20px;
  font-size: 20px;
}
@media (max-width: 1400px) {
  .page2 .contents-box {
    padding: 0;
    font-size: 1.3rem;
  }
}
@media (max-width: 1000px) {
  .page2 .contents-box {
    padding: 1.5rem;
  }
}
.page2 .contents-detail {
  margin-top: 30px;
  padding: 10px 0;
}
@media (max-width: 1000px) {
  .page2 .contents-detail {
    margin-top: 0;
  }
}
.page2 .contents-item {
  margin: 10px 0;
  display: inline-flex;
}
.page2 .contents-item .icon-box {
  flex: 1;
}
.page2 .contents-item .contents-text {
  font-weight: 600;
}
.page2 .btn-primary {
  padding: 10px 20px;
  border-radius: 15px;
  font-size: 1.2rem;
}
.page2 .contents2-titlebox {
  background-color: #6ca2ff;
  margin-left: 60px;
}
.page2 .contents2-detail {
  display: flex;
  font-size: 16px;
}
@media (max-width: 1400px) {
  .page2 .contents2-detail {
    font-size: 1rem;
  }
}
@media (max-width: 1000px) {
  .page2 .contents2-detail {
    display: block;
  }
}
.page2 .contents2-boxing:nth-child(even) .contents2-titlebox {
  background-color: #4388ff;
}
.page2 .detailbox {
  border-radius: 10px;
  padding: 60px 30px 30px;
}
@media (max-width: 1200px) {
  .page2 .detailbox {
    padding: 2.5rem 1rem;
  }
}
@media (max-width: 1000px) {
  .page2 .detailbox {
    padding: 2.5rem 1.5rem;
  }
}
@media (max-width: 1000px) {
  .page2 .detailbox {
    padding: 2.5rem 0.8rem;
  }
}
@media (max-width: 400px) {
  .page2 .detailbox {
    padding: 2.5rem 0.8rem 0.8rem;
  }
}
.page2 .detail-title {
  flex: 3;
  border-right: 2px solid #c2c2c2;
  padding: 0 10px;
  text-align: right;
  font-weight: 600;
  color: rgb(105, 180, 210);
}
@media (max-width: 1000px) {
  .page2 .detail-title {
    text-align: center;
    border-right: none;
    font-size: 1.3rem;
  }
}
.page2 .detail-text {
  flex: 9;
  padding: 0 10px 10px;
  text-align: left;
}
@media (max-width: 1000px) {
  .page2 .detail-text {
    padding: 0.3rem 3rem 1rem;
  }
}
@media (max-width: 400px) {
  .page2 .detail-text {
    padding: 0.3rem 1rem 1rem;
  }
}
.page2 .bg-covering {
  background-color: rgb(152, 222, 249);
}
@media (max-width: 1000px) {
  .page2 .bg-covering {
    font-weight: 600;
  }
}
.page2 span > a {
  text-decoration: none;
  font-size: 1.3rem;
}
@media (max-width: 1400px) {
  .page2 span > a {
    font-size: 1rem;
  }
}
@media (max-width: 1400px) {
  .page2 .icon {
    width: 1rem;
    height: 1rem;
    border-radius: 3rem;
  }
}
@media (max-width: 1400px) {
  .page2 .check-icon {
    margin-top: -0.5rem;
    margin-left: -0.3rem;
  }
}
@media (max-width: 1000px) {
  .page2 .titlebox {
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .page2 .titlebox {
    width: 230px;
  }
}

.page3 {
  background-image: none;
}
@media (max-width: 500px) {
  .page3 {
    padding: 40px 0;
  }
}
.page3 .flex {
  margin-top: 15px;
}
@media (max-width: 500px) {
  .page3 .flex {
    display: block;
  }
}
.page3 .row-8 {
  flex: 8;
}
.page3 .row-8 h1 {
  text-align: left;
  color: black;
}
@media (max-width: 500px) {
  .page3 .row-8 h1 {
    text-align: center;
  }
}
.page3 .row-8 > .downbar {
  margin: 40px 0;
}
@media (max-width: 500px) {
  .page3 .row-8 > .downbar {
    margin: 25px auto 0;
  }
}
.page3 .row-8 .png {
  margin: 209px 0 0 0;
  width: 80%;
  position: relative;
  left: -93px;
}
@media (max-width: 1000px) {
  .page3 .row-8 .png {
    left: -3.8rem;
  }
}
@media (max-width: 500px) {
  .page3 .row-8 .png {
    margin: 0;
    position: relative;
    z-index: 0;
    top: 570px;
    left: 0;
    width: 90%;
  }
}
.page3 .row-4 {
  flex: 4;
}
@media (max-width: 500px) {
  .page3 .row-4 {
    margin-top: -40px;
  }
}
@media (max-width: 500px) {
  .page3 .row-4 .researchwrap {
    width: 60%;
    margin: 0 auto;
  }
}
@media (max-width: 400px) {
  .page3 .row-4 .researchwrap {
    width: 70%;
  }
}
.page3 .researchwrap {
  padding: 20px;
  width: 90%;
}
@media (max-width: 1000px) {
  .page3 .researchwrap {
    padding: 1.3rem;
    width: 100%;
  }
}
@media (max-width: 800px) {
  .page3 .researchwrap {
    padding: 1rem 0;
  }
}
.page3 .researchbox {
  background-color: #dc3545;
  box-shadow: 0 0 10px gray;
  border-radius: 15px;
}
.page3 .contents-detail {
  padding: 20px 0;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  color: white;
}
@media (max-width: 1000px) {
  .page3 .contents-detail {
    font-size: 1.3rem;
  }
}
@media (max-width: 800px) {
  .page3 .contents-detail {
    font-size: 1rem;
  }
}
@media (max-width: 500px) {
  .page3 .contents-detail {
    font-size: 1.5rem;
  }
}
@media (max-width: 400px) {
  .page3 .contents-detail {
    font-size: 1.3rem;
  }
}
@media (max-width: 500px) {
  .page3 .img2 {
    width: 100%;
  }
}

.page4 {
  padding: 0;
}
.page4 .bg-covering {
  background-image: url("../jpg/hand.jpg");
  background-size: cover;
  background-position-y: -250px;
}
@media (max-width: 1000px) {
  .page4 .bg-covering {
    background-position-y: 0;
  }
}
.page4 .bg-filtering {
  background: linear-gradient(45deg, black, transparent);
}
.page4 .container {
  padding: 80px 0;
}
@media (max-width: 1000px) {
  .page4 .container {
    padding: 80px 0;
  }
}
.page4 .contents-wrap {
  padding: 50px 0;
  margin: auto;
}
@media (max-width: 1000px) {
  .page4 .contents-wrap {
    padding: 0;
  }
}
.page4 .contents-box {
  display: flex;
  color: white;
}
@media (max-width: 1000px) {
  .page4 .contents-box {
    display: block;
  }
}
.page4 .text-box {
  flex: 1;
}
.page4 .btn-box {
  flex: 1;
  margin: auto;
}
.page4 .title {
  margin: 20px;
  font-size: 4.3rem;
  font-weight: 700;
}
@media (max-width: 1400px) {
  .page4 .title {
    font-size: 3.6rem;
  }
}
@media (max-width: 1000px) {
  .page4 .title {
    margin: 20px 0;
    font-size: 3.2rem;
  }
}
@media (max-width: 600px) {
  .page4 .title {
    margin: 10px 0;
    font-size: 2.8rem;
  }
}
@media (max-width: 400px) {
  .page4 .title {
    font-size: 2.1rem;
  }
}
.page4 .detail {
  font-size: 2.5rem;
}
@media (max-width: 1000px) {
  .page4 .detail {
    font-size: 2rem;
  }
}
@media (max-width: 600px) {
  .page4 .detail {
    font-size: 1.6rem;
  }
}
@media (max-width: 400px) {
  .page4 .detail {
    font-size: 1.4rem;
  }
}
.page4 .btn-danger {
  font-size: 1.8rem;
  padding: 10px 20px;
  border-radius: 20px;
}
@media (max-width: 600px) {
  .page4 .btn-danger {
    font-size: 1.4rem;
  }
}
@media (max-width: 400px) {
  .page4 .btn-danger {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=service.css.map */