@charset "UTF-8";

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@font-face {
  font-family: "Pretendard";
  font-weight: 900;
  font-display: swap;
  src: local("Pretendard Black"),
    url("../font/Pretendard-Black.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 800;
  font-display: swap;
  src: local("Pretendard ExtraBold"),
    url("../font/Pretendard-ExtraBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 700;
  font-display: swap;
  src: local("Pretendard Bold"),
    url("../font/Pretendard-Bold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 600;
  font-display: swap;
  src: local("Pretendard SemiBold"),
    url("../font/Pretendard-SemiBold.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 500;
  font-display: swap;
  src: local("Pretendard Medium"),
    url("../font/Pretendard-Medium.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 400;
  font-display: swap;
  src: local("Pretendard Regular"),
    url("../font/Pretendard-Regular.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 300;
  font-display: swap;
  src: local("Pretendard Light"),
    url("../font/Pretendard-Light.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 200;
  font-display: swap;
  src: local("Pretendard ExtraLight"),
    url("../font/Pretendard-ExtraLight.woff") format("woff");
}

@font-face {
  font-family: "Pretendard";
  font-weight: 100;
  font-display: swap;
  src: local("Pretendard Thin"),
    url("../font/Pretendard-Thin.woff") format("woff");
}

* {
  font-family: "Pretendard";
  box-sizing: border-box;
}

body {
  font-family: "Pretendard";
}
section {
  background: #000;
}
.inner {
  width: 1440px;
  margin: 0 auto;
  /* border:1px dashed salmon */
}
.flexcontainer {
  display: flex;
  align-items: stretch;
  /* align-items: center;
justify-content: center; */
}
.flexitem {
  flex-basis: auto;
}
input[type="text"],
input[type="button"],
input[type="submit"] {
  border: 0;
  cursor: pointer;
}

a {
  text-decoration: none;
}

/* ----------------버튼공통 시작------------------ */
.btn-warning {
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  background: linear-gradient(45deg, #ff5f00, #ff9353);
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}

.btn-orange {
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  background: #ff5f00;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
.btn-gray {
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 30px;
  background: #333d4b;
  color: #fff;
  font-size: 22px;
  cursor: pointer;
}
/* ----------------버튼공통 끝------------------ */

.nav {
  width: 1440px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  align-items: stretch;
  align-items: center;
  margin: 0 auto;
}
a.navbar-brand {
  margin-right: 7rem;
  margin-left: 3rem;
}
.nav-item {
  color: #fff;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: none;
  border: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out;
}

.nav-item a {
  padding-right: 4rem;
  padding-left: 5rem;
}

.nav-item:last-child {
  padding-right: 0;
}

/* -------------------메뉴에 마우스오버하면 소메뉴 드롭다운 시작------------------- */

.top_qna {
  background: url(../../images/header.jpg) no-repeat;
  width: 100%;
  background-size: cover;
}

.dropdown-content .menurow {
  width: 1440px;
  margin: 0 auto;
  padding-left: 10%;
}
.dropdown-content .menurow .column {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.dropdown-content .menurow .column h3 a {
  color: #fff;
  font-size: 13px;
  line-height: 2.5;
  font-weight: 400;
  padding: 1rem 3rem;
}

.dropdown-content {
  display: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(2px);
  top: 88px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  padding: 15px;
  z-index: 1000;
  padding-left: 410px;
}

.nav:hover .dropdown-content {
  display: block;
}

/* -------------------메뉴에 마우스오버하면 소메뉴 드롭다운 끝------------------- */

/* ----------------footer 공통 시작------------------ */
.footer {
  background: url(../../images/footerBG.jpg) no-repeat;
  background-size: cover;
}
.footer .inner {
  padding: 90px;
}
.footer .inner h3 {
  margin-bottom: 50px;
}
.footer .inner .flexitem h3 img {
  width: 200px;
  height: 80px;
}
.footer .inner .flexitem:nth-child(1) {
  flex: 3;
}
.footer .inner .flexitem:nth-child(2),
.footer .inner .flexitem:nth-child(3) {
  flex: 1;
}
.footer .inner .flexitem:nth-child(1) .add span,
.footer .inner .flexitem:nth-child(1) .add p {
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  display: block;
  color: #fff;
}
.footer .inner .flexitem:nth-child(1) .add p {
  margin-bottom: 30px;
}
.footer .inner .flexitem:nth-child(1) .add {
  margin-bottom: 30px;
}
.footer .inner .flexitem:nth-child(1) .sns span:nth-child(2) {
  margin-left: 20px;
  margin-right: 20px;
}
.footer .inner .flexitem:nth-child(2) p,
.footer .inner .flexitem:nth-child(3) p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.footer .inner .flexitem:nth-child(2) span {
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.3;
  display: block;
  margin-bottom: 40px;
}
.footer .inner .flexitem:nth-child(3) a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: 15px;
}
.footer .inner .flexitem:nth-child(3) a i {
  margin-right: 10px;
}

/* ----------------footer 공통 끝----------------- */

.Subpage_title {
  background: linear-gradient(214deg, #000 -0.8%, #ff5f00 79.84%);
}
.Subpage_title .inner {
  padding: 180px 90px 80px 90px;
}

.Subpage_title .inner h2 {
  color: #fff;
  font-size: 62px;
  font-style: normal;
  font-weight: 800;
  line-height: 84px;
}

.contactus_intro {
  background: url(../../images/contactus_intro.png) no-repeat;
  padding: 40px 90px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-left: -90px;
}

.contactus_intro p {
  color: var(--Neural-White, #fff);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
}
.contactus_intro span {
  color: #b0b8c1;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  display: block;
}
.contactus_intro h4 {
  color: #fff;
  font-family: Pretendard;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 140%; /* 33.6px */
  margin-top: 22px;
}
.contactus_intro h4 em {
  color: #ff5f00;
}
.contactForm {
  background: linear-gradient(180deg, #3a3736 0%, #1c1b1a 100%);

  border-top-right-radius: 32px;
  border-top-left-radius: 32px;
  margin-top: -30px;
}
.contactForm .inner {
  padding: 90px 90px 70px 90px;
}

.contactForm .flexcontainer {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding-top: 44px;
}

.contactLeft {
  width: 49%;
  align-items: flex-start;
}

.contactLeft #AgencyChec {
  margin-top: 50px;
}

.contactLeft #Searchterm {
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.contactLeft #Searchterm input[type="text"] {
  border: none;
  background: transparent;
  width: 100%;
  color: #fff;
}

.contactLeft #Searchterm input[type="text"]::placeholder {
  color: rgba(242, 244, 246, 0.4);
}

.contactLeft h3 {
  display: inline-block;
  color: #fff;
  font-size: 44px;
  font-style: normal;
  font-weight: 800;
  line-height: 60px;
}

.contactLeft img {
  display: inline-block;
  margin-left: 10px;
}

.contactLeft p {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.contactLeft p span {
  color: #f60;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.contactRight {
  display: flex;
  width: 49%;
  align-items: flex-start;
  align-content: flex-start;
  gap: 10px 30px;
  flex-wrap: wrap;
}

.contactLeft h4,
.contactRight h4 {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.contactLeft h4 span,
.contactRight h4 span {
  color: #f60;
}

.form-check-label {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 22px;
  margin-right: 1rem;
}

.form-check {
  display: block;
  min-height: 1.8rem;
}

.form-check .form-check-input input[type="checkbox"] {
  border-radius: 3px;
  border: 1px solid #f9fafb;
  width: 17px;
  height: 17px;
}

input[type="checkbox"] {
  background: transparent;
  width: 17px;
  height: 17px;
  accent-color: #f60;
  vertical-align: middle;
}

em.hr {
  display: block;
  width: 100%;
  border-top: 1.5px solid #f2f4f6;
  margin-bottom: 32px;
  margin-top: 10px;
}

.form-check-inline {
  display: inline-block;
  width: 47%;
}

.submitInfo {
  display: inline-block;
  width: 46%;
  margin-top: 1rem;
}

.submitInfo h4 {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}
.submitInfo input[type="text"] {
  width: 100%;
  height: 30px;
  padding: 0.5rem;
}
.submitInfo h4 {
  margin-bottom: 10px;
}

.contactRight {
  justify-content: space-around;
}

.contactMessage {
  width: 100%;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1.4;
}

.contactRight form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.contactRight div {
  width: 46%;
  margin-bottom: 1.5rem;
}
.contactRight .submitInfo100 {
  width: 100%;
}
.contactRight .submitInfo100 input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 8px;
}
.contactRight input[type="text"] {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  padding-top: 7px;
  padding-bottom: 7px;
  color: #fff;
}

.contactRight input[type="text"]::placeholder {
  color: #d1d6db;
  font-size: 15px;
  font-style: normal;
  color: rgba(209, 214, 219, 0.4);
  font-weight: 500;
  line-height: 22px;
}

#inquiries {
  width: 100%;
}

#inquiries textarea {
  border: 1px solid #fff;
  width: 100%;
  background: transparent;
  color: #fff;
  height: 80px;
  padding: 0.6rem;
}
#inquiries textarea.overall {
  height: 100px;
}

#inquiries textarea::placeholder {
  color: #8f8f8f;
  font-size: 14px;
}

.desc {
  font-size: 12px;
  color: #fff;
}

.registBtn {
  text-align: right;
  padding-top: 70px;
  padding-bottom: 20px;
}
.registBtn button {
  width: 200px;
  height: 50px;
  padding: 12px 16px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  border-radius: 6px;
  background: #555;
  border: none;
}
