html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: "돋음", "sans-serif";
}

ul,
li {
  padding: 0;
  margin: 0;
  list-style: none;
}

.brNo {
  display: none;
}

header {
  width: 100%;
  padding: 21px 0;
  height: auto;
  -webkit-box-shadow: 0px 3px 6px #00000029;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #fff;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  text-align: center;
}

.logo_wrap {
  width: 140px;
  height: 30px;
  margin: auto;
}

.logo_wrap img {
  width: 100%;
  height: 100%;
}

section {
  width: 100%;
  height: auto;
  text-align: center;
}

.section-box {
  padding: 180px 0 100px;
  background: #fff;
}

section .section-txt {
  width: 1100px;
  height: auto;
  padding: 50px 0;
  border: 1px solid #d9d9d9;
  box-sizing: border-box;
  display: inline-block;
}

.sec-txt-style li:nth-child(1) {
  margin-top: 25px;
}
.sec-txt-style li:nth-child(2) {
  margin-top: 15px;
}
.sec-txt-style li:nth-child(3) {
  margin: 20px 0;
}

.section-txt img {
  width: 90px;
  height: 90px;
}

.section-txt li {
  font-size: 14px;
  letter-spacing: -0.35px;
  line-height: 22px;
  color: #75787b;
}

.section-txt .txtStyle01 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: -0.6px;
  line-height: 32px;
  color: #333;
}

.section-txt .txtStyle02 {
  font-size: 16px;
  letter-spacing: -0.4px;
  line-height: 24px;
  color: #333;
}

footer {
  width: 100%;
  height: auto;
  text-align: center;
  background-color: #f2f2f2;
}

footer .footer-box {
  width: 1100px;
  padding: 43px 0 100px 0;
  display: inline-block;
  text-align: left;
}
footer .footer_logo {
  margin-bottom: 30px;
}

footer .footer_logo img {
  width: 108px;
  height: 24px;
}

footer .adr_wrap li {
  display: inline;
  margin-right: 15px;
  font-size: 13px;
  color: #75787b;
  letter-spacing: -0.33px;
  line-height: 23px;
}

footer .adr_wrap li:nth-child(3) {
  display: block;
}
footer .auth_wrap {
  margin-top: 30px;
}

footer .auth_wrap li {
  margin-right: 15px;
  display: inline;
}

footer .auth_wrap img {
  height: 33px;
  width: auto;
}
@media screen and (max-width: 767.98px) {
  .logo_wrap {
    width: 93px;
    height: 20px;
  }
  .section-box {
    padding: 134px 20px 50px;
  }
  .section-txt img {
    width: 80px;
    height: 80px;
  }

  section .section-txt {
    width: 100%;
    padding: 30px 20px;
  }

  .sec-txt-style li:nth-child(1) {
    margin-top: 20px;
  }
  .sec-txt-style li:nth-child(2) {
    margin-top: 10px;
  }

  .section-txt li {
    font-size: 14px;
  }
  .section-txt .txtStyle01 {
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 26px;
  }
  .section-txt .txtStyle02 {
    font-size: 16px;
  }
  footer .footer-box {
    width: 100%;
    padding: 0px;
  }
  footer .footer-box .footer-txt {
    padding: 33px 20px 40px;
  }
  footer .adr_wrap li:nth-child(2) {
    display: block;
  }

  footer .auth_wrap {
    display: none;
  }

  .brNo {
    display: block;
  }
}

/* 20260210 */
.section-box.data img {
  width: auto;
  height: 90px;
  margin: 10px 0;
}
.section-box.data .txtStyle01 p {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
.section-box.data .box {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 10px 20px;
  color: #333;
  margin-top: 5px;
  line-height: 20px;
}
.section-box.data .section-txt {
  padding: 30px;
}
.section-box.data .txtStyle01 strong {
  font-size: 24px;
}
.section-box.data .txtStyle01 p {
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .section-box {
    padding-top: 85px;
    padding-bottom: 20px;
  }
  .section-box.data .section-txt {
    padding: 15px;
    word-break: keep-all;
  }
.section-box.data img {
  width: auto;
  height: 70px;
  margin: 10px 0 0 0;
}
}
@media screen and (max-width: 500px) {
  .section-box.data .txtStyle01 strong {
    font-size: 18px;
  }
  .section-box.data .txtStyle01 p {
    font-size: 16px;
  }
}
@media screen and (max-width: 380px) {
  .section-box.data .txtStyle01 strong {
    font-size: 16px;
  }
  .section-box.data .txtStyle01 p {
    font-size: 14px;
  }
}
