/*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");

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;
  /* overflow-x: hidden; */
}

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;
}
a {
  color: initial;
  text-decoration: unset;
}

video {
  display: block;
  width: 100%;
}


@keyframes animate {
  0% {
    width: 0;
  }
  100% {
    width: 78%;
  }
}
@keyframes animate2 {
  0% {
    width: 0;
  }
  100% {
    width: 400px;
  }
}
#main_wrapper .gotopbtn {
  position: fixed;
  right: 40px;
  bottom: 40px;
  z-index: 10000;
}
#main_wrapper .gotopbtn img {
  width: 70px;
  height: 70px;
}
#main_wrapper .cont1 {
  /* background-attachment: fixed;
  background-image: url("/img/mainbg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; */
  height: 980px;
  position: relative;
}
#main_wrapper .cont1 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main_wrapper .headercont {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}
#main_wrapper .headercont .gnb {
  padding: 20px 0 20px 0;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#main_wrapper .headercont .gnb img,
#main_wrapper .headercont .gnb.sticky img {
  height: 54px;
  width: auto;
}
#main_wrapper .headercont .gnb .menu {
  display: flex;
}
#main_wrapper .headercont .gnb .menu li a {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-left: 60px;
  text-decoration: none;
  font-weight: 400;
}
#main_wrapper .headercont .gnb .menu li a:hover {
  text-decoration: underline;
  color: #fff;
  position: relative;
}
#main_wrapper .headercont .gnb.sticky li a,
#main_wrapper .headercont .gnb.sticky li a:hover {
  color: #000;
}
#main_wrapper .cont1 .context-wrapper {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
#main_wrapper .cont1 .context-wrapper .context {
  max-width: 465px;
  width: 100%;
  padding-top: 300px;
}
#main_wrapper .cont1 .context-wrapper .context .topimg {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  left: -30px;
}
#main_wrapper .cont1 .context-wrapper .context .topimg img:first-of-type {
  width: 196px;
}
#main_wrapper .cont1 .context-wrapper .context .topimg img:nth-of-type(2) {
  height: 96px;
}
#main_wrapper .cont1 .context-wrapper .context h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 800;
  font-size: 64px;
  line-height: 80px;
  color: #fff;
}
#main_wrapper .cont1 .context-wrapper .context h2 img {
  display: inline-block;
  margin-left: 16px;
  position: relative;
  bottom: 6px;
}
#main_wrapper .cont1 .context-wrapper .context h3 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;
  color: #ffffff;
}
#main_wrapper .cont1 .context-wrapper .context p {
  margin-top: 20px;
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
  color: #ffffff;
}
#main_wrapper .cont2 {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
#main_wrapper .cont2 .sidetext {
  position: absolute;
  top: 50%;
  left: -72px;
  transform: translate(-50%, -50%);
}
#main_wrapper .cont2 .sidetext h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #c5c5c5;
  transform: rotate(-90deg);
}
#main_wrapper .cont2 .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 140px;
}
#main_wrapper .cont2 .top .block h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
#main_wrapper .cont2 .top .block h2 span {
  display: block;
  width: 100%;
  max-width: fit-content;
}
#main_wrapper .cont2 .top .block h2::after {
  content: "";
  display: block;
  border-top: 1px solid #c5c5c5;
  z-index: 10;
  width: 100%;
  animation: animate 2s linear;
}
#main_wrapper .cont2 .top .block .context {
  width: 690px;
  height: 245px;
  padding: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
#main_wrapper .cont2 .top .block .context p {
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
}
#main_wrapper .cont2 .top .block.left .context {
  background-image: url("/img/mainimg1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_wrapper .cont2 .top .block.right .context {
  background-image: url("/img/mainimg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_wrapper .cont2 .bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 80px;
}
#main_wrapper .cont2 .bottom .block {
  max-width: 335px;
  width: 100%;
}
#main_wrapper .cont2 .bottom .block .title h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #000000;
}
#main_wrapper .cont2 .bottom .block .context .bg {
  height: 210px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  position: relative;
}
#main_wrapper .cont2 .bottom .block .context .bg .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 0.3s;
}
#main_wrapper .cont2 .bottom .block .context .bg .background a {
  font-family: "Sora";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  text-decoration: none;
  z-index: 10;
  padding: 10px 30px;
  border-radius: 999px;
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.2);
}
#main_wrapper .cont2 .bottom .block .context .bg .background a img {
  margin-left: 10px;
  position: relative;
  top: 3px;
}
#main_wrapper .cont2 .bottom .block .context .bg .background:hover {
  opacity: 1;
}
#main_wrapper .cont2 .bottom .block .context .subtitle {
  margin-top: 20px;
}
#main_wrapper .cont2 .bottom .block .context .subtitle p {
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  color: #999999;
}
#main_wrapper .cont2 .bottom .block.block1 .context .bg {
  position: relative;
  background-image: url("/img/projectimg1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_wrapper .cont2 .bottom .block.block2 .context .bg {
  background-image: url("/img/projectimg2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_wrapper .cont2 .bottom .block.block3 .context .bg {
  background-image: url("/img/projectimg3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_wrapper .cont2 .bottom .block.block4 .context .bg {
  background-image: url("/img/projectimg4.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#main_wrapper .cont3 {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 140px;
  margin-bottom: 140px;
}
#main_wrapper .cont3 .sidelogo {
  position: absolute;
  top: 0%;
  right: -200px;
  transform: translate(-50%, -100%);
}
#main_wrapper .cont3 .sidetext {
  position: absolute;
  top: 50%;
  left: -110px;
}
#main_wrapper .cont3 .sidetext h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 28px;
  line-height: 38px;
  color: #c5c5c5;
  transform: translate(-50%, -50%);
  transform: rotate(-90deg);
}
#main_wrapper .cont3 .top {
  margin-bottom: 20px;
  position: relative;
}
#main_wrapper .cont3 .top h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 46px;
  color: #000000;
  margin-bottom: 10px;
}
#main_wrapper .cont3 .top h2:after {
  content: "";
  display: block;
  width: 400px;
  height: 1px;
  background-color: #999999;
  position: absolute;
  top: 50%;
  transform: translate(765px, -50%);
  animation: animate2 2s linear;
}
#main_wrapper .cont3 .top p {
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 24px;
  color: #999999;
}
#main_wrapper .cont3 .swiper {
  width: 100%;
  height: 500px;
}
#main_wrapper .cont3 .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: url("/img/mainslideimg1.png");
}
#main_wrapper .cont3 .swiper-pagination-progressbar {
  background-color: rgba(197, 197, 197, 0.5);
}
#main_wrapper .cont3 .swiper-horizontal > .swiper-pagination-progressbar,
#main_wrapper
  .cont3
  .swiper-pagination-progressbar.swiper-pagination-horizontal {
  top: 90%;
  width: 680px;
  height: 1px;
  margin-left: 145px;
  --swiper-theme-color: #fff;
}
#main_wrapper .cont3 .swiper_container {
  position: relative;
}
#main_wrapper .cont3 .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;
}
#main_wrapper
  .cont3
  .swiper_container
  .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}
#main_wrapper .cont3 .swiper_container .swiper-button-prev:after {
  display: none;
}
#main_wrapper .cont3 .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;
}
#main_wrapper .cont3 .swiper_container .swiper-button-next:after {
  display: none;
}
#main_wrapper
  .cont3
  .swiper_container
  .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
#main_wrapper .cont3 .swiper_container .swiper-pagination-fraction {
  position: relative;
  top: -64px;
  left: 40px;
  z-index: 9999;
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: white;
}
#main_wrapper
  .cont3
  .swiper_container
  .swiper-pagination-fraction
  span.swiper-pagination-current {
  color: white;
}
#main_wrapper
  .cont3
  .swiper_container
  .swiper-pagination-fraction
  span.swiper-pagination-total {
  color: #c5c5c5;
}
#main_wrapper .footer {
  background-color: #000;
  padding-top: 56px;
  padding-bottom: 56px;
}
#main_wrapper .footer .footercont {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#main_wrapper .footer .footercont .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#main_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;
}
#main_wrapper .footer .footercont .left p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #c5c5c5;
}
#main_wrapper .footer .footercont .right {
  display: flex;
  align-items: flex-end;
}
#main_wrapper .footer .footercont .right .icons {
  margin-right: 60px;
}
#main_wrapper .footer .footercont .right .icons img {
  margin-left: 16px;
}
