@charset "UTF-8";
/*
Theme Name: 디고랩스
Author: DEEGOLABS
Author URI: https://deegolabs.com/
Description: 디고랩스 워드프레스 테마
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 7.4
Version: 1.0.0
*/
:root {
  /** 컬러 설정 */
  --main:#218FD4;
  --main-rgb: 33, 143, 212;
  --sub:#218FD4;
}

@media only screen and (max-width: 1279px) and (min-width: 768px) {
  html {
    font-size: 2.083vw;
  }
}
@media only screen and (max-width: 767px) {
  html {
    font-size: 4.444vw;
  }
}

body {
  font-family: "Pretendard";
  font-weight: 400;
}

.container {
  width: 80rem;
  margin: 0 auto;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .container {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.main-btn,
#main-btn {
  display: inline-block;
  padding: 0.625rem 2.5rem;
  border-radius: 1.875rem;
  color: #fff;
  font-size: var(--f7);
  line-height: var(--l7);
  background: var(--main) !important;
  cursor: pointer;
}

.sub-btn,
#sub-btn {
  display: inline-block;
  padding: 0.625rem 2.5rem;
  border-radius: 1.875rem;
  color: var(--main);
  font-size: var(--f7);
  line-height: var(--l7);
  border: 0.0625rem solid var(--main) !important;
  cursor: pointer;
}

#loginform {
  width: 25rem;
  margin: 0 auto;
}
#loginform p.login-username, #loginform p.login-password {
  display: flex;
  align-items: center;
  height: 3.75rem;
}
#loginform p.login-username label, #loginform p.login-password label {
  display: block;
  width: 6rem;
  font-size: var(--f7);
  line-height: var(--l7);
}
#loginform p.login-username input, #loginform p.login-password input {
  width: 19rem;
  height: 100%;
  border: none;
  border-bottom: 0.0625rem solid var(--line2);
}
#loginform p.login-username input:focus, #loginform p.login-password input:focus {
  outline: none;
}
#loginform p.login-remember {
  font-size: var(--f8);
  line-height: var(--l8);
  color: var(--font2);
  text-align: right;
}
#loginform p.login-remember input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  vertical-align: middle;
  width: var(--l8);
  height: var(--l8);
  background: url(./assets/images/login-unchecked.svg) no-repeat center center/cover;
}
#loginform p.login-remember input[type=checkbox]:checked {
  background-image: url(./assets/images/login-checked.svg);
}
#loginform p.login-submit {
  margin-top: 2.5rem;
}
#loginform p.login-submit input[type=submit] {
  width: 100%;
}
#loginform p + p {
  margin-top: 1.25rem;
}

.header {
  position: sticky;
  top: 0;
  z-index: 10000;
  background: white;
  border-bottom: 0.0625rem solid var(--line2);
  -webkit-backdrop-filter: blur(0.125rem);
          backdrop-filter: blur(0.125rem);
}
.header:hover .sub-menu-wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 5rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .header-inner {
    height: 6.25rem;
    padding: 1.25rem 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-inner {
    height: 3.75rem;
    padding: 1rem 1.25rem;
  }
}
.header-logo img {
  width: 10.25rem;
  height: 2rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .header-logo img {
    width: 12.8125rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header-logo img {
    width: 9rem;
    height: 1.75rem;
  }
}
.header-nav {
  height: 100%;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .header-nav {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header .gnb {
  display: flex;
  gap: 1.25rem;
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .gnb-item {
  display: flex;
  align-items: center;
}
.header .gnb-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8.75rem;
  padding: 1rem 1.25rem;
  font-size: var(--f6);
  line-height: var(--l6);
  font-weight: var(--fw-semibold);
  color: var(--font1);
  text-decoration: none;
  white-space: nowrap;
}
.header .sub-menu-wrapper {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: white;
  border-top: 0.0625rem solid var(--line3);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.625rem);
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .header .sub-menu-wrapper {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .header .sub-menu-wrapper {
    display: none;
  }
}
.header .sub-menu-inner {
  display: flex;
  justify-content: flex-end;
  gap: 1.25rem;
  position: relative;
  right: -1rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .header .sub-menu-inner {
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .sub-menu-inner {
    padding: 0 1.25rem;
  }
}
.header .sub-menu-column ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .sub-menu-column ul li a {
  display: flex;
  align-items: center;
  width: 8.75rem;
  padding: 1rem 1.25rem;
  font-size: var(--f6);
  line-height: var(--l6);
  font-weight: var(--fw-regular);
  color: var(--font1);
  text-decoration: none;
  white-space: wrap;
}
.header .sub-menu-column ul li a:hover {
  background: var(--bg1);
}
.header .hamburger-btn {
  display: none;
  flex-direction: column;
  gap: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  padding: 0.3125rem;
  background: transparent;
  border: none;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  position: relative;
}
.header .hamburger-btn span {
  display: block;
  width: 1.875rem;
  height: 0.1875rem;
  background: #111111;
  transition: all 0.3s ease;
  transform-origin: center;
  position: absolute;
}
.header .hamburger-btn span:nth-child(1) {
  top: 0.5625rem;
}
.header .hamburger-btn span:nth-child(2) {
  top: 1.1875rem;
}
.header .hamburger-btn span:nth-child(3) {
  top: 1.8125rem;
}
.header .hamburger-btn.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 1.1875rem;
}
.header .hamburger-btn.active span:nth-child(2) {
  opacity: 0;
}
.header .hamburger-btn.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 1.1875rem;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .header .hamburger-btn {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .header .hamburger-btn {
    display: flex;
  }
}

.mobile-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: white;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}
.mobile-menu-overlay.active {
  opacity: 1;
  visibility: visible;
}
.mobile-menu-overlay .mobile-menu-header-tablet {
  display: none;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-header-tablet {
    display: flex;
    position: absolute;
    top: 1.875rem;
    left: 1.25rem;
    right: 1.25rem;
    align-items: center;
    justify-content: space-between;
    padding: 0.4375rem 1.25rem;
    background: rgba(255, 255, 255, 0.5);
    -webkit-backdrop-filter: blur(0.3125rem);
            backdrop-filter: blur(0.3125rem);
    border-radius: 0.625rem;
    height: 5rem;
    box-sizing: border-box;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-header-tablet {
    display: none;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-logo img {
    width: 12.8125rem;
    height: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-logo img {
    width: 9rem;
    height: 1.75rem;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .menu-close-btn {
    width: 2.875rem;
    height: 2.875rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-nav {
    position: absolute;
    top: 6.25rem;
    left: 0;
    right: 0;
    padding: 0 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-nav {
    padding-top: 3.75rem;
  }
}
.mobile-menu-overlay .mobile-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-list {
    display: flex;
    flex-direction: column;
    gap: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-list {
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-item {
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-item {
    border-bottom: 0.0625rem solid #e1e1e4;
  }
}
.mobile-menu-overlay .mobile-menu-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-header {
    padding: 1.25rem 0;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-header {
    padding: 0.75rem 1.25rem;
  }
}
.mobile-menu-overlay .mobile-menu-link {
  font-family: "Pretendard", sans-serif;
  font-weight: 600;
  line-height: 1.5;
  color: #111111;
  text-decoration: none;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-link {
    font-size: 1.375rem;
    flex: 1;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-link {
    font-size: 1rem;
    line-height: 1.5rem;
    flex: 1;
  }
}
.mobile-menu-overlay .mobile-menu-toggle {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-toggle {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-toggle {
    display: flex;
  }
}
.mobile-menu-overlay .mobile-menu-arrow {
  width: 2.5rem;
  height: 2.5rem;
  transition: transform 0.3s ease;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-arrow {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-arrow {
    display: block;
  }
}
.mobile-menu-overlay .mobile-menu-item.open .mobile-menu-arrow {
  transform: rotate(90deg);
}
.mobile-menu-overlay .mobile-submenu {
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  background: #F8F8FA;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-submenu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-submenu li a {
    display: block;
    padding: 0.75rem 1.875rem;
    font-family: "Pretendard", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #111111;
    text-decoration: none;
    border: 0;
  }
  .mobile-menu-overlay .mobile-submenu li a:hover {
    background: rgba(0, 0, 0, 0.05);
  }
  .mobile-menu-overlay .mobile-submenu li:last-child a {
    border-bottom: 0.0625rem solid #e1e1e4;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-item.open .mobile-submenu {
    display: block;
  }
}
.mobile-menu-overlay .mobile-menu-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-menu-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.5rem;
    background: #f8f8fa;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-menu-footer {
    display: none;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-contact-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12.5rem;
    height: 2.875rem;
    padding: 0.9375rem 1.5rem;
    background: #4ea3ea;
    color: white;
    font-family: "Pretendard", sans-serif;
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.5;
    border-radius: 11.0625rem;
    text-decoration: none;
    -webkit-backdrop-filter: blur(0.09375rem);
            backdrop-filter: blur(0.09375rem);
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-contact-btn {
    display: none;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .mobile-menu-overlay .mobile-social-links {
    display: flex;
    gap: 1.25rem;
    align-items: center;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-menu-overlay .mobile-social-links {
    display: none;
  }
}
.mobile-menu-overlay .social-link {
  width: 2.875rem;
  height: 2.875rem;
  display: block;
}
.mobile-menu-overlay .social-link svg {
  width: 100%;
  height: 100%;
  display: block;
}
@media only screen and (min-width: 1280px) {
  .mobile-menu-overlay {
    display: none;
  }
}

.footer {
  background-color: #f5f5f5;
  padding: 2.5rem 0;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 0.0625rem solid #e0e0e0;
}
.footer-logo {
  background: url(./assets/images/deegolab-logo.svg) no-repeat center/cover;
  width: 12.8125rem;
  height: 2.5rem;
  color: transparent;
}
.footer .btn-top {
  background-color: #4285f4;
  color: white;
  width: 3.25rem;
  height: 3.25rem;
  border: none;
  cursor: pointer;
  font-size: 1.25rem;
}
.footer .btn-top:hover {
  background-color: #3367d6;
}
.footer-info p {
  color: #666;
  margin: 10px 0;
  line-height: 1.6;
}
.footer-info .company-info .divider {
  margin: 0 10px;
}
.footer-info .address {
  margin-top: 20px;
  margin-bottom: 10px;
}
.footer-info .address-item {
  margin: 5px 0;
}
.footer-info .address-item .badge {
  display: inline-block;
  background-color: #666;
  color: white;
  padding: 0.125rem 0.5rem;
  border-radius: 12px;
  font-size: 0.75rem;
  margin-right: 0.5rem;
}
.footer-info .copyright {
  margin-top: 20px;
  font-size: 13px;
}