@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;600&display=swap");
@font-face {
  font-family: "Pretendard-Thin";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff")
    format("woff");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Light";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff")
    format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-SemiBold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff")
    format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Pretendard-Bold";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff")
    format("woff");
  font-weight: 700;
  font-style: normal;
}

html, body{
	-webkit-text-size-adjust : none;  /* 크롬, 사파리, 오페라 신버전 */
	-ms-text-size-adjust : none;  /* IE */
	-moz-text-size-adjust : none;  /* 파이어폭스 */
	-o-text-size-adjust : none;  /* 오페라 구버전 */
}
html {
  scroll-behavior: smooth;
}
.swiper-fade .swiper-slide {
  background: #fff;
}
.btn-inquiry{
	/* cursor: pointer;
	display: inline-block;
	border: 1px solid #fff;
	width: 256px;
  background: transparent;
  border: 1px solid #8f8f8f;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding: 20px 31px;
  margin-top: 20px; */
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 256px;
  height: 67px;
  background: transparent;
  border: 1px solid #8f8f8f;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding: 0 30px;
  margin-top: 20px;
}
.btn-inquiry img{margin-left: 18px;}
/* reset */
body {
  margin: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
p,
table {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
header,
main,
footer,
section,
article,
aside,
nav {
  display: block;
}
a {
  color: inherit;
  text-decoration: inherit;
}
a img {
  border: none;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
li {
  list-style: none;
}

/* font */
.prefont-thin {
  font-family: "Pretendard-Thin";
}
.pre-font-light {
  font-family: "Pretendard-Light";
}
.pre-font-regular {
  font-family: "Pretendard-Regular";
}
.pre-font-semibold {
  font-family: "Pretendard-SemiBold";
}
.pre-font-bold {
  font-family: "Pretendard-Bold";
}


/*layout*/
.wrap {
  box-sizing: border-box;
  position: relative;
  font-family: "Pretendard-Regular";
  letter-spacing: -0.05em;
}
.inner {
  width: 1520px;
  margin: auto;
}
.gototop {
  position: fixed;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  right: 73px;
  bottom: 42px;
  opacity: 0;
  font-size: 30px;
  text-align: center;
  line-height: 50px;
  transition: 0.5s;
  z-index: 999;
}
.gototop.active {
  bottom: 42px;
  opacity: 1;
}
/* 물결 텍스트 */
.wavy {
  position: relative;
  /* -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2)); */
  font-size: 60px;
}
.wavy span {
  position: relative;
  display: inline-block;
  color: #000;
  text-transform: uppercase;
  animation: wavy 1s;
  animation-delay: calc(0.1s * var(--i));
}
.wrap.sub-page.black .wavy span {
  color: #fff;
}
.works-title .tit01.wavy span {
  color: #fff;
  animation: wavy 0.5s;
  animation-delay: calc(0.3s * var(--i));
}

@keyframes wavy {
  0%,
  40%,
  100% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(-20px);
  }
}
/* square */

.square-main {
  overflow: hidden;
  width: 1903px;
  height: 4500px;
  position: absolute;
}
.square-main {
  width: 100%;
}
.square-main span {
  position: absolute;
  left: 60%;
  top: 3%;
  transition: 0.5s;
  opacity: 0.4;
}
.square-main span:nth-child(1) {
  animation: circle 30s linear infinite;
}
.square-main span:nth-child(2) {
  animation: circle 30s linear infinite;
  animation-direction: reverse;
}
.square-main span:nth-child(3) {
  animation: circle 40s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* square02 */
.square02 {
  overflow: hidden;
  width: 1903px;
  height: 4500px;
  position: absolute;
}
.square02 {
  width: 100%;
}
.square02 span {
  position: absolute;
  left: -11%;
  top: 55%;
  transition: 0.5s;
  opacity: 0.3;
}
.square02 span img {
  width: 1300px;
  height: 1300px;
}
.square02 span:nth-child(1) {
  animation: circle 30s linear infinite;
}
.square02 span:nth-child(2) {
  animation: circle 30s linear infinite;
  animation-direction: reverse;
}
.square02 span:nth-child(3) {
  animation: circle 40s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

.square-sub {
  overflow: hidden;
  width: 1903px;
  height: 4500px;
  position: absolute;
  pointer-events: none;
}
/* .square-sub{width :100%} */
.square-sub span {
  position: absolute;
  /* right: 5%;top: -10%; */
  transition: 0.5s;
  opacity: 0.3;
}
.square-sub span:nth-child(1) {
  animation: circle 30s linear infinite;
}
.square-sub span:nth-child(2) {
  animation: circle 30s linear infinite;
  animation-direction: reverse;
}
.square-sub span:nth-child(3) {
  animation: circle 40s linear infinite;
}
@keyframes circle {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Header */
header {
  position: fixed;
  width: 100%;
  transition: 0.5s;
  top: 0;
  z-index: 99;
  transition: all 0.5s;
  transform: translateY(0px);
}
header.hide {
  transform: translateY(-95px);
}
.header-inner {
  width: 1520px;
  margin: auto;
}
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
  font-family: "Pretendard-Regular";
  letter-spacing: -0.01em;
  font-size: 16px;
}
.gnb-wrap {
  display: flex;
  gap: 48px;
}
.gnb {
  display: flex;
  gap: 50px;
}
.gnb li a {
  margin: 20px;
  color: #000;
  position: relative;
  letter-spacing: 1.5px;
}
.gnb li a:focus {
  color: #ed1c24;
}
.gnb li a:focus::before {
	content: "";
	position: absolute;
	background: #ed1c24;
	height: 1px;
	width: 100%;
	bottom: -10px;
	transition: 0.5s;
  }
.gnb li a.current{
	color: #ed1c24;
  }

.gnb li a.current:before {
content: "";
position: absolute;
background: #ed1c24;
height: 1px;
width: 100%;
bottom: -10px;
transition: 0.5s;
}
.gnb li a:before {
  content: "";
  position: absolute;
  background: #ed1c24;
  height: 1px;
  width: 0;
  bottom: -10px;
  transition: 0.5s;
}
.gnb li a:hover {
  color: #ed1c24;
}
.gnb li a:active {
  color: #ed1c24;
}
.gnb li a:hover:before {
  width: 100%;
}
.gnb li a:last-child {
  margin-right: 0;
}



/* Header with active */
header.active {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
header.active .gnb li a {
  color: #000;
}
header.active .gnb li a:hover {
  color: #ed1c24;
}
header.active .gnb li a.current{
	color: #ed1c24;
  }
header.active .banner {
  height: 0;
  overflow: hidden;
}
header.active nav {
  padding-bottom: 20px;
}

/* visual slide */
.visual {
  position: relative;
}
.visual .swiper-wrapper {
  position: relative;
}
.visual .swiper-wrapper .slide_inner {
  height: 100vh;
  max-width: 1520px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.visual .swiper-wrapper .slide_img {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.visual .swiper-wrapper .slide_img .img_tab {
  display: none;
}
.visual .swiper-wrapper .slide_img .img_mob {
  display: none;
}
.visual .swiper-wrapper .slide_img div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.visual .swiper-wrapper .slide_inner .textbox p {
  color: #000;
  z-index: 1000;
}
.visual .swiper-wrapper .swiper-slide-active .slide_inner .textbox p {
  opacity: 1;
}
.visual .swiper-wrapper .slide_inner .textbox {
  width: 100%;
  color: #000;
}

.visual .swiper-wrapper .slide_inner .textbox .slogan {
   height: 175px;
  position: relative;
  font-size: 0;
}
.visual .swiper-wrapper .slide_inner .textbox .slogan::before{
	content: '';width: 22px;height: 22px;border-radius: 50%; background-color: #d0373d;left: 0;top: 0;
	position: absolute;}
.visual .swiper-wrapper .slide_inner .textbox .slogan.first::before {
	position: absolute;left: -26px;top: 0;
}
.visual .swiper-wrapper .slide_inner .textbox .slogan.second::before{
	position: absolute;left: 120px;top: 0;
}
.visual .swiper-wrapper .slide_inner .textbox .slogan.third::before {
	position: absolute;left: 222px;top: 0;
}
.visual .swiper-wrapper .slide_inner .textbox .slogan.fourth::before {
	position: absolute;left: 306px;top: 0;
}





.visual .swiper-wrapper .slide_inner .textbox .txt01 {
  font-size: 66px;
  line-height: 1.417em;
  letter-spacing: -0.05em;
  font-weight: 700;
  font-family: "Noto Sans KR";
}
.visual .swiper-wrapper .slide_inner .textbox .txt02 {
	font-family: "Noto Sans KR";
  font-size: 22px;
  letter-spacing: normal;
  margin-top: 14px;
  font-weight: 400;
  letter-spacing: -0.05em;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 1px var(--swiper-pagination-bullet-horizontal-gap, 8px);
}

/* swiper pagination */
.swiper-pagination {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: none;
  opacity: 1;
  border: 1px solid #ed1c24;
  /* margin-right: 5px;
  margin-right: 10px; */
}
.swiper-pagination-bullet-active {
  background-color: #ed1c24;
}

/* scroll-down */
.scroll-down {
  position: absolute;
  left: 50%;
  margin-left: -760px;
  margin-top: -59px;
  letter-spacing: 2px;
  text-transform: uppercase;
  z-index: 98;
  font-size: 18px;
  display: flex;
  color: #424242;
}
.line {
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
  display: block;
  width: 1px;
  height: 60px;
  background-color: rgba(51, 51, 51, 0.815);
}

.scroll-down .txt {
  margin-left: 18px;
  display: inline-block;
  /* animation: scroll-down-ani 2s ease-in-out 0s infinite; */
  animation-delay: calc(60ms * var(--char-index));
}
@keyframes scroll-down-ani {
  0% {
    opacity: 0;
    transform: translateY(-50%) rotateX(90deg);
  }

  15%,
  85% {
    opacity: 1;
    transform: translateY(0) rotateX(0);
  }

  100% {
    opacity: 0;
    transform: translateY(50%) rotateX(-90deg);
  }
}
.line:after {
  display: block;
  content: "";
  width: 100%;
  height: 20px;
  background-color: #ea3e39;
  position: absolute;
  top: 0;
  left: 0;
  animation: scroll_ani 2s infinite;
}
@keyframes scroll_ani {
  0%,
  20% {
    top: -45px;
  }
  100% {
    top: 100%;
  }
}

/* section :  geo */
.geo {
  background: #161616 url(../img/geo_bg.png) no-repeat center center;
  background-size: cover;
  /* background-color: #161616; */
  font-family: "Pretendard-Regular";
  position: relative;
  padding-top: 200px;
  padding-bottom: 190px;
}
.geo .inner {
  width: 1520px;
  margin: auto;
  color: #fff;
  /* padding-top: 13%; */
}
.geo .inner .subject {
  font-size: 92px;
  font-weight: 700;
  line-height: 1em;
}
.geo .inner .subject .red-dot{
  display: inline-block;
  padding-left: 4px;
  color: #ea3e39;
  font-style: normal;
}
.geo .inner .subtitle {
  padding: 20px 0 60px;
  font-size: 25px;
  font-weight: 600;
  word-break: keep-all;
}
.geo .inner .content {
  font-size: 20px;
  font-weight: 300;
  color: #b9b9b9;
  line-height: 1.5em;
  word-break: keep-all;
}

/* section :  creative work */

.creative-work {
  background-color: #ea3e39;
  /* background-color: #c0baba;  */
  font-family: "Pretendard-Regular";
  position: relative;
  padding-bottom: 100px;
}
.creative-work .inner {
  width: 1200px;
  margin: auto;
  color: #fff;
  padding-top: 13%;
}

.creative-work .inner .works-title {
  font-size: 30px;
  margin-bottom: 201px;
  color: #fff;
  font-weight: 200;
}
.creative-work .inner .works-title .tit01 {
  font-size: 64px;
  margin-bottom: 60px;
  font-family: "Pretendard-Thin";
  font-weight: 200;
  position: relative;
  display: inline-block;
}
/* .creative-work .inner .works-title .tit01:after {
	content: '';
	height: 2px;
	width: 30px;
	background-color: #fff;
	position: absolute;
	top: 50%;transform: translateY(-50%);
	margin-left: 10px;
} */

.creative-work .inner .works-title .tit02 {
  display: block;
  position: relative;
  text-align: right;
}
.creative-work .inner .works-title .tit02 span {
  position: absolute;
  left: 39%;
  top: -2px;
  display: block;
}
.creative-work .inner .works-title .tit02 .star {
  animation: rotate_image 3s linear infinite;
  transform-origin: 50% 50%;
}
@keyframes rotate_image {
  100% {
    transform: rotate(360deg);
  }
}

.creative-work .inner .works-title .tit03 {
  text-align: right;
  font-size: 64px;
  margin-top: 30px;
}
.column-group {
  display: flex;
  justify-content: space-between;
}

.work-wrap {
  margin-bottom: 170px;
}
.work-wrap .work {
  position: relative;
}
.work-wrap .work a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
  /* box-shadow: 17px 25px 28px 7px rgba(0, 0, 0, 0.45); */
  box-shadow: 17px 30px 30px 7px rgba(0, 0, 0, 0.45);
}
.work-wrap .work a:before {
  background-color: rgba(0, 0, 0, 0.7);
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.5s;
}
/* .work a::after{
	content: '';display: inline-block;
	background: url(img/worklogo1.png)no-repeat center;
	position: absolute;
	left: 50%; top:50%; transform: translate(-50%,-50%);
	opacity: 0;

} */
.work-wrap .work a:hover::before {
  opacity: 1;
  transition: all 0.5s;
}
.work-wrap .work a:hover::after {
  opacity: 1;
  transition: all 0.5s;
}
.work-wrap .work .caption {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
}
.work-wrap .work .caption span .icon {
  position: relative;
}
.work-wrap .work .caption span {
  position: relative;
}
.work-wrap .work .caption span::after {
  content: "";
  height: 1px;
  display: block;
  background-color: #ed1c24;
  position: absolute;
  left: 0;
  bottom: -6px;
  width: 0;
  transition: 0.5s;
}
.work-wrap .work .caption:hover span:after {
  width: 100%;
}
.work-wrap .work:hover .caption {
  opacity: 1;
}
.work-desc {
  margin-top: 30px;
  letter-spacing: normal;
  font-size: 23px;
  line-height: 1.3;
}
.work::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #ed1c24;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.4s ease all;
}

.column2 {
  padding-top: 200px;
  position: relative;
}
.column2 .sub-tit {
  font-size: 64px;
  text-align: right;
  margin-bottom: 100px;
  position: relative;
  left: 0;
  bottom: 3%;
}
.column2 .sub-tit::after {
  content: "";
  width: 52px;
  height: 7px;
  background-color: #fff;
  display: block;
  position: absolute;
  right: 0;
  bottom: -23px;
}

.contents .view-all-btn {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: transparent;
  border: 5px solid #fff;
  cursor: pointer;
  color: #fff;
  font-size: 29px;
  right: 0;
  position: absolute;
  bottom: 5%;
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s;
  box-sizing: border-box;
}
.contents .view-all-btn:hover {
  background-color: #fff;
  border: 5px solid #fff;
  color: #ea3e39;
  box-sizing: border-box;
}

/* section :  current-future  */
.current-future {
  padding: 280px 0;
   /* height: 100vh;  */
}
.current-future .inner {
  margin: auto;
  position: relative;
}
.current-future .subject {
  transform: translate3d(0, 0, 0) skewY(0deg);
  overflow: hidden;
  color: #181818;
}
.current-future .subject b {
  text-align: center;
  font-size: 58px;
  margin-bottom: 148px;
  display: block;
  animation-name: textAni;
  animation-duration: 1.5s;
  font-weight: normal;
  color: #222;
  display: block;
}
@keyframes textAni {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
    transform: translate3d(0, 40px, 0) skewY(8deg);
    transform-origin: top left;
  }
}
/* countup */
.countup-items {
  margin: 80px 0 120px 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* gap: 100px; */
  width: 100%;
}
.countup-items .item-group {
  display: flex;
  justify-content: center;
  gap: 90px;
}
.countup-items .item-group .item .tit {
  height: 50px;
  margin-bottom: 30px;
  text-align: center;
}
.count .rest img {
  transform: translateY(15px);
  vertical-align: bottom;
}

.current-future .small-btn {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: -207px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.current-future .small-btn span {
  font-size: 18px;
  margin-right: 5px;
}
.current-future .small-btn img {
  transform: translateY(-2px);
}
.video-section {
  /* padding: 3%; */
  /* background-color: #242424; */
}
.video-section .small-btn {
  color: #000;
  font-weight: 500;
  text-transform: uppercase;
  position: absolute;
  right: 0;
  bottom: -158px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.video-section .small-btn span {
  font-size: 18px;
  margin-right: 5px;
}
.video-section .small-btn img {
  transform: translateY(-2px);
}

.small_btn {
  position: absolute;
  bottom: 60px;
  right: 4%;
  z-index: 20;
}
.small_btn a {
  display: flex;
  align-items: center;
}
.small_btn a p {
  font-family: "Play";
  font-size: 0.875rem;
  font-weight: 600;
  padding-right: 12px;
  transition: 0.3s;
}
.small_btn a span {
  display: block;
  width: 28px;
  height: 28px;
  background: #d6232f url(../images/star.png) no-repeat center;
  border-radius: 50%;
}
.small_btn a:hover p {
  transform: translate(-10px, 0);
}
.color_wrap.black .more_btn a p {
  color: #fff;
}
.color_wrap.white .more_btn a p {
  color: #000;
}

/* video section */
.video-section {
  position: relative;
}
.video-section .small-btn {
  position: absolute;
  right: 13%;
  bottom: 10%;
  color: #fff;
  letter-spacing: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.video-section a {
  transition: 0.3s;
}
.video-section .small-btn::after {
  content: "";
  background: url(./img/arrow.png) no-repeat;
  width: 23px;
  height: 12px;
  display: inline-block;
  margin-left: 8px;
  filter: invert(100%) sepia(0%) saturate(7466%) hue-rotate(61deg)
    brightness(97%) contrast(108%);
  transition: 0.3s;
}
/* .video-section .small-btn:hover img {
  transform: translateX(10px);
} */
video {
  width: 100%;
  /* object-fit: scale-down; */
}

/* footer */
footer {
  background-color: #000;
  color: #888;
  text-align: center;
  padding: 43px;
  letter-spacing: normal;
}

/* float section */
.float-section {
  color: #fff;
  background-color: #181818;
  padding: 110px 200px 150px;
  overflow: hidden;
  position: fixed;
}
.float-section.mt {
  margin-top: 200px;
}
.float-sec-inner .tit {
  font-size: 36px;
  letter-spacing: -2px;
  margin-bottom: 10px;
}
.float-sec-inner{
	position: relative;

}
.down-btn{position: absolute;right: 20%;top: -33%;padding: 20px;cursor: pointer;}
.float-sec-inner .big-logo {
  position: absolute;
  right: 12%;
  bottom: -190px; /*-224px;*/
  pointer-events: none;
}

.mprd {
  font-size: 341px;
  color: #888;
  letter-spacing: -0.05em;
  opacity: 0.1;
}
.inquiry {
  background: transparent;
  border: 1px solid #939393;
  color: #fff;
  font-size: 20px; /*25px;*/
  text-align: left;

  margin-top: 30px;
  width: 318px; /*500px;*/
  padding: 19px 18px;
  transition: 0.3s;
}
.inquiry:hover {
  background-color: #fff;
  color: #000;
}
.inquiry img {
  /* transform: translateX(-40px); */
  transition: 0.3s;
}
.inquiry:hover img {
  filter: invert(36%) sepia(1%) saturate(3308%) hue-rotate(324deg)
    brightness(102%) contrast(69%);
  transform: translateX(-20px);
}

/* .inquiry span{margin-right: 60px;} */
.info {
  margin: 50px 0 80px 0;
  color: #d4d4d4;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
.info .sum1 {
  margin-bottom: 13px;
  color: #fff;
  font-size: 20px;
}

.info .flex {
  gap: 8px;
}
.location {
  border: 1px solid #d4d4d4;
  display: inline-block;
  padding: 3px 5px;
  margin-left: 5px;
}
.big-logo.rightbox{
  opacity: 0.06;
	text-align: right;
	display: block;
}
.big-logo img{margin-left: auto;}
.big-logo-mid {
  text-align: right;
}

button {
   display: flex;
  justify-content: space-between;
  align-items: center;
}
.button-wrap{
	  display: flex;
	  justify-content: center;
	  margin-top: 43px;
}

.moreworks{
	font-size: 15px;
	/* display: flex; */
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
	display: inline-block;
	width: 110px;
	position: absolute;
	right: 5%;bottom: 150px;
}
.moreworks img{
	margin-left: 46%;
    width: 10%;
    transform: translateY(-2px);
}

.sub-page .float-sec-inner .tit {
  margin-top: 60px;
}
.info .email{
	margin-left: 8px;
}
.tel {
  display: block;
}
/* con-under */
.con-under {
  color: #fff;
  background-color: #181818;
  padding: 180px 200px 150px;
  overflow: hidden;
  /* position: absolute;left: 0;bottom: 0; */
}
.con-under-inner {
  width: 1520px;
  margin: auto;
}
.float-section.mt {
  margin-top: 200px;
}
.float-sec-inner {
}
.con-under-inner .tit {
  font-size: 45px;
  letter-spacing: -2px;
  margin-bottom: 60px;
  line-height: 1.3;
}
.con-under-inner .big-logo {
  position: absolute;
  right: 12%;
  bottom: 14px;
  pointer-events: none;
}

.mprd {
  font-size: 341px;
  color: #888;
  letter-spacing: -0.05em;
  opacity: 0.1;
}
.inquiry {
  background: transparent;
  border: 1px solid #939393;
  color: #fff;
  font-size: 20px; /*25px;*/
  text-align: left;

  margin-top: 70px;
  width: 318px; /*500px;*/
  padding: 19px 18px; /*28px*/
  transition: 0.3s;
}
.inquiry:hover {
  background-color: #fff;
  color: #343434;
}
.inquiry img {
  /* transform: translateX(-30px); */
  transition: 0.3s;
}
.inquiry:hover img {
  filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(307deg)
    brightness(103%) contrast(101%);
  /* transform: translateX(-30px); */
  transform: translateX(0px);
}

/* .inquiry span{margin-right: 60px;} */
.info {
  margin: 50px 0 80px 0;
  color: #d4d4d4;
  letter-spacing: -0.05em;
  line-height: 1.5;
}
.info .sum1 {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
}
.info .sum2 {
  color: #d4d4d4;
  font-size: 16px;
  display: inline-block;
  font-family: "Pretendard-Light";
  margin-bottom: 8px;
}
.info .flex {
  gap: 8px;
}
.location {
  border: 1px solid #d4d4d4;
  display: inline-block;
  padding: 3px 5px;
}
.big-logo {
  text-align: right;
}
.big-logo-mid {
  text-align: right;
}

button {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sub-page .float-sec-inner .tit {
  margin-top: 60px;
}

.tel {
  display: block;
}

/* full menu */
.menu-open {
  background-color: #000;
  color: #fff;
  width: 100%;
  height: 100vh;
  position: relative;
  display: none;
  top: 0;
}
.open-inner {
  width: 1520px;
  margin: auto;
  position: relative;
  height: 100vh;
}
.menu-open .inner {
  position: relative;
}
.menu-open .menu-wrap {
  /* text-transform: uppercase; */
  font-size: 94px;
  text-align: right;
  /* padding-right: 126px;
  padding-top: 9px;  */
  padding-right: 8%;
  /* padding-top: 2%; */
  color: #8f8f8f;
  transform: translate(0, 0);
}

.menu-open .menu-wrap li a {
  transition: all 0.3s;
  position: relative;
  display: inline-block;
}
.menu-open .menu-wrap li a:hover,
.menu-open .menu-wrap li a:focus {
  color: #fff;
  transform: translateX(30px);
}
.menu-open .menu-wrap li a:after {
  content: "";
  width: 0%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -3px;
  transition: all 0.3s;
}
/* .menu-open .menu-wrap li a:hover:after{width: 100%;} */
.menu-open .logo {
  height: 120px;
  display: flex;
  align-items: center;
}
ul.tit li {
  margin-bottom: 10px;
}
.address {
  font-size: 14px;
  font-family: "Pretendard-Light";
  font-weight: 300;
  margin-top: 8%;
  color: #d4d4d4;
   position: absolute;
  right: 0;
  bottom: 10%;
  line-height: 1.6;
  text-align: right;
  padding-right: 126px;

}
.address .bold{
	font-family: "Pretendard-Regular";

}
.close-btn {
  position: absolute;
  right: 0;
  top: 8%;
  opacity: 0.7;
  background-color: #888;
}
/* left section */
.left-section {
  position: absolute;
  left: 0;
  bottom: 10%;
  z-index: 999;
}
.left-section p {
  font-size: 24px;
  margin-bottom: 29px;
}
.left-section .mprd_inquiry_small {
  width: 318px;
  height: 67px;
  background: transparent;
  border: 1px solid #8f8f8f;
  color: #fff;
  font-size: 20px;
  text-align: left;
  padding: 0 30px;
  margin-top: 20px;
}
.left-section button {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.project-wrap .project .caption {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.5s;
  padding: 45px;
  font-family: "Pretendard-Regular";
}
.project-wrap .project .caption .move{
	position: absolute;bottom: 45px;right: 25px;
}

.small-close{position: absolute;right: 10px;top: 10px;text-align: center;}
.small-close img{width: 60%;}
/* .small-close.mo-cont.box{display: block;} */

.project-wrap .project .caption .desc-box {
  position: absolute;
  left: 45px;
  bottom: 45px;
  /* background-color: #006be5; */
}

.project-wrap .project .caption .desc-box .tit {
  margin-bottom: 114px;
  font-size: 23px;
}
.project-wrap .project .caption .desc-box .flex {
  display: flex;
  justify-content: space-between;
  gap: 179px;
}
.project-wrap .project .caption .desc-box .name {
  font-size: 17px;
}
.project:hover .caption {
  opacity: 1;
  box-shadow: 17px 14px 28px 7px rgba(0, 0, 0, 0.5);
}
.project:hover .caption {
  opacity: 0;
}
.caption:hover span:after {
  width: 100%;
}

.more-work-btn {
}
.more-work-btn a {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* 230907 수정 */
.menu-open {
  position: fixed;
  z-index: 10000;
}

.menu-open.on {
  display: block;
}

.menu-open .logo {
  justify-content: space-between;
}

.close-btn {
  position: inherit;
  background-color: transparent;
  transition: all 0.3s;
}

.close-btn:hover {
  opacity: 1;
}

.inner {
  width: 100%;
  max-width: 1520px;
}

.visual {
  overflow: hidden;
}

.creative-work {
  overflow: hidden;
}

.creative-work .inner .works-title .tit02 .star {
  left: 51.5%;
}

.swiper-pagination-cont {
  width: 1520px;
  margin: 0 auto;
  position: relative;
}

.swiper-pagination {
  text-align: left;
  transform: translate(-5px, -230px);
}

.square1.main {
  width: 1903px;
  height: 1800px;
}

/* ================================================== //home======================================================================================================= */

/* ==================== Sub Pages Start =============================== */
/* ------------------------Works-page--------------------------------------------- */

/* sub page 공통 */
.wrap.sub-page .inner {
  width: 1520px;
  margin: auto;
  margin-top: 246px;
}
.wrap.sub-page .inner .title-wrap {
  letter-spacing: -0.05em;
}
.wrap.sub-page .inner .contents-wrap {
  padding: 0;
  margin-top: 128px;
}
.wrap.sub-page .inner .title-wrap.underline {
  border-bottom: 1px solid #d1d1d12d;
}
.wrap.sub-page .inner .title-wrap .large-tit {
  font-size: 120px;
  text-transform: uppercase;
  letter-spacing: -0.14em;
}
.wrap.sub-page .inner .title-wrap .large-tit.long {
  font-size: 90px;
  text-transform: none;
  letter-spacing: -0.05em;
  word-break: keep-all;
}
.wrap.sub-page .inner .title-wrap .sub-tit {
  font-size: 22px;
  margin-top: 20px;
  line-height: 1.4;
}
.wrap.sub-page .square1.main span {
  position: absolute;
  right: -9%;
  top: -3%;
  z-index: -5;
  transition: 0.5s;
  opacity: 0.3;
}

/* tab mobile */
.accordian {
  z-index: 90;
  position: relative;
}
.accordian > a {
  font-size: 25px;
  line-height: 50px;
  color: #000;
  padding: 0 20px;
  box-sizing: border-box;
  background: transparent;
  width: 380px;
  display: block;
  border-bottom: 2px solid #000;
  font-weight: bold;
}
.accordian > a span {
  position: relative;
  display: block;
}
.accordian > a span:before {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  margin: auto;
  width: 25px;
  height: 25px;
  background: url(../img/accor-arrow.png) no-repeat 0 0;
  background-size: 89%;
}
.accordian > a.on span:before {
  transform: rotate(180deg);
  bottom: 7px;
  background-size: 84%;
}
.accordian .siteList {
  position: absolute;
  top: 36px;
  width: 100%;
  padding: 10px 0 10px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #696969;
  display: none;
  box-shadow: 17px 14px 28px 7px rgba(0, 0, 0, 0.3);
}
.accordian .siteList ul li a {
  display: block;
  font-size: 25px;
  letter-spacing: -0.3px;
  color: #000;
  padding: 8px 15px;
}

/*tab css*/
.tab {
  width: 100%;
  margin-top: 40px;
}
.tab.a.active{position: relative;}
.tab a.active::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #ed1c24;
}
.tabnav {
  display: flex;
  justify-content: center;
  gap: 45px;
  align-items: center;
  height: 50px;
  margin-bottom: 30px;
}
.tabnav li {
  display: inline-block;
  text-align: center;
  position: relative;
}
.tabnav li a {
  position: relative;
  display: block;
  color: #000;
  line-height: 1.1;
  text-decoration: none;
  font-size: 20px;
}
.tabnav li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0;
  height: 2px;
  background: #ed1c24;
}
.tabnav li a.active:before {
  background: #ed1c24;
}
/* .tabnav li a.active{border-bottom:1px solid #fff;} */
.tabnav li a:hover,
.tabnav li a:focus,
.tabnav li a.active {
  background: #fff;
  color: #ed1c24;
  font-weight: 700;
}
.tabnav li a:hover,
.tabnav li a.active::before {
  background: #fff;
  color: #ed1c24;
  font-weight: 700;
}
.tabnav li a:focus::before {
  width: 100%;
}

/* tab contents */
.tabcontent {
  border-top: none;
}
#tab {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
}
#tab .project-wrap {
  margin-bottom: 80px;
  display: inline-block;
  margin-right: 40px;
  width: calc(30%);
}
#tab .project-wrap .project {
  position: relative;
}
#tab .project-wrap .project a {
  display: block;
  position: relative;
}
#tab .project-wrap .desc-wrap {
  /* display: flex; */
  margin-top: 28px;
}
#tab .project-wrap .desc-detail {
	font-size: 14px;
	 padding-top: 8px;

}
#tab .project-wrap .desc-detail .desc1{
	line-height: 1.5;
}
#tab .project-wrap .desc-detail .desc2{
	color: #696969;
	margin-top: 3px;
	font-size: 13px;
}
#tab .project-wrap .desc-detail .desc2 .line4{margin: 0 5px;}
#tab .project-wrap .desc-detail .desc2 span:nth-child(1){
	position: relative;
}

#tab .project-wrap .desc-wrap .badge {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 4px 7px;
  border-radius: 15px;
  font-size: 11px;
  margin-right: 4px;
  white-space: nowrap;
  letter-spacing: 0;
}
#tab .project-wrap .desc-wrap span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  vertical-align: middle;
}
#tab .project-wrap .desc-wrap span em{
	margin-left: 3px;
	font-style: normal;
}
#tab .project-wrap .desc-wrap .subject {
display: inline-block;
width: 50%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
vertical-align: middle;
}

#tab .project-wrap .desc-wrap .date {
  float: right;
}


.project-wrap .project .caption .desc-box .flex {
  display: flex;
  justify-content: space-between;
}
.project-wrap .project .caption .desc-box .name {
  font-size: 17px;
}
.project:hover .caption {
  opacity: 1;
  box-shadow: 17px 14px 28px 7px rgba(0, 0, 0, 0.3);
}

.caption:hover span:after {
  width: 100%;
}

.more-work-btn {
  margin: 200px 0 150px 0;
}
.more-work-btn a {
  display: block;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
}
.more-work-btn span img {
}

/*------------------------------------------company-page----------------------------------------*/
.wrap.sub-page .square1.main {
  right: 0%;
  top: -23%;
}
.red-title-wrap {
  padding: 130px 0;
  border-top: 1px solid #343434;
}
.red-title {
  display: flex;
  color: #ed1c24;
  gap: 10px;
}
.red-title-wrap p {
  line-height: 1.4;
  font-size: 20px;
  color: #343434;
  margin-top: 11px;
}
.year {
  font-size: 140px;
}
.flex {
  transform: translateY(6px);
}
.since {
  font-size: 26px;
  /* margin-bottom: 5px; */
  transform: translateY(25px);
}

.new {
  position: relative;
  top: -122px;
  left: 178px; /*163px;*/
}

.new h2 {
  position: absolute;
  color: #fff;
  font-size: 72px;
  font-family: "Pretendard-Bold";
  transform: translateY(10px);
}

.new h2:nth-child(1) {
  color: transparent;
  -webkit-text-stroke: 2px #ed1c24;
}

.new h2:nth-child(2) {
  color: #ed1c24;
  animation: animate 3s ease-in-out infinite;
}

@keyframes animate {
  0%,
  100% {
    clip-path: polygon(
      0% 45%,
      16% 44%,
      33% 50%,
      54% 60%,
      70% 61%,
      84% 59%,
      100% 52%,
      100% 100%,
      0% 100%
    );
  }

  50% {
    clip-path: polygon(
      0% 60%,
      15% 65%,
      34% 66%,
      51% 62%,
      67% 50%,
      84% 45%,
      100% 46%,
      100% 100%,
      0% 100%
    );
  }
}

/* sec */
.sec {
  margin-top: 11px;
  margin-bottom: 245px;
}
.sec:last-child {
  margin-bottom: 157px;
}
.sec .sec-tit01 {
  font-size: 25px;
  color: #ed1c24;
  margin-bottom: 15px;
}
.sec .sec-tit02 {
  font-size: 45px;
  color: #343434;
  margin-bottom: 26px;
}
.sec .sec-tit03 {
  font-size: 20px;
  color: #343434;
  margin-bottom: 38px;
  letter-spacing: -0.05em;
}
.sec ul {
  letter-spacing: -1px;
  line-height: 1.3;
  display: flex;
  flex-wrap: wrap;
}
.sec ul li {
  width: 25%;
  border: 1px solid #e4e4e4;
  padding: 4% 3.5% 5% 3.5%;
  box-sizing: border-box;
  border-right: none;
}
.sec ul li:nth-child(4) {
  border-right: 1px solid #e4e4e4;
}
.sec ul li:nth-child(5) {
  border-top: none;
}

.sec ul li:nth-child(6) {
  border-top: none;
}
.sec ul li:nth-child(7) {
  border-top: none;
}
.sec ul li:nth-child(8) {
  border-top: none;
  border-right: 1px solid #e4e4e4;
}
.sec ul li:nth-child(9) {
  border-top: none;
  border-right: 1px solid #e4e4e4;
}
.sec ul li:nth-child(10) {
  border-top: none;
  border-bottom: none;
}
.sec ul li:nth-child(1) .txt01 {
  margin-bottom: 68px;
}
.sec ul li:nth-child(6) .txt01 {
  margin-bottom: 60px;
}
.sec ul li:nth-child(7) .txt01 {
  margin-bottom: 60px;
}
.sec ul li:nth-child(9) .txt01 {
  margin-bottom: 60px;
}
/* .sec ul li span {
  margin-bottom: 30px;
} */
.sec ul li .txt-box span {
  display: block;
}
.sec ul li .txt01 {
  font-size: 35px;
  color: #343434;
  line-height: 1.2;
  margin-bottom: 25px;
}
.sec ul li .txt02 {
  font-size: 14px;
  color: #7e7e7e;
  line-height: 1.3;
  margin-bottom: 40px;
}
.sec ul li .txt03 {
  font-size: 16px;
  color: #343434;
  letter-spacing: -0.05em;
  line-height: 23px;
}

.sec .award-wrap {
  display: flex;
   flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  justify-content: space-between;
  margin-bottom: 52px;
}
/* .sec .award-wrap img{
	margin-right: 28px;

} */
.sec .partner-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 70px 0 0;
  gap: 40px;
}
.sec .partner-wrap span {
  width: calc(1520px / 7);
  text-align: center;
  margin-bottom: 13px;
}
/* .sec .partner-wrap span:nth-child(11) img{
	width: 65%;
	background-color:#7e7e7e ;
	display: inline-block;
  } */

.sec .flexbox {
  display: flex;
  align-items: center;
  gap: 20px;
  border-bottom: 1px solid #343434;
  padding-bottom: 20px;
}
.sec .flexbox .sec-tit01 {
  margin-bottom: 0;
}
.sec .flexbox .sec-tit03 {
  margin-bottom: 0;
}


.contents-under {
  background-color: #181818;
  color: #fff;
}

@media (max-width: 720px) {
  .img_web {
    display: none;
  }
  .img_mob {
    display: block;
  }
}

/* ===============request page======================== */
.wrap.sub-page.black {
  background-color: #000;
  color: #fff;
  position: relative;
}
/* .wrap.sub-page.black .square-sub span{right: 0;top: 0;position: absolute;} */
/* request page header */
.wrap.sub-page.black header .gnb li a {
  color: #fff;
}
.wrap.sub-page.black header .gnb li a.current {
  color: #ed1c24;
}
.wrap.sub-page.black header.active .gnb li a {
  color: #000;
}
.wrap.sub-page.black header.active .gnb li a.current {
  color: #ed1c24;
}
.wrap.sub-page.black .menu-btn {
}
.wrap.sub-page.black header.active .menu-btn {
  filter: invert(88%) sepia(99%) saturate(3%) hue-rotate(268deg)
    brightness(111%) contrast(97%);
}

.wrap.sub-page.black header .gnb li a:hover {
  color: #ed1c24;
}
.wrap.sub-page.black header .gnb li a:active {
  color: #ed1c24;
}
.wrap.sub-page.black header .gnb li a:hover:before {
  width: 100%;
}
.gnb li a:last-child {
  margin-right: 0;
}
.trigger {
}

/* Header with active class */
header.active {
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
header.active .gnb li a {
  color: #000;
}
header.active .gnb li a:hover {
  color: #ed1c24;
}

header.active nav {
  padding-bottom: 20px;
}

.contents-wrap {
  letter-spacing: -0.05em;
  padding: 120px 0;
}
.mid-tit {
  font-size: 45px;
  margin-bottom: 56px;
}
.small-tit {
  font-size: 22px;
  margin: 100px 0 42px 0;
}
.field-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.field {
  font-family: "Pretendard-Regular";
  width: 46%;
  font-size: 20px;
  background-color: transparent;
  padding: 8px 0;
  border-bottom: 1px solid #8f8f8f;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  height: 51px;
}
.field b {
  font-weight: normal;
  width: 90px;
  transform: translateY(5px);
}
.field5 {
  margin-bottom: 30px;
}
.field.etc {
  position: relative;
  /* margin-top: 20px; */
  padding: 20px 0;
}
.field.etc input[type="text"] {
  position: absolute;
  right: -91px;
  bottom: 6px;

  margin-bottom: 12px;
}
.area {
  font-size: 22px;
}
.area label {
  margin-right: 31px;
  transform: translateY(10px);
  font-size: 20px;
}
.agree {
  margin: 30px 0;
}
.agree label .flex {
  display: flex;
  justify-content: center;
}
/* radio custom */
input[type="radio"] {
  display: none;
}
input[type="radio"] + em {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 7px;
  background: url(../img/radio2.png) no-repeat center;
  background-position: left;
  transform: translateY(5px);
}
input[type="radio"]:checked + em {
  background-position: right;
}
/* checkbox custom */
input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + em {
  width: 25px;
  height: 25px;
  display: inline-block;
  margin-right: 5px;
  background: url(../img/chkbox.png) no-repeat center;
  background-position: left;
  transform: translateY(5px);
}
input[type="checkbox"]:checked + em {
  background-position: right;
}

label {
  border: none;
}
label span {
  margin-left: 10px;
  font-size: 16px;
  transform: translateY(-2px);
  display: inline-block;
}

/* 여기 */
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="file"] {
  font-size: 15px;
  color: #fff;
  width: 100%;
  border: none;
  position: relative;
  background: none;
  z-index: 5;
  font-size: 22px;
}


textarea {
  width: 100% !important;
  background: none;
  color: #fff;
  /* margin-top: 15px; */
  background-color: #006be5;
}

input[type="text"]:focus {
  border-color: #999;
}
input[type="text"]::placeholder {
  font-family: "Pretendard-Regular";
  font-size: 16px;
  transition: 0.3s;
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="password"]:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
  visibility: hidden;
  transition: 0.35s;
}

input:focus {
  outline: none;
}

.wrap.sub-page.black .inquiry span {
  margin-right: 96px;
}
.field.agree {
  margin-bottom: 120px;
}
.field.down {
  position: relative;
}
.field.down img {
  position: absolute;
  right: 0;
  bottom: 14px;
}

.form {
  color: #fff;
}
.form ul li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.form .inp {
  position: relative;
  border-bottom: 1px solid #666;
  display: flex;
  align-items: center;
  width: 48%;
  transition: 0.3s;
}
.form .inp.mb {
  margin-bottom: 11px;
}
.form .inp2 {
}
.form .inp p {
  width: 105px;
  font-size: 20px;
}

.form .inp > div {
  flex-grow: 1;
}
.form .inp .file_box label {
  display: flex;
  align-items: center;
}
.form .inp .file_box .file_name {
  height: 65px;
  line-height: 65px;
  font-size: 1.25rem;
  font-weight: 300;
  width: 100%;
}
.form .inp .file_box input[type="file"] {
  display: none;
}
.form .inp .file_box span {
  position: relative;
  padding-right: 20px;
  transition: 0.3s;
}
/* .form .inp .file_box span::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 12px;
    right: 5px;
    bottom: 0;
    transition: 0.3s;
}
.form .inp .file_box span::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 2px;
    right: 0;
    bottom: 5px;
    transition: 0.3s;
} */
.form .inp input[type="text"] {
  width: 100%;
  outline: none;
  border: none;
  background-color: transparent;
  height: 60px;
  font-size: 1.25rem;
  font-weight: 300;
  /* background-color: aliceblue; */
}
.form .inp .line3 {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  opacity: 0;
  transition: 0.2s;
}
.form .inp .line3 {
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  opacity: 0;
  transition: 0.2s;
}
.form .inp input[type="text"]:focus ~ .line3 {
  opacity: 1;
}

.form .selarea label span::before,
.form .inp .line3,
.form .textarea .line3 {
  background-color: #fff;
}
/* textarea */
.form .textarea {
  border: 2px solid #666;
}
.form .textarea {
  padding: 20px;
  position: relative;
  transition: 0.3s;
}
.form .textarea textarea {
  width: 100%;
  border: none;
  background-color: transparent;
  resize: none;
  outline: none;
  font-family: "Noto Sans KR";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5em;
  height: 330px;
}
.textarea-tit {
  font-size: 20px;
  margin-bottom: 10px;
}

/* ================== recruit page ======================================================== */
.section {
  letter-spacing: -0.05em;
  padding: 97px 0;
  border-top: 1px solid #8f8f8f;
}
.section:last-child {
  padding: 97px 0 0;
}
.title-wrap.underline {
  padding-bottom: 150px;
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0;
}
.section .mid-tit {
  font-family: "Pretendard-SemiBold";
  font-size: 45px;
  margin-bottom: 49px;
}
.small-txt {
  font-family: "Pretendard-Regular";
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.section .detail {
  margin-top: 50px;
}
.section .detail .ban {
  font-family: "Pretendard-SemiBold";
  font-size: 22px;
  padding: 14px 20px;
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  display: inline-block;
  margin-bottom: 25px;
}

.detail-wrap {
  display: flex;
  gap: 100px;
}
.detail:nth-child(2) {
  padding: 0 80px;
  border-left: 1px solid #8f8f8f;
}
button {
  cursor: pointer;
}
.inquiry.black {
  background: transparent;
  border: 1px solid #c2c2c2;
  color: rgb(27, 27, 27);
  text-align: left;
  padding: 13px 18x;
  margin-top: 50px;
  font-size: 25px;
  transition: 0.3s;
}
.inquiry.black:hover {
  background-color: #fff;
  color: rgb(0, 0, 0);
}

.button a {
  display: inline-block;
  border: 1px solid #8f8f8f;
  font-size: 25px;
  color: #000;
  padding: 23px 30px;
  width: 400px;
  cursor: pointer;
}
.button a .flex-bx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.field-wrap.app b {
  font-size: 18px;
}
.field-wrap.app input {
  caret-color: #333333;
}


.application-account h1 {
  font-size: 45px;
  margin-bottom: 15px;
font-family: "Pretendard-SemiBold";
}
.application-account h2 {
  font-size: 20px;
  font-weight: normal;
  margin: 30px 0;
  line-height: 1.4;
}
.application-form {
  caret-color: rgb(180, 180, 180);
  font-size: 18px;
}
.application-form .group1 input {
  margin-left: 0;
}
.application-form .group1 .field {
  padding: 0;
  margin-bottom: 8px;
}
.application-form .group1 .f {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.application-form .group1 .field b {
  font-size: 18px;
  width: 107px;
}
.application-form .group1 .field.url::placeholder {
  font-size: 18px;
}

.area2 {
  font-size: 18px;
}
.area2 > div:nth-child(1) {
  margin-bottom: 15px;
}
.area2 span {
  margin-right: 28px;
}
.area2 label {
  margin-right: 37px;
}
.complete-btn {
  text-align: center;
  margin-top: 48px;
}
.complete-btn a {
  font-size: 25px;
  display: inline-block;
  border: 1px solid #8f8f8f;
  text-align: center;
  padding: 25px 180px;
  transition: 0.5s;
}
.complete-btn a:hover {
  color: #fff;
  background-color: #000;
}
.filebox {
  display: flex;
  position: relative;
}
.filebox .upload-name {
  display: inline-block;
  height: 40px;
  padding: 0 10px;
  vertical-align: middle;
  border: none;
  width: 78%;
  color: #999999;
}
.filebox label {
  display: inline-block;
  padding: 10px 20px;
  color: #fff;
  vertical-align: middle;

  cursor: pointer;
  height: 40px;
  position: absolute;
  right: -98px;
  top: 7px;
}
.filebox input[type="file"] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
/* recruit 페이지에 form */
.form.recruit {
  color: #000;
}
.form.recruit ul li {
  margin-bottom: 0;
}
.form.recruit .inp p {
  width: 105px;
  font-size: 18px;
  /* transform: translateY(8px); */
}
.form.recruit .inp .naming {
  transform: translateY(10px);
}

.form.recruit .inp input[type="text"] {
  height: 43px;
}
.form.recruit .inp .file_box span {
  transform: translateY(15px);
}

/*------------ mprd life ------------------------*/
.contents-wrap .slideBox {
  position: relative;
  margin-top: 400px;
}
.contents-wrap .slideBox .slide2 {
  width: 900px;
  position: absolute;
  right: 0;
  top: -31px;
}
.contents-wrap .slideBox .slide2 li {
  margin-right: 19px;
  display: inline-block;
  font-family: "Pretendard-Regular";
  color: #afafaf;
}
.contents-wrap .slideBox .slide2 li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.contents-wrap .slideBox .slide2 li a p.img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.contents-wrap .slideBox .slide2 li a p.img img {
   width: 100%;
  transition: all 2s;
}

/*slick-dots*/
.contents-wrap .slideBox .slide2 .slick-dots {
  position: absolute;
  left: 0;
  bottom: -118px;
  transform: translateY(-50%);
  margin-bottom: 17px;
  cursor: pointer;
  color: rgb(167, 167, 167);
  /* width: 850px; */
}

.contents-wrap .slideBox .slide2 .slick-dots button:hover {
  cursor: pointer;
}

.contents-wrap .slideBox .slide2 .slick-dots li {
  margin-bottom: 8px;
}
.contents-wrap .slideBox .slide2 .slick-dots .slick-active {
  position: relative;
  transition: all 0.3s;
  font-size: 16px;
  color: #ed1c24;
  font-family: "Pretendard-Bold";
  font-weight: bold;
}

/*  slide2_text 슬라이드*/
.contents-wrap {
  position: relative;
}
.contents-wrap .slideBox {
  height: 500px;
  margin-top: 100px;
}
.contents-wrap .slideBox .slide2_text {
  width: 700px;
  position: absolute;
  left: 0;
}
/* .contents-wrap .slideBox .slide2_text li{margin-right: 50px;} */
.contents-wrap .slideBox .slide2_text li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.contents-wrap .slideBox .slide2_text li a span {
  display: block;
}
.contents-wrap .slideBox .slide2_text li a p.img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.contents-wrap .slideBox .slide2_text li a p.img img {
  width: 100%;
  transition: all 2s;
}

/*slick-dots*/
/* .contents-wrap .slideBox .slide2_text .slick-dots button {height: 35px; background: none; border:none; font-size: 16px; position: relative; padding-left: 40px; margin-bottom: 50px; text-align: left;letter-spacing: -1px;background-color: red;font-family: "Pretendard-Bold";font-size: 85px;} */

.contents-wrap .slideBox .slide2_text .slick-dots button:hover {
  cursor: pointer;
}

/*슬라이드 현재 페이지 표시 밑줄 애니메이션*/
.contents-wrap .slideBox .slide2_text .slick-dots {
}
.contents-wrap .slideBox .slide2_text .slick-dots .slick-active {
  position: relative;
  transition: all 0.3s;
  font-size: 50px;
}

.contents-wrap .slideBox .slide2_text div {
  font-size: 80px;
  line-height: 175px;
  font-family: "Pretendard-Bold";
  display: block;
  color: #00000044;
  letter-spacing: -0.05em;
}
.contents-wrap .slideBox .slide2_text div.slick-current {
  font-family: "Pretendard-Bold";
  position: relative;
  transition: all 0.3s;
  font-size: 80px;
  line-height: 175px;
  font-weight: bold;
  color: #ed1c24;
  transform: translateX(30px);
  letter-spacing: -0.05em;
}

.title-wrap .life {
  font-size: 45px;
  font-weight: 500;
  padding: 76px 0 25px 0;
  letter-spacing: -0.05em;
  line-height: 1.2;
}
.title-wrap .life > span {
  padding-right: 16px;
  position: relative;
}
.title-wrap .life span:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(../img/star2.png) no-repeat;
  position: absolute;
  right: -1px;
  top: 7px;
}
.title-wrap .tiny {
  font-size: 16px;
  color: #929292;
}

@keyframes line {
  0% {
    left: -500px;
    opacity: 0;
  }
}

/* 진행 표시줄 */
.progress {
  position: absolute;
  left: -22%;
  top: 46%;
  display: block;
  width: 40%;
  height: 2px;
  border-radius: 10px;
  overflow: hidden;

  background-color: #cbcbcb;
  background-image: linear-gradient(to right, #ed1c24, #ed1c24);
  background-repeat: no-repeat;
  background-size: 0 100%;

  transition: background-size 0.4s ease-in-out;
  transform: rotate(90deg);
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* login modal */
.recruit-overlay {
  /* display: none; */
  position: fixed;
  background-color: rgba(0, 0, 0, 0.534);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  /* overflow: auto ; */
}
.overlay-wrap input[type="text"]{color: #000;}
.recruit-overlay .overlay-wrap {
  width: 1000px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 70px 70px 40px 70px;
  /* overflow-y: hidden; */
}
.l_wrap{
	overflow: auto;
}
.recruit-overlay .overlay-wrap .application-account .login-slogan {
  font-size: 45px;
}
.recruit-overlay .overlay-wrap .join-member {
  text-align: center;
  font-size: 13px;
  margin: 10px 0;
}
.recruit-overlay .overlay-wrap .join-member a {
  text-decoration: underline;
}
.recruit-overlay .overlay-wrap .easy-login {
  margin-top: 20px;
}
.recruit-overlay .overlay-wrap .easy-login .or {
  text-align: center;
  color: #bdbdbd;
  margin: 10px 0;
  display: block;
  position: relative;
}
.recruit-overlay .overlay-wrap .easy-login .or:before,
.recruit-overlay .overlay-wrap .easy-login .or::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 42%;
  background: #dddddd;
  top: 50%;
  filter: opacity(0.5);
}
.recruit-overlay .overlay-wrap .easy-login .or:before {
  left: 0;
}
.recruit-overlay .overlay-wrap .easy-login .or:after {
  right: 0;
}
.recruit-overlay .overlay-wrap .easy-login .btn-easy-login {
  display: block;
  text-align: center;
  padding: 10px;
  margin: 7px 0;
  border-radius: 3px;
  font-size: 16px;
  background-image: url(/images/icon-kakao.svg);
  background-repeat: no-repeat;
  background-position: center left 20px;
  background-size: 20px;
  color: #fff;
}

.recruit-overlay .overlay-wrap .login-notice {
  font-size: 15px;
  text-align: left;
  color: #838383;
  margin-top: 10px;
}
.btn-modal-close {
  position: absolute;
  right: 20px;
  top: 20px;
  border: none;
  background-color: transparent;
  font-size: 1.3em;
}

.field .inp {
  display: flex;
}
.inpp {
  display: flex;
  align-items: center;
}
.inpp p {
  width: 120px;
}

.flexbxx {
  display: flex;
  align-items: center;
}
.flexbxx input {
  height: 30px;
}
.flexbxx input:focus .line2 {
  background: #fff;
}
.flexbxx > span {
  width: 80px;
  background-color: pink;
}
.line2 {
  width: 100%;
  height: 2px;
  background: red;
  position: absolute;
  left: 0;
  bottom: 0;
}

.field1 {
  display: flex;
  position: relative;
  align-items: center;
}

/* textarea */
.textarea {
  /* padding: 20px; */
  position: relative;
  transition: 0.3s;
}
.textarea textarea {
  width: 100%;
  /* border: none; */
  background-color: transparent;
  resize: none;
  outline: none;
  font-family: "Noto Sans KR";
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.5em;
  height: 293px;
}

.textarea textarea:focus::placeholder {
  visibility: hidden;
}

/* 모달창 */
input.popup {
  display: none;
}
input.popup + label {
  display: inline-block;
  background: #fff;
  border: 1px solid #c2c2c2;
  color: rgb(27, 27, 27);
  text-align: left;
  /* width: 450px; */
  margin-top: 79px;
  font-size: 23px;
  transition: 0.3s;
  /* position: absolute;    */
  z-index: 9999;
  padding: 20px 25px;
  cursor: pointer;
}
input.popup + label:hover {
  background-color: #000;
  color: #fff;
}
input.popup + label img {
  vertical-align: middle;
  transform: translate(0, 0);
  transition: 0.3s;
}
input.popup + label:hover img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(218deg)
    brightness(102%) contrast(103%);
  /* transform: translateX(15px); */
}
input.popup + label img {
  margin-left: 264px;
}

input.popup + label::after {
}
input.popup + label + div {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}
input.popup + label + div > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1000px;
  background-color: #fff;
  z-index: 99999;
}
input.popup + label + div > div > label {
  position: absolute;
  top: -353px;
  right: 33px;
  transform: translate(-40%, -40%);
  padding: 20px;
  z-index: 9999;
  background: url(../img/close1.png) no-repeat;
}
.overlay-wrap{position: relative;}
.overlay-wrap > label{
	position: absolute;
	top: 35px;
	right: 35px;
	/* transform: translate(-40%, -40%); */
	padding: 20px;
	z-index: 9999;
	background: url(../img/close1.png) no-repeat;
}

input.popup + label + div > div > label:after {}
input.popup + label + div > label img{
	/* position: absolute;
	right: 600px;top: 300px; */
	/* filter: invert(36%) sepia(1%) saturate(3308%) hue-rotate(324deg)
    brightness(102%) contrast(69%); */
}
 input.popup + label + div > div > label:after {
  /* content: "\00d7";
  font-size: 70px; */
  background: url(../img/close-btn.png)no-repeat;
  z-index:99999;
}
input.popup + label + div > label {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.507);
  z-index: 1;
}
input.popup + label + div {
  display: none;
}
input.popup:checked + label + div {
  display: block;
}

/* .square-sub{
    overflow: hidden;
    width: 100%;
    height: 100vh;
    top: -450px;
    left:50%;
    margin-left: 50px;
    position: absolute;
    pointer-events: none;
} */
.square-sub {
  overflow: hidden;
  /* display: none !important; */
  width: calc(50vw - 60px);
  height: 100vh;
  top: -450px;
  left: 50%;
  /* margin-left: 50px; */
  position: absolute;
  pointer-events: none;
}


/* .slick-list{position: relative;} */
.slide2{position: relative;}
.slide2 .btn-wrap{
	display: none !important;
}

.slide-arrow{/* transform: translateY(-50%); */ margin-top: -11px; padding: 10px;background:#fff;z-index:1;cursor:pointer;border: none;border-radius: 12px;text-align: center; }
.slide-arrow img{width: 60%;}
.next-arrow img{transform: rotate(-180deg);}


.prev-arrow{left: -10000px;}
.next-arrow{right: -9999px;}
