<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.inner {
  max-width: 1760px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

.w_1320 {
  max-width: 1320px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

/* 슬라이드 효과 */
.slide-in-up {
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity ease 1s, -webkit-transform ease 1s;
  transition: opacity ease 1s, -webkit-transform ease 1s;
  transition: opacity ease 1s, transform ease 1s;
  transition: opacity ease 1s, transform ease 1s, -webkit-transform ease 1s;

}

.slide-in-up.on {

  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  transition-delay: .1s;
}

.slide-in-up.delay01 {
  -webkit-transition-delay: .1s;
  transition-delay: .1s;
}

.slide-in-up.delay02 {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}

.slide-in-up.delay03 {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}

.slide-in-up.delay04 {
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
}

.slide-in-up.delay05 {
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
}

.slide-in-up.delay06 {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}

.slide-in-up.delay07 {
  -webkit-transition-delay: .7s;
  transition-delay: .7s;
}

.slide-in-up.delay08 {
  -webkit-transition-delay: .8s;
  transition-delay: .8s;
}

.slide-in-up.delay09 {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}

.slide-in-up.delay10 {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

.topbtn {
  width: 62px;
  height: 63px;
  background: url(/image/common/topbtn.png) no-repeat center / contain;
  cursor: pointer;
  z-index: 999;
  position: fixed;
  right: 50px;
  display: none;
  opacity: 0;
}

.topbtn:hover {
  background: url(/image/common/topbtn_on.png) no-repeat center / contain;
}

.topbtn.isAbs {
  position: absolute;
}




header {
  height: 100px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
  transition: all 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

header .logo {
  width: 184px;
  height: 45px;
  background: url(/image/common/logo.png) no-repeat center / contain;
}

header .logo a {
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;

}

header nav {
  display: flex;
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
  height: 100%;
  align-content: center;
  align-items: center;
}

header nav&gt;div {
  position: relative;
  height: 100%;
}

header nav&gt;div:hover&gt;a {
  color: #ff8b00;
  border-bottom: 3px solid #ff8b00;
}

header nav a {
  font-family: 'Exo', sans-serif;
  font-weight: bold;
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 0 40px;
  height: 100%;
  line-height: 100px;
}

header nav .gnb {
  display: none;
}

header nav .gnb.on {
  display: block;
}

header nav .gnb a {
  font-size: 16px;
  color: #444;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0;
  line-height: 2.6;
  font-family: 'Noto Sans KR', sans-serif;
  font-weight: 500;
  transition: all 0.3s;

}

header nav .gnb a:hover {
  color: #ff8b00;
}

header .gnbWrap {
  background: url(/image/common/logo_shadow.png) no-repeat right 20px;
  background-color: #fff;
  height: 0;
  transition: all 0.3s;


}

header .gnbWrap.on {
  height: 300px;
  box-shadow: 0px 0px 3px 1px rgb(221 221 221 / 50%);
}


header .moreBtn {
  width: 26px;
  height: 19px;
  background: url(/image/main/menuIcon.png) no-repeat center;
  transition: all 0.3s;
  cursor: pointer;
}

header .gnb {
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  padding-top: 30px;
}

header .intranetLink {
  width: 150px;
  height: 50px;
  background: url(/image/common/intranet0.png) no-repeat center /contain;
  margin-right: 30px;
}



header.type-2 {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
}

header.type-2 .logo {
  background: url(/image/common/logoOn.png) no-repeat center / contain;

}

header.type-2 nav a {
  color: #444;

}

header.type-2 .moreBtn {
  background: url(/image/main/menuIconon.png) no-repeat center;

}

header.type-2 .moreBtn.close {
  background: url(/image/main/closeIcon.png) no-repeat center / contain;
}

header.type-2 .intranetLink {
  background: url(/image/common/intranet.png) no-repeat center /contain;
}



footer {
  padding: 50px 0;
  background-color: #f9f9f9;
}

footer .w_1320 {
  display: flex;
}

.footer__info {
  display: flex;
  flex-direction: column;
  width: 950px;

}

.footer__link {
  display: flex;
  margin-bottom: 45px;
}

.footer__link li:not(:last-child)::after {
  display: inline-block;
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #bbbbbb;
  margin: 0px 11px 0;
  transform: translateY(-3px);

}

.footer__link a {
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.footer__company {
  color: #959595;
  font-size: 14px;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;

}

.footer__company li:not(.noline)::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 11px;
  background: #cccccc;
  margin: 4px 9px 0;
}

.footer__copyright {
  font-size: 12px;
  color: #b3b3b3;
  margin-top: 17px;
  line-height: 1.6;
}

.footer__logobox {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.footer__sns {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 45px;
}

.footer__sns a {
  margin-left: 20px;
}

.footer__logo {
  width: 196px;
  height: 47px;
  background: url(/image/common/f-logo.png) no-repeat center;
  margin-left: auto;
}

.footer__logo a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -99999px;
}

/* 헤더 모바일 */
.header__mobile {
  width: 100%;
  height: calc(100vh - 70px);
  background: #fff;
  /* transform: translateY(100%); */
  position: fixed;
  padding-top: 20px;
  top: 70px;
  z-index: 999;
  transform: translateX(100%);
  transition: all 0.3s linear;
  overflow-y: scroll;
}

.header__mobile.on {
  transform: translateX(0%);
  opacity: 1;
}

.header__mobile div&gt;a {
  font-family: 'Exo';
  font-size: 28px;
  font-weight: 900;
  padding: 20px 0;
  line-height: 1;
  display: block;
  background: url(/image/common/ico-cateogry01.png) no-repeat right center / 18px 18px;
}

.header__mobile div.selected&gt;a {
  background: url(/image/common/ico-cateogry02.png) no-repeat right center / 18px 18px;
}

.header__mobile .gnb {
  display: none;
}

.header__mobile .gnb li {
  font-size: 17px;
  line-height: 1;
  padding: 12px 0;
}

.header__mobile .gnb li a {
  color: #666;
  display: block;
  width: 100%;
}




/* 공통 */
.show-default {
  display: block !important;
}

.hide-default {
  display: none !important;
}

@media all and (max-width:1800px) {
  .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}


@media all and (max-width: 1200px) {

  .w_1320 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .topbtn {
    right: 20px;
    /* position: absolute; */
    top: initial;
    bottom: 50px;
    display: block;
  }

  header nav a {
    padding: 0 20px;
  }

  header nav .gnb a {
    font-size: 15px;
  }
}

@media all and (max-width: 1024px) {
  .show-1024 {
    display: block !important;
  }

  .hide-1024 {
    display: none !important;
  }

  header {
    height: 70px;
  }

  header nav {
    display: none;
  }

  header .logo {
    width: 155px;
    height: 35px;
  }

  header .intranetLink {
    width: 100px;
    height: 35px;
    margin-right: 5px;
    display: none;
  }

  header .intranetLink.on {
    display: block;
  }

  header.type-2 .intranetLink {
    background: url(/image/common/intranet_m.png) no-repeat center /contain;
  }

  footer .w_1320 {
    flex-direction: column;
    padding: 0;
  }

  .footer__info {
    width: 100%;
  }

  .footer__link {
    margin-bottom: 25px;
    flex-wrap: wrap;
  }

  .footer__link a {
    margin-right: 5px;
  }

  .footer__link li:not(:last-child)::after {
    margin: 0 5px 0;
    display: none;
  }

  .footer__company {
    font-size: 13px;
  }

  .footer__company li:not(.noline)::after {
    display: none;
  }

  .footer__sns {
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: flex-start;
  }

  .footer__sns a {
    margin-left: 0;
    margin-right: 10px;
  }

  .footer__logo {
    width: 155px;
    height: 35px;
    margin-left: 0;
    background-size: contain;
  }
}

@media all and (max-width: 768px) {
  .show-768 {
    display: block !important;
  }

  .hide-768 {
    display: none !important;
  }

  .topbtn {
    width: 55px;
    height: 55px;
  }

  .sub__visualBg.p01 {
    background: url(/image/common/p01.png) no-repeat center !important;
  }

  .sub__visualBg.p02 {
    background: url(/image/common/p02.png) no-repeat center !important;
  }

  .sub__visualBg.p03 {
    background: url(/image/common/p03.png) no-repeat center !important;
  }

  .sub__visualBg.p04 {
    background: url(/image/common/p04.png) no-repeat center !important;
  }

  .sub__visualBg.p05 {
    background: url(/image/common/p05.png) no-repeat center !important;
  }

  .sub__visualBg.p06 {
    background: url(/image/common/p06.png) no-repeat center !important;
  }
}

@media all and (max-width: 640px) {
  .show-640 {
    display: block !important;
  }

  .hide-640 {
    display: none !important;
  }

  footer{
    padding-top: 30px;
  }

  .footer__link{
    margin-bottom: 15px;
  }

  .footer__link&gt;li {
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }

  .footer__link a{
    font-size: 14px;
  }

  .footer__link a{margin-right: 0;}
}

@media all and (max-width: 568px) {
  .show-568 {
    display: block !important;
  }

  .hide-568 {
    display: none !important;
  }
}

@media all and (max-width: 425px) {
  .show-425 {
    display: block !important;
  }

  .hide-425 {
    display: none !important;
  }
}

@media all and (max-width: 375px) {
  .show-375 {
    display: block !important;
  }

  .hide-375 {
    display: none !important;
  }
}

@media all and (max-width: 320px) {
  .show-320 {
    display: block !important;
  }

  .hide-320 {
    display: none !important;
  }
}</pre></body></html>