@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap");
body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.headText {
  display: block;
  width: 100%;
  margin-bottom: 5rem;
  padding: 0px;
  margin: 0px;
}

.headText1 {
  display: block;
  width: 100%;
  margin-bottom: 5rem;
  padding: 0px;
  margin: 0px;
  color: #ffffff;
}

.marginTop {
  margin-top: 8rem;
}

.linkTagList a {
  font-size: 14px;
  color: rgb(107, 106, 106);
  text-decoration: none;
}

.headTitle {
  font-size: 0.8vw;
  font-weight: 500;
  color: rgb(0, 55, 103);
  margin: 1rem 0rem;
  word-wrap: break-word;
}

.detail {
  display: block;
  width: 100%;
  padding: 1.5rem;
  height: auto;
  margin-top: 1rem;
  margin: auto;
  border: 0pt solid #777777;
  border-radius: 1rem;
  font-family: "Poppins", sans-serif;
}

.allLink {
  width: 100%;
  height: auto;
  text-align: right;
  font-weight: 500;
}

.link {
  text-decoration: none;
  color: unset;
}

.link:hover {
  text-decoration: none;
  color: unset;
}

.showDate {
  width: 100%;
  font-size: 14px;
  text-align: right;
}

.logoList {
  display: block;
  width: 200px;
  height: auto;
  margin: auto;
}

.logoList img {
  width: 100%;
  height: auto;
}
.policyBok {
  display: block;
  width: 100%;
  height: auto;
  padding-left: 1rem;
}

.policyHead {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 0.5rem;
}

.policySub {
  font-size: 14px;
  margin-left: 1rem;
  margin-bottom: 2rem;
}

.ck-editor__editable_inline {
  min-height: 550px;
}

.newImgMainPolicy {
  display: block;
  width: auto;
  height: 240px;
  text-align: center;
}

.newImgMainPolicy img {
  width: auto;
  height: 100%;
  object-fit: cover;
  margin: auto;
}

.newsTitlePolicy {
  display: block;
  text-align: center;
  font-size: 14px;
  margin-top: 0.5rem;
}
