/*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);
  }
}
#aboutdetail-wrapper .headercont {
  position: fixed;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 999;
  background: #fff;
}
#aboutdetail-wrapper .headercont .gnb {
  padding: 20px 0 20px 0;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}
#aboutdetail-wrapper .headercont .gnb a img {
  height: 54px;
  width: auto;
}
#aboutdetail-wrapper .headercont .gnb .menu {
  display: flex;
}
#aboutdetail-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;
}
#aboutdetail-wrapper.headercont .gnb .menu li a:hover {
  text-decoration: underline;
  color: #fff;
  position: relative;
}
#aboutdetail-wrapper .headercont .gnb.sticky {
  background: #fff;
}
#aboutdetail-wrapper .headercont .gnb.sticky li a,
#aboutdetail-wrapper .headercont .gnb .menu li a:hover {
  color: #000;
}
#aboutdetail-wrapper .cont1 .bg {
  height: 600px;
  width: 100%;
  background-image: url("/img/aboutbg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 96px;
}
#aboutdetail-wrapper.advertisement .cont1 .bg {
  background-image: url("/img/advertisement_bg.jpg");
}
#aboutdetail-wrapper.export .cont1 .bg {
  background-image: url("/img/export_bg.jpg");
}
#aboutdetail-wrapper.online .cont1 .bg {
  background-image: url("/img/online_bg.jpg");
}
#aboutdetail-wrapper.studio .cont1 .bg {
  background-image: url("/img/studio_bg.jpg");
}
#aboutdetail-wrapper .cont1 .bg .center {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#aboutdetail-wrapper .cont1 .innerbox {
  position: absolute;
  transform: translateY(-6.65px);
  background-color: #000;
  height: 180px;
  width: 190px;
  padding: 30px;
  text-align: left;
  position: absolute;
  top: 490px;
  right: 10%;
  z-index: 10;
}
#aboutdetail-wrapper .cont1 .innerbox a {
  text-decoration: none;
  font-family: "Pretendard";
  color: #fff;
  font-size: 20px;
  display: block;
  width: 100%;
  height: 100%;
}
#aboutdetail-wrapper .cont1 .bg p {
  font-size: 2rem;
  font-weight: 600;
  color: #ffffff;
}
#aboutdetail-wrapper .cont2 {
  font-family: "Pretendard";
  margin: 0 auto;
  margin-top: 210px;
  max-width: 1000px;
}
#aboutdetail-wrapper .cont2 h3 {
  font-size: 24px;
  display: block;
  font-weight: 400;
  margin-bottom: 12px;
}
#aboutdetail-wrapper .cont2 h2 {
  font-size: 28px;
  display: block;
  font-weight: 700;
}
#aboutdetail-wrapper .cont2 .context {
  font-size: 16px;
  display: block;
  line-height: 1.4;
  font-weight: 300;
}
#aboutdetail-wrapper .cont2 .context p {
  font-size: 18px;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}
#aboutdetail-wrapper .cont2 .linear::after {
  display: block;
  position: relative;
  content: "";
  width: 12px;
  height: 2px;
  border-bottom: 2px solid #000;
  margin: 40px 0;
}
#aboutdetail-wrapper .cont3 {
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 180px;
  max-width: 1000px;
}
#aboutdetail-wrapper .cont3 .thumbscont {
  width: 100%;
}
#aboutdetail-wrapper .cont3 .thumbscont .row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#aboutdetail-wrapper .cont3 .thumbscont .row img {
  width: 33.333333%;
  aspect-ratio: 1/1;
}
#aboutdetail-wrapper .footer {
  background-color: #000;
  padding-top: 56px;
  padding-bottom: 56px;
}
#aboutdetail-wrapper .footer .footercont {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#aboutdetail-wrapper .footer .footercont .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#aboutdetail-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;
}
#aboutdetail-wrapper .footer .footercont .left p {
  font-family: "Sora";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #c5c5c5;
}
#aboutdetail-wrapper .footer .footercont .right {
  display: flex;
  align-items: flex-end;
}
#aboutdetail-wrapper .footer .footercont .right .icons {
  margin-right: 60px;
}
#aboutdetail-wrapper .footer .footercont .right .icons img {
  margin-left: 16px;
}
