@charset "UTF-8";
/* 영상 */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css");
.movieBig {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
.movieBig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieBig .btnPlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}
@media (max-width: 960px) {
  html {
    font-size: 20px;
  }
}
@media (max-width: 830px) {
  html {
    font-size: 14.5px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 13px;
  }
}

html, body {
  color: #333;
  word-break: keep-all;
}

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,
section {
  -webkit-text-size-adjust: none;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1;
  font-weight: 400;
  font-family: "Pretendard", 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,
section {
  box-sizing: border-box;
}

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

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 */
.btn {
  border: 1px solid #ddd;
}
.btn.small {
  padding: 3px 10px;
  font-size: 13px;
}
.btn.medium {
  padding: 5px 10px;
  font-size: 14px;
}
.btn.normal {
  background-color: transparent;
}
.btn.light {
  background-color: #ddd;
  border-color: #ddd;
  color: #000;
}
.btn.primary {
  background-color: #02769D;
  border-color: #02769D;
  color: #fff;
}
.btn.dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn.danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn.warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}

.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.layer-popup .popup-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.layer-popup .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.layer-popup .popup-container {
  margin: 0 auto;
}
.layer-popup .popup-container.w-400 {
  max-width: 400px;
}
.layer-popup .popup-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
}

.popupWrap {
  width: 48rem;
  height: auto;
  display: none;
  background-color: #fff;
  box-shadow: 4px 70px 47px 12px rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(23.5px);
  overflow: hidden;
  border-radius: 5px;
  z-index: 2000;
}
.popupWrap .btn_popClose {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 10;
  background-color: #333;
  border-radius: 50%;
}
.popupWrap .btn_popClose:before, .popupWrap .btn_popClose:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.2rem;
  height: 2px;
  background-color: #000;
}
.popupWrap .btn_popClose:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popupWrap .btn_popClose:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popupWrap .btn_popClose.light:before, .popupWrap .btn_popClose.light:after {
  background-color: #fff;
}
@media (max-width: 1000px) {
  .popupWrap {
    width: calc(100% - 30px);
  }
}
@media (max-width: 600px) {
  .popupWrap {
    padding: 50px 30px;
  }
}
.popupWrap .popHeader {
  position: relative;
  height: 15rem;
  overflow: hidden;
  background-color: #F37322 !important;
  color: #fff;
}
.popupWrap .popHeader figure {
  position: absolute;
  top: 2.25rem;
  right: 1.5rem;
}
.popupWrap .popHeader figure img {
  width: 14rem;
}
.popupWrap .popHeader .info {
  position: absolute;
  top: 7.35rem;
  left: 20.25rem;
}
.popupWrap .popHeader .info dt {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7rem;
}
.popupWrap .popHeader .info dd {
  font-style: normal;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.05rem;
}
.popupWrap .popHeader .illust {
  bottom: -0.55rem;
  left: -2.85rem;
  width: 15rem;
  height: 10.8rem;
  background-size: 15rem auto;
}
.popupWrap .popContent {
  padding: 4rem 1.5rem;
}
.popupWrap .popContent dl dt {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #F37322 !important;
}
.popupWrap .popContent dl dd {
  margin-top: 1.7rem;
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 160%;
}
.popupWrap .popContent dl + dl {
  margin-top: 3rem;
}

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

body {
  background-color: #fff;
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
}

section {
  position: relative;
  margin: 0 auto;
}
section .section-inner {
  padding: 6rem 0;
}
@media (max-width: 960px) {
  section .section-inner {
    padding: 6rem 1rem !important;
  }
}

main {
  position: relative;
  overflow: hidden;
}

.section-inner {
  position: relative;
  width: 960px;
  margin: 0 auto;
}
@media (max-width: 960px) {
  .section-inner {
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (max-width: 600px) {
  .section-inner {
    padding: 0 20px;
  }
}

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

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

figure.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ani, .pt {
  position: absolute;
  background-repeat: no-repeat;
  background-position: 0 0;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5rem;
  background-color: #fff;
  z-index: 1000;
}
header .section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  display: block;
  width: 10rem;
  height: 4.5rem;
  background: url("../images/brandLogo.svg") no-repeat 0 center/10rem auto;
  z-index: 998;
}
header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header nav .box {
  display: flex;
  align-items: center;
}
header nav ul {
  display: flex;
}
header nav ul li {
  position: relative;
  height: 2.5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 0.8rem;
  line-height: inherit;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
header nav ul li a.apply {
  padding: 0 24px;
  color: #fff;
  background-color: #F37322 !important;
  border-radius: 4px;
}
header nav ul li + li {
  margin-left: 1.6rem;
}
@media (max-width: 870px) {
  header nav ul li + li {
    margin-left: 1.5rem;
  }
}
header.fixed {
  top: 0;
  transition: 0.5s ease-in-out;
}

.sec-title {
  display: grid;
  grid-template-columns: auto 1fr;
  margin-bottom: 2.4rem;
  align-items: center;
}
.sec-title span {
  font-style: normal;
  font-weight: 800;
  font-size: 2rem;
  line-height: 100%;
  color: #F37322 !important;
  margin-right: 1.6rem;
}
.sec-title:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #F37322 !important;
}

.headingWrap {
  background: url("../images/heading_bg.jpg") no-repeat center 0/cover;
  height: 45rem;
  padding: 11.5rem 0 0;
}
.headingWrap .heading-title {
  position: absolute;
  top: 10rem;
  left: calc(50% - 26.35rem);
}
.headingWrap .keyvisual {
  position: absolute;
  top: 10rem;
  left: calc(50% - 5.15rem);
}
.headingWrap .keyvisual img {
  width: 37rem;
}
@media (max-width: 960px) {
  .headingWrap {
    height: 65rem;
  }
  .headingWrap .heading-title {
    position: absolute;
    top: 10rem;
    left: 2rem;
    z-index: 10;
  }
  .headingWrap .keyvisual {
    position: absolute;
    top: auto;
    bottom: 2.5rem;
    left: auto;
    right: 2rem;
  }
  .headingWrap .keyvisual img {
    width: 37rem;
  }
}

.internshipWrap {
  background-color: #F37322 !important;
}
.internshipWrap .section-inner {
  text-align: center;
  color: #fff;
}
.internshipWrap .section-inner dl dt {
  font-style: normal;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 100%;
}
.internshipWrap .section-inner dl dd {
  width: 41.5rem;
  margin: 3rem auto 0;
  font-style: normal;
  font-weight: normal;
  font-size: 1.1rem;
  line-height: 140%;
}
.internshipWrap .section-inner dl dd span {
  margin-top: 0.4rem;
  padding: 0 0.4rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #FDEADB;
  color: #F37322 !important;
}

.table {
  width: 100%;
}
.table thead th {
  height: 2.6rem;
  background-color: #333;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  font-weight: 500;
}
.table thead th + th {
  border-left: 2px solid #fff;
}
.table tbody th {
  height: 2.6rem;
  text-align: center;
  border-bottom: 2px solid rgba(157, 157, 157, 0.5);
  border-right: 2px solid rgba(157, 157, 157, 0.5);
  background-color: #F8F3ED;
  font-size: 0.9rem;
  line-height: 1.35rem;
}
.table tbody td {
  padding: 0.6rem 0.5rem;
  font-size: 0.9rem;
  line-height: 1.35rem;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid rgba(157, 157, 157, 0.5);
}
.table tbody td + td, .table tbody td.line {
  border-left: 2px solid rgba(157, 157, 157, 0.5);
}

.bul__list li {
  position: relative;
  padding-left: 0.75rem;
  font-size: 0.9rem;
  line-height: 1.35rem;
  text-align: left;
}
.bul__list li:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
}
.bul__list.dash li:before {
  content: "-";
}

.crWrap {
  background: url("../images/cr_bg.jpg") no-repeat center 0/cover;
}
.crWrap .section-inner {
  height: 40.2rem;
}
.crWrap .section-inner .link-area {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.crWrap .section-inner .link-area .link-box {
  padding: 3px;
  width: 11.1rem;
  height: 3.45rem;
  background: linear-gradient(110.51deg, #FE8019 9.67%, #FE8019 9.67%, #F9AB7B 61.98%);
}
.crWrap .section-inner .link-area .link-box .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.crWrap .section-inner .link-area .link-box .link span {
  padding-right: 1.4rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  color: #F37322 !important;
  background: url("../images/link_arrow.svg") no-repeat right center/auto 1rem;
}
.crWrap .section-inner .link-area .link-box:hover .link {
  background-color: #F37322 !important;
  transition: 0.3s;
}
.crWrap .section-inner .link-area .link-box:hover .link span {
  color: #fff !important;
  background-image: url("../images/link_arrow_h.svg");
}
.crWrap .object {
  top: 4.65rem;
  left: calc(50% - 27.1rem);
  width: 2.75rem;
  height: 2.25rem;
  background-image: url("../images/cr_object_01.svg");
  background-size: auto 2.25rem;
}
.crWrap .object01 {
  top: 2.6rem;
  left: calc(50% + 5.15rem);
  width: 18.1rem;
  height: 8.8rem;
  background-image: url("../images/cr_object_02.png");
  background-size: auto 8.8rem;
}
.crWrap .object02 {
  top: 11.6rem;
  left: calc(50% + 25.9rem);
  width: 9rem;
  height: 9.9rem;
  background-image: url("../images/cr_object_03.png");
  background-size: auto 9.9rem;
}
@media (max-width: 960px) {
  .crWrap .object {
    display: none;
  }
  .crWrap .object01 {
    left: auto;
    right: 25px;
  }
}

.jobDescWrap h3 {
  margin-bottom: 1.4rem;
  font-size: 1.2rem;
  font-weight: 700;
}
.jobDescWrap .table thead th {
  font-size: 0.9rem;
  line-height: 1.35rem;
}
.jobDescWrap .comment {
  margin: 0.6rem 0 3rem;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #777;
}
.jobDescWrap .sec-part a {
  color: #F37322 !important;
}
.jobDescWrap .sec-part p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.4rem;
  color: #555;
}
.jobDescWrap .sec-part .bul__list li {
  color: #666;
}
.jobDescWrap .sec-part + .sec-part {
  margin-top: 2.4rem;
}

.interviewWrap {
  background: #F47320 url("../images/interview_bg.jpg") no-repeat right 0/cover;
}
.interviewWrap .sec-title:after {
  background-color: #fff !important;
}
.interviewWrap .sec-title span {
  color: #fff !important;
}

.interview-slide .cont.slide01 {
  background-image: url("../images/interview_illust_01.svg");
}
.interview-slide .cont.slide02 {
  background-image: url("../images/interview_illust_02.svg");
}
.interview-slide .cont.slide03 {
  background-image: url("../images/interview_illust_03.svg");
}
.interview-slide .cont.slide04 {
  background-image: url("../images/interview_illust_04.svg");
}
.interview-slide .cont.slide05 {
  background-image: url("../images/interview_illust_05.svg");
}
.interview-slide .cont.slide06 {
  background-image: url("../images/interview_illust_06.svg");
}

.slick-list {
  height: 15rem;
  overflow: visible;
}

.cont {
  position: relative;
  width: 24rem;
  height: 15rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.8rem;
  background-position: left -3.45rem top 5.7rem;
  background-repeat: no-repeat;
  background-size: 15rem auto;
  overflow: hidden;
}
.cont .info dt {
  margin-bottom: 4px;
  font-style: normal;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.6rem;
}
.cont .info dd {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.7rem;
}
.cont figure {
  position: absolute;
  top: 2.1rem;
  right: -1.9rem;
}
.cont figure img {
  height: 16.75rem;
}
.cont .line {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 5px solid #fff;
  border-radius: 0.8rem;
}
.cont + .cont {
  margin-left: 1rem;
}
.cont:hover {
  background-color: #F37322 !important;
  cursor: pointer;
  transition: 0.3s;
}
.cont:hover .info {
  color: #fff;
}
.cont:hover .line {
  visibility: visible;
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 4rem 0 0;
}
.slick-dots li button {
  width: 0.75rem;
  height: 0.75rem;
  font-size: 0;
  background-color: #E8E8E8;
  border-radius: 100vw;
}
.slick-dots li.slick-active button {
  width: 4rem;
  background-color: #000;
  transition: 0.3s;
}
.slick-dots li + li {
  margin-left: 1rem;
}

.slick-slider .slick-arrow {
  display: none !important;
}

.benefitWrap {
  background-color: #F9F9F9;
}
.benefitWrap .benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.2rem;
}
.benefitWrap .benefit-list > li {
  position: relative;
  padding: 7.4rem 0 2rem 0;
  border: 1px solid #D9D9D9;
  border-radius: 16px;
  background-color: #fff;
}
.benefitWrap .benefit-list > li dl dt {
  font-style: normal;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 2.7rem;
  text-align: center;
}
.benefitWrap .benefit-list > li dl dd {
  width: 16rem;
  margin: 0.5rem auto 0;
}
.benefitWrap .benefit-list > li dl dd .bul__list li {
  font-style: normal;
  font-weight: 400;
  font-size: 0.8rem;
  line-height: 1.2rem;
  color: #7c7c7c;
  letter-spacing: -0.01em;
}
.benefitWrap .benefit-list > li:before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 4.5rem;
  height: 4.5rem;
  background: #262626 url("../images/benefit_icon_01.svg") no-repeat center center/2rem auto;
  border-radius: 50%;
  transform: translateX(-50%);
}
.benefitWrap .benefit-list > li:nth-of-type(1):before {
  background-image: url("../images/benefit_icon_01.svg");
}
.benefitWrap .benefit-list > li:nth-of-type(2):before {
  background-image: url("../images/benefit_icon_02.svg");
}
.benefitWrap .benefit-list > li:nth-of-type(3):before {
  background-image: url("../images/benefit_icon_03.svg");
}
.benefitWrap .benefit-list > li:nth-of-type(4):before {
  background-image: url("../images/benefit_icon_04.svg");
}
.benefitWrap .benefit-list > li:nth-of-type(5):before {
  background-image: url("../images/benefit_icon_05.svg");
}
.benefitWrap .benefit-list > li:nth-of-type(6):before {
  background-image: url("../images/benefit_icon_06.svg");
}
.benefitWrap .link-group {
  margin-top: 6rem;
}
.benefitWrap .link-group ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 1.2rem;
}
.benefitWrap .link-group ul li {
  padding: 3px;
  height: 4.9rem;
  background: linear-gradient(110.51deg, #FE8019 9.67%, #FE8019 9.67%, #F9AB7B 61.98%);
}
.benefitWrap .link-group ul li .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.benefitWrap .link-group ul li .link span {
  padding-right: 1.4rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  color: #F37322 !important;
  background: url("../images/link_arrow.svg") no-repeat right center/auto 1rem;
}
.benefitWrap .link-group ul li:hover .link {
  background-color: #F37322 !important;
  transition: 0.3s;
}
.benefitWrap .link-group ul li:hover .link span {
  color: #fff !important;
  background-image: url("../images/link_arrow_h.svg");
}

[class*=interviewPop01] .popHeader .illust {
  background-image: url("../images/interview_illust_01.svg");
}

[class*=interviewPop02] .popHeader .illust {
  background-image: url("../images/interview_illust_02.svg");
}

[class*=interviewPop03] .popHeader .illust {
  background-image: url("../images/interview_illust_03.svg");
}

[class*=interviewPop04] .popHeader .illust {
  background-image: url("../images/interview_illust_04.svg");
}

[class*=interviewPop05] .popHeader .illust {
  background-image: url("../images/interview_illust_05.svg");
}

[class*=interviewPop06] .popHeader .illust {
  background-image: url("../images/interview_illust_06.svg");
}

footer {
  height: 4rem;
  background: #333 url("../images/footer_copyright.svg") no-repeat center center/auto 0.6rem;
}/*# sourceMappingURL=style.css.map */