@charset "utf-8";

#fullpage section {
  overflow-x: hidden;
}

/* ft-nav */
#fp-nav.left {
  position: fixed;
  z-index: 5;
  margin-top: 0 !important;
  transform: translateY(-50%);
  top: calc(50% + 50px);
  left: -80rem;
  margin-right: 13rem;
  opacity: 1;
  transition: all 0.5s;
  font-size: 14rem;
  color: #fff;
  font-weight: 700;
  text-align: center;
  transition: all 1s ease;
}

.motion-on #fp-nav.left {
  left: 77rem;
}

body.active #fp-nav {
  left: 60rem;
  opacity: 1;
}

body.active #fp-nav.hide {
  top: 0;
  margin-top: 0;
  transition: all 0.5s ease;
}

#fp-nav ul {
  position: relative;
}

#fp-nav ul li {
  position: relative;
  margin: 0 auto 40rem;
}

#fp-nav ul li:nth-last-child(2) {
  margin: 0;
}

#fp-nav ul li:last-child {
  display: none;
  margin: 0;
}

#fp-nav ul li .fp-tooltip.left {
  left: 28rem;
}

#fp-nav ul li a span {
  width: 6rem;
  height: 6rem;
  margin: -3rem 0 0 -3rem;
  background: rgba(255, 255, 255, 1);
}

#fp-nav ul li a span:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30rem;
  height: 30rem;
  background: rgba(255, 255, 255, 0.1);
  transform: translate(-50%, -50%);
  border-radius: 50rem;
  z-index: -1;
  opacity: 0;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a span,
#fp-nav ul li:hover a.active span {
  width: 6rem;
  height: 6rem;
  margin: -3rem 0 0 -3rem;
  background: rgba(255, 255, 255, 1);
}

#fp-nav ul li a.active span:before,
#fp-nav ul li:hover a span:before {
  opacity: 1;
}

#fp-nav ul li .fp-tooltip {
  opacity: 0;
  width: auto;
  top: -5rem;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Oswald', Sans-serif;
  font-size: 13rem;
}

#fp-nav ul li a.active .fp-tooltip {
  opacity: 1;
}

#fp-nav ul li a.active+div {
  opacity: 1;
}

.fp-viewing-2 #fp-nav ul li a span {
  background: #999;
}

.fp-viewing-2 #fp-nav ul li a span:before {
  background: rgba(255, 255, 255, 0.1);
}

.fp-viewing-2 #fp-nav ul li .fp-tooltip {
  color: #F78823;
  font-weight: 600;
}

.fp-viewing-2 #fp-nav ul li a.active span,
.fp-viewing-2 #fp-nav ul li:hover a span,
.fp-viewing-2 #fp-nav ul li:hover a.active span {
  background: #F78823;
}

.fp-viewing-2 #fp-nav ul li a.active span:before,
.fp-viewing-2 #fp-nav ul li:hover a span:before {
  background: rgb(255 255 255 / 15%);
}

.fp-viewing-6 #fp-nav ul li {
  display: none;
}

@media all and (max-width:1700px) {
  .motion-on #fp-nav.left {
    left: 40rem;
  }

  #fp-nav ul li .fp-tooltip.left {
    left: 20rem;
  }
}

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

/* main-visual */
.main-visual {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  position: relative;
  min-height: 100%;
  overflow: hidden;
}

.main-visual .swiper-wrapper {
  height: 100% !important;
  justify-content: space-between;
}

.main-visual__item {
  position: relative;
  height: 100% !important;
  overflow: hidden;
}

.main-visual__item {
  background-position: 50% 50%;
  background-size: cover;
}

/*
.main-visual__video{position:absolute; top:0; left:0; width:100%; height:100%; z-index:2;}
.main-visual__video:before{content:''; position:absolute; top:0; left:0; width:100%; height:100%; background:transparent; z-index:2;}
/*.main-visual__video video{position:relative; left:-35%; width:177%; height:150%; object-fit:cover; filter: brightness(0.6);}
.main-visual__video video{position:absolute; top:0; left:0; width:100%; height:100%; object-fit:cover; filter: brightness(0.6); display:block;}
*/
.main-visual__title {
  position: absolute;
  left: 51%;
  margin-left: -700rem;
  top: 35%;
  width: 1400rem;
  text-align: left;
  z-index: 3;
  text-shadow: 0px 2px 2px rgb(0 0 0 / 50%);
}

.main-visual__title>* {
  transition: all 1s ease;
  opacity: 0;
  transform: translateY(30rem);
}

.main-visual__title h2 {
  font-size: 55rem;
  font-weight: 700;
  line-height: 1.4em;
  color: #fff;
  word-break: break-all;
}

.main-visual__title h2 i {
  font-size: 75rem;
}

.main-visual__title>em {
  margin-top: 35rem;
  display: inline-block;
  font-size: 20rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2em;
  word-break: keep-all;
  font-family: var(--font-eng);
}

.main-visual__title a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 85rem 0 0;
  width: 190rem;
  height: 60rem;
  text-align: center;
  border: 2rem solid #fff;
  box-sizing: border-box;
  border-radius: 5rem;
  z-index: 1;
}

.main-visual__title a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--color-point);
  z-index: -1;
  transition: all 0.3s ease;
}

.main-visual__title a>span {
  font-size: 16rem;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}

.main-visual__title a:hover {
  border-color: var(--color-point);
}

.main-visual__title a:hover:before {
  width: 100%;
}

.main-visual .swiper-button-next,
.main-visual .swiper-button-prev {
  position: relative;
  margin-top: 0;
  bottom: 0;
  top: unset;
  width: 13rem;
  height: 10rem;
  background: url(../img/common/ic-arr.svg)no-repeat center;
  background-size: contain;
}

.main-visual .swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}

.main-visual .swiper-button-next {
  right: 0;
}

.main-visual .btn_swiper {
  margin-left: 30rem;
  z-index: 90;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 112rem;
}

.btn_swiper .page-number span {
  position: relative;
  top: -3rem;
  font-size: 15rem;
  font-weight: 600;
  color: #fff;
  margin: 0 10rem;
}

.btn_swiper .page-number span.current {}

.btn_swiper .page-number span.current:before {
  content: '';
  position: absolute;
  top: 11rem;
  right: -13rem;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  border-radius: 50rem;
}

.btn_swiper .page-number span.total {
  opacity: 0.5;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

.visual_control {
  z-index: 50;
  display: flex;
  align-items: center;
  position: absolute;
  left: 51%;
  bottom: 45%;
  margin-left: -700rem;
  margin-bottom: -175rem;
  animation: txtUp 1.0s 0.5s;
  animation-fill-mode: both;
  animation-delay: 1.5s !important;
  opacity: 1;
  transition: all 0.5s;
}

/*body.active .visual_control{opacity: 1;}*/
.visual_control .wrap {
  display: flex;
}

.main-visual .circle-box svg {
  overflow: visible;
  position: absolute;
  width: 70rem;
  height: 70rem;
  fill: none;
  stroke: #fff;
  transform: rotate(-90deg);
}

.control-box {
  position: relative;
  width: 70rem;
  height: 70rem;
}

.control-box>div {
  position: absolute;
  width: 12rem;
  height: 12rem;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.control-box>div span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer
}

.control-box .stop {}

.control-box .stop span {
  background: url(../img/main/icon_pause.png) no-repeat center;
}

.control-box .start {
  display: none;
}

.control-box .start span {
  background: url(../img/main/icon_play.png) no-repeat center;
}

#circle__path.on {
  stroke-dashoffset: 129;
  transition: none;
}

#circle__path {
  stroke-dashoffset: 0;
  transition: all 6s ease-in-out 0s;
  stroke-dasharray: 129;
}

#circle__path2 {
  stroke: #ffffff4f;
}

.main-visual .swiper-slide-active .main-visual__title h2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.main-visual .swiper-slide-active .main-visual__title em {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.main-visual .swiper-slide-active .paging,
.main-visual .swiper-slide-active .btn_swiper {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

i.main-visual__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 5s ease;
  transform: scale(1.1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

i.main-visual__bg {
  background-color: #333;
}

.swiper-slide-active i.main-visual__bg {
  transform: scale(1);
}

.scrolldown {
  position: absolute;
  left: 54rem;
  bottom: 53rem;
  z-index: 100;
  text-align: center;
  opacity: 0;
  transform: translateY(0rem);
  transition: all 1s ease 0.7s;
}

.scrolldown span {
  display: inline-block;
  margin: 0 0 28px 0;
  transform: rotate(90deg);
  font-size: 14rem;
  font-weight: 500;
  color: #fff;
}

.iconScroll {
  position: relative;
  margin: 0 auto 3px;
  width: 16rem;
  height: 23rem;
  border: 2rem solid #fff;
  border-radius: 50px
}

.iconScroll:before {
  content: '';
  position: absolute;
  left: 50%;
  width: 2rem;
  height: 5rem;
  background: #fff;
  margin-left: -1rem;
  top: 4rem;
  border-radius: 2px;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: scroll;
  animation-name: scroll
}

.motion-on .scrolldown {
  opacity: 1;
  transform: translateY(0rem);
}

.board-list {
  opacity: 0;
  transform: translateY(50rem);
  transition: all 1.2s ease 0.8s;
}

.motion-on .board-list {
  opacity: 1;
  transform: translateY(0);
}


@media all and (max-width:1600px) {
  .main-visual__title {
    left: 8%;
    width: 90%;
    margin-left: 0;
  }

  /*.main-visual__title h2{font-size:65rem;}*/
  .visual_control {
    left: 8%;
    margin-left: 0;
  }
}

@media all and (max-width:1100px) {
  .main-visual__title {
    left: 5%;
    width: 90%;
  }

  .visual_control {
    left: 5%;
  }

  /*.main-visual__title h2{font-size:60rem;}*/
  .main-visual__title h2 {
    font-size: 43rem;
  }

  .main-visual__title h2 i {
    font-size: 55rem;
  }

  .scrolldown {
    left: 10rem;
    bottom: 30rem;
  }
}

@media all and (max-width:768px) {
  .main-visual__title {
    top: 32%;
  }

  /*.main-visual__title h2{font-size:50rem;}*/
  .main-visual__title h2 {
    font-size: 35rem;
  }

  .main-visual__title h2 i {
    font-size: 48rem;
  }

  .main-visual__title>em {
    margin-top: 18rem;
    font-size: 19rem;
  }

  .btn_swiper>* {
    font-size: 15rem;
  }

  .visual_control {
    margin-bottom: -120rem;
  }

  .scrolldown {
    display: none;
  }

  i.main-visual__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 5s ease;
    transform: scale(1.1);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 75%;
  }
}

@media all and (max-width:540px) {
  .main-visual__title {
    top: 35%;
  }

  /*.main-visual__title h2{font-size:45rem; }*/
  .main-visual__title>em {
    font-size: 15rem;
    margin-top: 15rem;
  }

  .visual_control {
    margin-bottom: -100rem;
  }
}

@media all and (max-width:480px) {
  .main-visual__title h2 {
    font-size: 16rem;
    letter-spacing: -0.5;
  }

  .main-visual__title h2 i {
    font-size: 24rem;
    letter-spacing: -0.5;
  }

  .main-visual__title>em {
    font-size: 13rem;
  }

  .visual_control {
    margin-bottom: -60rem;
  }

  .control-box,
  .main-visual .circle-box svg {
    width: 40rem;
    height: 40rem;
  }

  .main-visual .btn_swiper {
    margin-left: 10rem;
    width: 84rem;
  }

  .btn_swiper .page-number span {
    font-size: 11rem;
    margin: 0 7rem;
  }

  .btn_swiper .page-number span.current:before {
    width: 2rem;
    height: 2rem;
    top: 6rem;
    right: -10rem;
  }

  .main-visual .swiper-button-next,
  .main-visual .swiper-button-prev {
    width: 11rem;
    height: 9rem;
  }
}

/* product */
#section01 {
  background: url(../img/main/bg-company.jpg)no-repeat center;
  background-size: cover;
}

.main-tit {
  text-align: center;
  margin-bottom: 50rem
}

.main-tit>h3 {
  font-size: 35rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.15em;
  word-break: keep-all;
}

.main-tit>em {
  display: inline-block;
  margin-top: 15rem;
  margin-bottom: 15rem;
  font-size: 15rem;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1em;
  word-break: keep-all;
}

.main-tit.wt>h3 {
  color: #fff;
}

.sec-pd {
  position: relative;
  width: 100%;
  /*height:66vh;*/
  height: 56vh;
  display: flex;
  align-items: center;
  padding: 100rem 0 80rem;
  background: url(../img/main/bg-pd.jpg)no-repeat center;
  background-size: cover;
  box-sizing: border-box;
}

.company-list {
  display: flex;
  justify-content: center;
  gap: 45rem;
}

.company-list>li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25rem;
  width: 300rem;
  height: 350rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-sizing: border-box;
  border-radius: 20rem;
  background: rgba(255, 255, 255, 0.05);
  text-align: center;
}

.company-list>li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 85rem;
  height: 60rem;
}

.company-list>li .icon img {
  height: auto;
  max-height: 100%;
}

.company-list>li .txt>em {
  display: inline-block;
  margin-bottom: 10rem;
  font-size: 16rem;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  word-break: keep-all;
}

.company-list>li .txt>div {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4rem;
  font-size: 19rem;
  font-weight: bold;
  color: #fff;
  line-height: 1em;
  word-break: keep-all;
  font-family: var(--font-kr) !important;
}

.company-list>li .txt>div h3 {
  display: block;
  font-size: 45rem;
  font-weight: 800;
  color: #fff;
  line-height: 1em;
  word-break: keep-all;
  font-style: var(--font-kr);
}

.company-list>li .txt>div i {
  position: relative;
  top: 7rem;
}

.company-list>li .txt>div span {
  position: relative;
  top: -2rem;
  font-size: 45rem;
  font-weight: 600;
  color: #fff;
  line-height: 1em;
}

@media all and (max-width:1300px) {
  .main-tit>h3 {
    font-size: 48rem;
  }

  .company-list {
    gap: 30rem;
  }

  .company-list>li {
    width: 240rem;
    height: 290rem;
  }
}

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

  #section01,
  #section01 .fp-tableCell {
    height: auto !important;
  }

  #section01 {
    padding: 100rem 0;
  }
}

@media all and (max-width:1024px) {
  .main-tit {
    margin-bottom: 40rem;
  }

  .main-tit>h3 {
    font-size: 44rem;
  }

  .company-list {
    width: 90%;
    margin: 0 auto;
    gap: 20rem;
  }

  .company-list>li {
    width: 100%;
    height: 260rem;
    gap: 20rem;
  }

  .company-list>li .txt>div h3 {
    font-size: 38rem;
  }
}

@media all and (max-width:768px) {
  .main-tit {
    margin-bottom: 30rem;
  }

  .main-tit>h3 {
    font-size: 35rem;
  }

  .company-list {
    margin: 0 auto;
    gap: 15rem;
  }

  .company-list>li {
    height: 200rem;
    gap: 15rem;
    border-radius: 15rem;
  }

  .company-list>li .icon {
    width: 70rem;
    height: 45rem;
  }

  .company-list>li .txt>div {
    font-size: 15rem;
  }

  .company-list>li .txt>em {
    font-size: 14rem;
  }

  .company-list>li .txt>div h3,
  .company-list>li .txt>div span {
    font-size: 33rem;
  }
}

@media all and (max-width:620px) {
  .main-tit {
    margin-bottom: 25rem;
  }

  .main-tit>em {
    margin-bottom: 10rem;
  }

  .main-tit>h3 {
    font-size: 28rem;
  }

  /*
	.company-list{width:90%; gap:15rem;}
	.company-list > li{height:200rem; gap:15rem; border-radius:10rem;}
	.company-list > li .icon{width:60rem; height:38rem;}
	.company-list > li .txt > em{font-size:14rem;}
	.company-list > li .txt > div{font-size:14rem;}
	.company-list > li .txt > div h3{font-size:32rem;}
	.company-list > li .txt > div i{top:5rem;}
	.company-list > li .txt > div span{font-size:32rem;}
	*/

  .company-list {
    flex-direction: column;
    gap: 12rem;
  }

  .company-list>li {
    height: 150rem;
    gap: 10rem;
    border-radius: 10rem;
  }

  .company-list>li .icon {
    width: 50rem;
    height: 30rem;
  }

  .company-list>li .txt>em {
    font-size: 14rem;
  }

  .company-list>li .txt>div {
    font-size: 14rem;
  }

  .company-list>li .txt>div h3 {
    font-size: 32rem;
  }

  .company-list>li .txt>div i {
    top: 5rem;
  }

  .company-list>li .txt>div span {
    font-size: 32rem;
  }
}

@media all and (max-width:480px) {
  .main-tit {
    margin-bottom: 15rem;
  }

  .main-tit>em {
    margin-bottom: 6rem;
    font-size: 11rem;
  }

  .main-tit>h3 {
    font-size: 13rem;
  }

  #section01 {
    padding: 40rem 0;
  }

  #section01 .main-tit>h3 {
    width: 90%;
    margin: 0 auto;
  }

  .company-list {
    flex-direction: column;
    gap: 8rem;
  }

  .company-list>li {
    height: 115rem;
    gap: 3rem;
    border-radius: 7rem;
  }

  .company-list>li .icon {
    width: 35rem;
    height: 25rem;
  }

  .company-list>li .txt>em {
    font-size: 11rem;
    margin-bottom: 7rem;
  }

  .company-list>li .txt>div {
    font-size: 11rem;
  }

  .company-list>li .txt>div h3 {
    font-size: 25rem;
  }

  .company-list>li .txt>div i {
    top: 4rem;
  }

  .company-list>li .txt>div span {
    font-size: 24rem;
  }
}




/* =========================================================================================
 *  BUSINESS 
 * =========================================================================================*/

.business {
  position: relative;
  background: url(../img/main/section02-bg.gif) no-repeat center;
  background-size: cover;
}


.business .section-info {
  text-align: left;
  width: 85%;
  padding-bottom: 50px;
  padding-top: 40px;
}

.business .section-info .s-txt {
  color: #fff;
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1px;
  font-family: "Montserrat", sans-serif;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.business .section-info h2 {
  color: #fff;
  font-size: 35rem;
  letter-spacing: -2px;
  font-weight: 700;
  padding-bottom: 15px;
}

.business .section-info p {
  color: #fff;
  font-size: 18px;
  line-height: 1.4;
  padding-bottom: 0;
}

.business .slick-dots {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translate(-50%, 0);
}

.business .slick-dots li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #ddd;
  margin: 0 5px;
  cursor: pointer;
  border-radius: 50%;
}

.business .slick-dots li button {
  display: none;
}

.business .slick-dots li.slick-active {
  background: #fff;
}

.business-wrap {
  position: relative;
}

.business-wrap .b-box {
  width: 100%;
  position: relative;
}

.business-wrap .slick-slide {
  padding: 0;
}

.business-wrap .slick-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 20px;
}

.business-wrap .slick-prev {
  right: 50px;
  z-index: 1 !important;
}

.business-wrap .slick-next {
  right: 0;
  z-index: 1 !important;
}

.business-wrap .b-box .img {
  width: 100%;
  height: auto;
  line-height: 0;
}

.business-wrap .b-box .img img {
  width: 100%;
  height: auto;
}

.business-wrap .b-box .txt {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 50px;
  text-align: right;
}

.business-wrap .b-box .txt h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.4;
  width: 100%;
  padding-bottom: 15px;
}

.business-wrap .b-box .txt p {
  color: #fff;
  font-size: 17px;
  line-height: 1.4;
  padding-bottom: 20px;
}

.business-wrap .b-box .btn {
  text-align: right;
}

a.bs-btn {
  display: inline-block;
  padding: 5px 18px;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #fff;
  border-radius: 5rem;
}

.img-mb {
  display: none;
}

@media screen and (max-width: 1280px) {
  .business .section-info h2 {
    font-size: 36px;
  }

  .business .section-info p {
    font-size: 16px;
  }

  .business-wrap .b-box .txt h3 {
    font-size: 26px;
  }

  .business-wrap .b-box .txt p {
    font-size: 15px;
  }
}

@media screen and (max-width: 1024px) {
  .business .section-info {
    padding-bottom: 20px;
  }

  .business .section-info .s-txt {
    font-size: 13px;
    padding-bottom: 10px;
  }

  .business .section-info h2 {
    font-size: 30px;
  }

  .business .section-info p {
    font-size: 15px;
  }

  .business-wrap .b-box .txt {
    padding: 30px;
  }

  .business-wrap .b-box .txt h3 {
    font-size: 22px;
  }

  .business-wrap .b-box .txt p {
    font-size: 14px;
  }

  a.bs-btn {
    padding: 3px 14px;
    font-size: 13px;
  }

  .business-wrap .slick-prev {
    right: 40px;
  }

  .business .slick-dots {
    bottom: -30px;
  }
}

@media screen and (max-width: 820px) {
  .business .section-info .s-txt {
    font-size: 12px;
    padding-bottom: 10px;
  }

  .business .section-info h2 {
    font-size: 24px;
  }

  .business .section-info p {
    font-size: 14px;
  }

  .business-wrap .b-box .txt {

    padding: 15rem !important;
  }

  .business-wrap .b-box .txt h3 {
    font-size: 11px !important;
    padding-bottom: 10rem;
  }

  .business-wrap .slick-list {
    border-radius: 5rem;
  }

  .business-wrap .b-box .txt p {
    font-size: 13px;
  }


  a.bs-btn {
    padding: 0px 10px;
    font-size: 11px;
  }
}

@media screen and (max-width: 480px) {
  .business .section-info {
    width: 100%;
  }

  .business .section-info .s-txt {
    font-size: 11px;
    padding-bottom: 10px;

    letter-spacing: 0;
  }

  .business .section-info h2 {
    font-size: 15rem;
    font-weight: 500;
    padding-bottom: 10px;
    letter-spacing: -1rem;
  }

  .business .section-info p {
    line-height: 1.4;
    font-size: 11px;
    text-align: justify;
  }
}

.business .section-info p br {
  display: none
}

.business-wrap .b-box .txt {
  padding: 50px;
  bottom: 0;
}

.business-wrap .b-box .txt p {
  padding-bottom: 15px;
  font-size: 12px;

  display: none;
}

.business .slick-dots {
  position: absolute;
  bottom: -70px;
  left: 50%;
  transform: translate(-50%, 0);
}

.business .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  left: 0;
  top: 0;
}

.business .slick-dots li {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #c5c5c5;
  margin: 0 4px;
  cursor: pointer;
  border-radius: 50%;
}

.business-wrap .slick-prev {
  right: 32px;
}

.img-pc {
  display: none;
}

.img-mb {
  display: block;
}
}




/* =========================================================================================
 *  OUR WORK ����
 * =========================================================================================*/

.our-work {
  position: relative;
  padding: 0;
}

/* �ڽ� ���� X ���� ������ */
.banner-animation .nav-text .box {
  width: 25%;
  height: 1080px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div .item {
  position: relative;
}

.banner-animation .slider .item[data-item="1"] {
  background-image: url("../img/main/ourwork_01.jpg");
}

.banner-animation .slider .item[data-item="2"] {
  background-image: url("../img/main/ourwork_02.jpg");
}

.banner-animation .slider .item[data-item="3"] {
  background-image: url("../img/main/ourwork_03.jpg");
}

.banner-animation .slider .item[data-item="4"] {
  background-image: url("../img/main/ourwork_04.jpg");
}

.banner-animation .slider .item[data-item="5"] {
  background-image: url("../img/main/ourwork_05.jpg");
}

.banner-animation .slider .item {
  background-size: cover;
  background-position: center;
  height: 1080px;
}



.banner-animation {
  position: relative;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-end;
}

.banner-animation .slider {
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin-bottom: 0;
}

.banner-animation .slider .slick-list {
  height: 100%;
}

.banner-animation .slider .slick-list .slick-track {
  height: 100%;
}

.banner-animation .slider .slick-list .slick-track .slick-slide {
  height: 100%;
  transition: all 1s ease;
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div {
  height: 100%;
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div .item {
  height: 100%;
  width: 100%;
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div .item:before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div .item>div {
  height: 100%;
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div .item>div .content h2 {
  color: #fff;
  border: 1px solid red;
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div .item>div .content a {
  margin-top: 20px;
  font-size: 1.2em;
  color: white;
  display: inline-block;
  text-align: left;
  width: fit-content;
  border: 1px solid red;
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div .item>div .content a:hover {
  cursor: pointer;
  text-decoration: none;
  opacity: 0.8;
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div .item>div .content a:hover span {
  margin-left: 20px;
}

.banner-animation .slider .slick-list .slick-track .slick-slide>div .item>div .content a span {
  margin-left: 10px;
  transition: all 5s linear;
}

.banner-animation .nav-text {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner-animation .nav-text .box a {
  width: 100%;
  height: 100%;
}

.banner-animation .nav-text .box .change {
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
}

.banner-animation .nav-text .change:hover {
  padding-top: 50px;
  background: rgba(0, 0, 0, 0.3);
}

.banner-animation .nav-text .change .icon {}

.banner-animation .nav-text .change h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  padding: 20px 0;
}

.banner-animation .nav-text .change p {
  color: #fff;
  padding-bottom: 30px;
  font-size: 17rem;
  text-align: center;
  line-height: 1.5;
}

/* ��ư */
.work-btn {
  display: inline-block;
  padding: 8px 25px;
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #fff;
  position: relative;
  border-radius: 3rem;
}



a.work-btn:hover {
  color: #000;
  background: #fff;
}

a.work-btn:hover:after {
  color: #000;
}

.banner-animation .nav-bottom {
  width: 100%;
  display: flex;
  flex-direction: row;
  padding: 0;
  list-style: none;
  height: 30px;
  align-items: flex-end;
  align-content: flex-end;
  margin-bottom: 0;
  z-index: 20;
}

.banner-animation .nav-bottom li {
  flex: 0 1 auto;
  height: 8px;
  width: 100%;
  background: white;
  transition: all 0.12s ease;
}

@keyframes scaleDown {
  from {
    transform: scale(1.1);
  }

  to {
    transform: scale(1);
  }
}

@media screen and (max-width: 1280px) {

  /* �ڽ� ���� X ���� ������ */
  .banner-animation .nav-text .box {
    height: 540px;
  }

  .banner-animation .nav-text .change .icon img {
    width: 50px;
    height: 50px;
  }

  .banner-animation .nav-text .change h3 {
    font-size: 24px;
    padding: 10px 0;
  }

  .banner-animation .nav-text .change p {
    padding: 0px 11px 20px;
  }

  .work-btn {
    padding: 6px 30px 6px 20px;
    font-size: 14px;
  }

  .work-btn:after {
    top: 3px;
    right: 10px;
  }
}

@media screen and (max-width: 1024px) {

  /* �ڽ� ���� X ���� ������ */
  .banner-animation .nav-text .box {
    height: 420px;
  }

  .banner-animation .nav-text .change .icon img {
    width: 40px;
    height: 40px;
  }

  .banner-animation .nav-text .change h3 {
    font-size: 20px;
  }

  .work-btn {
    padding: 5px 10px;
    font-size: 11px;
  }

  .work-btn:after {
    top: 1px;
    right: 6px;
  }

  .banner-animation .nav-text .change:hover {
    padding-top: 0;
  }
}

@media screen and (max-width: 820px) {

  /* �ڽ� ���� X ���� ������ */
  .banner-animation .nav-text .box {
    height: 360px;
  }
}

@media screen and (max-width: 767px) {

  /* �ڽ� ���� X ���� ������ */
  .banner-animation .nav-text .box {
    height: 280px;
  }

  .banner-animation .nav-text .change .icon img {
    width: 35px;
    height: 35px;
  }

  .banner-animation .nav-text .change h3 {
    font-size: 13rem;
  }

  .work-btn i {
    font-size: 13px;
  }

  .banner-animation .nav-text .box {
    width: 50%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

@media screen and (max-width: 480px) {
  .banner-animation .nav-text .change p {
    font-size: 11px;
  }

  .banner-animation .nav-text .change p br {
    display: none;
    content: "";
    padding: 0 2px;
  }
}




/* business */
#section02 {
  position: relative;
}

.main-business {
  background: url(../img/main/main_bg.jpg)no-repeat center;
  background-size: cover;
}

.main-business .main-tit {
  text-align: left;
  margin-bottom: 0;
}

.main-business .main-tit>h3 {
  line-height: 1.3em;
  font-size: 38rem;
  letter-spacing: -1px;
  font-weight: 800;
  color: #fff;
}

.main-business .main-tit>em {
  display: inline-block;
  margin: 20rem 0 0;
  font-size: 17rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.5em;
  word-break: keep-all;
}

.main-business .box-flex {
  margin-top: 70rem;
  gap: 50rem;
}

.main-business .business-txt {
  position: absolute;
  left: 0;
}

.main-business .btn-basic {
  margin-top: 70rem;
}

.main-business .swiper-button-next,
.main-business .swiper-button-prev {
  position: relative;
  filter: invert(1);
  margin-top: 0;
  bottom: 0;
  top: unset;
  width: 14rem;
  height: 13rem;
  background: url(../img/common/ic-arr-bk.svg)no-repeat center;
  background-size: contain;
}

.main-business .swiper-button-next:before {
  content: '';
  position: absolute;
  top: 1px;
  left: -15rem;
  width: 1px;
  height: 12rem;
  background: #000;
}

.main-business .swiper-button-prev {
  left: 0;
  transform: rotate(-180deg);
}

.main-business .swiper-button-next {
  right: 0;
}

.main-business .btn_swiper {
  position: relative;
  margin-top: 40rem;
  z-index: 90;
  display: flex;
  gap: 30rem;
  align-items: center;
  width: auto;
}

.main-business .btn_swiper .page-number span {
  color: #111;
}

.main-business .btn_swiper .page-number span.current:before {
  background: rgba(0, 0, 0, 1);
}

.btn_swiper .page-number span.total {
  opacity: 0.5;
}

.main-business .business-wrap {
  position: relative;
  width: 66%;
  margin-left: 440rem;
}

.businessSwiper .swiper-slide {
  position: relative;
  border-radius: 20rem;
  overflow: hidden;
}

.businessSwiper .swiper-slide>a {
  position: relative;
  width: 100%;
  height: 100%;
}

.businessSwiper .swiper-slide>a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), #F78823 100%);
  opacity: 0;
  transition: all 0.3s ease;
}

.businessSwiper .swiper-slide img {
  width: 100%;
  transform: scale(1);
  transition: all 0.5s ease;
}

.businessSwiper .swiper-slide .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 45rem 20rem;
  width: 100%;
  box-sizing: Border-box;
  z-index: 2;
}

.businessSwiper .swiper-slide .txt * {
  color: #fff;
}

.businessSwiper .swiper-slide .txt em {
  display: inline-block;
  margin-bottom: 12rem;
  font-size: 15rem;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
  word-break: keep-all;
}

.businessSwiper .swiper-slide .txt h3 {
  display: block;
  font-size: 21rem;
  font-weight: 700;
  color: #fff;
  line-height: 1em;
  word-break: keep-all;
}

.businessSwiper .swiper-slide>a:hover img {
  transform: scale(1.1);
}

.businessSwiper .swiper-slide>a:hover:after {
  opacity: 1;
}

.main-business .swiper-pagination {
  position: relative;
  margin-top: 25rem;
  top: unset !important;
  bottom: 0 !important;
  display: none;
}

.main-business .swiper-pagination-bullet {
  width: 10rem;
  height: 10rem;
  margin: 0 3rem;
  background: rgba(0, 0, 0, 0.5);
}

.main-business .swiper-pagination-bullet-active {
  width: 30rem;
  height: 10rem;
  background: var(--color-point);
  border-radius: 50rem;
}


@media all and (max-width:1500px) {
  .businessSwiper .swiper-slide .txt h3 {
    font-size: 28rem;
  }
}

@media all and (max-width:1300px) {
  .main-business .main-tit>h3 {
    font-size: 58rem;
  }

  .main-business .main-tit>em {
    font-size: 17rem;
    margin: 15rem 0 0;
  }

  .main-business .business-wrap {
    margin-left: 330rem;
  }
}

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

  #section02,
  #section02 .fp-tableCell {
    height: auto !important;
  }

  #section02 {
    padding: 100rem 0;
  }

  .main-business .box-flex {
    margin-top: 0;
  }

  .main-business .business-txt {
    position: relative;
    width: 100%;
  }

  .main-business .main-tit {
    margin: 0 0 40rem;
  }

  .main-business .main-tit>em br {
    display: none;
  }

  .main-business .btn_swiper {
    margin-top: 20rem;
  }

  .main-business .business-wrap {
    margin-left: 0;
  }

  .main-business .btn-wrap {
    position: absolute;
    top: 60rem;
    right: 0;
  }

  .main-business .btn-basic {
    margin: 0;
  }
}

@media all and (max-width:768px) {
  #section02 {
    padding: 60rem 0;
  }

  .main-business .main-tit {
    margin-bottom: 30rem;
  }

  .main-business .main-tit>h3 {
    font-size: 45rem;
  }

  .main-business .main-tit>em {
    font-size: 16rem;
    margin: 12rem 0 0;
  }

  .main-business .btn_swiper {
    display: none;
  }

  .businessSwiper .swiper-slide {
    border-radius: 15rem;
  }

  .businessSwiper .swiper-slide .txt {
    padding: 35rem;
  }

  .businessSwiper .swiper-slide .txt em {
    font-size: 14rem;
  }

  .businessSwiper .swiper-slide .txt h3 {
    font-size: 24rem;
  }

  .main-business .swiper-pagination {
    display: block;
  }
}

@media all and (max-width:620px) {
  .main-business .main-tit>em {
    font-size: 15rem;
  }

  .main-business .main-tit>em br {
    display: block;
  }

  .businessSwiper .swiper-slide {
    border-radius: 10rem;
  }

  .businessSwiper .swiper-slide .txt {
    padding: 25rem;
  }

  .businessSwiper .swiper-slide .txt em {
    font-size: 13rem;
    margin-bottom: 7rem;
  }

  .businessSwiper .swiper-slide .txt h3 {
    font-size: 20rem;
  }
}

@media all and (max-width:480px) {
  #section02 {
    padding: 30rem 0;
  }

  .main-business .main-tit {
    margin-bottom: 20rem;
    text-align: center;
  }

  .main-business .main-tit>h3 {
    font-size: 25rem;
  }

  .main-business .main-tit>em {
    font-size: 12rem;
    margin: 5rem 0 0;
  }

  .main-business .main-tit>em br {
    display: block;
  }

  .main-business .btn_swiper {
    display: none;
  }

  .main-business .btn-wrap {
    position: relative;
    top: unset;
    right: unset;
    margin: 12rem 0 0;
  }

  .businessSwiper .swiper-slide {
    border-radius: 7rem;
  }

  .businessSwiper .swiper-slide .txt {
    padding: 12rem;
  }

  .businessSwiper .swiper-slide .txt em {
    display: none;
    font-size: 10rem;
    margin-bottom: 3rem;
  }

  .businessSwiper .swiper-slide .txt h3 {
    font-size: 15rem;
    line-height: 1.2em;
  }

  .main-business .swiper-pagination {
    margin-top: 5rem;
  }

  .main-business .swiper-pagination-bullet {
    width: 6rem;
    height: 6rem;
    margin: 0 2rem !important;
  }

  .main-business .swiper-pagination-bullet-active {
    width: 15rem;
    height: 6rem;
  }
}

/* product */
#section03 {
  position: relative;
  background: url(../img/main/section03-bg.gif) no-repeat center;
  background-size: cover;
}

.board-wrap {
  width: 100%;
}

table.board-list {
  width: 100%;
  border-top: 2px solid #000;
}

table.board-list td {
  border-bottom: 1px solid #E5E5E5;
  background: #FFF;
  padding: 20px 15px;
  color: #333;
  font-size: 18px;
  font-weight: 500;
}

table.board-list td font {
  font-size: 18px !important;
  font-weight: 500;
}

table.board-list td input,
table.board-list td textarea {
  width: 90%;
  border: 1px solid #CCC;
  border-radius: 0;
  background: #F9F9F9;
  padding: 5px;
  margin: 1px;
}

table.board-list .bbsno {
  width: 6%;
}

table.board-list .bbswriter {
  width: 10%;
}

table.board-list .bbsetc_dateof_write {
  width: 14%;
}

table.board-list .bbsfile_attachment {
  width: 8%;
}

table.board-list .bbsnewf5>img {
  width: 14px;
  height: auto;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
}



table.board-list .att_title {
  background: #F5F5F5;
  text-align: center;

  white-space: nowrap;
}

table.board-list .board_bgcolor {
  background: #F5F5F5;
  text-align: center;
  color: #000;
  font-size: 16px !important;
  line-height: 1.6;
  font-weight: 500;
}

table.board-list .board_bgcolor span {
  font-size: 16px !important;
  line-height: 1.6;
  font-weight: 500;
}

.board_output_gallery_description {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  letter-spacing: -.5rem;
}



.product .board_output_gallery_img {
  margin-bottom: 0;
  line-height: 0;
}

.output_gal_type1 tr {
  display: flex;
  flex-wrap: wrap;
}


.mySwiper img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.mySwiper .swiper-slide {
  background-color: #fff;
  border-radius: 20rem;
}

.output_gal_type1 tr tr {
  display: block;
}

.priduct-slide-txt {
  padding: 25px 30px;
  min-height: ;
}

.mySwiper .swiper-pagination {}







.output_gal_type1 table tr td {
  width: 100%;
  display: block;
  border: 0;
}

.output_gal_type1 table tr td img {
  width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.output_gal_type1 table tr:nth-child(2) {
  text-align: left;
  padding: 25px 30px;
  display: block;
  width: 100%;
}

.board_output_gallery_subject {
  display: inline-block;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 23px;
  font-weight: 600;
  padding-bottom: 10px;
}


.output_gal_type1 tr td {
  width: 32%;
  margin-right: 2%;
  border-radius: 20px;
}

.output_gal_type1 tr td:nth-child(3n+3) {
  margin-right: 0;
}

.output_gal_type2 tr td {
  width: 25%;
}

.output_gal_type3 tr td {
  width: 25%;
}


@media screen and (max-width: 1280px) {

  .product .board_output_gallery_subject {
    font-size: 20px;
  }

  .product .board_output_gallery_description {
    font-size: 15px;
  }

  .output_gal_type1 table tr:nth-child(2) {
    padding: 20px;
  }
}

@media screen and (max-width: 1024px) {

  .product .board_output_gallery_subject {
    font-size: 18px;
  }

  .product .board_output_gallery_description {
    font-size: 14px;
  }
}

@media screen and (max-width: 820px) {

  .product .board_output_gallery_subject {
    font-size: 14px;
    padding-bottom: 5px;
  }

  .product .board_output_gallery_description {
    font-size: 11px;
    line-height: 1.28;
  }
}

@media screen and (max-width: 480px) {


  .product .board_output_gallery_img img {
    width: 100%;
    /* height: auto; */
    object-fit: cover;
    object-position: top;
  }


  /* ���簢�� 3ĭ */
  .output_gal_type1 tr td {
    width: 100%;
    display: block;
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 15rem;
  }

  .output_gal_type1 tr td td {
    margin-bottom: 0;
  }

  /* ���簢�� 3ĭ */
  .output_gal_type2 tr td {
    width: 100%;
    display: block;
  }

  /* ���� ���簢�� 4ĭ */
  .output_gal_type3 tr td {
    width: 100%;
    display: block;
  }
}



/* project */
.main-project {
  background-color: #101010;
}

.main-project .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 70rem;
  margin-bottom: 50rem;
}

.main-project .main-tit {
  text-align: left;
  margin: 0;
}

.main-project .main-tit>h3 {
  font-size: 64rem;
  line-height: 1em;
  letter-spacing: -1px;
  font-weight: 800;
}

.main-project .main-tit>em {
  font-size: 18rem;
  margin: 20rem 0 0;
  line-height: 1em;
  font-weight: 300;
  opacity: 0.7;
}

.box-flex {
  display: flex;
  align-items: center;
  height: 100%;
}

.main-project .box-flex>div {
  position: relative;
  width: 100%;
}

.main-project .box-flex .sec-left {
  height: 100%;
}

.main-project .box-flex .video-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-project .box-flex .video-img img {
  width: auto;
  height: 100%;
}

.main-project .btn-wrap {}

@media all and (max-width:1300px) {
  .main-project .main-tit>h3 {
    font-size: 58rem;
  }

  .main-project .main-tit>em {
    font-size: 17rem;
    margin: 15rem 0 0;
  }
}

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

  #section03,
  #section03 .fp-tableCell {
    height: auto !important;
  }

  #section03 {
    padding: 100rem 0;
  }

  .main-project .top {
    margin-top: 0;
  }
}

@media all and (max-width:768px) {
  #section03 {
    padding: 60rem 0;
  }

  .main-project .top {
    margin-bottom: 40rem;
  }

  .main-project .main-tit>h3 {
    font-size: 45rem;
  }

  .main-project .main-tit>em {
    font-size: 16rem;
  }
}

@media all and (max-width:480px) {
  #section03 {
    padding: 20rem 0 50rem 0;
  }

  .main-project .top {
    display: block;
    margin-bottom: 20rem;
  }

  .main-project .main-tit {
    text-align: center;
  }

  .main-project .main-tit>h3 {
    font-size: 25rem;
  }

  .main-project .main-tit>em {
    font-size: 12rem;
    margin: 10rem 0 0;
  }

  .main-project .btn-wrap {
    margin-top: 15rem;
    text-align: center;
  }

}

/* video */
#section04 {
  background-color: #101010;
  background: url(../img/main/section04-bg.jpg)no-repeat center;
  background-size: cover;
}

.vedio-icone .video-play-button {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
  display: flex;
}

.vedio-icone .video-play-button::before {
  content: "";
  position: absolute;
  z-index: 0;
  left: -32%;
  top: -31%;
  display: block;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: rgba(31, 31, 37, 0) !important;
  border: transparent !important;
  animation: waves 3s ease-in-out infinite;
}

.vedio-icone .video-play-button::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 117rem;
  height: 117rem;
  background: #fff !important;
  transition: all 200ms;
  border-radius: 50%;
}

.vedio-icone .video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32rem solid var(--color-point);
  border-top: 20rem solid transparent;
  border-bottom: 20rem solid transparent;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 47%;
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all ease 500ms;
  display: none;
}

.video-overlay iframe {
  width: 70%;
  height: 70%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  top: 50%;
  position: relative;
  transform: translateY(-50%);
}

.video-overlay.open {
  z-index: 1000;
  opacity: 1;
  display: block;
}

.video-overlay .video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  transition: all 200ms;
}

.main-news {
  padding: 0;
}

.main-news .top {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 70rem;
  margin-bottom: 40rem;
}

.main-news .main-tit {
  margin: 0;
  text-align: center;
}

.main-news .main-tit>h3 {
  font-size: 35rem;
}

.main-news .main-tit>em {
  font-size: 17rem;
  font-weight: 400;
  color: #fff;
  line-height: 1em;
}

@media all and (max-width:1500px) {
  .main-news {
    padding: 0 60rem;
  }
}

@media all and (max-width:1300px) {
  .main-news {
    padding: 0 40rem;
  }
}

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

  #section04,
  #section04 .fp-tableCell {
    height: auto !important;
  }

  .box-flex {
    display: block;
  }

  .main-project .box-flex>div {
    width: 100%;
    height: auto;
  }

  .main-project .box-flex .sec-left {
    height: 500rem;
  }

  .main-project .box-flex .video-img img {
    width: 100%;
    height: auto;
  }

  .main-news {
    padding: 100rem 40rem;
  }

  .main-news .top {
    margin-top: 0;
  }
}

@media all and (max-width:768px) {
  .main-news {
    padding: 70rem 30rem;
  }

  .main-news .main-tit>h3 {
    font-size: 45rem;
  }

  .main-news .main-tit>em {
    font-size: 16rem;
  }

  .vedio-icone .video-play-button::after {
    width: 90rem;
    height: 90rem;
  }

  .vedio-icone .video-play-button span {
    border-left: 23rem solid var(--color-point);
    border-top: 15rem solid transparent;
    border-bottom: 15rem solid transparent;
  }

  .priduct-slide-txt {
    padding: 7rem 20rem 10rem;
  }

  .board_output_gallery_subject {
    font-size: 13rem;
    padding-bottom: 3px;
  }

  .board_output_gallery_description {
    font-size: 11rem;
    line-height: 1.4;
    display: inline-block;
  }

  .output_gal_type1 table tr:nth-child(2) {
    padding: 15rem;
  }

  #main .our-work {
    height: auto !important;
  }

  .our-work .fp-tableCell {
    height: auto !important;
  }
}

@media all and (max-width:620px) {
  .main-news {
    padding: 50rem 20rem;
  }

  .main-news .main-tit>h3 {
    font-size: 13rem;
  }

  .main-news .main-tit>em {
    font-size: 15rem;
    margin-top: 10rem;
  }

  .main-project .box-flex .sec-left {
    height: 380rem;
  }
}

@media all and (max-width:480px) {
  .main-project .box-flex .sec-left {
    height: 230rem;
  }

  .main-news {
    padding: 50rem 0rem;
  }

  .main-news .top {
    display: block;
    margin-bottom: 20rem;
  }

  .main-news .main-tit {
    text-align: center;
  }

  .main-news .main-tit>h3 {
    font-size: 13rem;
  }

  .main-news .main-tit>em {
    font-size: 11rem;
  }

  .vedio-icone .video-play-button::after {
    width: 55rem;
    height: 55rem;
  }

  .vedio-icone .video-play-button span {
    border-left: 13rem solid var(--color-point);
    border-top: 10rem solid transparent;
    border-bottom: 10rem solid transparent;
  }

  .lt-news ul li {
    border-radius: 10rem;
  }
}

/* iOS Safari 전용 스타일 */
@supports (-webkit-touch-callout: none) {
  .main-visual__video video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%);
  }

  /* iOS Safari 전용 스타일 */