﻿/*@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Open+Sans:wght@300;400;500;600&display=swap");*/

* {
  margin: 0;
  padding: 0;
}

body {
  font-family:
    "Noto Sans KR", "Noto Sans", "AppleGothic", "맑은 고딕", "돋움", "dotum",
    Helvetica, Arial, sans-serif;
}

img {
  vertical-align: top;
  width: 100%;
}

.renewal-popup {
  max-width: 900px;
  line-height: 1.5;
}

.renewal-popup-txt {
  padding: clamp(20px, 5vw, 32px) clamp(30px, 5vw, 60px);
}

.ren-txt-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 30px;
}

.ren-tit1 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 19px;
  color: #052b57;
}

.ren-tit2 {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 22px;
  color: #052b57;
}

.ren-txt,
.ren-txt a {
  text-decoration: none;
  font-weight: 400;
  font-size: 19px;
  color: #000;
}

.renewal-popup-footer {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #cdd1d5;
}

.renewal-popup-footer > p:not(:last-child) {
  margin-bottom: 6px;
  font-size: 17px;
}

.ren-sec + .ren-sec {
  margin-top: 30px;
}
