@charset "UTF-8";
/********************************
reset
********************************/
*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ol,
ul,
dl,
dd,
button {
  margin: 0;
  padding: 0;
}

html,
body {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body {
  font-family: "Pretendard", "돋움", sans-serif;
  font-size: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
  padding: 0;
}

em {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

a {
  font-family: "Pretendard";
  text-decoration: none;
}

address {
  font-style: normal;
}

ol,
article,
aside,
footer,
header,
nav,
section,
summary,
menu {
  display: block;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  margin: 0;
  padding: 0;
}

input,
select {
  background: #fff;
  vertical-align: middle;
}

input[type="file"] {
  border: 0;
}

input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type="password"]::-ms-reveal {
  display: none;
}

textarea {
  width: 100%;
  background: #fff;
  font-family: "Pretendard", "돋움", sans-serif;
  border: 0;
  margin: 0;
  padding: 0;
  resize: none;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -moz-border-radius: 0;
  word-break: break-all;
}

a,
input,
textarea,
keygen,
select,
button {
  font-family: "Pretendard", "돋움", sans-serif;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

button {
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
}

button[disabled="disabled"] {
  opacity: 0.5;
  cursor: inherit;
}

button > span,
button > .fa {
  position: relative;
}

input,
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

input[readonly],
input[readonly="readonly"] {
  background: #f5f5f5;
}

legend,
.hidden,
.blind {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

ol,
ul,
li {
  list-style: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="checkbox"] {
  -webkit-appearance: checkbox;
}

input[type="radio"] {
  -webkit-appearance: radio;
}

*,
a,
button,
input,
textarea,
label {
  -webkit-tap-highlight-color: transparent;
}

@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src:
    local("Pretendard Black"),
    url("../../fonts/Pretendard/Pretendard-Black.woff2") format("woff2"),
    url("../../fonts/Pretendard/Pretendard-Black.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src:
    local("Pretendard ExtraBold"),
    url("../../fonts/Pretendard/Pretendard-ExtraBold.woff2") format("woff2"),
    url("../../fonts/Pretendard/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src:
    local("Pretendard Bold"),
    url("../../fonts/Pretendard/Pretendard-Bold.woff2") format("woff2"),
    url("../../fonts/Pretendard/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src:
    local("Pretendard SemiBold"),
    url("../../fonts/Pretendard/Pretendard-SemiBold.woff2") format("woff2"),
    url("../../fonts/Pretendard/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src:
    local("Pretendard Medium"),
    url("../../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"),
    url("../../fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src:
    local("Pretendard Medium"),
    url("../../fonts/Pretendard/Pretendard-Medium.woff2") format("woff2"),
    url("../../fonts/Pretendard/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src:
    local("Pretendard Light"),
    url("../../fonts/Pretendard/Pretendard-Light.woff2") format("woff2"),
    url("../../fonts/Pretendard/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src:
    local("Pretendard ExtraLight"),
    url("../../fonts/Pretendard/Pretendard-ExtraLight.woff2") format("woff2"),
    url("../../fonts/Pretendard/Pretendard-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src:
    local("Pretendard Thin"),
    url("../../fonts/Pretendard/Pretendard-Thin.woff2") format("woff2"),
    url("../../fonts/Pretendard/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "BmHanna";
  font-weight: 400;
  src: url("../../fonts/BmHanna/BmHanna.otf") format("opentype");
}
.footer {
  height: auto;
  padding: 60px 60px 160px;
  font-size: 16px;
}
.footer a {
  color: #000;
}
.footer-top {
  padding-bottom: 30px;
  border-bottom: 1px solid #e4e8ee;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.footer-top .terms {
  display: flex;
  gap: 32px;
}
.footer-top .terms a,
.footer-top .terms button {
  font-size: 16px;
}
.footer-top .terms a.bold,
.footer-top .terms button.bold {
  font-weight: 700;
}
.footer-top .terms a:hover,
.footer-top .terms button:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-bottom {
  padding-top: 30px;
  position: relative;
}
.footer-bottom-row {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-bottom-row .bold {
  font-weight: 700;
}
.footer-bottom-row-box {
  display: flex;
  gap: 4px;
}
.footer-bottom-row:nth-of-type(2) {
  margin-top: 8px;
}
.footer-bottom-line {
  display: block;
  width: 1px;
  height: 12px;
  background-color: #8d99a8;
}
.footer-bottom .copyright {
  margin-top: 30px;
  height: 40px;
  color: #757575;
}
.footer-bottom .call {
  position: absolute;
  top: 40px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer-bottom .call b {
  font-size: 36px;
  font-weight: 700;
}
.footer-bottom .more-site {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  border-radius: 20px;
  height: 40px;
  width: 180px;
  justify-content: space-between;
  align-items: center;
  background: #f2f2f2;
  padding: 0 16px 0 20px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background ease 0.3s;
}
.footer-bottom .more-site > img {
  transition: 0.5s ease;
}
.footer-bottom .more-site .dropdown-menu {
  display: none;
  position: absolute;
  bottom: calc(100% + 8px);
  left: 0;
  width: 100%;
  border: 1px solid #e4e8ee;
  border-radius: 4px;
  padding: 6px;
  overflow: auto;
  background-color: #fff;
  height: 312px;
  z-index: 9;
  display: none;
}
.footer-bottom .more-site .dropdown-menu::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.footer-bottom .more-site .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}
.footer-bottom .more-site .dropdown-menu li {
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  font-size: 13px;
  text-align: left;
  color: #414d5c;
}
.footer-bottom .more-site .dropdown-menu li:hover {
  background-color: #eef1f6;
}
.footer-bottom .more-site .dropdown-menu li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.footer-bottom .more-site:hover {
  background-color: #fd853a;
  color: #fff;
  border: none;
}
.footer-bottom .more-site:hover img {
  filter: brightness(5);
}
.footer-bottom .more-site.active {
  background-color: #fd853a;
  color: #fff;
}
.footer-bottom .more-site.active > img {
  transform: rotate(45deg);
  filter: brightness(5);
}
.footer-bottom .more-site.active .dropdown-menu {
  display: block;
}

@media screen and (max-width: 1279px) {
  .footer {
    padding: 30px 20px 100px;
    font-size: 14px;
  }
  .footer-top {
    padding-bottom: 12px;
    flex-direction: column;
    align-items: start;
  }
  .footer-top .logo {
    width: 104px;
    margin-bottom: 24px;
  }
  .footer-top .terms {
    display: flex;
    gap: 24px;
  }
  .footer-bottom {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .footer-bottom-row {
    align-items: start;
    flex-direction: column;
    gap: 8px;
  }
  .footer-bottom-row-box {
    gap: 5px;
  }
  .footer-bottom-row:nth-of-type(2) {
    margin-top: 0;
  }
  .footer-bottom .copyright {
    margin-top: 0px;
    height: auto;
  }
  .footer-bottom .call {
    margin-top: 32px;
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .footer-bottom .call img {
    width: 24px;
  }
  .footer-bottom .call b {
    font-size: 26px;
    font-weight: 700;
  }
  .footer-bottom .more-site {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 32px;
  }
  .footer .pc-show {
    display: none;
  }
}
html,
body {
  overflow: auto;
}

.header-content {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1052px;
  padding: 0 16px;
  margin: 0 auto;
}

header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  width: 100%;
  height: 80px;
  background-color: #fff;
}
@media all and (max-width: 768px) {
  header {
    height: 55px;
  }
}
header .header-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
header .main-logo {
  width: 201px;
  height: 45px;
}
@media all and (max-width: 768px) {
  header .main-logo {
    width: 150px;
    height: 34px;
  }
}
header .main-logo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
header .user__wrap {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 999;
  display: flex;
  align-items: center;
  gap: 10px;
}
header .user__btn {
  height: 48px;
  padding: 0 24px;
  border-radius: 26px;
  font-size: 18px;
  font-weight: 800;
  border: 1px solid #000716;
}
@media all and (max-width: 1024px) {
  header .user__btn {
    height: 34px;
    padding: 0 16px;
    font-size: 14px;
  }
}

.terms__wrap {
  padding: 220px 0 80px;
}
@media all and (max-width: 1024px) {
  .terms__wrap {
    padding: 100px 0 120px;
  }
}
.terms__title {
  margin-bottom: 32px;
  font-size: 42px;
  line-height: 1.3;
}
@media all and (max-width: 1024px) {
  .terms__title {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.terms__content {
  max-width: 1052px;
  padding: 0 16px;
  margin: 0 auto;
}
.terms__content-box {
  margin-bottom: 32px;
}
@media all and (max-width: 1024px) {
  .terms__content-box {
    margin-bottom: 16px;
  }
}
.terms__content-title {
  margin-bottom: 10px;
  font-size: 20px;
}
@media all and (max-width: 1024px) {
  .terms__content-title {
    font-size: 15px;
  }
}
.terms__content-desc {
  font-size: 18px;
  line-height: 1.5;
}
@media all and (max-width: 1024px) {
  .terms__content-desc {
    font-size: 14px;
  }
}
.terms__content-desc.--line {
  position: relative;
  padding-bottom: 32px;
}
.terms__content-desc.--line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #e4e8ee;
}
.terms__content-list.--num {
  padding-left: 16px;
}
.terms__content-list.--hangul {
  padding-left: 18px;
}
.terms__content-list.--hangul.--depth-2 {
  padding-left: 0;
}
.terms__content-list.--circle {
  padding-left: 7px;
}
.terms__content-item.--num {
  list-style: decimal;
}
.terms__content-item.--circle {
  position: relative;
  padding-left: 16px;
}
.terms__content-item.--circle:before {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0f1b2a;
}
.terms__content-item.--none {
  padding-left: 16px;
}
