@charset "UTF-8";
/* 스킵메뉴 */
.skip-nav {
  z-index: 5100;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -100%;
  width: 100%;
}
.skip-nav.active {
  top: 0;
}
.skip-nav .skip {
  padding: 1rem;
  flex-basis: 50%;
  text-align: center;
  background-color: #fff;
}
.skip-nav .skip:focus {
  color: #fff;
  background-color: #a7a7a7;
}

.header-wrap {
  z-index: 5000;
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100vw - (100vw - 100%));
  min-height: 10rem;
  background-color: #fff;
}
.header-wrap::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 10.1rem;
  width: 100%;
  height: 1px;
  content: "";
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  padding: 2.2rem 4rem 0;
  max-width: 150rem;
  color: #222;
}
.header .logo {
  padding: 1.7rem 0;
  width: 18.4rem;
  font-size: 0;
}
.header .gnb > li.active .dep-01 {
  color: #CC6727;
}
.header .gnb > li.active .dep-01::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #CC6727;
}
.header .gnb .dep-01:focus {
  color: #CC6727;
}
.header .gnb .dep-01:focus::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #CC6727;
}
@media (hover: hover) {
  .header .gnb .dep-01:hover {
    color: #CC6727;
  }
  .header .gnb .dep-01:hover::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    content: "";
    background-color: #CC6727;
  }
}
.header .hidden-menu {
  display: none;
}

.gnb {
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: inherit;
}
.gnb > li {
  width: 12rem;
  text-align: center;
}
.gnb > li:nth-of-type(2) .dep-02 {
  font-weight: 600;
}
.gnb .dep-01 {
  display: block;
  position: relative;
  padding: 0 0.6rem;
  height: 5.2rem;
  line-height: 5.2rem;
  font-weight: 500;
}

.lnb {
  display: none;
  overflow: hidden;
  position: relative;
  top: 2.6rem;
  padding: 3.2rem 0 4rem;
  width: 100%;
  text-align: center;
}
.lnb > li {
  position: relative;
  margin-bottom: 1.1rem;
  width: inherit;
  min-width: 100%;
  font-size: 1.4rem;
  color: #555;
  line-height: 2.2rem;
}
.lnb > li .dep-02 {
  display: inline-block;
  width: -moz-fit-content;
  width: fit-content;
}
.lnb > li .dep-02:last-child {
  margin-bottom: 0;
}
.lnb > li > ul {
  margin-top: 0.6rem;
  padding-left: 2rem;
  text-align: left;
  line-height: 1.55;
}
.lnb > li:last-child > ul {
  padding-left: 4rem;
}
.lnb > li a:focus, .lnb > li a:hover {
  color: #CC6727;
}

.lang-wrap {
  display: flex;
  justify-content: flex-start;
  gap: 0 0.8rem;
  margin-top: 1.7rem;
  padding-right: 1.4rem;
  min-width: 5.1rem;
  font-size: 1.4rem;
  color: #222;
}
.lang-wrap i::before {
  position: absolute;
  right: 0;
  top: 0.25rem;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.2em;
  font-weight: 500;
  transform: rotate(0);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s 0s;
  -moz-transition: transform 0.3s 0s;
  -ms-transition: transform 0.3s 0s;
  -o-transition: transform 0.3s 0s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.lang-wrap a {
  display: block;
  position: relative;
  margin-bottom: 0.2rem;
  width: 4.7rem;
  line-height: 2.2rem;
}
.lang-wrap a::after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  content: "";
}
.lang-wrap a:hover, .lang-wrap a:focus {
  color: #CC6727;
}
.lang-wrap a:hover::after, .lang-wrap a:focus::after {
  background-color: #CC6727;
}
.lang-wrap a:hover i::before, .lang-wrap a:focus i::before {
  color: #CC6727;
}
.lang-wrap .lang li {
  display: none;
}
.lang-wrap .lang li i {
  display: none;
}
.lang-wrap .lang li.selected {
  display: block;
}
.lang-wrap .lang li.selected i {
  display: block;
}
.lang-wrap.active li {
  display: block;
}
.lang-wrap.active > i::before {
  transform: rotate(180deg);
  transition: transform 0.3s 0s;
  -webkit-transition: transform 0.3s 0s;
  -moz-transition: transform 0.3s 0s;
  -ms-transition: transform 0.3s 0s;
  -o-transition: transform 0.3s 0s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.mobile-btn {
  display: none;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
}
.mobile-btn span {
  position: absolute;
  left: 0.25rem;
  width: 2.5rem;
  height: 0.2rem;
  border-radius: 0.2rem;
  background-color: #fff;
  -webkit-border-radius: 0.2rem;
  -moz-border-radius: 0.2rem;
  -ms-border-radius: 0.2rem;
  -o-border-radius: 0.2rem;
}
.mobile-btn span:nth-of-type(1) {
  top: 0.35rem;
  transform: rotate(0);
  transform-origin: right center;
  transition: transform 0.6s;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
}
.mobile-btn span:nth-of-type(2) {
  opacity: 1;
  top: 1.3rem;
  transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -o-transition: opacity 0.7s;
}
.mobile-btn span:nth-of-type(3) {
  top: 2.2rem;
  transform: rotate(0);
  transform-origin: right center;
  transition: transform 0.6s;
  -webkit-transition: transform 0.6s;
  -moz-transition: transform 0.6s;
  -ms-transition: transform 0.6s;
  -o-transition: transform 0.6s;
}
.mobile-btn.active span {
  background-color: #555;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
}
.mobile-btn.active span:nth-of-type(1) {
  transform: rotate(-45deg);
  transition: all 0.6s;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}
.mobile-btn.active span:nth-of-type(2) {
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  -ms-transition: all 0s;
  -o-transition: all 0s;
}
.mobile-btn.active span:nth-of-type(3) {
  transform: rotate(45deg);
  transition: all 0.6s;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.mobile-btn span {
  background-color: #555;
}

/*
헤더 이벤트 */
.header-wrap.active {
  box-shadow: 0 0 1rem rgba(85, 85, 85, 0.1);
}
.header-wrap.active::after {
  background-color: #CC6727;
}

@media all and (max-width: 79.9375rem) {
  .header-wrap {
    min-height: 7rem;
  }
  .header {
    padding: 2rem 4rem 0;
  }
  .header .logo {
    padding: 0.5rem 0;
  }
  .header .nav {
    display: none;
    position: absolute;
    left: 50%;
    top: 9rem;
    padding-right: 0;
    width: 100%;
    height: calc(100% - 9rem);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .gnb {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .lang-wrap {
    display: none;
    position: absolute;
    right: 9rem;
    margin-top: 0.5rem;
    margin-top: 0;
  }
  .mobile-btn {
    display: block;
  }
  .header-wrap.active {
    position: fixed;
    height: 100%;
    background-color: #fff;
  }
  .header-wrap.active::after {
    display: none;
  }
  .header-wrap.active .header {
    height: 100%;
    color: #555;
  }
  .header-wrap.active .header .logo img {
    content: url("../img/common/color-logo.svg");
  }
  .header-wrap.active .header .nav {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header-wrap.active .lnb {
    padding-top: 0;
  }
  .header-wrap.active .lang-wrap {
    display: flex;
    justify-content: flex-start;
  }
  .header-wrap.active .mobile-btn span {
    background-color: #555;
  }
  .header-wrap .dep-01 {
    color: #555;
  }
}
@media all and (max-width: 63.9375rem) {
  .header {
    padding: 2rem 2rem 0;
  }
  .header .logo {
    padding: 0.25rem 0;
  }
  .nav {
    top: 12rem;
    overflow-y: scroll;
  }
  .nav::-webkit-scrollbar {
    width: 0;
  }
  .gnb {
    display: block;
    position: relative;
    top: 0;
  }
  .gnb > li {
    margin: 0 auto;
    padding-bottom: 0;
    height: auto;
    min-height: 3.8rem;
  }
  .gnb > li .dep-01 {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
  }
  .gnb > li .dep-01::before {
    top: 1rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    transform: scale(0);
    transition: transform 0.3s 0;
    -webkit-transition: transform 0.3s 0;
    -moz-transition: transform 0.3s 0;
    -ms-transition: transform 0.3s 0;
    -o-transition: transform 0.3s 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
  }
  .gnb > li.active .dep-01 {
    transform: scale(1);
    transition: transform 0.3s 0;
    -webkit-transition: transform 0.3s 0;
    -moz-transition: transform 0.3s 0;
    -ms-transition: transform 0.3s 0;
    -o-transition: transform 0.3s 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
  }
  .lnb {
    top: 2rem;
    padding-bottom: 2rem;
  }
  .lnb > li > .dep-02 {
    position: relative;
  }
  .lnb .dep-02 {
    display: inline-block;
  }
  .lang-wrap {
    right: 6rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .header-wrap {
    min-height: 6rem;
  }
  .header {
    padding: 1.5rem 2rem;
  }
  .header .logo {
    padding: 0.5rem 0;
    width: 17rem;
  }
  .header .logo img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lang-wrap {
    right: 5rem;
    margin-top: 0.5rem;
  }
}
/*
푸터 */
.footer-wrap {
  background-color: #2D333C;
}

.footer {
  display: flex;
  justify-content: flex-start;
  padding: 4.9rem 0;
  gap: 0 6rem;
  font-size: var(--ss-f);
  font-weight: 400;
  color: #fff;
}
.footer .f-logo {
  width: 21.2rem;
}
.footer .address {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 1.2rem 0;
  max-width: 60rem;
  line-height: 157.143%;
}
.footer .address div {
  width: 100%;
}
.footer .address div > span {
  position: relative;
}
.footer .address div > span:last-child {
  color: #ccc;
}
.footer .address div > span:last-child::before {
  position: relative;
  top: -0.3rem;
  margin: 0 1.4rem;
  content: "|";
  font-size: 0.8em;
  font-weight: 100;
}
.footer .address dl {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.4rem;
  position: relative;
}
.footer .address dl:not(:nth-of-type(1)) {
  padding-left: 1.4rem;
}
.footer .address dl:not(:nth-last-of-type(1))::after {
  top: -0.3rem;
  content: "|";
  font-size: 0.8em;
  font-weight: 100;
  color: #ccc;
}
.footer .address dl dd {
  color: #ccc;
}
.footer .copy {
  width: 100%;
  color: #ccc;
}
.footer .right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.footer .right .under-link {
  display: flex;
  gap: 2rem;
  align-items: center;
}
.footer .foot-link {
  display: flex;
  justify-content: flex-end;
  gap: 0 2.8rem;
  margin-left: auto;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.footer .foot-link > a {
  position: relative;
}
.footer .foot-link > a:first-child::after {
  position: absolute;
  top: 50%;
  right: -1.4rem;
  width: 1px;
  height: 1.2rem;
  content: "";
  background-color: #fff;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

@media all and (max-width: 79.9375rem) {
  .footer {
    flex-wrap: wrap;
  }
  .footer .address {
    order: 3;
    margin-top: 2rem;
  }
}
@media all and (max-width: 47.9375rem) {
  .footer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 2rem 0;
    padding: 3rem 0;
  }
  .footer .f-logo {
    flex: 1 1 0;
  }
  .footer .address {
    order: 3;
    margin-top: 2rem;
    display: block;
  }
  .footer .address div span {
    display: block;
  }
  .footer .address div span::before {
    display: none;
  }
  .footer .address dl {
    margin: 0.6rem 0;
  }
  .footer .address dl:not(:first-child) {
    padding: 0;
  }
  .footer .address dl:not(:first-child)::after {
    display: none;
  }
  .footer .foot-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    order: 2;
    margin-left: 0;
  }
}
.inner {
  margin: 0 auto;
  padding: 0 4rem;
  width: 100%;
  max-width: 150rem;
}

@media all and (max-width: 63.9375rem) {
  .inner {
    padding: 0 2rem;
  }
}