@charset "UTF-8";
/* 공통 클래스 */
.sub-wrap {
  padding-top: 6rem;
  padding-bottom: 14rem;
}

.sub-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 387px;
}

.sub-title {
  text-align: center;
  color: #fff;
}
.sub-title .title {
  font-size: 6rem;
  font-family: "NSKB";
  letter-spacing: -0.2rem;
  opacity: 0;
  transform: translateY(30%);
  animation: sub-title 1s 0.5s ease forwards;
}
.sub-title .caption {
  margin-top: 2rem;
  font-size: 2rem;
  font-family: "NSKL";
  word-break: keep-all;
  padding: 0 2rem;
  opacity: 0;
  transform: translateY(30%);
  animation: sub-caption 1s 0.7s ease forwards;
}

@keyframes sub-title {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes sub-caption {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.sub-container {
  width: 1343px;
  margin: 0 auto;
}

.history-back {
  margin-bottom: 2.6rem;
}

.bottom-info {
  margin-top: 2rem;
  line-height: 3.2rem;
}

strong {
  font-weight: normal;
  font-family: "NSKB";
}

i {
  font-family: "NSKD";
}

.input1 {
  height: 40px;
  padding-left: 1.2rem;
  border: 1px solid #ccc;
  background-color: #fff;
}

.table-01 {
  margin-top: 6rem;
  width: 100%;
  border-top: 3px solid;
}
.table-01 th {
  height: 68px;
  border-bottom: 1px dashed #555;
  background-color: #f9f9f9;
  font-family: "CDR";
  font-size: 1.7rem;
}
.table-01 th span {
  display: block;
  padding: 0.4rem;
  border-right: 1px dashed #aaa;
}
.table-01 th:last-child span {
  border-right: 0;
}
.table-01 td {
  height: 56px;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  font-family: "CDR";
  padding: 0.4rem;
}

.table-02 {
  width: 100%;
  border-top: 3px solid;
}
.table-02 tr {
  border-bottom: 1px dashed #ccc;
}
.table-02 th {
  height: 68px;
  background-color: #f9f9f9;
  font-family: "CDR";
  font-size: 1.7rem;
}
.table-02 td {
  height: 56px;
  padding: 2rem;
  font-family: "CDR";
  font-size: 1.5rem;
}

.btn-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5.8rem;
}

.btn:not(:first-child) {
  margin-left: 1.8rem;
}

.btn1 {
  display: inline-block;
  min-width: 240px;
  height: 60px;
  line-height: 58px;
  padding: 0 3rem;
  border: 1px solid #2e64fa;
  background-color: #fff;
  color: #2e64fa;
  font-size: 2.4rem;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.btn1:hover {
  background-color: #2e64fa;
  color: #fff;
}

.btn2 {
  display: inline-block;
  min-width: 240px;
  height: 60px;
  line-height: 58px;
  padding: 0 3rem;
  border: 1px solid #000;
  background-color: #fff;
  font-size: 2.4rem;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.btn2:hover {
  background-color: #fff;
}

.btn3 {
  display: inline-block;
  min-width: 240px;
  height: 60px;
  line-height: 58px;
  padding: 0 3rem;
  border: 1px solid #eb3762;
  background-color: #fff;
  color: #eb3762;
  font-size: 2.4rem;
  text-align: center;
  transition: background-color 0.2s, color 0.2s;
}
.btn3:hover {
  background-color: #eb3762;
  color: #fff;
}

.txt-red {
  color: #fe0000;
}

.txt-blue {
  color: #2d63fb;
}

.txt-60 {
  font-size: 6rem;
}

.txt-48 {
  font-size: 4.8rem;
  letter-spacing: -0.3rem;
}

.txt-46 {
  font-size: 4.8rem;
  letter-spacing: -0.3rem;
}

.txt-40 {
  font-size: 4rem;
  letter-spacing: -0.3rem;
}

.txt-36 {
  font-size: 3.6rem;
}

.txt-30 {
  font-size: 3rem;
}

.txt-28 {
  font-size: 2.8rem;
}

.txt-26 {
  font-size: 2.6rem;
}

.txt-24 {
  font-size: 2.4rem;
}

.txt-23 {
  font-size: 2.3rem;
}

.txt-22 {
  font-size: 2.2rem;
}

.txt-20 {
  font-size: 2rem;
}

.txt-19 {
  font-size: 1.9rem;
}

.txt-18 {
  font-size: 1.8rem;
}

.txt-17 {
  font-size: 1.7rem;
}

.txt-16 {
  font-size: 1.6rem;
}

.txt-15 {
  font-size: 1.5rem;
}

.txt-14 {
  font-size: 1.4rem;
}

.scroll-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 10px 2rem;
  border: 1px solid #eee;
  background-color: #f9f9f9;
  z-index: 3;
}
.scroll-menu.on {
  position: fixed;
  top: 0px;
  left: 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.scroll-menu.on a {
  height: 30px;
  font-size: 1.3rem;
}
.scroll-menu li {
  width: 160px;
  height: 30px;
}
.scroll-menu li:not(:first-child) {
  margin-left: 1rem;
}
.scroll-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #091360;
  color: #fff;
  font-size: 1.3rem;
  transition: background-color 0.2s ease;
}
.scroll-menu a:hover {
  background-color: #eb3762;
}
.scroll-menu a.active {
  background-color: #eb3762;
}

/* 헤더 */
#wrap {
  overflow: hidden;
}

/* 이용약관, 개인정보 취급방침 */
.terms-wrap {
  display: flex;
  margin-top: 4rem;
}

.terms-header {
  padding-bottom: 2rem;
  border-bottom: 2px solid;
  text-align: center;
}

.terms-wrap .left a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 233px;
  height: 48px;
  padding: 0 20px;
  color: #222;
  font-family: "CDR";
  font-size: 1.4rem;
}
.terms-wrap .left a.active {
  background-color: #eb3762;
  color: #fff;
}
.terms-wrap .right {
  margin-left: 4rem;
}

#terms {
  line-height: 2.5rem;
  font-family: "NSKR";
  font-size: 1.5rem;
}

.terms-wrap2 {
  overflow-y: auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1400px;
  max-width: 100%;
  height: calc(100vh - 4rem);
  padding: 2rem;
  background-color: #fff;
  z-index: 10000;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.terms-head {
  height: 100px;
  padding: 1rem 0rem;
}
.terms-head .close {
  display: inline-block;
  padding: 1.3rem;
  background-color: #222;
  cursor: pointer;
}

/* 쇼핑몰 솔루션 */
@keyframes sec-02 {
  0% {
    transform: translateX(0);
  }
  10% {
    transform: translateX(0);
  }
  90% {
    transform: translateX(-940px);
  }
  100% {
    transform: translateX(-940px);
  }
}
/* 회사소개 */
.au-banner {
  margin-top: 0px;
  background: url("../img/aboutus.png") no-repeat center/cover;
}

.aboutus #tab1 .sub-wrap {
  padding-bottom: 0;
}
.aboutus #tab1 .article1 {
  text-align: center;
}
.aboutus #tab1 .article2 .title {
  text-align: center;
}
.aboutus #tab1 .article3 {
  margin-top: 9.6rem;
  padding: 9rem 0;
  background: #585757 url("../img/au_bg1.png") no-repeat right center/contain;
  color: #fff;
}
.aboutus #tab1 .article3 .txt {
  font-family: "NSKM";
}
.aboutus #tab1 .article3 .txt2 {
  font-family: "NSKL";
}
.aboutus #tab1 .article3 li:not(:first-child) {
  margin-top: 3rem;
}
.aboutus #tab1 .article4 {
  margin-top: 0;
  padding: 9.4rem 0;
  background-color: #f2f2f2;
  text-align: center;
}
.aboutus #tab1 .article4 .deed {
  max-width: 100%;
  margin-top: 1rem;
}
.aboutus #tab2 .article1 {
  text-align: center;
}
.aboutus #tab2 .ceo {
  display: inline-block;
  width: 180px;
  height: 180px;
  line-height: 180px;
  border-radius: 50%;
  background: linear-gradient(to right, #f89407, #f84809);
  color: #fff;
  font-family: "NSKM";
}
.aboutus .title {
  margin-bottom: 1rem;
}
.aboutus .tab-item .article:not(:first-child) {
  margin-top: 8rem;
}
.aboutus .item {
  margin-top: 7.4rem;
}
.aboutus .item img {
  max-width: 100%;
}

.form-01 {
  padding: 6rem;
  border: 1px solid #888;
  text-align: left;
  box-shadow: inset 0 0 0 4px #ccc;
}
.form-01 .txt:not(:last-child) {
  margin-bottom: 3rem;
}
.form-01 .txt2 {
  font-family: "NSKM";
}

.k-awards {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6rem;
  padding: 6rem 14rem;
  border: 1px solid #888;
  box-shadow: inset 0 0 0 4px #ccc;
}
.k-awards li {
  display: flex;
  align-items: center;
  width: 513px;
  max-width: 100%;
}
.k-awards .left {
  flex-shrink: 0;
  margin-right: 2rem;
}
.k-awards img {
  max-width: 100%;
}

.tab-contants .tab-item:not(:first-child) {
  display: none;
}

.form-02 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 1250px;
  max-width: 100%;
  margin: 6rem auto 4rem;
}
.form-02 li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 80px;
  border-radius: 10px;
  border: 1px solid #f84b09;
}

.root_daum_roughmap {
  max-width: 100% !important;
}

.item.form-01 {
  width: 100%;
  max-width: 1125px;
}

/* 회사소개 뉴 */
.aboutus-new {
  overflow-x: hidden;
  margin-top: 0px;
}
.aboutus-new .section {
  margin-top: 14rem;
}
.aboutus-new .section .title {
  font-family: "CDB";
  font-size: 10rem;
}
.aboutus-new .section .title .type-01 {
  color: #f84709;
}
.aboutus-new .section .title span {
  position: relative;
  transition: 0.5s ease-out;
}
.aboutus-new .section .title span:nth-child(1) {
  top: -100px;
  opacity: 0;
}
.aboutus-new .section .title span:nth-child(2) {
  left: 100px;
  opacity: 0;
  transition-delay: 0.3s;
}
.aboutus-new .section.active .title span:nth-child(1) {
  top: 0;
  opacity: 1;
}
.aboutus-new .section.active .title span:nth-child(2) {
  left: 0;
  opacity: 1;
}
.aboutus-new .article {
  margin-top: 6rem;
}
.aboutus-new .sec-01 {
  overflow: hidden;
  position: relative;
  margin-top: 0;
  height: 940px;
  background: url("../img/aboutus2.png") no-repeat center/cover;
}
.aboutus-new .sec-01 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.3);
  filter: blur(10px);
  width: 100%;
  height: 100%;
  background: url("../img/aboutus2.png") no-repeat center/cover;
  animation: aboutus-bg 4s linear forwards;
}
.aboutus-new .sec-01 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  height: 100%;
}
.aboutus-new .sec-01 .paragraph {
  margin-top: 17.8rem;
  color: #fff;
  font-family: "NSKL";
  text-align: center;
  animation: sec01-txt 2s 0.6s linear forwards;
  opacity: 0;
}
.aboutus-new .sec-01 .title1 {
  font-family: "CDB";
  margin-bottom: 1.4rem;
}
.aboutus-new .sec-01 .title2 {
  line-height: 6rem;
  margin-bottom: 3.4rem;
}
.aboutus-new .sec-01 .txt {
  line-height: 3.6rem;
}
.aboutus-new .sec-01 ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
}
.aboutus-new .sec-01 li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
  text-align: center;
  font-family: "Maven Pro";
  animation: sec01-li 0.3s 1.4s cubic-bezier(0, 0, 0, 2.99) forwards;
  transform: translateY(30px);
  opacity: 0;
}
.aboutus-new .sec-01 li:not(:first-child) {
  margin-left: 1.4rem;
}
.aboutus-new .sec-01 li:nth-child(2) {
  animation-delay: 1.5s;
}
.aboutus-new .sec-01 li:nth-child(3) {
  animation-delay: 1.6s;
}
.aboutus-new .sec-01 li:nth-child(4) {
  animation-delay: 1.7s;
}
.aboutus-new .sec-01 li:nth-child(5) {
  animation-delay: 1.8s;
}
.aboutus-new .sec-02 .article1 {
  text-align: center;
}
.aboutus-new .sec-02 .article1 img {
  max-width: 100%;
}
.aboutus-new .sec-02 .paragraph {
  line-height: 3.2rem;
  margin-top: 8.6rem;
}
.aboutus-new .sec-02 .paragraph p:not(:first-child) {
  margin-top: 3rem;
}
.aboutus-new .sec-03 {
  position: relative;
}
.aboutus-new .sec-03:after {
  content: "";
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
}
.aboutus-new .sec-03 .head {
  display: flex;
  align-items: flex-end;
}
.aboutus-new .sec-04 {
  overflow: hidden;
  position: relative;
  height: 940px;
}
.aboutus-new .sec-04.active .bg {
  transform: scale(1);
}
.aboutus-new .sec-04 .bg {
  position: absolute;
  transform: scale(1.5);
  transition: transform 18s ease;
  width: 100%;
  height: 100%;
  background: url("../img/aboutus3.png") no-repeat center/cover;
}
.aboutus-new .sec-04 .container {
  display: flex;
  align-items: center;
  position: relative;
  height: 100%;
  color: #fff;
}
.aboutus-new .sec-04 .txt1 {
  font-family: "NSEB";
}
.aboutus-new .sec-04 .txt2 {
  font-family: "NSKB";
}
.aboutus-new .sec-04 a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 60px;
  margin-top: 3rem;
  border: 1px solid #fff;
  border-radius: 30px;
  color: #fff;
  transition: background-color 0.2s ease, color 0.2s ease;
}
.aboutus-new .sec-04 a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

@keyframes aboutus-bg {
  100% {
    transform: translate(-50%, -50%) scale(1);
    filter: blur(0);
  }
}
@keyframes sec01-txt {
  100% {
    opacity: 1;
  }
}
@keyframes sec01-li {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pdf-down {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 1rem;
  border-radius: 6px;
}
.pdf-down:hover .txt1 {
  text-decoration: underline;
}
.pdf-down img {
  width: 35px;
  margin-right: 0.6rem;
}
.pdf-down .txt-box .txt1 {
  color: #fff;
  font-size: 1.7rem;
}
.pdf-down .txt-box .txt2 {
  font-size: 1.3rem;
}

.awards-scroll {
  position: relative;
  width: 600px;
  margin-bottom: 4rem;
  margin-left: 3rem;
  border-bottom: 1px dashed;
}
.awards-scroll .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #222;
}
.awards-scroll .circle span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
}

.awards-slide {
  margin-top: 7rem;
}
.awards-slide .owl-stage-outer {
  overflow: visible !important;
}
.awards-slide .owl-item img {
  width: auto !important;
}
.awards-slide .owl-item:not(:first-child) {
  margin-left: 6rem;
}
.awards-slide .owl-item:last-child {
  margin-right: 10rem;
}
.awards-slide .owl-item:last-child .item:last-child {
  margin-right: 0;
}
.awards-slide .owl-stage {
  display: flex;
}
.awards-slide li {
  display: flex;
}
.awards-slide .year {
  margin-right: 3rem;
  font-family: "NSKL";
  font-size: 7rem;
}
.awards-slide .content {
  display: flex;
  font-family: "NSKL";
  font-size: 2.4rem;
  white-space: nowrap;
}
.awards-slide .thumb {
  height: 76px;
  margin-bottom: 2rem;
}

/* 미디어쿼리 */
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3rem;
  }
  .sub-container {
    width: 100%;
    padding: 0 3rem;
  }
  .k-awards {
    flex-direction: column;
    justify-content: center;
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 1280px) {
  body.active {
    overflow: hidden;
  }
  .scroll-menu.on {
    top: 0px;
  }
  .txt-48 {
    font-size: 4rem;
  }
  .txt-24 {
    font-size: 2rem;
  }
  .txt-30 {
    font-size: 2.6rem;
  }
  .terms-wrap {
    display: block;
  }
  .terms-wrap .left {
    display: none;
  }
  .terms-wrap .right {
    margin-left: 0;
  }
  .terms-wrap2 {
    height: 100vh;
  }
  .terms-head {
    height: 80px;
  }
  .form-02 li {
    width: calc((100% - 5rem) / 6);
    height: 70px;
  }
  .txt-60 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .aboutus-new .sec-01 ul {
    font-size: 1.8rem;
  }
  .aboutus-new .sec-01 li {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 8px;
  }
  .container {
    padding: 0 2rem;
  }
  .sub-container {
    padding: 0 2rem;
  }
  .txt-18 {
    font-size: 1.6rem;
  }
  .txt-24 {
    font-size: 1.9rem;
  }
  .txt-30 {
    font-size: 2.3rem;
  }
  .terms-header p {
    font-size: 2.4rem;
  }
  .k-awards .left {
    width: 100px;
  }
  .k-awards li {
    width: 350px;
  }
  .k-awards li:not(:last-child) {
    margin-bottom: 2rem;
  }
  .aboutus-new .section .title {
    font-size: 6rem;
  }
  .aboutus-new .sec-01 {
    height: 660px;
  }
  .aboutus-new .sec-01 .paragraph {
    margin-top: 10rem;
  }
  .aboutus-new .sec-01 ul {
    flex-direction: column;
    width: 100%;
  }
  .aboutus-new .sec-01 li {
    width: 100%;
    max-width: 40rem;
    height: 30px;
    border-radius: 0;
    border-width: 1px;
  }
  .aboutus-new .sec-01 li:not(:first-child) {
    margin-left: 0;
    margin-top: 1rem;
  }
  .aboutus-new .sec-01 li br {
    display: none;
  }
  .aboutus-new .sec-04 {
    height: 700px;
  }
  .aboutus-new .sec-04 .txt1 {
    font-size: 3rem;
  }
  .aboutus-new .sec-04 .txt2 {
    font-size: 3.4rem;
  }
  .aboutus-new iframe {
    height: 280px;
  }
  .awards-slide .year {
    font-size: 4rem;
  }
  .awards-slide .txt-28 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 480px) {
  .sub-title .caption {
    font-size: 1.8rem;
  }
  .txt-48 {
    font-size: 3.6rem;
  }
  @keyframes sec-02 {
    0% {
      transform: translateX(-200px);
    }
    10% {
      transform: translateX(-200px);
    }
    90% {
      transform: translateX(-1400px);
    }
    100% {
      transform: translateX(-1400px);
    }
  }
  .k-awards li {
    width: 291px;
  }
  .txt-28 {
    font-size: 2rem;
  }
  .txt-20 {
    font-size: 1.8rem;
  }
  .form-01 {
    padding: 6rem 2rem;
  }
}
@media screen and (max-width: 320px) {
  .scroll-menu li:not(:first-child) {
    margin-left: 0.5rem;
  }
  .scroll-menu a {
    font-size: 1.2rem;
  }
}/*# sourceMappingURL=aboutus.css.map */