@charset "UTF-8";
/* vw width : 375px */

/* common */
div {
  box-sizing: border-box;
}
p,
span,
strong {
  line-height: 4.27vw;
  letter-spacing: -0.08vw;
}
.container {
  position: relative;
  padding: 64px 6.4vw 23.47vw;
}
.fullpage {
  display: flex;
  flex-direction: column;
  gap: 42.67vw;
  margin-top: 2.13vw;
}
.sec {
  display: flex;
  flex-direction: column;
  gap: 8.53vw;
}
.sec .content {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 2.13vw;
}
.ellipsis {
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ellipsis.line1 {
  -webkit-line-clamp: 1;
}
.ellipsis.line2 {
  -webkit-line-clamp: 2;
}
.backFff {
  background-color: #fff;
}
.backF4f4f4 {
  background-color: #f4f4f4;
}
.back201D1D {
  background-color: #201d1d;
}
.backFf5026 {
  background-color: #ff5026;
}
.categoryTitle {
  position: absolute;
  left: 7.47vw;
  top: 7.47vw;
  font-size: 4.27vw;
  color: #fff;
  line-height: 4.27vw;
  letter-spacing: -0.32px;
  font-weight: 600;
  z-index: 1;
}
.arrow {
  position: absolute;
  right: 7.47vw;
  top: 7.47vw;
  width: 4.27vw;
  height: 4.27vw;
  background: url("/resource/m/kr/image/main/25_re/linkArrow.svg") no-repeat;
  background-size: cover;
  background-position: center center;
  z-index: 10;
}
.arrow.black {
  background: url("/resource/m/kr/image/main/25_re/linkArrowBlack.svg")
    no-repeat center;
  background-size: cover;
}

/* section1 */
.section1 .mainKv {
  height: 107.73vw;
  background: #4e4e4e;
  overflow: hidden;
}
.section1 .mainKv .imgBox {
  width: 100%;
  height: 69.07vw;
  border-radius: 2.13vw;
  overflow: hidden;
}
.section1 .mainKv .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section1 .mainKv .textBox {
  padding: 5.87vw 6.93vw 5.33vw;
}
.section1 .mainKv .textBox p {
  font-size: 5.87vw;
  color: #fff;
  font-weight: 600;
  line-height: 8.21vw;
  letter-spacing: -0.12vw;
}
.section1 .mainKv .textBox p.date {
  margin-top: 5.87vw;
  font-size: 3.73vw;
  line-height: 5.23vw;
  letter-spacing: -0.07vw;
  font-weight: 500;
  color: #fff;
}

.section1 .contBox {
  position: relative;
  padding: 7.47vw;
  border-radius: 2.13vw;
}
.section1 .contBox a {
  display: flex;
  flex-direction: column;
}
.section1 .contBox .title {
  font-size: 4.27vw;
  font-weight: 600;
}
.section1 .contBox p {
  color: #201d1d;
  font-weight: 700;
  letter-spacing: -0.32px;
  font-size: 4.27vw;
}

.section1 .various {
  display: flex;
  flex-direction: column;
  gap: 6.4vw;
}
.section1 .various .press {
  position: relative;
  padding: 0;
  margin-bottom: 2.13vw;
}
.section1 .various .press .category {
  position: absolute;
  left: 7.47vw;
  top: 7.47vw;
  font-size: 4.27vw;
  color: #fff;
  font-weight: 600;
  z-index: 1;
  line-height: 5.76vw;
  letter-spacing: -0.09vw;
}
.section1 .various .press .textBox {
  padding: 4.27vw 7.47vw 7.47vw;
}
.section1 .various .press .textBox p {
  font-size: 4.8vw;
  line-height: 6.72vw;
  letter-spacing: -0.36px;
  font-weight: 600;
}
.section1 .various .press .textBox p.text1 {
  margin-bottom: 2.67vw;
  font-size: 3.73vw;
  line-height: 3.73vw;
  color: #ff5026;
  letter-spacing: -0.28px;
}
/* 이미지 높이 305px */
.section1 .various .press .imgBox {
  position: relative;
  width: 100%;
  height: 81.33vw;
  border-radius: 2.13vw;
  overflow: hidden;
}
.section1 .various .press .imgBox img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

.section1 .various .stock a {
  gap: 6.4vw;
}
.section1 .various .stock .title,
.section1 .various .stock .stockBox {
  display: flex;
}
.section1 .various .stock .title {
  justify-content: space-between;
  align-items: center;
}
.section1 .various .stock .stockBox {
  justify-content: space-between;
  align-items: flex-end;
}
.section1 .various .stock .title p {
  font-weight: 600;
}
.section1 .various .stock .title .date {
  font-size: 3.2vw;
  color: #c3c3c3;
  font-weight: 500;
  line-height: 3.2vw;
}
.section1 .various .stock .stockBox .currentBox {
  display: flex;
  flex-direction: column;
  gap: 2.67vw;
}
.section1 .various .stock .stockBox .currentBox .current {
  font-size: 3.2vw;
  color: #ff5026;
  line-height: 3.2vw;
  font-weight: 500;
  letter-spacing: -0.24px;
}
.section1 .various .stock .stockBox .currentBox .price {
  font-size: 8.53vw;
  line-height: 8.53vw;
  letter-spacing: -0.64px;
  font-weight: 600;
}
.section1 .various .stock .stockBox .comparedBox {
  display: flex;
  flex-direction: column;
  gap: 1.6vw;
}
.section1 .various .stock .stockBox .comparedBox p {
  font-size: 3.73vw;
  line-height: 3.73vw;
  letter-spacing: -0.28px;
  font-weight: 600;
}
.section1 .various .stock .stockBox .comparedBox .compared {
  font-size: 3.2vw;
  line-height: 3.2vw;
  letter-spacing: -0.24px;
  font-weight: 500;
}
.section1 .various .stock .stockBox .comparedBox span {
  display: inline-block;
  line-height: 3.73vw;
}
.section1 .various .stock .stockBox .comparedBox .upDown {
  width: 2.93vw;
  height: 2.4vw;
  background: url("/resource/m/kr/image/main/25_re/downArrowBlue.svg") no-repeat;
  background-size: cover;
}
.section1 .various .stock .stockBox .comparedBox .upDown.up {
  width: 2.93vw;
  height: 2.4vw;
  background: url("/resource/m/kr/image/main/25_re/upArrowRed.svg") no-repeat;
  background-size: cover;
}

.section1 .various .news {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
.section1 .various .news .title {
  margin-bottom: 3.2vw;
  color: #fff;
}
.section1 .various .news .newsCont {
  border-radius: 1.07vw;
}
.section1 .various .news .newsCont a {
  display: flex;
  flex-direction: column;
  gap: 2.67vw;
  padding: 4.27vw 0;
}
.section1 .various .news .newsCont p {
  font-size: 4.8vw;
  font-weight: 600;
  line-height: 6.72vw;
  letter-spacing: -0.36px;
  color: #fff;
}
.section1 .various .news .newsCont .date {
  font-size: 3.2vw;
  font-weight: 500;
  line-height: 3.2vw;
  letter-spacing: -0.24px;
  text-align: right;
}

.section1 .various .way {
  background: url("/resource/m/kr/image/main/25_re/mainImg3.png") no-repeat;
  background-size: cover;
}
.section1 .various .way a {
  display: flex;
  justify-content: space-between;
  gap: 53.33vw;
}
.section1 .various .way p {
  color: #fff;
}
.section1 .various .way .text {
  font-size: 4.8vw;
  line-height: 6.72vw;
  letter-spacing: -0.36px;
  font-weight: 600;
}

.section1 .various .sns {
  background: url("/resource/m/kr/image/main/25_re/mainImg4.png") no-repeat;
  background-size: cover;
}
.section1 .various .sns a {
  display: flex;
  justify-content: space-between;
  gap: 15.73vw;
}
.section1 .various .sns p {
  color: #fff;
}
.section1 .various .sns .text {
  font-weight: 600;
}

/* section2 */
.sec .titleBox {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
.sec .titleBox strong {
  font-size: 3.73vw;
  font-weight: 600;
  color: #201d1d;
  letter-spacing: -0.28px;
  line-height: 3.73vw;
}
.sec .titleBox strong span {
  color: #ff5026;
}
.sec .titleBox p {
  font-size: 6.4vw;
  font-weight: 600;
  color: #201d1d;
  letter-spacing: -0.13vw;
  line-height: 8.96vw;
}

.section2 {
  position: relative;
}
.section2 .sec2Swiper {
  width: 100%;
  height: auto;
  border-radius: 2.13vw;
}
.section2 .sec2Swiper .swiper-slide {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 2.13vw;
  overflow: hidden;
}
.section2 .sec2Swiper .swiper-slide .arrow {
  right: 7.47vw;
  top: 7.47vw;
  background-size: auto;
}
.section2 .sec2Swiper .cardImg {
  position: relative;
  width: 100%;
  height: 68vw;
  border-radius: 2.13vw;
  overflow: hidden;
}
.section2 .sec2Swiper .cardImg img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.section2 .sec2Swiper .textBox {
  display: flex;
  flex-direction: column;
  padding: 4.8vw 6.4vw 6.4vw;
}
.section2 .sec2Swiper .textBox .name {
  display: flex;
  gap: 4.27vw;
  margin-bottom: 2.13vw;
}
.section2 .sec2Swiper .textBox .name span {
  position: relative;
  font-size: 3.2vw;
  color: #fff;
  font-weight: 500;
  line-height: 3.2vw;
}
.section2 .sec2Swiper .textBox .name span:first-child {
  color: #ff5026;
}
.section2 .sec2Swiper .textBox .name span ~ span::after {
  content: "";
  position: absolute;
  left: -2.13vw;
  top: 50%;
  width: 1px;
  height: 3.2vw;
  transform: translateY(-50%);
  background: #fff;
}
.section2 .sec2Swiper .textBox .cardText {
  font-size: 3.73vw;
  line-height: 5.97vw;
  color: #fff;
  font-weight: 600;
  letter-spacing: -0.28px;
}
.section2 .swiper-pagination {
  position: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.27vw;
}
.section2 .swiper-pagination-bullet {
  width: 1.6vw;
  height: 1.6vw;
  min-width: unset;
  min-height: unset;
}
.section2 .swiper-pagination-bullet::before {
  width: 100%;
  height: 100%;
  background: #c3c3c3;
}
.section2 .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: #201d1d;
}
/* section3 */
.section3 .swiper {
  width: 100%;
  height: 107.73vw;
  border-radius: 2.13vw;
}
.section3 .swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.section3 .swiper .swiper-slide a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.section3 .swiper .swiper-slide .arrow {
  right: 7.47vw;
  top: 7.47vw;
  background-size: auto;
}
.section3 .swiper .swiper-slide .textBox {
  position: absolute;
  left: 50%;
  bottom: 15.47vw;
  display: flex;
  flex-direction: column;
  gap: 2.13vw;
  width: 100%;
  padding: 0 8.53vw;
  transform: translateX(-50%);
  z-index: 1;
}
.section3 .swiper .swiper-slide .textBox strong {
  margin-bottom: 2.13vw;
  font-size: 6.4vw;
  color: #fff;
  font-weight: 600;
  line-height: 6.4vw;
  letter-spacing: -0.48px;
}
.section3 .swiper .swiper-slide .textBox p {
  color: #fff;
}
.section3 .swiper .swiper-slide .textBox p.text1 {
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 5.97vw;
  letter-spacing: -0.32px;
}
.section3 .swiper .swiper-slide .textBox p.text2 {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 5.23vw;
  letter-spacing: -0.28px;
  color: #c3c3c3;
}

.section3 .swiper .swiper-slide.bg1 {
  background: url("/resource/m/kr/image/main/25_re/slideImg1.png") no-repeat;
  background-size: cover;
}
.section3 .swiper .swiper-slide.bg2 {
  background: url("/resource/m/kr/image/main/25_re/slideImg2.png") no-repeat;
  background-size: cover;
}
.section3 .swiper .swiper-slide.bg3 {
  background: url("/resource/m/kr/image/main/25_re/slideImg3.png/") no-repeat;
  background-size: cover;
}
.section3 .swiper .swiper-slide.bg4 {
  background: url("/resource/m/kr/image/main/25_re/slideImg4.png") no-repeat;
  background-size: cover;
}
.section3 .swiper .swiper-slide::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.8) 100%
  );
}

.section3 .swiper-pagination {
  position: relative;
  width: 100%;
  height: 0.8vw;
  background: #f4f4f4;
}
.section3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #201d1d;
}
.section3 .swiper-pagination-fraction {
  position: unset;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.53vw;
  z-index: 1;
}
.section3 .swiper-pagination-fraction span {
  font-size: 3.73vw;
  color: #201d1d;
  font-weight: 400;
  line-height: 3.73vw;
}
.section3 .swiper-pagination-fraction .total,
.section3 .swiper-pagination-fraction .separator,
.section3 .swiper-pagination-fraction .slash {
  color: #808080;
}

.sec3Pagination {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
.btnWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3.2vw;
  width: 100%;
  height: 10.67vw;
  margin-top: 4.27vw;
}
.btnWrap .button {
  position: unset;
  width: 10.67vw;
  height: 10.67vw;
  margin-top: 0;
  background: url("/resource/m/kr/image/main/25_re/slideBtn.png") no-repeat;
  background-size: 100%;
  border-radius: 0;
}
.btnWrap .button::before,
.btnWrap .button::after {
  display: none;
}
.btnWrap .swiper-button-prev {
  transform: rotate(180deg);
}

/* section4 */
.section4 {
  gap: 6.4vw;
}
.section4 .titleBox {
  margin-bottom: 6.4vw;
}
.section4 .content {
  flex-direction: row;
  gap: 6.4vw;
}
.section4 .content .contBox {
  display: flex;
  flex-direction: column;
  gap: 4.27vw;
  width: calc((100% - 6.4vw) / 2);
}
.section4 .content .contBox p {
  font-size: 4.27vw;
  font-weight: 600;
  color: #201d1d;
  line-height: normal;
  letter-spacing: -0.32px;
}
.section4 .content .contBox ul {
  display: flex;
  flex-direction: column;
  gap: 3.2vw;
}
.section4 .content .contBox ul li a {
  display: block;
  padding: 3.2vw 3.73vw;
  font-size: 3.2vw;
  color: #808080;
  font-weight: 600;
  background: #f8f8f8;
  border-radius: 1.07vw;
  line-height: 3.2vw;
  letter-spacing: -0.24px;
}

/* floating banner */
.banner {
  position: fixed;
  right: 4.27vw;
  bottom: 25.6vw;
  z-index: 99999;
}
.banner ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4.27vw;
}
.banner ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 14.93vw;
  height: 14.93vw;
  border-radius: 999px;
}
.banner ul li:first-child {
  font-size: 3.2vw;
  font-weight: 700;
  color: #201d1d;
  border: 1px solid #201d1d;
  background: #fff;
}
.banner ul li .topBtn {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/resource/m/kr/image/main/25_re/topBtn.svg") no-repeat;
  background-size: cover;
}
