@charset "UTF-8";
.innerWide {
  width: 100%;
  max-width: 1832px;
  margin: 0 auto;
  position: relative;
}

.inner1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.inner1300 {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}

.pc {
  display: block;
}

.mobile {
  display: none;
}

/* 헤더 */
.mobileClose {
  display: none;
}

header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 104px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .logo .enterprise {
  margin: 0 0 0 30px;
}

header .logo .enterprise svg {
  width: 67px;
  height: 62px;
}

header .logo .enterprise svg .first * {
  fill: #fff !important;
}

header .gnbBg {
  width: 100%;
  height: 0;
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #f9f9f9;
  display: block;
  position: fixed;
  left: 0;
  top: 104px;
}

header > section {
  height: 100%;
  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;
  height: auto;
}

header nav #gnb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header nav #gnb > li {
  position: relative;
  margin: 0 40px;
}

header nav #gnb > li > a {
  display: block;
  color: #fff;
  font-size: 1.125rem;
  font-weight: 500;
  padding: 43px 0;
  position: relative;
}

header nav #gnb > li:hover > a {
  color: #284b93 !important;
}

header nav #gnb > li:hover > a:after {
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: #284b93;
  position: absolute;
  left: 0;
  bottom: 6px;
}

header nav #gnb .depth2 {
  display: none;
  position: absolute;
  padding-top: 22px;
  z-index: 100;
  top: 100%;
  left: 0;
}

header nav #gnb .depth2 li {
  white-space: nowrap;
  margin-bottom: 6px;
}

header nav #gnb .depth2 li:last-child {
  margin: 0;
}

header nav #gnb .depth2 a {
  color: #707070;
  font-size: 15px;
}

header nav #gnb .depth2 a:hover {
  color: #284b93;
}

header nav #gnb .depth3 {
  padding-top: 10px;
}

header nav #gnb .depth3 > li {
  margin-bottom: 2px;
}

header nav #gnb .depth3 > li a {
  color: #aaa;
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

header nav #gnb .depth3 > li a:before {
  content: "";
  width: 12px;
  border-bottom: 1px solid #aaa;
  display: block;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 50%;
}

header nav #gnb .depth4 {
  display: none;
}

header .util {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .util .sns {
  margin-right: 20px;
}

header .util .sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .util .sns ul li {
  padding: 0 10px;
}

header .util .sns ul li i {
  color: #fff;
}

header .util .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* margin-right: 45px; */
}

header .util .lang img {
  vertical-align: middle;
  margin-right: 12px;
}

header .util .lang a {
  background: url("/img/common/earth_icon.png") no-repeat;
  color: #fff;
  line-height: 22px;
  padding-left: 36px;
  font-size: 12px;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  height: 22px;
}

header .menuBtn button {
  padding: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 18px;
  background: none;
}

header .menuBtn span {
  display: block;
  width: 22px;
  height: 2px;
  background: #fff;
}

header.on .logo .enterprise svg .first *, header.fixed .logo .enterprise svg .first * {
  fill: #034ea2 !important;
}

header.on .gnbBg, header.fixed .gnbBg {
  border-top: 1px solid #e6e6e6;
}

header.on nav #gnb > li > a, header.fixed nav #gnb > li > a {
  color: #323232;
}

header.on .util .lang a, header.fixed .util .lang a {
  color: #363636;
  background: url("/img/common/earth_icon_on.png") no-repeat;
}

header.on .util .sns ul li i, header.fixed .util .sns ul li i {
  color: #284b93;
}

header.on .menuBtn button span, header.fixed .menuBtn button span {
  background: #363636;
}

header.on {
  height: 484px;
  background: #fff;
}

header.on .gnbBg {
  height: 400px;
}

header.fixed {
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

/* 푸터 */
footer {
  background: #141f35;
  padding: 40px 0;
}

footer #ftTop {
  padding: 20px 0;
  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;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

footer #ftTop .ftLogo {
  max-width: 190px;
}

footer #ftTop .ftMenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer #ftTop .ftMenu ul li {
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}

footer #ftTop .ftMenu ul li:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #a4a8b1;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -2px;
}

footer #ftTop .ftMenu ul li:last-child {
  padding: 0;
  margin: 0;
}

footer #ftTop .ftMenu ul li:last-child::after {
  display: none;
  margin: 0;
}

footer #ftTop .ftMenu ul a {
  color: #fff;
  font-size: 14px;
}

footer #ftBot {
  padding-right: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 55px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 14px;
}

footer #ftBot .tit,
footer #ftBot strong {
  color: #fff;
  font-weight: 400;
}

footer #ftBot span {
  position: relative;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

footer #ftBot span:after {
  content: "";
  width: 1px;
  height: 10px;
  background: #a4a8b1;
  display: block;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -3px;
}

footer #ftBot .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 46px;
}

footer #ftBot .tel span {
  width: auto;
}

footer #ftBot .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

footer #ftBot .areaList.korea span {
  width: 80px;
}

footer #ftBot .areaList.overseas span {
  width: 110px;
}

footer #ftBot .areaList ul {
  margin-top: 14px;
}

footer #ftBot .areaList ul li {
  color: rgba(255, 255, 255, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
}

footer #ftBot .areaList ul li:last-child {
  margin: 0;
}

footer .copy {
  color: #fff;
  font-weight: 300;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  margin-top: 12px;
}
