#wrapper {
  width: 100%;
  min-width: 320px;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  background-color: #000;
  -webkit-transition: all ease 0.7s;
  transition: all ease 0.7s;
  min-height: 100vh;
}
#wrapper.light-mode {
  background-color: #dddbdb;
}
#wrapper .display-light {
  display: none !important;
}
#wrapper.light-mode .display-light {
  display: block !important;
}
#wrapper.light-mode .display-dark {
  display: none !important;
}
.page-container {
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding-top: 203px;
}
.inner {
  max-width: 1620px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 60px;
  padding-bottom: 25px;
  z-index: 999;
  background-color: #0000;
  -webkit-transition: all ease-out 0.3s;
  transition: all ease-out 0.3s;
}
.header.hide {
  top: -160px;
}
.header.hideImportant {
  top: -160px !important;
}
.header.main nav a {
  color: #fff;
}
.header > .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.header .header-logo {
  width: 121px;
  height: 40px;
  position: relative;
}
.header .header-logo:hover .logo01 {
  opacity: 0;
}
.header .header-logo:hover .logo02 {
  opacity: 1;
}
.header .header-logo .logo01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 121px;
  fill: #ebebeb;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header .header-logo .logo02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  opacity: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.header .header-logo .logo02 .st0 {
  fill: #fff;
}
.header .header-logo .logo02 .st1 {
  -webkit-clip-path: url(#SVGID_2_);
  clip-path: url(#SVGID_2_);
}
.header .header-logo .logo02 .st2 {
  -webkit-clip-path: url(#SVGID_4_);
  clip-path: url(#SVGID_4_);
  fill: #fff;
}
.header .header-logo .logo02 .st3 {
  -webkit-clip-path: url(#SVGID_7_);
  clip-path: url(#SVGID_7_);
  fill: #fff;
}
.header .header-logo .logo02 .st4 {
  -webkit-clip-path: url(#SVGID_10_);
  clip-path: url(#SVGID_10_);
  fill: #fff;
}
.header .header-logo .logo02 .st5 {
  -webkit-clip-path: url(#SVGID_13_);
  clip-path: url(#SVGID_13_);
  fill: #fff;
}
.header .header-logo .logo02 .st6 {
  -webkit-clip-path: url(#SVGID_16_);
  clip-path: url(#SVGID_16_);
  fill: #fff;
}
.header .header-logo .logo02 .st7 {
  -webkit-clip-path: url(#SVGID_19_);
  clip-path: url(#SVGID_19_);
  fill: #fff;
}
.header nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header nav > a {
  position: relative;
  color: #ebebeb;
  font-size: 16px;
  font-weight: 500;
  color: #787878;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header nav > a:hover,
.header nav > a.active {
  color: #ebebeb;
}
.header nav > a:hover::before,
.header nav > a.active::before {
  opacity: 1;
}
.header nav > a:not(:last-child) {
  margin-right: 60px;
}
.header nav > a::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  position: absolute;
  bottom: 0px;
  left: 0;
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header .header-btn {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header-btn > a {
  margin-right: 27px;
}
.header .header-btn > a.btn-behance svg {
  width: 34px;
  fill: #fff;
}
.header .header-btn > a.btn-insta {
  padding-top: 2px;
}
.header .header-btn > a.btn-insta svg {
  width: 28px;
  fill: #fff;
}
.header .header-btn > a.btn-blog {
  width: 50px;
  padding-top: 2px;
}
.header .header-btn > a.btn-blog svg {
  fill: #fff;
}
.header .header-btn .btn-sitemap {
  cursor: pointer;
}
.header .header-btn .btn-sitemap svg {
  width: 25px;
  fill: #fff;
}
.light-mode .header {
  background-color: #0000;
}
.light-mode .header .header-logo .logo01 {
  fill: #111;
}
.light-mode .header .header-logo .logo02 .st0 {
  fill: #3e3a39;
}
.light-mode .header .header-logo .logo02 .st1 {
  -webkit-clip-path: url(#SVGID_2_);
  clip-path: url(#SVGID_2_);
}
.light-mode .header .header-logo .logo02 .st2 {
  -webkit-clip-path: url(#SVGID_4_);
  clip-path: url(#SVGID_4_);
  fill: url(#SVGID_5_);
}
.light-mode .header .header-logo .logo02 .st3 {
  -webkit-clip-path: url(#SVGID_7_);
  clip-path: url(#SVGID_7_);
  fill: url(#SVGID_8_);
}
.light-mode .header .header-logo .logo02 .st4 {
  -webkit-clip-path: url(#SVGID_10_);
  clip-path: url(#SVGID_10_);
  fill: url(#SVGID_11_);
}
.light-mode .header .header-logo .logo02 .st5 {
  -webkit-clip-path: url(#SVGID_13_);
  clip-path: url(#SVGID_13_);
  fill: url(#SVGID_14_);
}
.light-mode .header .header-logo .logo02 .st6 {
  -webkit-clip-path: url(#SVGID_16_);
  clip-path: url(#SVGID_16_);
  fill: url(#SVGID_17_);
}
.light-mode .header .header-logo .logo02 .st7 {
  -webkit-clip-path: url(#SVGID_19_);
  clip-path: url(#SVGID_19_);
  fill: url(#SVGID_20_);
}
.light-mode .header nav > a:hover,
.light-mode .header nav > a.active {
  color: #111;
}
.light-mode .header nav > a::before {
  background-color: #111;
}
.light-mode .header .header-btn > .btn-sitemap svg,
.light-mode .header .header-btn > a svg {
  fill: #111;
}
.light-mode .header.main nav a {
  color: #111;
}
.sitemap {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(17, 17, 17, 0.95);
  z-index: 1000;
  padding-top: 60px;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 100px;
  display: none;
  opacity: 0;
}
.sitemap::-webkit-scrollbar {
  width: 0px;
  background: none;
}
.sitemap::-webkit-scrollbar-thumb {
  background: none;
}
.sitemap::-webkit-scrollbar-track {
  background: none;
}
.sitemap:last-child {
  border-bottom: none;
}
.sitemap .sitemap-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sitemap .sitemap-top .top-logo {
  width: 121px;
  fill: #ebebeb;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.sitemap .sitemap-top .top-close {
  cursor: pointer;
}
.sitemap .sitemap-menu {
  margin-top: 103px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 113px;
}
.sitemap .sitemap-menu > a {
  font-size: 115px;
  line-height: 1em;
  letter-spacing: -0.02em;
  color: #ebebeb;
  position: relative;
  font-weight: 600;
}
.sitemap .sitemap-menu > a:hover::before {
  width: 100%;
}
.sitemap .sitemap-menu > a::before {
  content: '';
  width: 0;
  height: 5px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.sitemap .sitemap-menu > a:not(:last-child) {
  margin-bottom: 33px;
}
.sitemap .sitemap-menu > a .badge {
  position: absolute;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: rgba(220, 255, 4, 0.9);
  top: -20px;
  right: -57px;
  text-align: center;
}
.sitemap .sitemap-menu > a .badge span {
  font-size: 50px;
  color: #000;
  position: absolute;
  width: 100%;
  top: 5px;
  left: -0.8px;
  text-align: center;
}
.sitemap .sitemap-info > p {
  font-size: 22px;
  line-height: 1.2em;
  color: #ebebeb;
  font-weight: 500;
}
.sitemap .sitemap-info > p:not(:last-child) {
  margin-bottom: 14px;
}
.sitemap .sitemap-info .info-sns {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sitemap .sitemap-info .info-sns > a {
  margin-right: 24px;
  fill: #ebebeb;
}
.sitemap .sitemap-info .info-sns .sns-insta {
  width: 30px;
}
.sitemap .sitemap-info .info-sns .sns-behance {
  width: 36px;
}
.sitemap .sitemap-info .info-sns .sns-blog {
  width: 50px;
  padding-top: 5px;
}
.footer {
  padding-top: 40px;
  border-top: 1px solid #ebebeb;
}
.footer .footer-info {
  padding-bottom: 83px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.footer .footer-info .txt01 {
  color: #ebebeb;
  font-size: 15px;
  line-height: 1.5em;
  font-family: 'Poppins', 'Noto Sans KR';
  font-weight: 500;
}
.footer .footer-info .awards-img {
  width: 386px;
  display: inline-block;
  margin-top: 24px;
  position: relative;
}
.footer .footer-info .awards-img img {
  width: 100%;
}
.footer .footer-info .awards-img a:nth-child(1) {
  width: 31.2%;
  padding-top: 17%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.footer .footer-info .awards-img a:nth-child(2) {
  width: 29%;
  padding-top: 18%;
  display: inline-block;
  position: absolute;
  left: 36.5%;
  top: 0;
}
.footer .footer-info .awards-img a:nth-child(3) {
  width: 29%;
  padding-top: 18%;
  display: inline-block;
  position: absolute;
  left: 71%;
  top: 0;
}
.footer .footer-logo {
  margin-right: 30px;
  width: 121px;
  display: inline-block;
}
.footer .footer-logo svg {
  fill: #fff;
}
.footer .footer-addr {
  margin-left: 115px;
}
.footer .footer-sns {
  margin-left: auto;
}
.footer .footer-sns .txt01 {
  margin-bottom: 10px;
  line-height: 1em;
}
.footer .footer-sns .sns-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer .footer-sns .sns-wrap > a:not(:last-child) {
  margin-right: 27px;
  padding-top: 3px;
}
.footer .footer-sns .sns-wrap > a.btn-behance {
  width: 34px;
  fill: #ebebeb;
}
.footer .footer-sns .sns-wrap > a.btn-insta {
  width: 28px;
  fill: #ebebeb;
}
.footer .footer-sns .sns-wrap > a.btn-blog {
  width: 50px;
  fill: #ebebeb;
  padding-top: 5px;
}
.footer .top-btn {
  position: absolute;
  top: -140px;
  right: 0;
  cursor: pointer;
}
.light-mode .footer {
  border-top: 1px solid #111;
}
.light-mode .footer .footer-info .txt01 {
  color: #111;
}
.light-mode .footer .footer-logo svg {
  fill: #111;
}
.light-mode .footer .footer-sns .sns-wrap > a.btn-behance svg {
  fill: #111;
}
.light-mode .footer .footer-sns .sns-wrap > a.btn-insta svg {
  fill: #111;
}
.light-mode .footer .footer-sns .sns-wrap > a.btn-blog svg {
  fill: #111;
}
.animated {
  opacity: 0;
  transform: scale(0.9) translateY(150px);
  transition: all ease 0.5s;
  transition-delay: 0.2s;
}
.animated.on {
  transform: scale(1) translateY(0%);
  opacity: 1;
}
.showing {
  display: block !important;
}
.hiding {
  display: none !important;
}

/* 상단 뉴스레터 */
.header-news {
  background-color: #dddbdb;
  padding-top: 85px;
  padding-bottom: 55px;
  display: none;
}
.header-news .inner {
  position: relative;
  display: flex;
  align-items: flex-end;
}
.header-news__close {
  position: absolute;
  top: -20px;
  right: 0;
  cursor: pointer;
}
.header-news hgroup {
  margin-right: 77px;
}
.header-news h4 {
  font-size: 20px;
  font-weight: 600;
}
.header-news h5 {
  font-size: 15px;
  margin-top: 15px;
  font-weight: 600;
}
.header-news__form {
  display: flex;
  align-items: flex-end;
  flex: 1;
}
.header-news__name,
.header-news__company {
  width: 234px;
  margin-right: 37px;
}
.header-news__email {
  flex: 1;
}
.header-news__form > div {
  border-bottom: 1px solid #000;
  display: flex;
  align-items: flex-end;
  padding-bottom: 17px;
}
.header-news__form > div > label {
  font-size: 15px;
  font-weight: 500;
  width: 100px;
}
.header-news__form > div span {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #787878;
}
.header-news__form > div input[type='text'] {
  flex: 1;
  font-size: 15px;
  width: 100%;
}
.header-news__form button {
  margin-left: 78px;
  width: 93px;
  height: 34px;
  text-align: center;
  line-height: 32px;
  font-weight: 600;
  color: #000;
  border: 1px solid #000;
  border-radius: 2em;
  cursor: pointer;
  transition: all ease 0.3s;
}
.header-news__form button:hover {
  background-color: #000;
  color: #fff;
}
.if-award {
  position: fixed;
  top: 323px;
  right: 0;
  z-index: 999;
  width: 76px;
}
.if-award img {
  width: 100%;
}
.if-award a:nth-child(1) {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 195%;
}
.if-award a:nth-child(2) {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding-top: 160%;
}

.footer-award {
  display: flex;
  align-items: center;
}
.if-award__footer {
  width: 98px;
}
.reddot__footer {
  margin-left: 35px;
  width: 125px;
}
.if-award__footer img,
.reddot__footer img {
  width: 100%;
}

@media all and (max-width: 1650px) {
  .inner {
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
  }
  .header > .inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header .header-logo {
    margin-right: 0;
  }
  .footer .footer-addr,
  .footer .footer-sns,
  .header .header-btn {
    margin-left: 0;
  }
  .footer .footer-addr {
    margin-left: auto;
    margin-right: 7%;
  }
}
@media all and (max-width: 1500px) {
  .header-news,
  .header nav {
    display: none;
  }
}
@media all and (max-width: 1400px) {
  .footer .footer-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .footer-addr {
    margin-left: 0;
    margin-right: 0;
  }
  .footer .footer-logo {
    margin-right: 0;
    margin-bottom: 2.5vw;
  }
  .footer .footer-sns,
  .footer .footer-addr {
    margin-top: 3vw;
  }
  .footer-award {
    margin-left: 0;
    margin-top: 25px;
  }
}
@media all and (max-width: 1200px) {
  .inner {
    width: auto;
    margin-left: 4%;
    margin-right: 4%;
  }
  .page-container {
    padding-top: 170px;
  }
  .header .header-logo:hover .logo01 {
    opacity: 1;
  }
  .header .header-logo:hover .logo02 {
    opacity: 0;
  }
  .header .header-btn > a {
    display: none;
  }
  .header .header-btn .btn-sitemap svg {
    width: 40px;
  }
  .sitemap {
    padding-bottom: 75px;
  }
  .sitemap .sitemap-menu {
    margin-bottom: 75px;
    margin-top: 75px;
  }
  .sitemap .sitemap-menu > a {
    font-size: 85px;
  }
  .sitemap .sitemap-menu > a:not(:last-child) {
    margin-bottom: 25px;
  }
  .sitemap .sitemap-menu > a .badge {
    width: 60px;
    height: 60px;
    top: -10px;
    right: -47px;
  }
  .sitemap .sitemap-menu > a .badge span {
    top: 5px;
    font-size: 40px;
  }
}
@media all and (max-width: 1024px) {
  .sitemap .sitemap-menu > a::before {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .sitemap .sitemap-menu > a {
    font-size: 60px;
  }
  .sitemap .sitemap-menu > a .badge {
    width: 50px;
    height: 50px;
    top: -10px;
    right: -40px;
  }
  .sitemap .sitemap-menu > a .badge span {
    font-size: 33px;
  }
}
@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }
  .header {
    padding: 30px 0 15px 0;
  }
  .sitemap .sitemap-top .top-logo .header .header-logo {
    height: 26.7px;
  }
  .footer .footer-logo,
  .sitemap .sitemap-top .top-logo,
  .header .header-logo .logo01 {
    width: 80px;
  }
  .sitemap .sitemap-top .top-close,
  .header .header-btn .btn-sitemap svg {
    width: 22px;
  }
  .sitemap .sitemap-top .top-close img {
    width: 100%;
  }
  .sitemap {
    padding-top: 30px;
  }
  .sitemap .sitemap-menu {
    margin-top: 45px;
    margin-bottom: 25px;
  }
  .sitemap .sitemap-menu > a {
    font-size: 38px;
  }
  .sitemap .sitemap-menu > a::before {
    height: 3px;
    bottom: -1px;
  }
  .sitemap .sitemap-menu > a:not(:last-child) {
    margin-bottom: 17px;
  }
  .sitemap .sitemap-menu > a .badge {
    width: 36px;
    height: 36px;
    top: -18px;
    right: -30px;
  }
  .sitemap .sitemap-menu > a .badge span {
    font-size: 23px;
    top: 4px;
  }
  .sitemap .sitemap-info > p {
    font-size: 15px;
  }
  .sitemap .sitemap-info > p:not(:last-child) {
    margin-bottom: 7px;
  }
  .sitemap .sitemap-info .info-sns > a {
    margin-right: 17px;
  }
  .footer {
    padding-top: 25px;
  }
  .footer .footer-info {
    padding-bottom: 45px;
  }
  .footer .footer-sns .sns-wrap > a:not(:last-child),
  .sitemap .sitemap-info .info-sns .sns-insta {
    width: 20px;
    margin-right: 12px;
  }
  .footer .footer-sns .sns-wrap > a.btn-behance,
  .sitemap .sitemap-info .info-sns .sns-behance {
    width: 22px;
  }
  .footer .footer-sns .sns-wrap > a.btn-blog,
  .sitemap .sitemap-info .info-sns .sns-blog {
    width: 32px;
  }
  .sitemap .sitemap-info .info-sns .sns-blog {
    padding-top: 3px;
  }
  .sitemap .sitemap-info .info-sns .sns-behance {
    margin-right: 11px;
  }
  .footer .footer-info .txt01 {
    font-size: 10px;
  }
  .footer .top-btn {
    width: 45px;
    height: 45px;
    top: -95px;
  }
  .footer .top-btn img {
    width: 100%;
  }
  .footer .footer-addr {
    margin-top: 20px;
  }
  .page-container {
    padding-top: 100px;
  }
  .if-award {
    width: 12vw;
    display: block;
    top: 70%;
  }
  .if-award__footer {
    width: 80px;
  }
  .reddot__footer {
    width: 110px;
    margin-left: 15px;
  }
  .footer .footer-info .awards-img {
    max-width: 70vw;
  }
}
