@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@300;400;500;700&family=Roboto:wght@300;400;700&display=swap');

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  width: 100%;
  min-width: 320px;
  position: relative;
  overflow-x: hidden;
  color: #1e2124;
  font-size: 1.6rem;
  font-family: 'Pretendard', 'NanumGothic', 'Malgun Gothic', 'Open Sans',
    'Arial', sans-serif;
  letter-spacing: -0.03rem;
  overflow-x: hidden;
}

hr,
legend,
caption {
  display: none;
}

img,
fieldset {
  border: 0 none;
  vertical-align: top;
}

dl,
ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
li,
ol,
th,
td,
p,
blockquote,
form,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}

.lyr_popup table {
  width: unset;
  table-layout: unset;
}
.lyr_popup table.pop_bottom {
  width: 100%;
}
.lyr_popup a {
  font-size: 0;
  display: inline-block;
}

input,
select,
textarea {
  font-size: 1.6rem;
  font-family: 'Pretendard', 'NanumGothic', 'Malgun Gothic', 'Open Sans',
    'Arial', sans-serif;
  vertical-align: middle;
  font-weight: 400;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #ddd;
  outline: none;
}

textarea {
  width: 100%;
  resize: none;
  padding: 2rem;
  color: #1e2124;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #fff;
}

input::placeholder,
textarea::placeholder {
  color: #999;
  font-weight: 300;
}

body,
th,
td,
input,
button {
  font-family: 'Pretendard', 'NanumGothic', 'Malgun Gothic', 'Open Sans',
    'Arial', sans-serif;
  line-height: 1.5;
  color: #1e2124;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
dl,
dt,
dd,
ul,
li,
ol,
th,
td,
p,
blockquote,
form,
fieldset,
legend,
textarea,
div {
  word-break: keep-all;
}

caption {
  display: none;
}

input,
textarea,
button {
  line-height: 1.5;
  vertical-align: middle;
  outline: none;
}

a {
  vertical-align: middle;
  text-decoration: none;
  word-break: keep-all;
  font-family: 'Pretendard', 'NanumGothic', 'Malgun Gothic', 'Open Sans',
    'Arial', sans-serif;
  letter-spacing: -0.03rem;
}

a:link,
a:visited {
  text-decoration: none;
}

a:link:hover,
a:active {
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  background-color: inherit;
}

input[type='text'],
input[type='date'],
input[type='tel'],
input[type='password'] {
  height: 6rem;
  margin: 0;
  position: relative;
  padding: 0 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #333;
  font-family: 'Pretendard', 'NanumGothic', 'Malgun Gothic', 'Open Sans',
    'Arial', sans-serif;
  border: 1px solid #ddd;
  border-radius: 0;
  background: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'] {
  cursor: pointer;
  border: 0;
  background-color: inherit;
}

select {
  height: 6rem;
  padding: 0 6rem 0 2rem;
  font-weight: 400;
  color: #333;
  font-size: 1.6rem;
  font-family: 'Pretendard', 'NanumGothic', 'Malgun Gothic', 'Open Sans',
    'Arial', sans-serif;
  border: 1px solid #ddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: url('../images/sub/select.gif') no-repeat right center #fff;
  background-size: 5.9rem;
}
select::-ms-expand {
  display: none;
}

select,
input[type='button'],
input[type='submit'],
label {
  cursor: pointer;
}

.clear::after {
  content: '';
  display: block;
  clear: both;
}

.mobile {
  display: none;
}

.hover_img {
  display: none;
}

.more {
  display: flex;
  align-items: center;
  column-gap: 10px;
  cursor: pointer;
}

.more img {
  width: 32px;
  aspect-ratio: 1 / 1;
}

.more:hover .hover_img {
  display: block;
}

.more:hover .default_img,
.mo_bg {
  display: none;
}

@media screen and (max-width: 1360px) {
  .pc_br {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  html {
    font-size: 10px;
  }
}

@media screen and (max-width: 768px) {
  html {
    font-size: 23px;
  }

  img {
    width: 100%;
  }

  .pc {
    display: none !important;
  }
  .mobile {
    display: block;
  }

  input[type='text'],
  input[type='date'],
  input[type='tel'],
  input[type='password'] {
    height: 3.4rem;
    font-size: 1rem;
    padding: 0 0.7rem;
  }
  select {
    height: 3.4rem;
    font-size: 1rem;
    padding: 0 3.4rem 0 1rem;
    background-size: auto 100%;
  }
  textarea {
    font-size: 1rem;
    padding: 1rem;
  }
}

.mo_br {
	display: none;
}

@media screen and (max-width: 768px) {
  html {
    font-size: 22.69px;
  }
  body {
    font-size: 1rem;
  }
  }
  .mo_br {
    display: block;
  }
}
@media screen and (max-width: 700px) {
  html {
    font-size: 22.36px;
  }
}
@media screen and (max-width: 690px) {
  html {
    font-size: 22.04px;
  }
}
@media screen and (max-width: 680px) {
  html {
    font-size: 21.72px;
  }
}
@media screen and (max-width: 670px) {
  html {
    font-size: 21.39px;
  }
}
@media screen and (max-width: 660px) {
  html {
    font-size: 21.07px;
  }
}
@media screen and (max-width: 650px) {
  html {
    font-size: 20.75px;
  }
}
@media screen and (max-width: 640px) {
  html {
    font-size: 20.42px;
  }
}
@media screen and (max-width: 630px) {
  html {
    font-size: 20.1px;
  }
}
@media screen and (max-width: 620px) {
  html {
    font-size: 19.77px;
  }
}
@media screen and (max-width: 610px) {
  html {
    font-size: 19.45px;
  }
}
@media screen and (max-width: 600px) {
  html {
    font-size: 19.13px;
  }
}
@media screen and (max-width: 590px) {
  html {
    font-size: 18.8px;
  }
}
@media screen and (max-width: 580px) {
  html {
    font-size: 18.48px;
  }
}
@media screen and (max-width: 570px) {
  html {
    font-size: 18.17px;
  }
}
@media screen and (max-width: 560px) {
  html {
    font-size: 17.84px;
  }
}
@media screen and (max-width: 550px) {
  html {
    font-size: 17.53px;
  }
}
@media screen and (max-width: 540px) {
  html {
    font-size: 17.21px;
  }
}
@media screen and (max-width: 530px) {
  html {
    font-size: 16.89px;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 16.57px;
  }
}
@media screen and (max-width: 510px) {
  html {
    font-size: 16.25px;
  }
}
@media screen and (max-width: 500px) {
  html {
    font-size: 15.93px;
  }
}
@media screen and (max-width: 490px) {
  html {
    font-size: 15.62px;
  }
}
@media screen and (max-width: 480px) {
  html {
    font-size: 15.29px;
  }
}
@media screen and (max-width: 470px) {
  html {
    font-size: 14.98px;
  }
}
@media screen and (max-width: 460px) {
  html {
    font-size: 14.66px;
  }
}
@media screen and (max-width: 450px) {
  html {
    font-size: 14.34px;
  }
}
@media screen and (max-width: 440px) {
  html {
    font-size: 14.02px;
  }
}
@media screen and (max-width: 430px) {
  html {
    font-size: 13.71px;
  }
}
@media screen and (max-width: 420px) {
  html {
    font-size: 13.38px;
  }
}
@media screen and (max-width: 410px) {
  html {
    font-size: 13.07px;
  }
}
@media screen and (max-width: 400px) {
  html {
    font-size: 12.75px;
  }
}
@media screen and (max-width: 390px) {
  html {
    font-size: 12.43px;
  }
}
@media screen and (max-width: 380px) {
  html {
    font-size: 12.11px;
  }
}
@media screen and (max-width: 370px) {
  html {
    font-size: 11.79px;
  }
}
@media screen and (max-width: 360px) {
  html {
    font-size: 11.47px;
  }
}
@media screen and (max-width: 350px) {
  html {
    font-size: 11.16px;
  }
}
@media screen and (max-width: 340px) {
  html {
    font-size: 10.83px;
  }
}
@media screen and (max-width: 330px) {
  html {
    font-size: 10.52px;
  }
}
@media screen and (max-width: 320px) {
  html {
    font-size: 10.2px;
  }
}
