@charset "utf-8";
@font-face {
  font-family: "GmarketSans";
  font-weight: 700;
  font-display: swap;
  src: url("../../fonts/GmarketSansBold.woff2") format("woff2"),
    url("../../fonts/GmarketSansBold.woff") format("woff");
}
@font-face {
  font-family: "GmarketSans";
  font-weight: 500;
  font-display: swap;
  src: url("../../fonts/GmarketSansMedium.woff2") format("woff2"),
    url("../../fonts/GmarketSansMedium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
    url("../../fonts/Pretendard-ExtraBold.woff2") format("woff2"),
    url("../../fonts/Pretendard-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
    url("../../fonts/Pretendard-Bold.woff2") format("woff2"),
    url("../../fonts/Pretendard-Bold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
    url("../../fonts/Pretendard-SemiBold.woff2") format("woff2"),
    url("../../fonts/Pretendard-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
    url("../../fonts/Pretendard-Medium.woff2") format("woff2"),
    url("../../fonts/Pretendard-Medium.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
    url("../../fonts/Pretendard-Regular.woff2") format("woff2"),
    url("../../fonts/Pretendard-Regular.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"),
    url("../../fonts/Pretendard-Light.woff2") format("woff2"),
    url("../../fonts/Pretendard-Light.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url("../../fonts/Pretendard-Thin.woff2") format("woff2"),
    url("../../fonts/Pretendard-Thin.woff") format("woff");
}
@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url("../../fonts/Pretendard-Thin.woff2") format("woff2"),
    url("../../fonts/Pretendard-Thin.woff") format("woff");
}
/***** HakgyoansimJiuga *****/
@font-face {
  font-family: "JiugaeR";
  font-weight: normal;
  font-style: normal;
  src: url("../../fonts/HakgyoansimJiugaeR.woff2") format("woff2"),
    url("../../fonts/HakgyoansimJiugaeR.woff") format("woff");
}
/* Reset
========================================================================== */
body::-webkit-scrollbar {
  width: 1rem;
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 1rem;
  background-clip: padding-box;
}
body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.08);
  border-radius: 1rem;
}
html {
  height: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  /* scroll-behavior: auto; */
}
body {
  height: 100%;
  font-weight: 400;
  font-family: "Pretendard", "Noto Sans KR", "Dotum", "돋움",
    "Apple SD Gothic Neo", sans-serif;
  word-break: keep-all;
  min-height: 100vh;
  line-height: 1;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
*,
:after,
:before {
  box-sizing: border-box;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
picture,
form,
fieldset,
legend,
input,
textarea,
button,
select,
span,
a,
div,
fieldset,
button,
em,
address,
label,
strong {
  margin: 0;
  padding: 0;
  color: inherit;
  /* letter-spacing: -0.04em; */
  line-height: 1;
}
input,
textarea,
select,
button,
table {
  font-weight: inherit;
  font-family: "Pretendard", "Noto Sans KR", "Dotum", "돋움",
    "Apple SD Gothic Neo", sans-serif;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}
p {
  line-height: 1.5;
}
img {
  max-width: 100%;
}
img,
fieldset,
button {
  border: 0 none;
}
ul,
ol,
li {
  list-style: none;
}
em,
address {
  font-style: normal;
}
a {
  display: block;
  height: auto;
  color: inherit;
  font-size: inherit;
  outline: none;
  text-decoration: none;
}
a,
button {
  transition: 0.4s;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
  width: 100%;
}
td,
th {
  border-collapse: collapse;
  border-spacing: 0;
  word-wrap: break-word;
  word-break: break-all;
}
caption {
  overflow: hidden;
  position: absolute;
  width: 0;
  height: 0;
  margin: -1px 0;
  font-size: 1px;
  line-height: 0;
}
legend {
  display: none;
}
label,
button {
  line-height: 1;
  cursor: pointer;
}
label {
  color: inherit;
  font-style: inherit;
}
iframe {
  border: 0;
}
input[type="checkbox"],
input[type="radio"] {
  cursor: pointer;
}
select {
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
select {
  padding: 2rem 5rem 2rem 2rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
  background: #fff url("../images/found/ic-arrow-down.svg") no-repeat right 2rem
    center/1rem auto;
  transition: border-color 150ms ease-in-out 0s;
  font-weight: 500;
  font-size: 1.8rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
select option {
  padding: 1rem 2rem;
}
select option .required {
  color: #e41b12;
}
input[type="text"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="password"],
input[type="email"] {
  box-sizing: border-box;
  padding: 1.9rem;
  border: 1px solid #ddd;
  border-radius: 1rem;
  background: #fff;
  color: #000;
  font-weight: 500;
  font-size: 1.8rem;
  letter-spacing: -0.02em;
  transition: border-color 150ms ease-in-out 0s;
}
input[type="text"]:user-invalid,
input[type="tel"]:user-invalid,
input[type="search"]:user-invalid,
input[type="number"]:user-invalid,
input[type="password"]:user-invalid,
input[type="email"]:user-invalid {
  border-color: #e41b12;
}
select.waring,
input[type="text"].waring,
input[type="tel"].waring,
input[type="search"].waring,
input[type="number"].waring,
input[type="password"].waring,
input[type="email"].waring {
  border-color: #e41b12;
}
textarea {
  width: 100%;
  padding: 1rem 1.2rem;
  border: 1px solid #ddd;
  /* border-radius: 0; */
  background: #fff;
  color: #000;
  letter-spacing: -0.03em;
  line-height: 1.45;
  overflow: hidden;
  /* overflow-y: auto; */
  /* overflow-y: hidden; */
  resize: none;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-line;
  vertical-align: top;
  transition: border-color 150ms ease-in-out 0s;
}
textarea::-webkit-scrollbar {
  width: 0.7rem;
}
textarea::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 1rem;
  background-clip: padding-box;
}
textarea::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.07);
  border-radius: 1rem;
}
input[type="text"],
input[type="email"],
input[type="url"],
textarea {
  transition: all 0.5s ease-in-out;
}
input[disabled],
textarea[disabled] {
  cursor: default;
  color: #999;
  border-color: #ddd;
  background: var(--graybg1);
}
input[disabled]:hover,
textarea[disabled]:hover,
input[disabled]:active,
textarea[disabled]:active {
  pointer-events: none;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input:-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: -0.04em;
}
input::-ms-input-placeholder {
  color: #999;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: -0.04em;
}
input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
  font-weight: 400;
  font-family: inherit;
  letter-spacing: -0.04em;
}
input::-ms-clear,
input::-webkit-search-cancel-button {
  display: none;
}
input,
select,
textarea {
  outline: none;
}
input:focus,
select:focus,
textarea:focus {
  border: 1px solid #ff7e94;
}
[type="checkbox"]:checked + label {
  font-weight: 600;
  /* color: #f15a79; */
  opacity: 1;
}
[type="checkbox"] {
  display: none;
}
[type="checkbox"] + label::before {
  content: "";
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin: 1rem 2rem 1rem 0;
  border-radius: 0.3rem;
  background: #ddd;
  vertical-align: middle;
  transition: transform 0.2s ease-out, color 0.2s ease;
  transform: scale3d(1, 1, 1);
  content: "";
}
[type="checkbox"] + label {
  color: inherit;
}
[type="checkbox"] + label:hover::before {
  border: 1px solid #222;
  background: #fff;
  transform: scale3d(1, 1, 1);
}
[type="checkbox"] + label:active::before {
  border: 1px solid #f15a79;
  transform: scale3d(1.3, 1.3, 1.3);
}
[type="checkbox"]:checked + label::before {
  border: 1px solid #222;
  background: #fff url(../../images/found/ic-check.svg) no-repeat 50%/80%;
}
[type="checkbox"]:disabled + label::before {
  background: #ddd;
}
[type="checkbox"][checked][disabled] + label::before {
  border: none;
  background: #ddd url(../../images/found/ic-check-g.svg) no-repeat 50%/80%;
}
[type="radio"],
[type="radio"] + label {
  vertical-align: middle;
}
[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #222;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  transition: border 0.35s ease-in-out;
}
[type="radio"]:checked {
  border: max(0.2rem, 0.4em) solid var(--point-color2);
}
[type="radio"]:active {
  transform: scale3d(1.1, 1.1, 1);
}
[type="radio"]:focus-visible {
  outline-offset: max(0.2rem, 0.1em);
  outline: max(0.2rem, 0.1em) dotted var(--point-color2);
}
[type="radio"]:hover {
  box-shadow: 0 0 0 max(4px, 0.2em) var(--gray1);
  cursor: pointer;
}
[type="radio"]:hover + label {
  cursor: pointer;
}
[type="radio"]:disabled {
  background-color: var(--gray1);
  box-shadow: none;
  opacity: 0.7;
  cursor: not-allowed;
}
[type="radio"]:disabled + span {
  opacity: 0.7;
  cursor: not-allowed;
}
button {
  border-radius: 0.5rem;
  background: transparent;
  box-sizing: border-box;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button > span {
  position: relative;
}
::-moz-selection {
  background: var(--point-color1);
  color: #fff;
}
::selection {
  background: var(--point-color1);
  color: #fff;
}

/* COMMON
==========================================================================* /
/* SKIP */
.skip-to {
  position: absolute;
  z-index: 999;
  top: -99px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #333;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.skip-to:hover,
.skip-to:focus,
.skip-to:active {
  display: block;
  top: 0;
}
section,
header,
.wrap {
  transition: all 0.035s ease-in;
  text-align: left;
}
.sr-only,
.blind {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
  touch-action: none;
}
i {
  display: inline-block;
}
.table {
  table-layout: fixed;
  display: table;
  width: 100%;
}
.table_cell {
  display: table-cell;
  vertical-align: middle;
}

:target {
  scroll-margin-block: 5px;
}

label.required {
  color: var(--waring-color1);
}

/* BerakPoint
==========================================================================*/

@media (max-width: 1024px) {
  select,
  input[type="text"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="password"],
  input[type="email"] {
    padding: 3.4rem 2rem;
    font-size: clamp(2.5390625vw, 1.3rem, 1.7rem);
  }
  [type="checkbox"] + label::before {
    width: 3.4rem;
    height: 3.4rem;
  }
}

@media (max-width: 768px) {
  select,
  input[type="text"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="password"],
  input[type="email"] {
    padding: 1.7rem 1rem;
    border-radius: 0.7rem;
  }
  select {
    background: #fff url("../images/found/ic-arrow-down.svg") no-repeat right
      1.3rem center/.8rem auto;
  }
  textarea {
    padding: 1.5rem 1.7rem;
    line-height: 1.6;
  }

  [type="checkbox"] + label::before {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0.65rem 1rem 0.65rem 0;
  }
  [type="radio"] {
    width: 1.8rem;
    height: 1.8rem;
  }
}
