@charset "UTF-8";
/* Base CSS */
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/NotoSansKR-Bold.woff2) format("woff2"), url(./fonts/NotoSansKR-Bold.woff) format("woff"), url(./fonts/NotoSansKR-Bold.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans KR";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/NotoSansKR-Regular.woff2) format("woff2"), url(./fonts/NotoSansKR-Regular.woff) format("woff"), url(./fonts/NotoSansKR-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/NotoSans-Regular.woff2) format("woff2"), url(./fonts/NotoSans-Regular.woff) format("woff"), url(./fonts/NotoSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/NotoSans-Bold.woff2) format("woff2"), url(./fonts/NotoSans-Bold.woff) format("woff"), url(./fonts/NotoSans-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 800;
  src: url(./fonts/NotoSans-ExtraBold.woff2) format("woff2"), url(./fonts/NotoSans-ExtraBold.woff) format("woff"), url(./fonts/NotoSans-ExtraBold.ttf) format("truetype");
}
@font-face {
  font-family: "Jaldi";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/Jaldi-Regular.woff2) format("woff2"), url(./fonts/Jaldi-Regular.woff) format("woff"), url(./fonts/Jaldi-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Jaldi";
  font-style: normal;
  font-weight: 700;
  src: url(./fonts/Jaldi-Bold.woff2) format("woff2"), url(./fonts/Jaldi-Bold.woff) format("woff"), url(./fonts/Jaldi-Bold.ttf) format("truetype");
}
@font-face {
  font-family: "JalnanGothicTTF";
  font-style: normal;
  font-weight: 400;
  src: url(./fonts/JalnanGothicTTF.woff2) format("woff2");
  src: url(./fonts/JalnanGothicTTF.woff) format("woff");
  src: url(./fonts/JalnanGothicTTF.ttf) format("truetype");
}
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-weight: inherit;
  font-family: "Noto Sans", "Noto Sans KR", sans-serif;
  vertical-align: baseline;
  font-style: unset;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:visited {
  color: inherit;
  text-decoration: none;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

table {
  border-spacing: 0 12px;
}

html {
  font-size: 10px;
}

body {
  font-size: 1.6rem;
  line-height: 1.5;
}

html,
body {
  width: 100%;
  height: 100%;
  color: var(--color-black);
  word-break: keep-all;
  font-family: "Noto Sans", "Noto Sans KR", sans-serif;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

input,
textarea {
  margin: 0;
  font: inherit;
  color: inherit;
  vertical-align: middle;
}

button {
  margin: 0;
  color: inherit;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-weight: inherit;
  box-sizing: border-box;
}

#wrap {
  position: relative;
  overflow: hidden;
}

.hidden {
  position: absolute !important;
  display: block;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}

/* font style */
.font-en1 {
  font-family: "JalnanGothicTTF", sans-serif;
}

.font-en2 {
  font-family: "Jaldi", sans-serif;
}

body {
  max-width: 1920px;
  margin: 0 auto;
}

:root {
  /* color */
  --color-black: #000000;
  --color-white: #ffffff;
  --color-primary: #FF6B00;
  --color-secondary: #B20000;
  --color-gray-logo: #231F20;
  --color-grey2: #1e1e1e;
}

/* font guide */
.title-36 {
  font-size: 3.6rem;
}
@media (max-width: 767px) {
  .title-36 {
    font-size: 2.4rem;
  }
}

.title-34 {
  font-size: 3.4rem;
}

.title-30 {
  font-size: 3rem;
}
@media (max-width: 767px) {
  .title-30 {
    font-size: 2.4rem;
  }
}

.title-24 {
  font-size: 2.4rem;
}
@media (max-width: 767px) {
  .title-24 {
    font-size: 2rem;
  }
}

.title-22 {
  font-size: 2.2rem;
}
@media (max-width: 767px) {
  .title-22 {
    font-size: 2rem;
  }
}

.title-20 {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .title-20 {
    font-size: 1.6rem;
  }
}

.body-15 {
  font-size: 1.5rem;
}

.body-14 {
  font-size: 1.4rem;
}

.font-700 {
  font-weight: 700;
}

.font-800 {
  font-weight: 800;
}

/* 공통 디자인 */
section {
  height: 100vh;
  transition: transform 0.5s ease;
}

.orange-box {
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-color: var(--color-primary);
}
@media (max-width: 767px) {
  .orange-box {
    width: 1.2rem;
    height: 1.2rem;
  }
}

.mo-only {
  display: none;
}
@media (max-width: 767px) {
  .mo-only {
    display: block;
  }
}

/* Section CSS */
.sec-main {
  box-sizing: border-box;
  position: relative;
}
.sec-main .main_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec-main .title {
  color: var(--color-white);
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.sec-main .title img {
  max-width: 10.9rem;
  color: var(--color-white);
}
.sec-main .title-text h1 {
  text-align: justify;
  line-height: 0;
  padding-top: 1.7rem;
  margin: 4.1rem 0 2.4rem;
}
.sec-main .title-text h1::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.sec-main .title-text p {
  letter-spacing: 0.14em;
  background-image: linear-gradient(to bottom, #ffffff, #999999);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 767px) {
  .sec-main .title-text p {
    font-size: 1.2rem;
  }
}
.sec-main .orange-box {
  position: absolute;
  bottom: 2.2rem;
  left: 50%;
  transform: translateX(-50%);
}

.sec2-container {
  box-sizing: border-box;
  padding: 1.9rem 4.2rem 0;
  width: 100%;
  height: 100%;
  /* 모바일 */
}
.sec2-container .orange-box {
  margin: 0 auto;
}
.sec2-container .sec2-content-wrap {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.sec2-container .sec2-content-wrap p {
  margin: 2% 0 5%;
}
.sec2-container .sec2-content-wrap_flexbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
}
.sec2-container .sec2-content-wrap_flexbox li {
  width: 100%;
  position: relative;
  /* 중간크기 한번더 미디워쿼리 */
}
.sec2-container .sec2-content-wrap_flexbox li figure {
  display: flex;
  flex-direction: column;
  height: 22rem;
}
.sec2-container .sec2-content-wrap_flexbox li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 16rem;
  height: 70%;
  margin: 0 auto;
}
.sec2-container .sec2-content-wrap_flexbox li figure figcaption {
  text-transform: uppercase;
  color: var(--color-primary);
  font-size: 1.4rem;
  height: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec2-container .sec2-content-wrap_flexbox li::after {
  content: "";
  display: block;
  width: 10rem;
  border-bottom: 2px dotted var(--color-black);
  position: absolute;
  top: 35%;
  left: 100%;
  transform: translate(-50%, -50%);
}
.sec2-container .sec2-content-wrap_flexbox li:last-child::after {
  display: none;
}
@media (max-width: 1200px) {
  .sec2-container .sec2-content-wrap_flexbox li figure img {
    max-width: 12rem;
  }
  .sec2-container .sec2-content-wrap_flexbox li::after {
    width: 10%;
  }
}
@media (max-width: 767px) {
  .sec2-container {
    padding: 1.9rem;
  }
  .sec2-container .sec2-content-wrap h2 {
    margin-bottom: 2.4rem;
    line-height: 1.3em;
  }
  .sec2-container .sec2-content-wrap p {
    line-height: 1.3em;
  }
  .sec2-container .sec2-content-wrap_flexbox {
    margin-top: 4.8rem;
    flex-wrap: wrap;
  }
  .sec2-container .sec2-content-wrap_flexbox li {
    width: 50%;
  }
  .sec2-container .sec2-content-wrap_flexbox li figure {
    height: 10rem;
  }
  .sec2-container .sec2-content-wrap_flexbox li figure figcaption {
    font-size: 1.2rem;
  }
  .sec2-container .sec2-content-wrap_flexbox li::after {
    display: none;
  }
  .sec2-container .sec2-content-wrap_flexbox li:nth-child(3), .sec2-container .sec2-content-wrap_flexbox li:nth-child(4) {
    margin-top: 1.6rem;
  }
}

.sec3-content_wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 80%;
  margin: 0 auto;
  /* 반응형 */
}
.sec3-content_wrap ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 3rem;
}
@media (max-width: 1200px) {
  .sec3-content_wrap ul {
    gap: 1.2rem;
  }
}
.sec3-content_wrap ul li figure {
  position: relative;
  overflow: hidden;
}
.sec3-content_wrap ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sec3-content_wrap ul li figure figcaption {
  position: absolute;
  top: 3.8rem;
  left: 50%;
  transform: translateX(-50%);
  color: var(--color-white);
  text-transform: capitalize;
}
.sec3-content_wrap .sec3_textbox {
  margin-top: 2%;
}
@media (max-width: 767px) {
  .sec3-content_wrap {
    width: 90%;
  }
  .sec3-content_wrap ul {
    flex-wrap: wrap;
    gap: unset;
  }
  .sec3-content_wrap ul li {
    width: 50%;
    padding: 0.4rem;
    box-sizing: border-box;
  }
  .sec3-content_wrap ul li figure {
    height: 12rem;
  }
  .sec3-content_wrap ul li figure figcaption {
    top: 1.6rem;
  }
  .sec3-content_wrap .sec3_textbox h2 {
    margin: 2.4rem 0 1.2rem;
  }
}

.sec4 {
  background-color: var(--color-black);
  color: var(--color-white);
}
.sec4-content_wrap {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  gap: 10rem;
  align-items: flex-start;
  /* 반응형 */
}
.sec4-content_wrap .sec4-textbox {
  flex: 1;
}
.sec4-content_wrap .sec4-textbox h2 {
  margin-bottom: 2.4rem;
}
.sec4-content_wrap .sec4-portfolio {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  width: 60%;
  flex-wrap: wrap;
}
.sec4-content_wrap .sec4-portfolio li {
  width: 30%;
  max-width: 26rem;
  height: 12.2rem;
  background-color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.6rem;
  box-sizing: border-box;
}
.sec4-content_wrap .sec4-portfolio li:nth-child(n+4) {
  margin-top: 3.7rem;
}
.sec4-content_wrap .sec4-portfolio li img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 767px) {
  .sec4-content_wrap {
    width: 90%;
    flex-direction: column;
    gap: 4.8rem;
  }
  .sec4-content_wrap .sec4-textbox h2 {
    margin-bottom: 1.6rem;
  }
  .sec4-content_wrap .sec4-portfolio {
    width: 100%;
  }
  .sec4-content_wrap .sec4-portfolio li {
    height: 6rem;
  }
  .sec4-content_wrap .sec4-portfolio li:nth-child(n+4) {
    margin-top: 1.6rem;
  }
}

.reference {
  padding: 15rem 0;
  /* 반응형 */
}
.reference h2 {
  text-align: center;
}
.reference .reference-title {
  position: relative;
  text-align: center;
  margin: 9rem 0;
}
.reference .reference-title::before {
  content: "";
  display: block;
  width: 100%;
  height: 0.1rem;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: var(--color-black);
  z-index: -1;
}
.reference .reference-title h3 {
  display: inline-block;
  color: var(--color-white);
  padding: 0.5rem 1.6rem;
  background-color: var(--color-grey2);
}
.reference > div {
  width: 90%;
  margin: 0 auto;
}
.reference .ref_common-css {
  /* 리스트 공통 디자인 */
}
.reference .ref_common-css ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.reference .ref_common-css ul li {
  border-bottom: 1px dotted var(--color-black);
  padding-bottom: 2.4rem;
  box-sizing: border-box;
  margin-bottom: 9rem;
  word-break: break-all;
}
.reference .ref_common-css ul li .ref_list-wrap figure {
  border: 1px solid var(--color-black);
  height: 18.5rem;
  margin-bottom: 2.4rem;
}
.reference .ref_common-css ul li .ref_list-wrap figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.reference .ref_common-css ul li .ref_list-wrap .textbox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-direction: column;
  align-items: stretch;
  gap: 1.1rem;
}
.reference .ref_common-css ul li .ref_list-wrap .textbox p {
  text-align: justify;
}
.reference .ref_digital-content_wrap ul {
  gap: 6%;
}
.reference .ref_digital-content_wrap ul li {
  width: 19%;
  max-width: 33rem;
}
.reference .ref_digital-content_wrap ul li .ref_list-wrap h4 {
  color: var(--color-primary);
}
.reference .ref_animation_wrap ul {
  gap: 6%;
}
.reference .ref_animation_wrap ul li {
  width: 27%;
  max-width: 52rem;
}
.reference .ref_animation_wrap ul li h4 {
  color: var(--color-secondary);
}
@media (max-width: 767px) {
  .reference {
    padding: 8rem 0;
  }
  .reference .reference-title {
    margin: 4rem 0;
  }
  .reference .ref_common-css ul {
    flex-direction: column;
  }
  .reference .ref_common-css ul li {
    width: 100%;
    max-width: none;
    margin-bottom: 4rem;
  }
}

.sec6-contact {
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: center;
  padding: 10rem 0;
}
.sec6-contact .fontcolor {
  color: var(--color-primary);
}
.sec6-contact_wrap h2 {
  margin-bottom: 2.6rem;
}
.sec6-contact_wrap address {
  margin-top: 8rem;
}
.sec6-contact_wrap address ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  max-width: 40rem;
  margin: 0 auto;
  padding: 1.2rem 0;
  box-sizing: border-box;
}
.sec6-contact_wrap address ul li span:first-child {
  flex: 1;
  text-align: right;
  padding-right: 1.6rem;
}
.sec6-contact_wrap address ul li span:last-child {
  width: 60%;
  text-align: left;
}
@media (max-width: 767px) {
  .sec6-contact {
    padding: 6rem 0;
  }
  .sec6-contact_wrap {
    width: 90%;
    margin: 0 auto;
  }
  .sec6-contact_wrap h2 {
    margin-bottom: 1.6rem;
  }
  .sec6-contact_wrap address {
    margin-top: 2.4rem;
  }
  .sec6-contact_wrap address ul li {
    padding: 0.6rem 0;
  }
}

footer .footer-wrap {
  padding: 5rem 0 5rem 7rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  justify-content: flex-start;
  gap: 4rem;
}
footer .footer-wrap img {
  width: 9.9rem;
}
footer .footer-wrap .footer-textbox {
  color: var(--color-grey2);
}
footer .footer-wrap .footer-textbox h2 {
  margin-bottom: 0.6rem;
}
footer .footer-wrap .footer-textbox address .footer-inline {
  display: inline-block;
}
footer .footer-wrap .footer-textbox address .footer-inline:nth-child(2) {
  margin-right: 2.4rem;
}
@media (max-width: 767px) {
  footer .footer-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.6rem;
  }
  footer .footer-wrap img {
    width: 6rem;
  }
  footer .footer-wrap .footer-textbox {
    font-size: 1.2rem;
  }
  footer .footer-wrap .footer-textbox address .footer-inline {
    display: block;
  }
  footer .footer-wrap .footer-textbox address .footer-inline:nth-child(2) {
    margin: 0;
  }
}/*# sourceMappingURL=main.css.map */