@charset "UTF-8";
/*
Theme Name: 나사렛대 충남재활고용학과
Author: WEB Agency DEP by GUPSA
Author URI: https://teamdep.com/
Description: 겁쟁이사자들의 웹 에이전시 팀 디이피에서 제작하였습니다.
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 7.4
Version: 1.0.0
*/
:root {
  /** 컬러 설정 */
  --main:#B11116;
  --main-rgb: 177, 17, 22;
  --sub:#B11116;
  --gray-bg: #F8F8FA;
  --border-color: #E7E7E7;
  --text-primary: #333;
  --text-secondary: #363636;
  --text-dark: #111;
  --footer-bg: #031925;
  --footer-text: #DBEBF7;
  --footer-link-primary: #FF9C9C;
  --footer-copyright: #C4C4C4;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}
@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: 1600px;
  margin: 0 auto;
}
@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .container {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@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;
}

.header {
  border-bottom: 1px solid var(--border-color);
}
.header .header-top {
  background: var(--gray-bg);
  padding: 10px 0;
}
.header .header-top-inner {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
}
.header .header-top-link {
  padding: 6px 8px;
  font-family: "Pretendard", sans-serif;
  font-size: var(--f8);
  line-height: var(--l8);
  color: var(--text-dark);
  text-decoration: none;
}
.header .header-top-link:hover {
  text-decoration: underline;
}
.header .header-top-login {
  padding: 1px 16px;
  background: var(--main);
  font-family: "Pretendard", sans-serif;
  font-size: var(--f8);
  font-weight: 500;
  line-height: var(--l8);
  color: white;
  text-decoration: none;
}
.header .header-top-login:hover {
  opacity: 0.9;
}
.header .header-main {
  padding: 10px 0;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.header .header-main-inner {
  display: flex;
  height: 80px;
  justify-content: space-between;
  align-items: center;
}
.header .header-logo a {
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
.header .header-logo img {
  height: 50px;
  width: auto;
}
.header .header-logo-divider {
  width: 1px;
  height: 30px;
  background: var(--text-secondary);
}
.header .header-logo-text {
  font-family: "S-Core Dream", sans-serif;
  font-size: var(--f5);
  font-weight: 300;
  line-height: var(--l5);
  color: var(--text-secondary);
}
.header .header-nav {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-gnb {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .header-gnb-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  width: 150px;
  padding: 16px 8px;
  font-size: var(--f7);
  line-height: var(--l7);
  color: var(--text-primary);
  text-align: center;
  text-decoration: none;
  transition: all 0.3s;
}
.header .header-gnb-item:hover {
  color: var(--main);
  font-weight: 500;
}
.header .header-hamburger {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 40px;
  height: 40px;
  background: var(--main);
  border: none;
  cursor: pointer;
  padding: 0;
}
.header .header-hamburger span {
  display: block;
  width: 26px;
  height: 2px;
  background: white;
  transition: all 0.3s;
}
.header .header-hamburger:hover {
  opacity: 0.9;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .header .header-top {
    padding: 8px 0;
  }
  .header .header-main {
    padding: 8px 0;
  }
  .header .header-main-inner {
    height: 70px;
  }
  .header .header-logo img {
    height: 44px;
  }
  .header .header-logo-divider {
    height: 26px;
  }
  .header .header-gnb-item {
    height: 70px;
    width: 120px;
    padding: 14px 6px;
  }
  .header .header-hamburger {
    width: 36px;
    height: 36px;
    gap: 5px;
  }
  .header .header-hamburger span {
    width: 22px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .header .header-main-inner {
    height: 4.167rem;
  }
  .header .header-logo img {
    height: 2.604rem;
  }
  .header .header-logo-divider {
    height: 1.563rem;
  }
  .header .header-logo-text {
    font-size: 1.146rem;
  }
  .header .header-gnb {
    display: none;
  }
  .header .header-hamburger {
    width: 2.083rem;
    height: 2.083rem;
    gap: 0.313rem;
  }
  .header .header-hamburger span {
    width: 1.354rem;
    height: 0.104rem;
  }
}
@media only screen and (max-width: 767px) {
  .header .header-top {
    padding: 0.556rem 0;
  }
  .header .header-top-link, .header .header-top-login {
    font-size: 0.778rem;
    line-height: 1.333rem;
    padding: 0.333rem 0.444rem;
  }
  .header .header-main-inner {
    height: 3.333rem;
  }
  .header .header-logo img {
    height: 2.222rem;
  }
  .header .header-logo-divider {
    height: 1.333rem;
  }
  .header .header-logo-text {
    font-size: 0.889rem;
  }
  .header .header-gnb {
    display: none;
  }
  .header .header-hamburger {
    width: 2.222rem;
    height: 2.222rem;
  }
  .header .header-hamburger span {
    width: 1.444rem;
  }
}
.footer {
  background: var(--footer-bg);
  padding: 20px 0;
}
.footer-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.footer-links {
  display: flex;
  gap: 20px;
  align-items: center;
}
.footer-link {
  padding: 8px 0;
  font-size: var(--f8);
  line-height: var(--l8);
  color: var(--footer-text);
  text-decoration: none;
}
.footer-link:hover {
  opacity: 0.8;
}
.footer-link-primary {
  color: var(--footer-link-primary);
  border-bottom: 1px solid var(--footer-link-primary);
}
.footer-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: var(--l8);
}
.footer-info-row {
  display: flex;
  gap: 20px;
  align-items: center;
  font-size: var(--f8);
  color: var(--footer-text);
}
.footer-info-row p {
  margin: 0;
}
.footer-divider {
  font-family: "Pretendard", sans-serif;
}
.footer-copyright {
  margin: 0;
  font-size: 12px;
  color: var(--footer-copyright);
  text-align: left;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .footer {
    padding: 16px 0;
  }
  .footer-content {
    gap: 16px;
  }
  .footer-links {
    gap: 16px;
  }
  .footer-link {
    padding: 6px 0;
  }
  .footer-info {
    gap: 8px;
  }
  .footer-info-row {
    gap: 16px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .footer {
    padding: 1.042rem 0;
  }
  .footer-content {
    gap: 1.042rem;
  }
  .footer-links {
    gap: 1.042rem;
  }
  .footer-link {
    padding: 0.417rem 0;
    font-size: 0.833rem;
  }
  .footer-info-row {
    gap: 1.042rem;
    font-size: 0.833rem;
    flex-wrap: wrap;
  }
  .footer-copyright {
    font-size: 0.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 1.111rem 0;
  }
  .footer-content {
    gap: 1.111rem;
  }
  .footer-links {
    gap: 1.111rem;
    flex-wrap: wrap;
  }
  .footer-link {
    padding: 0.444rem 0;
    font-size: 0.778rem;
  }
  .footer-info {
    gap: 0.556rem;
  }
  .footer-info-row {
    flex-direction: column;
    gap: 0.556rem;
    align-items: flex-start;
    font-size: 0.778rem;
  }
  .footer-divider {
    display: none;
  }
  .footer-copyright {
    font-size: 0.556rem;
  }
}
.sub-visual {
  width: 100%;
  height: 250px;
  overflow: hidden;
}
.sub-visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media only screen and (max-width: 1599px) and (min-width: 1280px) {
  .sub-visual {
    height: 200px;
  }
}
@media only screen and (max-width: 1279px) and (min-width: 768px) {
  .sub-visual {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .sub-visual {
    display: none;
  }
}
.login-section {
  padding: 5rem 0;
  min-height: calc(100vh - 300px);
  display: flex;
  align-items: center;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .login-section {
    padding: 3rem 0;
    min-height: calc(100vh - 200px);
  }
}

.login-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.login-box {
  text-align: center;
}

.login-header {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .login-header {
    margin-bottom: 2rem;
  }
}

.login-logo {
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  margin-bottom: 1.5rem;
}
.login-logo .logo-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
}
.login-logo .logo-dot.logo-red {
  background: #E73B3B;
}
.login-logo .logo-dot.logo-orange {
  background: #FF8C00;
}
.login-logo .logo-dot.logo-gray {
  background: #666666;
}

.login-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #B11116;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .login-title {
    font-size: 1.5rem;
  }
}

.login-desc {
  font-size: 0.938rem;
  color: #666;
  line-height: 1.6;
  word-break: keep-all;
}
@media only screen and (max-width: 767px) {
  .login-desc {
    font-size: 0.875rem;
    padding: 0 1rem;
  }
}

.login-form-area {
  max-width: 400px;
  margin: 0 auto 3rem;
}
.login-form-area #loginform {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
  width: 100%;
  height: 5.625rem;
}
.login-form-area p {
  margin: 0;
  width: 70%;
}
.login-form-area p.login-username, .login-form-area p.login-password {
  display: block;
}
.login-form-area label {
  display: none;
}
.login-form-area input[type=text],
.login-form-area input[type=password] {
  height: 2.6875rem;
  padding: 0 1.25rem;
  border: 1px solid #DEDEDE;
  font-size: 1rem;
  transition: all 0.2s ease;
}
.login-form-area input[type=text]::-moz-placeholder, .login-form-area input[type=password]::-moz-placeholder {
  color: #999;
  font-size: 0.938rem;
}
.login-form-area input[type=text]::placeholder,
.login-form-area input[type=password]::placeholder {
  color: #999;
  font-size: 0.938rem;
}
.login-form-area input[type=text]:focus,
.login-form-area input[type=password]:focus {
  outline: none;
  background: #fff;
  border-color: var(--main);
}
.login-form-area .login-remember {
  display: none;
}
.login-form-area .login-submit {
  width: calc(30% - 0.5rem);
}
.login-form-area .login-submit #login-submit-btn {
  width: 100%;
  height: 5.625rem;
  background: var(--main);
  color: #fff;
  border: none;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
}
.login-form-area .login-submit #login-submit-btn:hover {
  background: rgb(153.7345360825, 14.7654639175, 19.1082474227);
}
.login-form-area .login-submit #login-submit-btn:active {
  transform: scale(0.98);
}

.login-links {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #E7E7E7;
}
@media only screen and (max-width: 767px) {
  .login-links {
    gap: 1.5rem;
    padding: 2rem 1rem 0;
  }
}
.login-links .login-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  color: var(--text-dark);
  transition: all 0.2s ease;
}
.login-links .login-link:hover {
  transform: translateY(-2px);
}
.login-links .login-link:hover .link-icon {
  background: rgb(153.7345360825, 14.7654639175, 19.1082474227);
}
.login-links .login-link .link-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #B11116;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 767px) {
  .login-links .login-link .link-icon {
    width: 50px;
    height: 50px;
  }
}
.login-links .login-link .link-icon svg {
  width: 24px;
  height: 24px;
}
.login-links .login-link span {
  font-size: 0.938rem;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .login-links .login-link span {
    font-size: 0.875rem;
  }
}