/*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/about_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  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;
  margin: 0 auto;
  margin-bottom: 140px;
}
#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;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
}
#about-wrapper .cont3 .container {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
  justify-content: space-between;
}
#about-wrapper .cont3 .container .context h2 {
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 80px;
}
#about-wrapper .cont3 .container .context p {
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  color: #ffffff;
  margin-bottom: 40px;
}
#about-wrapper .cont3 .container .context p span {
  font-weight: 700;
}
#about-wrapper .cont3 .container .logo {
  display: flex;
  align-items: flex-end;
}
#about-wrapper .cont4 {
  width: 100%;
  height: 900px;
  background-image: url("/sub/img/bg2.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#about-wrapper .cont4 .container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#about-wrapper .cont4 .container .title {
  margin-bottom: 80px;
}
#about-wrapper .cont4 .container .title h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #000000;
}
#about-wrapper .cont4 .container .title h2 span {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-size: 78px;
  line-height: 96px;
  color: #000000;
}
#about-wrapper .cont4 .container .context {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#about-wrapper .cont4 .container .context h3 {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 40px;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
#about-wrapper .cont4 .container .context h3 span {
  font-weight: 900;
}
#about-wrapper .cont4 .container .context p {
  font-family: "Pretendard-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  text-align: center;
  color: #999999;
}
#about-wrapper .cont4 .container .context img {
  width: 100%;
  height: auto;
}
#about-wrapper .cont5 {
  width: 100%;
  max-width: 1400px;
  display: flex;
  margin: 0 auto;
  font-family: "Pretendard";
}
#about-wrapper .cont5 .left {
  width: 45%;
}
#about-wrapper .cont5 .left h2 {
  font-size: 40px;
  font-weight: bold;
}
#about-wrapper .cont5 .right {
  width: 55%;
}
#about-wrapper .cont5 .right h2 {
  font-size: 24px;
  margin-bottom: 14px;
  font-weight: 700;
}
#about-wrapper .cont5 .right p {
  font-size: 17px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 90px;
}
#about-wrapper .cont5 .right p:last-of-type {
  margin-bottom: 0px;
}
#about-wrapper .cont6 {
  padding-top: 140px;
  padding-bottom: 180px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about-wrapper .cont6 .left {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#about-wrapper .cont6 .left .image {
  transform: translate(-50%, -50%);
  position: absolute;
  width: 226px;
  height: 226px;
  top: 20px;
  left: 0px;
}
#about-wrapper .cont6 .left .image img {
  animation: rotate 5s infinite linear;
}
#about-wrapper .cont6 .left h2 {
  font-family: "Sora";
  font-style: normal;
  font-weight: 700;
  font-size: 48px;
  line-height: 68px;
  color: #000000;
  margin-bottom: 60px;
}
#about-wrapper .cont6 .left p {
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 38px;
  color: #000000;
}
#about-wrapper .cont6 .right form {
  width: 600px;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  font-size: 18px;
  color: #999;
  /* identical to box height, or 144% */
  color: #999999;
}
#about-wrapper .cont6 .right form input {
  width: 600px;
  border: 1px solid #999;
  margin-bottom: 20px;
  box-sizing: border-box;
  padding: 16px;
  font-size: 18px;
  color: #999;
}
#about-wrapper .cont6 .right form textarea {
  font-family: inherit;
  font-size: inherit;
  box-sizing: border-box;
  width: 600px;
  height: 180px;
  padding: 16px;
  border: 1px solid #999;
  resize: none;
  font-size: 18px !important;
  color: #999;
}
#about-wrapper .cont6 .right form button {
  padding: 0 !important;
  border: 0 none !important;
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 600px;
  height: 58px;
  background: #000000;
  font-family: "Pretendard";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
#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;
}
