/* 리뉴얼 251202 */
* {
  box-sizing: border-box;
}

body {
  font-family: "Pretendard";
  color: #222;
}

img {
  max-width: 100%;
}

/* 공통 클래스 */

.main-renew-251202 {
  --color-primary: #a2288a;
  --color-secondary: #2cabb0;
  --color-tertiary: #159cda;
}

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(50%);
  clip: rect(0 0 0 0);
}

.pt-15 {
  padding-top: clamp(60px, 16vw, 120px) !important;
}

.pt-25 {
  padding-top: clamp(100px, 26.67vw, 250px) !important;
}

.pb-15 {
  padding-bottom: clamp(60px, 16vw, 120px) !important;
}

.pb-25 {
  padding-bottom: clamp(100px, 26.67vw, 250px) !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.text-primary {
  color: var(--color-primary) !important;
}

.text-secondary {
  color: var(--color-secondary) !important;
}

.text-tertiary {
  color: var(--color-tertiary) !important;
}

.flex-container {
  display: flex;
}

.container-px-5 {
  width: 100%;
  max-width: calc(1347px + 40px);
  margin: 0 auto;

  padding-left: 20px;
  padding-right: 20px;
}

.container-right-0 {
  width: 100%;
  max-width: 1634px;
  margin: 0 0 0 auto;
  padding-left: 20px;
}

.sec {
  padding: 150px 0;
}

.sec-tit-box {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 80px;
}

.sect-tit {
  font-size: 36px;
  color: #898989;
}

.sect-desc {
  font-size: 40px;
  line-height: 1.5;
  color: #3e3a3a;
}

.sect-desc strong {
  font-weight: 800;
}

.board-all-btn {
  font-size: 28px;
  padding-top: 100px;
}

.board-all-btn a {
  display: flex;
  align-items: center;
  gap: 0.28em;

  color: #222222;
}

.board-all-btn a svg {
  margin-top: 0.16em;
  width: 0.96em;
  height: 0.96em;
}

/* sec2 : 이벤트 섹션 */
#mainRenewEvent {
  position: relative;
  margin-bottom: 150px;
}

#mainRenewEvent .board-all-btn {
  padding-top: 0;
}

#eventSlider {
  position: absolute;
  top: 150px;
  right: 0;
  width: 60%;
  max-width: 1040px;
  overflow: hidden;
  z-index: 0;
}

#eventSlider .swiper-slide {
  text-align: left;
}

#eventSlider .event-info {
  display: flex;
  flex-direction: column;
  gap: 0.4em;
  padding-top: 1.43em;

  font-size: 28px;
}

#eventSlider .event-info strong {
  font-weight: 600;
  color: #222222;
}

#eventSlider .event-info p {
  font-size: 27px;
  color: #898989;
}

/* sec3 : ai 검사 섹션 */
#mainRenewAI {
  background: #fbfbfb;
}

#mainRenewAI .flex-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: auto;
}

#mainRenewAI .flex-container .sec-tit-box {
  flex-shrink: 0;
}

#mainRenewAI .flex-container .img-box {
  width: 804px;
}

#mainRenewAI .renewMainVertical_250211 .topText {
  font-size: 34px;
  font-weight: 700;
  color: #5a5a5a;
  line-height: 1.3;
  padding: 3em 0 2.2em;
  text-align: center;
}

#mainRenewAI .box {
  margin-top: 100px;

  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;

  padding: 68px 50px;
  background: #e1edff;

  border-radius: 30px;
  overflow: hidden;
}

#mainRenewAI .box .videoThumWrap {
  position: relative;
  width: 100%;
  height: 390px;
  border-radius: 30px;
  overflow: hidden;
}

#mainRenewAI .box .videoThumWrap #mainRenewAIVideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#mainRenewAI .box .videoThumWrap #mainRenewAIVideo iframe {
  width: 100%;
  height: 100%;
}

#mainRenewAI .box .videoThumWrap .videoThum {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;

  /* z-index: 10; */
}
#mainRenewAI .box .videoThumWrap .videoThum img {
  width: 100%;
}

#mainRenewAI .box .videoThumWrap .videoThum img.playBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 76px !important;
  height: 76px !important;
  min-width: auto !important;
  cursor: pointer;
}

#mainRenewAI .box .videoWrap img.pauseBtn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  width: 76px !important;
  height: 76px !important;
  min-width: auto !important;
  cursor: pointer;

  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#mainRenewAI .box .videoWrap.playing:hover img.pauseBtn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#mainRenewAI .box .rtBox {
  width: calc(100% - 720px);
  height: 100%;
  padding: 60px 60px 40px 50px;
}
#mainRenewAI .box .rtBox dt {
  font-size: 30px;
  font-weight: bold;
  color: #1c0462;
  line-height: 1;
}
#mainRenewAI .box .rtBox dd {
  font-size: 24px;
  font-weight: 500;
  color: #3e3a39;
  line-height: 1.4;
  padding: 10px 0 20px 0;
}
#mainRenewAI .box .rtBox li:not(:last-child) {
  margin-bottom: 15px;
}
#mainRenewAI .box .rtBox li {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#mainRenewAI .box .rtBox li label {
  width: 140px;
  font-size: 20px;
  font-weight: 500;
  color: #444444;
  line-height: 1;
}
#mainRenewAI .box .rtBox li input {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  border: 1px solid #98c1ff;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  text-indent: 20px;
}
#mainRenewAI .box .rtBox li input::placeholder {
  font-weight: 600;
  font-size: 18px;
  color: #a5c1eb;
}

#mainRenewAI .box .bottomInfo {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: end;
  margin-top: 40px;
}

#mainRenewAI .box .rtBox .subMit {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: #1c0462;
  border: none;
  border-radius: 10px;
  margin-top: 40px;
  cursor: pointer;

  padding: 0.2em 1em 0.3em;
}
#mainRenewAI .box .rtBox .subMit:hover {
  background-color: #333;
}
#mainRenewAI .box input::placeholder {
  color: #666;
  font-weight: 400;
}
#mainRenewAI .box input:focus {
  color: #000;
  outline: none;
}
#mainRenewAI .box .checkWrap {
  position: relative;
  padding: 0;
}
#mainRenewAI .box .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;
}
#mainRenewAI .box .checkWrap label {
  margin-bottom: 0;
  text-align: left;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
}
#mainRenewAI .box .checkWrap .checkDeco {
  width: 18px;
  height: 18px;
  border: 1px solid #727171;
  display: inline-block;
  margin-right: 5px;
  position: relative;
}
#mainRenewAI .box .checkWrap label i {
  font-size: 24px;
  color: #727171;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-right: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#mainRenewAI .box .checkWrap label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 500;
  color: #727171;
}
#mainRenewAI .box .checkWrap input:checked ~ label i {
  border-color: var(--color01);
  color: var(--color01);
}
#mainRenewAI .box .termsBtn {
  background-color: #1c0462;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 400;
  padding: 0.06em 0.5em 0.08em;
  color: #fff;
  margin-left: 10px;
  border: none;
}
#mainRenewAI .box .flexWrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}

#mainRenewAI .box .lfBox {
  width: 690px;
}

#mainRenewAI .box .lfBox .textTit {
  font-size: 25px;
  font-weight: 600;
  color: #3e3a39;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-direction: row;
  padding: 30px 0;
}

#mainRenewAI .box .lfBox ul {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#mainRenewAI .box .lfBox li {
  margin-right: 15px;
}
#mainRenewAI .box .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;
}

/* sec4 : 의료진 섹션 */
#mainRenewDoctor {
  background: url(../../_images/mainRenew/mainDoctor_bg.png) no-repeat center
    top 25% / 50%;
  background-color: #faf2f8;
  padding-bottom: 0;
}

#mainRenewDoctor .more-doctor-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25em;

  width: fit-content;
  margin: 3.6em 0 2.8em;

  font-size: 28px;
  font-weight: 600;
  color: #fff;

  border-radius: 999px;
  background: var(--color-primary);

  padding: 0.5em 1em;
}

#mainRenewDoctor .more-doctor-btn svg {
  width: 1em;
  height: 1em;
}

#mainRenewDoctor img {
  display: block;
  width: 100%;
  max-width: 1090px;
  margin: 0 auto;
}

/* sec5 : bgn 섹션 */
#mainRenewBGN .deco {
  position: absolute;
  top: 20px;
  right: 0;
}
#mainRenewBGN .bgnBox {
  margin-top: 150px;
  margin-right: 10px;
}
#mainRenewBGN .bgnBox img:first-child {
  width: 25%;
}
#mainRenewBGN .centerImg {
  margin: 0 30px;
  position: relative;
  top: -58px;
  width: 13%;
}
#mainRenewBGN .bgnBox img:last-child {
  width: 14%;
}
/*#mainRenewBGN .centerImg.active {animation:ImgUP 2s 1;}*/
@keyframes ImgUP {
  0% {
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
#mainRenewBGN .numBox {
  width: 100%;
  margin: 50px auto 0;
}
#mainRenewBGN .numBox li {
  /*margin-right:80px;*/
  flex: 1;
}
#mainRenewBGN .numBox li:last-child {
  margin-right: 0;
}
#mainRenewBGN .numBox li:last-child dt::after {
  display: none;
}
#mainRenewBGN .numBox dl {
  text-align: center;
}
#mainRenewBGN .numBox dt {
  position: relative;
  font-family: "SCDream";
  font-size: 60px;
  font-weight: 800;
  color: #e9e9e9;
  line-height: 1;
}
#mainRenewBGN .numBox dt span {
  font-family: "SCDream"; /*font-size:80px;*/
  font-weight: 800;
  color: #e9e9e9;
  line-height: 1;
}
#mainRenewBGN .numBox dt::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #e9e9e9;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0; /*-64px;*/
}
#mainRenewBGN .numBox dd {
  font-size: 16px;
  font-weight: 700;
  color: var(--color-primary);
  margin-top: 25px;
  line-height: 1;
}

#mainRenewTreatment {
  padding-bottom: 150px;
}

#mainRenewTreatment ul {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

#mainRenewTreatment ul li {
  text-align: center;
}
#mainRenewTreatment ul li:nth-child(2) img {
  position: relative;
  top: 18px;
}
#mainRenewTreatment ul li:nth-child(3) img {
  position: relative;
  top: 26px;
}
#mainRenewTreatment ul li .imgBox {
  height: 140px;
}
#mainRenewTreatment ul li .imgBox img {
  margin: auto;
}
#mainRenewTreatment ul li img.on {
  display: none;
}
#mainRenewTreatment ul li img.off {
  display: block;
}
#mainRenewTreatment ul li:hover img.off {
  display: none;
}
#mainRenewTreatment ul li:hover img.on {
  display: block;
}
#mainRenewTreatment ul li dt {
  font-size: 28px;
  font-weight: 700;
  color: #3e3a39;
  padding-bottom: 10px;
  line-height: 1;
  letter-spacing: -1.4px;
}
#mainRenewTreatment ul li dd {
  font-size: 14px;
  font-weight: 400;
  color: #939393;
  line-height: 1;
}

/* sec6 : 수술장비 */
#mainRenewEquipment {
  background: #f3fcfc;
}

#mainRenewEquipment .textBox {
  font-size: 24px;
  text-align: left;

  padding-top: 1.4em;
}

#mainRenewEquipment .textBox strong {
  font: 29px;
  font-weight: 600;

  display: inline-block;
  margin-bottom: 0.25em;
}

#mainRenewEquipment .textBox p {
  color: #898989;
  line-height: 1.4;
}

#mainRenewEquipment .board-all-btn {
  font-weight: 600;
}

/* sec7 : 소식 */
#mainRenewNews .newsList {
  border-top: 6px solid #333333;

  display: flex;
  flex-wrap: wrap;

  padding-top: 60px;

  row-gap: 30px;
  column-gap: 30px;
}

#mainRenewNews .newsList li {
  width: calc(50% - 15px);
}

#mainRenewNews .newsList li:nth-child(1) {
  order: 1;
}
#mainRenewNews .newsList li:nth-child(2) {
  order: 3;
}
#mainRenewNews .newsList li:nth-child(3) {
  order: 5;
}
#mainRenewNews .newsList li:nth-child(4) {
  order: 2;
}
#mainRenewNews .newsList li:nth-child(5) {
  order: 4;
}
#mainRenewNews .newsList li:nth-child(6) {
  order: 6;
}

#mainRenewNews .newsList li a {
  display: flex;
  align-items: center;
  gap: 30px;
}

#mainRenewNews .newsList .imgBox {
  width: 130px;
  height: 130px;
  flex-shrink: 0;
}

#mainRenewNews .newsList .imgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainRenewNews .newsList .textBox {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

#mainRenewNews .newsList .textBox .date {
  display: inline-block;
  font-size: 24px;
  color: #898989;
  font-weight: 500;
  margin-bottom: 0.5em;
}

#mainRenewNews .newsList .textBox p {
  font-size: 28px;
  font-weight: 600;
  color: #222;

  margin-top: 0.25em;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#mainRenewNews .board-all-btn {
  font-weight: 600;
}

/* sec8 : 제휴 기업 및 단체 */
#mainRenewPartner {
  background: url(../../_images/mainRenew/mainRenewPartner_bg.png) no-repeat
    center center / cover;
}

#mainRenewPartner .clientBox {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 120px;
}

#mainRenewPartner .clientBox ul {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 0;

  border: 1px solid #e6e6e6;
  border-bottom: 0;
}

#mainRenewPartner .clientBox li {
  width: calc(980px / 6);
  aspect-ratio: 1/1;
  background: #fff;

  display: flex;
  justify-content: center;
  align-items: center;

  border-left: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

#mainRenewPartner .clientBox li:nth-child(6n + 1) {
  border-left: 0;
}

#mainRenewPartner .clientBox li a {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#mainRenewPartner .videoWrap {
  position: relative;
  width: 980px;
  margin: 0 auto;
}

#mainRenewPartner .videoWrap .video-control-btn {
  background: transparent;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;

  width: 80px;
  height: 108px;
}

#mainRenewPartner .videoWrap .video-control-btn.pause-btn {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

#mainRenewPartner .videoWrap.playing:hover .pause-btn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#mainRenewPartner .videoWrap .video-control-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#mainRenewHistory.history {
  margin-top: 0;
}

#footer .inner {
  box-sizing: content-box;
}
