@charset "UTF-8";
@font-face {
  font-family: "SynergyDisplay";
  src: url("../font/SynergyDisplayLight.woff") format("woff"), url("../font/SynergyDisplayTTFLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "SynergyDisplay";
  src: url("../font/SynergyDisplayRegular.woff") format("woff"), url("../font/SynergyDisplayTTFRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "SynergyDisplay";
  src: url("../font/SynergyDisplayBold.woff") format("woff"), url("../font/SynergyDisplayTTFBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
/*반응형, 브라우저 크기가 767px 이하일때*/
/*반응형, 브라우저 크기가 768이상, 1023px 이하일때*/
/*반응형, 브라우저 크기가 1024px 이상일때*/
/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}

* {
  box-sizing: border-box;
}

html, body {
  color: #04081a;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  font-size: 20px;
  letter-spacing: -0.02em;
  line-height: 1.2;
  font-weight: 400;
  font-family: "SynergyDisplay", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #04081a;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  border: 0px;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
/* 공통 */
html,
body {
  word-break: keep-all;
}
html.scroll-disable,
body.scroll-disable {
  overflow: hidden;
}
@media (min-width: 800px) {
  html.scroll-disable,
  body.scroll-disable {
    overflow: visible;
  }
}

body {
  overflow-x: hidden;
}

/* 공통 */
img {
  max-width: 100%;
}

figure img {
  display: block;
}
figure.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
figure.right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 800px) {
  .pcVer {
    display: none;
  }
}

.mVer {
  display: none;
}
@media (max-width: 800px) {
  .mVer {
    display: block;
  }
}

.section-inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .section-inner {
    width: 100%;
    padding: 0 20px;
  }
}

#wrap {
  position: relative;
  min-width: 768px;
  height: auto;
  margin: 0 auto;
  background-color: #fff;
  overflow-x: hidden;
}

section {
  position: relative;
  margin: 0 auto;
}

main {
  position: relative;
  overflow: hidden;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  z-index: 1000;
  background-color: #fff;
  box-shadow: 0px 5px 30px rgba(63, 2, 2, 0.1);
}
header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50rem;
  margin: 0 auto;
}
@media (max-width: 1000px) {
  header .header-inner {
    width: 100%;
    padding: 0 30px;
  }
}
header .logo {
  position: relative;
  display: block;
  width: 7.55rem;
  height: 4rem;
  background: url("../images/brandLogo.svg") no-repeat 0 center/7.55rem auto;
  z-index: 998;
}
header .logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header nav ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
header nav ul li {
  position: relative;
  height: 4rem;
}
header nav ul li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #fff;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
  font-size: 0.95rem;
}
header nav ul li.active:before {
  background-color: #ff404e;
}
header.fixed {
  background-color: #fff;
  transition: 0.3s;
}
@media (max-width: 1000px) {
  header .logo {
    left: 20px;
  }
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 4rem;
  background-color: #04081a;
  z-index: 100;
}
footer .section-inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .copyright {
  font-size: 0.9rem;
  color: #a0a0a0;
}
footer .footer_logo {
  width: 8.6rem;
  height: 1.5rem;
  background: url("../images/footer_logo.svg") no-repeat 0 0;
  background-size: 8.6rem auto;
}

.mainHeadingWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #dadae5;
}
.mainHeadingWrap .main__linkBox {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50rem;
  transform: translate(-50%, -50%);
}
.mainHeadingWrap .main__linkBox .info-text {
  text-align: center;
}
.mainHeadingWrap .main__linkBox .info-text dt {
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: inherit;
  letter-spacing: -0.05em;
}
.mainHeadingWrap .main__linkBox .info-text dd {
  font-style: normal;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: inherit;
}
.mainHeadingWrap .main__linkBox .link-group {
  margin: 5.5rem auto 0;
  width: 43.5rem;
  height: 21.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mainHeadingWrap .main__linkBox .link-group > * {
  position: relative;
}
.mainHeadingWrap .main__linkBox .link-group > * figure {
  position: relative;
  width: 21.25rem;
}
.mainHeadingWrap .main__linkBox .link-group .sktJT.active {
  animation: scale-ani2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.mainHeadingWrap .main__linkBox .link-group .sktJT.out {
  animation: scale-out-ani2 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.mainHeadingWrap .main__linkBox .link-group .globalJT.active {
  animation: scale-ani 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.mainHeadingWrap .main__linkBox .link-group .globalJT.out {
  animation: scale-out-ani 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.mainHeadingWrap .main__linkBox .link-group h2 {
  position: absolute;
  top: 3rem;
  left: 2.4rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.7rem;
  line-height: 1.9rem;
  letter-spacing: -0.05em;
  color: #fff;
  z-index: 10;
}
.mainHeadingWrap .main__linkBox .link-group .arrow {
  display: block;
  position: absolute;
  top: 2.25rem;
  right: 1.5rem;
  width: 2.8rem;
  height: 1.4rem;
  background: url("../images/icon_arror.svg") no-repeat right center;
  background-size: auto 1.4rem;
}

@keyframes scale-ani {
  0% {
    transform: scale(1) translateX(0);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(1.165) translateX(3rem);
    transform-origin: 100% 50%;
  }
}
@keyframes scale-out-ani {
  0% {
    transform: scale(1.165) translateX(3rem);
    transform-origin: 100% 50%;
  }
  100% {
    transform: scale(1) translateX(0);
    transform-origin: 100% 50%;
  }
}
@keyframes scale-ani2 {
  0% {
    transform: scale(1) translateX(0);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(1.165) translateX(-3rem);
    transform-origin: 0% 50%;
  }
}
@keyframes scale-out-ani2 {
  0% {
    transform: scale(1.165) translateX(-3rem);
    transform-origin: 0% 50%;
  }
  100% {
    transform: scale(1) translateX(0);
    transform-origin: 0% 50%;
  }
}
/* media query */
@media (max-width: 1000px) {
  html {
    font-size: 20px;
  }
  .section-inner {
    width: 100%;
    padding: 0 30px;
  }
  header .section-inner {
    padding: 0 30px;
  }
  .link-group {
    height: auto !important;
    flex-flow: column nowrap;
    gap: 30px 0;
  }
}
@media (max-height: 850px) {
  html {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  html {
    font-size: 15px;
  }
}
.headingWrap {
  height: 50rem;
  padding: 11.75rem 0 0;
  background-position: center 4rem;
  background-repeat: no-repeat;
}
.headingWrap .heading-title {
  margin-bottom: 2.75rem;
}
.headingWrap .heading-title h2 {
  font-style: normal;
  font-weight: 400;
  font-size: 3.4rem;
  line-height: 120%;
  letter-spacing: -0.05em;
}
.headingWrap .heading-title dd {
  margin-top: 0.75rem;
  font-style: normal;
  font-weight: 300;
  font-size: 2.5rem;
  line-height: 120%;
  letter-spacing: -0.05em;
}
.headingWrap .heading-title dd sup {
  font-size: 1.2rem;
}
.headingWrap .link {
  display: inline-flex;
  align-items: center;
  height: 3.5rem;
  padding: 0 4rem 0 1.25rem;
  border-radius: 100vw;
  background: #fff url("./../../SKTGlobalJT_internship/@resources/images/link_arrow.png") no-repeat right 10px center;
  background-size: auto 2.6rem;
  box-shadow: 9px 9px 16px rgba(35, 33, 33, 0.05);
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
}
.headingWrap .keyvisual {
  position: absolute;
  bottom: 2.75rem;
  left: calc(50% + 8.65rem);
  width: 27.55rem;
  height: 29.35rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 29.35rem;
}
@media (max-width: 1000px) {
  .headingWrap .keyvisual {
    left: auto;
    bottom: 0;
    right: -4rem;
    scale: 0.6;
  }
}

.juniorTalentInfoWrap {
  text-align: center;
}
.juniorTalentInfoWrap .info-text dt {
  font-style: normal;
  font-weight: 400;
  font-size: 2.4rem;
  line-height: 120%;
}
.juniorTalentInfoWrap .info-text dt span {
  font-weight: 700;
}
.juniorTalentInfoWrap .info-text dd {
  margin: 2.5rem 0 0;
  font-style: normal;
  font-weight: 300;
  font-size: 1.55rem;
  line-height: 2.25rem;
}
.juniorTalentInfoWrap .info-box {
  margin: 2.5rem auto 0;
  width: 43.5rem;
  padding: 2.5rem;
  border-radius: 3.2rem 0 3.2rem;
  background-color: rgba(237, 237, 237, 0.1);
  font-style: normal;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.95rem;
  letter-spacing: -0.05em;
}
.juniorTalentInfoWrap .info-box p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.15rem;
  line-height: 1.7rem;
}
@media (max-width: 1000px) {
  .juniorTalentInfoWrap .info-text .primary {
    display: block;
  }
  .juniorTalentInfoWrap .info-box {
    width: 100%;
  }
}

/* 영상 */
.movieBig {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.movieBig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.movie-iframe-wrap {
  margin: 11.5rem auto 0;
  border-radius: 3.1rem;
  overflow: hidden;
}

.scheduleWrap .section-inner {
  padding-top: 11.5rem;
  width: 45.5rem;
}
.scheduleWrap .info-box {
  margin-top: 2.5rem;
  padding: 1.5rem;
  border: 1px solid #fff;
  border-radius: 0.9rem;
}
@media (max-width: 1000px) {
  .scheduleWrap .section-inner {
    width: 100%;
  }
}

h2.title {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: 400;
  font-size: 2.7rem;
  line-height: 120%;
  text-align: center;
}

.schedule-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  text-align: center;
}
.schedule-list li {
  position: relative;
  padding-top: 6.25rem;
}
.schedule-list li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 5.2rem;
}
.schedule-list li + li:after {
  content: "";
  position: absolute;
  top: 2.5rem;
  left: -0.75rem;
  width: 0.35rem;
  height: 0.7rem;
  background: url("../images/step_arrow.svg") no-repeat center center;
}
.schedule-list dl dt {
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 120%;
}
.schedule-list dl dd {
  margin-top: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 0.8rem;
  line-height: 120%;
}
.schedule-list dl dd small {
  font-style: normal;
  font-weight: 300;
  font-size: 0.65rem;
  line-height: 120%;
}
@media (max-width: 1000px) {
  .schedule-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bul-list li {
  position: relative;
  padding-left: 10px;
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.55rem;
  letter-spacing: -0.02em;
}
.bul-list li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 0;
}
.bul-list.star li {
  padding-left: 1.25rem;
  line-height: 1.7rem;
}
.bul-list.star li:before {
  content: "※";
}

.jobPostionWrap .section-inner {
  padding: 6rem 0 0;
}
.jobPostionWrap .jp-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  gap: 1.75rem 1.2rem;
}
.jobPostionWrap .jp-list li {
  padding-top: 6.75rem;
  width: 13.6rem;
  height: 13.5rem;
  border-radius: 1rem;
  background-position: center 1.3rem;
  background-repeat: no-repeat;
  background-size: auto 5rem;
  text-align: center;
}
.jobPostionWrap .jp-list li p {
  height: 5.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  font-style: normal;
  font-weight: 400;
  font-size: 1.1rem;
  line-height: 1.4rem;
}
.jobPostionWrap .jp-list li p small {
  font-size: 0.9rem;
}

.jobDescWrap .section-inner {
  width: 67.75rem;
  padding: 9rem 0 0;
}
@media screen and (max-width: 1355px) {
  .jobDescWrap .section-inner {
    width: 100%;
    padding: 9rem 30px 0;
  }
}
.jobDescWrap .jd__list .open {
  display: none;
  position: relative;
  z-index: 9;
}
.jobDescWrap .jd__list li .head {
  position: relative;
  height: 4.8rem;
  z-index: 10;
  transition: 0.1s;
  text-align: center;
}
.jobDescWrap .jd__list li .head span {
  position: relative;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 43.25rem;
  height: 4.8rem;
  background-color: #fff;
  border-radius: 0.9rem;
  font-style: normal;
  font-weight: 400;
  font-size: 2.75rem;
  line-height: inherit;
}
.jobDescWrap .jd__list li .content {
  position: relative;
  margin-top: -2.5rem;
  padding: 5.5rem 0 4.5rem;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='24' ry='24' stroke='white' stroke-width='1' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  z-index: 9;
}
.jobDescWrap .jd__list li .content .bul-list {
  position: relative;
  left: 50%;
  margin-bottom: 4.25rem;
  transform: translateX(-50%);
  display: inline-block;
}
.jobDescWrap .jd__list li .content .bul-list li {
  padding-left: 1rem;
  font-style: normal;
  font-weight: 300;
  font-size: 1.55rem;
  line-height: 2.75rem;
  letter-spacing: -0.05em;
}
.jobDescWrap .jd__list li .content .bul-list li:before {
  content: "·";
}
.jobDescWrap .jd__list li .content .bul-list li p {
  font-style: normal;
  font-weight: 300;
  font-size: 1.25rem;
  line-height: 2.2rem;
}
.jobDescWrap .jd__list li .content h3 {
  margin-bottom: 3rem;
  text-align: center;
  font-size: 2.65rem;
}
.jobDescWrap .jd__list li .content h3 + .bul-list {
  margin-bottom: 7.5rem;
}
.jobDescWrap .jd__list li .content .title {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  min-width: 11.8rem;
  height: 3.5rem;
  padding: 0 2.25rem 0 4.5rem;
  border-radius: 100vw;
  font-style: normal;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: inherit;
  background: rgba(255, 255, 255, 0.2) url("../images/icon_search.svg") no-repeat 1.5rem center/auto 1.95rem;
}
.jobDescWrap .jd__list li .content .info-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 5rem;
}
.jobDescWrap .jd__list li .content .info-list li {
  text-align: center;
}
.jobDescWrap .jd__list li .content .info-list li p {
  margin-top: 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  text-align: center;
}
.jobDescWrap .jd__list li .content .link-wrap {
  margin: 4.5rem auto 0;
  width: 41rem;
  height: 5.8rem;
}
.jobDescWrap .jd__list li .content .link-wrap .link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-position: right 4.5rem center;
  background-repeat: no-repeat;
  background-size: auto 1.85rem;
  background-image: url("../images/step_arrow.svg");
  font-size: 2.1rem;
  color: #fff;
}
.jobDescWrap .jd__list li.active .open {
  display: block;
  user-select: none;
}
@media (max-width: 1000px) {
  .jobDescWrap .jd__list li .head span {
    width: 60%;
    font-size: 2rem;
  }
  .jobDescWrap .jd__list li .content {
    margin-top: -2rem;
    padding: 5.5rem 2rem 4.5rem;
  }
  .jobDescWrap .jd__list li .content .bul-list li {
    font-size: 1.4rem;
    line-height: 2.2rem;
  }
  .jobDescWrap .jd__list li .content .title {
    min-width: auto;
    padding: 0 1.5rem 0 3.75rem;
    font-size: 1.5rem;
    background-size: auto 1.5rem;
  }
  .jobDescWrap .jd__list li .content .info-list {
    gap: 0 2rem;
  }
  .jobDescWrap .jd__list li .content .info-list li p {
    font-size: 24px;
  }
  .jobDescWrap .jd__list li .content .link-wrap {
    width: 70%;
  }
}

.jdTestWrap .section-inner {
  padding-top: 9.5rem;
}
.jdTestWrap table {
  width: 100%;
}
.jdTestWrap table thead th {
  height: 3.5rem;
  background-color: #3617ce;
  font-style: normal;
  font-weight: 700;
  font-size: 1.05rem;
  line-height: inherit;
}
.jdTestWrap table thead th + th, .jdTestWrap table thead th.line {
  border-left: 1px solid #fff;
}
.jdTestWrap table thead th.line_b {
  border-bottom: 1px solid #fff;
}
.jdTestWrap table thead th[rowspan] {
  font-style: normal;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: inherit;
}
.jdTestWrap table tbody tr:not(:last-child) {
  border-bottom: 1px solid #2546cd;
}
.jdTestWrap table tbody td {
  height: 3.5rem;
  text-align: center;
  color: #3617ce;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: inherit;
  background-color: #fff;
}
.jdTestWrap table tbody td + td {
  border-left: 1px solid #2546cd;
}
.jdTestWrap .bul-list {
  margin-top: 1.5rem;
}
.jdTestWrap .bul-list li {
  font-style: normal;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.55rem;
}

.linkWrap .section-inner {
  padding: 3.5rem 0 6.5rem;
}
.linkWrap .section-inner .guide-text {
  margin-bottom: 3.75rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 2.35rem;
  text-align: center;
}
.linkWrap .section-inner ul {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.linkWrap .section-inner ul p {
  font-size: 1.15rem;
}
.linkWrap .section-inner ul img {
  max-width: none;
  height: 9.65rem;
}
@media (max-width: 1000px) {
  .linkWrap .section-inner ul {
    flex-flow: column nowrap;
    gap: 20px 0;
  }
}

.subPage {
  color: #fff;
}
.subPage.internship {
  background-color: #1a0410 !important;
}
.subPage.internship .primary {
  color: #ff404e;
}
.subPage.internship .headingWrap {
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/heading_bg.png");
}
.subPage.internship .headingWrap .keyvisual {
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/heading_keyvisual.png");
}
.subPage.internship footer {
  background-color: #483640;
}
.subPage.internship .schedule-list {
  margin: 0 3rem;
}
.subPage.internship .schedule-list li:nth-of-type(1):before {
  background-color: #ff404e;
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/schedule_icon_01.svg");
}
.subPage.internship .schedule-list li:nth-of-type(2):before {
  background-color: #ff404e;
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/schedule_icon_02.svg");
}
.subPage.internship .schedule-list li:nth-of-type(3):before {
  background-color: #ff404e;
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/schedule_icon_03.svg");
}
.subPage.internship .schedule-list li:nth-of-type(4):before {
  background-color: #ff404e;
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/schedule_icon_04.svg");
}
.subPage.internship .schedule-list li:nth-of-type(5):before {
  background-color: #ff404e;
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/schedule_icon_05.svg");
}
.subPage.internship .schedule-list li:nth-of-type(6):before {
  background-color: #ff404e;
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/schedule_icon_06.svg");
}
.subPage.internship .schedule-list li:nth-of-type(7):before {
  background-color: #ff404e;
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/schedule_icon_07.svg");
}
.subPage.internship .schedule-list li:nth-of-type(8):before {
  background-color: #ff404e;
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/schedule_icon_08.svg");
}
.subPage.internship .jp-list {
  width: 35rem;
  margin: 0 auto;
}
.subPage.internship .jp-list li {
  background-color: #ff404e;
}
.subPage.internship .jp-list li:nth-of-type(1) {
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/jd_icon_01.png");
}
.subPage.internship .jp-list li:nth-of-type(2) {
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/jd_icon_02.png");
}
.subPage.internship .jp-list li:nth-of-type(3) {
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/jd_icon_03.png");
}
.subPage.internship .jp-list li:nth-of-type(4) {
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/jd_icon_04.png");
}
.subPage.internship .jp-list li:nth-of-type(5) {
  background-image: url("./../../SKTGlobalJT_internship/@resources/images/jd_icon_05.png");
}
.subPage.internship .jp-list li:nth-of-type(4) {
  background-position: center 1.8rem;
}
.subPage.internship .jp-list li:nth-of-type(5) {
  background-position: center 1.8rem;
}
.subPage.internship .jd__list li .head span {
  color: #5260f6;
}
.subPage.internship .link-wrap .link {
  background-color: #ff404e;
}
.subPage.internship footer {
  background-color: #483640;
}
.subPage.talent {
  background-color: #04081a !important;
}
.subPage.talent header nav ul li.active:before {
  background-color: #3617ce;
}
.subPage.talent .primary {
  color: #5260f6;
}
.subPage.talent .primary-jt {
  color: #1503ff;
}
.subPage.talent .headingWrap {
  height: 53.5rem;
  background-image: url("./../../SKT_JT/@resources/images/heading_bg.png");
}
.subPage.talent .headingWrap .keyvisual {
  bottom: 6rem;
  width: 27.4rem;
  height: 29.45rem;
  background-image: url("./../../SKT_JT/@resources/images/heading_keyvisual.png");
  background-size: auto 29.45rem;
}
.subPage.talent .headingWrap .link {
  background-image: url("./../../SKT_JT/@resources/images/link_arrow.png");
}
.subPage.talent .movie-iframe-wrap {
  margin-top: 9.5rem;
}
.subPage.talent .scheduleWrap .info-box {
  margin-top: 3rem;
}
.subPage.talent .schedule-list {
  grid-template-columns: repeat(6, 1fr);
  gap: 0;
}
.subPage.talent .schedule-list li {
  padding-top: 7.5rem;
}
.subPage.talent .schedule-list li:before {
  width: 5.5rem;
  height: 5.5rem;
}
.subPage.talent .schedule-list li + li:after {
  top: 7.9rem;
  left: 0;
}
.subPage.talent .schedule-list li:nth-of-type(1):before {
  background-color: #3617ce;
  background-image: url("./../../SKT_JT/@resources/images/schedule_icon_01.svg");
}
.subPage.talent .schedule-list li:nth-of-type(2):before {
  background-color: #3617ce;
  background-image: url("./../../SKT_JT/@resources/images/schedule_icon_02.svg");
}
.subPage.talent .schedule-list li:nth-of-type(3):before {
  background-color: #3617ce;
  background-image: url("./../../SKT_JT/@resources/images/schedule_icon_03.svg");
}
.subPage.talent .schedule-list li:nth-of-type(4):before {
  background-color: #3617ce;
  background-image: url("./../../SKT_JT/@resources/images/schedule_icon_04.svg");
}
.subPage.talent .schedule-list li:nth-of-type(5):before {
  background-color: #3617ce;
  background-image: url("./../../SKT_JT/@resources/images/schedule_icon_05.svg");
}
.subPage.talent .schedule-list li:nth-of-type(6):before {
  background-color: #3617ce;
  background-image: url("./../../SKT_JT/@resources/images/schedule_icon_06.svg");
}
.subPage.talent .schedule-list li:nth-of-type(7):before {
  background-color: #3617ce;
  background-image: url("./../../SKT_JT/@resources/images/schedule_icon_07.svg");
}
.subPage.talent .schedule-list li:nth-of-type(8):before {
  background-color: #3617ce;
  background-image: url("./../../SKT_JT/@resources/images/schedule_icon_08.svg");
}
@media (max-width: 1000px) {
  .subPage.talent .schedule-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 0;
  }
}
.subPage.talent .jobPostionWrap .jp-list li {
  background-color: #3617ce;
}
.subPage.talent .jobPostionWrap .jp-list li p {
  font-size: 1.05rem;
}
.subPage.talent .jobPostionWrap .jp-list li p small {
  font-size: 0.7rem;
  line-height: 1.15rem;
}
.subPage.talent .jobPostionWrap .jp-list li:nth-of-type(1) {
  background-image: url("./../../SKT_JT/@resources/images/jd_icon_01.png");
}
.subPage.talent .jobPostionWrap .jp-list li:nth-of-type(2) {
  background-image: url("./../../SKT_JT/@resources/images/jd_icon_02.png");
}
.subPage.talent .jobPostionWrap .jp-list li:nth-of-type(3) {
  background-image: url("./../../SKT_JT/@resources/images/jd_icon_03.png");
}
.subPage.talent .jobDescWrap .jd__list > li .head {
  color: #3617ce;
  cursor: pointer;
  z-index: 10;
}
.subPage.talent .jobDescWrap .jd__list > li .head span:before {
  content: "";
  position: absolute;
  top: 2rem;
  right: 2rem;
  width: 1.25rem;
  height: 1rem;
  background: url("./../../SKT_JT/@resources/images/jd_head_arrow.svg") no-repeat center center/auto 1rem;
  transition: 0.3s;
}
.subPage.talent .jobDescWrap .jd__list > li .head.active span:before {
  transform: rotate(-180deg);
}
.subPage.talent .jobDescWrap .jd__list > li .head.active + .content {
  display: block;
}
.subPage.talent .jobDescWrap .jd__list > li .content {
  display: none;
}
.subPage.talent .jobDescWrap .jd__list > li .content .text {
  font-style: normal;
  font-weight: 300;
  font-size: 1.65rem;
  line-height: 2.5rem;
  text-align: center;
}
.subPage.talent .jobDescWrap .jd__list > li .content .info-list {
  gap: 0 2rem;
}
.subPage.talent .jobDescWrap .jd__list > li .content .link-wrap .link {
  background-color: #3617ce;
}
.subPage.talent .jobDescWrap .jd__list > li .content .detail-duty {
  padding: 6.5rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-position: center center;
  background-repeat: no-repeat;
  background: url("./../../SKT_JT/@resources/images/jd_content_arrow.svg") no-repeat center 2rem/auto 1.6rem;
}
.subPage.talent .jobDescWrap .jd__list > li .content .detail-duty .bul-list {
  margin: 2rem 0 1.5rem;
  left: auto;
  transform: translateX(0);
}
.subPage.talent .jobDescWrap .jd__list > li .content .detail-duty .bul-list.colnum-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 4.25rem;
}
.subPage.talent .jobDescWrap .jd__list > li .content .detail-duty .comment {
  font-style: normal;
  font-weight: 300;
  font-size: 1.05rem;
  line-height: 1.4rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
}
.subPage.talent .jobDescWrap .jd__list > li + li {
  margin-top: 3rem;
}
.subPage.talent .linkWrap .section-inner {
  padding-top: 11.5rem;
}
.subPage.talent .linkWrap .section-inner ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.5rem 0;
}
.subPage.talent .linkWrap .section-inner ul li:nth-of-type(1) {
  grid-column: 1/3;
  grid-row: 1/2;
}
.subPage.talent .linkWrap .section-inner ul li:nth-of-type(1) img {
  width: 100%;
  height: auto;
  max-width: none;
}
.subPage.talent .linkWrap .section-inner ul li:nth-of-type(1) p {
  font-size: 1.8rem;
}
@media (max-width: 1000px) {
  .subPage.talent .linkWrap .section-inner {
    padding: 11.5rem 30px 6.5rem;
  }
  .subPage.talent .linkWrap .section-inner ul {
    grid-template-columns: auto;
    gap: 40px 0;
  }
  .subPage.talent .linkWrap .section-inner ul li:nth-of-type(1) {
    grid-column: 1;
    grid-row: 1;
  }
}
.subPage.talent footer {
  background-color: #2c2f3f;
}
.subPage footer {
  position: relative;
}

.comingPage {
  background: url("./../../SKT_JT/@resources/images/coming_bg.png") no-repeat calc(50% - 2rem) -1.1rem;
}
@media screen and (max-width: 1000px) {
  .comingPage {
    background-size: auto 50rem;
  }
}

.comingSoonWrap {
  padding: 11rem 0 0;
  color: #fff;
  text-align: center;
}
.comingSoonWrap .logo {
  display: block;
  position: absolute;
  top: 4.25rem;
  right: 3.5rem;
  background: url("./../../SKT_JT/@resources/images/brandLogo_w.svg") no-repeat center center;
  width: 11rem;
  height: 2rem;
  background-size: 11rem auto;
}
.comingSoonWrap .logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.comingSoonWrap .heading-title dt h2 {
  font-style: normal;
  font-size: 5.5rem;
  line-height: 120%;
}
.comingSoonWrap .heading-title dd {
  margin-top: 60px;
  font-style: normal;
  font-weight: 400;
  font-size: 3.75rem;
  line-height: 120%;
}
.comingSoonWrap .counting-wrap {
  padding-top: 9rem;
}
.comingSoonWrap .counting-wrap h3 {
  margin-bottom: 3.5rem;
  font-style: normal;
  font-weight: 700;
  font-size: 4rem;
  line-height: 120%;
}
.comingSoonWrap .counting-wrap .countingBox {
  position: relative;
}
.comingSoonWrap .counting-wrap .countingBox .countInner > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 2rem;
}
.comingSoonWrap .counting-wrap .countingBox span, .comingSoonWrap .counting-wrap .countingBox em {
  font-size: 9.85rem;
  line-height: 9.85rem;
  text-shadow: 0 0 10px rgb(255, 255, 255);
}
.comingSoonWrap .counting-wrap .countingBox.shadow {
  margin-top: -3.4rem;
}
.comingSoonWrap .counting-wrap .countingBox.shadow span, .comingSoonWrap .counting-wrap .countingBox.shadow em {
  color: rgba(54, 21, 206, 0.2);
  text-shadow: 0 0 0 rgb(54, 21, 206);
  opacity: 0.3;
}
.comingSoonWrap .counting-wrap .countingBox.shadow .countShadow {
  rotate: x 180deg;
}
.comingSoonWrap .counting-wrap .countingBox.shadow:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  width: 100%;
  height: 2.95rem;
  background: url("./../../SKT_JT/@resources/images/counting_shadow.png") no-repeat center bottom/auto 2.95rem;
  z-index: 10;
}
.comingSoonWrap .jd-wrap {
  margin-top: 2.5rem;
}
.comingSoonWrap .jd-wrap h3 {
  margin-bottom: 3rem;
  font-size: 3rem;
}
.comingSoonWrap .jd-wrap figure {
  margin: 0 auto;
  max-width: 88.5rem;
}
.comingSoonWrap .bot-wrap {
  height: 76rem;
}
.comingSoonWrap .bot-wrap .keyvisual {
  position: absolute;
  bottom: 0;
  left: calc(50% - 17.5rem);
  width: 65.55rem;
  height: 60.35rem;
  background: url("./../../SKT_JT/@resources/images/coming_keyvisual.png") no-repeat center bottom -20px/auto 60.35rem;
}
.comingSoonWrap .bot-wrap .link {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  width: 49.8rem;
  height: 4.5rem;
  padding: 0 6.75rem 0 3.75rem;
  border-radius: 100vw;
  border: 1px solid #2546cd;
  background: #fff url("./../../SKT_JT/@resources/images/link_arrow.png") no-repeat right 1.25rem center;
  background-size: auto 3.6rem;
  font-style: normal;
  font-weight: 400;
  font-size: 2.25rem;
  line-height: 120%;
  color: #3615ce;
  z-index: 10;
}
@media screen and (max-width: 1000px) {
  .comingSoonWrap .logo {
    background-size: 9rem;
    background-position: right bottom;
  }
  .comingSoonWrap .heading-title dt h2 {
    font-size: 4rem;
  }
  .comingSoonWrap .heading-title dd {
    margin-top: 40px;
    font-size: 2rem;
  }
  .comingSoonWrap .heading-title dd span {
    font-size: 1.8rem;
  }
  .comingSoonWrap .counting-wrap {
    padding-top: 6rem;
  }
  .comingSoonWrap .counting-wrap h3 {
    font-size: 3rem;
  }
  .comingSoonWrap .counting-wrap .countingBox span, .comingSoonWrap .counting-wrap .countingBox em {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }
  .comingSoonWrap .counting-wrap .countingBox.shadow {
    margin-top: -1.25rem;
  }
  .comingSoonWrap .counting-wrap .countingBox.shadow:before {
    bottom: 0.5rem;
  }
  .comingSoonWrap .bot-wrap {
    height: 40rem;
  }
  .comingSoonWrap .bot-wrap .keyvisual {
    background-size: 30rem auto;
    background-position: right bottom;
    left: auto;
    right: 20px;
  }
  .comingSoonWrap .bot-wrap .link {
    bottom: 5rem;
    width: 30rem;
    height: 3.5rem;
    padding: 0 0 0 1.5rem;
    font-size: 1.4rem;
    background-size: auto 2.6rem;
  }
}/*# sourceMappingURL=style.css.map */