#header.headeRenew {
  padding: 0;
}
#header.headeRenew #logo img.off {
  display: none;
}
#header.headeRenew #logo img.on {
  display: block;
}

#mainRenew .sec2 {
  background-color: #dcf5ff;
  padding: 60px 0;
}

.headeRenew .inner {
  padding: 20px 40px;
}
.headeRenew .bnSwiperVertical {
  position: relative;
  width: 100%;
}
.headeRenew .bnSwiperVertical p {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.headeRenew .bnSwiperVertical .swiper-slide {
  opacity: 0 !important;
  width: 100%;
  height: 100%;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  overflow: hidden;
}
.headeRenew .bnSwiperVertical .swiper-slide a {
  width: 100%;
  height: 100%;
}
.headeRenew .bnSwiperVertical .swiper-slide .decoImg {
  width: auto;
  margin-left: 10px;
}
.headeRenew .bnSwiperVertical .swiper-slide-active {
  opacity: 1 !important;
}
.headeRenew .bnSwiperVertical .closeBtn {
  position: absolute;
  right: 30px;
  top: 47%;
  transform: translateY(-50%);
  background-color: transparent;
  font-size: 28px;
  color: #fff;
  z-index: 99999999999999;
}
@media screen and (max-width: 680px) {
  .headeRenew .bnSwiperVertical .closeBtn {
    font-size: 25px;
  }
}
@media screen and (max-width: 580px) {
  .headeRenew .bnSwiperVertical {
    height: 70px;
  }
  .headeRenew .bnSwiperVertical .closeBtn {
    font-size: 23px;
    right: 20px;
  }
}
@media screen and (max-width: 480px) {
  .headeRenew .inner {
    padding: 20px 20px;
  }
  .headeRenew .bnSwiperVertical {
    height: 70px;
  }
  .headeRenew .bnSwiperVertical .closeBtn {
    font-size: 21px;
    right: 15px;
  }
  .headeRenew .bnSwiperVertical .swiper-slide .decoImg {
    width: 25px;
  }
}
@media screen and (max-width: 410px) {
  .headeRenew .bnSwiperVertical {
    height: 47px;
  }
  .headeRenew .bnSwiperVertical .closeBtn {
    font-size: 17px;
  }
  .headeRenew .bnSwiperVertical .swiper-slide .decoImg {
    width: 20px;
  }
}
@media screen and (max-width: 360px) {
  .headeRenew .bnSwiperVertical .closeBtn {
    font-size: 18px;
    right: 10px;
  }
  .headeRenew .bnSwiperVertical .swiper-slide .decoImg {
    width: 20px;
  }
}

#footerRenew {
  padding: 45px 0;
  background-color: #182a6f;
  text-align: center;
}
#footerRenew p,
#footerRenew p span,
#footerRenew a {
  font-size: 23px;
  font-weight: 300;
  color: #fff;
}
#footerRenew a {
  display: inline-block;
}
#footerRenew p {
  line-height: 1.8;
}
#footerRenew p span {
  margin: 0 10px;
}

@media screen and (max-width: 720px) {
  #footerRenew {
    padding: 40px 0;
  }
  #footerRenew p,
  #footerRenew p span,
  #footerRenew a {
    font-size: 20px;
  }
}
@media screen and (max-width: 680px) {
  #footerRenew {
    padding: 35px 0 120px 0;
  }
  #footerRenew p,
  #footerRenew p span,
  #footerRenew a {
    font-size: 18px;
  }
  #footerRenew p span {
    margin: 0 5px;
  }
}
@media screen and (max-width: 580px) {
  #footerRenew p,
  #footerRenew p span,
  #footerRenew a {
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  #footerRenew p,
  #footerRenew p span,
  #footerRenew a {
    font-size: 15px;
  }
}
@media screen and (max-width: 450px) {
  #footerRenew p,
  #footerRenew p span,
  #footerRenew a {
    font-size: 14px;
  }
  #footerRenew p span {
    margin: 0 3px;
  }
}
@media screen and (max-width: 400px) {
  #footerRenew p,
  #footerRenew p span,
  #footerRenew a {
    font-size: 13px;
    letter-spacing: -1px;
  }
  #footerRenew p span {
    margin: 0 1px;
    font-size: 12px;
  }
}
@media screen and (max-width: 360px) {
  #footerRenew p,
  #footerRenew p span,
  #footerRenew a {
    font-size: 12px;
    letter-spacing: -1px;
  }
  #footerRenew p span {
    margin: 0;
    font-size: 11px;
  }
}
@media screen and (max-width: 330px) {
  #footerRenew p,
  #footerRenew p span,
  #footerRenew a {
    font-size: 12px;
    letter-spacing: -1.2px;
  }
  #footerRenew p span {
    margin: 0;
    font-size: 10px;
  }
}
@media screen and (max-width: 320px) {
  #footerRenew p,
  #footerRenew p span,
  #footerRenew a {
    font-size: 12px;
    letter-spacing: -1.5px;
  }
  #footerRenew p span {
    margin: 0;
    font-size: 10px;
  }
}

/* mainVisual */
#mainRenew .mainVisualRenew {
  width: 100%;
  height: calc(100vh - 47px);
  padding-top: 47px;
  overflow: hidden;
  position: relative;
}
#mainRenew .mainVisualRenewAcitve {
  padding-top: 0px !important;
}
#mainRenew .mainVisualRenew .leftFixed {
  position: absolute;
  left: 0;
  top: 150px;
  width: 100%;
  z-index: 9;
}
#mainRenew .mainVisualRenew .leftFixed h2 {
  font-size: 31px;
  font-weight: bold;
  color: #000000;
  letter-spacing: -1px;
  line-height: 1.4;
  position: relative;
  left: 47%;
  transform: translateX(-50%);
  width: fit-content;
}
#mainRenew .mainVisualRenew .leftFixed h2 .dotText {
  font-size: 1em;
  font-weight: bold;
  color: #000000;
}
#mainRenew .mainVisualRenew .leftFixed .underscore,
#mainRenew .mainVisualRenew .leftFixed .dotText {
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
#mainRenew .mainVisualRenew .leftFixed .underscore::after {
  content: "";
  width: calc(100% + 16px);
  height: 27px;
  background-color: #b8e3ff;
  position: absolute;
  left: -8px;
  bottom: -8px;
  z-index: -1;
}
#mainRenew .mainVisualRenew .leftFixed .dotText::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
}

/* 왼쪽 */
#mainRenew .circleAniWrap {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  width: 400px;
  height: 400px;
  left: -200px;
  z-index: 2;
}
#mainRenew .circleAniWrap .circle {
  width: 100%;
  height: 100%;
  position: relative;
}
#mainRenew .circleAniWrap .circle .center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#mainRenew .circleAniWrap .circleLine {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  border: none;
  border-radius: 0px;
  z-index: 0;
}
#mainRenew .circleAniWrap .circle .center {
  width: 100%;
}
#mainRenew .circleAniWrap .circleLine img {
  transform: rotate(0deg);
  transition: transform 0.5s ease; /* 부드러운 회전 애니메이션 */
  width: 200px;
}
#mainRenew .circleAniWrap .mainRenewSliderThum {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
#mainRenew .mainRenewSliderThum .swiper-slide {
  width: auto;
  height: auto;
}
#mainRenew .circleAniWrap .swiper-slide p,
#mainRenew .circleAniWrap .swiper-slide p strong {
  font-size: 10px;
  font-weight: bold;
  color: #cbcbcb;
  text-align: left;
  line-height: 1.3;
}
#mainRenew .circleAniWrap .swiper-slide p strong {
  padding-top: 2px;
  display: block;
  opacity: 0;
}
#mainRenew .circleAniWrap .swiper-slide p strong .color {
  color: #5da1fc;
}
#mainRenew .circleAniWrap .swiper-slide:nth-child(1) {
  position: absolute;
  top: 29%;
  transform: translateY(-50%);
  right: 12px;
  z-index: 2;
}
#mainRenew .circleAniWrap .swiper-slide:nth-child(2) {
  display: none;
}
#mainRenew .circleAniWrap .swiper-slide:nth-child(3) {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: -27px;
  z-index: 2;
}
#mainRenew .circleAniWrap .swiper-slide:nth-child(4) {
  display: none;
}
#mainRenew .circleAniWrap .swiper-slide:nth-child(5) {
  position: absolute;
  top: 63%;
  transform: translateY(-50%);
  right: -13px;
  z-index: 2;
}
#mainRenew .circleAniWrap .swiper-slide:nth-child(6) {
  display: none;
}
#mainRenew .circleAniWrap .swiper-slide:nth-child(7) {
  position: absolute;
  top: 80%;
  transform: translateY(-50%);
  right: 5px;
  z-index: 2;
}
#mainRenew .circleAniWrap .swiper-slide:nth-child(8) {
  display: none;
}

#mainRenew .circleAniWrap .swiper-slide.on p,
#mainRenew .circleAniWrap .swiper-slide.on p strong {
  color: #000 !important;
  opacity: 1 !important;
}
/* 오른쪽 */
#mainRenew .mainVisualRenew .mainRenewSlider01 {
  width: calc(100% - 280px);
  margin-left: 240px;
  margin-right: 20px;
  height: 100%;
  pointer-events: none;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .swiper-wrapper {
  padding-top: 25px;
  pointer-events: none;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .swiper-slide {
  width: 100%;
  display: block;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .swiper-slide .historyBox {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  background-color: #e6e6e6;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .swiper-slide:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .imgBox,
#mainRenew .mainVisualRenew .mainRenewSlider01 .imgBox img {
  width: 100%;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .textBox {
  width: calc(100% - 40px);
  padding: 25px 20px;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .textBox h3 {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  line-height: 1.6;
  position: relative;
  width: 120%;
  left: -10%;
  right: -10%;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .textBox h3 strong {
  ont-weight: bold;
  display: inline;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .textBox h3 .block {
  display: block;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .textBox .greyBox {
  background-color: #fff;
  border-radius: 20px;
  padding: 8px 0;
  text-align: center;
  margin-top: 7px;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .textBox .greyBox h4 {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .textBox .greyBox p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  padding-top: 10px;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .textBox .greyBox p:last-child {
  padding-top: 0;
}
#mainRenew .mainVisualRenew .lastBox,
#mainRenew .mainVisualRenew .lastBox .textBox {
  background-color: #fff;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h3 {
  font-size: 17px;
  font-weight: 900;
  color: #000;
  line-height: 1;
  margin-bottom: 5px;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h4 {
  font-size: 17px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin-bottom: 20px;
  position: relative;
  width: 120%;
  left: -10%;
  right: -10%;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox a {
  display: block;
  width: 270px;
  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;
  margin: 0 auto;
}
#mainRenew .mainVisualRenew .lastBox .textBox {
  padding-left: 20px;
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .swiper-slide {
  filter: blur(5px);
}
#mainRenew .mainVisualRenew .mainRenewSlider01 .swiper-slide-active {
  filter: blur(0);
}

@media screen and (max-width: 680px) {
  #mainRenew .circleAniWrap {
    top: calc(50% + 30px);
  }
  #mainRenew .circleAniWrap {
    width: 320px;
    height: 320px;
    left: -160px;
  }
  #mainRenew .circleAniWrap .circleLine img {
    width: 150px;
  }
  #mainRenew .circleAniWrap .swiper-slide:nth-child(1) {
    position: absolute;
    top: 25%;
    transform: translateY(-50%);
    right: 20px;
    z-index: 2;
  }
  #mainRenew .circleAniWrap .swiper-slide:nth-child(3) {
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    right: -15px;
    z-index: 2;
  }
  #mainRenew .circleAniWrap .swiper-slide:nth-child(5) {
    position: absolute;
    top: 66%;
    transform: translateY(-50%);
    right: -2px;
    z-index: 2;
  }
  #mainRenew .circleAniWrap .swiper-slide:nth-child(7) {
    position: absolute;
    top: 82%;
    transform: translateY(-50%);
    right: 5px;
    z-index: 2;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 {
    width: calc(100% - 240px);
    margin-left: 200px;
    margin-right: 40px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox h3 {
    font-size: 15px;
    letter-spacing: -1px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox .greyBox h4 {
    font-size: 14px;
    letter-spacing: -1px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox .greyBox p {
    letter-spacing: -1px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h3,
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h4 {
    font-size: 15px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox a {
    width: 90%;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 480px) {
  #mainRenew .mainVisualRenew .leftFixed h2 {
    font-size: 29px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 {
    width: calc(100% - 180px);
    margin-left: 160px;
    margin-right: 20px;
  }
  #mainRenew .circleAniWrap {
    width: 280px;
    height: 280px;
    left: -150px;
  }
  #mainRenew .circleAniWrap .circleLine img {
    width: 120px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox h3 {
    font-size: 12px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox {
    width: calc(100% - 20px);
    padding: 20px 10px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h3,
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h4 {
    font-size: 15px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox a {
    font-size: 14px;
    width: 100%;
    height: 45px;
    line-height: 45px;
  }
}
@media screen and (max-width: 410px) {
  #mainRenew .circleAniWrap {
    z-index: 3;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 {
    width: calc(100% - 170px);
    margin-left: 150px;
    margin-right: 20px;
  }
  #mainRenew .mainVisualRenew .leftFixed h2 {
    font-size: 21px;
  }
  #mainRenew .mainVisualRenew .leftFixed .underscore::after {
    height: 15px;
    width: calc(100% + 8px);
    left: -4px;
    bottom: -5px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h3,
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h4 {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 400px) {
  #mainRenew .mainVisualRenew .leftFixed h2 {
    font-size: 24px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox h3 {
    font-size: 10px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h3,
  #mainRenew .mainVisualRenew .mainRenewSlider01 .lastBox h4 {
    font-size: 9px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox .greyBox h4 {
    font-size: 10px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox {
    width: calc(100% - 20px);
    padding: 10px 8px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox .greyBox h4 {
    font-size: 10px;
  }
  #mainRenew .mainVisualRenew .mainRenewSlider01 .textBox .greyBox h4.mb10 {
    margin-bottom: 5px !important;
  }
  #mainRenew .circleAniWrap .circle {
    transform: rotate(-7deg);
  }
}

#mainRenew .sec h2.title {
  font-size: 50px;
  font-weight: 300;
  color: #000000;
}
#mainRenew .sec h2.title strong {
  color: #00a0f6;
  display: inline;
  font-weight: bold;
}
#mainRenew .sec1 {
  padding: 10px 0 150px 0;
}
#mainRenew .sec1 h2 {
  text-align: left;
  padding-bottom: 50px;
}
#mainRenew .sec1 .topText h3,
#mainRenew .sec1 .topText h4 {
  padding-bottom: 40px;
  line-height: 1.3;
}
#mainRenew .sec1 .topText h3 {
  font-size: 35px;
  font-weight: bold;
  color: #000000;
}
#mainRenew .sec1 .topText h4 {
  font-size: 30px;
  font-weight: 400;
  color: #5a5a5a;
}

#mainRenew .sec1 .renewMainVertical {
  position: relative;
  border-radius: 30px;
  box-shadow: 0px 1px 30px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
#mainRenew .sec1 .renewMainVertical .aiBox {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 30px;
  width: calc(100% - 60px);
  height: 135px;
}
#mainRenew .sec1 .swiper-slide {
  width: 100%;
  height: auto !important;
  padding: 85px 0 100px 0;
  background-color: #fff;
}
#mainRenew .sec1 .swiper-slide-active {
  display: block;
}
#mainRenew .sec1 .renewMainVertical .textBox {
  display: flex;
  flex-direction: row;
}
#mainRenew .sec1 .renewMainVertical .textBox img {
  width: 130px;
  height: 130px;
}
#mainRenew .sec1 .renewMainVertical .renewVerticalNum {
  font-size: 30px;
  font-weight: 400;
  color: #000;
  width: 95px;
  text-align: left;
}
#mainRenew .sec1 .renewMainVertical .textBox {
  width: calc(100% - 95px);
}
#mainRenew .sec1 .renewMainVertical .textBox dl {
  text-align: left;
  padding-left: 35px;
}
#mainRenew .sec1 .renewMainVertical .textBox dl dt {
  font-size: 30px;
  font-weight: bold;
  color: #444444;
  padding-bottom: 20px;
}
#mainRenew .sec1 .renewMainVertical .textBox dl dd {
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  line-height: 1.3;
}
#mainRenew .sec1 .renewMainVertical-prev,
#mainRenew .sec1 .renewMainVertical-next {
  position: absolute;
  right: 50px;
  z-index: 9;
}
#mainRenew .sec1 .renewMainVertical-prev {
  top: 75px;
}
#mainRenew .sec1 .renewMainVertical-next {
  bottom: 70px;
}
#mainRenew .sec1 .Vertical-pagination {
  position: absolute;
  width: 1px;
  height: 220px;
  left: 90px;
  bottom: 0;
  background-color: #aeaeae;
}
#mainRenew .sec1 .Vertical-pagination .line {
  width: 1px;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #00a0f6;
}
#mainRenew .sec1 .Vertical-pagination .dots {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #aeaeae;
  position: absolute;
  top: -4.5px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
#mainRenew .sec1 .Vertical-pagination .dots::after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: -5px;
  top: 1px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  background: rgb(0, 160, 246);
  background: radial-gradient(
    circle,
    rgba(0, 160, 246, 1) 0%,
    rgba(0, 160, 246, 0.05) 80%
  );
}
#mainRenew .sec1 .swiper-slide-active .Vertical-pagination .dots {
  background-color: #aeaeae;
}
#mainRenew .sec1 .swiper-slide-active .Vertical-pagination .dots::after {
  animation: btn_effect 2s ease-in-out forwards;
}
#mainRenew .sec1 .swiper-slide-active .line {
  animation: line_effect 3s ease-in-out forwards;
}

@keyframes color1_effect {
  0% {
    opacity: 0;
    background-color: #aeaeae;
  }
  100% {
    opacity: 1;
    background-color: #00a0f6;
  }
}
@keyframes line_effect {
  0% {
    opacity: 0.1;
    height: 0;
  }
  100% {
    opacity: 1;
    height: 100%;
  }
}
@keyframes btn_effect {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}

#mainRenew .sec1 .videoTimeBox {
  margin: 60px 0 50px 0;
  background-color: #f4f4f4;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
}
#mainRenew .sec1 #iframe-container {
  width: 100%;
  height: 340px;
  display: none;
}
#mainRenew .sec1 #iframe-container iframe {
  width: 100%;
  height: 100%;
}
#mainRenew .sec1 .videoThumWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}
#mainRenew .sec1 .videoThumWrap .videoThum {
  width: 100%;
  height: 340px;
  position: relative;
}
#mainRenew .sec1 .videoThumWrap .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#mainRenew .sec1 .videoThumWrap .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  z-index: 2;
}
#mainRenew .sec1 .videoThum {
  overflow: hidden;
  width: 100%;
}
#mainRenew .sec1 .videoTimeBox .textTit {
  font-size: 22px;
  font-weight: 500;
  color: #464646;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 0 0 20px 15px;
}
#mainRenew .sec1 .videoTimeBox .textTit i {
  margin-left: 10px;
  margin-top: 3px;
  position: relative;
}
#mainRenew .sec1 .videoTimeBox ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#mainRenew .sec1 .videoTimeBox li:not(:last-child) {
  margin-right: 6px;
}
#mainRenew .sec1 .videoTimeBox li {
  width: 33.333333333333333%;
}
#mainRenew .sec1 .videoTimeBox li p {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  line-height: 1;
  padding: 15px 0;
  border-radius: 23px;
  background-color: #ffffff;
  display: inline-block;
  text-align: center;
}
#mainRenew .sec1 .videoTimeBox .textBox {
  padding: 50px 10px 25px 10px;
  width: calc(100% - 20px);
}

#mainRenew .sec1 .formBox {
  width: calc(100% - 100px);
  padding: 50px 50px 80px 50px;
  border-radius: 30px;
  background-color: #f4f4f4;
}
#mainRenew .sec1 .formBox dt {
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
#mainRenew .sec1 .formBox dd {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  padding: 40px 0 50px 0;
}
#mainRenew .sec1 .formBox li:not(:last-child) {
  margin-bottom: 15px;
}
#mainRenew .sec1 .formBox li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#mainRenew .sec1 .formBox li label {
  width: 110px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
#mainRenew .sec1 .formBox li input {
  width: calc(100% - 110px);
  height: 60px;
  border-radius: 10px;
  border: 1px solid #1a1a1a;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  text-indent: 15px;
}
#mainRenew .sec1 .bottomInfo {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  margin-top: 30px;
}
#mainRenew .sec1 .formBox .subMit {
  font-size: 23px;
  font-weight: bold;
  color: #fff;
  width: 190px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  background-color: #14a2ff;
  border: none;
  border-radius: 10px;
  margin-top: 15px;
  cursor: pointer;
}
#mainRenew .sec1 .formBox .subMit:hover {
  background-color: #333;
}
#mainRenew .sec1 input::placeholder {
  color: #666;
  font-weight: 400;
}
#mainRenew .sec1 input:focus {
  color: #000;
  outline: none;
}
#mainRenew .sec1 .checkWrap {
  position: relative;
  padding: 0;
}
#mainRenew .sec1 .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 .sec1 .checkWrap label {
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#mainRenew .sec1 .checkWrap .checkDeco {
  width: 20px;
  height: 20px;
  border: 1px solid #727272;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
#mainRenew .sec1 .checkWrap label i {
  font-size: 20px;
  color: #727272;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mainRenew .sec1 .checkWrap label span {
  font-family: "NotoSansCJKkr";
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 400;
  color: #737373;
}
#mainRenew .sec1 .checkWrap input:checked ~ label i {
  color: #14a2ff;
  font-weight: bold;
}
#mainRenew .sec1 .termsBtn {
  width: 66px;
  height: 22px;
  line-height: 23px;
  background-color: #d4eaf2;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #14a2ff;
  margin-left: 10px;
  border: none;
}
#mainRenew .sec1 .flexWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#mainRenew .sec2 .title {
  text-align: center;
  margin-bottom: 80px;
}
#mainRenew .sec2 .eventSliderRenew .swiper-slide .textBox {
  width: 90%;
  border-radius: 20px; /* 추가 */
  position: relative;
  isolation: isolate;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: baseline;
  box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 0 20px 0 35px;
  text-align: left;
}
#mainRenew .sec2 .eventSliderRenew .swiper-slide-active {
  background-color: #fff;
  border: 1px solid transparent;
  box-shadow: 0px -1px 20px rgba(0, 0, 0, 0.2);
}
#mainRenew .sec2 .eventSliderRenew .recoActive {
  padding-bottom: 60px;
}
#mainRenew .sec2 .swiper-container {
  width: 100% !important;
  box-sizing: border-box;
}
#mainRenew .sec2 .swiper-wrapper {
  width: 100% !important;
  box-sizing: border-box;
}
#mainRenew .sec2 .swiper-slide {
  border-radius: 17px;
  border: 1px solid #bfbfbf;
  box-sizing: border-box;
  position: relative;
  z-index: 2;
  opacity: 1 !important;
  visibility: visible;
}
#mainRenew .sec2 .swiper-slide-next {
  box-sizing: border-box;
}
#mainRenew .sec2 .swiper-slide a {
  width: calc(100% - 80px);
  padding: 40px;
  display: block;
  text-align: left;
}
#mainRenew .sec2 .swiper-slide .deco {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  background-color: #14a2ff;
  line-height: 1;
  border-radius: 10px;
  padding: 10px 15px;
  width: fit-content;
  margin-left: 10px;
}
#mainRenew .sec2 .swiper-slide .text {
  font-size: 35px;
  font-weight: bold;
  color: #000;
  line-height: 1;
  padding: 30px 0;
  margin-left: 10px;
}
#mainRenew .sec2 .swiper-slide p {
  padding-bottom: 80px;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 400;
  color: #14a2ff;
  line-height: 1;
}
#mainRenew .sec2 .swiper-slide .imgBox {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
#mainRenew .sec2 .swiper-slide .imgBox img {
  width: 100%;
}
#mainRenew .sec2 .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: 60px auto 0 auto;
}

#mainRenew .sec3 {
  position: relative;
  width: 100%;
  background-color: #d4eaf2;
  z-index: 9;
  overflow-x: hidden;
  padding: 50px 0 0 0;
}
#mainRenew .sec3 .deco {
  position: absolute;
  right: -40px;
  top: 30%;
  width: 260px;
}
#mainRenew .mainRenewTop {
  margin-left: 60px;
}
#mainRenew .mainRenewTop .swiper-wrapper {
  width: fit-content !important;
  height: auto !important;
}
#mainRenew .mainRenewTop .swiper-slide {
  width: auto !important;
  height: auto !important;
  cursor: pointer;
  margin-right: 25px;
}
#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: bold;
  color: #000000;
  border-radius: 25px;
  background-color: #fff;
  opacity: 0.5;
}
#mainRenew .mainRenewTop .swiper-slide-thumb-active p {
  opacity: 1;
}
#mainRenew .mainRenewBottom {
  padding-top: 60px;
}
#mainRenew .mainRenewBottom .swiper-slide {
  display: block;
}
#mainRenew .mainRenewBottom {
  width: 100%;
  height: 100%;
}
#mainRenew .mainRenewBottom .info {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px;
}
#mainRenew .mainRenewBottom .tit {
  font-size: 45px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
  position: relative;
  top: -2px;
}
#mainRenew .mainRenewBottom .txt {
  font-size: 24px;
  font-weight: 400;
  color: #444444;
  line-height: 1.4;
}
#mainRenew .mainRenewBottom .decoText {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #14a2ff;
  line-height: 1;
  border-radius: 5px;
  padding: 7px 8px;
  width: fit-content;
  border: none;
  margin: 0 0 0 10px;
}
#mainRenew .mainRenewBottom .imgBox {
  width: 100%;
  position: relative;
  z-index: 2;
}
#mainRenew .mainRenewBottom .textBox {
  width: calc(100% - 160px);
  margin: 0 auto;
  text-align: left;
  position: relative;
  z-index: 1;
}
#mainRenew .mainRenewBottom .imgBox img {
  width: 100%;
}
#mainRenew .mainRenewBottom .btnBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  margin: 50px 0 60px 0;
}
#mainRenew .mainRenewBottom .btnBox a {
  display: block;
  margin: 0 auto;
  width: 49%;
  box-sizing: border-box;
  height: 55px;
  line-height: 53px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
}
#mainRenew .mainRenewBottom .btnBox a:last-child {
  margin-left: 2%;
}
#mainRenew .mainRenewBottom .btnBox .viewMore {
  border: 2px solid #14a2ff;
  color: #14a2ff;
  background-color: #d4eaf2;
}
#mainRenew .mainRenewBottom .btnBox .submitBtn {
  border: 2px solid transparent;
  background-color: rgba(255, 255, 255, 0.6);
  color: #000;
}
#mainRenew .mainRenewBottom .swiper-slide {
  opacity: 0 !important;
}
#mainRenew .mainRenewBottom .swiper-slide-active {
  opacity: 1 !important;
}

#mainRenew .sec04 {
  padding: 170px 0 160px 0;
}
#mainRenew .sec04 .titleBox {
  margin-bottom: 65px;
}
#mainRenew .sec04 h2.title {
  margin-bottom: 45px;
}
#mainRenew .sec04 .btnRight a {
  width: 205px;
  height: 65px;
  line-height: 65px;
  text-align: center;
  font-size: 21px;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background: linear-gradient(to bottom, #00b5f9, #0080ff, #006eed);
  display: block;
}
#mainRenew .sec04 .btnRight a:nth-child(1) {
  margin-right: 20px;
}
#mainRenew .sec04 .swiper {
  height: 100px;
  line-height: 100px;
  border-top: 1px solid #444444;
  box-sizing: border-box;
}
#mainRenew .sec04 .swiper-slide {
  width: auto !important;
  height: 100% !important;
}
#mainRenew .sec04 .swiper-slide img {
  width: auto !important;
  height: 60px !important;
}
#mainRenew .sec04 .logoRenewSlider02 {
  border-bottom: 1px solid #444444;
}

.popupRenewPartner {
  z-index: 99999999999999999999999999;
}
.popupRenewPartner .closeBtn {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 2;
}
.popupRenewPartner .closeBtn i {
  font-size: 32px;
  color: #000;
}
.popupRenewPartner .closeBtn img {
  width: 25px;
}
.popupRenewPartner .popupBox {
  padding: 75px 50px 60px 50px;
  border-radius: 10px;
  width: calc(100% - 140px);
}
.popupRenewPartner dt {
  font-size: 22px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.popupRenewPartner dd {
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 1.3;
  padding: 18px 0 50px 0;
}
.popupRenewPartner li:not(:last-child) {
  margin-bottom: 18px;
}
.popupRenewPartner li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.popupRenewPartner li label {
  width: 75px;
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 1.3;
}
.popupRenewPartner li input,
.popupRenewPartner li textarea {
  width: calc(100% - 75px);
  height: 45px;
  border-radius: 10px;
  border: 1px solid #000000;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  text-indent: 15px;
}
.popupRenewPartner li textarea {
  height: 80px;
  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 {
  font-weight: bold;
  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: 17px;
  height: 17px;
  border: 1px solid #727272;
  display: inline-block;
  margin-right: 8px;
  position: relative;
}
.popupRenewPartner .checkWrap label i {
  font-size: 20px;
  color: #727272;
  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 {
  font-family: "NotoSansCJKkr";
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
  color: #737373;
}
.popupRenewPartner .checkWrap input:checked ~ label i {
  border-color: var(--color01);
  color: var(--color01);
}
.popupRenewPartner .termsBtn {
  width: 52px;
  height: 18px;
  line-height: 17px;
  background-color: #d4eaf2;
  border-radius: 3px;
  font-size: 13px;
  font-weight: bold;
  color: #14a2ff;
  margin-left: 10px;
  border: none;
}
.popupRenewPartner .flexWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#mainRenew .sec05 {
  padding: 0;
}
#mainRenew .sec05 .companyImg {
  width: 275px;
}
#mainRenew .sec05 .companyImg img {
  width: 100%;
}
#mainRenew .sec05 .jamsilInfoBox {
  width: calc(100% - 295px);
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#mainRenew .sec05 .jamsilInfoBox .textBox {
  width: 100%;
}
#mainRenew .sec05 .jamsilInfoBox .border {
  display: block;
  width: 60px;
  height: 3px;
  background-color: #14a2ff;
  margin-bottom: 25px;
}
#mainRenew .sec05 .jamsilInfoBox .titleBox {
}
#mainRenew .sec05 .jamsilInfoBox .titleBox .tit,
#mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
  margin-bottom: 30px;
  line-height: 1.4;
}
#mainRenew .sec05 .jamsilInfoBox .titleBox .tit {
  font-size: 21px;
  font-weight: bold;
  color: #000000;
}
#mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
  font-size: 19px;
  font-weight: 400;
  color: #000000;
}
#mainRenew .sec05 .infoBox {
  border-radius: 20px;
  width: 100%;
  border: 1px solid #424242;
  box-sizing: border-box;
  padding: 30px 20px;
}
#mainRenew .sec05 .infoBox .topBox {
  margin-bottom: 10px;
  padding-left: 8px;
}
#mainRenew .sec05 .infoBox .topBox dt {
  font-size: 20px;
  font-weight: bold;
  color: #424242;
  margin-right: 7px;
  letter-spacing: -1px;
}
#mainRenew .sec05 .infoBox .topBox dd a {
  font-size: 20px;
  font-weight: bold;
  color: #14a2ff;
  letter-spacing: -1px;
}
#mainRenew .sec05 .infoBox .topBox dd img {
  width: 21px;
  margin-right: 3px;
}
#mainRenew .sec05 .infoBox .address {
  padding-left: 8px;
}
#mainRenew .sec05 .infoBox .address h4:nth-child(1) {
  font-size: 18px;
  font-weight: 500;
  color: #424242;
  margin-bottom: 8px;
}
#mainRenew .sec05 .infoBox .address h4:nth-child(2) {
  font-size: 16px;
  font-weight: 400;
  color: #424242;
}
#mainRenew .sec05 .jamsilInfoBox .border02 {
  display: block;
  margin: 25px 0 22px 0;
  width: 100%;
  height: 2px;
  background-color: #9b9b9b;
}
#mainRenew .sec05 .hoursBox {
  position: relative;
  width: 100%;
}
#mainRenew .sec05 .hoursBox::after {
  content: "";
  width: 100%;
  height: 2px;
  background: url("../../_images/mainRenew/mainRenew_sec05_border_img.png")
    center center/cover no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
#mainRenew .sec05 .hoursBox li {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 1px 0 1px 6px;
}
#mainRenew .sec05 .hoursBox li:not(:last-child) {
  margin-bottom: 12px;
}
#mainRenew .sec05 .hoursBox ul:first-child {
  padding-bottom: 40px;
}
#mainRenew .sec05 .hoursBox li .tit,
#mainRenew .sec05 .hoursBox li .txt {
  font-size: 18px;
  font-weight: 400;
  color: #444444;
}
#mainRenew .sec05 .hoursBox li .tit {
  width: 90px;
}
#mainRenew .sec05 .busanLink {
  display: block;
  font-size: 17px;
  font-weight: bold;
  color: #fff;
  width: 180px;
  height: 57px;
  line-height: 57px;
  text-align: center;
  background-color: #002eb8;
  border: none;
  border-radius: 10px;
  margin-top: 30px;
  cursor: pointer;
}

@media screen and (max-width: 720px) {
  #mainRenew .sec h2.title {
    font-size: 36px;
  }
  #mainRenew .sec1 h2 {
    padding-bottom: 40px;
  }
  #mainRenew .sec1 .topText h3,
  #mainRenew .sec1 .topText h4 {
    padding-bottom: 30px;
  }
  #mainRenew .sec1 .topText h3 {
    font-size: 23px;
    font-weight: bold;
    color: #000000;
  }
  #mainRenew .sec1 .topText h4 {
    font-size: 21px;
    font-weight: 400;
    color: #5a5a5a;
  }
  #mainRenew .sec1 .formBox {
    padding: 45px 30px 50px 30px;
    width: calc(100% - 60px);
  }
  #mainRenew .sec1 .formBox dt {
    font-size: 24px;
  }
  #mainRenew .sec1 .formBox dd {
    font-size: 18px;
    padding: 20px 0 30px 0;
  }

  #mainRenew .sec1 .videoThumWrap .videoThum,
  #mainRenew .sec1 #iframe-container {
    height: 280px;
  }

  #mainRenew .sec1 .swiper-slide {
    padding: 65px 0 80px 0;
  }
  #mainRenew .sec1 .Vertical-pagination {
    height: 202px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox img {
    width: 100px;
    height: 100px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dt {
    font-size: 26px;
    padding-bottom: 15px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dd {
    font-size: 18px;
  }
  #mainRenew .sec1 .renewMainVertical-prev,
  #mainRenew .sec1 .renewMainVertical-next {
    right: 30px;
  }
  #mainRenew .sec1 .renewMainVertical-prev img,
  #mainRenew .sec1 .renewMainVertical-next img {
    width: 32px;
  }
  #mainRenew .sec2 .swiper-slide .text {
    font-size: 26px;
  }
  #mainRenew .sec2 .swiper-slide .deco,
  #mainRenew .sec2 .swiper-slide p {
    font-size: 18px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl {
    padding-left: 25px;
  }

  #mainRenew .mainRenewTop .swiper-slide p {
    font-size: 20px;
  }
  #mainRenew .mainRenewBottom .tit {
    font-size: 36px;
  }
  #mainRenew .mainRenewBottom .decoText {
    font-size: 13px;
  }
  #mainRenew .mainRenewBottom .txt {
    font-size: 20px;
  }
  #mainRenew .mainRenewBottom .btnBox {
    margin: 40px 0 50px 0;
  }

  #mainRenew .mainRenewBottom .btnBox a {
    font-size: 18px;
  }

  #mainRenew .sec04 .btnRight a {
    font-size: 19px;
    width: 190px;
  }

  #mainRenew .sec05 .jamsilInfoBox .titleBox .tit {
    font-size: 19px;
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    font-size: 17px;
  }
  #mainRenew .sec05 .infoBox .topBox dt,
  #mainRenew .sec05 .infoBox .topBox dd a {
    font-size: 18px;
  }
  #mainRenew .sec05 .infoBox .topBox dd img {
    width: 19px;
  }
  #mainRenew .sec05 .infoBox .address h4:nth-child(1) {
    font-size: 16px;
  }
  #mainRenew .sec05 .infoBox .address h4:nth-child(2) {
    font-size: 14px;
  }
  #mainRenew .sec05 .hoursBox li .tit,
  #mainRenew .sec05 .hoursBox li .txt {
    font-size: 16px;
  }
  #mainRenew .sec05 .hoursBox li .tit {
    width: 80px;
  }

  .popupRenewPartner .popupBox {
    padding: 25px 20px 25px 20px;
    width: calc(100% - 80px);
    max-height: calc(100% - 95px);
    overflow: auto;
  }
  .popupRenewPartner dd {
    padding: 15px 0 35px 0;
  }

  #mainRenew .mainRenewTop .swiper-slide {
    margin-right: 12px;
  }
  #mainRenew .mainRenewTop .swiper-slide p {
    width: 140px;
    height: 45px;
    line-height: 43px;
  }
  #mainRenew .sec04 .swiper-slide img {
    width: auto !important;
    height: 40px !important;
  }
}
@media screen and (max-width: 620px) {
  #mainRenew .sec1 .videoTimeBox .textBox {
    padding: 40px 10px 25px 10px;
  }
  #mainRenew .sec1 .videoTimeBox .textTit {
    font-size: 19px;
    padding: 0 0 15px 5px;
  }
  #mainRenew .sec1 .videoTimeBox li p {
    font-size: 14px;
  }
  #mainRenew .sec1 .videoTimeBox li:nth-child(2) p {
    letter-spacing: -1.5px;
  }

  #mainRenew .sec05 .companyImg {
    width: 220px;
  }
  #mainRenew .sec05 .jamsilInfoBox {
    width: calc(100% - 260px);
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .tit {
    font-size: 16px;
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    font-size: 15px;
  }
  #mainRenew .sec05 .infoBox .topBox dt,
  #mainRenew .sec05 .infoBox .topBox dd a {
    font-size: 16px;
  }
  #mainRenew .sec05 .infoBox .topBox dd img {
    width: 17px;
  }
  #mainRenew .sec05 .infoBox .address h4:nth-child(1) {
    font-size: 13.5px;
  }
  #mainRenew .sec05 .infoBox .address h4:nth-child(2) {
    font-size: 12.2px;
    letter-spacing: -1.5px;
  }
  #mainRenew .sec05 .hoursBox li .tit,
  #mainRenew .sec05 .hoursBox li .txt {
    font-size: 13px;
  }
  #mainRenew .sec05 .hoursBox li .tit {
    width: 80px;
  }
  #mainRenew .sec05 .infoBox .topBox,
  #mainRenew .sec05 .infoBox .address {
    padding-left: 5px;
  }
  #mainRenew .sec05 .infoBox {
    padding: 22px 15px;
  }
  #mainRenew .sec05 .busanLink {
    width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    margin-top: 25px;
  }
  #mainRenew .sec05 .jamsilInfoBox .border {
    width: 50px;
    height: 2px;
    margin-bottom: 20px;
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .tit,
  #mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 580px) {
  #mainRenew .sec1 .swiper-slide {
    padding: 60px 0 55px 0;
  }
  #mainRenew .sec1 .renewMainVertical .renewVerticalNum {
    font-size: 24px;
    width: 70px;
  }
  #mainRenew .sec1 .Vertical-pagination {
    height: 150px;
  }
  #mainRenew .sec1 .Vertical-pagination {
    left: 67px;
  }
  #mainRenew .sec1 .Vertical-pagination .dots::after {
    width: 15px;
    left: -3px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox img {
    width: 80px;
    height: 80px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl {
    padding-left: 18px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dt {
    font-size: 20px;
    padding-bottom: 12px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dd {
    font-size: 16px;
    letter-spacing: -1px;
  }
  #mainRenew .sec1 .renewMainVertical .aiBox {
    width: calc(100% - 40px);
    padding: 0 20px;
    height: 105px;
  }
  #mainRenew .sec1 .renewMainVertical-prev img,
  #mainRenew .sec1 .renewMainVertical-next img {
    width: 25px;
  }
  #mainRenew .sec1 .renewMainVertical-prev {
    top: 45px;
  }
  #mainRenew .sec1 .renewMainVertical-next {
    top: 165px;
  }

  #mainRenew .sec1 .videoThumWrap .videoThum,
  #mainRenew .sec1 #iframe-container {
    height: 230px;
  }
  #mainRenew .sec1 .videoTimeBox li p {
    font-size: 13px;
  }

  #mainRenew .sec1 .formBox li label,
  .popupRenewPartner li label {
    font-size: 18px;
    width: 100px;
  }
  #mainRenew .sec1 .formBox li input,
  .popupRenewPartner li input {
    width: calc(100% - 100px);
    height: 50px;
  }
  #mainRenew .sec1 .formBox .subMit,
  .popupRenewPartner .subMit {
    font-size: 20px;
    width: 180px;
    height: 50px;
    line-height: 50px;
  }
  #mainRenew .sec1 .checkWrap label span,
  .popupRenewPartner .checkWrap label span {
    font-size: 16px;
  }
  #mainRenew .sec1 .checkWrap .checkDeco,
  .popupRenewPartner .checkWrap .checkDeco {
    width: 15px;
    height: 15px;
    margin-right: 5px;
  }
  #mainRenew .sec1 .checkWrap label i,
  .popupRenewPartner .checkWrap label i {
    font-size: 18px;
  }
  #mainRenew .sec1 .termsBtn,
  .popupRenewPartner .termsBtn {
    font-size: 15px;
    width: 60px;
    height: 20px;
    line-height: 20px;
  }

  #mainRenew .sec3 {
    padding: 45px 0 0 0;
  }
  #mainRenew .sec04 .swiper {
    height: 85px;
    line-height: 85px;
  }
  #mainRenew .sec04 .swiper-slide img {
    width: auto !important;
    height: 35px !important;
  }
  #mainRenew .sec04 .logoRenewSlider03 .swiper-slide img {
    width: auto !important;
    height: 40px !important;
  }
  #mainRenew .sec04 h2.title {
    margin-bottom: 30px;
  }
  #mainRenew .sec04 .btnRight a {
    font-size: 16px;
    width: 155px;
    height: 55px;
    line-height: 55px;
  }
  #mainRenew .sec04 .btnRight a:nth-child(1) {
    margin-right: 10px;
  }
  #mainRenew .sec04 .titleBox {
    margin-bottom: 50px;
  }

  #mainRenew .mainRenewTop {
    margin-left: 20px;
  }
  #mainRenew .mainRenewTop .swiper-slide {
    margin-right: 15px;
  }
  #mainRenew .mainRenewTop .swiper-slide p {
    font-size: 16px;
    width: 120px;
    height: 40px;
    line-height: 39px;
  }
  #mainRenew .mainRenewBottom .textBox {
    width: calc(100% - 40px);
  }
  #mainRenew .mainRenewBottom .info {
    margin-bottom: 20px;
  }
  #mainRenew .mainRenewBottom .tit {
    font-size: 26px;
  }
  #mainRenew .mainRenewBottom .decoText {
    font-size: 12px;
  }
  #mainRenew .mainRenewBottom {
    padding-top: 40px;
  }
  #mainRenew .mainRenewBottom .txt {
    font-size: 17px;
  }
  #mainRenew .mainRenewBottom .btnBox a {
    font-size: 16px;
    height: 50px;
    line-height: 46px;
  }
  #mainRenew .mainRenewTop .swiper-slide {
    margin-right: 7px;
  }
  #mainRenew .mainRenewTop .swiper-slide p {
    font-size: 14px;
    width: 95px;
    height: 40px;
    line-height: 39px;
  }

  #mainRenew .sec05 .companyImg {
    width: 180px;
  }
  #mainRenew .sec05 .jamsilInfoBox {
    width: calc(100% - 220px);
  }
  #mainRenew .sec05 .infoBox {
    padding: 15px 10px;
  }
  #mainRenew .sec05 .infoBox .topBox {
    margin-bottom: 5px;
  }
  #mainRenew .sec05 .jamsilInfoBox .border02 {
    margin: 13px 0 15px 0;
    height: 1.5px;
  }
  #mainRenew .sec05 .hoursBox ul:first-child {
    padding-bottom: 30px;
  }
  #mainRenew .sec05 .hoursBox::after {
    height: 1.5px;
  }
  #mainRenew .sec05 .hoursBox li:not(:last-child) {
    margin-bottom: 5px;
  }
  #mainRenew .sec05 .infoBox .topBox dt,
  #mainRenew .sec05 .infoBox .topBox dd a {
    font-size: 14px;
  }
  #mainRenew .sec05 .infoBox .topBox dd img {
    width: 14px;
  }
  #mainRenew .sec05 .hoursBox li .tit {
    width: 60px;
  }
  #mainRenew .sec05 .infoBox .address h4:nth-child(1) {
    margin-bottom: 3px;
  }
  #mainRenew .sec05 .hoursBox li .tit,
  #mainRenew .sec05 .hoursBox li .txt {
    font-size: 13px;
  }
  #mainRenew .sec05 .busanLink {
    font-size: 15px;
    width: 150px;
    height: 43px;
    line-height: 43px;
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .tit,
  #mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    font-size: 15px;
    margin-bottom: 13px;
  }
  #mainRenew .sec05 .jamsilInfoBox .border {
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 480px) {
  #doctorLayout .doctorTop {
    padding: 0 20px;
  }

  #mainRenew .sec1 {
    padding: 10px 0px 40px;
  }
  #mainRenew .sec04 {
    padding: 120px 0;
  }
  #mainRenew .sec h2.title {
    font-size: 30px;
    margin-bottom: 40px;
  }
  #mainRenew .sec1 h2.title {
    margin-bottom: 0;
  }
  #mainRenew .sec3 .deco {
    width: 280px;
    top: 35%;
    right: -120px;
  }
  #mainRenew .sec3 .deco img {
    width: 100%;
  }
  #mainRenew .sec04 h2.title {
    margin-bottom: 30px;
  }

  #mainRenew .sec1 .topText h3,
  #mainRenew .sec1 .topText h4 {
    font-size: 20px;
    padding-bottom: 25px;
  }
  #mainRenew .sec1 .swiper-slide {
    padding: 40px 0 50px 0;
  }
  #mainRenew .sec1 .renewMainVertical .renewVerticalNum {
    font-size: 21px;
    width: 55px;
  }
  #mainRenew .sec1 .Vertical-pagination {
    height: 135px;
  }
  #mainRenew .sec1 .Vertical-pagination {
    left: 59px;
  }
  #mainRenew .sec1 .Vertical-pagination .dots {
    width: 8px;
    height: 8px;
    left: 0.5px;
  }
  #mainRenew .sec1 .Vertical-pagination .dots::after {
    width: 13px;
    left: -2px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox img {
    width: 60px;
    height: 60px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl {
    padding-left: 15px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dt {
    font-size: 18px;
    padding-bottom: 7px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dd {
    font-size: 14px;
    letter-spacing: -1.2px;
    width: 200px;
  }
  #mainRenew .sec1 .renewMainVertical .aiBox {
    height: 95px;
  }
  #mainRenew .sec1 .renewMainVertical-prev,
  #mainRenew .sec1 .renewMainVertical-next {
    right: 20px;
  }
  #mainRenew .sec1 .renewMainVertical-prev img,
  #mainRenew .sec1 .renewMainVertical-next img {
    width: 20px;
  }
  #mainRenew .sec1 .renewMainVertical-prev {
    top: 30px;
  }
  #mainRenew .sec1 .renewMainVertical-next {
    top: 140px;
  }

  #mainRenew .sec1 .formBox {
    padding: 30px 20px 35px 20px;
  }
  #mainRenew .sec1 .formBox li label,
  .popupRenewPartner li label {
    font-size: 14px;
    width: 75px;
  }
  #mainRenew .sec1 .formBox li input,
  .popupRenewPartner li input {
    width: calc(100% - 75px);
    height: 40px;
  }
  #mainRenew .sec1 .formBox {
    padding: 40px 20px 45px 20px;
    width: calc(100% - 40px);
  }
  #mainRenew .sec1 .formBox dt,
  .popupRenewPartner dt {
    font-size: 19px;
  }
  #mainRenew .sec1 .formBox dd,
  .popupRenewPartner dd {
    font-size: 14px;
    letter-spacing: -1px;
    padding: 15px 0 20px 0;
  }
  #mainRenew .sec1 .checkWrap label span,
  .popupRenewPartner .checkWrap label span {
    font-size: 14px;
  }
  #mainRenew .sec1 .checkWrap .checkDeco,
  .popupRenewPartner .checkWrap .checkDeco {
    width: 13px;
    height: 13px;
    margin-right: 2px;
  }
  #mainRenew .sec1 .checkWrap label i,
  .popupRenewPartner .checkWrap label i {
    font-size: 16px;
  }
  #mainRenew .sec1 .termsBtn,
  .popupRenewPartner .termsBtn {
    font-size: 14px;
    width: 55px;
    height: 18px;
    line-height: 18px;
  }
  #mainRenew .sec1 .formBox .subMit,
  .popupRenewPartner .subMit {
    font-size: 18px;
    width: 150px;
    height: 45px;
    line-height: 45px;
  }

  .popupRenewPartner li label {
    width: 60px;
  }
  .popupRenewPartner li input,
  .popupRenewPartner li textarea {
    width: calc(100% - 60px);
  }

  #mainRenew .sec2 .swiper-slide a {
    width: calc(100% - 30px);
    padding: 22px 15px;
  }
  #mainRenew .sec2 .swiper-slide .text {
    font-size: 17px;
    padding: 18px 0;
    margin-left: 2px;
    letter-spacing: -1px;
  }
  #mainRenew .sec2 .swiper-slide p {
    font-size: 14px;
    margin-left: 5px;
    padding-bottom: 60px;
  }
  #mainRenew .sec2 .swiper-slide .deco {
    font-size: 13px;
    padding: 8px 12px;
    margin-left: 5px;
  }

  #mainRenew .sec05 .companyImg {
    width: 160px;
  }
  #mainRenew .sec05 .jamsilInfoBox {
    width: calc(100% - 190px);
  }
  #mainRenew .sec05 .infoBox {
    padding: 11px 6px;
  }
  #mainRenew .sec05 .infoBox .topBox {
    margin-bottom: 5px;
  }
  #mainRenew .sec05 .jamsilInfoBox .border02 {
    margin: 10px 0 12px 0;
    height: 1px;
  }
  #mainRenew .sec05 .hoursBox ul:first-child {
    padding-bottom: 22px;
  }
  #mainRenew .sec05 .hoursBox::after {
    height: 1px;
  }
  #mainRenew .sec05 .hoursBox li:not(:last-child) {
    margin-bottom: 1px;
  }
  #mainRenew .sec05 .infoBox .topBox dt,
  #mainRenew .sec05 .infoBox .topBox dd a {
    font-size: 14px;
  }
  #mainRenew .sec05 .infoBox .topBox dd img {
    width: 14px;
  }
  #mainRenew .sec05 .hoursBox li .tit {
    width: 60px;
  }
  #mainRenew .sec05 .infoBox .address h4:nth-child(1) {
    margin-bottom: 3px;
  }
  #mainRenew .sec05 .hoursBox li .tit,
  #mainRenew .sec05 .hoursBox li .txt {
    font-size: 13px;
  }
  #mainRenew .sec05 .busanLink {
    font-size: 15px;
    width: 150px;
    height: 43px;
    line-height: 43px;
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .tit,
  #mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    font-size: 13px;
    margin-bottom: 8px;
  }
  #mainRenew .sec05 .infoBox {
    margin-top: 13px;
  }
  #mainRenew .sec05 .jamsilInfoBox .border {
    margin-bottom: 8px;
    width: 35px;
  }
  #mainRenew .sec05 .busanLink {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 440px) {
  #mainRenew .sec h2.title {
    font-size: 26px;
  }

  #mainRenew .sec1 h2 {
    padding-bottom: 30px;
  }
  #mainRenew .sec1 .topText h3,
  #mainRenew .sec1 .topText h4 {
    padding-bottom: 20px;
  }
  #mainRenew .sec1 .topText h4:last-child {
    padding-bottom: 30px;
  }
  #mainRenew .sec1 .topText h3 {
    font-size: 20px;
  }
  #mainRenew .sec1 .topText h4 {
    font-size: 19px;
  }

  #mainRenew .sec1 .videoTimeBox li p {
    font-size: 12px;
    padding: 13px 0;
  }
  #mainRenew .sec1 .videoTimeBox li:not(:last-child) {
    margin-right: 3px;
  }
  #mainRenew .sec1 .videoTimeBox li:nth-child(1) {
    width: 35.5%;
  }
  #mainRenew .sec1 .videoTimeBox li:nth-child(2) {
    width: 35.5%;
  }
  #mainRenew .sec1 .videoTimeBox li:nth-child(3) {
    width: 29%;
  }

  #mainRenew .sec1 .videoThumWrap .videoThum,
  #mainRenew .sec1 #iframe-container {
    height: 210px;
  }
  #mainRenew .sec1 .videoThumWrap .btn {
    width: 45px;
    height: 45px;
  }

  #mainRenew .sec2 .linkBtn {
    font-size: 18px;
    width: 210px;
    height: 50px;
    line-height: 50px;
    margin: 45px auto 0 auto;
  }

  #mainRenew .sec3 .deco {
    width: 240px;
    top: 38%;
    right: -120px;
  }
  #mainRenew .mainRenewBottom .btnBox {
    margin: 25px 0 40px 0;
  }
  #mainRenew .mainRenewBottom .tit {
    font-size: 22px;
  }
  #mainRenew .mainRenewBottom .txt {
    font-size: 16px;
  }
  #mainRenew .mainRenewBottom .decoText {
    padding: 5px 6px;
    font-size: 11px;
  }

  #mainRenew .sec05 .companyImg {
    width: 140px;
  }
  #mainRenew .sec05 .jamsilInfoBox {
    width: calc(100% - 160px);
    padding: 0 10px;
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .tit {
    font-size: 14px;
    letter-spacing: -1px;
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    font-size: 13px;
    letter-spacing: -1px;
  }
  #mainRenew .sec05 .infoBox .topBox dt,
  #mainRenew .sec05 .infoBox .topBox dd a {
    font-size: 14.5px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 380px) {
  #mainRenew .sec04 {
    padding: 100px 0;
  }

  #mainRenew .sec h2.title {
    font-size: 24px;
  }

  #mainRenew .sec1 h2 {
    padding-bottom: 25px;
  }
  #mainRenew .sec1 .topText h3,
  #mainRenew .sec1 .topText h4 {
    padding-bottom: 15px;
  }
  #mainRenew .sec1 .topText h4:last-child {
    padding-bottom: 20px;
  }
  #mainRenew .sec1 .topText h3 {
    font-size: 18px;
  }
  #mainRenew .sec1 .topText h4 {
    font-size: 16px;
  }

  #mainRenew .sec1 .renewMainVertical .textBox img {
    width: 55px;
    height: 55px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl {
    padding-left: 10px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dt {
    font-size: 15px;
    padding-bottom: 5px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dd {
    font-size: 13px;
  }
  #mainRenew .sec1 .Vertical-pagination {
    left: 51px;
  }
  #mainRenew .sec1 .renewMainVertical .renewVerticalNum {
    font-size: 18px;
    width: 45px;
  }

  #mainRenew .sec1 .videoThumWrap .videoThum,
  #mainRenew .sec1 #iframe-container {
    height: 170px;
  }
  #mainRenew .sec1 .videoTimeBox .textTit {
    font-size: 17px;
  }
  #mainRenew .sec1 .videoTimeBox li p {
    font-size: 10px;
  }

  #mainRenew .sec2 .swiper-slide .text {
    font-size: 18px;
  }
  #mainRenew .sec2 .swiper-slide p {
    font-size: 15px;
    padding-bottom: 45px;
  }

  #mainRenew .sec04 .btnRight a {
    font-size: 14px;
    width: 145px;
    height: 50px;
    line-height: 50px;
  }

  #mainRenew .sec05 .companyImg {
    width: 130px;
  }
  #mainRenew .sec05 .jamsilInfoBox {
    width: calc(100% - 150px);
    padding: 0 10px;
  }
  #mainRenew .sec05 .infoBox .topBox,
  #mainRenew .sec05 .infoBox .address {
    padding-left: 2px;
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .tit,
  #mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    margin-bottom: 5px;
  }
  #mainRenew .sec05 .infoBox {
    margin-top: 8px;
  }
  #mainRenew .sec05 .jamsilInfoBox .border {
    width: 30px;
  }
  #mainRenew .sec05 .infoBox .topBox dt,
  #mainRenew .sec05 .infoBox .topBox dd a {
    font-size: 13px;
  }
  #mainRenew .sec05 .infoBox .topBox dd img {
    width: 14px;
  }
}
@media screen and (max-width: 360px) {
  #mainRenew .sec05 .companyImg {
    width: 110px;
  }
  #mainRenew .sec05 .jamsilInfoBox {
    width: calc(100% - 130px);
    padding: 0 10px;
  }
  #mainRenew .sec05 .jamsilInfoBox .border02 {
    margin: 7px 0;
  }
  #mainRenew .sec05 .hoursBox ul:first-child {
    padding-bottom: 10px;
  }
  #mainRenew .sec05 .infoBox {
    padding: 7px 4px;
  }
  #mainRenew .sec05 .busanLink {
    font-size: 12px;
    margin-top: 10px;
    width: 110px;
    height: 35px;
    line-height: 35px;
  }
  #mainRenew .sec05 .jamsilInfoBox .titleBox .tit,
  #mainRenew .sec05 .jamsilInfoBox .titleBox .txt {
    font-size: 12px;
  }
}
@media screen and (max-width: 330px) {
  #mainRenew .sec1 .renewMainVertical .textBox img {
    width: 45px;
    height: 45px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dt {
    font-size: 15px;
  }
  #mainRenew .sec1 .renewMainVertical .textBox dl dd {
    font-size: 12px;
  }

  #mainRenew .sec1 .videoTimeBox li p {
    font-size: 9px;
  }
}
@media screen and (max-width: 310px) {
  #mainRenew .sec h2.title {
    font-size: 22px;
  }

  #mainRenew .sec1 h2 {
    padding-bottom: 22px;
  }
  #mainRenew .sec1 .topText h3,
  #mainRenew .sec1 .topText h4 {
    padding-bottom: 10px;
  }
  #mainRenew .sec1 .topText h4:last-child {
    padding-bottom: 15px;
  }
  #mainRenew .sec1 .topText h3 {
    font-size: 17px;
  }
  #mainRenew .sec1 .topText h4 {
    font-size: 16px;
  }
}

#mainRenew .sec1 .renewMainVertical_250211 .topText {
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  color: #5a5a5a;
  line-height: 1.3;
  padding: 22px 0;
}
#mainRenew .sec1 .renewMainVertical_250211 {
  position: relative;
  border-radius: 30px;
  box-shadow: 0px 1px 30px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 0 20px;
}
#mainRenew .sec1 .renewMainVertical_250211 .swiper-slide {
  width: calc(100% / 2) !important; /* 슬라이드 크기 2개씩 맞춤 */
  flex-shrink: 0; /* 크기 유지 */
  padding: 0 0 30px 0;
  opacity: 0;
}
#mainRenew .sec1 .renewMainVertical_250211 .swiper-slide .paginationLine {
  display: none;
}
#mainRenew .sec1 .renewMainVertical_250211 .swiper-slide-active,
#mainRenew .sec1 .renewMainVertical_250211 .swiper-slide-next {
  opacity: 1;
}
#mainRenew .sec1 .renewMainVertical_250211 .swiper-slide-active .paginationLine,
#mainRenew .sec1 .renewMainVertical_250211 .swiper-slide-next .paginationLine {
  display: block;
}
#mainRenew .sec1 .renewMainVertical_250211 .swiper-wrapper {
  display: flex; /* flex 적용 */
  align-items: center; /* 중앙 정렬 */
}
#mainRenew .sec1 .renewMainVertical_250211 .swiper-slide {
  display: block;
}
#mainRenew .sec1 .renewMainVertical_250211 .swiper-slide img {
  width: 100%;
  font-size: 0;
}
#mainRenew .sec1 .renewMainVertical_250211 h3,
#mainRenew .sec1 .renewMainVertical_250211 h4 {
  opacity: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#mainRenew .sec1 .renewMainVertical_250211 .renewMainVertical-prev2,
#mainRenew .sec1 .renewMainVertical_250211 .renewMainVertical-next2 {
  position: absolute;
  top: 55%;
  transform: translateY(-50%);
  z-index: 9;
}
#mainRenew .sec1 .renewMainVertical_250211 .renewMainVertical-prev2.active,
#mainRenew .sec1 .renewMainVertical_250211 .renewMainVertical-next2.active {
  display: none;
}
#mainRenew .sec1 .renewMainVertical_250211 .renewMainVertical-prev2 img,
#mainRenew .sec1 .renewMainVertical_250211 .renewMainVertical-next2 img {
  width: 15px;
}
#mainRenew .sec1 .renewMainVertical_250211 .renewMainVertical-prev2 {
  left: 10px;
}
#mainRenew .sec1 .renewMainVertical_250211 .renewMainVertical-next2 {
  right: 10px;
}
#mainRenew .sec1 .renewMainVertical_250211 .swiper-button-disabled {
  opacity: 0;
}
#mainRenew .sec1 .paginationLine {
  position: relative;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 0;
  background-color: #00a0f6;
  margin-bottom: 20px;
}
#mainRenew .sec1 .paginationLine .line {
  width: 1px;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00a0f6;
}
#mainRenew .sec1 .paginationLine .dots {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #00a0f6;
  position: absolute;
  top: -6.5px;
  left: 0;
  z-index: 2;
}
#mainRenew .sec1 .paginationLine .dots::after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
  width: 20px;
  aspect-ratio: 1;
  border-radius: 50%;
  z-index: -1;
  background: rgb(0, 160, 246);
  background: radial-gradient(
    circle,
    rgba(0, 160, 246, 1) 0%,
    rgba(0, 160, 246, 0.05) 80%
  );
}
/* #mainRenew .sec1 .swiper-slide-active .paginationLine .dots {background-color:#aeaeae; }
#mainRenew .sec1 .swiper-slide-active .paginationLine .dots::after {animation: btn_effect 2s ease-in-out forwards;} */

@keyframes color1_effect {
  0% {
    opacity: 0;
    background-color: #aeaeae;
  }
  100% {
    opacity: 1;
    background-color: #00a0f6;
  }
}
@keyframes line_effect {
  0% {
    opacity: 0.1;
    width: 0;
  }
  100% {
    opacity: 1;
    width: 100%;
  }
}
@keyframes btn_effect {
  0% {
    opacity: 0.2;
    transform: scale(1);
  }
  100% {
    opacity: 0.5;
    transform: scale(1.4);
  }
}
#quickMenu2 {
  position: fixed;
  bottom: 0;
  inset: auto 0 0 0; /* top, right, bottom, left 순서 */
  left: 50%;
  transform: translateX(-50%);
  z-index: 999999999;
  width: 100%;
  max-width: 720px;
  padding: 15px 0;
  background-color: #6ab0fc;
}
#quickMenu2 > ul {
  width: 100%;
}
#quickMenu2 > ul > li {
  width: 20%;
  text-align: center;
  position: relative;
}
#quickMenu2 > ul > li .iconBox {
  width: 100%;
}
#quickMenu2 > ul > li .iconBox img {
  width: 32px;
}
#quickMenu2 > ul > li span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  margin-top: 3px;
}
#quickMenu2 > ul > li:nth-child(3) .iconBox img {
  opacity: 0;
}
#quickMenu2 .quickMenu2AllBtn {
  position: absolute;
  top: -60%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
#quickMenu2 .quickMenu2AllBtn img {
  width: 75%;
  margin: 0 auto;
}
#quickMenu2 .quickMenu2AllBtn .imgOff {
  display: block;
}
#quickMenu2 .quickMenu2AllBtn .imgOn {
  display: none;
}
#quickMenu2.active .quickMenu2AllBtn .imgOff {
  display: none;
}
#quickMenu2.active .quickMenu2AllBtn .imgOn {
  display: block;
}

.quickMenu2Float {
  position: absolute;
  width: 200px;
  bottom: 140px;
}
