@charset "utf-8";

@import url('base.css');

/* --------------------------------------------
 * layout
/* ------------------------------------------ */
.mbg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=70);
  opacity: .7;
  z-index: 9;
}

body.ovf_hdn,
.ovf_hdn {
  overflow: hidden;
  height: 100%;
}


#wrap {
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

/*** layout ***/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 48px;
  background-color: #fff;
  transform: translateY(-100%);
  transition: all .3s ease;
  z-index: 3;
}

#header .inner {
  width: 100%;
  margin: 0 auto;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .logo {
  width: 160px;
}

#header .logo a {
  display: block;
  height: 42px;
  background: url(../images/logo.svg) no-repeat 50% 50% / cover;
}

#header .utill {
  position: relative;
  display: flex;
  gap: 35px;
  justify-content: flex-end;
  align-items: center;
  z-index: 2;
}

#header .utill>a {
  color: #111;
  font-size: 18px;
}

#header .bt-menu {
  position: relative;
  width: 38px;
  height: 38px;
  color: transparent;
  font-size: 0;
  display: none;
}

#header .bt-menu i {
  display: block;
  width: 30px;
  height: 4px;
  background-color: #111;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  transition: all .3s ease;
}

#header .bt-menu i:nth-child(1) {
  margin-top: -8px;
}

#header .bt-menu i:nth-child(2) {
  margin-top: 4px;
}

#header .utill .lang {
  position: relative;
}

#header .utill .lang .bt {
  display: flex;
  line-height: 30px;
  color: #111;
  font-size: 20px;
  font-weight: 500;
  height: 30px;
  gap: 29px;
}

#header .utill .lang .bt::after {
  content: '';
  width: 29px;
  height: 29px;
  background: url(../images/icon_glob.svg) no-repeat 50% 50% / cover;
}

.main #header {
  background-color: transparent;
}

.main #header .utill>a,
.main #header .utill .lang .bt {
  filter: brightness(0) invert(1);
}

#header.on .utill>a,
#header.header-show .utill>a,
#header.on .lang .bt,
#header.header-show .lang .bt,
.main #header.header-show .lang .bt,
#header.on .utill .lang .bt,
#header.header-show .utill .lang .bt{
  filter: none;
}

#header .utill .lang .lst {
  position: absolute;
  top: 28px;
  left: 50%;
  width: 64px;
  padding-top: 24px;
  transform: translateX(-50%);
  display: none;
}

#header .utill .lang ul {
  width: 64px;
  padding: 4px 0;
  background-color: #F9FBFC;
  border-radius: 12px;
  margin-left: auto;
}

#header .utill .lang ul li {
  display: flex;
  justify-content: center;
}

#header .utill .lang ul li a {
  display: block;
  width: 32px;
  line-height: 2;
  color: #000;
  font-size: 16px;
}

#header.on .utill .lang ul li a {
  color: #111;
}

#header .utill .lang ul li a:hover {
  color: #173DA4;
}

#header .utill .lang ul li.on a {
  color: #173DA4;
  font-weight: 600;
}

.subBg {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 390px;
  background-color: #F9FBFC;
  border-top: #ddd 1px solid;
  display: none;
}

nav {
  position: relative;
  z-index: 1;
}

nav>ul {
  display: flex;
  align-items: center;
}

nav>ul>li {
  position: relative;
  padding: 0 34px;
  transition: padding 500ms, width 350ms, opacity 250ms;
}

#header.on nav>ul>li {
  padding: 0 50px;
}

#header.on nav>ul>li.gnb2 {
  padding: 0 80px;
}

nav a {
  position: relative;
  display: block;
}

nav>ul>li>a {
  line-height: 70px;
  color: #111;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

nav>ul>li>a:hover {
  text-decoration: none;
}

/*
nav>ul>li>a::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 0;
  top: 68px;
  left: 50%;
  background-color: #173DA4;
  display: block;
  opacity: 0;
  transition: all .3s ease;
}*/

nav>ul>li:hover>a::after {
  left: 0;
  width: 100%;
  opacity: 1;
}

nav .subDepth {
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  height: 390px;
  padding: 24px 0 0 50px;
  font-size: 18px;
  white-space: nowrap;
  display: none;
}

nav .subDepth>li {
  position: relative;
}

nav .subDepth>li>a {
  color: #111;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600;
}

nav .subDepth>li:hover>a {
  color: #173DA4;
  font-weight: 600;
  transition: all .3s ease;
}

nav .subDepth>li+li {
  margin-top: 15px;
}

nav .subDepth>li>ul {
  padding: 10px 0 0 0;
}

nav .subDepth>li>ul>li>a {
  font-size: 16px;
  color: #444;
  font-weight: 300;
  text-indent: -10px;
  padding-left: 10px;
}

nav .subDepth>li>ul>li>a::before {
  content: '-';
  display: inline-block;
  margin-right: 4px;
  vertical-align: 1px;
}

nav .subDepth>li>ul>li:hover>a {
  text-decoration: none;
  color: #173DA4;
}

nav .subDepth>li>ul>li+li {
  margin-top: 5px;
}

.menu-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  pointer-events: none;
  z-index: 10;
}

.menu-content {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100vh;
  padding: 0 30px;
  background-color: rgba(0, 0, 0, .8);
  backdrop-filter: blur(10px);
  display: none;
}

.menu-content .allMenu {
  margin: 150px auto 0;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  gap: 90px;
  max-width: 1440px;
}

.menu-content .allMenu a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.menu-content .allMenu>li {
  flex: 1;
}

.menu-content .allMenu>li>a {
  font-size: 40px;
  font-weight: 400;
}

.menu-content .allMenu>li>a:hover,
.menu-content .subDepth>li>a:hover {
  opacity: .6;
  text-decoration: underline;
}

.menu-content .allMenu>li>ul {
  margin: 80px 0 0 0;
}

.menu-content .subDepth {
  margin: 25px 0 0 0;
}

.menu-content .subDepth>li+li {
  margin-top: 25px;
}

.menu-content .subDepth>li>a {
  font-size: 20px;
  padding-right: 10px;
}

.menu-content .subDepth li>ul {
  margin-top: 18px;
}

.menu-content .subDepth li>ul>li+li {
  margin-top: 6px;
}

.menu-content .subDepth li>ul>li>a {
  font-size: 20px;
  padding-right: 1rem;
}

.menu-content .subDepth li>ul>li>a::before {
  content: '';
  width: 4px;
  height: 1px;
  background-color: #fff;
  display: inline-block;
  margin-right: 10px;
  vertical-align: 4px;
}

.menu-content .subDepth li>ul>li>a:hover {
  color: #fff;
  text-decoration: none;
}

.menu-content .menu-hd {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 120px;
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  align-items: center;
}

.menu-content .close {
  position: absolute;
  width: 38px;
  height: 38px;
  display: block;
  top: 40px;
  right: 20px;
  color: transparent;
  font-size: 0;
}

.menu-content .close i {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 4px;
  background-color: #fff;
  display: block;
  transform: translate(-50%, -50%) rotate(45deg);
}

.menu-content .close i:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.solution #header,
.company #header,
#header.on,
#header.header-show {
  background-color: #fff;
}

.main #header .logo {
  filter: brightness(0) invert(1);
}

.main #header nav>ul>li>a {
  color: #fff;
}

.main #header .bt-menu i {
  background-color: #fff;
}

.main #header.on .logo,
#header.on .logo,
#header.header-show .logo,
#header.header-show .lang .bt {
  filter: none;
}

.main #header.on nav>ul>li>a,
#header.on nav>ul>li>a,
#header.header-show nav>ul>li>a {
  color: #111;
}

.main #header.on .bt-menu i,
#header.on .bt-menu i,
#header.header-show .bt-menu i {
  background-color: #111;
}

footer {
  padding: 55px 40px;
  position: relative;
  z-index: 10;
  background-color: #252A42;
}

footer .footerWrap {
  max-width: 1440px;
  padding: 0 24px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: center;
  color: #666;
  font-size: 14px;
  color: #444;
}

footer .footerWrap .logo {
  width: 105px;
}

footer .footer-con {
  display: flex;
  flex-direction: column;
  max-width: 460px;
  padding-top: 20px;
  gap: 18px;
}

footer .copy {
  font-size: 20px;
  font-weight: 700;
  color: #d1d4dc;
}

footer address {
  display: flex;
  flex-direction: column;
  font-size: 16px;
}

footer address span {
  display: flex;
  gap: 12px;
  color: #999AA3;
}

footer address span a{ color:#999AA3; margin-left:6px;}

.main footer {
  background-color: transparent;
}

.main footer .copy {
  color: #111;
}

.main footer address span {
  color: #444;
}

.btTop {
  position: fixed;
  bottom: 40px;
  right: 0;
  width: 48px;
  height: 48px;
  background-color: transparent;
  display: block;
  font-size: 0;
  color: transparent;
  background: url(../images/bt_top.svg) no-repeat 50% 50%/ 16px;
  z-index: 11;
  opacity: 0;
  visibility: hidden;
  transition: all .3s ease;
}

.btTop.on {
  opacity: 1;
  visibility: visible;
}

.btTop.bottom {
  bottom: 172px;
}


/*** /layout ***/

#container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 190px 0 0;
}

#indexWrap {
  position: relative;
  z-index: 1;
}

/* .lay-pop */
.lay-pop{ position: fixed; top: 0; left: 0; bottom: 0; width: 100%; background-color: rgba(0,0,0,.6); z-index: 99; display: none;} 
.lay-pop .pop-inner{ width: 100%; height: 100vh; padding: 30px; display: flex; justify-content: center; align-items: center;}
.lay-pop .pop-bx{ position: relative; width: 800px; max-height: 90vh;  display: flex; flex-direction: column; overflow-y: auto;}
.lay-pop .pop-con{ background-color: #fff; padding: 50px; flex:1;overflow-y: auto;}
.lay-pop .pop-close{ position: absolute; top: 20px; right: 20px; width: 20px; height: 20px; display: block; font-size: 0; color: transparent;}
.lay-pop .pop-close::before,
.lay-pop .pop-close::after{ content: ''; position: absolute; width: 16px; height: 2px; background-color: #1e1e1e; display: block; top: 50%; left: 50%; margin: -1px 0 0 -8px; transform: rotate(45deg);}
.lay-pop .pop-close::after{ transform: rotate(-45deg);}
.lay-pop .pop-bt{ background-color:#fff; display: flex; justify-content: center; padding: 30px;}
.main-pop{ width: 450px;  margin: 0 auto; background-color: transparent;}
.main-pop .pop-slide{ position: relative; overflow: hidden; background-color:#2B3789;}
.main-pop .ctlr{ position: absolute; bottom: 25px; right: 30px; z-index: 2; height: 34px; background-color: rgba(0,0,0,.5); border-radius: 20px; display: flex; padding: 0 14px; color: #a3a4a5; justify-content: center; align-items: center;}
.main-pop .ctlr .pag{ text-align: center; font-size: 14px;}
.main-pop .ctlr .pag .swiper-pagination-current{ color: #fff;}
.main-pop .ctlr .prev,
.main-pop .ctlr .next{ position: relative; width: 20px; height: 20px; font-size: 0; color: transparent;}
.main-pop .ctlr .prev::after,
.main-pop .ctlr .next::after{ content: ''; width: 7px; height: 7px; position: absolute; top: 50%; left: 50%; margin: -3px 0 0 -3px; border-top: #fff 1px solid; border-right: #fff 1px solid; transform: rotate(45deg);}
.main-pop .ctlr .prev::after{ transform: rotate(-135deg);}
.main-pop .ctlr .swiper-button-disabled{ display: none;}
.main-pop-bottom{ display: flex; height: 60px; background-color: #fff; padding: 0 25px; justify-content: space-between; align-items: center;}

/*** main ***/

/*** main ***/
.mainvisual {
  position: relative;
  min-height: 2070px;
  overflow: hidden;
  background-color: #242742;
}

.mainvisual .visual-text {
  position: relative;
  color: #fff;
  padding: 320px 0 0;
  max-width: 1440px;
  margin: 0 auto;
  overflow: hidden;
}

.mainvisual .visual-text .text {
  display: flex;
  flex-direction: column;
  font-family: 'GMarketSans';
  font-weight: 600;
  font-size: 86px;
}

.mainvisual .pagination {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 54px;
  gap: 8px;
  transition: opacity 0.3s ease;
  z-index: 3;
}

.mainvisual .pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 1);
  opacity: 1;
  border-radius: 50%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  margin: 0;
}

.mainvisual .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 50px;
  height: 12px;
  background-color: #fff;
  border-radius: 10px;
}

.visual-wrap {
  position: absolute;
  width: 100%;
  height: 2070px;
  background-color: #242742;
}

.visual-wrap .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2070px;
  background: url(../images/hero.png) no-repeat 50% 50% / cover;
  transform: scale(1.2) translateX(-10%);
}

.visual-wrap .object {
  position: absolute;
  top: 200px;
  left: 50%;
  margin-left: -500px;
  width: 2100px;
}

.main-text1 {
  position: relative;
  max-width: 1440px;
  margin: 220px auto 0;
  color: #3ECFFF;
}

.main-text1 .tit {
  font-size: 56px;
  font-family: 'GMarketSans';
  font-weight: 600;
}

.main-text1 .sub {
  font-size: 22px;
  margin-top: 30px;
}

.main-text1-box {
  display: flex;
  gap: 20px;
  margin-top: 70px;
}

.main-text1-box .itm {
  position: relative;
  width: calc(25% - 18px);
  color: #fff;
  padding: 30px 28px;
  font-size: 18px;
}

.main-text1-box .itm .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  border-radius: 12px;
  background-color: rgba(43, 152, 116, .8);
  opacity: 0;
  backdrop-filter: blur(5px);
}

.main-text1-box .itm:nth-child(2) .bg {
  background-color: rgba(44, 128, 156, .8);
}

.main-text1-box .itm:nth-child(3) .bg {
  background-color: rgba(111, 82, 155, .8);
}

.main-text1-box .itm:nth-child(4) .bg {
  background-color: rgba(20, 112, 137, .8);
}

.main-text1-box .itm .ico {
  position: relative;
  height: 77px;
  display: flex;
  align-items: center;
}

.main-text1-box .t1 {
  position: relative;
  font-size: 28px;
  font-weight: 700;
  min-height: 134px;
}

.main-text1-box .t2 {
  position: relative;
  margin-top: 30px;
}

.main-text2 {
  position: relative;
  max-width: 1440px;
  margin: 140px auto 0;
  display: flex;
  flex-direction: column;
  color: #fff;
  text-align: center;
  font-size: 35px;
  font-family: 'GMarketSans';
  font-weight: 600;
  gap: 15px;
  padding-bottom: 100px;
}

.main-text2 .sub {
  font-size: 108px;
  font-weight: 400;
  line-height: 1;
}

/* ====== main-indust ====== */
.main-indust {
  background-color: #F9FBFC;
  padding: 90px 0;
}

.main-indust .indust-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}

.main-indust h2 {
  font-family: 'GMarketSans';
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 70px;
  letter-spacing: -.05em;
  display: flex;
  align-items: center;
}

.main-indust h2 .arr {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 22px;
}

.main-indust .indust-content {
  display: flex;
  gap: 56px;
  align-items: stretch;
}

/* 왼쪽 메뉴 */
.main-indust .indust-menu {
  width: 45%;
  flex-shrink: 0;
}

.main-indust .indust-tab {
  border-top: 1px solid #D1D4DC;
}

.main-indust .indust-tab li {
  border-bottom: 1px solid #D1D4DC;
  padding: 10px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.main-indust .indust-tab li a {
  display: block;
  font-size: 24px;
  color: #111;
  font-weight: 500;
  text-decoration: none;
  transition: all 0.3s ease;
}

.main-indust .indust-tab li .indust-desc {
  max-height: 0;
  overflow: hidden;
  font-size: 18px;
  color: #20337b;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
  margin-top: 0;
}

.main-indust .indust-tab li.active a {
  color: #1A3187;
  font-weight: 700;
  font-size: 46px;
  cursor: default;
}

.main-indust .indust-tab li.active .indust-desc {
  max-height: 100px;
  opacity: 1;
  margin-top: 8px;
  margin-bottom: 15px;
}

/* 오른쪽 슬라이더 (PC: fade 효과) */
.main-indust .indust-slider {
  width: 55%;
  overflow: hidden;
  border-radius: 12px;
}

.main-indust .indust-slider .swiper-slide {
  overflow: hidden;
}

.main-indust .indust-slide-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 12px;
}

.main-indust .indust-slide-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* PC에서는 텍스트 숨김 */
.main-indust .indust-slide-text {
  display: none;
}

/* /main-indust */

.main-serve {
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  background-color: #F9FBFC;
  justify-content: space-between;
  gap: 56px;
  min-height: 100vh;
}

.main-serve .serve-text {
  max-width: 630px;
  width: 100%;
  margin: 0 0 0 auto;
  padding: 90px 0;
}

.main-serve .serve-text h2 {
  font-family: 'GMarketSans';
  font-size: 54px;
  font-weight: 700;
  margin-bottom: 70px;
  letter-spacing: -.05em;
  display: flex;
  align-items: center;
}

.main-serve .serve-text h2 .arr {
  margin-left: 20px;
  display: flex;
  align-items: center;
  width: 22px;
}

.main-serve .serve-list {
  border-top: 1px solid #ddd;
}

.main-serve .serve-list li {
  border-bottom: 1px solid #D1D4DC;
  padding: 10px 0;
  transition: all 0.3s;
}

.main-serve .serve-list li a {
  display: block;
  font-size: 24px;
  color: #111;
  font-weight: 500;
}

.main-serve .serve-list li .desc {
  max-height: 0;
  overflow: hidden;
  font-size: 18px;
  color: #20337b;
  transition: max-height 0.4s ease, opacity 0.4s ease, margin 0.4s ease;
  opacity: 0;
}

.main-serve .serve-list li .desc .img {
  display: none;
}

.main-serve .serve-list li.active a {
  color: #1A3187;
  font-weight: 700;
  font-size: 46px;
  cursor: default;
  text-decoration: none;
}

.main-serve .serve-list li.active .desc {
  max-height: 100px;
  opacity: 1;
  margin-bottom: 15px;
}

.main-serve .serv-img-area {
  width: 50%;
  position: relative;
  overflow: hidden;
  min-height: 600px;
  background-color: #f1f1f1;
}

.main-serve .serv-img-area .img-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transform: scale(1.05);
}

.main-serve .serv-img-area .img-wrap.active {
  opacity: 1;
  transform: scale(1);
}

.main-tit-area {
  display: flex;
  gap: 60px;
  margin-bottom: 60px;
  align-items: center;
}

.main-tit-area .more {
  margin-left: auto;
  width: 24px;
}

.main-tit {
  font-size: 56px;
  font-family: 'GMarketSans';
  font-weight: 700;
  margin-bottom: 60px;
  letter-spacing: -.05em;
}

.main-tit-area .main-tit {
  margin-bottom: 0;
}

.main-tit-area .tab-wrap {
  font-size: 27px;
  color: #111;
  display: flex;
  font-weight: 700;
  gap: 30px;
}

.main-tit-area .tab-wrap .tab {
  position: relative;
  text-decoration: none;
}

.main-tit-area .tab-wrap .tab::after {
  content: '';
  position: absolute;
  left: 50%;
  height: 2px;
  bottom: 0;
  background-color: #1A3187;
  transform: translateX(-50%);
  width: 0;
  transition: all 0.3s ease;
}

.main-tit-area .tab-wrap .tab.active {
  color: #1A3187;
}

.main-tit-area .tab-wrap .tab.active::after {
  width: 100%;
}

.main-partners {
  margin: 120px auto 0;
  max-width: 1440px;
  padding: 0 24px;
}

.partners-con {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
}

.partners-con .itm {
  width: calc((100% - 90px) / 6);
  border: #E7E8F0 1px solid;
  border-radius: 9px;
  overflow: hidden;
}

.main-new {
  max-width: 1440px;
  margin: 240px auto 0;
  padding: 0 24px;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.main-new .tab-con {
  display: none;
}

.main-new .tab-con.active {
  display: block;
  animation: fadeInUp 0.5s ease-out forwards;
}

.new-con .new-list {
  display: flex;
  gap: 24px;
}

.new-con .new-list .itm {
  width: calc((100% - 72px) / 4);
}

.new-con .new-list .itm a {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.new-con .new-list .itm .text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #111;
  font-size: 22px;
}

.new-con .new-list .itm .text .tit {
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 62px;
  overflow: hidden;
}

.new-con .new-list .itm .text .date {
  color: #999AA3;
  font-size: 18px;
}

.new-con .new-list .itm .img {
  overflow: hidden;
  border-radius: 12px;
}

.new-con .new-list .itm .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .3s ease;
}

.new-con .new-list .itm:hover .img img {
  transform: scale(1.1);
}

.main-custom {
  position: relative;
  padding: 145px 45px 85px;
  margin-top: 120px;
  overflow: hidden;
  background-color: #F9FBFC;
}

.main-custom .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: url(../images/main_custom.png) no-repeat 50% 50% / cover;
}

.main-custom .text {
  position: relative;
  display: flex;
  flex-direction: column;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}

.main-custom .text .sub-tit {
  font-size: 60px;
  font-weight: 600;
  margin-top: 20px;
}

.main-custom .btn-box {
  position: relative;
  margin-top: 95px;
}

.main-custom .btn-box .btn {
  width: 280px;
}

.main-custom .btn-box .btn:hover {
  background-color: #29B570
}



/* sub layout */
.sub-visual {
  display: flex;
  flex-direction: column;
  margin-bottom: 70px;
}

.sub-visual .sub-img {
  overflow: hidden;
  border-radius: 24px;
  max-width: 1360px;
  width: 100%;
  margin: 0 auto;
}

.sub-visual .sub-img img {
  height: 430px;
  width: 100%;
  object-fit: contain;
}

.sub-h1 {
  font-size: 60px;
  color: #242F79;
  font-weight: 600;
  font-family: 'GMarketSans';
  line-height: 1.2;
  letter-spacing: -.03em;
  text-align: center;
  margin-bottom: 40px;
}

.page-path {
  display: flex;
  gap: 24px;
  justify-content: center;
  height: 60px;
  align-items: center;
}

.page-path>li {
  position: relative;
}

.page-path a {
  color: #999AA3;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.page-path a i {
  content: '';
  color: #fff;
  width: 20px;
  height: 20px;
  font-size: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: #D1D4DC;
}

.page-path a i::after {
  content: '';
  border-top: #fff 6px solid;
  border-left: transparent 4px solid;
  border-right: transparent 4px solid;
}

.page-path .home a {
  width: 14px;
  height: 16px;
  text-indent: -9999px;
  overflow: hidden;
  font-size: 0;
  display: block;
  background: url(../images/home.svg) no-repeat 50% 50% /cover;
}

.page-path .home a i {
  display: none;
}

.page-path>li:last-child>a {
  color: #111;
}

.page-path>li:last-child>a i {
  background-color: #111;
}

.page-path .active a i {
  transform: rotate(180deg);
}

.page-path .depth3 {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  background: #252A42;
  padding: 12px 16px;
  border-radius: 12px;
  width: 110px;
  display: none;
}

.page-path>li:nth-child(2) .depth3{
	width: 130px;
}

.about .page-path>li:last-child .depth3 {
  width: 160px;
}

.service .page-path>li:nth-child(3) .depth3,
.service .page-path>li:last-child .depth3 {
  width: 220px;
}

.page-path .depth3 a {
  padding: 4px 0;
  display: block;
  color: #999AA3;
  font-size: 16px;
}

.page-path .depth3 a:hover {
  color: #fff;
}

.page-hd {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 0 100px 0;
  margin-bottom: 120px;
  font-size: 28px;
  text-align: center;
  border-bottom: #EBEDF5 1px solid;
}

.history-wr .page-hd {
  border-bottom: none;
  margin-bottom: 0;
}

.page-tit {
  font-size: 45px;
  color: #111;
  font-weight: 600;
  font-family: 'GMarketSans';
  line-height: 1.4;
  letter-spacing: -.05em;
  text-align: center;
  margin-bottom: 60px;
}

.page-hd .page-desc {
  color: #111;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
  letter-spacing: -.05em;
}

.page-hd .page-desc.lg {
  font-size: 36px;
}

/* about */
.about-bx2 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 120px 0;
  overflow: hidden;
  margin-top: 180px;
}

.about-bx2 .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.about-bx2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-bx2 .page-tit {
  color: #fff;
  position: relative;
}

.about-bx2 ul {
  position: relative;
  max-width: 1360px;
  margin: 0 auto;
  gap: 60px;
  display: flex;
  color: #fff;
}

.about-bx2 ul li {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: calc((100% - 120px) / 3);
}

.about-bx2 ul .tit {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: auto;
}

.about-bx2 ul span {
  background-color: #252E79;
  padding: 16px 24px;
  border-radius: 12px;
  margin-top: 12px;
  color: #ebedf5;
}

.about-bx2 ul strong {
  margin-top: 25px;
  font-size: 18px;
  font-weight: 400;
  color: #ebedf5;
}

.about-bx1 .img {
  display: flex;
  justify-content: center;
}

.history-tab {
  display: flex;
  justify-content: center;
  gap: 16px;
  position: relative;
  max-width: 756px;
  margin: 0 auto;
  border-radius: 40px;
  background-color: #fff;
}

.history-tab::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: #D1D4DC 1px solid;
  border-radius: 40px;
}

.history-tab .itm {
  position: relative;
  padding: 0 10px;
  height: 80px;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 28px;
  color: #111;
  font-weight: 700;
  border-radius: 40px;
}

.history-tab .itm.on {
  background-color: #252E79;
  color: #fff;
}

.history-content {
  position: relative;
  padding-bottom: 380px;
  display: none;
  flex-direction: column;
}

.history-content.active {
  display: flex;
}

.history-content::before {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 100%;
  background-color: #D1D4DC;
}

.history-itm {
  padding: 45px 0 0 50px;
  width: 50%;
  margin-left: auto;
  display: flex;
  flex-direction: column;
}

.history-itm .year {
  font-size: 72px;
  color: #A6AFC0;
  font-weight: 200;
  margin-bottom: 20px;
  line-height: 1.2;
}

.history-itm ul li {
  position: relative;
  padding: 0 0 0 50px;
  font-size: 20px;
  display: flex;
  flex-direction: column;
}

.history-itm ul li .date {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 22px;
  color: #A6AFC0;
  font-weight: 500;
}

.history-itm ul li .txt {
  display: block;
  font-weight: 600;
  text-indent: -12px;
  padding-left: 12px;
}

.history-itm ul li .txt::before {
  content: '';
  width: 4px;
  height: 2px;
  background-color: #111;
  display: inline-block;
  margin-right: 4px;
  vertical-align: 6px;
}

.history-itm ul li+li {
  margin-top: 20px;
}

.history-itm ul li::before {
  content: '';
  width: 40px;
  height: 2px;
  display: block;
  background-color: #A6AFC0;
  display: block;
  position: absolute;
  left: -50px;
  top: 14px;
}

.history-itm ul li::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #fff;
  border: #A6AFC0 2px solid;
  display: block;
  position: absolute;
  border-radius: 50%;
  left: -57px;
  top: 8px;
}

.history-itm:nth-child(2n) {
  margin: 0 auto 0 0;
  padding: 45px 50px 0 0;
  align-items: flex-end;
}

.history-itm:nth-child(2n) ul li {
  padding: 0 50px 0 0;
  align-items: flex-end;
}

.history-itm:nth-child(2n) ul li::before {
  right: -50px;
  left: auto;
}

.history-itm:nth-child(2n) ul li::after {
  right: -57px;
  left: auto;
}

.history-itm:nth-child(2n) ul li .date {
  left: auto;
  right: 0;
}

.history-itm:nth-child(2n) ul li .txt {
  text-align: right;
}

.history-itm:nth-child(2n) ul li .txt::before {
  right: 0;
}

.history-itm .img {
  display: flex;
  gap: 15px;
  margin-bottom: 50px;
  width: 100%;
}

.history-itm .img img {
border-radius: 12px;
}

.history-itm.aos-animate .year {
  color: #252E79;
}

.history-itm.aos-animate ul li .date {
  color: #252E79;
}

.history-itm.aos-animate ul li::before {
  background-color: #252E79;
}

.history-itm.aos-animate ul li::after {
  border-color: #252E79;
  background-color: #252E79;
}

.cert-wr {
  padding-bottom: 160px;
}

.cert-bx1 {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.cert-bx1 .itm {
  position: relative;
  width: calc((100% - 120px) / 4);
  padding: 40px 30px 30px;
  height: 360px;
}

.cert-bx1 .itm .bg {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 16px;
  background-color: #F5F6FA;
  width: 100%;
  height: 100%;
}

.cert-bx1 .itm .text {
  position: relative;
  font-size: 18px;
  line-height: 1.3;
  text-align: left;
  display: flex;
  flex-direction: column;
  color: #999AA3;
}

.cert-bx1 .itm .text b {
  color: #111;
  font-size: 28px;
  margin-bottom: 10px;
}

.cert-bx1 .itm .text p {
  text-indent: -10px;
  padding-left: 10px;
}

.cert-bx1 .itm .text p::before {
  content: '';
  width: 4px;
  height: 1px;
  display: inline-block;
  vertical-align: 5px;
  margin-right: 5px;
  background-color: #999AA3;
}

.cert-bx1 .itm .img {
  position: absolute;
  bottom: 40px;
  right: 0;
  height: 102px;
  display: flex;
  justify-content: baseline;
  align-items: center;
  padding: 0 30px;

}

.cert-bx1 .itm .img img {
  mix-blend-mode: multiply;
}

.cert-bx1 .itm:nth-child(8) .img {
  bottom: 0;
  right: 0;
  padding: 0;
  height: auto;
}

.location-wr {
  padding-bottom: 160px;
}

.location-itm {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
  margin-top: 120px;
}

.location-itm.first {
  flex-direction: row;
  margin-top: 0;
}

.location-itm .desc {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.location-itm .desc .tit {
  font-size: 36px;
  padding-bottom: 40px;
  border-bottom: #111 1px solid;
  color: #111;
  margin-bottom: 30px;
}

.location-itm .desc .text {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.location-itm .desc ul li {
  display: flex;
  font-size: 18px;
  gap: 10px;
}

.location-itm .desc ul li+li {
  margin-top: 10px;
}

.location-itm .desc ul li b {
  width: 60px;
  color: #5861C0;
}

.location-itm .map {
  width: 900px;
}

.location-itm .map iframe {
  width: 100%;
  height: 450px;
  display: block;
}

.location-slide {
  margin-top: 120px;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
  background: #192a48;
  margin-bottom: 120px;
}

.location-slide .swiper-slide {
  width: 100%;
  position: relative;
  opacity: 0.4;
  transition: opacity 0.3s;
}

.location-slide .swiper-slide-active {
  opacity: 1;
}

.location-slide .swiper-slide img {
  width: 100%;
  height: 900px;
  object-fit: cover;
}

.location-slide .swiper-slide .name {
  position: absolute;
  top: 25px;
  right: 0;
  color: #fff;
  padding: 0 30px;
  font-size: 18px;
  font-weight: 500;
}

.location-slide .next,
.location-slide .prev {
  position: absolute;
  bottom: 60px;
  left: 50%;
  width: 30px;
  height: 30px;
  margin-left: 40px;
  background: url('../images/ic_prev.svg') center center/cover no-repeat;
  z-index: 10;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 0.3s;
}

.location-slide .prev {
  transform: rotate(180deg);
  margin-left: -70px;
}

.location-slide .next:hover,
.location-slide .prev:hover {
  opacity: .6;
}

.location-slide .pagi {
  color: #fff;
  position: absolute;
  z-index: 10;
  top: 60px;
  right: 0;
  bottom: auto;
  padding: 0 30px;
  display: flex;
  justify-content: end;
  font-size: 18px;
  font-weight: 700;
}

/* service */
.ems-bx1 {
  max-width: 1360px;
  margin: 0 auto;
}

.ems-bx2,
.ems-bx3 {
  max-width: 1360px;
  margin: 180px auto 0;
}

.ems-bx1-lst {
  display: flex;
  gap: 36px;
}

.ems-bx1-lst .itm {
  flex: 1;
  position: relative;
}

.ems-bx1-lst .itm img {
  width: 100%;
  border-radius: 12px;
}

.ems-bx1-lst .itm div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  font-size: 28px;
  font-weight: 600;
  padding: 40px 30px;
  color: #fff;
  display: flex;
}

.ems-bx2-lst {
  display: flex;
  justify-content: space-between;
}

.ems-bx2-lst .itm {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  width: 260px;
  text-align: center;
  position: relative;
  font-size: 28px;
  line-height: 1.2;
}

.ems-bx2-lst .itm .img {
  background-color: #173CA4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 100%;
  height: 260px;
}

.ems-bx2-lst .itm::after {
  content: '';
  position: absolute;
  top: 115px;
  left: 260px;
  display: block;
  width: 84px;
  height: 28px;
  background: url(../images/ems_aw.png) no-repeat 0 50% / cover;
}

.ems-bx2-lst .itm:last-child::after {
  display: none;
}

.ems-bx3-lst {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.ems-bx3-lst .itm {
  flex: 1;
  max-width: 432px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: center;
  font-size: 28px;
  line-height: 1.2;
}

.ems-bx3-lst .itm .img {
  border-radius: 12px;
  overflow: hidden;
}

.ems-bx4 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 120px;
  background-color: #EAEDF4;
  padding: 170px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 50px;
  color: #252A42;
  font-size: 36px;
  line-height: 1.2;
  text-align: center;
}

.ems-bx4::after {
  content: '';
  position: absolute;
  border-top: #fff 60px solid;
  border-left: transparent 135px solid;
  border-right: transparent 135px solid;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.ems-bx4 .tit {
  font-size: 72px;
  font-family: 'GMarketSans';
  color: #242F79;
  line-height: 1;
}

.ems-bx4 .tit b {
  display: inline-block;
  border-bottom: #242F79 2px solid;
}

.ems-bx5 {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  color: #fff;
}

.ems-bx5 .bg {
  background: url(../images/ems_bg.png) no-repeat 50% 50% / cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.ems-bx5 .text {
  position: relative;
  z-index: 2;
  padding: 115px 30px;
  text-align: center;
}

.ems-bx5 p {
  font-size: 60px;
  font-weight: 600;
  line-height: 1.2;
}

.ems-bx5 .btn {
  min-width: 280px;
}

.edge-bx1 {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  justify-content: space-between;
}

.edge-bx1 .itm {
  flex: 1;
  gap: 30px;
  display: flex;
  flex-direction: column;
  font-size: 18px;
}

.edge-bx1 .itm img {
  border-radius: 12px;
  width: 100%;
}

.edge-bx1 .itm .text {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.edge-bx1 .itm .text .tit {
  font-size: 28px;
  line-height: 1;
}

.edge-bx2 {
  position: relative;
  margin: 120px auto 0;
  max-width: 1360px;
  padding-top: 180px;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.edge-bx2 .aw {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.edge-bx2 .itm {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 80px;
  align-items: center;
  text-align: center;
  justify-content: space-between;
  color: #111;
  line-height: 1.2;
  font-size: 24px;
  flex: 1;
}

.edge-bx2 .itm::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 136px;
  display: block;
  background-color: #D1D4DC;
}

.edge-bx2 .itm p {
  position: relative;
  padding-bottom: 10px;
  background-color: #fff;
}

.edge-bx2 .itm span {
  width: 100%;
  height: 250px;
  color: #fff;
  background-color: #29B570;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  z-index:3;
}

.edge-bx3 {
  margin: 120px auto 0;
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  padding: 165px 30px;
  overflow: hidden;
}

.edge-bx3 .bg {
  background: url(../images/edge_bg.png) no-repeat 50% 50% / cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

.edge-bx3 .page-tit {
  position: relative;
  z-index: 2;
  font-size: 70px;
  color: #fff;
  margin: 0;
}

.edge-bx3 .aw {
  position: absolute;
  border-top: #fff 60px solid;
  border-left: transparent 135px solid;
  border-right: transparent 135px solid;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.process-wr {
  padding-bottom: 160px;
}

.process-bx1 {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  gap: 72px 80px;
}

.process-bx1 .itm {
  position: relative;
  width: calc((100% - 160px)/3);
  border-radius: 12px;
  border: #D1D4DC 1px solid;
  display: flex;
  flex-direction: column;
  gap: 15px;
  justify-content: space-between;
  min-height: 400px;
}

.process-bx1 .itm::after {
  content: '';
  width: 52px;
  height: 40px;
  background: url(../images/process_aw.png) no-repeat 50% 50% / cover;
  position: absolute;
  top: 50%;
  right: -65px;
  transform: translateY(-50%);
  z-index: 2;
}

.process-bx1 .itm:nth-child(3n):after,
.process-bx1 .itm:last-child::after {
  display: none;
}

.process-bx1 .itm .tit {
  padding: 30px;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  line-height: 1.2;
  gap: 10px;
}

.process-bx1 .itm .tit b {
  color: #8A99B7;
  font-size: 18px;
  font-weight: 600;
}

.process-bx1 .itm .sub {
  height: 240px;
  background-color: #F6F7F9;
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.6;
  color: #111;
  border-radius: 0 0 12px 12px;
}

.process-bx1 .itm .sub li {
  text-indent: -17px;
  padding-left: 17px;
}

.process-bx1 .itm .sub li::before {
  content: '';
  width: 10px;
  background-color: #111;
  display: inline-block;
  margin-right: 6px;
  vertical-align: 4px;
  height: 2px;
}

.qprogram-wr {
  padding-bottom: 160px;
}

.qprogram-wr .btn-box {
  margin-top: 160px;
}

.qprogram-lst {
  margin: 60px auto 0;
  display: flex;
  gap: 40px;
  justify-content: center;
}

.qprogram-lst li {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  background-color: #147BE5;
}

.qprogram-lst li:nth-child(even) {
  background-color: #173CA4;
}

.qprogram-bx1 {
  max-width: 1360px;
  margin: 0 auto;
}

.qprogram-bx1+.qprogram-bx1 {
  margin-top: 180px;
}

.qprogram-bx1 .itm {
  display: flex;
  gap: 60px;
}

.qprogram-bx1 .itm .img {
  width: 650px;
  background-color: #F5F6FA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.qprogram-bx1 .itm .text {
  flex: 1;
}

.qprogram-bx1 .itm .text .tit {
  margin-bottom: 40px;
  font-size: 36px;
}

.qprogram-bx1 .itm .tx {
  color: #9798A2;
  font-size: 28px;
}

.qprogram-bx1 .itm .tx li {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.qprogram-bx1 .itm .tx li b {
  font-size: 18px;
  font-weight: 700;
  color: #111;
}

.qprogram-bx1 .itm .tx li+li {
  margin-top: 35px;
}

.moldprocess-wr {
  padding-bottom: 180px;
  max-width: 1360px;
  margin: 0 auto;
}

.moldprocess-bx1+.moldprocess-bx1 {
  margin-top: 110px;
}

.moldprocess-bx1 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.moldprocess-bx1 ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.moldprocess-bx1 ul li {
  width: 230px;
  height: 230px;
  display: flex;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  align-items: center;
  background-color: #173CA4;
  line-height: 1.1;
  font-size: 28px;
  gap: 10px;
  position: relative;
}

.moldprocess-bx1 ul.injection li {
  background-color: #29B570;
}

.moldprocess-bx1 ul li::after {
  content: '';
  background: url(../images/moldprocess_aw.png) no-repeat 100% 50%;
  width: 40px;
  height: 28px;
  position: absolute;
  top: 50%;
  right: -40px;
  transform: translateY(-50%);
  display: block;
}

.moldprocess-bx1 ul li:last-child::after {
  display: none;
}

.moldprocess-bx1 ul li span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  padding: 0 10px;
}

.npi-wr {
  padding-bottom: 160px;
}

.npi-bx1 {
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.npi-bx1 .itm {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 54px;
}

.npi-bx1 .itm::before {
  content: '';
  position: absolute;
  top: 212px;
  left: 50%;
  width: 1px;
  height: 30px;
  display: block;
  background-color: #D1D4DC;
}

.npi-bx1 .tit {
  background-color: #173CA4;
  color: #fff;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 36px;
  border-radius: 130px;
  text-align: center;
}

.npi-bx1 ul {
  padding: 0 34px;
  font-size: 18px;
}

.npi-bx1 ul li {
  text-indent: -12px;
  padding-left: 12px;
}

.npi-bx1 ul li+li {
  margin-top: 10px;
}

.npi-bx1 ul li::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  background-color: #111;
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: 4px;
}

.npi-wr .img {
  max-width: 1360px;
  margin: 120px auto 0;
}

/* industries */
.industries-wr {
  padding-bottom: 160px;
}

.industries-bx1 {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}

.industries-bx1 .itm {
  width: calc((100% - 32px) /2);
  display: flex;
  background-color: #F5F6FA;
  border-radius: 24px;
  overflow: hidden;
}

.industries-bx1 .itm .img {
  width: 340px;
}

.industries-bx1 .itm .text {
  flex: 1;
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.industries-bx1 .itm .text .tit {
  font-size: 28px;
}

.industries-bx1 .itm .text span {
  font-size: 18px;
}

.partners-wr {
  padding-bottom: 160px;
}

.partners-wr .partners-con {
  gap: 32px;
}

.partners-wr .partners-con .itm {
  width: calc((100% - 96px) / 4);
}

.partners-wr .partners-con .itm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* support */

.support-wr {
  padding-bottom: 150px;
  max-width: 1360px;
  margin: 0 auto;
}

.tblHd {
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tblHd .total strong {
  color: #5861C0;
  font-weight: 700;
}

.tblHd .tblSch {
  position: relative;
  width: 100%;
  display: flex;
}

.tblHd .tblSch .inp {
  background-color: #fff;
  height: 50px;
  line-height: 60px;
  padding: 0 70px 0 30px;
  border: #111 2px solid;
  border-radius: 30px;
  flex: 1;
}

.tblHd .tblSch .inp:focus {
  outline: none;
  background-color: #f2f2f2;
}

.tblHd .tblSch .sch {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 50px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: transparent url(../images/ic_sch.svg) no-repeat 50% 50% / 24px;
}

.newsLst {
  display: flex;
  flex-direction: column;
  border-top: #252A42 1px solid;
  margin: 30px 0 0 0;
}

.newsLst .newsLst-itm {
  padding: 40px 0;
}

.newsLst .newsLst-itm+.newsLst-itm {
  border-top: #D1D4DC 1px solid;
}

.newsLst .newsLst-itm>a {
  display: flex;
  align-items: center;
  padding: 0;
}

.newsLst .newsLst-itm .img {
  width: 330px;
  overflow: hidden;
  margin-right: 35px;
}

.newsLst .newsLst-itm .img img {
  width: 100%;
  height: 210px;
  object-fit: cover;
  border-radius: 10px;
}

.newsLst .newsLst-itm .desc {
  flex: 1;
  display: flex;
  flex-direction: column;
  font-size: 18px;
  gap: 24px;
}

.newsLst .newsLst-itm .desc .tit {
  font-size: 28px;
  font-weight: 400;
  color: #111;
}

.newsLst .newsLst-itm .desc .date {
  color: #999AA3;
}

.newsLst .newsLst-itm>a:hover .desc .tit {
  text-decoration: underline;
}

div.paging {
  text-align: center;
  padding: 0;
  margin: 20px 0 0 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}

div.paging a,
div.paging strong {
  display: inline-block;
  width: 40px;
  height: 50px;
  line-height: 50px;
  color: #999AA3;
  text-align: center;
  margin: 0;
  vertical-align: middle;
  overflow: hidden;
  margin-left: -5px;
  font-weight: 700;
}

div.paging a:hover {
  color: #111;
}

div.paging .on,
div.paging .on:hover {
  color: #111;
  font-weight: 400;
}

div.paging .direction {
  position: relative;
  background-position: 50% 50%;
  background-size: 20px auto;
  background-repeat: no-repeat;
  opacity: 1;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: #999 1px solid;
}

div.paging .direction>span {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

div.paging .direction.prev {
  background-image: url(../images/ic_pading.svg);
  transform: rotate(-180deg);
  margin-right: 100px;
}

div.paging .direction.next {
  background-image: url(../images/ic_pading.svg);
  margin-left: 100px;
}

div.paging .direction:hover {
  background-color: #e1e1e1;
  opacity: .7;
}

.tbl-view {
  border-top: #252A42 2px solid;
  border-bottom: #D1D4DC 1px solid;
}

.tbl-view .view-hd {
  padding: 40px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-weight: 600;
  border-bottom: #D1D4DC 1px solid;
  text-align: center;
}

.tbl-view .view-hd .subject {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  color: #111;
  flex: 1;
}

.tbl-view .date {
  display: flex;
  font-size: 18px;
  margin-top: 24px;
  color: #999AA3;
  font-weight: 400;
  width: 100%;
  justify-content: center;
  align-items: center;
}

.tbl-view .view-att {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}

.tbl-view .view-att dt {
  font-weight: 400;
  color: #111;
}

.tbl-view .view-att dd {
  flex: 1;
  display: flex;
  gap: 15px 20px;
  flex-wrap: wrap;
}

.tbl-view .view-att dd .itm {
  color: #111;
  display: flex;
  align-items: center;
  gap: 5px;
}

.tbl-view .view-att dd .itm::before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(../images/ic_clib.svg) no-repeat 50% 50% / cover;
}

.tbl-view .view-con {
  font-size: 18px;
  color: #111;
  padding: 80px 0;
  line-height: 1.8;
  max-width: 960px;
  margin: 0 auto;
}

.notice-btn {
  display: flex;
  padding: 30px 0;
  align-items: center;
  justify-content: center;
}

.notice-btn .btn.lg {
  height: 75px;
  width: 240px;
  font-size: 24px;
}

.notice-btn .txt-bt {
  display: flex;
  align-items: center;
  gap: 15px;
  opacity: 1;
}

.notice-btn .txt-bt.prev {
  margin-right: auto;
}

.notice-btn .txt-bt.prev::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: #111 2px solid;
  border-right: #111 2px solid;
  transform: rotate(-135deg);
  margin-top: -2px;
}

.notice-btn .txt-bt.next {
  margin-left: auto;
  justify-content: end;
}

.notice-btn .txt-bt.next::after {
  content: '';
  width: 8px;
  height: 8px;
  border-top: #111 2px solid;
  border-right: #111 2px solid;
  transform: rotate(45deg);
  margin-top: -2px;
}

.notice-btn .txt-bt:hover {
  opacity: .8;
}

.notice-btn .txt-bt:hover::after,
.notice-btn .txt-bt:hover::before {
  border-color: #111;
}

.notice-bt {
  text-align: center;
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.notice-bt .btn {
  min-width: 200px;
}

.video-list {
  display: flex;
  margin-top: 30px;
  gap: 50px;
  flex-wrap: wrap;
  padding-bottom: 60px;
}

.video-list .itm {
  width: calc((100% - 100px) / 3);
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.video-list .itm .img {
  position: relative;
  overflow: hidden;
  background-color: #fbfaf9;
  border-radius: 12px;
  background: url(../images/default.jpg) no-repeat 50% 50% / cover;
}

.video-list .itm .img::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-left: #fff 60px solid;
  border-top: transparent 40px solid;
  border-bottom: transparent 40px solid;
}

.video-list .itm .img img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.video-list .itm:hover .img img {
  transform: scale(1.12);
}

.video-list .itm .text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.video-list .itm .text .date {
  color: #999AA3;
  font-size: 18px;
}

.video-list .itm .text .tit {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.video-list .itm .text .desc {
  font-size: 15px;
}

.video-list .itm .text .cost {
  font-size: 20px;
  font-family: "Pretendard Variable", Pretendard;
}

.video-list .itm:hover .text {
  text-decoration: none;
}

.video-list .itm:hover .text .tit {
  text-decoration: underline;
}

.video-list .itm.no-text {
  width: 100%;
  text-align: center;
  border-top: #111 1px solid;
  padding-top: 70px;
}

/* modal */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
}

.modal.on {
  display: flex;
}

.modal-content {
  position: relative;
  width: 90%;
  max-width: 1360px;
  padding: 32px 40px;
  background-color: #000;
  border-radius: 24px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.close-modal {
  position: absolute;
  top: 36px;
  right: 40px;
  color: transparent;
  width: 40px;
  height: 40px;
  background: url(../images/ic_x.svg) no-repeat 50% 50% / 32px;
  border-radius: 50%;
  font-size: 0;
  border: none;
  cursor: pointer;
}

.modal-content .tit {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2;
}

.contact-wr {
  display: flex;
  padding-bottom: 120px;
  gap: 40px;
  max-width: 1360px;
  margin: 0 auto;
  width: 100%;
}

.contact-wr .desc {
  flex: 1;
  padding: 0;
}

.contact-wr .desc .t1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 40px;
  font-family: 'GMarketSans';
  border-bottom: #000 1px solid;
}

.contact-wr .desc .t2 {
  margin-top: 30px;
  font-size: 24px;
  font-weight: 400;
}

.contact-wr .desc .loc-tx {
  margin-top: 35px;
}

.contact-wr .desc .loc-tx li {
  display: flex;
  padding: 5px 0;
  align-items: center;
}

.contact-wr .desc .loc-tx li b {
  font-weight: 500;
  display: flex;
  align-items: center;
  width: 60px;
  color: #5861C0;
}

.clear-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/ic_x3.png);
  border: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  display: none;
}

.form-wr {
  width: 100%;
  max-width: 900px;
  background-color: #F5F6FA;
  border-radius: 12px;
  padding: 48px 60px 80px;
}

.form-wr .form-txt {
  text-align: right;
  font-size: 18px;
  color: #4214ff;
  margin-bottom: 45px;
}

.form-wr .form-itm {
  display: flex;
  gap: 30px;
  width: 100%;
  margin-bottom: 32px;
  flex-direction: column;
  gap: 8px;
}

.form-wr .form-itm .hd {
  font-size: 18px;
  font-weight: 600;
  color: #111;
}

.form-wr .form-itm .hd i {
  color: #29B570;
  margin-left: 5px;
}

.form-wr .form-itm .bd {
  flex: 1;
  width: 100%;
}

.form-wr .form-itm .bd {
  display: flex;
  flex: 1;
  align-items: center;
}

.form-wr .form-itm .form-select {
  display: flex;
  gap: 60px;
}

.form-wr .form-itm .form-select label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 20px;
}

.form-wr .form-itm .bd .inp {
  width: 100%;
}

.form-wr .btn-box {
  margin-top: 30px;
}

.form-wr .btn-box .btn {
  min-width: 200px;
  border: #979AD2 1px solid;
  font-size: 21px;
}

.input-wrapper {
  flex: 1;
  position: relative;
}

.privacy-bx {
  display: flex;
  flex-direction: column;
  gap: 20px;
  color: #173DA4;
}

.privacy-bx .tit {
  font-size: 18px;
  font-weight: 700;
}

.privacy-bx .text {
  padding: 32px;
}

.privacy-bx .text ul {
  margin-top: 10px;
}

.privacy-bx .text ul li {
  text-indent: -10px;
  padding-left: 10px;
}

.privacy-bx .text ul li::before {
  content: '';
  width: 3px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  background-color: #173DA4;
  margin-right: 10px;
  vertical-align: 4px;
}

.privacy-bx .text ul+.tit {
  margin-top: 32px;
}

.privacy-bx .dv-chk {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.privacy-bx .dv-chk label {
  font-size: 18px;
  color: #111;
}


@media screen and (max-width:1440px) {

  .mainvisual .visual-text {
    padding: 320px 24px 0;
  }

  .main-text1 {
    padding: 0 24px;
  }

  .main-text2 {
    padding: 0 24px 100px;
  }

  .main-serve {
    padding: 0 0 0 24px;
  }

  .industries-bx1 .itm .img {
    flex: 1;
  }

  .industries-bx1 .itm .img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  @media screen and (max-width:1200px) {

    #header {
      padding: 0 24px;
    }

    nav:hover>ul>li {
      padding: 0 34px;
    }

    #container {
      padding: 160px 24px 0;
    }

    .sub-visual .sub-img img {
      height: auto;
    }

    .about-bx2 {
      padding: 120px 24px;
    }

    .history-itm .img img {
      width: calc((100% - 15px) / 2);
    }

    @media screen and (max-width:1024px) {

      #header .inner {
        padding: 0;
      }

      #header .bt-menu {
        display: block;
      }

      nav {
        display: none;
      }

      footer .footerWrap {
        padding: 0;
      }

      footer .footerWrap .logo {
        width: 100px;
      }
      /* main-indust 반응형 (1024px 이하: 태블릿/모바일) */
      .main-indust {
        padding: 60px 0;
      }

      .main-indust h2 {
        font-size: 32px;
        margin-bottom: 30px;
      }

      .main-indust .indust-content {
        gap: 0;
      }

      .main-indust .indust-menu {
        display: none;
      }

      .main-indust .indust-slider {
        width: 100%;
        border-radius: 0;
        overflow: visible;
      }

      .main-indust .indust-slider .swiper-slide {
        border-radius: 12px;
        overflow: hidden;
      }

      .main-indust .indust-slide-img {
        border-radius: 12px;
        aspect-ratio: 4/3;
        height: auto;
      }

      .main-indust .indust-slide-text {
        display: block;
        padding: 20px 0 0;
      }

      .main-indust .indust-slide-text strong {
        font-size: 22px;
        font-weight: 700;
        color: #111;
        display: block;
        margin-bottom: 8px;
      }

      .main-indust .indust-slide-text p {
        font-size: 15px;
        color: #666;
        line-height: 1.5;
      }

      .main-serve {
        flex-direction: column;
        padding: 0;
        gap: 30px;
        min-height: auto;
      }

      .main-serve .serv-img-area {
        display: none;
      }

      .main-serve .serve-list li .desc .img {
        display: block;
        margin-top: 20px;
      }

      .main-serve .serve-list li .desc .img img {
        width: 100%;
        height: 50vw;
        object-fit: cover;
      }

      .main-serve .serve-list li.active .desc {
        max-height: 800px;
      }

      .main-serve .serve-text {
        width: 100%;
        max-width: 100%;
        padding: 70px 24px;
      }

      .main-serve .serve-text h2 {
        font-size: 32px;
      }

      .about-bx2 ul {
        gap: 20px;
      }

      .about-bx2 ul li {
        width: calc((100% - 40px)/3);
      }

      .cert-bx1 {
        gap: 20px;
      }

      .cert-bx1 .itm {
        width: calc((100% - 60px) / 4);
      }

      .location-itm .map {
        width: 600px;
      }

      .form-wr {
        max-width: 600px;
      }

      .ems-bx1-lst {
        gap: 1rem;
      }

      .ems-bx2-lst {
        flex-wrap: wrap;
      }

      .ems-bx2-lst .itm {
        width: 220px;
      }

      .ems-bx2-lst .itm .img {
        height: 220px;
      }

      .edge-bx2 .itm span {
        padding: 20px;
        font-size: 24px;
      }

      .moldprocess-bx1 ul {
        gap: 20px;
      }

      .moldprocess-bx1 ul li {
        width: 18vw;
		height:18vw;
      }

      .npi-bx1 .tit {
        font-size: 26px;
      }

      @media screen and (max-width:820px) {

        #header .utill .lang {
          display: none;
        }

        .menu-content .allMenu,
        .menu-content .allMenu>li>ul {
          margin-top: 40px;
        }


        .menu-content {
          padding: 0;
          background-color: #fff;
        }

        .menu-content .menu-hd {
          padding: 0 48px;
          height: 4.4rem;
          border-bottom: #E7E8F0 1px solid;
        }

        .menu-content .menu-hd .lang {
          display: flex;
          gap: 1.6rem;
          align-items: center;
        }

        .menu-content .menu-hd .lang::before {
          content: '';
          width: 2.4rem;
          height: 2.6rem;
          background: url(../images/icon_glob.svg) no-repeat 50% 50% / cover;
        }

        .menu-content .menu-hd .lang ul {
          display: flex;
          gap: 1.6rem
        }

        .menu-content .menu-hd .lang ul a {
          font-size: 1.6rem;
          color: #111;
          font-weight: 500;
        }

        .menu-content .close {
          top: 1.4rem;
          right: 1.6rem;
          width: 2rem;
          height: 2rem;
        }

        .menu-content .close i {
          width: 2rem;
          background-color: #000;
        }

        .menu-content .allMenu {
          flex-direction: column;
          overflow-y: auto;
          height: calc(100vh - 4.5rem);
          padding: 2rem 0;
          display: block;
          margin: 0;
        }

        .menu-content .allMenu a {
          color: #666;
          font-size: 1.5rem;
        }

        .menu-content .allMenu>li {
          flex: none;
          width: 100%;
        }

        .menu-content .allMenu>li+li {
          margin-top: 0;
        }

        .menu-content .allMenu>li>a,
        .menu-content .allMenu>li>a:hover {
          position: relative;
          font-size: 2rem;
          font-weight: 600;
          padding: 1.2rem 48px;
          text-transform: uppercase;
          color: #111;
          font-weight: 700;
          opacity: 1;
          text-decoration: none;
        }

        .menu-content .allMenu>li>a::after {
          content: '';
          position: absolute;
          display: block;
          top: 50%;
          right: 2rem;
          margin-top: -1rem;
          transform: rotate(135deg);
          width: 1.2rem;
          height: 1.2rem;
          border-top: #111 .2rem solid;
          border-right: #111 .2rem solid;
        }

        .menu-content .allMenu>li.on>a::after {
          margin-top: -.6rem;
          transform: rotate(-45deg);
        }

        .menu-content .allMenu>li>ul {
          margin: 0;
        }

        .menu-content .subDepth {
          background-color: #F9FBFC;
          padding: 0;
        }

        .menu-content .subDepth li>ul {
          margin-top: 0;
        }

        .menu-content .subDepth>li>a {
          font-size: 1.8rem;
          color: #111;
          font-weight: 500;
        }

        .menu-content .subDepth li>ul>li>a {
          color: #444;
          font-size: 1.6rem;
          font-weight: 300;
        }

        .menu-content .subDepth li>ul>li>a::before {
          background-color: #bababa;
        }

        .menu-content .depth3 {
          margin: 1.5rem 0 0 0;
          padding: 0;
        }

        .menu-content .subDepth {
          max-height: 0;
          opacity: 0;
          transform: translateY(-10px);
          overflow: hidden;
          transition: max-height 0.3s ease, opacity 0.3s ease, transform 0.3s ease;
        }

        .menu-content .allMenu>li .subDepth {
          padding: 0 48px;
        }

        .menu-content .allMenu>li.on .subDepth {
          padding: 1.2rem 48px 2rem;
        }

        .menu-content .allMenu>li.on .subDepth {
          max-height: 55rem;
          margin-top: 0;
          opacity: 1;
          transform: translateY(0);
        }

        .menu-content .allMenu>li.on .subDepth>li>ul {
          margin-top: 1rem;
        }

        .menu-content .subDepth>li+li {
          margin-top: 1.4rem;
        }

        .menu-content .subDepth>li {
          color: #111;
          font-size: 1.8rem;
        }

        .mainvisual .visual-text {
          padding: 250px 48px 0;
          font-size: 60px;
        }

        .main-text1 {
          padding: 0 48px;
        }

        .main-text1 .tit {
          font-size: 40px;
        }

        .main-text1-box {
          margin-top: 4rem;
          gap: 2.4rem;
          flex-wrap: wrap;
        }

        .main-text1-box .itm {
          width: calc((100% - 2.4rem) / 2);
          padding: 1.2rem 1.6rem 2.5rem;
        }

        .main-text2 .sub {
          font-size: 90px;
        }

        .partners-wr .partners-con {
          gap: 12px 18px;
        }

        .partners-con .itm,
        .partners-wr .partners-con .itm {
          width: calc((100% - 36px) / 3);
        }

        .new-con .new-list {
          flex-wrap: nowrap;
        }

        .new-con .new-list .itm {
          width: auto;
        }

		.about-bx2 ul{
			gap:10px;
		}

		.about-bx2 ul li{
			width: calc((100% - 20px) / 3);
		}

        .about-bx2 ul .tit {
          font-size: 28px;
        }

		.about-bx2 ul span{
			white-space: nowrap;
		}

        .cert-bx1 {
          gap: 40px;
        }

        .cert-bx1 .itm {
          width: calc((100% - 40px) / 2);
        }

        .location-itm .map {
          width: 400px;
        }

        .location-slide .swiper-slide img {
          height: 400px;
        }

        .video-list {
          gap: 20px;
        }

        .video-list .itm {
          width: calc((100% - 40px) / 3);

        }

        .video-list .itm .img img {
          height: 20vw;
        }

        .modal-content .tit {
          font-size: 20px;
          margin-bottom: 15px;
        }

        .contact-wr {
          flex-direction: column;
        }

        .contact-wr .desc {
          padding: 0;
        }

        .contact-wr .desc .loc-tx {
          margin-top: 20px;
        }

        .form-wr {
          max-width: none;
        }

        .form-wr .form-txt {
          margin-bottom: 20px;
        }

        .industries-bx1 .itm {
          width: 100%;
        }

        .edge-bx2 {
          flex-wrap: wrap;
          justify-content: center;
          gap: 50px 20px;
        }

        .edge-bx2 .itm {
          flex: none;
          width: 200px;
          gap: 30px;
        }

        .edge-bx2 .itm span {
          height: 200px;
        }

        .process-bx1 .itm {
          width: calc(50% - 40px);
        }

        .process-bx1 .itm::after,
        .process-bx1 .itm:nth-child(3n):after {
          display: block;
        }

        .process-bx1 .itm:nth-child(2n):after,
        .process-bx1 .itm:last-child:after {
          display: none;
        }

        .qprogram-lst {
          gap: 20px;
          width: 100%;
        }

        .qprogram-lst li {
          flex: none;
          width: calc((100% - 60px) / 4);
          height: 22vw;
        }

		.qprogram-bx1 .itm{
			gap:20px;
		}

		.qprogram-bx1 .itm .img{
			width:50%;
		}

        .moldprocess-bx1 ul li {
          height: 130px;
          font-size: 18px;
        }

        .moldprocess-bx1 ul li span {
          height: 45px;
        }

		.ems-bx2-lst .itm{
			width:21vw;
		}

		.ems-bx2-lst .itm .img{
			height:21vw;
			padding:6vw;
		}

		.ems-bx2-lst .itm::after{
			display:none;
		}

		.npi-bx1 ul{
			padding:0 10px;
		}

        @media screen and (max-width:640px) {

          #header {
            padding: 0 1.6rem;
          }

          #header .inner {
            padding: 0;
            height: 4.4rem;
          }

          #header .logo {
            width: 10rem;
          }

          #header .logo a {
            height: 2.6rem;
          }

          #header .utill {
            gap: 1.2rem;
          }

          #header .utill>a {
            font-size: 1.6rem;
          }

          #header .bt-menu {
            width: 2rem;
            height: 2rem;
          }

          #header .bt-menu i {
            width: 1.6rem;
            height: .2rem;
          }

          #header .bt-menu i:nth-child(1) {
            margin-top: -.4rem;
          }

          #header .bt-menu i:nth-child(2) {
            margin-top: .3rem;
          }

          #header .utill .lang {
            display: none;
          }

          .menu-content .menu-hd {
            padding: 0 1.6rem;
          }

          .menu-content .close i {
            width: 1.8rem;
            height: .2rem;
          }

          .menu-content .allMenu>li>a,
          .menu-content .allMenu>li>a:hover {
            padding: 1.2rem 2rem;
          }

          .menu-content .allMenu>li .subDepth {
            padding: 0 2rem;
          }

          .menu-content .allMenu>li.on .subDepth {
            padding: 1.2rem 2rem 2rem;
          }

          footer {
            padding: 4rem 2.5rem;
          }

          footer .footerWrap {
            padding: 0;
            flex-direction: column;
          }

          footer .footerWrap .logo {
            width: 7rem;
          }

          footer .footer-con {
            padding-top: 3rem;
            gap: .8rem;
            align-items: center;
            text-align: center;
          }

          footer .copy {
            font-size: 1.3rem;
          }

          footer address {
            font-size: 1.2rem;
			align-items: center;
          }

		  footer address span{ flex-direction: column;}

		  .main-pop{ width: 100%;}

          .main-tit-area {
            flex-wrap: wrap;
            gap: 2rem;
            margin-bottom: 3rem;
          }

          .main-tit-area .main-tit {
            order: 1;
          }

          .main-tit-area .tab-wrap {
            width: 100%;
            gap: 1.2rem;
            order: 3;
          }

          .main-tit-area .tab-wrap .tab {
            font-size: 2.2rem;
          }

          .main-tit-area .more {
            order: 2;
          }

          .main-tit {
            font-size: 2.6rem;
            margin-bottom: 3rem;
          }

          .mainvisual,
          .visual-wrap {
            height: auto;
            min-height: auto;
          }

          .visual-wrap .bg {
            height: 133rem;
            bottom: 0;
          }

          .mainvisual .visual-text {
            padding: 9.4rem 2rem 0;
          }

          .mainvisual .visual-text .text {
            font-size: 3rem;
          }

          .mainvisual .pagination {
            margin-top: 3rem;
            gap: 1rem;
          }

          .mainvisual .pagination .swiper-pagination-bullet {
            width: 1rem;
            height: 1rem;
          }

          .mainvisual .pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
            width: 4rem;
            height: 1rem;
          }

          .main-text1 {
            margin-top: 6rem;
            padding: 0 2rem;
          }

          .main-text1 .tit {
            font-size: 2.8rem;
          }

          .main-text1 .sub {
            font-size: 1.2rem;
            margin-top: 3rem;
          }

          .main-text1-box {
            margin-top: 4rem;
            gap: 2.4rem;
            flex-wrap: wrap;
          }

          .main-text1-box .itm {
            width: calc((100% - 2.4rem) / 2);
            padding: 1.2rem 1.6rem 2.5rem;
          }

          .main-text1-box .itm {
            border-radius: 1.2rem;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
          }

          .main-text1-box .t1 {
            font-size: 2rem;
            min-height: 3rem;

          }

          .main-text1-box .t2 {
            display: none;
          }

          .main-text1-box .itm .ico {
            max-height: 5.7rem;
            margin-top: 3rem;
          }

          .main-text1-box .itm .ico img {
            max-height: 5.7rem;
          }

          .main-text1-box .itm:nth-child(3) .ico img {
            height: 3.6rem;
          }

          .main-text2 {
            margin-top: 7rem;
            font-size: 1.6rem;
          }

          .main-text2 .sub {
            font-size: 5rem;
          }

          /* main-indust 640px */
          .main-indust {
            padding: 4rem 0;
          }

          .main-indust .indust-inner {
            padding: 0 2rem;
          }

          .main-indust h2 {
            font-size: 2.6rem;
            margin-bottom: 2rem;
          }

          .main-indust .indust-slide-text strong {
            font-size: 1.8rem;
          }

          .main-indust .indust-slide-text p {
            font-size: 1.3rem;
          }

          .main-serve .serve-text {
            padding: 4rem 2rem;
          }

          .main-serve .serve-text h2 {
            font-size: 2.6rem;
            margin-bottom: 2.4rem;
          }

          .main-serve .serve-list li {
            padding: .8rem 0;
          }

          .main-serve .serve-list li a {
            font-size: 1.8rem;
          }

          .main-serve .serve-list li.active a {
            font-size: 2.8rem;
          }

          .main-serve .serve-list li .desc {
            font-size: 1.2rem;
          }

          .main-serve .serve-list li .desc .img {
            margin-top: 1rem;
          }

          .main-serve .serve-list li .desc .img img {
            height: 88vw;
          }

          .main-partners {
            margin-top: 6rem;
            padding: 0 2rem;
          }

          .partners-con {
            gap: .6rem 1rem;
            flex-wrap: wrap;
          }

          .partners-con .itm {
            width: calc((100% - 2.4rem) / 3);
          }

          .main-new {
            margin-top: 6rem;
            padding: 0 2rem;
          }

          .new-con .new-list {
            overflow: visible;
          }

          .new-con .new-list .itm a {
            gap: 1.6rem;
          }

          .new-con .new-list .itm .text {
            font-size: 1.6rem;
            gap: 1rem;
          }

          .new-con .new-list .itm .text .tit {
            max-height: 4.5rem;
          }

          .new-con .new-list .itm .text .date {
            font-size: 1.2rem;
          }

          .main-custom {
            margin-top: 6rem;
          }

          .main-custom {
            padding: 4rem 2rem;
          }

          .main-custom .text {
            font-size: 1.6rem;
          }

          .main-custom .text .sub-tit {
            font-size: 3.4rem;
            margin-top: .8rem;
            line-height: 1.2;
          }

          .main-custom .btn-box {
            margin-top: 5.4rem;
          }

          .main-custom .btn-box .btn {
            width: 17.5rem;
          }

          #container {
            padding: 10.4rem 1.6rem 0;
          }

          .sub-h1 {
            font-size: 3.4rem;
            margin-bottom: 2rem;
          }

          .sub-visual {
            margin-bottom: 3.6rem;
          }

          .sub-visual .sub-img {
            border-radius: 0;
            position: relative;
            width: 100vw;
            left: 50%;
            transform: translateX(-50%);
          }

          .sub-visual .sub-img img {
            height: 15rem;
            width: 100%;
            object-fit: cover;
          }

          .page-path {
            display: none;
          }

          .page-hd {
            font-size: 2.2rem;
            padding-bottom: 5rem;
            margin-bottom: 6rem;
          }

          .page-tit {
            font-size: 2.2rem;
            text-align: left;
            margin-bottom: 2rem;
          }

          .page-hd .page-desc {
            text-align: left;
			font-size:1.8rem;
          }

          .page-hd .page-desc.lg {
            font-size: 2.4rem;
          }

          .about-bx2 {
            margin-top: 6rem;
            padding: 4.8rem 4rem;
          }

          .about-bx2 ul {
            flex-direction: column;
            gap: 3.6rem;
          }

          .about-bx2 ul li {
            width: 100%;
          }

          .about-bx2 ul .tit {
            font-size: 2.5rem;
          }

          .about-bx2 ul strong {
            font-size: 1.6rem;
            margin-top: 1rem;
          }

          .about-bx2 ul span {
            font-size: 1.6rem;
            padding: 1.2rem;
            border-radius: 1.2rem;
          }

          .history-tab {
            gap: .4rem;
          }

          .history-tab .itm {
            height: 5rem;
            font-size: 1.5rem;
            padding: 0 .4rem;
          }

          .history-content {
            padding-bottom: 8rem;
          }

          .history-content::before {
            display: none;
          }

          .history-itm,
          .history-itm:nth-child(2n) {
            width: 100%;
            padding: 3rem 0 0 0;
            align-items: flex-start;
          }

          .history-itm .year {
            font-size: 3rem;
            margin-bottom: 1rem;
          }

          .history-itm ul li,
          .history-itm:nth-child(2n) ul li {
            font-size: 1.4rem;
            padding: 0 0 0 3rem;
            align-items: flex-start;
          }

          .history-itm ul li::before,
          .history-itm ul li::after {
            display: none;
          }

          .history-itm ul li .date,
          .history-itm:nth-child(2n) ul li .date {
            font-size: 1.4rem;
            left: 0;
            right: auto;
          }

          .history-itm:nth-child(2n) ul li .txt {
            text-align: left;
          }

          .history-itm ul li .txt::before,
          .history-itm:nth-child(2n) ul li .txt::before {
            vertical-align: .3rem;
          }

          .history-itm .img {
            margin-bottom: 1.5rem;
          }

          .cert-wr {
            padding-bottom: 8rem;
          }

          .cert-bx1 {
            gap: 2rem;
          }

          .cert-bx1 .itm {
            width: calc((100% - 2rem) / 2);
            padding: 2rem 1.5rem;
            height: 20rem;
          }

          .cert-bx1 .itm .text {
            font-size: 1.4rem;
          }

          .cert-bx1 .itm .text b {
            font-size: 2rem;
          }

          .cert-bx1 .itm .img {
            padding: 0 1.5rem;
            height: 3rem;
            bottom: 2rem;
          }

          .cert-bx1 .itm .img img {
            max-height: 3rem;
          }

          .cert-bx1 .itm:nth-child(8) .img img {
            max-height: none;
          }

          .location-wr {
            padding-bottom: 8rem;
          }

          .location-itm,
          .location-itm.first {
            flex-direction: column;
            gap: 2rem;
            margin-top: 4rem;
          }

          .location-itm.first {
            margin-top: 0;
          }

          .location-itm .desc .tit {
            font-size: 2.8rem;
            padding-bottom: 2rem;
            margin-bottom: 2rem;
          }

          .location-itm .desc .text {
            gap: 2rem;
          }

          .location-itm .desc ul li {
            font-size: 1.4rem;
          }

          .location-itm .desc ul li+li {
            margin-top: .5rem;
          }

          .location-itm .map {
            width: 100%;
          }

          .location-itm .map iframe {
            height: 30em;
          }

          .location-slide {
            margin-top: 4rem;
            margin-bottom: 5rem;
          }

          .location-slide .swiper-slide img {
            height: 30rem;
          }

          .location-slide .next,
          .location-slide .prev {
            bottom: 2rem;
          }

          .support-wr {
            padding-bottom: 8rem;
          }

          .tblHd {
            flex-direction: column;
            width: 100%;
            height: auto;
            gap: 2rem 0;
          }

          .tblHd .total {
            order: 2;
            width: 100%;
          }

          .tblHd .tblSch {
            order: 1;
            flex: 1;
            width: auto;
          }

          .tblHd .tblSch .inp {
            height: 4.5rem;
            padding: 0 5rem 0 2rem;
          }

          .tblHd .tblSch .sch {
            width: 4.5rem;
            height: 4.5rem;
            background-size: 1.5rem;
          }

          .tblHd .tblHd-r {
            display: flex;
            width: 100%;
            gap: 1rem;
          }

          .tblHd .tblHd-r .btFilter {
            display: flex;
            width: 8.5rem;
            height: 4.4rem;
          }

          .newsLst {
            margin: 1rem 0 0 0;
          }

          .newsLst .newsLst-itm {
            padding: 3rem 0;
          }

          .newsLst .newsLst-itm>a {
            flex-direction: column;
            padding: 0;
          }

          .newsLst .newsLst-itm .img {
            width: 100%;
            margin: 0 0 2.5rem 0;
          }

          .newsLst .newsLst-itm .img img {
            height: 20rem;
          }

          .newsLst .newsLst-itm .desc {
            font-size: 1.3rem;
          }

          .newsLst .newsLst-itm .desc .tit {
            font-size: 2rem;
          }

          .newsLst .newsLst-itm .desc .txt {
            margin: 1.3rem 0;
            max-height: 6rem;
            overflow: hidden;
            white-space: normal;
            word-wrap: break-word;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
          }

          div.paging {
            margin-top: 3.5rem;
            gap: .2rem;
          }

          div.paging a,
          div.paging strong {
            width: 3rem;
            height: 3rem;
            line-height: 3rem;
          }

          div.paging .direction {
            width: 3rem;
            height: 3rem;
            background-size: 1.3rem;
          }

          div.paging .direction.prev {
            margin-right: 1rem;
          }

          div.paging .direction.next {
            margin-left: 1rem;
          }

          .tbl-view .view-hd {
            padding: 2rem 0;
            align-items: center;
          }

          .tbl-view .view-hd .subject {
            font-size: 2rem;
          }

          .tbl-view .date {
            gap: 1rem;
            width: 100%;
            font-size: 1.4rem;
            margin-top: 1rem;
          }

          .tbl-view .view-att {
            gap: 1rem;
            margin-top: 2rem;
          }

          .tbl-view .view-att dd {
            gap: 1rem 2rem;
          }

          .tbl-view .view-att dd .itm {
            font-size: 1.3rem;
          }

          .tbl-view .view-att dd .itm::before {
            width: 1.4rem;
            height: 1.4rem;
          }

          .tbl-view .view-con {
            padding: 3rem 2rem;
            font-size: 1.4rem;
          }

          .tbl-view .hd-tx {
            padding: 1rem 0;
          }

          .notice-btn {
            padding: 1.5rem 0;
          }

          .notice-btn .btn.lg {
            padding: 0 2rem;
            height: 4.8rem;
            font-size: 1.5rem;
            width: auto;
          }

          .notice-btn .txt-bt {
            gap: .5rem;
          }

          .notice-bt {
            margin-top: 1.5rem;
          }

          .video-list {
            padding-bottom: 0;
          }

          .video-list .itm {
            width: calc((100% - 2rem) / 2);
            gap: 1rem;
          }

          .video-list .itm .img img {
            height: 30vw;
          }

          .video-list .itm .img::after {
            border-left-width: 2rem;
            border-top-width: 1.7rem;
            border-bottom-width: 1.7rem;
          }

          .video-list .itm .text {
            gap: .5rem
          }

          .video-list .itm .text .tit {
            font-size: 1.8rem;
          }

          .video-list .itm .text .date {
            font-size: 1.4rem;
          }

          .modal-content {
            border-radius: 1rem;
            padding: 1rem;
          }

          .modal-content .tit {
            font-size: 1.8rem;
          }

          .close-modal {
            width: 3rem;
            height: 3rem;
            top: 1rem;
            right: 1rem;
            background-size: 2rem;
          }

          .contact-wr {
            padding-bottom: 5rem;
          }

          .contact-wr .desc .t1 {
            font-size: 2.8rem;
            padding-bottom: 2rem;
          }

          .contact-wr .desc .t2 {
            font-size: 1.8rem;
            margin-top: 1rem;
          }

          .contact-wr .desc .loc-tx li {
            padding: 1rem 0;
            gap: 1rem;
          }

          .contact-wr .desc .loc-tx li b {
            width: 4rem;
          }

          .form-wr {
            padding: 2rem 1.4rem;
          }

          .form-wr .form-txt {
            font-size: 1.3rem;
          }

          .form-wr .form-itm {
            margin-bottom: 2rem;
            gap: 1rem;
          }

          .form-wr .form-itm .hd {
            font-size: 1.4rem;
          }

          .privacy-bx {
            gap: 1rem;
          }

          .privacy-bx .tit {
            font-size: 1.4rem;
          }

          .privacy-bx .text {
            border-radius: .5rem;
            padding: 1rem;
          }

          .privacy-bx .dv-chk {
            flex-direction: column;
            gap: 1rem;
          }

          .privacy-bx .dv-chk label {
            font-size: 1.4rem;
          }

          .form-wr .form-itm .form-select {
            gap: 1.4rem;
          }

          .form-wr .form-itm .form-select label {
            font-size: 1.4rem;
            gap: .5rem;
          }

          .industries-wr {
            padding-bottom: 8rem;
          }

          .industries-bx1 .itm {
            flex-direction: column;
          }

          .industries-bx1 .itm .img {
            flex: none;
            width: 100%;
          }

          .industries-bx1 .itm .text {
            padding: 1.5rem;
            gap: 1rem;
          }

          .industries-bx1 .itm .text .tit {
            font-size: 2rem;
          }

          .industries-bx1 .itm .text span {
            font-size: 1.4rem;
          }

          .partners-wr {
            padding-bottom: 8rem;
          }

          .ems-bx1-lst {
            flex-wrap: wrap;
            gap: 1rem;
          }

          .ems-bx1-lst .itm {
            flex: none;
            width: calc(50% - .5rem);
          }

          .ems-bx1-lst .itm div {
            font-size: 2rem;
            padding: 1rem;
          }

          .ems-bx2,
          .ems-bx3 {
            margin: 5rem auto 0;
          }

          .ems-bx2-lst {
            gap: 2rem 1rem;
          }

          .ems-bx2-lst .itm {
            width: calc(50% - 1rem);
            gap: 1rem;
            font-size: 1.8rem;
          }

          .ems-bx2-lst .itm::after {
            display: none;
          }

          .ems-bx2-lst .itm .img {
            padding: 1rem;
            width: 15rem;
            height: 15rem;
          }

          .ems-bx2-lst .itm .img img {
            max-width: 55%;
          }

          .ems-bx3-lst {
            gap: 2rem 1rem;
            flex-wrap: wrap;
          }

          .ems-bx3-lst .itm {
            gap: 1rem;
            flex: none;
            width: 100%;
            font-size: 1.8rem;
          }

          .ems-bx4 {
            margin: 5rem auto 0;
            padding: 10rem 2rem 4rem;
            gap: 3rem;
            font-size: 1.8rem;
          }

          .ems-bx4 .tit {
            font-size: 3rem;
          }

          .ems-bx5 .text {
            padding: 4rem 2rem;
          }

          .ems-bx5 p {
            font-size: 2rem;
          }

          .edge-bx1 {
            flex-direction: column;
          }

          .edge-bx1 .itm {
            gap: 1.5rem;
            font-size: 1.4rem;
          }

          .edge-bx1 .itm .text {
            gap: 1rem;
          }

          .edge-bx1 .itm .text .tit {
            font-size: 2rem;
          }

          .edge-bx2 {
            margin: 5rem 0 0 0;
            padding: 8rem 0 4rem;
          }

          .edge-bx2 .itm {
            width: 45%;
            font-size: 1.4rem;
          }

          .edge-bx2 .itm::before {
            height: 6rem;
          }

          .edge-bx2 .itm span {
            width: 15rem;
            height: 15rem;
            font-size: 1.6rem;
          }

          .edge-bx3 {
            margin: 5rem auto 0;
            padding: 8rem 1.5rem 4rem;
          }

          .edge-bx3 .aw {
            border-top-width: 3rem;
            border-left-width: 5rem;
            border-right-width: 5rem;
          }

          .edge-bx3 .page-tit {
            text-align: center;
            font-size: 3rem;
          }

          .process-wr,
          .qprogram-wr,
          .moldprocess-wr,
          .npi-wr {
            padding-bottom: 8rem;
          }

          .process-bx1 {
            gap: 2rem;
          }

          .process-bx1 .itm {
            width: 100%;
            min-height: auto;
            gap: 1rem;
          }

          .process-bx1 .itm .sub {
            height: auto;
          }

          .process-bx1 .itm::after,
          .process-bx1 .itm:nth-child(3n):after {
            display: none;
          }

          .process-bx1 .itm .tit {
            padding: 1.5rem;
            font-size: 1.8rem;
            gap: .5rem;
          }

          .process-bx1 .itm .tit b {
            font-size: 1.4rem;
          }

          .process-bx1 .itm .sub {
            padding: 1.5rem;
            font-size: 1.4rem;
          }

          .qprogram-lst {
            margin-top: 3rem;
            gap: 1rem;
            flex-wrap: wrap;
          }

          .qprogram-lst li {
            width: 14rem;
            height: 14rem;
            font-size: 1.8rem;
          }

          .qprogram-bx1 .itm {
            flex-direction: column;
            gap: 2rem;
          }

          .qprogram-bx1 .itm .img {
            width: 100%;
          }

          .qprogram-bx1 .itm .text .tit {
            font-size: 2rem;
            margin-bottom: 1.5rem;
          }

          .qprogram-bx1 .itm .tx li {
            gap: .5rem;
            font-size: 1.8rem;
          }

          .qprogram-bx1 .itm .tx li b {
            font-size: 1.4rem;
          }

          .qprogram-bx1 .itm .tx li+li {
            margin-top: 1.5rem;
          }

          .qprogram-bx1+.qprogram-bx1 {
            margin-top: 5rem;
          }

          .qprogram-wr .btn-box {
            margin-top: 4rem;
          }

          .moldprocess-bx1 ul {
            flex-wrap: wrap;
          }

          .moldprocess-bx1 ul li {
            width: 42vw;
            height: 42vw;
          }

          .moldprocess-bx1 ul li::after {
            display: none;
          }

          .npi-bx1 {
            flex-direction: column;
          }

          .npi-bx1 .itm {
            gap: 2rem;
          }

          .npi-bx1 .itm::before {
            display: none;
          }

          .npi-bx1 .tit {
            font-size: 2rem;
            height: 10rem;
          }

          .npi-bx1 ul {
            padding: 0 1.5rem;
            font-size: 1.4rem;
          }

          .npi-wr .img {
            margin-top: 5rem;
          }
        }

        /* /640px */

      }

      /* /820px */

    }

    /* /1024px */

  }

  /* /1200px */

}

/* /1440px */

@media screen and (min-width:1024px) and (max-height: 700px) {}

@media screen and (min-width: 1025px) {
  .main-partner {
    position: relative;
    max-width: none;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
  }

  .main-partner .title {
    max-width: 1440px;
    margin: 0 auto;
  }

  .main-partner .main-partner-ctrl {
    display: none;
  }

  .main-partner-slide {
    margin-top: 50px;
  }

  .main-partner-slide .swiper-slide {
    max-width: 215px;
  }

  .main-partner-slide .swiper-wrapper {
    transition-timing-function: linear !important;
  }
}

@media screen and (min-width:1024px) and (max-height: 700px) {
  .main-pop{ max-width: 50vh; width: auto;}
}