@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('./fonts/NotoSansCJKkr-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('./fonts/NotoSansCJKkr-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('./fonts/NotoSansCJKkr-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('./fonts/NotoSansCJKkr-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('./fonts/NotoSansCJKkr-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'NotoSansCJKkr';
  src: url('./fonts/NotoSansCJKkr-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

.mainRenew {
  width: 100%;
}
.renew_wrap {
  overflow: visible;
}
.mainRenew .mainVisual {
  width: 100%;
  height: 100vh;
  position: relative;
  margin-top: 300px;
}
/* .mainRenew .mainVisual.on {height:900px;} */
.mainRenew .mainVisual .circleAniWrap {
  transition: opacity 0.3s ease-in-out;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: -368px;
  width: 736px;
  height: 736px;
  z-index: 9;
}
.mainRenew .mainVisual .circleAniWrap .circle {
  width: 100%;
  height: 100%;
  position: relative;
}
.mainRenew .mainVisual .circleAniWrap .circle .center {
  width: 440px;
}
.mainRenew .mainVisual .circleAniWrap .circle .center,
.mainRenew .mainVisual .circleAniWrap .circleLine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  border: none;
  border-radius: 0px;
}
.mainRenew .mainVisual .circleAniWrap .circleLine img {
  transform: rotate(0deg);
  transition: transform 0.5s ease; /* 부드러운 회전 애니메이션 */
}
.mainRenew .mainVisual .circleAniWrap .btnSwiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.mainRenew .mainVisual .circleAniWrap .btnSwiper .swiper-slide {
  cursor: pointer;
}
.mainRenew .mainVisual .circleAniWrap .swiper-slide:nth-child(1) {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 40px;
}
.mainRenew .mainVisual .circleAniWrap .swiper-slide:nth-child(2) {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 10px;
}
.mainRenew .mainVisual .circleAniWrap .swiper-slide:nth-child(3) {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 25px;
}
.mainRenew .mainVisual .circleAniWrap .swiper-slide:nth-child(4) {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  right: 72px;
}
.mainRenew .mainVisual .circleAniWrap .swiper-slide:nth-child(5) {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
.mainRenew .mainVisual .circleAniWrap button {
  background-color: transparent;
  line-height: 1;
  border: none;
}
.mainRenew .mainVisual .circleAniWrap h2,
.mainRenew .mainVisual .circleAniWrap p,
.mainRenew .mainVisual .circleAniWrap .color {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
.mainRenew .mainVisual .circleAniWrap h2 {
  color: #cccccc;
  display: block;
}
.mainRenew .mainVisual .circleAniWrap p {
  color: #000000;
  line-height: 1.3;
  padding-top: 7px;
  opacity: 0;
}
.mainRenew .mainVisual .circleAniWrap .color {
  display: block;
  color: #14a2ff;
}
.mainRenew .mainVisual .circleAniWrap .swiper-slide {
  width: auto !important;
  height: auto !important;
}
.mainRenew .mainVisual .circleAniWrap .swiper-slide-thumb-active h2 {
  color: #000;
}
.mainRenew .mainVisual .circleAniWrap .swiper-slide-thumb-active p {
  opacity: 1;
}
.mainRenew .mainVisual .leftFixed {
  width: calc(100% - 960px);
  height: 100%;
}
.mainRenew .mainVisual .leftFixed h2 {
  text-align: right;
  padding-right: 5%;
  font-size: 46px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -1px;
  line-height: 1.4;
  position: relative;
  z-index: -1;
}
.mainRenew .mainVisual .leftFixed h2 .dotText {
  font-size: 46px;
  font-weight: 600;
  color: #000000;
}
.mainRenew .mainVisual .leftFixed .underscore,
.mainRenew .leftFixed .dotText {
  display: inline-block;
  position: relative;
  line-height: 1;
}
.mainRenew .mainVisual .leftFixed .underscore::after {
  content: '';
  width: calc(100% + 16px);
  height: 27px;
  background-color: #b8e3ff;
  position: absolute;
  left: -8px;
  bottom: -8px;
  z-index: -1;
}
.mainRenew .mainVisual .leftFixed .dotText::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.mainRenew .mainVisual .leftFixed .btnBox {
  position: absolute;
  top: 0;
  left: 0;
}
.mainRenew .mainVisual .rightScrollable {
  width: 840px;
  padding-right: 100px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.mainRenew .mainVisual .rightScrollable .swiper-autoheight .swiper-wrapper {
  height: 100% !important;
}
.mainRenew .mainVisual .rightScrollable .swiper-wrapper {
  height: 100% !important;
}
.mainRenew .mainVisual .rightScrollable li {
  box-sizing: border-box;
}
.mainRenew .mainVisual .rightScrollable .swiper-slide {
  height: auto !important;
}
.mainRenew .mainVisual .rightScrollable .fake {
  height: 0;
}
.mainRenew .mainHistoryWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.mainRenew .mainHistoryWrap .swiper-slide {
  position: relative;
}
.mainRenew .mainHistoryWrap .imgBox {
  width: 48%;
}
.mainRenew .mainHistoryWrap .imgBox img {
  width: 100%;
  border-radius: 10px;
}
.mainRenew .mainHistoryWrap .textBox {
  width: 52%;
}
.mainRenew .mainHistoryWrap .textBox01 {
  padding-left: 20px;
}
.mainRenew .mainHistoryWrap .textBox02 {
  padding-right: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.mainRenew .mainHistoryWrap .textBox h3 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
}
.mainRenew .mainHistoryWrap .textBox h3 strong {
  font-weight: bold;
  display: inline-block;
}
.mainRenew .mainHistoryWrap .textBox h3 .block {
  display: block;
}
.mainRenew .mainHistoryWrap .textBox .greyBox {
  background-color: #f4f4f4;
  padding: 30px 25px;
  border-radius: 10px;
  margin-top: 20px;
}
.mainRenew .mainHistoryWrap .textBox .greyBox.mt10 {
  margin-top: 10px;
}
.mainRenew .mainHistoryWrap .textBox .greyBox h4,
.mainRenew .mainHistoryWrap .textBox .greyBox p {
  font-size: 16px;
  font-weight: 400;
  color: #3d3232;
}
.mainRenew .mainHistoryWrap .textBox .greyBox p {
  font-size: 14px;
}
.mainRenew .mainHistoryWrap .textBox .greyBox01,
.mainRenew .mainHistoryWrap .textBox .greyBox02,
.mainRenew .mainHistoryWrap .textBox .greyBox03 {
  width: 345px;
}
.mainRenew .mainHistoryWrap .textBox .greyBox04 {
  width: 390px;
}
.mainRenew .mainHistoryWrap .textBox .greyBox05 {
  width: 245px;
}
.mainRenew .mainHistoryWrap .textBox .greyBox06 {
  width: 242px;
}
.mainRenew .mainHistoryWrap .textBox .pr15 {
  padding-right: 15px;
}
.mainRenew .mainHistoryWrap .textBox .pl15 {
  padding-left: 15px;
}
.mainRenew .mainVisual .lastBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -450px;
  background-color: #fff;
}
.mainRenew .mainVisual .lastBox h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
.mainRenew .mainVisual .lastBox h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.mainRenew .mainVisual .lastBox a {
  display: block;
  width: 276px;
  height: 58px;
  line-height: 58px;
  border-radius: 10px;
  background-color: #14a2ff;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-bottom: none;
  text-decoration: none;
}
.mainRenew .mainVisual .lastBox .textBox {
  padding-left: 20px;
}
.mainRenew .mainVisual .fake {
  font-size: 0;
  height: 500px !important;
}

.mainRenew .sec {
  width: 100%;
  padding: 190px 0 240px 0;
}
.mainRenew .inner {
  width: 1720px;
  margin: 0 auto;
}
.mainRenew h2.title {
  font-size: 60px;
  font-weight: 400;
  color: #000;
  text-align: center;
  text-align: center;
}
.mainRenew h2.title strong {
  font-weight: bold;
}

/* sec1 */
.mainRenew .sec01 {
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 0 0 240px 0;
}
.mainRenew .sec01 .inner {
  width: 1370px;
}
.mainRenew .sec01 .step-card-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 3.75% auto 3.75% auto;
  padding-top: 10rem;
}
.mainRenew .sec01 .step-card-list > li {
  position: sticky;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.mainRenew .sec01 .step-card-list > li:nth-child(1) {
  z-index: 2;
  bottom: 120px;
  margin-bottom: 240px;
  margin-top: -130px;
  box-shadow: 1px -1px 30px 8px rgba(0, 0, 0, 0.1);
}
.mainRenew .sec01 .step-card-list > li:nth-child(2) {
  z-index: 1;
  bottom: 120px;
  margin-top: -30px;
}
/* .mainRenew .sec01 .step-card-list li:nth-child(3) {bottom: 4rem;margin-bottom: 5rem} */
.mainRenew .sec01 li .box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.mainRenew .sec01 li:nth-child(1) .box {
  padding: 120px 40px 10px 60px;
  position: relative;
}
.mainRenew .sec01 li:nth-child(1) .box .lfBox {
  padding-bottom: 120px;
}
.mainRenew .sec01 li:nth-child(1) .deco {
  width: 240px;
  height: 47px;
  line-height: 46px;
  text-align: center;
  background-color: #14a2ff;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  border-radius: 30px;
  margin-bottom: 50px;
}
.mainRenew .sec01 li:nth-child(1) .txt01 {
  font-size: 24px;
  font-weight: bold;
  color: #444444;
  line-height: 1.4;
}
.mainRenew .sec01 li:nth-child(1) .txt01.mb30 {
  margin-bottom: 30px;
}
.mainRenew .sec01 li:nth-child(1) .txt01.mb50 {
  margin-bottom: 50px;
}
.mainRenew .sec01 li:nth-child(1) .txt02 {
  font-size: 20px;
  font-weight: 400;
  color: #444444;
  line-height: 1.4;
}

.mainRenew .sec01 .dotsList {
  margin-top: 130px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.mainRenew .sec01 .dotsList li {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.mainRenew .sec01 .dotsList .lightLine {
  position: relative;
  width: 90px;
  display: block;
  margin-top: 15px;
}
.mainRenew .sec01 .dotsList .lightLine .line {
  background-color: #999999;
  width: 100%;
  height: 3px;
  display: block;
  position: relative;
}
.mainRenew .sec01 .dotsList .lightLine .circle {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #999;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
}
.mainRenew .sec01 .dotsList li p {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 500;
  color: #000000;
  text-align: center;
  line-height: 1.3;
}

.mainRenew .sec01 li:nth-child(2) .box,
.mainRenew .sec01 li:nth-child(2) .thum {
  background: linear-gradient(to right, #002eb8, #0997f8);
}
.mainRenew .sec01 li:nth-child(2) .box {
  padding: 35px 40px 25px 40px;
}
.mainRenew .sec01 li:nth-child(2) .thum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.mainRenew .sec01 li:nth-child(2) .thum p {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  padding: 0 0 30px 60px;
}
.mainRenew .sec01 li:nth-child(2) .lfBox {
  width: 690px;
}

/* .mainRenew .sec01 li:nth-child(2) i {font-size:26px; color:#fff; position:relative; top:5px; margin-left:20px;} */
.mainRenew .sec01 .videoThumWrap #iframe-container {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainRenew .sec01 .videoThumWrap #iframe-container iframe {
  width: 100%;
  height: 100%;
}
.mainRenew .sec01 .videoThumWrap {
  width: 100%;
  position: relative;
  height: 390px;
  border-radius: 10px;
  overflow: hidden;
}
.mainRenew .sec01 .videoThumWrap .videoThum {
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainRenew .sec01 .videoThumWrap .videoThum img {
  width: 100%;
}
.mainRenew .sec01 .videoThumWrap .videoThum img.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: auto !important;
  height: auto !important;
  min-width: auto !important;
  cursor: pointer;
}
.mainRenew .sec01 li:nth-child(2) .lfBox .textTit {
  font-size: 25px;
  font-weight: 400;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 30px 0 12px 0;
}
.mainRenew .sec01 li:nth-child(2) .lfBox .textTit img {
  padding-left: 7px;
  width: 30px;
  position: relative;
  top: -7px;
}
.mainRenew .sec01 li:nth-child(2) .lfBox ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mainRenew .sec01 li:nth-child(2) .lfBox li {
  margin-right: 15px;
}
.mainRenew .sec01 li:nth-child(2) .lfBox li p {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 1;
  padding: 18px 0;
  width: 200px;
  text-align: center;
  border-radius: 30px;
  background-color: #ffffff;
  display: inline-block;
}
.mainRenew .sec01 li:nth-child(2) .lfBox li:hover p {
  background-color: #333;
  color: #fff;
  cursor: pointer;
}

.mainRenew .sec01 .dotsList li .lightLine .circle:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0;
  left: -6px;
  top: 0;
  width: 20px;
  aspect-ratio: 1;
  opacity: 0;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  background: rgb(0, 89, 208);
  background: radial-gradient(
    circle,
    rgba(0, 89, 208, 1) 0%,
    rgba(0, 89, 208, 0.05) 80%
  );
}
.mainRenew .sec01 .dotsList li .line::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0059d0;
  z-index: 2;
}

.mainRenew .sec01.active .dotsList li:nth-child(1) .lightLine .circle {
  animation: line_effect2 2s ease-in-out forwards;
  animation-delay: 0s;
}
.mainRenew .sec01.active .dotsList li:nth-child(2) .lightLine .circle {
  animation: line_effect2 2s ease-in-out forwards;
  animation-delay: 2s;
}
.mainRenew .sec01.active .dotsList li:nth-child(3) .lightLine .circle {
  animation: line_effect2 2s ease-in-out forwards;
  animation-delay: 4s;
}
.mainRenew .sec01.active .dotsList li:nth-child(4) .lightLine .circle {
  animation: line_effect2 2s ease-in-out forwards;
  animation-delay: 6s;
}

.mainRenew .sec01.active .dotsList li:nth-child(1) .line::after {
  animation: line_effect 2s ease-in-out forwards;
  animation-delay: 0s;
}
.mainRenew .sec01.active .dotsList li:nth-child(2) .line::after {
  animation: line_effect 2s ease-in-out forwards;
  animation-delay: 2s;
}
.mainRenew .sec01.active .dotsList li:nth-child(3) .line::after {
  animation: line_effect 2s ease-in-out forwards;
  animation-delay: 4s;
}
.mainRenew .sec01.active .dotsList li:nth-child(4) .line::after {
  animation: line_effect 2s ease-in-out forwards;
  animation-delay: 6s;
}

.mainRenew .sec01.active .dotsList li:nth-child(1) .lightLine .circle:after {
  animation: btn_effect 1s ease-in-out forwards;
  animation-delay: 0s;
}
.mainRenew .sec01.active .dotsList li:nth-child(2) .lightLine .circle:after {
  animation: btn_effect 1s ease-in-out forwards;
  animation-delay: 2s;
}
.mainRenew .sec01.active li:nth-child(3) .lightLine .circle:after {
  animation: btn_effect 1s ease-in-out forwards;
  animation-delay: 4s;
}
.mainRenew .sec01.active li:nth-child(4) .lightLine .circle:after {
  animation: btn_effect 1s ease-in-out forwards;
  animation-delay: 6s;
}

@keyframes btn_effect {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}

@keyframes line_effect {
  0% {
    opacity: 0;
    width: 0%;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes line_effect2 {
  0% {
    background-color: #999999;
  }
  100% {
    background-color: #0059d0;
  }
}

.mainRenew .sec01 li:nth-child(2) .rtBox {
  width: calc(100% - 850px);
  height: 100%;
  padding: 60px 60px 40px 50px;
  border-radius: 30px;
  background-color: #fff;
}
.mainRenew .sec01 li:nth-child(2) .rtBox dt {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.mainRenew .sec01 li:nth-child(2) .rtBox dd {
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  line-height: 1.4;
  padding: 25px 0 55px 0;
}
.mainRenew .sec01 li:nth-child(2) .rtBox li:not(:last-child) {
  margin-bottom: 15px;
}
.mainRenew .sec01 li:nth-child(2) .rtBox li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mainRenew .sec01 li:nth-child(2) .rtBox li label {
  width: 140px;
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  line-height: 1;
}
.mainRenew .sec01 li:nth-child(2) .rtBox li input {
  width: calc(100% - 140px);
  height: 60px;
  border-radius: 20px;
  border: 1px solid #14a2ff;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-indent: 20px;
}
.mainRenew .sec01 li:nth-child(2) .bottomInfo {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  margin-top: 20px;
}
.mainRenew .sec01 li:nth-child(2) .rtBox .subMit {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  width: 212px;
  height: 68px;
  line-height: 68px;
  text-align: center;
  background-color: #14a2ff;
  border: none;
  border-radius: 10px;
  margin-top: 22px;
  cursor: pointer;
}
.mainRenew .sec01 li:nth-child(2) .rtBox .subMit:hover {
  background-color: #333;
}
.mainRenew .sec01 li:nth-child(2) input::placeholder {
  color: #666;
  font-weight: 400;
}
.mainRenew .sec01 li:nth-child(2) input:focus {
  color: #000;
  outline: none;
}
.mainRenew .sec01 li:nth-child(2) .checkWrap {
  position: relative;
  padding: 0;
}
.mainRenew .sec01 li:nth-child(2) .checkWrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.mainRenew .sec01 li:nth-child(2) .checkWrap label {
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mainRenew .sec01 li:nth-child(2) .checkWrap .checkDeco {
  width: 18px;
  height: 18px;
  border: 1px solid #737373;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
.mainRenew .sec01 li:nth-child(2) .checkWrap label i {
  font-size: 24px;
  color: #737373;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainRenew .sec01 li:nth-child(2) .checkWrap label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #737373;
}
.mainRenew .sec01 li:nth-child(2) .checkWrap input:checked ~ label i {
  border-color: var(--color01);
  color: var(--color01);
}
.mainRenew .sec01 li:nth-child(2) .termsBtn {
  width: 66px;
  height: 22px;
  line-height: 23px;
  background-color: #d4eaf2;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #14a2ff;
  margin-left: 10px;
  border: none;
}
.mainRenew .sec01 li:nth-child(2) .flexWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

/* sec02 */
.mainRenew .sec02 {
  background-color: #dcf5ff;
  padding: 120px 0 90px 0;
  overflow: hidden;
  position: relative;
}
.mainRenew .sec02 .title {
  margin-bottom: 100px;
}
.mainRenew .sec02 ul {
  width: 1480px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  position: relative;
}
.mainRenew .sec02 ul li {
  width: 32.8%;
  border-radius: 20px;
  border: 1px solid #bfbfbf;
  position: relative;
  z-index: 2;
  transition: all 0.3s;
}
.mainRenew .sec02 ul li:not(:last-child) {
  margin-right: 0.75%;
}
.mainRenew .sec02 ul li:hover {
  border: 1px solid transparent;
}
.mainRenew .sec02 ul li a {
  width: calc(100% - 90px);
  padding: 42px 45px 40px 45px;
  display: block;
}
.mainRenew .sec02 ul li .deco {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #14a2ff;
  line-height: 1;
  border-radius: 10px;
  padding: 15px 20px;
  width: fit-content;
}
.mainRenew .sec02 ul li .text {
  min-height: 70px;
  font-size: 35px;
  font-weight: bold;
  color: #000;
  line-height: 1.3;
  padding: 35px 0 30px 0;
}
.mainRenew .sec02 ul li p {
  padding-bottom: 90px;
  font-size: 20px;
  font-weight: 400;
  color: #14a2ff;
  line-height: 1;
}
.mainRenew .sec02 ul li .imgBox {
  width: 100%;
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.mainRenew .sec02 ul li .imgBox img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mainRenew .sec02 .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 32.8%;
  height: 100%;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 6px 26px 6px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transition: all 0.3s;
}
.mainRenew .sec02 .item-bg.active {
  opacity: 1;
}
.mainRenew .sec02 .scrollBox {
  position: relative;
}
.mainRenew .sec02 .linkBtn {
  width: 260px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #0d0d0d;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  display: block;
  margin: 70px auto 0 auto;
}
.mainRenew .sec02 .linkBtn:hover {
  background-color: #14a2ff;
  color: #fff;
  border: 1px solid transparent;
}

/* sec03 */
.mainRenew .sec03 {
  position: relative;
  width: 100%;
  height: 950px;
  background-color: #d4eaf2;
  z-index: 2;
  overflow-x: hidden;
  padding: 0;
}
.mainRenew .sec03 .deco {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: -1;
  width: 300px;
}
.mainRenew .mainRenewTop {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.mainRenew .mainRenewTop .swiper-wrapper {
  width: fit-content !important;
  height: auto !important;
}
.mainRenew .mainRenewTop .swiper-slide {
  width: auto !important;
  height: auto !important;
  cursor: pointer;
}
.mainRenew .mainRenewTop .swiper-slide:not(:last-child) {
  margin-right: 30px;
}
.mainRenew .mainRenewTop .swiper-slide p {
  width: 160px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #7ecef4;
  box-sizing: border-box;
  font-size: 22px;
  font-weight: 500;
  color: #737373;
  border-radius: 30px;
  background-color: #fff;
}
.mainRenew .mainRenewTop .swiper-slide:hover p {
  opacity: 1;
}
.mainRenew .mainRenewTop .swiper-slide-thumb-active p {
  color: #000;
  font-weight: bold;
}
.mainRenew .mainRenewBottom .swiper-slide {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mainRenew .mainRenewBottom {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.mainRenew .mainRenewBottom .swiperBox {
}
.mainRenew .mainRenewBottom .imgBox {
  width: 48%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.mainRenew .mainRenewBottom .textBox {
  width: 52%;
  position: relative;
  z-index: 1;
  padding-top: 80px;
}
.mainRenew .mainRenewBottom .imgBox img {
  width: 100%;
}
.mainRenew .mainRenewBottom .textBox .info {
  padding-left: 10%;
}
.mainRenew .mainRenewBottom .descBox {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.mainRenew .mainRenewBottom .decoText {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #14a2ff;
  line-height: 1;
  border-radius: 5px;
  padding: 10px 10px;
  width: fit-content;
  margin-bottom: 18px;
}
.mainRenew .mainRenewBottom .btnBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  position: relative;
  z-index: 2;
}
.mainRenew .mainRenewBottom .btnBox a {
  display: block;
  margin: 0 auto;
  width: 240px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.mainRenew .mainRenewBottom .btnBox a:last-child {
  margin-top: 10px;
}
.mainRenew .mainRenewBottom .btnBox .viewMore {
  border: 2px solid #14a2ff;
  color: #14a2ff;
  background-color: #d4eaf2;
}
.mainRenew .mainRenewBottom .btnBox .submitBtn {
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
.mainRenew .mainRenewBottom .btnBox a:hover {
  background-color: #14a2ff;
  color: #fff;
}
.mainRenew .mainRenewBottom .tit {
  font-size: 51px;
  font-weight: bold;
  color: #000000;
  margin-bottom: 4.5vh;
}
.mainRenew .mainRenewBottom .txt {
  font-size: 22px;
  font-weight: 400;
  color: #444444;
  line-height: 1.4;
  position: relative;
}
.mainRenew .mainRenewBottom .textBox .txt::before {
  content: '';
  width: 54%;
  height: 1px;
  background-color: #14a2ff;
  position: absolute;
  left: -11%;
  top: -2.25vh;
}
.mainRenew .mainRenewBottom .textBox02 .txt::before {
  width: 48%;
}
.mainRenew .mainRenewBottom .swiper-slide {
  opacity: 0 !important;
}
.mainRenew .mainRenewBottom .swiper-slide-active {
  opacity: 1 !important;
}

.mainRenew .sec04 {
  padding: 230px 0 160px 0;
  background-color: #fff;
}
.mainRenew .sec04 .btnRight {
  margin-left: 100px;
}
.mainRenew .sec04 .btnRight a {
  width: 280px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(to bottom, #00b5f9, #0080ff, #006eed);
  display: block;
}
.mainRenew .sec04 .btnRight a:hover {
  background: #000;
}
.mainRenew .sec04 .btnRight a:nth-child(1) {
  margin-right: 25px;
}
.mainRenew .sec04 .titleBox {
  margin-bottom: 180px;
}
.mainRenew .sec04 .swiper {
  height: 140px;
  line-height: 140px;
  border-top: 1px solid #444444;
  box-sizing: border-box;
}
.mainRenew .sec04 .swiper-slide {
  width: auto !important;
  height: auto !important;
}
.mainRenew .sec04 .logoRenewSlider03 {
  border-bottom: 1px solid #444444;
}
.mainRenew .sec04 .swiper-slide .vh25 {
  max-height: 25px !important;
}

.popupRenewPartner .closeBtn {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popupRenewPartner .closeBtn i {
  font-size: 32px;
  color: #000;
}
.popupRenewPartner .popupBox {
  padding: 100px 70px 85px 70px;
  width: 530px;
}
.popupRenewPartner dt {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.popupRenewPartner dd {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  padding: 25px 0 60px 0;
}
.popupRenewPartner li:not(:last-child) {
  margin-bottom: 18px;
}
.popupRenewPartner li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.popupRenewPartner li label {
  width: 100px;
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 1.3;
}
.popupRenewPartner li input,
.popupRenewPartner li textarea {
  width: calc(100% - 100px);
  height: 60px;
  border-radius: 10px;
  border: 1px solid #000000;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-indent: 20px;
}
.popupRenewPartner li textarea {
  height: 100px;
  text-indent: 0;
  overflow-y: auto;
}
.popupRenewPartner .bottomInfo {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  margin-top: 15px;
}
.popupRenewPartner .subMit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  width: 200px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #002eb8;
  border: none;
  border-radius: 10px;
  margin-top: 22px;
  cursor: pointer;
}
.popupRenewPartner .subMit:hover {
  background-color: #333;
}
.popupRenewPartner li input::placeholder,
.popupRenewPartner li textarea::placeholder {
  color: #bfbfbf;
  font-weight: 400;
}
.popupRenewPartner li input:focus {
  color: #000;
  outline: none;
}
.popupRenewPartner .checkWrap {
  position: relative;
  padding: 0;
}
.popupRenewPartner .checkWrap input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.popupRenewPartner .checkWrap label {
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.popupRenewPartner .checkWrap .checkDeco {
  width: 25px;
  height: 25px;
  border: 1px solid #d4d4d4;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.popupRenewPartner .checkWrap label i {
  font-size: 32px;
  color: #d4d4d4;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popupRenewPartner .checkWrap label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  color: #737373;
}
.popupRenewPartner .checkWrap input:checked ~ label i {
  border-color: var(--color01);
  color: var(--color01);
}
.popupRenewPartner .termsBtn {
  width: 66px;
  height: 22px;
  line-height: 23px;
  background-color: #d4eaf2;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  color: #14a2ff;
  margin-left: 10px;
  border: none;
}
.popupRenewPartner .flexWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media screen and (max-height: 890px) {
  .popupRenewPartner .popupBox {
    padding: 60px 70px 55px 70px;
  }
}
@media screen and (max-height: 780px) {
  .popupRenewPartner .popupBox {
    overflow-y: auto;
    max-height: calc(90% - 115px);
  }
}

.mainRenew .sec05 {
  padding: 0;
  background-color: #fff;
}
.mainRenew .sec05 .jamsilInfoBox {
  width: calc(100% - 858px);
  display: flex;
  flex-direction: column;
  padding-left: 100px;
}
.mainRenew .sec05 .jamsilInfoBox .border {
  display: block;
  width: 100px;
  height: 5px;
  background-color: #14a2ff;
  margin-bottom: 40px;
}
.mainRenew .sec05 .jamsilInfoBox .titleBox {
}
.mainRenew .sec05 .jamsilInfoBox .titleBox .tit,
.mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
  margin-bottom: 35px;
  line-height: 1.4;
}
.mainRenew .sec05 .jamsilInfoBox .titleBox .tit {
  font-size: 28px;
  font-weight: bold;
  color: #000000;
}
.mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
  font-size: 24px;
  font-weight: 400;
  color: #000000;
}
.mainRenew .sec05 .infoBox {
  border-radius: 20px;
  width: 650px;
  border: 1px solid #424242;
  box-sizing: border-box;
  padding: 35px 20px 15px 40px;
}
.mainRenew .sec05 .infoBox .topBox dt {
  font-size: 22px;
  font-weight: bold;
  color: #424242;
  margin-right: 18px;
}
.mainRenew .sec05 .infoBox .topBox dd a {
  font-size: 22px;
  font-weight: bold;
  color: #14a2ff;
  margin-right: 5px;
}
.mainRenew .sec05 .infoBox .topBox dd img {
  width: 28px;
  margin-right: 4px;
}
.mainRenew .sec05 .infoBox .address h4:nth-child(1) {
  font-size: 20px;
  font-weight: 500;
  color: #424242;
  margin-right: 10px;
}
.mainRenew .sec05 .infoBox .address h4:nth-child(2) {
  font-size: 12px;
  font-weight: 400;
  color: #424242;
}
.mainRenew .sec05 .jamsilInfoBox .border02 {
  display: block;
  margin: 30px 0 15px 0;
  width: 100%;
  height: 1px;
  background-color: #424242;
}
.mainRenew .sec05 .hoursBox {
  position: relative;
  padding: 0 15px;
}
.mainRenew .sec05 .hoursBox::after {
  content: '';
  width: 1px;
  height: 125px;
  background-color: #424242;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.mainRenew .sec05 .hoursBox li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.mainRenew .sec05 .hoursBox li:not(:last-child) {
  margin-bottom: 22px;
}
.mainRenew .sec05 .hoursBox li:first-child {
  padding-top: 12px;
}
.mainRenew .sec05 .hoursBox li:last-child {
  padding-bottom: 30px;
}
.mainRenew .sec05 .hoursBox li .tit,
.mainRenew .sec05 .hoursBox li .txt {
  font-size: 14px;
  font-weight: 400;
  color: #424242;
}
.mainRenew .sec05 .hoursBox li .tit {
  width: 80px;
}
.mainRenew .sec05 .busanLink {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 200px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  background-color: #002eb8;
  border: none;
  border-radius: 10px;
  margin-top: 60px;
  cursor: pointer;
}
.mainRenew .sec05 .busanLink:hover {
  background-color: #333;
}
#footerRenew {
  padding: 80px;
  background-color: #002672;
  text-align: center;
}
#footerRenew p:nth-child(1) {
  padding-bottom: 25px;
}
#footerRenew .desc {
  font-size: 24px;
  font-weight: 300;
  color: #fff;
}

#floatBnBottom {
  width: 1250px;
  margin: 100px auto 190px auto;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  background-color: #33b3f8;
  border: 2px solid #fff;
  box-sizing: border-box;
  box-shadow: 1px -1px 30px rgba(0, 0, 0, 0.2);
}
#floatBnBottom.active {
  display: block;
}
#floatBnBottom ul li {
  width: 300px;
  height: 65px;
  line-height: 65px;
  border-radius: 32px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
#floatBnBottom ul li:not(:last-child) {
  margin-right: 35px;
}
#floatBnBottom ul li p {
  font-size: 24px;
  font-weight: 500;
  color: #00000b;
  text-align: center;
  padding-left: 45px;
}
#floatBnBottom ul li:hover p {
  color: #33b3f8;
}
#floatBnBottom ul li img {
  position: absolute;
  left: 0;
  top: 0;
}

#mainVisualRenew {
  width: 100%;
  position: relative;
  z-index: 10;
  background-color: #fff;
  margin-top: 280px;
  padding-top: 40px;
  display: flex;
  flex-direction: row;
  justify-content: end;
}
#mainVisualRenew.active {
  position: sticky;
  z-index: 99;
  background-color: #fff;
}
#mainVisualRenew .leftFixed {
  width: calc(90% - 810px);
  height: 100%;
}
#mainVisualRenew .leftFixed.active {
  position: fixed;
  top: 50px;
  left: 0;
}
#mainVisualRenew .leftFixed h2 {
  text-align: right;
  font-size: 54px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -1px;
  line-height: 1.4;
  padding-right: 8%;
}
#mainVisualRenew .leftFixed h2 .dotText {
  font-size: 54px;
  font-weight: 600;
  color: #000000;
}
#mainVisualRenew .leftFixed .underscore,
#mainVisualRenew .leftFixed .dotText {
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
#mainVisualRenew .leftFixed .underscore::after {
  content: '';
  width: calc(100% + 16px);
  height: 27px;
  background-color: #b8e3ff;
  position: absolute;
  left: -8px;
  bottom: -8px;
  z-index: -1;
}
#mainVisualRenew .leftFixed .dotText::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
#mainVisualRenew .leftFixed .btnBox {
  position: absolute;
  top: 0;
  left: 0;
}
#mainVisualRenew .circleAniWrap {
  position: fixed;
  top: calc(50% + 100px);
  transform: translateY(-50%);
  left: -300px;
  width: 590px;
  height: 590px;
  z-index: 99;
}
#mainVisualRenew .circleAniWrap .circle {
  width: 100%;
  height: 100%;
  position: relative;
}
#mainVisualRenew .circleAniWrap .circle .center,
#mainVisualRenew .circleAniWrap .circleLine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  border: none;
  border-radius: 0px;
  z-index: 0;
}
#mainVisualRenew .circleAniWrap .circleLine img {
  transform: rotate(0deg);
  transition: transform 0.5s ease; /* 부드러운 회전 애니메이션 */
}
#mainVisualRenew .circleAniWrap .circle .center {
  width: 320px !important;
}
#mainVisualRenew .circleAniWrap .circleLine img {
  width: 590px;
}
#mainVisualRenew .circleAniWrap .btnSwiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
#mainVisualRenew .circleAniWrap .btnSwiper li {
  cursor: pointer;
}
#mainVisualRenew .circleAniWrap a:nth-child(1) {
  position: absolute;
  top: 30%;
  transform: translateY(-50%);
  right: 40px;
  z-index: 2;
}
#mainVisualRenew .circleAniWrap a:nth-child(2) {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 10px;
  z-index: 2;
}
#mainVisualRenew .circleAniWrap a:nth-child(3) {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 25px;
  z-index: 2;
}
#mainVisualRenew .circleAniWrap a:nth-child(4) {
  position: absolute;
  top: 75%;
  transform: translateY(-50%);
  right: 32px;
  z-index: 2;
}
#mainVisualRenew .circleAniWrap a:nth-child(5) {
  opacity: 0;
  z-index: -1;
  position: absolute;
}
#mainVisualRenew .circleAniWrap button {
  background-color: transparent;
  line-height: 1;
  border: none;
}
#mainVisualRenew .circleAniWrap h2,
#mainVisualRenew .circleAniWrap p,
#mainVisualRenew .circleAniWrap .color {
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  cursor: pointer;
}
#mainVisualRenew .circleAniWrap h2 {
  color: #cccccc;
  display: block;
}
#mainVisualRenew .circleAniWrap p {
  color: #000000;
  line-height: 1.3;
  padding-top: 7px;
  opacity: 0;
}
#mainVisualRenew .circleAniWrap .color {
  display: block;
  color: #14a2ff;
}
#mainVisualRenew .circleAniWrap a {
  width: auto !important;
  height: auto !important;
}
#mainVisualRenew .circleAniWrap a.active h2 {
  color: #000;
}
#mainVisualRenew .circleAniWrap a.active p {
  opacity: 1;
}

#mainVisualRenew .mainHistory {
  width: 810px;
  margin-right: 10%;
}
#mainVisualRenew .mainHistory .mainHistoryWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .swiper-slide {
  position: relative;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .imgBox {
  width: 48%;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .imgBox img {
  width: 100%;
  border-radius: 10px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox {
  width: 52%;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox01 {
  padding-left: 20px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox02 {
  padding-right: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox h3 strong {
  font-weight: bold;
  display: inline-block;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox h3 .block {
  display: block;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox {
  background-color: #f4f4f4;
  padding: 20px 22px;
  border-radius: 10px;
  margin-top: 20px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox.mt10 {
  margin-top: 10px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox h4,
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox p {
  font-size: 14px;
  font-weight: 400;
  color: #3d3232;
  line-height: 1.6;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox p {
  font-size: 14px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox01 {
  width: 280px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox02 {
  width: 300px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox03 {
  width: 250px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox04 {
  width: 320px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox05 {
  width: 185px;
  padding: 15px 25px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox06 {
  width: 185px;
  padding: 15px 25px 15px 35px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .pr15 {
  padding-right: 15px;
}
#mainVisualRenew .mainHistory .mainHistoryWrap .textBox .pl15 {
  padding-left: 15px;
}
#mainVisualRenew .mainHistory .imgBox {
  position: relative;
  cursor: pointer;
}
#mainVisualRenew .mainHistory .hoverBox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
}
#mainVisualRenew .mainHistory .hoverBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#mainVisualRenew .mainHistory .hoverBox .date {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
#mainVisualRenew .mainHistory .hoverBox .text,
#mainVisualRenew .mainHistory .hoverBox .color {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
#mainVisualRenew .mainHistory .hoverBox .color {
  color: #00ffff;
}
#mainVisualRenew .mainHistory .imgBox:hover .hoverBox {
  opacity: 1;
}
#mainVisualRenew .mainHistory .lastBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin-left: -450px;
  background-color: #fff;
  padding-top: 50px;
}
#mainVisualRenew .mainHistory .lastBox h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
#mainVisualRenew .mainHistory .lastBox h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
#mainVisualRenew .mainHistory .lastBox a {
  display: block;
  width: 276px;
  height: 58px;
  line-height: 58px;
  border-radius: 10px;
  background-color: #14a2ff;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-bottom: none;
  text-decoration: none;
}
#mainVisualRenew .mainHistory .lastBox .textBox {
  padding-left: 20px;
}

@media screen and (max-width: 1800px) {
  #mainVisualRenew .mainHistory {
    width: 750px;
  }
  #mainVisualRenew .leftFixed {
    width: calc(90% - 750px);
  }
  #mainVisualRenew .leftFixed .dotText::after {
    width: 8px;
    height: 8px;
    top: -15px;
  }

  .mainRenew .sec01 li:nth-child(1) .rtBox {
    width: calc(100% - 460px);
  }
  .mainRenew .sec01 li:nth-child(1) .rtBox img {
    width: 100%;
  }
}
@media screen and (max-width: 1680px) {
  .mainRenew .sec01 li:nth-child(2) .rtBox li input::placeholder {
    font-size: 16px;
  }
  #mainVisualRenew .leftFixed h2,
  #mainVisualRenew .leftFixed h2 .dotText {
    font-size: 46px;
  }

  .mainRenew .sec02 ul li .text {
    font-size: 30px;
  }
  .mainRenew .sec02 ul li p {
    font-size: 19px;
  }

  .mainRenew .sec04 .btnRight {
    margin-left: 60px;
  }
  .mainRenew .sec05 .hoursBox li:first-child {
    margin-bottom: 12px;
  }
  .mainRenew .sec05 .hoursBox li:not(:last-child) {
    margin-bottom: 25px;
  }
  .mainRenew .sec05 .hoursBox li .tit,
  .mainRenew .sec05 .hoursBox li .txt {
    font-size: 16px;
  }
  .mainRenew .sec05 .jamsilInfoBox .border02 {
    margin: 20px 0 15px 0;
  }
  .mainRenew .sec05 .hoursBox::after {
    height: 130px;
    left: 46%;
  }

  .mainRenew .sec05 .companyImg {
    width: 660px;
  }
  .mainRenew .sec05 .companyImg img {
    width: 100%;
  }
  .mainRenew .sec05 .jamsilInfoBox {
    width: calc(100% - 660px);
    padding-left: 40px;
  }
}

@media screen and (max-width: 1580px) {
  #mainVisualRenew .leftFixed h2,
  #mainVisualRenew .leftFixed h2 .dotText {
    font-size: 40px;
  }
  #mainVisualRenew .leftFixed h2 {
    padding-right: 6%;
  }
  #mainVisualRenew .mainHistory {
    width: 700px;
  }
  #mainVisualRenew .leftFixed {
    width: calc(90% - 700px);
  }
  #mainVisualRenew .mainHistory .mainHistoryWrap .textBox h3 {
    font-size: 16px;
  }
  #mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox h4,
  #mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox p {
    font-size: 14px;
  }
  #mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox {
    width: calc(100% - 60px) !important;
  }
  #mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox05 {
    width: 220px !important;
  }
  #mainVisualRenew .mainHistory .mainHistoryWrap .textBox .greyBox06 {
    width: 200px !important;
  }
  #mainVisualRenew .mainHistory .lastBox {
    margin-left: -333px;
  }
  #mainVisualRenew .mainHistory .imgBox img {
    width: 500px;
  }
  #mainVisualRenew .mainHistory .lastBox a {
    font-size: 16px;
    width: 230px;
    height: 50px;
    line-height: 50px;
  }

  .mainRenew h2.title {
    font-size: 46px;
  }
  .mainRenew .sec01 .dotsList li p {
    font-size: 19px;
  }
  .mainRenew .sec01 .dotsList .lightLine {
    width: 90px;
    margin-top: 10px;
  }

  .mainRenew .sec02 ul {
    width: 1280px;
  }

  .mainRenew .sec02 ul li .text {
    font-size: 22px;
    padding: 25px 0 20px 0;
  }
  .mainRenew .sec02 ul li p {
    font-size: 18px;
    padding-bottom: 60px;
  }
  .mainRenew .sec02 ul li a {
    padding: 40px 30px 30px 30px;
    width: calc(100% - 60px);
  }
  .mainRenew .sec02 ul li .deco {
    font-size: 18px;
    padding: 12px 16px;
  }
  .mainRenew .sec02 ul li .imgBox {
    height: 220px;
  }

  .mainRenew .mainRenewBottom .tit {
    font-size: 50px;
  }

  .mainRenew .sec04 .btnRight {
    font-size: 20px;
  }

  .mainRenew .sec05 .jamsilInfoBox .titleBox .tit {
    font-size: 22px;
  }
  .mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1480px) {
  #mainVisualRenew .leftFixed h2,
  #mainVisualRenew .leftFixed h2 .dotText {
    font-size: 34px;
  }

  .mainRenew .sec02 .linkBtn {
    width: 240px;
    font-size: 19px;
  }

  .mainRenew .mainRenewTop .swiper-slide:not(:last-child) {
    margin-right: 20px;
  }

  .mainRenew .sec03 .deco {
    width: 220px;
  }
  .mainRenew .mainRenewBottom .decoText {
    font-size: 16px;
  }

  .mainRenew .mainRenewBottom .tit {
    font-size: 45px;
  }
  .mainRenew .mainRenewBottom .txt {
    font-size: 20px;
  }

  .mainRenew .sec04 .btnRight a {
    font-size: 24px;
    width: 250px;
    height: 70px;
    line-height: 70px;
  }

  .mainRenew .sec04 .swiper {
    height: 130px;
    line-height: 130px;
  }
  .mainRenew .sec04 .swiper-slide img {
    max-height: 60%;
  }
  .mainRenew .sec05 .jamsilInfoBox .border {
    margin-bottom: 25px;
    width: 90px;
  }
  .mainRenew .sec05 .jamsilInfoBox .titleBox .tit {
    font-size: 19px;
  }
  .mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    font-size: 17px;
  }
  .mainRenew .sec05 .jamsilInfoBox .titleBox .tit,
  .mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    margin-bottom: 20px;
  }
  .mainRenew .sec05 .infoBox .topBox dt {
    font-size: 19px;
  }
  .mainRenew .sec05 .infoBox .topBox dd img {
    width: 23px;
    margin-right: 4px;
  }
  .mainRenew .sec05 .infoBox .topBox dd a {
    font-size: 20px;
  }
  .mainRenew .sec05 .infoBox .address h4:nth-child(1) {
    font-size: 16px;
    letter-spacing: -1px;
  }
  .mainRenew .sec05 .infoBox .address h4:nth-child(2) {
    font-size: 13px;
  }
  .mainRenew .sec05 .hoursBox li:first-child {
    margin-bottom: 12px;
  }
  .mainRenew .sec05 .hoursBox li:not(:last-child) {
    margin-bottom: 22px;
  }
  .mainRenew .sec05 .hoursBox li .tit,
  .mainRenew .sec05 .hoursBox li .txt {
    font-size: 15px;
  }
  .mainRenew .sec05 .jamsilInfoBox .border02 {
    margin: 28px 0 15px 0;
  }
  .mainRenew .sec05 .hoursBox::after {
    height: 120px;
    left: 46%;
  }
  .mainRenew .sec05 .infoBox {
    width: 570px;
    padding: 30px 15px 15px 20px;
  }
  .mainRenew .sec05 .busanLink {
    margin-top: 25px;
    width: 170px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
  }
}
@media screen and (max-width: 1380px) {
  #mainVisualRenew .leftFixed h2,
  #mainVisualRenew .leftFixed h2 .dotText {
    font-size: 34px;
  }
  #mainVisualRenew .circleAniWrap {
    width: 550px;
    height: 550px;
    left: -225px;
  }
  #mainVisualRenew .circleLine {
    width: 100% !important;
    height: 100% !important;
  }
  #mainVisualRenew .circleAniWrap .circleLine img {
    width: 100%;
  }
  #mainVisualRenew .circleAniWrap .circle .center {
    width: 300px;
  }
  #mainVisualRenew .circleAniWrap a:nth-child(1) {
    right: 20px;
  }
  #mainVisualRenew .circleAniWrap a:nth-child(2) {
    right: 5px;
  }
  #mainVisualRenew .circleAniWrap a:nth-child(3) {
    right: 22px;
  }
  #mainVisualRenew .circleAniWrap a:nth-child(4) {
    right: 55px;
  }

  #mainVisualRenew .leftFixed .dotText::after {
    width: 6px;
    height: 6px;
    top: -12px;
  }
  #mainVisualRenew .leftFixed {
    width: calc(100% - 670px);
  }
  #mainVisualRenew .leftFixed h2 {
    padding-right: 40px;
  }
  #mainVisualRenew .mainHistory {
    width: 650px;
  }

  .mainRenew .sec01 .dotsList li p {
    font-size: 16px;
  }
  .mainRenew .sec01 .dotsList .lightLine {
    width: 67px;
  }

  .mainRenew .sec02 ul {
    width: 1180px;
  }

  .mainRenew .sec05 .companyImg {
    width: 550px;
  }
  .mainRenew .sec05 .companyImg img {
    width: 100%;
  }
  .mainRenew .sec05 .jamsilInfoBox {
    width: calc(100% - 550px);
  }
  .mainRenew .sec05 .jamsilInfoBox .textBox {
  }
  .mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    font-size: 18px;
  }
  .mainRenew .sec05 .jamsilInfoBox .titleBox .txt.mb60 {
    margin-bottom: 40px !important;
  }
  .mainRenew .sec04 .swiper {
    height: 110px;
    line-height: 110px;
  }
  .mainRenew .sec04 .swiper-slide img {
    max-height: 50%;
  }

  .mainRenew .sec01 .inner {
    width: 1200px;
  }

  .mainRenew .sec01 li:nth-child(2) .lfBox {
    width: 600px;
  }
  .mainRenew .sec01 .videoThumWrap {
    height: 330px;
  }
  .mainRenew .sec01 li:nth-child(2) .lfBox li p {
    font-size: 15px;
    width: 180px;
  }
  .mainRenew .sec01 li:nth-child(2) .rtBox {
    width: calc(100% - 700px);
    padding: 40px 50px 20px 25px;
  }
  .mainRenew .sec01 li:nth-child(2) .rtBox .subMit {
    font-size: 18px;
    width: 200px;
    height: 55px;
    line-height: 55px;
  }
  .mainRenew .sec01 li:nth-child(2) .rtBox dt {
    font-size: 26px;
  }
  .mainRenew .sec01 li:nth-child(2) .rtBox dd {
    padding: 20px 0 40px 0;
  }
}
@media screen and (max-width: 1280px) {
  .mainRenew {
    min-width: 1200px;
  }
  #mainVisualRenew {
    width: 1200px;
  }
  #mainVisualRenew .leftFixed {
    width: 520px;
  }
  #mainVisualRenew .leftFixed h2,
  #mainVisualRenew .leftFixed h2 .dotText {
    font-size: 30px;
  }
  #mainVisualRenew .circleAniWrap .circle .center {
    width: 200px;
  }
  #mainVisualRenew .circleAniWrap {
    width: 450px;
    height: 450px;
    left: -215px;
    top: 12%;
  }
  #mainVisualRenew .circleAniWrap p {
    font-size: 12px;
    padding-top: 3px;
  }
  #mainVisualRenew .circleAniWrap .color {
    font-size: 12px;
  }

  .mainRenew h2.title {
    font-size: 40px;
  }

  #floatBnBottom {
    width: 1180px;
  }
  #footerRenew {
    padding: 60px 0;
  }

  #footerRenew .desc {
    font-size: 20px;
  }
}

.mainRenew .mainVisualBottom {
  margin-top: 1000px;
  box-shadow: -1px -9px 30px rgba(0, 0, 0, 0.1);
  padding-top: 90px;
  position: relative;
  z-index: 3;
  overflow: hidden;
  background-color: #fff;
}
.mainRenew .mainVisualBottom .lastBox {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: relative;
  width: 1180px;
  margin: 0 auto;
  padding-left: 8%;
}
.mainRenew .mainVisualBottom .lastBox img {
  width: 730px;
  position: relative;
}
.mainRenew .mainVisualBottom .lastBox h3 {
  font-size: 18px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
.mainRenew .mainVisualBottom .lastBox h4 {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.mainRenew .mainVisualBottom .lastBox a {
  display: block;
  width: 276px;
  height: 58px;
  line-height: 58px;
  border-radius: 10px;
  background-color: #14a2ff;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-bottom: none;
  text-decoration: none;
}
.mainRenew .mainVisualBottom .lastBox .textBox {
  padding-left: 20px;
  padding-top: 155px;
}

.mainRenew .mainVisualBottom {
  width: 100%;
}
.mainRenew .mainVisualBottom.active {
  display: block;
}
.mainRenew .mainVisualBottom ul {
  width: 1250px;
  margin: 130px auto 220px auto;
  height: 100px;
  line-height: 100px;
  border-radius: 50px;
  background-color: #33b3f8;
  border: 2px solid #fff;
  box-sizing: border-box;
  box-shadow: 1px -1px 30px rgba(0, 0, 0, 0.2);
}
.mainRenew .mainVisualBottom ul li {
  width: 300px;
  height: 65px;
  line-height: 65px;
  border-radius: 32px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
}
.mainRenew .mainVisualBottom ul li:not(:last-child) {
  margin-right: 35px;
}
.mainRenew .mainVisualBottom ul li p {
  font-size: 24px;
  font-weight: 500;
  color: #00000b;
  text-align: center;
  padding-left: 45px;
}
.mainRenew .mainVisualBottom ul li:hover p {
  color: #33b3f8;
}
.mainRenew .mainVisualBottom ul li img {
  position: absolute;
  left: 0;
  top: 0;
}

.mainVisualRenew250214 {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  height: 1080px;
  overflow: hidden;
  padding-top: 199px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.mainVisualRenew250214 .circleAniWrap {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  left: -300px;
  z-index: 2;
}
.mainVisualRenew250214 .circleAniWrap .circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mainVisualRenew250214 .circleAniWrap .circle .center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 320px;
  height: 320px;
}
.mainVisualRenew250214 .circleAniWrap .circleLine {
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  border-radius: 0px;
  z-index: 0;
}
.mainVisualRenew250214 .circleAniWrap .circleLine img {
  width: 100%;
  height: 100%;
  transform: rotate(0deg);
  transition: transform 0.5s ease; /* 부드러운 회전 애니메이션 */
}
.mainVisualRenew250214 .circleAniWrap,
.mainVisualRenew250214 .circleAniWrap .circleLine {
  width: 600px;
  height: 600px;
}

.mainVisualRenew250214 .circleAniWrap .mainRenewSliderThum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
.mainVisualRenew250214 .mainRenewSliderThum .swiper-slide {
  width: auto;
  height: auto;
}
.mainVisualRenew250214 .circleAniWrap .swiper-slide p,
.mainVisualRenew250214 .circleAniWrap .swiper-slide p strong {
  font-size: 14px;
  font-weight: bold;
  color: #cbcbcb;
  text-align: left;
  line-height: 1.3;
}
.mainVisualRenew250214 .circleAniWrap .swiper-slide p strong {
  padding-top: 2px;
  display: block;
  opacity: 0;
}
.mainVisualRenew250214 .circleAniWrap .swiper-slide p strong .color {
  color: #5da1fc;
}
.mainVisualRenew250214 .circleAniWrap .swiper-slide:nth-child(1) {
  position: absolute;
  top: 28%;
  transform: translateY(-50%);
  right: 35px;
  z-index: 2;
}
/* .mainVisualRenew250214 .circleAniWrap .swiper-slide:nth-child(2) {display:none;} */
.mainVisualRenew250214 .circleAniWrap .swiper-slide:nth-child(2) {
  position: absolute;
  top: 46%;
  transform: translateY(-50%);
  right: -5px;
  z-index: 2;
}
/* .mainVisualRenew250214 .circleAniWrap .swiper-slide:nth-child(4) {display:none;} */
.mainVisualRenew250214 .circleAniWrap .swiper-slide:nth-child(3) {
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  right: 14px;
  z-index: 2;
}
/* .mainVisualRenew250214 .circleAniWrap .swiper-slide:nth-child(6) {display:none;} */
.mainVisualRenew250214 .circleAniWrap .swiper-slide:nth-child(4) {
  position: absolute;
  top: 78%;
  transform: translateY(-50%);
  right: 50px;
  z-index: 2;
}
/* .mainVisualRenew250214 .circleAniWrap .swiper-slide:nth-child(8) {display:none;} */
.mainVisualRenew250214 .circleAniWrap .swiper-slide.on p,
.mainVisualRenew250214 .circleAniWrap .swiper-slide.on p strong {
  color: #000 !important;
  opacity: 1 !important;
}

.mainVisualRenew250214 .mainRenewBox {
  overflow: hidden;
}
.mainVisualRenew250214 .mainRenewBox .leftFixed {
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
.mainVisualRenew250214 .mainRenewBox .leftFixed h2 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  color: #000000;
  letter-spacing: -1px;
  line-height: 1.4;
  padding-right: 8%;
}
.mainVisualRenew250214 .mainRenewBox .leftFixed h2 .dotText {
  font-size: 50px;
  font-weight: 600;
  color: #000000;
}
.mainVisualRenew250214 .mainRenewBox .leftFixed .underscore,
.mainVisualRenew250214 .mainRenewBox .leftFixed .dotText {
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.mainVisualRenew250214 .mainRenewBox .leftFixed .underscore::after {
  content: '';
  width: calc(100% + 16px);
  height: 27px;
  background-color: #b8e3ff;
  position: absolute;
  left: -8px;
  bottom: -8px;
  z-index: -1;
}
.mainVisualRenew250214 .mainRenewBox .leftFixed .dotText::after {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -18px;
}
.mainVisualRenew250214 .mainRenewBox .leftFixed .btnBox {
  position: absolute;
  top: 0;
  left: 0;
}
.mainVisualRenew250214 .mainRenewBox {
  width: 940px;
  height: 100%;
  margin-left: 5%;
}
.mainVisualRenew250214 .mainRenewSlider01 {
  /* 슬라이더의 모든 터치 이벤트 비활성화 */
  overflow: hidden;
  height: calc(100% - 300px);
}
.mainVisualRenew250214 .mainRenewSlider01 .swiper-slide {
  height: auto !important;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .imgBox {
  width: 430px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .imgBox img {
  width: 100%;
  border-radius: 10px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox {
  width: calc(100% - 480px);
  margin-left: 50px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox01 {
  padding-left: 20px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox02 {
  padding-right: 20px;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox h3 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox h3 strong {
  font-weight: bold;
  display: inline-block;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox h3 .block {
  display: block;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox {
  background-color: #f4f4f4;
  padding: 20px 22px;
  border-radius: 10px;
  margin-top: 20px;
}
.mainVisualRenew250214
  .mainRenewSlider01
  .mainHistoryWrap
  .textBox
  .greyBox.mt10 {
  margin-top: 10px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox h4,
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox p {
  font-size: 14px;
  font-weight: 400;
  color: #3d3232;
  line-height: 1.6;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox p {
  font-size: 14px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox01 {
  width: 280px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox02 {
  width: 300px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox03 {
  width: 250px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox04 {
  width: 320px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox05 {
  width: 185px;
  padding: 15px 25px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .greyBox06 {
  width: 185px;
  padding: 15px 25px 15px 35px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .pr15 {
  padding-right: 15px;
}
.mainVisualRenew250214 .mainRenewSlider01 .mainHistoryWrap .textBox .pl15 {
  padding-left: 15px;
}
.mainVisualRenew250214 .mainRenewSlider01 .imgBox {
  position: relative;
  cursor: pointer;
}
.mainVisualRenew250214 .mainRenewSlider01 .hoverBox {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
  text-align: center;
}
.mainVisualRenew250214 .mainRenewSlider01 .hoverBox img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.mainVisualRenew250214 .mainRenewSlider01 .hoverBox .date {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  margin-bottom: 20px;
}
.mainVisualRenew250214 .mainRenewSlider01 .hoverBox .text,
.mainVisualRenew250214 .mainRenewSlider01 .hoverBox .color {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
}
.mainVisualRenew250214 .mainRenewSlider01 .hoverBox .color {
  color: #00ffff;
}
.mainVisualRenew250214 .mainRenewSlider01 .imgBox:hover .hoverBox {
  opacity: 1;
}
