@charset "UTF-8";
/* before-after-common */
/* absolute-center */
/* transition */
/* font-size */
/* margin */
/* ================================================================== */
/* Name	: common.css
/* Script : Font, Layout CSS
/* Author : Design Geulggol
/* Date	: 2022-02-03
/* ================================================================== */
/* tabel */
.table-common {
  width: 100%;
}
.table-common th,
.table-common td {
  padding: 40px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
@media (max-width: 1280px) {
  .table-common th,
.table-common td {
    padding: 28px;
  }
}
@media (max-width: 768px) {
  .table-common th,
.table-common td {
    padding: 3% 4%;
  }
}
.table-common th {
  text-align: center;
  font-weight: 500;
  background-color: #f1f1f1;
  font-size: 2rem;
  color: #000000;
  word-break: keep-all;
}
@media (max-width: 1280px) {
  .table-common th {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .table-common th {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .table-common th {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) and (max-width: 1280px) {
  .table-common th {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  .table-common th {
    font-size: 1.5rem;
  }
}

.list-dot li {
  position: relative;
  padding-left: 0.7em;
  margin-bottom: 0.2em;
}
.list-dot li:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #000000;
}

.terms {
  width: 100%;
  margin-top: 10px;
  background-color: #ffffff;
  overflow: hidden;
}
.terms > div {
  padding: 40px 50px;
  height: 300px;
  overflow-y: scroll;
}
@media (max-width: 768px) {
  .terms > div {
    height: 250px;
    padding: 20px 30px;
  }
}

/* --------------------------------------- */
/* s-header
/* --------------------------------------- */
#s-header {
  position: relative;
  text-align: center;
  z-index: 1;
  margin-top: 226px;
}
@media (max-width: 1280px) {
  #s-header {
    margin-top: 160px;
  }
}
@media (max-width: 768px) {
  #s-header {
    margin-top: 56px;
  }
}
#s-header h2 {
  font-size: 6.4rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  #s-header h2 {
    font-size: 5rem;
  }
}
@media (max-width: 768px) {
  #s-header h2 {
    font-size: 3.2rem;
  }
}
#s-header h2 > span {
  display: block;
  margin-top: 1.22em;
  /*20px*/
  font-family: "Pretandard";
  font-size: 1.5rem;
  font-weight: 400;
}
@media (max-width: 1280px) {
  #s-header h2 > span {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #s-header h2 > span {
    font-size: 1.3rem;
  }
}
@media (max-width: 768px) {
  #s-header h2 > span {
    margin-top: 0.61em;
  }
}
#s-header h2 > span > span {
  display: inline-block;
  padding: 0.438em 1.25em 0.5em;
  /*7px 20px 8px*/
  border: 1px solid #c5c5c5;
}
#s-header .scroll-ani {
  position: absolute;
  left: 2.5%;
  font-family: "Pretandard";
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.5;
}
@media (max-width: 768px) {
  #s-header .scroll-ani {
    font-size: 1rem;
  }
}
#s-header .scroll-ani > span:nth-child(1) {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: inline-block;
}
#s-header .scroll-ani > span:nth-child(2) {
  display: block;
  height: 68px;
}
@media (max-width: 768px) {
  #s-header .scroll-ani > span:nth-child(2) {
    height: 48px;
  }
}
#s-header .scroll-ani > span:nth-child(2) > span {
  display: block;
  opacity: 0.8;
  width: 1px;
  height: 100%;
  margin-top: 38px;
  margin-left: 19px;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-name: scroll-;
          animation-name: scroll-;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}
@media (max-width: 768px) {
  #s-header .scroll-ani > span:nth-child(2) > span {
    margin-top: 25px;
    margin-left: 18px;
  }
}

.s-h-img {
  padding-top: 40%;
  background: url("/assets/images/sub/about.jpg") no-repeat center top/cover;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .s-h-img {
    padding-top: 120%;
    background-position: center;
  }
}
.s-h-img h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.s-h-img .scroll-ani {
  bottom: 7.8%;
  color: #ffffff;
}
.s-h-img .scroll-ani > span:nth-child(2) > span {
  background-color: #ffffff;
}

.portfolio {
  padding-top: 15%;
  background: none;
}
@media (max-width: 1280px) {
  .portfolio {
    padding-top: 30%;
  }
}
@media (max-width: 768px) {
  .portfolio {
    padding-top: 40%;
  }
}
@media (max-width: 320px) {
  .portfolio {
    padding-top: 50%;
  }
}
.portfolio h2 {
  top: auto;
  bottom: 0;
  color: #000000;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.portfolio .scroll-ani {
  bottom: 15%;
  color: #000000;
}
.portfolio .scroll-ani > span:nth-child(2) > span {
  background-color: #000000;
}

/* visual */
.service {
  background-image: url("/assets/images/sub/service.jpg");
}

.support {
  background-image: url("/assets/images/sub/support.jpg");
}

/* scroll-animation */
@-webkit-keyframes scroll- {
  100% {
    height: 0;
  }
}
@keyframes scroll- {
  100% {
    height: 0;
  }
}
/* --------------------------------------- */
/* s-container
/* --------------------------------------- */
#s-container {
  position: relative;
  margin-top: 140px;
  z-index: 2;
}
@media (max-width: 1280px) {
  #s-container {
    margin-top: 112px;
  }
}
@media (max-width: 768px) {
  #s-container {
    margin-top: 70px;
  }
}

.s-cont-ti {
  text-align: center;
}
.s-cont-ti h3 {
  margin-bottom: 0.405em;
  /*17px*/
  font-size: 4.2rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1280px) {
  .s-cont-ti h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .s-cont-ti h3 {
    font-size: 2.8rem;
  }
}
.s-cont-ti p {
  font-size: 1.8rem;
  color: #767676;
}
@media (max-width: 1280px) {
  .s-cont-ti p {
    font-size: 1.6rem;
  }
}
@media (max-width: 768px) {
  .s-cont-ti p {
    font-size: 1.5rem;
  }
}

.cont-box {
  background-color: #f3f3f3;
  border: 1px solid #cccccc;
}

/* --------------------------------------- */
/* about-as
/* --------------------------------------- */
/* youtube */
.youtube-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 200;
}
.youtube-wrap .content-in {
  max-width: 1280px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
@media (max-width: 1300px) {
  .youtube-wrap .content-in {
    max-width: 80%;
    margin: 0 10%;
  }
}
@media (max-width: 768px) {
  .youtube-wrap .content-in {
    max-width: 90%;
    margin: 0 5%;
  }
}
.youtube-wrap .content-in .youtube {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding-top: 56.25%;
}
.youtube-wrap .content-in .youtube .close {
  position: absolute;
  top: -50px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url("/assets/images/sub/close.svg") no-repeat center/100%;
  cursor: pointer;
}
@media (max-width: 768px) {
  .youtube-wrap .content-in .youtube .close {
    top: -40px;
    width: 30px;
    height: 30px;
  }
}
.youtube-wrap .content-in .youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* cont */
.ceo-wrap {
  padding-bottom: 195px;
  background: url("/assets/images/sub/about_bg01.jpg") no-repeat bottom right/73.9% auto;
}
@media (max-width: 1280px) {
  .ceo-wrap {
    padding-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .ceo-wrap {
    padding-bottom: 50px;
  }
}
.ceo-wrap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .ceo-wrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.ceo-wrap > div figure {
  width: 456px;
}
@media (max-width: 1280px) {
  .ceo-wrap > div figure {
    width: 38%;
  }
}
@media (max-width: 768px) {
  .ceo-wrap > div figure {
    width: 40%;
    margin: 0 auto;
  }
}
.ceo-wrap > div > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 144px;
}
@media (max-width: 1280px) {
  .ceo-wrap > div > div {
    margin-left: 5%;
  }
}
@media (max-width: 768px) {
  .ceo-wrap > div > div {
    margin-left: 0;
    text-align: center;
  }
}
.ceo-wrap > div > div h3 {
  margin-top: 70px;
}
@media (max-width: 1024px) {
  .ceo-wrap > div > div h3 {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .ceo-wrap > div > div h3 {
    margin-top: 30px;
  }
}
.ceo-wrap > div > div h3.p-none {
  display: none;
}
@media (max-width: 768px) {
  .ceo-wrap > div > div h3.p-none {
    display: block;
  }
  .ceo-wrap > div > div h3.p-none img {
    width: 80%;
  }
}
.ceo-wrap > div > div h3.m-none {
  display: block;
}
@media (max-width: 768px) {
  .ceo-wrap > div > div h3.m-none {
    display: none;
  }
}
.ceo-wrap > div > div h3:after {
  content: "";
  display: block;
  width: 90px;
  height: 2px;
  margin: 36px 0 52px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .ceo-wrap > div > div h3:after {
    margin: 20px auto;
  }
}
@media (max-width: 768px) {
  .ceo-wrap > div > div p {
    width: 80%;
    margin: 0 auto;
  }
}
.ceo-wrap > div > div p span {
  display: block;
}
@media (max-width: 1024px) {
  .ceo-wrap > div > div p span {
    display: inline;
  }
}
@media (max-width: 768px) {
  .ceo-wrap > div > div p span {
    display: inline;
  }
}
.ceo-wrap > div > div .sign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
}
@media (max-width: 1280px) {
  .ceo-wrap > div > div .sign {
    margin-top: 10%;
  }
}
@media (max-width: 768px) {
  .ceo-wrap > div > div .sign {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.ceo-wrap > div > div .sign span {
  display: inline-block;
  margin-right: 10px;
}

.mission-wrap {
  padding: 160px 0;
  background-color: #abb9c4;
}
@media (max-width: 1280px) {
  .mission-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .mission-wrap {
    padding: 50px 0;
  }
}
.mission-wrap .mission-cont {
  position: relative;
  max-width: 1490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .mission-wrap .mission-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 5%;
  }
}
.mission-wrap .mission-cont > div {
  position: relative;
  width: 40.2%;
  background-color: #ffffff;
}
@media (max-width: 640px) {
  .mission-wrap .mission-cont > div {
    width: 100%;
  }
}
.mission-wrap .mission-cont > div > div {
  padding: 60px 20px 80px;
  text-align: center;
}
@media (max-width: 1280px) {
  .mission-wrap .mission-cont > div > div {
    padding: 40px 40px 50px;
  }
}
@media (max-width: 768px) {
  .mission-wrap .mission-cont > div > div {
    padding: 30px 20px;
  }
}
.mission-wrap .mission-cont > div > div h4 {
  margin-bottom: 0.688em;
  /*22*/
  font-size: 3.2rem;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1280px) {
  .mission-wrap .mission-cont > div > div h4 {
    font-size: 2.6rem;
  }
}
@media (max-width: 768px) {
  .mission-wrap .mission-cont > div > div h4 {
    font-size: 2.2rem;
  }
}
.mission-wrap .mission-cont > div > div p {
  width: 58%;
  margin: 0 auto;
}
@media (max-width: 1280px) {
  .mission-wrap .mission-cont > div > div p {
    width: 100%;
  }
}
.mission-wrap .mission-cont > div:nth-child(3) {
  margin-right: 5.6%;
}
@media (max-width: 640px) {
  .mission-wrap .mission-cont > div:nth-child(3) {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.mission-wrap .mission-cont > figure {
  position: relative;
  width: 7%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .mission-wrap .mission-cont > figure {
    width: 100%;
  }
}
.mission-wrap .mission-cont > figure.p-none {
  display: none;
}
@media (max-width: 640px) {
  .mission-wrap .mission-cont > figure.p-none {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mission-wrap .mission-cont > figure.m-none {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .mission-wrap .mission-cont > figure.m-none {
    display: none;
  }
}
.mission-wrap .mission-cont > figure img {
  width: 62.9%;
}
@media (max-width: 640px) {
  .mission-wrap .mission-cont > figure img {
    width: auto;
    height: 40px;
  }
}
.mission-wrap .mission-cont > figure.mission {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 640px) {
  .mission-wrap .mission-cont > figure.mission {
    margin-bottom: 10px;
  }
}
.mission-wrap .mission-cont > figure.vision {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}
@media (max-width: 640px) {
  .mission-wrap .mission-cont > figure.vision {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin-top: 10px;
  }
}

.about-service-wrap {
  padding: 120px 0;
  background: url("/assets/images/sub/about_bg02.jpg") no-repeat right top/cover;
}
@media (max-width: 1280px) {
  .about-service-wrap {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  .about-service-wrap {
    padding: 50px 0;
  }
}
.about-service-wrap .s-cont-ti h3,
.about-service-wrap .s-cont-ti p {
  color: #ffffff;
}
.about-service-wrap .about-icon {
  max-width: 1176px;
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .about-service-wrap .about-icon {
    margin: 30px auto 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about-service-wrap .about-icon li {
  width: 28.6%;
  margin-right: 7.1%;
  padding: 32px 4.5%;
  background-color: #ffffff;
  text-align: center;
}
@media (max-width: 1280px) {
  .about-service-wrap .about-icon li {
    width: 30%;
    margin-right: 5%;
  }
}
@media (max-width: 768px) {
  .about-service-wrap .about-icon li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 20px 4%;
  }
}
.about-service-wrap .about-icon li h4 {
  padding-bottom: 1.167em;
  /*28*/
  font-size: 2.4rem;
  font-weight: 700;
  color: #000000;
  border-bottom: 1px solid #000000;
}
@media (max-width: 1280px) {
  .about-service-wrap .about-icon li h4 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .about-service-wrap .about-icon li h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .about-service-wrap .about-icon li h4 {
    padding-bottom: 0.5em;
  }
}
.about-service-wrap .about-icon li > span {
  display: block;
  width: 100%;
  padding-top: 75.56%;
}
@media (max-width: 768px) {
  .about-service-wrap .about-icon li > span {
    padding-top: 20%;
  }
}
.about-service-wrap .about-icon li p {
  line-height: 130%;
}
@media (max-width: 768px) {
  .about-service-wrap .about-icon li p {
    width: 80%;
    margin: 0 auto;
  }
}
.about-service-wrap .about-icon li:nth-child(1) span {
  background: url("/assets/images/sub/icon01_02.svg") no-repeat center/36.2% 39.5%;
}
.about-service-wrap .about-icon li:nth-child(2) span {
  background: url("/assets/images/main/icon03.svg") no-repeat center/33% 37.1%;
}
.about-service-wrap .about-icon li:last-child {
  margin-right: 0;
}
.about-service-wrap .about-icon li:last-child span {
  background: url("/assets/images/main/icon04.svg") no-repeat center/33.9% 34.7%;
}
.about-service-wrap .btn-about a {
  max-width: 520px;
}

.own-wrap {
  padding-top: 120px;
}
@media (max-width: 1280px) {
  .own-wrap {
    padding-top: 80px;
  }
}
@media (max-width: 768px) {
  .own-wrap {
    padding-top: 50px;
  }
}
.own-wrap h3 {
  margin-bottom: 1em;
}
.own-wrap .own-box {
  padding: 35px 40px;
  margin-bottom: 80px;
}
@media (max-width: 1280px) {
  .own-wrap .own-box {
    margin-bottom: 64px;
  }
}
@media (max-width: 768px) {
  .own-wrap .own-box {
    margin-bottom: 30px;
  }
}
.own-wrap .own-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.own-wrap .own-box ul li {
  width: 20%;
  margin: 9px 0 8px;
  color: #000000;
  font-size: 2rem;
}
@media (max-width: 1280px) {
  .own-wrap .own-box ul li {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .own-wrap .own-box ul li {
    font-size: 1.7rem;
  }
}
@media (max-width: 1280px) {
  .own-wrap .own-box ul li {
    width: 25%;
  }
}
@media (max-width: 768px) {
  .own-wrap .own-box ul li {
    width: 50%;
  }
}
.own-wrap .own-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.own-wrap .own-list figure {
  width: 14.2%;
  margin-bottom: 68px;
  text-align: center;
}
@media (max-width: 1280px) {
  .own-wrap .own-list figure {
    padding: 0 5px;
    width: 20%;
  }
}

/* --------------------------------------- */
/* service
/* --------------------------------------- */
.service-cont01 {
  margin-bottom: 140px;
}
@media (max-width: 1280px) {
  .service-cont01 {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .service-cont01 {
    margin-bottom: 50px;
  }
}
.service-cont01 .service-icon {
  max-width: 1028px;
  margin: 80px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .service-cont01 .service-icon {
    margin: 30px auto;
  }
}
.service-cont01 .service-icon li {
  position: relative;
  width: 28.1%;
  padding-top: 28.1%;
  border-radius: 50%;
  background-color: #4262be;
}
.service-cont01 .service-icon li:nth-child(2n) {
  width: 7.8%;
  background: url("/assets/images/sub/arrow_gray.svg") no-repeat center/21px 39px;
}
@media (max-width: 768px) {
  .service-cont01 .service-icon li:nth-child(2n) {
    background-size: 11px 21px;
  }
}
.service-cont01 .service-icon li:nth-child(2n-1) > span {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 30%;
  display: block;
  width: 27.7%;
  height: 22.8%;
  background: url("/assets/images/sub/icon01.svg") no-repeat center/100%;
}
@media (max-width: 768px) {
  .service-cont01 .service-icon li:nth-child(2n-1) > span {
    top: 20%;
    width: clac(38.78%);
    height: calc(22.8% * 1.4);
  }
}
.service-cont01 .service-icon li:nth-child(2n-1) > strong {
  display: block;
  width: 100%;
  position: absolute;
  bottom: 26%;
  left: 0;
  text-align: center;
  color: #ffffff;
  font-size: 2.4rem;
}
@media (max-width: 1280px) {
  .service-cont01 .service-icon li:nth-child(2n-1) > strong {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .service-cont01 .service-icon li:nth-child(2n-1) > strong {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .service-cont01 .service-icon li:nth-child(2n-1) > strong {
    font-size: 2.3436vw;
  }
}
.service-cont01 .service-icon li:nth-child(2) > span {
  background-image: url("/assets/images/sub/icon02.svg");
  background-size: 91.3% 93.9%;
}
.service-cont01 .service-icon li:nth-child(3) > span {
  background-image: url("/assets/images/sub/icon03.svg");
  background-size: 93.8% 87.9%;
}
.service-cont01 .service-table table {
  max-width: 1176px;
  margin: 0 auto;
}

.service-cont02 {
  padding: 130px 0;
  margin-bottom: -140px;
  background-color: #efefef;
  /* cont2*/
}
@media (max-width: 1280px) {
  .service-cont02 {
    padding: 70px 0;
    margin-bottom: -calc(112px);
  }
}
@media (max-width: 768px) {
  .service-cont02 {
    padding: 50px 0;
    margin-bottom: -90px;
  }
}
.service-cont02 .s-cont-ti h3 {
  margin-bottom: 0.952em;
  /*40px*/
}
@media (max-width: 768px) {
  .service-cont02 .s-cont-ti h3 {
    margin-bottom: 0.652em;
  }
}
.service-cont02 > section:first-child {
  margin-bottom: 140px;
}
@media (max-width: 1280px) {
  .service-cont02 > section:first-child {
    margin-bottom: 80px;
  }
}
@media (max-width: 768px) {
  .service-cont02 > section:first-child {
    margin-bottom: 50px;
  }
}
.service-cont02 > section .box-com {
  background-color: #ffffff;
  border-radius: 20px;
  overflow: hidden;
}
.service-cont02 > section .box-blue {
  margin-bottom: 35px;
}
@media (max-width: 768px) {
  .service-cont02 > section .box-blue {
    margin-bottom: 20px;
  }
}
.service-cont02 > section .box-blue h4 {
  padding: 28px;
  background-color: #4262be;
  color: #ffffff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 700;
}
@media (max-width: 1280px) {
  .service-cont02 > section .box-blue h4 {
    font-size: 1.9rem;
  }
}
@media (max-width: 768px) {
  .service-cont02 > section .box-blue h4 {
    font-size: 1.7rem;
  }
}
@media (max-width: 768px) {
  .service-cont02 > section .box-blue h4 {
    padding: 16px 20px;
  }
}
.service-cont02 > section .box-blue > div {
  padding: 30px;
}
.service-cont02 > section .box-blue > div p {
  text-align: center;
}
.service-cont02 > section .box-blue > div .service-dia01 {
  max-width: 1110px;
  margin: 50px auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .service-cont02 > section .box-blue > div .service-dia01 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 30px auto 10px;
  }
}
.service-cont02 > section .box-blue > div .service-dia01 > div {
  position: relative;
  width: 18.3%;
  padding-top: 18.3%;
  border-radius: 50%;
  background-color: #0cabc8;
  color: #ffffff;
  text-align: center;
}
@media (max-width: 1024px) {
  .service-cont02 > section .box-blue > div .service-dia01 > div {
    width: 25%;
    padding-top: 25%;
  }
}
@media (max-width: 768px) {
  .service-cont02 > section .box-blue > div .service-dia01 > div {
    width: 80%;
    padding-top: 20%;
    border-radius: 10px;
  }
}
.service-cont02 > section .box-blue > div .service-dia01 > div span {
  width: 80%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 1280px) {
  .service-cont02 > section .box-blue > div .service-dia01 > div span {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .service-cont02 > section .box-blue > div .service-dia01 > div span {
    font-size: 1.8rem;
  }
}
.service-cont02 > section .box-blue > div .service-dia01 > span {
  display: block;
  width: 10.3%;
  height: 39px;
  background: url("/assets/images/sub/arrow_gray.svg") no-repeat center/21px 100%;
}
@media (max-width: 768px) {
  .service-cont02 > section .box-blue > div .service-dia01 > span {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-size: 21px 80%;
  }
}
.service-cont02 > section .box-blue > div .service-dia01 ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-cont02 > section .box-blue > div .service-dia01 ul li {
  padding: 20px 28px;
  border: 2px solid #c5c5c5;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .service-cont02 > section .box-blue > div .service-dia01 ul li {
    padding: 16px 18px;
    text-align: center;
  }
}
.service-cont02 > section .box-blue > div .service-dia01 ul li:first-child {
  margin-bottom: 10px;
}
.service-cont02 > section .cont-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 768px) {
  .service-cont02 > section .cont-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.service-cont02 > section .cont-flex > div {
  width: 49%;
}
@media (max-width: 768px) {
  .service-cont02 > section .cont-flex > div {
    width: 100%;
  }
}
.service-cont02 > section .cont-flex > div:nth-child(2) {
  margin-left: auto;
}
.service-cont02 .cont-block {
  padding: 80px;
}
@media (max-width: 1280px) {
  .service-cont02 .cont-block {
    padding: 64px;
  }
}
@media (max-width: 768px) {
  .service-cont02 .cont-block {
    padding: 30px;
  }
}
.service-cont02 .cont-block .service-dia02 {
  margin-bottom: 115px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 960px) {
  .service-cont02 .cont-block .service-dia02 {
    margin-bottom: 92px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 768px) {
  .service-cont02 .cont-block .service-dia02 {
    margin-bottom: 50px;
  }
}
.service-cont02 .cont-block .service-dia02 > div {
  width: 200px;
}
@media (max-width: 1280px) {
  .service-cont02 .cont-block .service-dia02 > div {
    width: 120px;
  }
}
@media (max-width: 960px) {
  .service-cont02 .cont-block .service-dia02 > div {
    width: 160px;
  }
}
.service-cont02 .cont-block .service-dia02 > div div {
  margin-top: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
  color: #000000;
}
@media (max-width: 1280px) {
  .service-cont02 .cont-block .service-dia02 > div div {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .service-cont02 .cont-block .service-dia02 > div div {
    font-size: 1.7rem;
  }
}
.service-cont02 .cont-block .service-dia02 > span {
  display: block;
  width: 58px;
  text-align: center;
}
@media (max-width: 960px) {
  .service-cont02 .cont-block .service-dia02 > span {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .service-cont02 .cont-block .service-dia02 > span:nth-child(2) {
    margin: 18px 0;
  }
}
.service-cont02 .cont-block .service-dia02 > span img {
  width: 69%;
  margin: 5px 0;
}
.service-cont02 .cont-block .service-dia02 > span img:nth-child(2) {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.service-cont02 .cont-block .service-dia02 figure {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.service-cont02 .cont-block .service-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 640px) {
  .service-cont02 .cont-block .service-list ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 364px;
    margin: 0 auto;
  }
}
.service-cont02 .cont-block .service-list ul li {
  text-align: center;
}
.service-cont02 .cont-block .service-list ul li:nth-child(2n-1) figure {
  border: 1px solid #c5c5c5;
}
.service-cont02 .cont-block .service-list ul li:nth-child(2n-1) h4 {
  margin-top: 1em;
  /*20px*/
  font-size: 2rem;
  font-weight: 500;
  color: #000000;
}
@media (max-width: 1280px) {
  .service-cont02 .cont-block .service-list ul li:nth-child(2n-1) h4 {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .service-cont02 .cont-block .service-list ul li:nth-child(2n-1) h4 {
    font-size: 1.7rem;
  }
}
.service-cont02 .cont-block .service-list ul li:nth-child(2n-1) h4 span {
  display: inline-block;
  margin-right: 11px;
  font-size: 2.8rem;
  font-family: "Roboto";
  font-weight: 600;
}
@media (max-width: 1280px) {
  .service-cont02 .cont-block .service-list ul li:nth-child(2n-1) h4 span {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .service-cont02 .cont-block .service-list ul li:nth-child(2n-1) h4 span {
    font-size: 2rem;
  }
}
.service-cont02 .cont-block .service-list ul li:nth-child(2n) {
  width: 6.5%;
  margin-top: -3%;
  background: url("/assets/images/sub/arrow_gray.svg") no-repeat center/21px 39px;
}
@media (max-width: 1280px) {
  .service-cont02 .cont-block .service-list ul li:nth-child(2n) {
    width: 9.1%;
    margin-top: -6%;
    background-size: 16px 31px;
  }
}
@media (max-width: 768px) {
  .service-cont02 .cont-block .service-list ul li:nth-child(2n) {
    margin-top: -8%;
    background-size: 11px 21px;
  }
}
@media (max-width: 640px) {
  .service-cont02 .cont-block .service-list ul li:nth-child(2n) {
    width: 39px;
    height: 50px;
    margin: 0 auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    background-size: 16px 31px;
  }
}

/* --------------------------------------- */
/* portfolio
/* --------------------------------------- */
.port-wrap {
  margin-top: -60px;
}
.port-wrap .cont-sub-ti {
  margin-bottom: 50px;
  font-size: 2rem;
  text-align: center;
  color: #333333;
}
@media (max-width: 1280px) {
  .port-wrap .cont-sub-ti {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .port-wrap .cont-sub-ti {
    font-size: 1.7rem;
  }
}

/* portfolio */
.port-box {
  max-width: 968px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.port-box > div {
  width: calc(50% - 4px);
  margin: 0 2px 4px;
  position: relative;
  padding-top: calc(50% - 4px);
  background-color: #000000;
  overflow: hidden;
  text-align: center;
}
@media (max-width: 640px) {
  .port-box > div {
    width: 100%;
    padding-top: 100%;
    margin: 0 0 4px;
  }
}
.port-box > div a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.port-box > div a img {
  opacity: 0.6;
  max-width: 180%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.port-box > div a .txt {
  width: 100%;
  position: absolute;
  bottom: 11%;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.port-box > div a .txt h3 {
  padding: 0 10%;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 130%;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1280px) {
  .port-box > div a .txt h3 {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .port-box > div a .txt h3 {
    font-size: 1.8rem;
  }
}
.port-box > div a .txt h3 span {
  opacity: 1;
  display: block;
  font-size: 1.6rem;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1280px) {
  .port-box > div a .txt h3 span {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .port-box > div a .txt h3 span {
    font-size: 1.4rem;
  }
}
.port-box > div a .txt > span {
  opacity: 1;
  display: inline-block;
  padding: 4px 12px;
  margin-top: 16px;
  font-size: 1.2rem;
  font-family: "Pretendard";
  font-weight: 400;
  background-color: #ffffff;
  color: #000000;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media (max-width: 1280px) {
  .port-box > div a .txt > span {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .port-box > div a .txt > span {
    font-size: 1rem;
  }
}
.port-box > div a .more {
  opacity: 0;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 1.6rem;
  font-weight: 700;
  color: #ffffff;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1280px) {
  .port-box > div a .more {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .port-box > div a .more {
    font-size: 1.4rem;
  }
}
.port-box > div a .more span {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 17px;
  margin-right: 11px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.port-box > div a .more span:after, .port-box > div a .more span:before {
  content: "";
  display: block;
  position: absolute;
  background-color: #ffffff;
}
.port-box > div a .more span:after {
  top: 4px;
  left: 7px;
  width: 1px;
  height: 7px;
}
.port-box > div a .more span:before {
  top: 7px;
  left: 4px;
  width: 7px;
  height: 1px;
}
.port-box > div:hover a img {
  opacity: 0.3;
  max-width: 200%;
}
.port-box > div:hover a .txt {
  bottom: 50%;
  -webkit-transform: translate(0, 50%);
          transform: translate(0, 50%);
}
.port-box > div:hover a .txt h3 {
  font-size: 2.8rem;
}
@media (max-width: 1280px) {
  .port-box > div:hover a .txt h3 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .port-box > div:hover a .txt h3 {
    font-size: 2rem;
  }
}
.port-box > div:hover a .txt h3 span {
  opacity: 0;
}
.port-box > div:hover a .txt > span {
  opacity: 0;
}
.port-box > div:hover a .more {
  opacity: 1;
  bottom: 10%;
}

/* port-view */
.port-vi-h {
  width: 100%;
  position: absolute;
  top: 80px;
  left: 0;
  padding: 20px 0;
  background-color: #ffffff;
}
.port-vi-h > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.port-vi-h > div .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.port-vi-h > div .list > div {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #000000;
}
@media (max-width: 768px) {
  .port-vi-h > div .list > div {
    width: 42px;
    height: 42px;
  }
}
.port-vi-h > div .list > div a {
  display: block;
  width: 100%;
  height: 100%;
}
.port-vi-h > div .list > div:after, .port-vi-h > div .list > div:before {
  content: "";
  display: block;
  width: 40%;
  height: 2px;
  background-color: #ffffff;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.port-vi-h > div .list > div:after {
  top: 40%;
}
.port-vi-h > div .list > div:before {
  bottom: 40%;
}
.port-vi-h > div .list > span {
  margin-left: 1em;
  /*20px*/
  font-size: 2rem;
  font-weight: 500;
}
@media (max-width: 1280px) {
  .port-vi-h > div .list > span {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .port-vi-h > div .list > span {
    font-size: 1.7rem;
  }
}
.port-vi-h > div .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
.port-vi-h > div .arrow > div {
  width: 60px;
  height: 60px;
  border: 1px solid #cccccc;
  background: url("/assets/images/sub/arrow.svg") no-repeat center/11px 21px;
}
@media (max-width: 768px) {
  .port-vi-h > div .arrow > div {
    width: 42px;
    height: 42px;
    background-size: 9px 17px;
  }
}
.port-vi-h > div .arrow > div:first-child {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-right: -1px;
}
.port-vi-h > div .arrow > div a {
  display: block;
  width: 100%;
  height: 100%;
}

.port-view {
  position: relative;
  text-align: center;
  padding-top: 320px;
  /* cont */
}
.port-view h3 {
  margin-bottom: 1.19em;
  /*50px*/
  font-size: 4.2rem;
  font-weight: 700;
  color: #000000;
  line-height: 130%;
}
@media (max-width: 1280px) {
  .port-view h3 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .port-view h3 {
    font-size: 2.8rem;
  }
}
.port-view h3 > span {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #767676;
}
@media (max-width: 1280px) {
  .port-view h3 > span {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .port-view h3 > span {
    font-size: 1.4rem;
  }
}
.port-view p {
  margin: 2.778em 0;
  /*50px*/
  line-height: 130%;
}
.port-view .view-img {
  max-width: 960px;
  margin: 0 auto;
}
.port-view .view-video {
  max-width: 860px;
  margin: 0 auto 50px;
}
.port-view .view-video figure {
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  background-color: #f3f3f3;
}
.port-view .view-video figure video,
.port-view .view-video figure object,
.port-view .view-video figure embed,
.port-view .view-video figure iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.port-view .view-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.port-view .view-img-list figure {
  width: 50%;
  padding: 0 12px;
  margin-bottom: 20px;
}
@media (max-width: 640px) {
  .port-view .view-img-list figure {
    width: 100%;
    padding: 0;
  }
}

/* --------------------------------------- */
/* support
/* --------------------------------------- */
.support-box {
  margin: 58px 0 50px;
  padding: 80px 56px;
}
@media (max-width: 1280px) {
  .support-box {
    padding: 64px 44px;
  }
}
@media (max-width: 768px) {
  .support-box {
    margin: 38px 0 30px;
    padding: 24px 16px;
  }
}
.support-box .form-cont01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support-box .form-cont01:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 50px 12px 60px;
  background-color: #cccccc;
}
@media (max-width: 768px) {
  .support-box .form-cont01:after {
    margin: 20px 0 30px;
  }
}
.support-box .form-cont01 article {
  width: 100%;
  padding: 0 12px 20px;
}
@media (max-width: 768px) {
  .support-box .form-cont01 article {
    padding: 0 0 20px;
  }
}
.support-box .form-cont01 article label {
  display: block;
  font-weight: 500;
  color: #000000;
}
.support-box .form-cont01 article input[type=text] {
  width: 100%;
  height: 64px;
  margin-top: 5px;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .support-box .form-cont01 article input[type=text] {
    height: 48px;
  }
}
.support-box .form-cont01 article textarea {
  width: 100%;
  margin-top: 5px;
  border: 0;
}
.support-box .form-cont01 article.w50 {
  width: 50%;
}
@media (max-width: 768px) {
  .support-box .form-cont01 article.w50 {
    width: 100%;
  }
}
.support-box .form-cont02 {
  margin: 0 12px;
  padding: 26px 30px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 768px) {
  .support-box .form-cont02 {
    margin: 0;
    padding: 20px 16px;
  }
}
.support-box .form-cont02 .input-check {
  position: relative;
  width: 100%;
}
.support-box .form-cont02 .input-check input[type=checkbox] {
  display: none;
}
.support-box .form-cont02 .input-check input[type=checkbox] + label {
  display: inline-block;
  width: 36px;
  height: 36px;
  border: 2px solid #cccccc;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .support-box .form-cont02 .input-check input[type=checkbox] + label {
    width: 28px;
    height: 28px;
  }
}
.support-box .form-cont02 .input-check input[class=checkbox]:checked + label::after {
  content: "✔";
  font-size: 2.4rem;
  width: 36px;
  height: 36px;
  margin-right: 8px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1280px) {
  .support-box .form-cont02 .input-check input[class=checkbox]:checked + label::after {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  .support-box .form-cont02 .input-check input[class=checkbox]:checked + label::after {
    font-size: 1.8rem;
  }
}
@media (max-width: 768px) {
  .support-box .form-cont02 .input-check input[class=checkbox]:checked + label::after {
    width: 28px;
    height: 28px;
  }
}
.support-box .form-cont02 .input-check input[type=checkbox] + label span {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 45px;
  color: #000000;
  font-weight: 500;
}
.support-box .form-cont02 .more {
  margin-left: auto;
  color: #767676;
  font-size: 1.6rem;
  text-align: right;
}
@media (max-width: 1280px) {
  .support-box .form-cont02 .more {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .support-box .form-cont02 .more {
    font-size: 1.4rem;
  }
}
.support-box .terms {
  margin: 10px 12px 0;
  width: calc(100% - 24px);
}
@media (max-width: 768px) {
  .support-box .terms {
    width: 100%;
    margin: 10px 0 0;
  }
}
.support-box p {
  margin: 20px 12px 0;
  font-size: 1.6rem;
  color: #e40000;
}
@media (max-width: 1280px) {
  .support-box p {
    font-size: 1.5rem;
  }
}
@media (max-width: 768px) {
  .support-box p {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  .support-box p {
    margin: 12px 0 0;
  }
}

.btn-support a {
  width: 416px;
}
@media (max-width: 768px) {
  .btn-support a {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .btn-support a {
    width: 100%;
  }
}
