/*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;
}

a {
  color: initial;
  text-decoration: unset;
}


@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/news_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-top: 120px;
  margin-bottom: 180px;
  display: flex;
  flex-direction: column;
}
#about-wrapper .cont2 .selector {
  margin: 70px 0 30px;
  margin-top: 0px;
}
#about-wrapper .cont2 .selector ul li {
  display: inline-block;
  margin-right: 10px;
}
#about-wrapper .cont2 .selector ul li a {
  display: block;
  position: relative;
  padding: 1rem;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 1.12rem;
}
#about-wrapper .cont2 .selector ul li a.active {
  display: block;
  position: relative;
  padding: 1rem;
  border: 1px solid #000;
  background: #000;
  color: #fff;
  text-align: center;
  text-decoration: none;
  letter-spacing: 0;
  font-size: 1.12rem;
}
#about-wrapper .cont2 .grid {
  width: 100%;
}
#about-wrapper .cont2 .grid-item {
  width: calc(33.333333% - 20px) !important;
  margin-bottom: 20px;
}
#about-wrapper .cont2 .grid-item img {
  width: 100%;
}
#about-wrapper .cont2 .grid-item .context .titletop h3 {
  color: #999;
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#about-wrapper .cont2 .grid-item .context .titletop p {
  font-size: 20px;
  padding: 1px 0 12px 0;
}
#about-wrapper .cont2 .btn {
  display: flex;
  justify-content: center;
}
#about-wrapper .cont2 .btn button {
  font-size: 18px;
  padding: 15px 60px;
  width: fit-content;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  background: #fff;
  border: 1px solid #000;
  color: #000;
}
#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;
}
