/* Rest */

:root {
  --primary-color-1: #0271e3;
  --basics-color-1: #ffffff;
  --fonts-color-01: #020202;
  --fonts-color-02: #262626;
  --fonts-color-03: #191919;
  --fonts-color-04: #76777c;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
  color: #020202;
  font-family: "Pretendard Variable", Pretendard, -apple-system,
    BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI",
    "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
  font-size: 62.5% !important;
  letter-spacing: -0.02em;
  word-break: keep-all;
  word-wrap: break-word;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-tap-highlight-color: transparent !important;
  animation: entry 0.3s ease forwards;
  opacity: 0;
}

html::-webkit-scrollbar {
  display: none;
}

html {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

body {
  font-size: 1.6rem;
}

:lang(en) {
  font-family: "Outfit", sans-serif;
}
a {
  color: inherit;
  outline: none;
  text-decoration: none;
}

ol,
ul {
  list-style: none;
}

b,
strong {
  font-weight: 700;
}

img {
  max-width: 100%;
}

button {
  font-family: inherit;
  border: none;
  outline: none;
  cursor: pointer;
  color: inherit;
  -webkit-appearance: none;
  background: none;
}

select {
  outline: none;
  border: 1px solid transparent;
  font-family: inherit;
  -webkit-appearance: none;
  appearance: none;
  background-repeat: no-repeat;
  background-color: #fff;
}

input,
textarea {
  font-family: inherit;
  outline: none;
  border: 1px solid transparent;
}

:focus {
  outline: none;
}

::placeholder {
  color: #737373;
}

em,
i {
  font-style: normal;
}
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap");

@-webkit-keyframes entry {
  to {
    opacity: 1;
  }
}

@keyframes entry {
  to {
    opacity: 1;
  }
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
}

/* Hidden */
.hidden {
  overflow: hidden;
}

/* Blind */
.blind {
  overflow: hidden;
  position: absolute;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
}

/* Break Point */
.lg {
  display: block;
}

.sm {
  display: block;
}

.xs {
  display: block;
}

.mx-sm {
  display: none;
}

.mx-xs {
  display: none;
}

@media screen and (max-width: 1200px) {
  .lg {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .md {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sm {
    display: none;
  }

  .mx-sm {
    display: block;
  }
}
@media screen and (max-width: 576px) {
  .xs {
    display: none;
  }

  .mx-xs {
    display: block;
  }
}

/* Block */
.d-block {
  display: block;
}

.d-inline-block {
  display: inline-block;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
  .d-sm-block {
    display: block;
  }
}
@media screen and (max-width: 576px) {
}

/* Flex */
.d-flex {
  display: flex;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
}

/* Flex Wrap */
@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
  .flex-md-wrap {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
}

/* Justify Content */
.justify-between {
  justify-content: space-between;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
}

/* Align Item */
.align-items {
  align-items: center;
}

@media screen and (max-width: 1200px) {
}
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 576px) {
}

/* Position */
.ps-relative {
  position: relative;
}

/* Background */
.bg-b3b3b3 {
  background-color: #e6ebf0;
}

.bg-f2f5f7 {
  background-color: #f2f5f7;
}

/* Wrap */
.wrap--sub {
  padding-top: 90px;
}

@media screen and (max-width: 1200px) {
  .wrap {
    padding-top: 60px;
  }

  .wrap--sub {
  }
}

/* Container */
.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

.container-w1760 {
  max-width: 1760px;
}

/* Main */
#main {
  min-height: calc(100vh - 200px);
  overflow: hidden;
}

/* Header Theme */
#header[data-header-theme="white"] {
  background-color: #fff;
}

#header[data-header-theme="white"] .h_logo a {
  background-image: url("/asset/img/common/h_logo_b.png");
}

#header[data-header-theme="white"] .h_menu__link {
  color: #191919;
}

/* Header */
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.4s cubic-bezier(0.46, 0.29, 0.36, 1);
}

#header::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  opacity: 0;
  transition: all 0.3s cubic-bezier(0.46, 0.29, 0.36, 1);
}

#header .h-container {
  width: 100%;
  max-width: 1530px;
  margin: 0 auto;
  padding: 0px 16px;
}

#header .h-inner {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 50;
}

#header .h-bak {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 0;
  background-color: #ffffff;
  box-shadow: 0px 10px 20px rgba(121, 121, 121, 0.05);
  transition: all 0.4s cubic-bezier(0.46, 0.29, 0.36, 1);
}

#header .h_logo {
  width: 216px;
  aspect-ratio: 216 / 40;
}

#header .h_logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/asset/img/common/h_logo_w.svg") no-repeat center;
  background-size: contain;
  transition: all 0.4s ease;
}

#header .h_menu {
  display: flex;
  align-items: center;
  margin: 0px -40px;
}

#header .h_menu__li {
  position: relative;
}

#header .h_menu__link {
  display: block;
  padding: 36px 40px;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
}

#header .h_submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 0;
  max-height: 0px;
  text-align: center;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.46, 0.29, 0.36, 1);
  z-index: 10;
}

#header .h_submenu li {
  margin-top: 20px;
}

#header .h_submenu li:first-child {
  margin-top: 40px;
}

#header .h_submenu a {
  font-size: 1.6rem;
  transition: all 0.3s ease;
}

#header .h_submenu li:hover a {
  font-weight: 700;
  color: #0271e3;
}
#header.sub ::after,
#header[data-hover="on"]::after {
  opacity: 1;
}

#header[data-hover="on"] .h-bak {
  height: 230px;
  padding-top: 90px;
}
#header.sub .h_logo a,
#header[data-hover="on"] .h_logo a {
  background-image: url("/asset/img/common/h_logo_b.svg");
}
#header.sub .h_menu__link,
#header[data-hover="on"] .h_menu__link {
  color: #191919;
}

#header[data-hover="on"] .h_submenu {
  height: auto;
  max-height: 140px;
}
#header.sub,
#header.toggle,
#header.active {
  background-color: #fff;
}
#header.toggle .h_logo a,
#header.active .h_logo a {
  background-image: url("/asset/img/common/h_logo_b.svg");
}

#header.active .h_menu__link {
  color: #191919;
}

#header .header_mobile {
  display: none;
  /* position: absolute;
  top: 0;
  right: 0; */
  width: 60px;
  height: 60px;
  z-index: 100000;
}

#header .header_mobile__btn {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}

#header .header_mobile__btn span {
  position: relative;
  margin: 0 auto;
}

#header .header_mobile__btn span::before,
#header .header_mobile__btn span::after {
  content: "";
  position: absolute;
}

#header .header_mobile__btn span,
#header .header_mobile__btn span::before,
#header .header_mobile__btn span::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #fff;
}
#header[data-header-theme="white"] .header_mobile__btn span::before,
#header[data-header-theme="white"] .header_mobile__btn span::after,
#header[data-header-theme="white"] .header_mobile__btn span,
#header.sub .header_mobile__btn span::before,
#header.sub .header_mobile__btn span::after,
#header.sub .header_mobile__btn span,
#header.toggle .header_mobile__btn span::before,
#header.toggle .header_mobile__btn span::after,
#header.toggle .header_mobile__btn span,
#header.active .header_mobile__btn span,
#header.active .header_mobile__btn span::before,
#header.active .header_mobile__btn span::after {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #4c4a49;
}

#header .header_mobile__btn span::before {
  margin-top: -8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .header_mobile__btn span::after {
  margin-top: 8px;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
}

#header .header_mobile__btn[aria-pressed="true"] span {
  background-color: rgba(0, 0, 0, 0) !important;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

#header .header_mobile__btn[aria-pressed="true"] span::before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#header .header_mobile__btn[aria-pressed="true"] span::after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition-delay: 0s, 0.2s;
  transition-delay: 0s, 0.2s;
}

#header.active .header_mobile__btn span,
#header.active .header_mobile__btn span::before,
#header.active .header_mobile__btn span::after {
  background: #4c4a49;
}

@media screen and (max-width: 992px) {
  #header .h-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #header .h_logo {
    position: relative;
    z-index: 150;
    width: 150px;
  }
  #header .h_menu {
    margin: 0 auto;
    /* display: none; */
  }
  #header .header_mobile {
    display: block;
  }
  #header .h_menu {
    display: block;
  }
  #header nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 90px 20px;
    background-color: #fff;
    transition: all 0.4s ease-out;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;

    z-index: 100;
  }
  #header.toggle nav {
    display: block;
    visibility: visible;
    opacity: 1;
  }

  #header .h_submenu {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    width: 100%;
    height: 0;
    max-height: 0px;
    text-align: center;
    overflow: hidden;
    transition: all 0.4s cubic-bezier(0.46, 0.29, 0.36, 1);
    z-index: 10;
  }

  #header .h_menu__link {
    position: relative;
    display: block;
    padding: 20px 0;
    font-size: 1.8rem;
    line-height: 1;
    color: var(--fonts-color-01);
    border-bottom: 1px solid #d9d9d9;
  }
  #header .h_submenu li {
    padding: 8px 0px;
    font-size: 1.8rem;
  }
  #header .h_submenu a {
    display: block;
    text-align: left;
  }
  #header .h_submenu li:first-child {
    margin-top: 14px;
  }
  #header .h_submenu li {
    margin-top: 5px;
  }

  #header[data-hover="on"] .h_submenu {
    height: 0;
  }
  #header .h_menu__li.on .h_submenu {
    height: auto;
    max-height: 150px;
  }

  #header .h_menu__link::before,
  #header .h_menu__link::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 10px;
    margin-top: -1px;
    background-color: var(--fonts-color-01);
    height: 2px;
    transform-origin: 50% 50%;
    transition: all 0.4s ease-out;
  }

  #header .h_menu__link::before {
    z-index: 2;
    transform: rotate(-90deg);
    opacity: 1;
  }
  #header .on .h_menu__link::before {
    opacity: 0;
  }
}
/* Footer */
#footer {
  padding: 49px 0px;
  background-color: var(--fonts-color-02);
  color: #fff;
}
#footer .logo {
  width: 216px;
  margin-bottom: 30px;
}
#footer .logo a {
  display: block;
}
#footer .logo a img {
  width: 100%;
  display: block;
}
#footer .f_copy,
#footer li {
  font-size: 1.6rem;
  line-height: 1.75;
}
#footer ul {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
  overflow: hidden;
}
#footer ul li {
  position: relative;
}
#footer ul li + li::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  background: var(--basics-color-1);
  position: absolute;
  left: -8px;
  top: 50%;
  transform: translateY(-50%);
}

@media screen and (max-width: 992px) {
  #footer {
    padding: 30px 0px;
    background-color: var(--fonts-color-02);
    color: #fff;
  }
  #footer .logo {
    width: 150px;
    margin-bottom: 16px;
  }
  #footer .f_copy,
  #footer li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 576px) {
  #footer ul li + li::after {
    display: none;
  }
  #footer ul {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  #footer .f_copy,
  #footer li {
    font-size: 1.2rem;
  }
}

/* Form */
.inquiry {
  padding-bottom: 150px;
}
.form-table {
  display: block;
  padding-bottom: 80px;
}

.form-table tbody {
  display: block;
}

.form-table tr {
  display: flex;
}

.form-table tr:not(:last-child) {
  margin-bottom: 30px;
}

.form-table th {
  display: block;
  width: 250px;
  padding: 18px 0px;
  line-height: 1;
  font-weight: 500;
}

.form-table td {
  display: block;
  width: calc(100% - 250px);
}

.form-table input {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  border: 1px solid #b1b1b1;
  border-radius: 5px;
  font-size: 2rem;
}
.form-table input[type="checkbox"] {
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25px;
  height: 25px;
  display: block;
  cursor: pointer;
  border: 1px solid #b1b1b1;
  outline: none;
  border-radius: 5px;
  padding: 0;
}

.form-table input[type="checkbox"]:checked {
  content: "";
  display: block;
  background: url(/asset/img/common/check-icon.svg) no-repeat center;
  background-size: cover;
  border: none;
}
.form-table select {
  width: 100%;
  height: 60px;
  padding: 0px 20px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  background: url("/asset/img/common/ico_select.png") no-repeat right 20px center;
  font-size: 2rem;
}

.form-table textarea {
  resize: none;
  display: block;
  width: 100%;
  height: 300px;
  padding: 20px;
  border: 1px solid #b3b3b3;
  border-radius: 5px;
  font-size: 2rem;
}

.form-table .chk-list {
  display: flex;
  align-items: center;
  gap: 100px;
  height: 100%;
}

.form-table .chk-list label {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  cursor: pointer;
}

.form-table .email-wrap {
  display: flex;
  align-items: center;
}

.form-table .email-wrap .box {
  width: 31.2%;
}

.form-table .email-wrap .box02 {
  margin-left: 1.6%;
}

.form-table .email-wrap span {
  margin: 0px 1.44%;
}

.form-table .agree {
  margin-top: 20px;
}

.form-table .agree label {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 0px;
  cursor: pointer;
}

.form-table .agree button {
  text-decoration: underline;
  text-underline-offset: 3px;
}

.form-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-btn .btn {
  max-width: 320px;
  width: 100%;
  height: 60px;
  background-color: var(--primary-color-1);
  font-size: 1.8rem;
  font-weight: 700;
  color: #fff;
  border-radius: 60px;
}

@media screen and (max-width: 1400px) {
}
@media screen and (max-width: 1200px) {
  .form-table input {
    font-size: 1.8rem;
  }

  .form-table select {
    font-size: 1.8rem;
  }

  .form-table textarea {
    font-size: 1.8rem;
  }

  .form-btn .btn {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 1024px) {
  .form-table {
    padding-bottom: 60px;
  }

  .form-table tr:not(:last-child) {
    margin-bottom: 20px;
  }

  .form-table th {
    width: 200px;
  }

  .form-table td {
    width: calc(100% - 200px);
  }

  .form-table input {
    height: 50px;
    padding: 0px 16px;
  }

  .form-table select {
    height: 50px;
    padding: 0px 16px;
    background-position: right 16px center;
  }

  .form-table textarea {
    padding: 16px;
  }

  .form-table .chk-list {
    gap: 60px;
  }

  .form-table .chk-list label {
    gap: 6px;
  }

  .form-table .chk-list i {
    width: 20px;
    height: 20px;
    background-size: auto 20px;
  }

  .form-table .agree {
    margin-top: 14px;
  }

  .form-table .agree label {
    gap: 6px;
  }

  .form-table .agree i {
    width: 20px;
    height: 20px;
    background-size: auto 20px;
  }

  .form-btn .btn {
    max-width: 240px;
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .form-table tr {
    flex-wrap: wrap;
  }

  .form-table th {
    width: 100%;
    padding: 0px 0px 16px;
  }

  .form-table td {
    width: 100%;
  }

  .form-table input {
    height: 44px;
    font-size: 1.6rem;
  }

  .form-table select {
    height: 44px;
    font-size: 1.6rem;
    background-size: auto 7px;
  }

  .form-table textarea {
    height: 240px;
    font-size: 1.6rem;
  }

  .form-table .chk-list {
    height: 44px;
    gap: 40px;
  }

  .form-table .chk-list i {
    width: 18px;
    height: 18px;
    background-size: auto 18px;
  }

  .form-table .agree i {
    width: 18px;
    height: 18px;
    background-size: auto 18px;
  }

  .form-btn .btn {
    max-width: 200px;
    height: 54px;
    font-size: 1.6rem;
  }
  .form-table input[type="checkbox"] {

    width: 16px;
    height: 16px;

  }

}
@media screen and (max-width: 576px) {
  .form-table {
    padding-bottom: 40px;
  }

  .form-table tr:not(:last-child) {
    margin-bottom: 14px;
  }

  .form-table th {
    padding: 0px 0px 10px;
  }

  .form-table input {
    height: 38px;
    padding: 0px 12px;
    font-size: 1.4rem;
  }

  .form-table select {
    height: 38px;
    padding: 0px 12px;
    font-size: 1.4rem;
    background-position: right 12px center;
    background-size: auto 5px;
  }

  .form-table textarea {
    height: 200px;
    padding: 12px;
    font-size: 1.4rem;
  }

  .form-table .chk-list {
    gap: 12px;
    height: 38px;
  }

  .form-table .chk-list i {
    width: 14px;
    height: 14px;
    background-size: auto 14px;
  }

  .form-table .email-wrap {
    flex-wrap: wrap;
  }

  .form-table .email-wrap span {
    width: 12px;
    text-align: center;
    margin: 0px 8px;
  }

  .form-table .email-wrap .box {
    width: calc(50% - 14px);
  }

  .form-table .email-wrap .box02 {
    width: 100%;
    margin-left: 0px;
    margin-top: 6px;
  }

  .form-table .agree i {
    width: 14px;
    height: 14px;
    background-size: auto 14px;
  }

  .form-btn .btn {
    max-width: 140px;
    height: 40px;
    font-size: 1.4rem;
  }
}
.modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(2, 2, 2, 0.3);
  z-index: 99999;
  display: none;
  opacity: 0;
}

.modal.on {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
}
.modal-cont {
  position: relative;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  width: 484px;
  min-height: 300px;
  padding: 62px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #adadad;
}
.modal-cont .btn-modal-close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 20px;
}
.modal-cont .btn-modal-close img {
  width: 100%;
  display: block;
}
.modal-cont .text {
  text-align: center;
  line-height: 1.4;
}
.modal-cont .text-box{
  line-height: 1.45;
  text-align: left;
  max-height: 50vh;
  overflow: auto;
}
.modal-cont .text-box p + p{
  margin-top: 20px;
}

.modal-cont .btn-primary {
  display: block;
  margin-top: 40px;
  width: 250px;
  line-height: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  background: var(--primary-color-1);
  color: #fff;
  border-radius: 50px;text-align: center;
}

.modal-cont input {
  width: 100%;
  height: 60px;
  font-size: 1.6rem;
  border-radius: 10px;
  border: 1px solid #adadad;
  margin-top: 20px;
  padding:  0 10px;
}
.modal-cont .modal-form {
  width: 100%;
}
.modal-cont .modal-form form {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}


@media screen and (max-width: 576px) {
  .modal-cont {
    width: 95%;
    max-width: 484px;
    padding: 30px;
    min-height: fit-content;
  }
  .modal-cont .btn-primary {
    width: 100%;
  }
}
