/*CSS RESET*/

/*FONT*/
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100;200;300;400;500;600;700;800&display=swap");
*{
  font-family: "Pretendard-Regular";
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /* font: inherit; */
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}


@keyframes rotate {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#about-wrapper .gotopbtn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10000;
}
#about-wrapper .gotopbtn img {
  width: 70px;
  height: 70px;
}

#about-wrapper .cont1 {
  margin: 0 !important;
  padding: 0 !important;
  height: 400px;
  display: block;
  background-attachment: scroll;
  background-image: url("/sub/img/team_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  border-radius: 0px 0px 999px 0px;
}
#about-wrapper .headercont {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background: #fff;
}
#about-wrapper .headercont .gnb {
  padding: 20px 0 20px 0;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#about-wrapper .headercont .gnb a img {
  height: 54px;
  width: auto;
}
#about-wrapper .headercont .gnb .menu {
  display: flex;
}
#about-wrapper .headercont .gnb .menu li a {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  margin-left: 60px;
  text-decoration: none;
  font-weight: 400;
}
#about-wrapper .headercont .gnb .menu li a:hover {
  text-decoration: underline;
  color: #fff;
  position: relative;
}
#about-wrapper .headercont .gnb.sticky {
  background: #fff;
}
#about-wrapper .headercont .gnb.sticky li a,
#about-wrapper .headercont .gnb .menu li a:hover {
  color: #000;
}
#about-wrapper .cont1 .context-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 96px;
}
#about-wrapper .cont1 .context-wrapper .context {
  max-width: 465px;
  width: 100%;
  padding-top: 366px;
}
#about-wrapper .cont1 .context-wrapper .context > h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #000;
  position: relative;
}
#about-wrapper .cont1 .context-wrapper .context > h2::before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: #000000;
}
#about-wrapper .cont2 {
  max-width: 1400px;
  height: 400px;
  margin: 0 auto;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
#about-wrapper .cont2 h2 {
  font-family: "Pretendard-Regular" !important;
  width: 50%;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
/* #about-wrapper .cont2 .bottomcontext {
  max-width: 840px;
  height: 462px;
  margin: 0 auto;
  margin-top: 140px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#about-wrapper .cont2 .bottomcontext img {
  height: 100%;
  position: absolute;
}
#about-wrapper .cont2 .bottomcontext img.img1 {
  left: 0;
}
#about-wrapper .cont2 .bottomcontext img.img2 {
  right: 0;
}
#about-wrapper .cont2 .bottomcontext h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 90px;
  color: #000000;
}
#about-wrapper .cont2 .bottomcontext h2 span {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 90px;
  color: #000000;
  margin-left: 36px;
  margin-right: 36px;
  position: relative;
  left: 20px;
}
#about-wrapper .cont2 .bottomcontext .duck {
  display: flex;
}
#about-wrapper .cont2 .bottomcontext .duck p {
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #999999;
  margin-bottom: 30px;
  display: inline-block;
}
#about-wrapper .cont2 .bottomcontext .duck p:first-of-type {
  margin-right: 300px;
}
#about-wrapper .cont2 .bottomcontext h3 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
} */
#about-wrapper .cont3 {
  width: 100%;
  margin: 0 auto;
}
#about-wrapper .cont3 .background {
  background-color: #f6f6f6;
}
#about-wrapper .cont3 .background .worker_list {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
#about-wrapper .cont3 .background .worker_list ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}
#about-wrapper .cont3 .background .worker_list ul li {
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-bottom: 60px;
}
#about-wrapper .cont3 .background .worker_list ul li p {
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 50px;
}
#about-wrapper .cont3 .background .worker_list ul li p b {
  font-weight: 900;
  font-size: 22px;
}
#about-wrapper .cont3 .background .worker_list h3 {
  font-family: "Pretendard-Regular";
  transform: rotate(-90deg);
  text-decoration: underline;
  color: #000;
  font-weight: bold;
  position: absolute;
  left: -200px;
  font-size: 20px;
  display: inline-block;
  top: 60px;
}
#about-wrapper .cont4 {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.9);
  position: relative;
  padding-bottom: 400px;
}
#about-wrapper .cont4 .contents {
  position: relative;
  max-width: 1200px;
  width: 100%;

  margin: 0 auto;
}
#about-wrapper .cont4 .contents .context {
  margin-top: 500px;
}
#about-wrapper .cont4 .contents .context {
  width: 100%;
  opacity: 1;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
#about-wrapper .cont4 .contents .context .title {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#about-wrapper .cont4 .contents .context .title h3 {
  font-family: "Pretendard-Regular";
  font-size: 34px;
  font-weight: 800;
  line-height: 1.35;
  width: 100%;
  max-width: 380px;
  color: #fff;
}
#about-wrapper .cont4 .contents .context .title:after {
  content: "";
  display: block;
  width: 100%;
  max-width: 780px;
  border-bottom: 1px solid #fff;
}
#about-wrapper .cont4 .contents .context ul {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
#about-wrapper .cont4 .contents .context ul li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#about-wrapper .cont4 .contents .context ul li span {
  font-family: "Pretendard-Regular";
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.037em;
  border-bottom: 1px solid #fff;
  width: fit-content;
}
#about-wrapper .cont4 .contents .context ul li b {
  font-family: "Pretendard-Regular";
  font-weight: 700;
  color: #fff;
  font-size: 24px;
  line-height: 1.4;
}

#about-wrapper .cont4 .contents .swiper {
  width: 100%;
  height: 460px;
}
#about-wrapper .cont4 .contents .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  /* background-image: url("/sub/img/team_img01.png"); */
}
#about-wrapper .cont4 .contents .swiper-slide01 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/sub/img/team_img01.png") center/cover no-repeat;
}
#about-wrapper .cont4 .contents .swiper-slide02 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/sub/img/team_img02.png") center/cover no-repeat;
}
#about-wrapper .cont4 .contents .swiper-slide03 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/sub/img/team_img03.png") center/cover no-repeat;
}
#about-wrapper .cont4 .contents .swiper-slide04 {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("/sub/img/team_img04.png") center/cover no-repeat;
}
#about-wrapper .cont4 .contents .swiper-pagination-progressbar {
  background-color: rgba(197, 197, 197, 0.5);
}
#about-wrapper
  .cont4
  .contents
  .swiper-horizontal
  > .swiper-pagination-progressbar,
#main_wrapper
  .cont4
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: 108.5%;
  width: 680px;
  height: 1px;
  margin-left: 145px;
  --swiper-theme-color: #fff;
}

#about-wrapper .cont4 .contents .swiper_container .swiper-button-prev {
  background-image: url("/img/btnprev.svg");
  width: 106px;
  height: 48px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -100px;
  left: calc(100% - 106px);
  position: absolute;
  z-index: 9999;
}
#about-wrapper
  .cont4
  .contents
  .swiper_container
  .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#about-wrapper .cont4 .contents .swiper_container .swiper-button-prev:after {
  display: none;
}
#about-wrapper .cont4 .contents .swiper_container .swiper-button-next {
  background-image: url("/img/btnnext.svg");
  width: 106px;
  height: 48px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: -50px;
  right: 0%;
  position: absolute;
  z-index: 9999;
}
#about-wrapper .cont4 .contents .swiper_container .swiper-button-next:after {
  display: none;
}
#about-wrapper .cont4 .contents .swipercont {
  position: relative;
  overflow: hidden !important;
  padding-top: 0px;
  height: 610px;
  top: -150px;
  width: 1600px;
}
#about-wrapper
  .cont4
  .contents
  .swiper_container
  .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#about-wrapper .cont4 .contents .swiper_container .swiper-pagination-fraction {
  position: relative;
  top: 30px;
  left: 40px;
  z-index: 9999;
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: white;
}
#about-wrapper
  .cont4
  .contents
  .swiper_container
  .swiper-pagination-fraction
  span.swiper-pagination-current {
  color: white;
  position: relative !important; /* Add this line to ensure the pagination is positioned relative to its parent */
  z-index: 10;
}
#about-wrapper
  .cont4
  .contents
  .swiper_container
  .swiper-pagination-fraction
  span.swiper-pagination-total {
  color: #c5c5c5;
  position: relative !important; /* Add this line to ensure the pagination is positioned relative to its parent */
  z-index: 10;
}
#about-wrapper .cont4 .contents .swiper_container {
  position: relative;
  right: -100%;
  transform: translateX(-100%);
  overflow: visible !important;
}
.swiper_container * {
  overflow: visible !important;
}

/* Add this CSS to position the swiper-pagination outside the swiper container */
.swiper-pagination {
  position: absolute;
  bottom: 20px; /* Adjust the desired distance from the bottom */
  left: 50%; /* Center the pagination horizontally */
  transform: translateX(-50%); /* Center the pagination horizontally */
  z-index: 9999; /* Ensure the pagination is above other elements */
}

#about-wrapper .cont4 .contents .box {
  background: #000;
  width: 190px;
  height: 180px;
  padding: 30px;
  text-align: left;
  position: absolute;
  top: 200px;
  right: 130px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}
#about-wrapper .cont4 .contents .box img {
  width: 100%;
  height: auto;
}
#about-wrapper .cont5 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 500px;
  margin-top: 80px;
  margin-bottom: 120px;
  background-image: url("/img/teambg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}

#about-wrapper .cont5 .office p {
  font-family: "Pretendard-Regular";
  text-decoration: underline;
  font-size: 32px;
  color: #fff;
  display: inline-block;
  line-height: 1;
  position: relative;
}

#about-wrapper .footer {
  background-color: #000;
  padding-top: 56px;
  padding-bottom: 56px;
}
#about-wrapper .footer .footercont {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#about-wrapper .footer .footercont .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-wrapper .footer .footercont .left h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 20px;
}
#about-wrapper .footer .footercont .left p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #c5c5c5;
}
#about-wrapper .footer .footercont .right {
  display: flex;
  align-items: flex-end;
}
#about-wrapper .footer .footercont .right .icons {
  margin-right: 60px;
}
#about-wrapper .footer .footercont .right .icons img {
  margin-left: 16px;
}
