@charset "UTF-8";
#renewal section {
  position: relative;
}
#renewal h2 {
  font-family: var(--serif);
  font-size: 35px;
  font-weight: 300;
  line-height: 1.2;
}
#renewal h2::before {
  content: "TIME EYE CLINIC";
  font-size: 20px;
  font-family: var(--Qeilab);
  color: var(--yellow);
  line-height: 1;
  display: block;
  padding-bottom: 20px;
  letter-spacing: 2px;
}
#renewal p {
  font-size: 16px;
  color: #878787;
}
#renewal .visual h2::before {
  display: none;
}
#renewal .visual h2 {
  display: flex;
  justify-content: center;
}
#renewal .visual .count {
  position: relative;
}
#renewal .visual .count .count-edit {
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#renewal .visual .count .count-edit #cf_2::before {
  content: "백내장 & 노안 수술";
}
#renewal .visual .count .count-edit form {
  display: flex;
  padding: 10px 20px;
  background: rgba(255, 255, 255, 0.3333333333);
  border-radius: 10px;
}
#renewal .visual .count .count-edit form label {
  font-size: 16px;
  padding-right: 2em;
  color: #fff;
  display: flex;
  align-items: center;
}
#renewal .visual .count .count-edit form input[type=text] {
  width: 4em;
  height: 2em;
  text-align: center;
  font-size: 16px;
  margin-left: 5px;
}
#renewal .visual .count .count-edit form #cf_6 {
  width: 14em;
}
#renewal .visual .count ul {
  position: absolute;
  top: 650px;
  left: calc(50% - 640px);
  width: 1260px;
  display: flex;
  font-size: 100px;
  color: #bca372;
  font-weight: bold;
}
#renewal .visual .count ul li {
  display: flex;
  justify-content: center;
  white-space: nowrap;
  text-align: center;
  line-height: 1;
}
#renewal .visual .count ul li:nth-child(1) {
  width: 150px;
}
#renewal .visual .count ul li:nth-child(2) {
  width: 160px;
  margin-left: 220px;
}
#renewal .visual .count ul li:nth-child(3) {
  width: 190px;
  margin-left: 195px;
}
#renewal .visual .count ul li:nth-child(4) {
  width: 150px;
  margin-left: 190px;
}
#renewal .visual .count p {
  font-size: 18px;
  color: #a8a8a8;
  position: absolute;
  top: 794px;
  left: 0;
  width: 100%;
  text-align: center;
}
#renewal .visual .slick-dots {
  position: absolute;
  bottom: 65px;
  left: 0;
  width: 100%;
  z-index: 10;
  display: flex;
  justify-content: center;
}
#renewal .visual .slick-dots li {
  padding: 0 7px;
}
#renewal .visual .slick-dots button {
  width: 35px;
  height: 10px;
  background: #fff;
  opacity: 0.5;
  border-radius: 10px;
  font-size: 0;
  border: 0;
  transition: 0.3s;
}
#renewal .visual .slick-dots .slick-active button {
  width: 80px;
  opacity: 1;
}
#renewal .broadcast {
  height: 1060px;
}
#renewal .broadcast .broad__wrapper {
  width: 100%;
  height: 100%;
  background: url(/img/renewal/main/broadcast/broad_bg.jpg) no-repeat;
  background-size: contain;
  max-width: 2000px;
  min-width: 1910px;
  margin: 0 auto;
  position: relative;
}
#renewal .broadcast .broad__wrapper .title {
  position: absolute;
  right: 170px;
  top: 110px;
  text-align: center;
}
#renewal .broadcast .broad__wrapper .title strong {
  font-size: 80px;
  font-weight: 500;
  font-family: var(--Qeilab);
  color: var(--yellow);
  line-height: 1.2;
  display: block;
  letter-spacing: 2px;
}
#renewal .broadcast .broad__wrapper .title h3 {
  font-size: 40px;
  font-weight: 400;
  padding-bottom: 8px;
  font-family: var(--serif);
}
#renewal .broadcast .broad__wrapper .title p {
  font-size: 20px;
  color: #878787;
  line-height: 1.7;
}
#renewal .broadcast .broad__wrapper .title a {
  font-size: 20px;
  color: #878787;
  font-weight: 300;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#renewal .broadcast .broad__wrapper .title a::before {
  content: "";
  display: inline-block;
  background: url(/img/renewal/main/broadcast/broad_arrow.png);
  width: 40px;
  height: 40px;
  margin-top: 3px;
}
#renewal .broadcast02 .broad__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: url(/img/renewal/main/broadcast/broad_bg02.jpg) no-repeat;
  background-size: contain;
  max-width: 2000px;
  min-width: 1910px;
  margin: 0 auto;
  position: relative;
  padding: 100px 0;
  background-size: cover;
}
#renewal .broadcast02 .broad__wrapper .title {
  text-align: center;
}
#renewal .broadcast02 .broad__wrapper .title strong {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--Qeilab);
  color: var(--yellow);
  line-height: 1.2;
  display: block;
  letter-spacing: 2px;
}
#renewal .broadcast02 .broad__wrapper .title h3 {
  font-size: 40px;
  margin-top: 24px;
  font-weight: 400;
  padding-bottom: 8px;
  font-family: var(--serif);
}
#renewal .broadcast02 .broad__wrapper .title p {
  font-size: 16px;
  color: #878787;
  line-height: 1.7;
}
#renewal .broadcast02 .broad__wrapper .title a {
  font-size: 20px;
  color: #878787;
  font-weight: 300;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#renewal .broadcast02 .broad__wrapper .title a::before {
  content: "";
  display: inline-block;
  background: url(/img/renewal/main/broadcast/broad_arrow.png);
  width: 40px;
  height: 40px;
  margin-top: 3px;
}
#renewal .clinic {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 115px 0;
  align-items: center;
  text-align: center;
}
#renewal .clinic .title {
  padding-bottom: 45px;
}
#renewal .clinic h2 {
  padding-bottom: 20px;
}
#renewal .clinic nav {
  width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
#renewal .equip {
  height: 910px;
  padding: 180px 0 0 calc(50% - 700px);
  background: url(/img/renewal/main/equip/bg.jpg) left bottom no-repeat;
  display: flex;
  overflow: hidden;
}
#renewal .equip h2::before {
  content: "TIME EYE CLINIC EQUIPMENT";
}
#renewal .equip .wr {
  display: flex;
}
#renewal .equip .title {
  width: 600px;
}
#renewal .equip .swiper-wr {
  position: relative;
  width: calc(800px + 50vw - 700px);
  overflow: hidden;
}
#renewal .equip .swiper-slide {
  width: 860px;
}
#renewal .equip .swiper-slide dt {
  font-size: 30px;
  font-family: var(--serif);
  padding: 20px 0 12px;
  line-height: 1;
}
#renewal .equip .swiper-slide dd {
  font-size: 16px;
  color: #878787;
}
#renewal .equip .swiper-scrollbar {
  width: 99%;
  height: 3px;
  margin-top: 35px;
}
#renewal .case {
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  padding-bottom: 110px;
}
#renewal .case .title {
  width: 100%;
  height: 380px;
  padding-top: 60px;
  background: url(/img/renewal/main/case/glow.png) center -140px no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#renewal .case form,
#renewal .case .form {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
#renewal .case form input,
#renewal .case .form input {
  width: 7em;
  text-align: center;
  margin-right: 10px;
  height: 33px;
  font-size: 16px;
}
#renewal .case h2 {
  margin-bottom: 22px;
}
#renewal .case h2::before {
  content: "TIME EYE CLINIC BEFORE & AFTER";
}
#renewal .activity {
  background: url(/img/renewal/main/activity.jpg) center top no-repeat;
}
#renewal .activity .title {
  display: flex;
  flex-direction: column;
  height: 377px;
  align-items: center;
  padding-top: 122px;
  text-align: center;
}
#renewal .activity .title h2 {
  padding-bottom: 24px;
}
#renewal .activity .title h2::before {
  content: "TIME EYE CLINIC ACTIVITY";
}
#renewal .activity .line {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2px;
  background: #c4c4c4;
  margin: 40px 0 130px;
}
#renewal .activity .line::after {
  content: url(/img/renewal/main/activity-dot.png);
  line-height: 0;
}/*# sourceMappingURL=main.min.css.map */