:root {
  /* Typography */
  --font-pri: "Proxima Nova", sans-serif;
  /* Color Palette */
  --color-pri: #1d90c9;
  --color-sec: #001221;
  --color-third: #3b4044;
  --color-text: #888888;
  --color-text-2: #005491;
  --color-white: #fff;
  --color-black: #000;
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
  --z-i-header: 100;
}

.address {
  margin: 10rem 0rem 10rem;
}
@media screen and (max-width: 992px) {
  .address {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .address {
    margin: 4rem 0rem;
  }
}
@media screen and (max-width: 991px) {
  .address-col {
    width: 100%;
  }
}
.address-map {
  width: 100%;
  height: 100%;
  overflow: hidden;
  user-select: none;
  border-radius: 1.6rem;
}
.address-map iframe {
  width: 100%;
  height: 100%;
  min-height: 35rem;
}
@media screen and (max-width: 1024px) {
  .address-content {
    gap: 2.4rem;
  }
}
.address-content .title {
  gap: 0.8rem;
}
.address-content .title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .address-content .title-48 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .address-content .title-48 {
    font-size: 2.6rem;
  }
}
.address-content .title-48 {
  color: var(--color-pri);
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: -0.096rem;
}
.address-content .title .text-18 {
  max-width: 45rem;
  line-height: 150%;
  color: var(--color-text);
  letter-spacing: -0.036rem;
}
.address-content .info {
  padding: 3.2rem;
  border-radius: 1.6rem;
  background-color: #f9fafb;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .address-content .info {
    gap: 1.6rem;
    padding: 2.4rem;
  }
}
@media screen and (max-width: 576px) {
  .address-content .info {
    padding: 1.6rem;
  }
}
.address-content .info-title {
  gap: 0.8rem;
  padding-bottom: 2.4rem;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .address-content .info-title {
    padding-bottom: 1.6rem;
  }
}
.address-content .info-title .title-24 {
  font-size: 2.4rem;
}
@media only screen and (max-width: 1200px) {
  .address-content .info-title .title-24 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .address-content .info-title .title-24 {
    font-size: 1.8rem;
  }
}
.address-content .info-title .title-24 {
  color: var(--color-pri);
  line-height: 130%;
  letter-spacing: -0.048rem;
}
.address-content .info-title .text-16 {
  color: var(--color-sec);
}
.address-content .info-list {
  gap: 2.4rem;
}
@media screen and (max-width: 576px) {
  .address-content .info-list {
    gap: 1.2rem;
  }
}
.address-content .info-box {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.address-content .info-box img {
  flex-shrink: 0;
  user-select: none;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
@media screen and (max-width: 576px) {
  .address-content .info-box img {
    width: 2rem;
    height: 2rem;
  }
}
.address-content .info-box .text-16 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .address-content .info-box .text-16 {
    font-size: 1.4rem;
  }
}
.address-content .info-box .text-16 {
  color: var(--color-sec);
  letter-spacing: -0.032rem;
}
.address-content .info-box .text-16 strong {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .address-content .info-box .text-16 strong {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .address-content .info-box .text-16 strong {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .address-content .info-box .text-16 strong {
    font-size: 1.4rem;
  }
}
.address-content .info-box .text-16 strong {
  font-weight: 700;
  letter-spacing: -0.036rem;
}
.address-content .info-box .text-16 a {
  transition: 0.4s ease;
}
@media screen and (min-width: 1201px) {
  .address-content .info-box .text-16 a:hover {
    color: var(--color-pri);
  }
}

.dropdown {
  gap: 1.2rem;
  display: flex;
}
@media screen and (min-width: 577px) {
  .dropdown {
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 576px) {
  .dropdown {
    flex-direction: column;
  }
}
.dropdown > .text-18 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .dropdown > .text-18 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .dropdown > .text-18 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .dropdown > .text-18 {
    font-size: 1.4rem;
  }
}
.dropdown > .text-18 {
  line-height: 150%;
  color: var(--color-sec);
  letter-spacing: -0.036rem;
}
.dropdown .icon {
  user-select: none;
  margin-right: 0.4rem;
}
.dropdown .icon img {
  object-fit: contain;
}
.dropdown-group {
  user-select: none;
  position: relative;
}
@media screen and (min-width: 1201px) {
  .dropdown-group::before {
    content: "";
    left: 0;
    top: 100%;
    width: 100%;
    height: 1.6rem;
    position: absolute;
    background-color: transparent;
  }
  .dropdown-group:hover .dropdown-title:after {
    transform: rotate(180deg);
  }
  .dropdown-group:hover .dropdown-list {
    opacity: 1;
    pointer-events: auto;
  }
}
.dropdown-group.is-active .dropdown-title:after {
  transform: rotate(180deg);
}
.dropdown-group.is-active .dropdown-list {
  opacity: 1;
  pointer-events: auto;
}
.dropdown-box, .dropdown-title {
  display: flex;
  align-items: center;
}
.dropdown-box .icon img, .dropdown-title .icon img {
  transition: 0.4s ease;
}
.dropdown-title {
  gap: 0.4rem;
  cursor: pointer;
  position: relative;
}
.dropdown-title:after {
  content: "";
  width: 1rem;
  flex-shrink: 0;
  display: block;
  height: 0.5rem;
  transition: 0.4s ease;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  background-image: url("../../assets/images/contact/icon-arrow.svg");
}
.dropdown-title .icon img {
  width: 4.2rem;
}
@media screen and (max-width: 576px) {
  .dropdown-title .icon img {
    width: 3.2rem;
  }
}
.dropdown-title span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .dropdown-title span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .dropdown-title span {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 576px) {
  .dropdown-title span {
    font-size: 1.4rem;
  }
}
.dropdown-title span {
  font-weight: 600;
  color: var(--color-sec);
  line-height: 130%;
  transition: 0.4s ease;
  letter-spacing: -0.036rem;
}
.dropdown-list {
  right: 0;
  opacity: 0;
  width: 100%;
  padding: 3.2rem;
  position: absolute;
  min-width: 21.8rem;
  max-height: 28.8rem;
  transition: 0.4s ease;
  pointer-events: none;
  overflow: hidden auto;
  border-radius: 1.6rem;
  top: calc(100% + 1.6rem);
  background-color: white;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.8rem 1.6rem 0 rgba(0, 0, 0, 0.1);
}
.dropdown-list::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.dropdown-list::-webkit-scrollbar-thumb {
  border-radius: 1rem;
  background: rgba(136, 136, 136, 0.8);
}
.dropdown-item {
  cursor: pointer;
}
.dropdown-item.is-active .dropdown-box .icon img {
  width: 4.8rem;
}
@media screen and (max-width: 576px) {
  .dropdown-item.is-active .dropdown-box .icon img {
    width: 3.2rem;
  }
}
.dropdown-item.is-active .dropdown-box span {
  font-weight: 600;
  color: var(--color-sec);
}
.dropdown-box {
  gap: 0.8rem;
}
@media screen and (min-width: 1201px) {
  .dropdown-box:hover span {
    color: var(--color-sec);
  }
}
.dropdown-box .icon img {
  width: 2.4rem;
}
.dropdown-box span {
  color: #888;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .dropdown-box span {
    font-size: 1.4rem;
  }
}
.dropdown-box span {
  line-height: normal;
  transition: 0.4s ease;
  letter-spacing: -0.032rem;
}

.contact {
  margin: 10rem 0rem 6rem;
}
@media screen and (max-width: 992px) {
  .contact {
    margin: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .contact {
    margin: 4rem 0rem;
  }
}
.contact-form {
  gap: 3.2rem;
  padding: 6rem;
  border-radius: 1.6rem;
  background-color: white;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1024px) {
  .contact-form {
    gap: 2.4rem;
    padding: 4rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-form {
    padding: 2.4rem;
  }
}
.contact-form .title-48 {
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .contact-form .title-48 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 800px) {
  .contact-form .title-48 {
    font-size: 2.6rem;
  }
}
.contact-form .title-48 {
  font-weight: 600;
  color: var(--color-pri);
  line-height: 130%;
  text-align: center;
  letter-spacing: -0.096rem;
  text-transform: uppercase;
}
/*# sourceMappingURL=contact.css.map */
