@import "../../font/Poppins/poppins.css";
@import "../../font/Pretendard/web/static/pretendard.css";

/* header */
#header {
  width: 100%;
  justify-content: center;
  display: flex;
}

.header_container {
  position: fixed;
  top: 0;
  z-index: 99999;
  max-width: 1440px;
  width: 100%;
  display: flex;
  padding-top: 1.5rem;
  justify-content: space-between;
}

.contents_container {
  width: 100%;
  height: 100%;
  top: 0;
  display: flex;
  overflow-y: auto;
  /* left: 0; */
  left: -120%;
  position: fixed;
  background-color: #000;
  transition: left 1s ease-in-out; /* Slide in effect */
  align-items: center;
}

.contents_container .inner_contents {
  width: 100vw;
  height: auto;
  display: flex;
  justify-content: space-between;
}

#gnb {
  transition: all 150ms ease-in-out;
}

#exit_btn {
  cursor: pointer;
  right: 10%;
}

.contact_box {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 28px;
}

.contents_title:hover .content {
  color: #212121;
}

.contents_title .content:hover {
  color: white;
}

.content:hover {
  transform: translateX(-20px); /* 텍스트 왼쪽 이동 효과 */
}

.content:hover .arrow {
  opacity: 1;
}

.nav_button {
  border: 1px solid white;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  align-content: center;
  text-align: center;
}

.nav_button:first-child {
  margin-right: 0.725rem;
}

/* footer */

#footer {
  width: 100%;
  max-width: 1440px;
  border-top: 2px solid;
}

.footer_container {
  width: 100%;
}

.footer_btn_container {
  display: flex;
  justify-content: flex-start;
  gap: 12px;
  margin-top: 20px;
}

.footer_btn_container .footer_btn {
  padding: 20px 36px;
  border: 1px solid;
  border-radius: 999px;
  text-align: center;
  align-items: center;
}


.custom-select-tailwind {
  background-image: url("/img/ic_droparrow_light.svg");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
}


input[type="text"],textarea,select{
  /* font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); */

  color: #666666;
  font-size: 14px;
}



table.list-table thead tr {
  display: table-row;
  vertical-align: inherit;
  unicode-bidi: isolate;
  border-color: inherit;
}

table.list-table thead tr th {
  padding: 13px;
  color: #666666;
  font-size: 13px;
  background: #f2f2f2;
}

table.list-table thead tr th:last-child {
  border-right: none;
}

table.list-table tbody tr td {
  font-size: 12px;
  padding: 13px;
  border-bottom: 1px solid #e6e6e6;
  color: #080403;
}

table.list-table tbody tr:last-child td {
  border-bottom: none;
}

nav.lnb{
  margin: 0px 5px 0px 5px;
  padding: 8px 0px 0px 0px;
}

nav.lnb a {
  color: #666666;
  font-size: 15px;
}

nav.lnb a.active {
  --tw-bg-opacity: 1;
  background-color: rgb(228 229 233 / var(--tw-bg-opacity, 1));
}


main > section  div.flex  label {
  font-size: 14px;
}

