@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

/* ---------------------------------------------------------------- */
footer {
  width: 1568px;
  height: 316px;
  background: #fff;
  margin-left: 312px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#f_section {
  width: 1520px;
  height: 236px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_infor_section {
  width: 330px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

ul.fi_txt_section {
  width: 100%;
  height: 27px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

ul.fi_txt_section>li>span {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.198px;
  cursor: pointer;
}

ul.fi_txt_section>li>span:hover {
  color: #333;
  transition: color 0.3s ease;
}

.fi_tel {
  width: 155px;
  height: 122px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}

.fi_tel>span {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.198px;
}

.fi_tel>h2 {
  color: #969696;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.33px;
}

.fi_tel>p {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.copy {
  width: 100%;
  height: 27px;
  display: flex;
  align-items: center;
}

.copy>span {
  color: #969696;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; 
  letter-spacing: -0.198px;
}

.legal_notice_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.legal_notice_modal_bg.on {
  display: block;
}

.legal_notice_modal {
  width: 83.33%;
  height: 700px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #A7A7A7;
  align-items: center;
  z-index: 9998;
  display: none;
  flex-direction: column;
  align-items: center;
}

.legal_notice_modal.on {
  display: flex;
  flex-direction: column;
}

.lnm_top {
  width: 87.5%;
  height: 25px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.lnm_close_btn>button {
  width: 23px;
  height: 23px;
  background: #fff;
  border: 1px solid #cdcdcd;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.lnm_close_btn>button>i {
  font-size: 15px;
  color: #cdcdcd;
}

.lnm_close_btn>button:hover {
  width: 25px;
  height: 25px;
  border: none;
  background: #9C0000;
  transition: background-color 0.3s ease;
}

.lnm_close_btn>button:hover i {
  color: #fff;
  transition: color 0.3s ease;
}

.lnm_con {
  width: 87.5%;
  height: 540px;
  margin-top: 35px;
  margin-bottom: 80px;
  overflow: auto;
}

.lnm_con>h2 {
  color: #333;
  font-size: 40px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.44px;
  display: flex;
  align-items: flex-end;
}

.lnm_con>h2>p {
  color: #818181;
  font-size: 35px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.385px;
}

.lnm_con>pre {
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.198px;
  margin-top: 40px;
}

.lnm_con>h3 {
  color: #333;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
  letter-spacing: -0.33px;
  margin-top: 30px;
}

pre.lnm_sub_txt {
  margin-top: 20px;
}

.lnm_con>p {
  color: #717171;
  font-size: 18px;
  font-weight: 500;
  line-height: 35px;
  letter-spacing: -0.198px;
  margin-top: 20px;
}
/* ---------------------------------------------------------------- */
.privacy_policy_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.privacy_policy_modal_bg.on {
  display: block;
}

.privacy_policy_modal {
  width: 52.08%;
  height: 700px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #A7A7A7;
  align-items: center;
  z-index: 9998;
  display: none;
  flex-direction: column;
  align-items: center;
}

.privacy_policy_modal.on {
  display: flex;
  flex-direction: column;
}

.privacy_policy_modal>.lnm_con>p {
  margin-top: 80px;
}

/* ---------------------------------------------------------------- */
.terms_use_modal_bg {
  position: fixed; 
  top: 0;
  left: 0;
  width: 200%;
  height: 200%;
  background: rgba(0, 0, 0, 0.5); 
  z-index: 9998; 
  display: none; 
}

.terms_use_modal_bg.on {
  display: block;
}

.terms_use_modal {
  width: 83.33%;
  height: 700px;
  position: fixed; 
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border: 1px solid #A7A7A7;
  align-items: center;
  z-index: 9998;
  display: none;
  flex-direction: column;
  align-items: center;
}

.terms_use_modal.on {
  display: flex;
  flex-direction: column;
}

.terms_use_modal>.lnm_con>pre>span {
  color: #333;
  font-weight: 700;
}

.terms_use_modal>.lnm_con>p {
  color: #333;
  font-weight: 700;
}

input:focus {
  outline: none;
}

select:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}