@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{
  display:flex;
  gap:24px;
  flex-direction: row;
  flex-wrap: wrap;
}
.contents section.sec05 ul li{
  border-radius:12px;
  overflow:hidden;
  width: calc(50% - 12px);
}

/*  */

.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{
  display: flex;
  justify-content: center;
  gap: 80px;
  padding: 80px 194px;
  background: #f8f8f8;
  border-radius: 12px;
}

.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;
}


/* .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%; /* 30.8px */
  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%; /* 14px */
  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%; /* 16px */
  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 .2s;
  }
}