.elementor-3710 .elementor-element.elementor-element-c1901fc{--display:flex;--background-transition:0.3s;}.elementor-3710 .elementor-element.elementor-element-60cd149{--display:flex;--background-transition:0.3s;}.elementor-3710 .elementor-element.elementor-element-33ab188{--display:flex;--background-transition:0.3s;}body.elementor-page-3710:not(.elementor-motion-effects-element-type-background), body.elementor-page-3710 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}/* Start custom CSS for html, class: .elementor-element-0268564 *//* =========================================================
   FONT
========================================================= */

@import url(
  'https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;600;700&display=swap'
);


/* =========================================================
   ROOT / BASE
========================================================= */

.graduate-site {
  --navy: #071b4d;
  --navy-dark: #04102e;
  --blue: #0c4da2;
  --blue-dark: #083978;
  --blue-soft: #eaf2ff;

  --text: #101828;
  --gray: #667085;

  --line: #dfe8f4;
  --white: #ffffff;

  width: 100%;
  max-width: 1200px;

  margin: 0 auto;

  padding: 42px 20px 110px;

  color: var(--text);

  font-family: "Noto Sans KR", sans-serif;
  font-weight: 400;
}


.graduate-site *,
.graduate-site *::before,
.graduate-site *::after {
  box-sizing: border-box;
}


.graduate-site a {
  text-decoration: none;
}


.graduate-site h1,
.graduate-site h2,
.graduate-site h3,
.graduate-site h4,
.graduate-site p {
  font-family: "Noto Sans KR", sans-serif;
}


.graduate-site h1,
.graduate-site h2,
.graduate-site h3 {
  padding: 0;
}


/* =========================================================
   COMMON
========================================================= */

.graduate-kicker {
  margin: 0 0 15px;

  color: #9fc6ff;

  font-size: 12px;
  font-weight: 600;

  line-height: 1.4;

  letter-spacing: 0.17em;
}


.graduate-kicker-blue {
  color: var(--blue);
}


/* =========================================================
   HERO
========================================================= */

.graduate-hero {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    340px;

  gap: 55px;

  align-items: center;

  min-height: 510px;

  padding: 70px;

  overflow: hidden;

  border-radius: 34px;

  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(140, 188, 255, 0.42),
      transparent 26%
    ),
    radial-gradient(
      circle at 72% 112%,
      rgba(255, 255, 255, 0.11),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #06143a 0%,
      #082866 48%,
      #0d51a8 100%
    );

  box-shadow:
    0 30px 85px
    rgba(7, 27, 77, 0.20);
}


.graduate-hero::before {
  content: "";

  position: absolute;

  top: -115px;
  right: -110px;

  width: 390px;
  height: 390px;

  border: 58px solid rgba(255, 255, 255, 0.07);

  border-radius: 50%;
}


.graduate-hero::after {
  content: "";

  position: absolute;

  left: -120px;
  bottom: -210px;

  width: 350px;
  height: 350px;

  border: 50px solid rgba(255, 255, 255, 0.03);

  border-radius: 50%;
}


.graduate-hero-content,
.graduate-hero-panel {
  position: relative;
  z-index: 2;
}


.graduate-hero h1 {
  max-width: 790px;

  margin: 0 0 24px;

  color: #ffffff;

  font-size: clamp(45px, 5.1vw, 67px);
  font-weight: 600;

  line-height: 1.08;

  letter-spacing: -0.045em;
}


.graduate-hero-description {
  max-width: 630px;

  margin: 0 0 34px;

  color: rgba(255, 255, 255, 0.84);

  font-size: 17px;

  line-height: 1.85;

  word-break: keep-all;
}


/* =========================================================
   HERO BUTTONS
========================================================= */

.graduate-hero-buttons {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;
}


.graduate-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 50px;

  padding: 0 26px;

  border-radius: 999px;

  font-size: 14px;
  font-weight: 600;

  transition:
    transform 0.25s ease,
    background 0.25s ease,
    border-color 0.25s ease;
}


.graduate-btn:hover {
  transform: translateY(-3px);
}


.graduate-btn-white {
  color: var(--navy) !important;
  background: #ffffff;
}


.graduate-btn-white:hover {
  background: #f2f6fc;
}


.graduate-btn-outline {
  color: #ffffff !important;

  border: 1px solid rgba(255, 255, 255, 0.48);

  background: rgba(255, 255, 255, 0.05);
}


.graduate-btn-outline:hover {
  background: rgba(255, 255, 255, 0.13);
}


/* =========================================================
   HERO PANEL
========================================================= */

.graduate-hero-panel {
  padding: 21px 28px;

  border: 1px solid rgba(255, 255, 255, 0.17);

  border-radius: 26px;

  background: rgba(255, 255, 255, 0.1);

  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  box-shadow:
    0 18px 45px
    rgba(0, 0, 0, 0.08);
}


.graduate-panel-title {
  margin: 0;

  padding: 8px 0 16px;

  color: rgba(255, 255, 255, 0.58);

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 0.16em;
}


.graduate-panel-item {
  display: grid;

  grid-template-columns:
    38px
    1fr;

  gap: 14px;

  align-items: start;

  padding: 19px 0;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.16);
}


.graduate-panel-item > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border-radius: 11px;

  color: #ffffff;

  background: rgba(255, 255, 255, 0.12);

  font-size: 12px;
  font-weight: 600;
}


.graduate-panel-item strong {
  display: block;

  margin-bottom: 5px;

  color: #ffffff;

  font-size: 14px;
  font-weight: 600;
}


.graduate-panel-item p {
  margin: 0;

  color: rgba(255, 255, 255, 0.68);

  font-size: 13px;

  line-height: 1.55;
}


/* =========================================================
   SECTION
========================================================= */

.graduate-section {
  padding-top: 100px;
}


.graduate-heading {
  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    440px;

  gap: 48px;

  align-items: end;

  margin-bottom: 40px;
}


.graduate-heading h2 {
  margin: 0;

  color: var(--navy);

  font-size: clamp(36px, 4.4vw, 54px);
  font-weight: 600;

  line-height: 1.14;

  letter-spacing: -0.04em;
}


.graduate-heading > p {
  margin: 0 0 3px;

  color: var(--gray);

  font-size: 15px;

  line-height: 1.8;

  word-break: keep-all;
}


/* =========================================================
   DEGREE PROGRAM CARD
========================================================= */

.degree-program {
  position: relative;

  display: grid;

  grid-template-columns:
    minmax(0, 1fr)
    275px;

  gap: 46px;

  margin-bottom: 28px;

  padding: 50px 48px 50px 110px;

  overflow: hidden;

  border: 1px solid var(--line);

  border-radius: 32px;

  background: #ffffff;

  box-shadow:
    0 14px 45px
    rgba(7, 27, 77, 0.055);

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


.degree-program:hover {
  transform: translateY(-5px);

  border-color: #c7d6ea;

  box-shadow:
    0 27px 70px
    rgba(7, 27, 77, 0.11);
}


.degree-program-featured {
  border-color: #c9dcf4;

  background:
    linear-gradient(
      118deg,
      #ffffff 0%,
      #ffffff 61%,
      #f3f8fe 100%
    );
}


.degree-program-number {
  position: absolute;

  top: 50px;
  left: 40px;

  color: #d2dfef;

  font-size: 35px;
  font-weight: 600;

  line-height: 1;
}


.degree-program-label {
  display: inline-flex;

  width: fit-content;

  margin: 0 0 17px;

  padding: 8px 13px;

  border-radius: 999px;

  color: var(--blue);

  background: var(--blue-soft);

  font-size: 10px;
  font-weight: 600;

  letter-spacing: 0.10em;
}


.degree-program h3 {
  margin: 0 0 10px;

  color: var(--navy);

  font-size: clamp(27px, 3vw, 36px);
  font-weight: 600;

  line-height: 1.3;

  letter-spacing: -0.035em;
}


.degree-program-en {
  margin: 0 0 22px;

  color: #344054;

  font-size: 14px;
  font-weight: 500;

  line-height: 1.65;
}


.degree-program-description {
  max-width: 660px;

  margin: 0;

  color: var(--gray);

  font-size: 15px;

  line-height: 1.85;

  word-break: keep-all;
}


/* =========================================================
   ACADEMIC DEGREES
========================================================= */

.academic-degree-box {
  margin-top: 30px;

  padding: 25px 26px 26px;

  border: 1px solid #e0e9f4;

  border-radius: 20px;

  background:
    linear-gradient(
      135deg,
      #f8fbff 0%,
      #ffffff 100%
    );
}


.academic-degree-heading {
  margin: 0 0 20px !important;

  color: var(--blue);

  font-size: 11px;
  font-weight: 600;

  line-height: 1.4;

  letter-spacing: 0.14em;
}


.academic-degree-grid {
  display: grid;

  grid-template-columns:
    repeat(2, minmax(0, 1fr));

  gap: 15px;
}


.academic-degree-section {
  min-height: 104px;

  padding: 18px 19px;

  border: 1px solid #e8eef6;

  border-radius: 15px;

  background: #ffffff;

  box-shadow:
    0 5px 18px
    rgba(7, 27, 77, 0.04);
}


.academic-degree-label {
  display: block;

  margin-bottom: 13px;

  color: #7a8798;

  font-size: 11px;
  font-weight: 600;

  line-height: 1.4;
}


/* MS / PhD / MS/PhD */

.academic-degree-tags {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;
}


.academic-degree-tags span {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 34px;

  padding: 0 14px;

  border-radius: 10px;

  color: #ffffff;

  background: var(--navy);

  font-size: 12px;
  font-weight: 600;

  line-height: 1;
}


/* 의학 / 이학 */

.academic-degree-fields {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;
}


.academic-degree-fields span {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-height: 34px;

  padding: 0 16px;

  border-radius: 10px;

  color: var(--blue);

  background: #e6f0fe;

  font-size: 12px;
  font-weight: 600;

  line-height: 1;
}


/* =========================================================
   DEGREE NOTICE
========================================================= */

.degree-notice {
  margin-top: 18px;

  padding: 18px 20px;

  border-left: 3px solid var(--blue);

  border-radius: 5px 14px 14px 5px;

  background: #f3f7fd;
}


.degree-notice strong {
  display: block;

  margin-bottom: 6px;

  color: var(--navy);

  font-size: 13px;
  font-weight: 600;

  line-height: 1.5;
}


.degree-notice p {
  margin: 0 !important;

  color: var(--gray);

  font-size: 13px;

  line-height: 1.75;

  word-break: keep-all;
}


/* =========================================================
   DEGREE LINK
========================================================= */

.degree-program-links {
  display: flex;

  flex-wrap: wrap;

  gap: 12px;

  margin-top: 30px;
}


.degree-link {
  display: inline-flex;

  align-items: center;
  justify-content: space-between;

  gap: 24px;

  min-height: 48px;

  padding: 0 20px;

  border: 1px solid #d8e2ef;

  border-radius: 14px;

  color: var(--navy) !important;

  background: #ffffff;

  font-size: 13px;
  font-weight: 600;

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease;
}


.degree-link:hover {
  transform: translateY(-2px);

  border-color: #aabdd6;
}


.degree-link-primary {
  color: #ffffff !important;

  border-color: var(--navy);

  background: var(--navy);
}


.degree-link-primary:hover {
  background: #0a2864;
}


/* =========================================================
   RESEARCH PANEL
========================================================= */

.research-panel {
  padding: 29px 28px;

  border-radius: 24px;

  background:
    linear-gradient(
      155deg,
      #071a49 0%,
      #0b448e 100%
    );

  box-shadow:
    0 16px 34px
    rgba(7, 27, 77, 0.11);
}


.research-panel > p {
  margin: 0 0 18px;

  color: #aacbff;

  font-size: 11px;
  font-weight: 600;

  letter-spacing: 0.14em;
}


.research-panel ul {
  margin: 0;

  padding: 0;

  list-style: none;
}


.research-panel li {
  position: relative;

  padding: 14px 0 14px 17px;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.12);

  color: rgba(255, 255, 255, 0.86);

  font-size: 13px;

  line-height: 1.5;
}


.research-panel li::before {
  content: "";

  position: absolute;

  top: 20px;
  left: 0;

  width: 5px;
  height: 5px;

  border-radius: 50%;

  background: #8dbbff;
}


/* =========================================================
   RELATED PROGRAMS
========================================================= */

.related-program-grid {
  display: grid;

  grid-template-columns:
    repeat(3, 1fr);

  gap: 20px;
}


.related-program-card {
  display: flex;

  flex-direction: column;

  min-height: 320px;

  padding: 30px;

  border: 1px solid var(--line);

  border-radius: 27px;

  background:
    linear-gradient(
      155deg,
      #ffffff 0%,
      #f7faff 100%
    );

  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}


.related-program-card:hover {
  transform: translateY(-7px);

  border-color: #c6d7ea;

  box-shadow:
    0 24px 60px
    rgba(7, 27, 77, 0.10);
}


.related-program-number {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 45px;
  height: 45px;

  margin-bottom: 34px;

  border-radius: 15px;

  color: #ffffff;

  background: var(--navy);

  font-size: 12px;
  font-weight: 600;
}


.related-program-type {
  margin: 0 0 10px;

  color: var(--blue);

  font-size: 9px;
  font-weight: 600;

  letter-spacing: 0.13em;
}


.related-program-card h3 {
  margin: 0 0 14px;

  color: var(--navy);

  font-size: 21px;
  font-weight: 600;

  line-height: 1.45;
}


.related-program-card >
p:not(.related-program-type) {
  margin: 0;

  color: var(--gray);

  font-size: 14px;

  line-height: 1.75;

  word-break: keep-all;
}


.related-program-card > a {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 43px;
  height: 43px;

  margin-top: auto;

  border: 1px solid #d6e0ed;

  border-radius: 50%;

  color: var(--navy) !important;

  background: #ffffff;

  transition:
    transform 0.25s ease,
    background 0.25s ease,
    color 0.25s ease;
}


.related-program-card > a:hover {
  transform: translateX(4px);

  color: #ffffff !important;

  background: var(--navy);
}


/* =========================================================
   APPLICATION GUIDE PREVIEW
========================================================= */

.application-guide-preview {
  margin-top: 100px;
}


.application-guide-preview h2 {
  max-width: 780px;

  margin: 0 0 24px;

  color: #ffffff;

  font-size: clamp(42px, 5vw, 62px);
  font-weight: 600;

  line-height: 1.08;

  letter-spacing: -0.045em;
}


/* =========================================================
   APPLICATION GUIDE CHECK PANEL
========================================================= */

.application-check {
  display: grid;

  grid-template-columns:
    38px
    1fr;

  gap: 14px;

  align-items: center;

  padding: 18px 0;

  border-top:
    1px solid
    rgba(255, 255, 255, 0.16);
}


.application-check > span {
  display: flex;

  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  border-radius: 11px;

  color: #ffffff;

  background:
    rgba(255, 255, 255, 0.12);

  font-size: 12px;
  font-weight: 600;
}


.application-check p {
  margin: 0;

  color:
    rgba(255, 255, 255, 0.82);

  font-size: 13px;
  font-weight: 500;

  line-height: 1.55;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1100px) {

  .graduate-hero {
    grid-template-columns:
      minmax(0, 1fr)
      300px;

    gap: 38px;

    padding: 58px 50px;
  }


  .degree-program {
    grid-template-columns:
      minmax(0, 1fr)
      250px;

    gap: 34px;

    padding: 46px 38px 46px 95px;
  }


  .degree-program-number {
    left: 35px;
  }

}


@media (max-width: 900px) {

  .graduate-site {
    padding: 34px 18px 95px;
  }


  .graduate-hero {
    grid-template-columns: 1fr;

    gap: 35px;

    min-height: auto;

    padding: 58px 48px;
  }


  .graduate-hero-panel {
    max-width: 520px;
  }


  .graduate-heading {
    grid-template-columns: 1fr;

    gap: 20px;
  }


  .graduate-heading > p {
    max-width: 680px;
  }


  .degree-program {
    grid-template-columns: 1fr;

    padding: 78px 40px 40px;
  }


  .degree-program-number {
    top: 34px;
    left: 40px;
  }


  .research-panel ul {
    display: grid;

    grid-template-columns:
      repeat(3, 1fr);

    column-gap: 20px;
  }


  .related-program-grid {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .application-guide-preview {
    margin-top: 85px;
  }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 680px) {

  .graduate-site {
    padding: 25px 15px 80px;
  }


  .graduate-hero {
    padding: 43px 26px;

    border-radius: 24px;
  }


  .graduate-hero h1 {
    font-size: 39px;

    line-height: 1.12;
  }


  .graduate-hero-description {
    font-size: 15px;

    line-height: 1.8;
  }


  .graduate-hero-panel {
    padding: 18px 21px;

    border-radius: 20px;
  }


  .graduate-section {
    padding-top: 74px;
  }


  .graduate-heading {
    margin-bottom: 28px;
  }


  .graduate-heading h2 {
    font-size: 35px;
  }


  .graduate-heading > p {
    font-size: 14px;
  }


  .degree-program {
    gap: 30px;

    padding: 76px 24px 28px;

    border-radius: 24px;
  }


  .degree-program-number {
    top: 28px;
    left: 25px;

    font-size: 27px;
  }


  .degree-program h3 {
    font-size: 27px;
  }


  .degree-program-description {
    font-size: 14px;
  }


  .academic-degree-box {
    padding: 21px 18px;
  }


  .academic-degree-grid {
    grid-template-columns: 1fr;
  }


  .academic-degree-section {
    min-height: auto;
  }


  .degree-notice {
    padding: 17px 18px;
  }


  .degree-program-links {
    flex-direction: column;
  }


  .degree-link {
    width: 100%;
  }


  .research-panel {
    padding: 24px 22px;
  }


  .research-panel ul {
    grid-template-columns:
      repeat(2, 1fr);
  }


  .related-program-grid {
    grid-template-columns: 1fr;
  }


  .related-program-card {
    min-height: 290px;
  }


  .application-guide-preview {
    margin-top: 75px;
  }


  .application-guide-preview h2 {
    font-size: 36px;
  }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 440px) {

  .graduate-hero {
    padding: 38px 22px;
  }


  .graduate-hero h1 {
    font-size: 33px;
  }


  .application-guide-preview h2 {
    font-size: 33px;
  }


  .graduate-btn {
    width: 100%;
  }


  .research-panel ul {
    grid-template-columns: 1fr;
  }


  .degree-program {
    padding: 72px 20px 24px;
  }


  .degree-program-number {
    left: 21px;
  }

}


/* =========================================================
   ELEMENTOR FIX
========================================================= */

.graduate-site a:focus,
.graduate-site a:hover {
  text-decoration: none;
}


.graduate-site > *:last-child {
  margin-bottom: 0;
}

/* =========================================================
   Graduate Page Color Override
   Main Color: #14214C
========================================================= */

.graduate-site {
  --navy: #14214C;
  --navy-dark: #0B1230;
  --blue: #14214C;
  --blue-dark: #0E1737;
  --blue-soft: #EEF2FA;

  --line: #DDE3EF;
}

.graduate-kicker-blue,
.degree-program-label,
.academic-degree-heading,
.related-program-type {
  color: #14214C !important;
}

.graduate-heading h2,
.degree-program h3,
.degree-notice strong,
.related-program-card h3 {
  color: #14214C !important;
}

.graduate-hero,
.application-guide-preview {
  background:
    radial-gradient(
      circle at 92% 12%,
      rgba(255, 255, 255, 0.14),
      transparent 26%
    ),
    radial-gradient(
      circle at 72% 112%,
      rgba(255, 255, 255, 0.08),
      transparent 28%
    ),
    linear-gradient(
      135deg,
      #0B1230 0%,
      #14214C 55%,
      #1B2C63 100%
    ) !important;

  box-shadow:
    0 30px 85px
    rgba(20, 33, 76, 0.22) !important;
}

.graduate-btn-white {
  color: #14214C !important;
}

.graduate-btn-white:hover {
  background: #EEF2FA !important;
  color: #14214C !important;
}

.graduate-btn-outline {
  color: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.55) !important;
}

.degree-program-label {
  background: #EEF2FA !important;
}

.degree-program-featured {
  border-color: rgba(20, 33, 76, 0.25) !important;

  background:
    linear-gradient(
      118deg,
      #ffffff 0%,
      #ffffff 61%,
      #F5F7FC 100%
    ) !important;
}

.degree-program:hover,
.related-program-card:hover {
  border-color: rgba(20, 33, 76, 0.36) !important;
  box-shadow:
    0 27px 70px
    rgba(20, 33, 76, 0.13) !important;
}

.academic-degree-tags span,
.related-program-number {
  background: #14214C !important;
  color: #ffffff !important;
}

.academic-degree-fields span {
  color: #14214C !important;
  background: #EEF2FA !important;
}

.degree-notice {
  border-left-color: #14214C !important;
  background: rgba(20, 33, 76, 0.055) !important;
}

.degree-link-primary {
  background: #14214C !important;
  border-color: #14214C !important;
  color: #ffffff !important;
}

.degree-link-primary:hover {
  background: #0B1230 !important;
  border-color: #0B1230 !important;
}

.research-panel {
  background:
    linear-gradient(
      155deg,
      #0B1230 0%,
      #14214C 100%
    ) !important;

  box-shadow:
    0 16px 34px
    rgba(20, 33, 76, 0.16) !important;
}

.research-panel > p {
  color: rgba(255, 255, 255, 0.72) !important;
}

.research-panel li {
  color: rgba(255, 255, 255, 0.88) !important;
  border-top-color: rgba(255, 255, 255, 0.14) !important;
}

.research-panel li::before {
  background: #ffffff !important;
}

.related-program-card > a {
  color: #14214C !important;
}

.related-program-card > a:hover {
  background: #14214C !important;
  color: #ffffff !important;
}/* End custom CSS */