a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
button,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

address,
em {
  font-style: normal;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

a,
a:active,
a:focus,
a:hover {
  text-decoration: none;
}

input,
textarea {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
}

button,
input,
select,
textarea {
  border: 0 none;
  border-radius: 0;
  background-color: transparent;
  vertical-align: middle;
  cursor: pointer;
  outline: none;
}

img {
  vertical-align: middle;
  margin: 0 auto;
  display: block;
}

input[type="button"],
input[type="email"],
input[type="password"],
input[type="reset"],
input[type="search"],
input[type="submit"],
input[type="tel"],
input[type="text"] {
  border-radius: 0;
  -webkit-appearance: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:active,
a:hover {
  text-decoration: none;
}

caption,
legend {
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

input:focus,
select:focus,
textarea:focus {
  outline-width: thin;
  outline: none;
}

input::-ms-clear {
  display: none;
}

input::-webkit-contacts-auto-fill-button {
  display: none !important;
  position: absolute;
  right: 0;
  visibility: hidden;
  pointer-events: none;
}

body {
  -webkit-text-size-adjust: none;
}

body,
button,
input,
pre,
select,
table,
textarea {
  color: #000;
}

/* 버튼지우는 reset */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* 공통class */

.txt_fff {
  color: #fff;
}
.txt_000{
  color: #000;
}
.font20 {
  font-size: 20px;
}
.font24 {
  font-size: 24px;
}
.font30 {
  font-size: 30px;
}
.blue_txt {
  color: #02189d;
}
.fw_b {
  font-weight: bold;
}
.fw_b2 {
  font-weight: 500;
}
.fw_l{
  font-weight: 300;
}
img {
  max-width: 100%;
}

.marginB50 {
  margin-bottom: 50px;
}
.margin0 {
  margin: 0 !important;
}
.center_txt {
  text-align: center;
}
.right_txt {
  text-align: right;
}
.pc {
  display: block;
}
.moblie {
  display: none;
}
.hide {
  display: none;
}
.font_12 {
  font-size: 13px;
}
.txt {
  text-align: justify;
  font-size: 15px;
}

.font_32 {
  font-size: clamp(25px, 3vw, 32px);
}

.green_txt {
  color: #005339;
}

.nuder_line {
  text-decoration: underline;
  text-underline-offset: 5px;
  text-align: center;
  margin: 50px 0 20px 0;
  font-weight: bold;
}


@media (max-width: 768px) {
  .pc {
    display: none;
  }

  .moblie {
    display: block;
  }

  .txt {
    text-align: justify;
    font-size: 14px;
  }
}

/* 
html {
  font-family: 'Noto Sans KR', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  height: 100%;
}

body{
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  height: 100%;
}


.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
} */
