@charset "UTF-8";
:root {
  --fPrtdd: "Pretendard", sans-serif;
  --cBlack: #303030;
  --cBlue: #054099;
  --cRed: #B90010;
  --cSky: #C2DAFF;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  position: relative;
}

body,
textarea,
select,
input,
button,
pre {
  font-size: 16px;
  line-height: 1.2;
  font-family: var(--fPrtdd);
  font-weight: normal;
  color: var(--cBlack);
  word-break: keep-all;
  letter-spacing: -0.01em;
}

img {
  border: none;
  vertical-align: top;
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  display: block;
}

ul,
ol {
  list-style: none;
}

address {
  font-style: normal;
}

/* IE10 이상에서 input box 에 추가된 지우기 버튼 제거 */
input::-ms-clear {
  display: none;
}

/* input type number 에서 화살표 제거 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/* IE 에서 Select box 화살표 제거 */
select::-ms-expand {
  display: none;
}

.cf:after {
  content: "";
  display: block;
  clear: both;
}

::selection {
  background-color: rgba(194, 218, 255, 0.3);
}

::-moz-selection {
  background-color: rgba(194, 218, 255, 0.3);
}

::-webkit-selection {
  background-color: rgba(194, 218, 255, 0.3);
}

/* 스크롤바 설정*/
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* 스크롤바 막대 설정*/
::-webkit-scrollbar-thumb {
  height: 15%;
  background-color: var(--cBlue);
  transition: all 0.3s;
}

/* 스크롤바 뒷 배경 설정*/
::-webkit-scrollbar-track {
  background-color: rgba(234, 234, 234, 0.3);
}

/* 공통클래스  */
.forSR {
  display: inline-block !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  position: absolute;
  top: 0;
  left: 0;
}

[class*=btn-] {
  display: block;
  transition: all 0.3s;
  cursor: pointer;
}
[class*=btn-] * {
  transition: all 0.3s;
}

.root_daum_roughmap .wrap_controllers,
.root_daum_roughmap .map_border {
  display: none;
}

.root_daum_roughmap_landing {
  width: 100% !important;
  height: 100%;
}

.root_daum_roughmap .wrap_map {
  height: 100% !important;
}

figure.map iframe {
  width: 100% !important;
  height: 100% !important;
}

.forScroll {
  overflow-x: auto;
  width: 100%;
  cursor: grab;
}
.forScroll::-webkit-scrollbar-thumb {
  background: rgba(234, 234, 234, 0.8);
  border-radius: 8px;
}

.iconRot {
  transform: rotate(-45deg);
}

/* 공통 */
.forPC {
  display: block;
}

.forMOB {
  display: none;
}

.inner {
  margin: 0 auto;
  padding: 0 100px;
  position: relative;
}

.header .inner,
.footer .inner {
  max-width: unset;
  padding: 0 100px;
}

#wrap {
  width: 100%;
  min-width: 320px;
  position: relative;
}

.logo a {
  width: 230px;
  height: 32px;
  background: url(/asset/images/logo.svg) no-repeat left center/contain;
}

/* 🚀 기본 헤더 스타일 */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
  border-bottom: 1px solid #E9E9E9;
  transition: top 0.3s ease;
  z-index: 1000;
  /* 🚀 GNB 스타일 */
  /* 🚀 유틸리티 영역 (햄버거 버튼) */
}
.header .inner {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .logo {
  margin-right: 58px;
  z-index: 2000;
}
.header .forPC .gnb .gnb__wrap {
  display: flex;
}
.header .forPC .gnb .gnb__list {
  position: relative;
}
.header .forPC .gnb .gnb__dep1 {
  font-size: 18px;
  font-weight: 600;
  color: var(--cBlack);
  padding: 20px;
  transition: color 0.3s;
}
.header .forPC .gnb .gnb__dep1:hover {
  color: var(--cBlue);
}
.header .forPC .gnb .gnb__dep2 {
  top: 120px;
}
.header .utility {
  display: flex;
  align-items: center;
  margin-left: auto;
  position: relative;
  z-index: 2000;
}
.header .utility .changeLang {
  position: relative;
  cursor: pointer;
}
.header .utility .changeLang.on i {
  margin-left: 13px;
}
.header .utility .changeLang ul {
  display: none;
  top: 25px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #F5F5F5;
  width: fit-content;
  padding: 12px;
}
.header .utility .changeLang ul li {
  text-align: center;
}
.header .utility .changeLang ul li:not(:last-child) {
  margin-bottom: 6px;
}
.header .utility .changeLang ul li:hover {
  text-decoration: underline;
  color: var(--cBlue);
}
.header .utility .btn-vina {
  margin-left: 40px;
  margin-right: 46px;
  color: #8E8E8E;
}
.header .utility .btn-vina i {
  margin-left: 8px;
}
.header .utility .btn-vina:hover i {
  color: var(--cBlack);
}
.header .utility .btn-hamburger {
  display: flex;
  flex-direction: column;
  gap: 6px;
  cursor: pointer;
}
.header .utility .btn-hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background: var(--cBlack);
  transition: 0.3s ease;
}
.header .utility .btn-hamburger:hover span:nth-child(2) {
  background: var(--cBlue);
  width: 20px;
}
.header .utility .btn-hamburger:hover span:nth-child(3) {
  background: #8E8E8E;
}
.header .utility .btn-hamburger.open span {
  background-color: #E9E9E9;
}
.header .utility .btn-hamburger.open span:nth-child(1) {
  background: transparent;
}
.header .utility .btn-hamburger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header .utility .btn-hamburger.open span:nth-child(3) {
  transform: rotate(135deg) translate(-6px, 6px);
}
.header.index {
  background: transparent;
}
.header.index .logo {
  filter: brightness(0) invert(1);
}
.header.index .forPC .gnb .gnb__dep1 {
  color: #fff;
}
.header.index .utility .changeLang p {
  color: #fff;
}
.header.index .utility .btn-hamburger span {
  background: #fff;
}
.header.index .utility .btn-vina:hover i {
  color: var(--cSky);
}

/* 🚀 서브메뉴 공통 스타일 (GNB hover + 서브페이지) */
.forPC .gnb__dep2,
.sub-gnb {
  position: fixed;
  left: 0;
  width: 100vw;
  background: var(--cBlue);
  display: none;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding: 4px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 999;
}
.forPC .gnb__dep2 li a,
.sub-gnb li a {
  color: var(--cSky);
  padding: 20px;
  font-size: 18px;
  white-space: nowrap;
  transition: color 0.3s;
}
.forPC .gnb__dep2 li a:hover,
.sub-gnb li a:hover {
  color: #fff;
}

.sub-gnb {
  top: 0;
}
.sub-gnb li.on a {
  color: #fff;
  font-weight: 600;
}

/* 🚀 GNB hover 시 동일한 위치에서 표시 */
.forPC .gnb__list:hover .gnb__dep2 {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 🚀 스크롤 시 sub-gnb 표시 */
.sub-gnb.show {
  display: flex;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/* 🚀 스크롤 시 헤더 숨김 */
.header.hidden {
  top: -120px;
}

/* 🚀 사이트맵 스타일 */
.sitemap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url(/asset/images/sitemap-bg.jpg) no-repeat center/cover;
  color: #fff;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  z-index: 1100;
  padding: 40px;
}
.sitemap__title {
  text-align: center;
  margin-bottom: 55px;
}
.sitemap__title--lg {
  letter-spacing: 20px;
  color: #D4D4D4;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 800;
}
.sitemap__title--sm {
  letter-spacing: 8px;
  color: #fff;
  font-weight: 300;
}
.sitemap .gnb__wrap {
  display: flex;
  justify-content: center;
  gap: 150px;
  text-align: center;
  color: #8E8E8E;
}
.sitemap .gnb__list:hover .gnb__dep1 {
  color: var(--cSky);
}
.sitemap .gnb__list:hover .gnb__dep2 {
  color: #D4D4D4;
}
.sitemap .gnb__dep1 {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 60px;
}
.sitemap .gnb__dep2 {
  font-size: 20px;
}
.sitemap .gnb__dep2 li {
  margin-bottom: 30px;
}
.sitemap .gnb__dep2 li:hover {
  text-decoration: underline;
}

/* 🚀 사이트맵 활성화 */
.sitemap.active {
  display: flex;
}

.footer {
  padding: 48px 0;
  background: #131415;
  color: #fff;
  margin-top: 100px;
}
.footer__top, .footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.footer__company {
  font-size: 20px;
  font-weight: 600;
}
.footer__menu {
  display: flex;
}
.footer__menu li {
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}
.footer__menu li:not(:first-child)::before {
  display: block;
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #8E8E8E;
  top: 2px;
  left: 0;
}
.footer hr {
  margin: 16px 0;
  width: 100%;
  border: 0;
  background: #606060;
  height: 1px;
}
.footer__info dl {
  display: flex;
  gap: 4px;
}
.footer__info dl dt {
  font-weight: 500;
  color: #B4B4B4;
}
.footer__info div {
  margin-top: 10px;
  gap: 13px;
  display: flex;
}
.footer__copy {
  font-weight: 100;
}
.footer .btn-top {
  position: fixed;
  bottom: 77px;
  right: 100px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  color: #fff;
  background: var(--cBlue);
  align-content: center;
  text-align: center;
  font-size: 30px;
  z-index: 300;
}

#indexPage article:not(.mainVisual) .btn-more {
  width: 130px;
  height: 46px;
  text-align: center;
  background: #fff;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--cBlack);
  font-size: 18px;
  position: relative;
  z-index: 1;
}
#indexPage article:not(.mainVisual) .btn-more i {
  font-size: 20px;
}
#indexPage article:not(.mainVisual) .btn-more:hover {
  background: var(--cBlue);
  color: #fff;
}
#indexPage .mainVisual {
  width: 100%;
  height: 100vh;
  background: url(/asset/images/index/main-bg.jpg) no-repeat center/cover;
  text-align: center;
  color: #fff;
}
#indexPage .mainVisual .inner {
  height: 100%;
  align-content: center;
}
#indexPage .mainVisual__title {
  font-size: 56px;
  font-weight: 600;
  margin-bottom: 39px;
}
#indexPage .mainVisual .btn-more {
  padding: 14px 26px;
  text-align: center;
  border: 1px solid #FFFFFF;
  border-radius: 28px;
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#indexPage .mainVisual .btn-more i {
  font-size: 20px;
  margin-left: 12px;
}
#indexPage .mainVisual .btn-more:hover {
  background: rgba(5, 64, 153, 0.8);
  border-color: transparent;
}
#indexPage .mainVisual__scroll {
  position: absolute;
  left: 100px;
  bottom: 77px;
  width: 20px;
  animation: verticalMinus 1.1s alternate infinite;
}
#indexPage .business {
  padding: 213px 0 300px;
  background: url(/asset/images/index/business-bg.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}
#indexPage .business .inner {
  padding: 0 200px;
  z-index: 1;
}
#indexPage .business__tit {
  font-size: 30px;
  font-weight: 800;
  color: var(--cBlue);
  margin-bottom: 99px;
}
#indexPage .business .buSection {
  color: #fff;
  margin-bottom: 398px;
  position: relative;
}
#indexPage .business .buSection__title {
  font-size: 90px;
  font-weight: 700;
  margin-bottom: 19px;
}
#indexPage .business .buSection__cont {
  margin-bottom: 20px;
}
#indexPage .business .buSection__cont--sub {
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 14px;
}
#indexPage .business .buSection__cont--desc {
  font-size: 18px;
}
#indexPage .business .buSection.aero .aero {
  position: absolute;
  top: -200px;
  right: -280px;
  width: 1271px;
  height: auto;
}
#indexPage .business .buSection.aero .aeroCloud {
  position: absolute;
  top: -100px;
  right: 0;
  width: 708px;
  height: auto;
  animation: horizontalPlus 1s alternate infinite;
}
#indexPage .business .buSection.space {
  color: var(--cBlack);
  text-align: right;
}
#indexPage .business .buSection.space .btn-more {
  margin-left: auto;
}
#indexPage .business .buSection.space .space {
  position: absolute;
  width: 465px;
  height: auto;
  top: -152px;
  left: 265px;
  mix-blend-mode: screen;
}
#indexPage .business .buSection.space .star {
  position: absolute;
  width: 726px;
  height: auto;
  left: 100px;
  top: -308px;
  animation: opacity 1s alternate infinite;
}
#indexPage .business .buSection.defense {
  margin-bottom: 0;
}
#indexPage .business .buSection.defense .defense {
  width: 431px;
  height: auto;
  position: absolute;
  right: 202px;
  bottom: 0;
}
#indexPage .business .topCloud {
  width: 578px;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  animation: verticalMinus 1.2s alternate infinite;
}
#indexPage .business .botCloud {
  width: 1920px;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
  animation: verticalPlus 1.2s alternate infinite;
}
@keyframes horizontalPlus {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(20px);
  }
}
@keyframes verticalMinus {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-20px);
  }
}
@keyframes verticalPlus {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(20px);
  }
}
@keyframes opacity {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
#indexPage .global {
  margin-top: -100px;
  margin-bottom: 200px;
}
#indexPage .global__wrap {
  display: flex;
  border-radius: 20px;
  overflow: hidden;
  background: #fff;
}
#indexPage .global__info {
  padding: 95px 187px;
  position: relative;
  display: flex;
  align-items: end;
  flex: auto;
  background: url(/asset/images/index/global-map.png) no-repeat left top/1021px auto;
}
#indexPage .global__info .circle {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top: 336px;
  left: 753px;
}
#indexPage .global__info .circle::before {
  display: block;
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background: rgba(138, 138, 138, 0.4);
  mix-blend-mode: multiply;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  /* 초기 상태 */
  animation: pulse 1s infinite;
}
#indexPage .global__info .circle::after {
  display: block;
  content: "";
  position: absolute;
  width: 64px;
  height: 64px;
  min-width: 8px;
  min-height: 8px;
  border-radius: 50%;
  background: rgba(138, 138, 138, 0.4);
  mix-blend-mode: multiply;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    /* 확대 크기 */
    opacity: 0;
    /* 투명도 */
  }
}
#indexPage .global__vertical {
  position: absolute;
  top: 95px;
  left: 100px;
  transform: rotate(90deg);
  transform-origin: top left;
  display: flex;
  align-items: center;
  gap: 20px;
}
#indexPage .global__vertical--txt {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 7px;
}
#indexPage .global__vertical hr {
  border: 0;
  width: 400px;
  height: 1px;
  background: var(--cBlack);
}
#indexPage .global__text {
  z-index: 1;
  position: relative;
}
#indexPage .global__text--tit {
  font-size: 50px;
  margin-bottom: 20px;
}
#indexPage .global__text--desc {
  font-size: 20px;
  font-weight: 300;
}
#indexPage .global__btn {
  width: 700px;
}
#indexPage .global__btn-move {
  position: relative;
  padding: 89px 112px;
  width: 100%;
  outline: 1px solid #E9E9E9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#indexPage .global__btn-move::before {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: #F9F9F9;
  left: 0;
  top: 0;
  transition: all 0.3s;
}
#indexPage .global__btn-move--txt {
  position: relative;
  z-index: 1;
}
#indexPage .global__btn-move--main {
  font-weight: 500;
  font-size: 26px;
  margin-bottom: 6px;
}
#indexPage .global__btn-move--sub {
  color: var(--cBlue);
}
#indexPage .global__btn-move i {
  font-size: 30px;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
}
#indexPage .global__btn-move:hover::before {
  background: var(--cBlue);
}
#indexPage .global__btn-move:hover .global__btn-move--main {
  color: var(--cSky);
  font-weight: 600;
}
#indexPage .global__btn-move:hover i {
  transform: translateX(30px);
}
#indexPage .global__btn-move:hover .global__btn-move--sub,
#indexPage .global__btn-move:hover i {
  color: #fff;
}
#indexPage .news {
  overflow: hidden;
}
#indexPage .news__title {
  font-size: 40px;
  margin-bottom: 69px;
  text-align: center;
}
#indexPage .news__slider {
  margin-bottom: 50px;
}
#indexPage .news__slider .slick-track {
  display: flex;
  gap: 31px;
}
#indexPage .news__slider .slider {
  position: relative;
}
#indexPage .news__slider .slider__item {
  width: 450px;
}
#indexPage .news__slider .slider__item figure {
  width: 100%;
  height: 300px;
  border: 1px solid #E9E9E9;
  background: url(/asset/images/logo.svg) no-repeat center/50%;
  margin-bottom: 20px;
}
#indexPage .news__slider .slider__item .noImg {
  display: none;
}
#indexPage .news__slider .slider__item .cate {
  font-size: 18px;
  font-weight: 700;
  color: var(--cBlue);
  margin-bottom: 8px;
}
#indexPage .news__slider .slider__item .cate[data-cate=대외홍보] {
  color: #00876B;
}
#indexPage .news__slider .slider__item h4 {
  font-size: 18px;
  margin-bottom: 20px;
}
#indexPage .news__slider .slider__item hr {
  margin-bottom: 10px;
  width: 100%;
  height: 2px;
  border: 0;
  background: #D4D4D4;
}
#indexPage .news__slider .slider__item .info {
  display: flex;
  justify-content: space-between;
  font-weight: 600;
  color: #B4B4B4;
}
#indexPage .news__slider .slider__item.slick-center hr {
  background: var(--cBlue);
}
#indexPage .news__slider .slider__item:hover hr {
  background: var(--cBlue);
}
#indexPage .news__slider .slider__item:hover .more {
  color: var(--cBlue);
}
#indexPage .news__slider .slider .slick-arrow {
  width: 60px;
  height: 60px;
  border: 1px solid #E9E9E9;
  background: #fff;
  opacity: 0.5;
  font-size: 30px;
  text-indent: -9999px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
  color: #E9E9E9;
}
#indexPage .news__slider .slider .slick-arrow:hover {
  background: var(--cBlue);
  color: #fff;
  opacity: 1;
}
#indexPage .news__slider .slider .slick-arrow::before {
  display: block;
  content: "";
  position: absolute;
  font-family: "xeicon";
}
#indexPage .news__slider .slider .slick-prev {
  left: 0;
}
#indexPage .news__slider .slider .slick-prev::before {
  content: "\e93c";
  text-indent: 12px;
}
#indexPage .news__slider .slider .slick-next {
  right: 0;
}
#indexPage .news__slider .slider .slick-next::before {
  content: "\e93f";
  text-indent: 14px;
}
#indexPage .news .btn-more {
  background: var(--cBlack) !important;
  color: #fff !important;
  margin: 50px auto 0;
}
#indexPage .news .btn-more:hover {
  background: var(--cBlue) !important;
}

.subPage {
  padding-top: 120px;
}
.subPage .sub-header {
  padding: 89px 0 50px;
}
.subPage .sub-header .inner {
  display: flex;
}
.subPage .sub-header__title {
  width: 180px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  padding-right: 18px;
}
.subPage .sub-header__content h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 20px;
}
.subPage .sub-header__content p {
  font-size: 20px;
}
.subPage main .inner {
  max-width: 1360px;
  padding: 0;
}
.subPage .topCont {
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
.subPage .topCont__image {
  width: 100%;
  height: 100%;
  clip-path: inset(0 50% 0 50%);
  /* 처음에는 중앙에서 좌우로 닫힌 상태 */
  transform: scale(0.5);
  transition: clip-path 1s ease;
}
.subPage .topCont__image img {
  width: 100%;
  height: auto;
}
.subPage .secTit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

#locations .korea {
  margin-bottom: 140px;
}
#locations .list {
  display: flex;
  gap: 35px;
}
#locations .list__item {
  flex: 1;
  text-align: center;
  position: relative;
}
#locations .list__item:hover .list__info {
  border-color: var(--cBlue);
}
#locations .list__info {
  padding: 45px 72px;
  height: 195px;
  border: 1px solid #E9E9E9;
  border-radius: 20px;
}
#locations .list__info--tit {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 19px;
}
#locations .list__info--tit span {
  margin-left: 12px;
  font-size: 18px;
  font-weight: 700;
  color: var(--cBlue);
}
#locations .list__info address {
  font-size: 18px;
  font-weight: 600;
}
#locations .list__btn-map {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  color: #fff;
  align-content: center;
  background: var(--cBlue);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
}
#locations .list__btn-map i {
  font-size: 34px;
}
#locations .list__btn-map span {
  font-size: 18px;
  font-weight: 600;
  display: none;
}
#locations .list__btn-map:hover i {
  display: none;
}
#locations .list__btn-map:hover span {
  display: block;
}
#locations .abroad .list__item {
  text-align: left;
}
#locations .abroad .list__info {
  height: auto;
  padding: 28px 50px;
}
#locations .abroad .list__info--tit {
  color: var(--cRed);
  font-weight: 700;
  margin-bottom: 9px;
}
#locations .abroad .list:hover .list__info {
  border-color: var(--cRed);
}
#locations .abroad .list__btn-map {
  background: var(--cRed);
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50px;
  left: auto;
}

#aerospace .solution {
  margin-bottom: 194px;
  background: url(/asset/images/business/aerospace-solution-bg.svg) no-repeat center bottom 112px/1720px auto;
  text-align: center;
}
#aerospace .solution__tit {
  margin-bottom: 66px;
}
#aerospace .solution__tit h2 {
  font-size: 50px;
  font-weight: 800;
  margin-bottom: 10px;
}
#aerospace .solution__tit span {
  font-size: 18px;
}
#aerospace .solution__step {
  display: flex;
  gap: 12px;
}
#aerospace .solution__step li figure {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 10px;
}
#aerospace .solution__step li figcaption {
  height: 50px;
  color: #fff;
  background: var(--cBlack);
  border-radius: 50px;
  align-content: center;
  font-size: 18px;
  font-weight: 500;
}
#aerospace .parts {
  margin-bottom: 70px;
}
#aerospace .parts .inner {
  padding-bottom: 173px;
  border-bottom: 1px solid #E5E5E5;
}
#aerospace .parts .tabArea {
  display: flex;
  justify-content: center;
  gap: 10px;
  padding: 14px 50px;
  background: #F9F9F9;
  border-radius: 53px;
  width: fit-content;
  margin: 0 auto 74px;
}
#aerospace .parts .tabArea .tab {
  border-radius: 29px;
  font-size: 18px;
  font-weight: 600;
  padding: 16px 94px;
  cursor: pointer;
  color: #8E8E8E;
  transition: all 0.3s;
}
#aerospace .parts .tabArea .tab.on {
  background: var(--cBlue);
  color: #fff;
}
#aerospace .parts .tabArea .tab:not(.on):hover {
  background: #ededee;
}
#aerospace .parts .pannelArea .pannel {
  display: none;
}
#aerospace .parts .pannelArea .pannel:first-child {
  display: block;
}
#aerospace .parts .pannelArea .pannel.on {
  display: block;
}
#aerospace .aeroGrid {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(4, 260px);
  grid-template-rows: repeat(3, 174px);
  gap: 20px;
}
#aerospace .aeroGrid__item {
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#aerospace .aeroGrid__item h3 {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 26px;
}
#aerospace .aeroGrid__item ul li {
  font-size: 18px;
}
#aerospace .aeroGrid__item ul li:not(:last-child) {
  margin-bottom: 4px;
}
#aerospace .aeroGrid__item img {
  object-fit: cover;
}
#aerospace .aeroGrid__item--blue1 {
  background: var(--cBlue);
  color: #fff;
}
#aerospace .aeroGrid__item--blue2 {
  background: #2D5EA9;
  color: #fff;
}
#aerospace .aeroGrid__item--blue3 {
  background: #D9E1F0;
  color: var(--cBlue);
}
#aerospace .aeroGrid__item--tit {
  padding: 30px 36px;
}
#aerospace .aeroGrid--wing {
  grid-template-areas: "b787  b787img1  b787img2  ." ".     .         b737      b737img" ".     a320      a320img1  a320img2";
}
#aerospace .aeroGrid--wing .aeroGrid__item--blue1 {
  grid-area: b787;
}
#aerospace .aeroGrid--wing .aeroGrid__item--blue2 {
  grid-area: b737;
}
#aerospace .aeroGrid--wing .aeroGrid__item--blue3 {
  grid-area: a320;
}
#aerospace .aeroGrid--wing .aeroGrid__item:nth-child(2) {
  grid-area: b787img1;
}
#aerospace .aeroGrid--wing .aeroGrid__item:nth-child(3) {
  grid-area: b787img2;
}
#aerospace .aeroGrid--wing .aeroGrid__item:nth-child(5) {
  grid-area: b737img;
}
#aerospace .aeroGrid--wing .aeroGrid__item:nth-child(7) {
  grid-area: a320img1;
}
#aerospace .aeroGrid--wing .aeroGrid__item:nth-child(8) {
  grid-area: a320img2;
}
#aerospace .aeroGrid--door {
  grid-template-areas: "a350  a350img1  a350img1  a350img1" ".     a350img1  a350img1  a350img1" ".     a350img1  a350img1  a350img1";
}
#aerospace .aeroGrid--door .aeroGrid__item--blue1 {
  grid-area: a350;
}
#aerospace .aeroGrid--door .aeroGrid__item:nth-child(2) {
  grid-area: a350img1;
}
#aerospace .aeroGrid--tail {
  grid-template-areas: ".         b787      b787img1  b787img1" "b787img2  b787img2  b787img1  b787img1" "b787img2  b787img2  .         .";
}
#aerospace .aeroGrid--tail .aeroGrid__item--blue1 {
  grid-area: b787;
}
#aerospace .aeroGrid--tail .aeroGrid__item:nth-child(2) {
  grid-area: b787img1;
}
#aerospace .aeroGrid--tail .aeroGrid__item:nth-child(3) {
  grid-area: b787img2;
}

.business .facility__tit {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 70px;
  text-align: center;
}
.business .facility__image {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 44px;
}

.withImage figure {
  margin-bottom: 6px;
}
.withImage figcaption {
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  padding: 14px;
  border-top: 2px solid var(--cBlack);
  border-bottom: 1px solid var(--cBlack);
}

#space .do {
  margin-bottom: 96px;
}
#space .do .inner {
  display: flex;
  gap: 44px;
  padding-bottom: 104px;
  border-bottom: 1px solid #E5E5E5;
}
#space .do__item figure {
  border-radius: 30px 30px 0 0;
  overflow: hidden;
  margin-bottom: 6px;
}
#space .do__item:nth-child(2) {
  margin-top: 54px;
}
#space .project__list {
  display: flex;
  height: 560px;
}
#space .project__item {
  white-space: nowrap;
  flex: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  overflow: hidden;
  padding: 54px 56px;
  transition: all 1.2s;
  position: relative;
}
#space .project__item--tit {
  font-size: 24px;
  margin-bottom: 7px;
  transform: rotate(90deg);
  font-weight: 400;
  transition: all 0.3s;
}
#space .project__item--desc {
  opacity: 0;
}
#space .project__item i {
  opacity: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 54px;
  font-size: 24px;
}
#space .project__item.on {
  flex: 13;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
#space .project__item.on .project__item--tit {
  font-size: 40px;
  margin-bottom: 7px;
  transform: rotate(0);
  font-weight: 700;
  white-space: unset;
}
#space .project__item.on .project__item--desc {
  font-size: 18px;
  opacity: 1;
  transition: all 0.8s 0.5s;
}
#space .project__item.on i {
  opacity: 0;
}

#others .certificate-slider {
  width: 100%;
  padding: 0 90px;
  margin: auto;
}
#others .certificate-slider .slick-prev,
#others .certificate-slider .slick-next {
  width: 60px;
  height: 60px;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
  z-index: 1;
}
#others .certificate-slider .slick-prev::before,
#others .certificate-slider .slick-next::before {
  color: var(--cBlack);
  font-family: "xeicon";
  font-size: 30px;
}
#others .certificate-slider .slick-prev:hover,
#others .certificate-slider .slick-next:hover {
  background: var(--cBlue);
}
#others .certificate-slider .slick-prev:hover::before,
#others .certificate-slider .slick-next:hover::before {
  color: #fff;
}
#others .certificate-slider .slick-prev {
  left: 0;
}
#others .certificate-slider .slick-prev::before {
  content: "\e93c";
}
#others .certificate-slider .slick-next {
  right: 0;
}
#others .certificate-slider .slick-next::before {
  content: "\e93f";
}
#others .certificate {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-height: 440px;
  align-content: center;
  margin: 0 19px;
}
#others .certificate * {
  transition: all 0.3s;
}
#others .certificate figure {
  width: 192px;
  height: 244px;
  padding: 16px 17px 27px 33px;
  background: url(/asset/images/certification/others-frame-default.png) no-repeat center/cover;
  margin: 0 auto 8px;
}
#others .certificate figcaption {
  max-width: 192px;
  font-size: 12px;
  font-weight: 600;
  padding-left: 16px;
  text-align: center;
  display: none;
}
#others .certificate.slick-center {
  transform: scale(1.45);
  margin: 0 38px;
}
#others .certificate.slick-center figure {
  background-image: url(/asset/images/certification/others-frame-center.png);
}
#others .certificate.slick-center figcaption {
  display: block;
}

#facebook main .inner {
  max-width: unset;
  padding: 0 100px;
}
#facebook .sub-header__content {
  background: #F9F9F9;
  padding: 102px 0;
  text-align: center;
  width: 1360px;
}
#facebook figure {
  width: 340px;
  margin: 0 auto 36px;
}
#facebook .desc {
  font-size: 18px;
  margin-bottom: 26px;
}
#facebook .desc strong {
  display: block;
}
#facebook .btn-facebook {
  font-size: 18px;
  padding: 20px 52px;
  color: #fff;
  background: var(--cBlack);
  display: flex;
  align-items: center;
  border-radius: 30px;
  gap: 7px;
  width: fit-content;
  margin: 0 auto;
}
#facebook .btn-facebook strong {
  font-weight: 600;
}
#facebook .btn-facebook i {
  font-size: 24px;
}
#facebook .btn-facebook:hover {
  background: var(--cBlue);
}

#brochure main {
  background: url(/asset/images/pr/brochure-bg.jpg) no-repeat center top/auto 380px;
}
#brochure main .inner {
  display: flex;
  padding-top: 70px;
  justify-content: space-between;
}
#brochure main figure {
  height: auto;
  width: 701px;
}
#brochure .info {
  margin-top: 109px;
}
#brochure .info h2 {
  text-align: right;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 29px;
}
#brochure .info h2 strong {
  font-weight: 900;
}
#brochure .info .btnWrap {
  display: flex;
  gap: 20px;
}
#brochure .info .btnWrap .btn-dwld {
  font-size: 18px;
  font-weight: 600;
  background: #fff;
  width: 229px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 34px;
}
#brochure .info .btnWrap .btn-dwld i {
  font-size: 22px;
}
#brochure .info .btnWrap .btn-dwld:hover {
  background: var(--cBlue);
  color: #fff;
}

#videos .video {
  margin-bottom: 50px;
  background: linear-gradient(to top, #F9F9F9 492px, #fff 0);
  padding-bottom: 50px;
}
#videos .video .inner {
  padding: 0 80px;
}
#videos .video figure {
  margin-bottom: 49px;
}
#videos .video figure iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
#videos .video figure .iframe {
  width: 100%;
  aspect-ratio: 16/9;
  background: #979797;
  color: #fff;
  font-size: 20px;
  text-align: center;
  align-content: center;
}
#videos .video__info {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
#videos .video__title--sub {
  font-size: 20px;
  font-weight: 700;
  color: var(--cBlue);
  margin-bottom: 3px;
}
#videos .video__title--main {
  font-size: 30px;
  font-weight: 800;
}
#videos .video .btn-youtube {
  width: 200px;
  height: 80px;
  color: #fff;
  padding: 29px 33px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: var(--cBlack);
  font-size: 18px;
}
#videos .video .btn-youtube i {
  font-size: 20px;
}
#videos .video .btn-youtube .xi-youtube-play {
  display: none;
}
#videos .video .btn-youtube:hover {
  background: #E5002F;
}
#videos .video .btn-youtube:hover .xi-plus {
  display: none;
}
#videos .video .btn-youtube:hover .xi-youtube-play {
  display: block;
}
#videos .list ul {
  width: 100%;
  border-top: 2px solid var(--cBlack);
  border-bottom: 1px solid var(--cBlack);
}
#videos .list ul li {
  gap: 20px;
  padding: 34px 80px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}
#videos .list ul li:not(:last-child) {
  border-bottom: 1px solid #D4D4D4;
}
#videos .list .btn-video:hover {
  color: var(--cBlue);
}
#videos .list .btn-video:hover i {
  transform: translateX(20px);
}

#about .secTit {
  text-align: center;
  margin-bottom: 40px;
}
#about .secTit__eng {
  color: #F9F9F9;
  font-size: 81px;
  font-weight: 900;
}
#about .secTit__kor {
  font-size: 34px;
  font-weight: 800;
  margin-top: -36px;
}
#about .vision {
  margin-bottom: 94px;
}
#about .vision__item {
  display: flex;
  padding: 38px 154px;
  background: #F2F5FA;
  border-radius: 80px 0px;
  align-items: center;
}
#about .vision__item--tit {
  color: var(--cBlue);
  width: 270px;
  flex-shrink: 0;
  font-size: 36px;
  font-weight: 700;
}
#about .vision__item--desc {
  font-size: 20px;
}
#about .vision__item--desc strong {
  font-weight: 600;
}
#about .vision__item.mission {
  margin-bottom: 20px;
}
#about .vision__item.vision {
  background: #F6F6FE;
}
#about .vision__item.vision .vision__item--tit {
  color: #5757E3;
}
#about .value__cont {
  display: flex;
  justify-content: center;
  gap: 60px;
}
#about .value__item {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: #F9F9F9;
  text-align: center;
  align-content: center;
  padding: 44px;
}
#about .value__item figure {
  width: 120px;
  margin: 0 auto 12px;
}
#about .value__item--tit {
  font-size: 22px;
  font-weight: 700;
  color: var(--cBlue);
  margin-bottom: 8px;
}
#about .value__item--desc {
  font-size: 18px;
}
#about .value__item--desc strong {
  font-weight: 600;
}
#about .overview {
  margin-top: -44px;
  padding: 100px 0 140px;
  background: url(/asset/images/company/about-overview.jpg) no-repeat center/cover;
}
#about .overview .secTit__eng {
  color: #fff;
  mix-blend-mode: soft-light;
}
#about .overview .secTit__kor {
  font-weight: 300;
  color: #fff;
}
#about .overview .secTit__kor strong {
  font-weight: 600;
}
#about .overview__cont {
  background: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-left: 0;
  border-right: 0;
}
#about .overview__cont dl {
  color: #fff;
  padding: 22px 0;
  font-size: 18px;
  display: flex;
}
#about .overview__cont dl:not(:last-child) {
  border-bottom: 1px solid rgba(233, 233, 233, 0.2);
}
#about .overview__cont dl dt {
  width: 320px;
  text-align: center;
}
#about .overview__cont dl dd {
  font-weight: 600;
}
#about .history {
  padding: 0 100px;
}
#about .history .sub-header {
  display: flex;
}
#about .history .sub-header__content {
  overflow: hidden;
  width: 1360px;
}
#about .history .swiper {
  position: relative;
}
#about .history .swiper-slide h3 {
  font-size: 60px;
  font-weight: 800;
  padding-bottom: 40px;
  border-bottom: 2px solid var(--cBlack);
  margin-bottom: 35px;
}
#about .history .swiper-slide-active h3 {
  color: var(--cBlue);
  border-color: var(--cBlue);
}
#about .history .swiper-slide-active .history__item--image::after {
  background: rgba(0, 0, 0, 0);
}
#about .history .swiper-button {
  display: flex;
  gap: 20px;
  position: absolute;
  right: 40px;
  top: 0;
  z-index: 1;
}
#about .history .swiper-button [class*=btn-] {
  width: 60px;
  height: 60px;
  font-size: 30px;
  text-align: center;
  align-content: center;
  border: 1px solid #B4B4B4;
  border-radius: 50%;
}
#about .history .swiper-button [class*=btn-]:hover {
  background: var(--cBlue);
  color: #fff;
}
#about .history__item--text {
  padding: 0 40px;
  display: flex;
  gap: 46px;
}
#about .history__item--text:not(:last-of-type) {
  margin-bottom: 8px;
}
#about .history__item--image {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
#about .history__item--image::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}
#about .history__year {
  font-size: 20px;
  font-weight: 800;
}
#about .history__list li {
  display: flex;
  gap: 20px;
}
#about .history__list li:not(:last-child) {
  margin-bottom: 8px;
}
#about .history__month {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  width: 22px;
  color: #8E8E8E;
}
#about .history.business .swiper-slide h3 {
  margin-bottom: 0;
}
#about .history.business .swiper-slide h3.empty {
  border-bottom: 1px solid #E9E9E9;
}
#about .history.business .history__item--text {
  padding: 35px 40px 30px;
  border-bottom: 1px solid #E9E9E9;
}
#about .history.business .history__item--text.bbEnd {
  border-color: var(--cBlue);
}
#about .organi {
  padding-top: 182px;
  background: url(/asset/images/company/bg-symbol.svg) no-repeat center 66px/1264px auto;
}
#about .organi .inner {
  padding: 0 100px;
  max-width: unset;
}
#about .organi .sub-header__content {
  width: 1360px;
}
#about .organi .sub-header__content figure {
  text-align: center;
  width: 1064px;
  margin: 0 auto;
}

#greeting .topCont {
  height: auto;
}
#greeting .topCont__image {
  padding: 78px 0;
  background: url(/asset/images/company/greeting.jpg) no-repeat center/cover;
}
#greeting .topCont__image p {
  color: #fff;
  font-size: 18px;
  line-height: 1.3;
}
#greeting .topCont__image p:not(:last-child) {
  margin-bottom: 28px;
}
#greeting .topCont__image p strong {
  font-size: 24px;
  font-weight: 600;
  margin-left: 10px;
}

#clients section .secTit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#clients section .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}
#clients section .list__item {
  border: 1px solid #E9E9E9;
}
#clients section.domestic {
  margin-bottom: 70px;
}
#clients section.overseas {
  background: #E9E9E9;
  padding: 70px 0;
}

.board .sub-header__content {
  width: 1360px;
}

#contact form {
  border-top: 2px solid #000000;
}
#contact .inquiry__line {
  display: flex;
  gap: 0 20px;
}
#contact .inquiry__line.type {
  border-bottom: 1px solid var(--cBlack);
  padding: 30px;
}
#contact .inquiry__line.type .inquiry__item {
  padding: 0;
  border-bottom: 0;
}
#contact .inquiry__item {
  flex: 1;
  display: flex;
  gap: 70px;
  border-bottom: 1px solid #D4D4D4;
  padding: 30px;
}
#contact .inquiry__item.agreeItem {
  flex-direction: column;
  gap: 10px;
  border-bottom: 2px solid #000000;
}
#contact .inquiry__item.agreeItem input {
  width: auto;
}
#contact .inquiry__item.agreeItem a {
  display: inline;
  text-decoration: underline;
}
#contact .inquiry__item span {
  color: var(--cBlue);
  font-size: 18px;
}
#contact .inquiry__item h6 {
  font-size: 20px;
  flex-shrink: 0;
}
#contact .inquiry__item input {
  height: auto;
  font-size: 18px;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
}
#contact .inquiry__item input::placeholder {
  color: #D9D9D9;
}
#contact .inquiry__item--wrap {
  display: flex;
  gap: 48px;
  padding-left: 10px;
}
#contact .inquiry__item--wrap.inquiry__item--file {
  gap: 0;
}
#contact .inquiry__item--radio label {
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
}
#contact .inquiry__item--radio [type=radio] {
  padding: 0;
  vertical-align: middle;
  appearance: none;
  border: 1px solid #AAAAAB;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  margin-right: 6px;
}
#contact .inquiry__item--radio [type=radio]:checked {
  border: 1px solid var(--cBlue);
  position: relative;
}
#contact .inquiry__item--radio [type=radio]:checked::after {
  display: block;
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: var(--cBlue);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#contact .inquiry__item textarea {
  font-size: 18px;
  width: 100%;
  padding: 0;
  background: none;
  border: 0;
  height: 320px;
  resize: unset;
  line-height: 1.2;
}
#contact .inquiry__item textarea::placeholder {
  color: #D9D9D9;
}
#contact .inquiry__item--file input {
  color: #999999;
}
#contact .inquiry__item--file input::file-selector-button {
  display: none;
}
#contact .inquiry__item--file .likeInput {
  font-size: 1.25rem;
  width: 100%;
  height: 56px;
  padding: 16px 20px;
  background: #F8F8F9;
  color: #999999;
  border-radius: 8px;
}
#contact .inquiry__item--file label {
  font-size: 1.25rem;
  width: 130px;
  height: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: var(--cBlack);
  color: #fff;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
  border-radius: 8px;
}
#contact .inquiry__item--btnDel {
  font-size: 1.25rem;
  width: 130px;
  height: 56px;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  border: 1px solid var(--cBlack);
  background: transparent;
  align-items: center;
  border-radius: 8px;
}
#contact .inquiry__item.noticeRequired {
  text-align: right;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.16px;
  color: #5C5C5D;
  margin-bottom: -18px;
}
#contact .inquiry .agree__cont {
  background: #F8F8F9;
  padding: 48px;
  color: #999999;
  letter-spacing: -0.2px;
  font-size: 1.25rem;
}
#contact .inquiry .agree__chk {
  position: relative;
}
#contact .inquiry .agree__chk input[type=checkbox] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#contact .inquiry .agree__chk input[type=checkbox] + label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  letter-spacing: -0.2px;
}
#contact .inquiry .agree__chk input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  text-align: center;
  background: #fff;
  border: 2px solid var(--cBlack);
  box-sizing: border-box;
}
#contact .inquiry .agree__chk input[type=checkbox]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 1px;
  left: 3px;
  font-size: 0.9em;
}
#contact .inquiry .agree__chk a {
  text-decoration: underline;
  font-weight: 700;
  display: inline;
}
#contact .btn-submit {
  margin: 40px auto 0;
  width: 300px;
  height: 60px;
  border: 1px solid #303030;
  font-size: 18px;
  background: none;
}
#contact .btn-submit:disabled {
  opacity: 0.5;
  cursor: unset;
}
#contact .btn-submit:not(:disabled):hover {
  background: var(--cBlack);
  color: #fff;
}

#esg main section {
  background: url(/asset/images/company/esg-e.jpg) no-repeat center/cover;
  color: #fff;
  display: flex;
  gap: 115px;
  padding: 65px 120px;
  border-radius: 30px;
}
#esg main section:not(:last-child) {
  margin-bottom: 30px;
}
#esg main section .secTit {
  display: flex;
  align-items: center;
  gap: 44px;
}
#esg main section .secTit .short {
  font-size: 70px;
  font-weight: 800;
}
#esg main section .secTit .long {
  font-size: 30px;
  font-weight: 600;
}
#esg main section .cont dl {
  display: flex;
  gap: 179px;
  align-items: center;
}
#esg main section .cont dl:not(:last-child) {
  margin-bottom: 29px;
}
#esg main section .cont dl dt {
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  font-size: 18px;
  text-align: center;
  font-weight: 600;
  width: 253px;
  height: 48px;
  align-content: center;
  position: relative;
  flex-shrink: 0;
}
#esg main section .cont dl dt::after {
  display: block;
  content: "";
  position: absolute;
  width: 56px;
  height: 1px;
  border-bottom: 1px dotted #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -116px;
}
#esg main section.s {
  background-image: url(/asset/images/company/esg-s.jpg);
}
#esg main section.g {
  background-image: url(/asset/images/company/esg-g.jpg);
}

#defense .whatdo {
  margin-bottom: 70px;
}
#defense .whatdo .inner {
  padding-bottom: 190px;
  border-bottom: 1px solid #E5E5E5;
}
#defense .whatdo__item {
  position: relative;
  width: 1000px;
}
#defense .whatdo__item:not(:last-child) {
  margin-bottom: 70px;
}
#defense .whatdo__item:nth-child(even) {
  margin-left: auto;
}
#defense .whatdo__item:nth-child(even) .whatdo__cont {
  right: auto;
  left: -40px;
  background: transparent linear-gradient(76deg, #303030 0%, rgba(116, 116, 116, 0) 100%) 0% 0% no-repeat padding-box;
  box-shadow: -24px 24px 0 #E9E9E9;
  text-align: left;
}
#defense .whatdo__cont {
  position: absolute;
  right: -40px;
  bottom: -15px;
  box-shadow: 24px 24px 0 #E9E9E9;
  background: transparent linear-gradient(291deg, #054099 0%, rgba(255, 255, 255, 0.3098039216) 100%) 0% 0% no-repeat padding-box;
  color: #fff;
  padding: 45px 70px;
  text-align: right;
}
#defense .whatdo__cont--tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 3px;
}
#defense .whatdo__cont--tit span {
  font-weight: normal;
}
#defense .whatdo__cont--desc {
  color: #E9E9E9;
}
#defense .facility__image {
  grid-template-columns: repeat(2, 424px);
  justify-content: center;
}

#quality .topCont {
  overflow: visible;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  margin-bottom: 100px;
}
#quality .topCont .quality__image {
  position: relative;
  width: 100%;
  height: 100%;
  clip-path: inset(0 50% 0 50%);
  /* 처음에는 중앙에서 좌우로 닫힌 상태 */
  transform: scale(0.5);
  transition: clip-path 1s ease;
}
#quality .topCont .quality__image img {
  position: absolute;
  height: auto;
}
#quality .topCont .quality__image .bg {
  bottom: 0;
  left: 0;
}
#quality .topCont .quality__image .frame {
  width: 441px;
  bottom: -41px;
  left: 50%;
}
#quality .topCont .quality__image .cloud {
  width: 602px;
  bottom: 0;
  right: 0;
}

.recruit__tit {
  text-align: center;
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 32px;
}
.recruit .talentCont {
  display: flex;
  gap: 130px;
  justify-content: center;
}
.recruit .talentCont__item {
  text-align: center;
}
.recruit .talentCont__item figure {
  border: 1px solid #E9E9E9;
  border-radius: 50%;
  background: #F9F9F9;
  text-align: center;
  width: 220px;
  height: 220px;
  align-content: center;
  margin: 0 auto 26px;
}
.recruit .talentCont__item figure img {
  width: 130px;
  height: auto;
}
.recruit .talentCont__item--tit {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 9px;
}
.recruit .talentCont__item--tit strong {
  font-size: 30px;
  color: var(--cBlue);
}
.recruit .talentCont__item--desc {
  font-size: 18px;
}
.recruit .welfareCont {
  display: flex;
  gap: 36px;
}
.recruit .welfareCont__item {
  flex: 1;
}
.recruit .welfareCont__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #F9F9F9;
  text-align: center;
  align-content: center;
  margin: 0 auto 30px;
}
.recruit .welfareCont__icon i {
  font-size: 44px;
}
.recruit .welfareCont__text {
  border: 2px solid var(--cBlack);
  border-left: 0;
  border-right: 0;
  min-height: 454px;
}
.recruit .welfareCont__text--tit {
  font-size: 18px;
  font-weight: 700;
  padding: 12px 0;
  text-align: center;
  border-bottom: 1px solid var(--cBlack);
}
.recruit .welfareCont__text--list {
  padding: 30px 40px;
}
.recruit .welfareCont__text--list li {
  font-size: 18px;
}
.recruit .welfareCont__text--list li:not(:last-child) {
  margin-bottom: 16px;
}
.recruit .welfareCont__text--list li span {
  font-size: 16px;
  color: var(--cBlue);
}
.recruit .jobCont .step {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 69px;
  margin-bottom: 70px;
  overflow: hidden;
}
.recruit .jobCont .step__item {
  font-size: 20px;
  font-weight: 700;
  width: 230px;
  height: 100px;
  border: 1px solid #303030;
  border-radius: 50px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.recruit .jobCont .step__item:not(:last-child)::after {
  display: block;
  content: "\ea3e";
  position: absolute;
  font-family: "xeicon";
  color: #E9E9E9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -47px;
}
.recruit .jobCont .step__item i {
  margin-right: 6px;
  font-size: 26px;
  color: var(--cBlue);
}
.recruit .jobCont .step__item.final {
  background: var(--cBlue);
  color: #fff;
}
.recruit .jobCont .step__item.final i {
  color: #fff;
}
.recruit .jobCont .btnWrap {
  display: flex;
  gap: 27px;
  justify-content: center;
}
.recruit .jobCont .btnWrap .btn {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 20px;
  width: 550px;
  height: 167px;
  overflow: hidden;
}
.recruit .jobCont .btnWrap .btn a {
  width: 100%;
  height: 100%;
  padding: 60px 64px;
  background: rgba(48, 48, 48, 0.5);
  position: relative;
}
.recruit .jobCont .btnWrap .btn__tit {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #fff;
}
.recruit .jobCont .btnWrap .btn__desc {
  font-size: 18px;
  color: #E9E9E9;
}
.recruit .jobCont .btnWrap .btn i {
  font-size: 55px;
  color: #fff;
  position: absolute;
  right: 60px;
  bottom: 44px;
  opacity: 0;
}
.recruit .jobCont .btnWrap .btn:hover a {
  background: rgba(48, 48, 48, 0.7);
}
.recruit .jobCont .btnWrap .btn:hover i {
  opacity: 1;
}

#disclosure .sub-header .inner {
  max-width: unset;
  padding: 0 100px;
}
#disclosure .sub-header__content {
  width: 1360px;
}
#disclosure figure {
  margin: 0 auto;
  width: fit-content;
  border: 1px solid #E9E9E9;
}

.ENGver .sitemap .gnb__wrap {
  gap: 90px;
}
.ENGver #indexPage .mainVisual__title {
  font-size: 48px;
}
.ENGver #locations .list__info {
  height: 215px;
}
.ENGver #locations .abroad .list__info {
  height: auto;
}
.ENGver #locations .list__btn-map span {
  font-size: 14px;
  font-weight: 400;
}
.ENGver #space .project__item--tit {
  white-space: unset;
  min-width: 560px;
  transform-origin: 6% 22%;
}
.ENGver #greeting .topCont {
  height: auto;
}
.ENGver #greeting .topCont__image p strong {
  margin-left: 0;
}
.ENGver #esg main section .cont dl dt {
  height: auto;
  padding: 10px;
}
.ENGver #esg main section .secTit {
  width: 270px;
  flex-shrink: 0;
}
.ENGver #esg main section {
  gap: 45px;
  padding: 65px 80px;
}
.ENGver #quality .topCont .quality__image .frame {
  width: 371px;
  left: 53%;
}
.ENGver .recruit .talentCont {
  gap: 60px;
}
.ENGver .recruit .welfareCont__text {
  min-height: 584px;
}
.ENGver #locations .list__info--tit {
  margin-bottom: 5px;
}
@media screen and (max-width: 1700px) {
  .ENGver #indexPage .global__btn-move {
    padding: 69px 52px;
  }
  .ENGver .header .forPC .gnb .gnb__dep1 {
    padding: 14px;
  }
  .ENGver .header .utility .btn-vina {
    margin-left: 20px;
  }
}
@media screen and (max-width: 1440px) {
  .ENGver #space .project__item .project__item--tit,
  .ENGver #space .project__item.on .project__item--tit {
    font-size: 30px;
  }
  .ENGver #space .project__item .project__item--desc {
    white-space: initial;
  }
}
@media screen and (max-width: 1024px) {
  .ENGver #locations .list__info,
  .ENGver #locations .abroad .list__info {
    height: 175px;
    padding: 45px 42px;
  }
  .ENGver #space .project__item--tit {
    min-width: unset;
  }
  .ENGver #quality .topCont .quality__image .frame {
    width: 371px;
    left: 47%;
  }
  .ENGver #quality .topCont .quality__image .cloud {
    width: 382px;
  }
  .ENGver .recruit .welfareCont__text {
    min-height: unset;
  }
}
@media screen and (max-width: 768px) {
  .ENGver #quality .topCont .quality__image .frame {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    height: 500px;
  }
  .ENGver #videos .list ul li .btn-video {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .ENGver #quality .topCont .quality__image .frame {
    height: 400px;
  }
}

.VIEver .logo a {
  background-image: url(/asset/images/logo-en.svg);
  height: 52px;
}
.VIEver .sitemap .gnb__wrap {
  gap: 40px;
}
.VIEver .sitemap .gnb__dep1 {
  margin-bottom: 40px;
}
.VIEver #about .value__item--desc {
  font-size: 12px;
}
.VIEver #locations .list__info address {
  font-size: 16px;
}
.VIEver #locations .list__info--tit {
  font-size: 22px;
  margin-bottom: 8px;
}
.VIEver #esg main section .cont dl dt {
  border: 1px solid #FFFFFF;
  border-radius: 24px;
  font-size: 16px;
}
.VIEver #quality .topCont .quality__image .frame {
  width: 380px;
}
.VIEver .subPage .sub-header__content h2 {
  font-size: 48px;
}
@media screen and (max-width: 1700px) {
  .inner,
  .header .inner, .footer .inner {
    padding: 0 4.7vw;
  }
  .footer .btn-top {
    right: 4.7vw;
  }
  #indexPage .business .buSection.space .space {
    left: 65px;
  }
  #indexPage .business .buSection.defense .defense {
    right: -28px;
  }
  #aerospace .solution {
    background-size: 100% auto;
  }
  #quality .topCont .quality__image .frame {
    width: 390px;
  }
}
@media screen and (max-width: 1440px) {
  .forPC {
    display: none;
  }
  .forMOB {
    display: block;
  }
  .header {
    height: 90px;
  }
  .header .inner {
    padding: 0 60px;
  }
  #disclosure .sub-header .inner,
  .inner, .header .inner, .footer .inner {
    padding: 0 60px;
  }
  .footer .inner {
    padding: 0 60px;
  }
  .footer .btn-top {
    right: 60px;
  }
  .recruit .talentCont {
    display: flex;
    gap: 70px;
  }
  .recruit .talentCont__item figure {
    width: 160px;
    height: 160px;
  }
  .recruit .talentCont__item figure img {
    width: 90px;
  }
  .subPage {
    padding-top: 90px;
  }
  .subPage main .inner {
    padding: 0 60px;
  }
  .subPage .topCont {
    height: 330px;
  }
  .sitemap {
    flex-direction: row;
    gap: 40px;
  }
  .sitemap .gnb {
    width: 380px;
    overflow-y: auto;
  }
  .sitemap__title {
    margin-bottom: 0;
  }
  .sitemap .gnb__wrap {
    flex-direction: column;
    gap: 0;
    align-items: center;
  }
  .sitemap .gnb__list {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px 0;
  }
  .sitemap .gnb__list .gnb__dep1 {
    margin-bottom: 0;
    font-size: 22px;
    position: relative;
    cursor: pointer;
  }
  .sitemap .gnb__list .gnb__dep1::after {
    content: "+";
    position: absolute;
    right: 20px;
    font-size: 18px;
  }
  .sitemap .gnb__list .gnb__dep1.active::after {
    content: "-";
  }
  .sitemap .gnb__list .gnb__dep2 {
    display: none;
    margin-top: 15px;
    transition: all 0.3s ease;
  }
  .sitemap .gnb__list .gnb__dep2 li {
    margin-bottom: 12px;
  }
  .sitemap .gnb__list.open .gnb__dep2 {
    display: block;
  }
  .ENGver .sitemap .gnb__wrap {
    gap: 0;
  }
  .ENGver #locations .list__info {
    height: 235px;
  }
  .ENGver #esg main section .secTit {
    width: 100%;
  }
  .ENGver .recruit .welfareCont__text {
    min-height: 494px;
  }
  #indexPage .business .inner {
    padding: 0 100px;
  }
  #indexPage .business .buSection {
    margin-bottom: 178px;
  }
  #indexPage .business .buSection.aero .aero {
    right: -370px;
  }
  #indexPage .global__info {
    padding: 95px 107px;
  }
  #indexPage .global__btn-move {
    padding: 69px 52px;
  }
  #indexPage .global__vertical {
    left: 60px;
  }
  #greeting .topCont__image {
    padding: 78px 60px;
  }
  #about .organi .sub-header__content figure {
    width: 100%;
  }
  #about .value__item {
    width: 260px;
    height: 260px;
    padding: 24px;
  }
  #about .value__item figure {
    margin: 0 auto;
  }
  #about .history .swiper-button {
    right: 0;
  }
  #about .history .swiper-slide h3 {
    font-size: 50px;
  }
  .subPage .sub-header__content p,
  #about .history__year {
    font-size: 18px;
  }
  #about .history .swiper-button [class*=btn-] {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  #about .history__item--text,
  #about .history.business .history__item--text {
    padding: 0 14px;
    gap: 26px;
  }
  #esg main section {
    flex-direction: column;
    gap: 32px;
  }
  #esg main section .secTit {
    margin-bottom: 0;
  }
  .recruit .welfareCont {
    flex-wrap: wrap;
    gap: 100px 36px;
  }
  .recruit .welfareCont__item {
    flex: auto;
    width: 25%;
  }
  .recruit .jobCont .step {
    gap: 38px;
  }
  .recruit .jobCont .step .step__item {
    padding: 20px;
  }
  .recruit .jobCont .step .step__item:not(:last-child)::after {
    right: -31px;
  }
  #locations .list__info {
    padding: 28px 24px;
  }
  #locations .abroad .list__btn-map {
    right: 20px;
  }
  #aerospace .aeroGrid--wing {
    grid-template-areas: "b787 b787img1 b787img2" ".    b737     b737img" "a320 a320img1 a320img2";
  }
  #aerospace .aeroGrid {
    grid-template-columns: repeat(3, 260px);
    grid-template-rows: repeat(3, 174px);
  }
  #quality .topCont .quality__image .frame {
    width: 370px;
  }
  #quality .topCont .quality__image .cloud {
    width: 402px;
  }
  #disclosure .sub-header__content {
    width: 100%;
  }
  #disclosure figure {
    width: 100%;
  }
  #disclosure figure iframe {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .inner {
    padding: 0 60px;
  }
  #indexPage .global__wrap {
    flex-direction: column;
  }
  #indexPage .global__btn {
    width: 100%;
  }
  #indexPage .global__btn-move {
    padding: 24px 52px;
  }
  #indexPage .global__vertical hr {
    width: 150px;
  }
  #indexPage .business .buSection.aero .aero {
    width: 901px;
    height: auto;
    right: -260px;
  }
  #indexPage .business .buSection__title {
    font-size: 70px;
  }
  .sitemap__title {
    width: 40%;
  }
  .sitemap .gnb {
    width: 340px;
  }
  #about .value__cont {
    flex-wrap: wrap;
    gap: 0 30px;
  }
  #about .overview__cont dl dt {
    width: 250px;
  }
  #about .organi .sub-header__content {
    width: 100%;
  }
  #about .vision__item--tit {
    width: 170px;
  }
  #about .vision__item {
    padding: 38px 84px;
  }
  #locations .list {
    flex-direction: column;
    gap: 55px;
  }
  #locations .list__info {
    padding: 45px 72px;
    height: 185px;
  }
  #locations .abroad .list__info--tit {
    color: inherit;
  }
  #locations .abroad .list__item {
    text-align: center;
  }
  #locations .abroad .list__btn-map {
    top: auto;
    bottom: -40px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  #locations .abroad .list__info {
    height: auto;
    padding: 48px 50px;
  }
  #esg main section {
    padding: 64px 50px;
  }
  #esg main section .cont dl {
    gap: 58px;
  }
  #esg main section .cont dl dt::after {
    display: none;
  }
  #aerospace .aeroGrid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  #aerospace .parts .tabArea .tab {
    padding: 16px 54px;
  }
  #aerospace .aeroGrid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
  }
  #aerospace .aeroGrid--wing {
    grid-template-areas: "b787 b787img1" ".    b787img2" "b737 b737img" "a320 a320img1" ".    a320img2";
  }
  #aerospace .aeroGrid--door {
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "a350 a350img1 " ". a350img1 ";
  }
  #aerospace .aeroGrid--tail {
    grid-template-rows: repeat(2, 1fr);
    grid-template-areas: "b787 b787img1" ".    b787img2";
  }
  .business .facility__image {
    grid-template-columns: repeat(2, 1fr);
  }
  #quality .topCont .quality__image .frame {
    transform: translateX(-50%);
  }
  #facebook .sub-header__content {
    width: 100%;
  }
  #videos .list ul li {
    padding: 34px 30px;
  }
  #esg main section .cont dl dt {
    border-radius: 13px;
  }
  #space .project__list {
    flex-wrap: wrap;
  }
  #space .project__item {
    flex: auto;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: end;
  }
  #space .project__item.on {
    flex: auto;
  }
  #space .project__item.on .project__item--tit {
    font-size: 24px;
  }
  #space .project__item.on .project__item--desc {
    font-size: 16px;
  }
  #space .project__item--tit {
    transform: unset;
    font-weight: 700;
  }
  #space .project__item--desc {
    opacity: 1;
  }
  #space .project__item i {
    display: none;
  }
  #defense .whatdo__item {
    width: 100%;
  }
  .subPage .topCont {
    height: 25.9vw;
  }
  .subPage .sub-header__content h2 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .subPage .sub-header .inner {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .recruit .talentCont {
    flex-wrap: wrap;
  }
  .recruit .welfareCont__item {
    width: calc((100% - 36px) / 2);
  }
  .recruit .welfareCont__text {
    min-height: unset;
  }
  .recruit .jobCont .step {
    flex-wrap: wrap;
  }
  .recruit .jobCont .step__item {
    width: calc((100% - 38px) / 2);
  }
  .recruit .jobCont .btnWrap {
    flex-direction: column;
  }
  .recruit .jobCont .btnWrap .btn {
    width: 100%;
  }
  .footer__top, .footer__bottom {
    flex-direction: column;
    align-items: start;
    gap: 10px;
  }
  .footer__menu {
    margin-left: -40px;
  }
  #videos .video .btn-youtube {
    width: 180px;
    height: 60px;
  }
  #brochure main {
    background-position: center bottom;
  }
  #brochure main .inner {
    flex-direction: column;
  }
  #brochure main figure {
    height: auto;
    width: 351px;
  }
  #brochure main .info {
    margin-top: 0;
    padding-bottom: 20px;
  }
  #brochure main .info .btnWrap {
    justify-content: end;
  }
  #contact .inquiry__item--wrap {
    flex-wrap: wrap;
    gap: 10px 48px;
  }
  #contact .inquiry__item--wrap.inquiry__item--file {
    gap: 10px;
  }
  #contact .inquiry__line {
    flex-direction: column;
  }
  .board .sub-header__content {
    width: 100%;
  }
  .recruit .welfareCont__item {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .header .inner,
  .footer .inner,
  .subPage main .inner,
  #about .history,
  #disclosure .sub-header .inner,
  #facebook main .inner,
  #videos .video .inner {
    padding: 0 40px;
  }
  .footer .btn-top {
    right: 40px;
  }
  .sitemap__title {
    display: none;
  }
  .sitemap .gnb__wrap {
    color: #fff;
  }
  #aerospace .parts .tabArea .tab {
    padding: 16px 34px;
  }
  .header .utility .btn-vina {
    margin: 0 20px;
  }
  .logo a {
    width: 160px;
    height: 23px;
  }
  #videos .list ul li {
    padding: 20px 0;
  }
  #indexPage .mainVisual .btn-more {
    padding: 8px 22px;
  }
  #indexPage .business .inner {
    padding: 0 40px;
  }
  #indexPage .business .buSection__title {
    font-size: 50px;
    margin-bottom: 10px;
  }
  #indexPage .business .buSection__cont--sub {
    font-size: 30px;
  }
  #indexPage .business .buSection.aero .aero {
    width: 661px;
    right: -160px;
  }
  #indexPage .business .buSection.defense .defense {
    width: 371px;
    bottom: 190px;
  }
  #indexPage article:not(.mainVisual) .btn-more {
    width: 113px;
    height: 36px;
    font-size: 16px;
  }
  #indexPage article:not(.mainVisual) .btn-more i {
    font-size: 18px;
  }
  #indexPage .mainVisual__title {
    font-size: 38px;
  }
  #indexPage .mainVisual__scroll {
    left: 40px;
  }
  #indexPage .global__text--tit {
    font-size: 44px;
  }
  #facebook .btn-facebook {
    padding: 10px 22px;
  }
  #aerospace .aeroGrid--door {
    grid-template-rows: repeat(3, 1fr);
    grid-template-areas: "a350     . " "a350img1 a350img1" "a350img1 a350img1";
  }
  .recruit .talentCont {
    flex-direction: column;
  }
  .sub-gnb {
    padding: 10px;
  }
  .sub-gnb li a {
    padding: 10px 20px;
  }
  #greeting .topCont__image {
    padding: 78px 0;
    background: rgba(5, 64, 153, 0.6588235294);
  }
  #about .vision__item {
    padding: 38px 54px;
  }
  #about .vision__item--tit {
    font-size: 26px;
    width: 130px;
  }
  #about .vision__item--desc {
    font-size: 18px;
  }
  #about .value__cont {
    gap: 20px;
  }
  #about .overview__cont dl {
    flex-direction: column;
    padding: 22px;
  }
  #about .overview__cont dl dt {
    width: auto;
    margin-bottom: 10px;
    font-size: 16px;
  }
  #about .overview__cont dl dd {
    text-align: center;
  }
  #about .organi {
    padding-top: 0;
  }
  #about .organi .inner {
    padding: 0 40px;
  }
  #about .organi .sub-header__content {
    width: 100%;
  }
  #about .history .sub-header {
    flex-direction: column;
    gap: 20px;
  }
  #about .history .sub-header__content {
    width: 100%;
  }
  .subPage .sub-header__title {
    width: auto;
  }
  #clients section .list {
    gap: 10px;
  }
  .ENGver #locations .list__info,
  .ENGver #locations .abroad .list__info {
    height: auto;
    padding: 35px 42px 50px;
  }
  .ENGver #esg main section {
    gap: 26px;
    padding: 65px 40px;
  }
  #esg main {
    text-align: center;
  }
  #esg main section .secTit {
    justify-content: center;
  }
  #esg main section .cont dl {
    flex-direction: column;
    gap: 20px;
  }
  #esg main section .cont dl dt {
    width: 100%;
  }
  #esg main section .cont dl dt::after {
    display: none;
  }
  #aerospace .solution {
    background: none;
  }
  #aerospace .solution__step {
    flex-wrap: wrap;
  }
  #aerospace .solution__step li {
    width: calc((100% - 12px) / 2);
  }
  .business .facility__image {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
  #space .do .inner {
    flex-direction: column;
  }
  #space .do__item:nth-child(2) {
    margin-top: 0;
  }
  #space .project__item {
    width: 100%;
  }
  #space .project__list {
    height: auto;
  }
  .recruit .jobCont .btnWrap .btn a {
    padding: 40px 44px;
  }
  .recruit .jobCont .btnWrap .btn i {
    display: none;
  }
  #facebook .sub-header__content {
    padding: 52px 20px;
  }
  #videos .video {
    background: linear-gradient(to top, #F9F9F9 362px, #fff 0);
  }
  #videos .video__info {
    flex-direction: column;
    gap: 20px;
    align-items: unset;
  }
  #videos .video .btn-youtube {
    width: 100%;
  }
  #contact .inquiry__item,
  #contact .inquiry__line.type {
    padding: 30px 0;
    gap: 30px;
  }
  #contact .inquiry__item--file .likeInput {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #videos .video .inner,
  .inner,
  #disclosure .sub-header .inner,
  #facebook main .inner {
    padding: 0 20px;
  }
  .header {
    height: 80px;
  }
  .recruit__tit {
    text-align: center;
    font-size: 24px;
  }
  .recruit .talentCont__item figure {
    margin: 0 auto 8px;
  }
  .subPage .sub-header {
    padding: 39px 0 50px;
  }
  .header .utility .btn-hamburger span {
    width: 26px;
  }
  .header .utility {
    font-size: 14px;
    gap: 20px;
  }
  .header .utility .btn-vina {
    display: none;
  }
  #indexPage .mainVisual__title {
    font-size: 28px;
  }
  #brochure main .info .btnWrap {
    flex-direction: column;
  }
  .sitemap .gnb__list .gnb__dep2 li {
    margin-bottom: 8px;
  }
  #brochure .info .btnWrap .btn-dwld {
    width: 100%;
  }
  #contact .inquiry__item,
  #contact .inquiry__line.type {
    flex-direction: column;
    gap: 10px;
  }
  .subPage .sub-header__content h2 {
    font-size: 28px;
  }
  .subPage .sub-header__content p {
    font-size: 16px;
  }
  .sub-gnb li a {
    padding: 6px 12px;
    font-size: 16px;
  }
  #about .history .swiper-slide h3 {
    font-size: 40px;
  }
  #about .vision__item.mission {
    gap: 10px;
  }
  #aerospace .solution__step li {
    width: 100%;
  }
  #aerospace .parts .tabArea {
    flex-direction: column;
    text-align: center;
  }
  #others .certificate-slider {
    padding: 0 30px;
  }
  #facebook figure {
    width: auto;
  }
  #facebook .btn-facebook {
    width: 100%;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
  }
  #defense .whatdo__item figure {
    display: none;
  }
  #defense .whatdo__item .whatdo__cont {
    position: unset;
    padding: 30px;
  }
  #defense .whatdo__item .whatdo .inner {
    padding-bottom: 130px;
  }
  .business .facility__image {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .business .facility__tit {
    margin-bottom: 20px;
  }
  #aerospace .solution__step {
    gap: 32px;
  }
  #about .secTit__eng {
    font-size: 60px;
  }
  #quality .topCont {
    height: 360px;
  }
  #quality .topCont .quality__image .frame {
    width: 280px;
  }
  #quality .topCont .quality__image .cloud {
    width: 232px;
  }
  #clients section .list {
    grid-template-columns: repeat(1, 1fr);
  }
  #esg main section .cont dl:not(:last-child) {
    margin-bottom: 48px;
  }
  #about .vision__item {
    flex-direction: column;
  }
  #about .vision__item--tit {
    width: auto;
  }
  #about .vision__item--desc {
    text-align: center;
  }
  .sitemap .gnb__wrap {
    margin-top: 80px;
  }
  #indexPage .business .buSection__title {
    font-size: 40px;
  }
  #indexPage .business .buSection.space .space {
    left: -15px;
  }
  #indexPage .business .buSection__cont--sub {
    font-size: 20px;
  }
  #indexPage .business .buSection__cont--desc {
    font-size: 16px;
  }
  .header .inner,
  .footer .inner,
  .subPage main .inner {
    padding: 0 20px;
  }
  #aerospace .parts .tabArea {
    padding: 14px 20px;
    border-radius: 30px;
    width: 100%;
    margin: 0 auto 34px;
  }
  #locations .list__info--tit {
    margin-bottom: 12px;
  }
  #aerospace .aeroGrid {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: auto !important;
  }
  #aerospace .aeroGrid--wing {
    grid-template-areas: "b787" "b787img1" "b787img2" "b737" "b737img" "a320" "a320img1" "a320img2";
  }
  #aerospace .aeroGrid--door {
    grid-template-areas: "a350" "a350img1";
  }
  #aerospace .aeroGrid--tail {
    grid-template-areas: "b787" "b787img1" "b787img2";
  }
  #aerospace .solution__tit h2 {
    font-size: 30px;
  }
  #aerospace .solution__step li figcaption {
    height: 40px;
  }
  #aerospace .parts .tabArea .tab {
    padding: 10px 34px;
  }
  #space .project__item {
    white-space: unset;
  }
  .footer .btn-top {
    right: 20px;
  }
  .ENGver #indexPage .mainVisual__title {
    font-size: 38px;
  }
  .logo a {
    width: 190px;
    height: 26px;
  }
  #indexPage .mainVisual__scroll {
    left: 20px;
  }
  #indexPage .business .topCloud {
    width: 508px;
  }
  #indexPage .business .buSection.aero .aero {
    width: 551px;
  }
  #indexPage .business .buSection.aero .aeroCloud {
    top: 80px;
    width: 508px;
  }
  #indexPage .business .buSection.defense .defense {
    width: 291px;
    bottom: 70px;
  }
  #indexPage .news__title {
    font-size: 30px;
  }
  #indexPage .global {
    margin-bottom: 120px;
  }
  #indexPage .global__info {
    padding: 95px 77px;
  }
  #indexPage .global__vertical {
    left: 42px;
  }
  #indexPage .global__text--tit {
    font-size: 34px;
  }
  #indexPage .global__text--desc {
    font-size: 16px;
  }
  #indexPage .global__btn-move--main {
    font-size: 24px;
  }
  #indexPage .news__slider .slider__item {
    width: 350px;
  }
  #locations .list__info {
    padding: 24px 72px;
  }
  .footer__menu {
    flex-direction: column;
    margin-left: 0;
    gap: 6px;
  }
  .footer__menu li {
    margin-left: 0;
    padding-left: 0;
  }
  .footer__menu li:not(:first-child)::before {
    display: none;
  }
  .footer__info dl {
    flex-direction: column;
  }
  .sitemap .gnb__list .gnb__dep1 {
    font-size: 20px;
  }
  .sitemap .gnb__dep2 {
    font-size: 18px;
  }
  .footer .btn-top {
    width: 50px;
    height: 50px;
  }
  #about .secTit__kor {
    font-size: 24px;
  }
  #esg main section .secTit .short {
    font-size: 50px;
  }
  #about .overview__cont dl {
    font-size: 16px;
  }
  #about .history__item--text,
  #about .history.business .history__item--text {
    gap: 8px;
    flex-direction: column;
  }
  #about .history__month {
    text-align: left;
  }
  #about .history__list li {
    gap: 10px;
  }
}
.more_opt li {
  width: 104px;
}

.pg_wrap {
  float: unset !important;
  display: flex !important;
  justify-content: center !important;
  padding-top: 50px !important;
}

.pg_page,
.pg_current {
  border: 0 !important;
}

.pg_current {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background: var(--cBlue);
  align-content: center;
  line-height: 1;
  min-width: unset;
  padding: 0;
}

.pg_page {
  background-color: transparent !important;
}

.bo_v_nb {
  line-height: 1.2;
}

.bo_v_nb li {
  display: flex;
  font-size: 1em;
}

.bo_v_nb li .nb_tit {
  white-space: nowrap;
}

.bo_v_nb li .nb_date {
  display: block;
  margin-left: auto;
}

input[type=text]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

#bo_list tbody tr {
  border-left: 0;
}
#bo_list tbody tr:hover {
  border-left: 0;
}

/* 링크 부분 */
#bo_v_link li::after {
  display: block;
  content: "";
  clear: both;
}

#bo_v img {
  width: auto;
}

/* 공통2 */
.imgClick {
  font-size: 1rem;
  text-align: center;
  color: #ccc;
  margin-top: 20px;
}

.board .btnArea {
  width: 100%;
  position: relative;
  font-weight: 600;
  margin-top: 32px;
  display: flex;
  gap: 20px;
}

.board .btnArea .btn-arrow,
.board .btnArea .btn-list {
  display: flex;
  align-items: center;
  font-size: 18px;
}

.board .btnArea .btn-arrow:hover span {
  text-decoration: underline;
}

.board .btnArea .btn-arrow i {
  font-size: 20px;
}

.board .btnArea .btn-prev {
  left: 0;
}

.board .btnArea .btn-next {
  right: 0;
}

.board .btnArea .btn-list {
  margin-left: auto;
}

.board .btnArea .btn-list:hover {
  opacity: 0.5;
}

.board .btnArea .btn-list i {
  margin-right: 10px;
}

#bo_v {
  border-bottom: 1px solid #303030;
}

#bo_v_title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 24px;
  border-top: 2px solid #303030;
  border-bottom: 1px solid #303030;
  padding: 24px 15px;
}
#bo_v_title .writeDate {
  font-size: 18px;
  font-weight: 400;
}

#bo_v_title .bo_v_tit {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

#bo_v_atc {
  padding: 20px 0;
}
#bo_v_atc * {
  word-break: auto-phrase;
}

.board main {
  padding-top: 89px;
}

@media screen and (max-width: 1024px) {
  #bo_v_title {
    flex-direction: column;
    gap: 10px;
    align-items: start;
  }
}
@media screen and (max-width: 500px) {
  #bo_v_title .bo_v_tit {
    font-size: 26px;
  }
}

/*# sourceMappingURL=style.css.map */
