@charset "UTF-8";
.container {
  padding-bottom: 143px;
}
.container .leftMenu {
  position: fixed;
  width: 91px;
  min-width: 91px;
  height: 208px;
  display: flex;
  flex-direction: column;
  opacity: 1;
  left: max(calc(((100vw - 1400px) / 2) - 158px));
  z-index: 1;
  top: 180px;
}
.container .leftMenu ul {
  position: absolute;
  left: 0;
}
.container .leftMenu ul li:first-child a {
  padding-top: 0;
}

.container .leftMenu ul li a {
  display: block;
  padding: 16px 0;
  color: #c3c3c3;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -0.32px;
  text-transform: capitalize;
  -webkit-transition: all 0.15s ease 150ms;
  transition: all 0.15s ease 150ms;
}

.container .leftMenu ul li a:hover,
.container .leftMenu ul li a.active {
  color: #ff5026;
}
.title strong {
  color: #ff5026;
  font-style: normal;
  font-weight: 600;
  display: inline;
}
.title p {
  color: #201d1d;
}
.contents {
  padding: 180px 0 0 0;
  width: 100%;
  display: flex;
  max-width: 1400px;
  flex-direction: column;
  align-items: center;
  gap: 360px;
  flex-shrink: 0;
}
.contents section {
  width: 1400px;

  /* opacity: 0;
  -webkit-transform: translate(0%, 70px);
  transform: translate(0%, 70px);
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease; */
}
.contents section.ani-visible {
  /* opacity:1;
  -webkit-transform: translate(0%, 0px);
  transform: translate(0%, 0px); */
}
.contents section.sec01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  flex-shrink: 0;
}
.contents section.sec01 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.contents section.sec01 .title strong {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.4px;
}

.contents section.sec01 .title p {
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -0.8px;
}
.contents section.sec01 img {
  border-radius: 12px;
}

.contents section.sec02 {
  display: flex;
  flex-direction: column;
  gap: 104px;
}
.contents section.sec02 .title {
  text-align: center;
  font-family: Pretendard;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -0.8px;
}
.contents section.sec02 ul {
  display: flex;
  gap: 24px;
}
.contents section.sec02 ul li {
  border-radius: 12px;
  overflow: hidden;
}
/*  */
/*  */
.contents section.sec03 {
  display: flex;
  flex-direction: column;
  gap: 176px;
}
.contents section.sec03 .sec03Inner {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 106px;
}

.contents section.sec03 .sec03Inner .left {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.contents section.sec03 .sec03Inner .left .titleBox {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contents section.sec03 .sec03Inner .left .titleBox .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.8px;
}
.contents section.sec03 .sec03Inner .left .titleBox span {
  color: #808080;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.contents section.sec03 .sec03Inner .left p {
  color: #201d1d;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.48px;
}

.contents section.sec03 .sec03Inner .left img {
  width: 455px;
  height: auto;
}

.contents section.sec03 .sec03Inner .right {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contents section.sec03 .sec03Inner .right img {
  border-radius: 12px;
}
/* .contents section.sec02 .sec02Inner .bottom img{
  width: 164px;
} */

/*  */

.contents section.sec04 img:last-child {
  margin-bottom: 0;
}

.contents section.sec04 > div {
  display: flex;
  flex-direction: column;
  gap: 48px;
  text-align: center;
  margin-bottom: 80px;
}
.contents section.sec04 > div .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -0.8px;
}

.contents section.sec04 > div p {
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.4px;
}
.contents section.sec04 img {
  margin-bottom: 104px;
}

.contents section.sec05 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  gap: 80px;
}
.contents section.sec05 > div {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contents section.sec05 > div span {
  color: #201d1d;

  text-align: center;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.48px;
}
.contents section.sec05 > div p {
  color: #201d1d;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.48px;
}
.contents section.sec05 .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -0.8px;
}
.contents section.sec05 ul {
  position: relative;
  display: flex;
  gap: 24px;
  flex-direction: row;
  flex-wrap: wrap;
}
.contents section.sec05 ul li {
  border-radius: 12px;
  overflow: hidden;
  width: calc(50% - 12px);
  height: 352px;
  position: relative;
  transition: all 0.2s;
}
.contents section.sec05 ul li:hover img.hoverImg {
  opacity: 1 !important;
  transition: all 0.2s;
}

.contents section.sec05 ul li img {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s;
}
/*  */
.contents section.sec05 ul li img.hoverImg {
  opacity: 0;
  transition: all 0.2s;
  z-index: 1;
}

.contents section.sec06 {
  display: flex;
  justify-content: space-between;
}
.contents section.sec06 > div {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contents section.sec06 > div span {
  color: #808080;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 24px */
  letter-spacing: -0.48px;
  text-transform: capitalize;
}
.contents section.sec06 > div p {
  color: #201d1d;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.48px;
}
.contents section.sec06 .title {
  text-align: left;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -0.8px;
}
.contents section.sec06 ul {
  display: flex;
  gap: 24px;
}
.contents section.sec06 ul li {
  border-radius: 12px;
  overflow: hidden;
}

.contents section.sec07 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: left;
  gap: 80px;
}
.contents section.sec07 > div {
  display: flex;
  flex-direction: column;
  gap: 48px;
}
.contents section.sec07 > div > span {
  color: #201d1d;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 38.4px */
  letter-spacing: -0.48px;
}
.contents section.sec07 .title {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%; /* 56px */
  letter-spacing: -0.8px;
}
.contents section.sec07 .sec07-swiper {
}

.contents section.sec07 .sec07-swiper .swiper-pagination-custom {
  display: flex;
  gap: 24px;
}
.contents section.sec07 .sec07-swiper .swiper-pagination-custom li {
  padding: 12px 8px;
  color: #929292;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%; /* 20px */
  letter-spacing: -0.4px;
}
.contents section.sec07 .sec07-swiper .swiper-pagination-custom li.active,
.contents section.sec07 .sec07-swiper .swiper-pagination-custom li:hover {
  color: #ff5026;
  border-bottom: 2px solid #ff5026;
}
.contents section.sec07 .sec07-swiper .swiper-slide {
  display: flex;
  gap: 60px;
  background: #fff;
}
.contents section.sec07 .sec07-swiper .swiper-slide p {
  padding: 18px 12px 0 0;
  color: #201d1d;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.4px;
}

.contents section.sec07 .sec07-swiper .swiper-slide p strong {
  font-weight: 600;
}

.contents section.sec07 .swiperBanner {
  width: 100%;
  height: 320px;
}
.contents section.sec07 .swiperBanner .swiper-slide a.more {
  position: absolute;
  bottom: 40px;
  width: 93px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid var(--Black, #201d1d);
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s;
  padding: 0;
}
.contents section.sec07 .swiperBanner .swiper-slide.swiper-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 24px;
  background: #f8f8f8;
  transition: all 0.2s;
}

.contents section.sec07 .swiperBanner .swiper-slide a {
  display: flex;
  position: relative;
  height: 100%;
  justify-content: center;
  gap: 80px;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 56px 194px 40px;
}

.contents section.sec07 .swiperBanner .swiper-slide:hover a.more {
  background: #201d1d;
  color: #fff;
  transition: all 0.2s;
}
.contents section.sec07 .swiperBanner .swiper-slide a .right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.contents section.sec07 .swiperBanner .swiper-slide a .right p {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.4px;
}

.contents section.sec07 .swiperBanner .swiper-slide a .right p.name {
  display: flex;
  gap: 30px;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: -0.32px;
  color: #808080;
}

.contents section.sec07 .swiperBanner .swiper-slide a .right p.name span {
  position: relative;
}

.contents
  section.sec07
  .swiperBanner
  .swiper-slide
  a
  .right
  p.name
  span
  ~ span::after {
  content: "";
  position: absolute;
  left: -15px;
  top: 50%;
  width: 1.5px;
  height: 13px;
  background: #808080;
  transform: translateY(-50%);
}

.contents section.sec07 .swiperBanner .swiperBtn::before,
.contents section.sec07 .swiperBanner .swiperBtn::after {
  display: none;
}

.contents section.sec07 .swiperBanner .swiperBtn {
  width: 14px;
  height: 28px;
  background: url("../image/main/25_re/arrowRight.png") no-repeat;
  background-size: 100%;
}

.contents section.sec07 .swiperBanner .swiper-button-prev {
  left: 100px;
  transform: rotate(180deg);
}

.contents section.sec07 .swiperBanner .swiper-button-next {
  right: 100px;
}

a.HoverLink {
  position: relative;
  display: block;
  width: 1400px;
  height: 344px;
}

a.HoverLink img {
  position: absolute;
  top: 0;
  margin-bottom: 0;
  transition: all 0.2s;
}

a.HoverLink:hover .hoverImg {
  opacity: 1 !important;
  transition: all 0.2s;
}
a.HoverLink:hover .vision-img {
  opacity: 0;
}

.contents section.sec07 .swiper-button-prev.swiper-button-disabled,
.contents section.sec07 .swiper-button-next.swiper-button-disabled {
  pointer-events: unset;
}

/* .contents section.sec08{
  display:flex;
  flex-direction:column;
  justify-content: space-between;
  gap: 80px;
}
.sec08 h3.title {
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.8px;
    text-align: center;
}
.contents section.sec08 .sec08Swiper{
  width:1400px;
  height: 522px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}

.contents section.sec08 .sec08Swiper .swiper-slide .thumb{
  position: relative;
  width: 100%;
  height: 291px;
  border-radius: 12px;
  overflow: hidden;
}

.contents section.sec08 .sec08Swiper .swiper-slide .textBox{
  display: flex;
  padding: 24px 16px 32px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  align-self: stretch;

}
.contents section.sec08 .sec08Swiper .swiper-slide .textBox p{
  overflow: hidden;
  color: #201D1D;
  text-overflow: ellipsis;
  white-space: break-spaces;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.44px;
  text-transform: capitalize;
  width: 100%;
  height: 66px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.contents section.sec08 .sec08Swiper .swiper-slide .textBox span{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.28px;
  text-transform: capitalize;
}

.contents section.sec08 .sec08Swiper .swiper-slide .textBox .cate{
  color: #FF5026;
}

.contents section.sec08 .sec08Swiper .swiper-slide .textBox .date{
  color: #9399A0;
}

.contents section.sec08 .swiper-navigation {
  position: absolute;
  right: 0;
  bottom: 0px;
  width: 92px;
  height: 40px;
  display: flex;
  gap: 12px;
}
.contents section.sec08 .swiper-navigation div{
  background: none;
  width: 40px;
  height: 40px;
  background: #000;
}
.contents section.sec08 .swiper-navigation div:before,
.contents section.sec08 .swiper-navigation div:after{
  display:none;
}
.contents section.sec08 .swiper-navigation .swiper-button-prev{
  left: 0;
  right: unset;
  background: url('../image/main/25_re/swiperLeft.png') no-repeat center center;
}
.contents section.sec08 .swiper-navigation .swiper-button-next{
  right: 0;
  left: unset;
  background: url('../image/main/25_re/swiperRight.png') no-repeat center center;
}

.contents section.sec08 span.swiper-pagination-progressbar-fill {
  background: #000 !important;
}

.contents section.sec08 .swiper-pagination.swiper-pagination-progressbar {
  height: 2px;
  bottom: 0;
  position: relative;
  margin-top: -24px;
  width: 1296px;
}
.contents section.sec08 .slide-counter {
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  color:#808080;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;  s
  letter-spacing: -0.32px;
}
.contents section.sec08 .slide-counter .current{
	color:#201D1D;
} */

@media screen and (max-width: 1780px) {
  .container .leftMenu {
    left: 0px;
    transition: all 1s;
  }
}
@media screen and (max-width: 1560px) {
  .container .leftMenu {
    opacity: 0;
    cursor: none;
    visibility: hidden;
    transition: all 0.2s;
  }
}
