@charset "utf-8";
@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'GMarketSans';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}
@font-face {
  font-family: 'Wanted Sans';
  src: url('/fonts/wanted-sans-regular.woff2') format('woff2'),
       url('/fonts/wanted-sans-regular.woff') format('woff'),
       url('/fonts/wanted-sans-regular.ttf') format('truetype');
  font-style: normal;
}

/* 공통 */
img{
  vertical-align: top;font-size: 0; border: 0;
  -webkit-user-select: none; /* 크롬, 사파리, 오페라 */
  -moz-user-select: none;    /* 파이어폭스 */
  -ms-user-select: none;     /* IE, 엣지 */
  user-select: none;         /* 표준 */
}
:root{
  --blue: #0080ff;
  --text-gray: #64748b;
}
html {scroll-behavior: auto !important;}

.wrap.job_trend_report{
  font-family: "Wanted Sans Variable";
  letter-spacing: -0.05rem;
}
section.section{
  padding: 84px 0 94px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
section.section .section-inner{
  width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.section .section-label{
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
section.section .section-label-line{
  display: inline-block;
  width: 20px;
  height: 2px;
  background: var(--blue);
}
section.section .section-label-text{
  color: var(--blue);
  font-size: 16px;
  font-weight: 700;
}
section.section .section-title{
  font-family: 'GMarketSans';
  font-weight: 700;
  font-size: 54px;
  color: #222;
  line-height: 1.2;
  text-align: center;
  margin: 32px auto;
}
section.section .section-sub{
  font-weight: 500;
  font-size: 20px;
  color: var(--text-gray);
  text-align: center;
  margin-bottom: 54px;
}


/* main */
section.main{
  height: 780px;
  width: 100%;
  background: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3816/main_bg.jpg') no-repeat center center / cover;
  padding: 0 410px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

section.main .main-tag{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 50px;
  font-size: 20px;
  font-weight: 500;
  background: #d7ebff;
  border: 1px solid #a4d2ff;
  border-radius: 50px;
  color: var(--blue);
}
section.main .main-title{
  font-family: 'GMarketSans';
  font-weight: 700;
  font-size: 84px;
  color: #222;
  line-height: 1.1;
  letter-spacing: -0.25rem;
  margin: 30px 0 40px;
}
section.main .main-title span{
  background: linear-gradient(120deg, #007dfc, #0056d2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.main .sub-title{
  color: #475569;
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 500;
}
section.main .btn-pdf{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 330px;
  height: 60px;
  background: var(--blue);
  font-size: 21px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border-radius: 60px;
  box-shadow: 0 0 20px #0080ffab;
  transition: transform 0.2s, box-shadow 0.2s;
}
section.main .btn-pdf span{display: inline-block;}
section.main .btn-pdf img{
  width: 26px;
  vertical-align: middle;
}
section.main .btn-pdf:hover{
  transform: translateY(-3px);
  box-shadow: 0 4px 20px #0080ffab;
}


/* section - stats */
section.stats{
  width: 100%;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #e2e8f0;
}
section.stats .stats-inner{
  width: 1100px;
  display: flex;
  justify-content: space-evenly;
  position: relative;
}
section.stats .stats-inner::after{
  content: '출처 : 경총 2026년 신규채용 실태조사';
  font-size: 13px;
  color: #94a3b8;
  font-weight: 600;
  position: absolute;
  bottom: -35px;
  right: 0;
  width: 100%;
  text-align: right;
}
section.stats .stat-item{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 28px;
}
section.stats .stat-num{
  font-family: 'GMarketSans';
  font-weight: 700;
  font-size: 50px;
  background: linear-gradient(120deg, #0076f4, #0059d6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
section.stats .stat-label{
  font-size: 17px;
  line-height: 1.4;
  font-weight: 500;
  color: #475569;
  text-align: center;
}
section.stats .stat-label em{
  text-decoration: none;
  font-style: normal;
  font-weight: 700;
}
section.stats .stat-line{
  display: inline-block;
  width: 1px;
  height: 150px;
  background: #e2e8f0;
}


/* section - LEVEL UP */
section.levelup{
  background: #f7faff;
}
section.levelup .levelup-grid{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.levelup .levelup-card{
  background: #fff;
  width: 354px;
  height: 230px;
  border-radius: 20px;
  border: 1px solid #e2e8f0;
  padding: 35px 32px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: 0.2s;
}
section.levelup .levelup-card:hover{
  border: 1px solid #a8d4ff;
  box-shadow: 0px 0px 25px #0080ff54;
}
section.levelup .levelup-icon{
  width: 50px;
  height: 50px;
  background: #e0f0ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
}
section.levelup .levelup-num{
  color: var(--blue);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}
section.levelup .levelup-title{
  color: #222;
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}
section.levelup .levelup-text{
  color: var(--text-gray);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
}

/* section - FOR YOU */
section.foryou{
  background: #fff;
}
section.foryou .foryou-grid{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.foryou .foryou-card{
  width: 345px;
  height: 300px;
  background: #f6faff;
  border: 1px solid #a8d4ff;
  border-radius: 20px;
  padding: 40px 0 0 35px;
  position: relative;
  overflow: hidden;
}
section.foryou .foryou-title{
  color: #222;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.15;
}
section.foryou .foryou-sub{
  height: 25px;
  color: var(--blue);
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  border-left: 2px solid var(--blue);
  padding-left: 12px;
  margin: 18px 0 12px;
}
section.foryou .foryou-text{
  color: var(--text-gray);
  font-size: 16px;
  font-weight: 500;
}
section.foryou .foryou-card::before{
  content: '';
  position: absolute;
  inset: 0;
  background-position: right 30px bottom 28px;
  background-repeat: no-repeat;
}
section.foryou .foryou-card:nth-child(1)::before{
  background-image: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3816/foryou-card-img01.png');
}
section.foryou .foryou-card:nth-child(2)::before{
  background-image: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3816/foryou-card-img02.png');
}
section.foryou .foryou-card:nth-child(3)::before{
  background-image: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3816/foryou-card-img03.png');
}
section.foryou .foryou-line{
  width: 100%;
  height: 4px;
  background: linear-gradient(to right, #0059d6, #0076f463);
  position: absolute;
  left: 0;
  bottom: -4px;
  opacity: 0;
  transition: 0.2s;
}
section.foryou .foryou-card:hover .foryou-line{
  bottom: 0;
  opacity: 1;
}


/* section - preview */
section.preview{
  background: #f7faff;
}
section.preview .slider-wrapper{
  position: relative;
  overflow: hidden;
}
section.preview .slider-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
section.preview .slide{
  min-width: 100%;
  display: flex;
  align-items: center;
}
section.preview .slide-content{
  width: 100%;
  height: 715px;
  position: relative;
}
section.preview .slide-content img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 460px;
  height: 650px;
  border: 1px solid #a8d4ff;
  box-shadow: 0 0 30px #0080ff71;
  border-radius: 15px;
}
section.preview .slide-content .preview-text{
  display: block;
  position: absolute;
  border: 1px solid #e2e8f0;
  border-radius: 15px;
  box-shadow: 0 0 20px #0080ff42;
  padding: 35px 30px;
  background: #fff;
  color: #222;
  font-size: 18px;
  line-height: 1.25;
  text-align: center;
  font-weight: 500;
}
section.preview .slide-content.page01 .preview-text.left{top: 183px; left: 104px;}
section.preview .slide-content.page01 .preview-text.right{top: 415px; left: 705px;}
section.preview .slide-content.page02 .preview-text.left{top: 158px; left: 115px;}
section.preview .slide-content.page02 .preview-text.right{top: 405px; left: 740px;}
section.preview .slide-content.page03 .preview-text.left{top: 109px; left: 117px;}
section.preview .slide-content.page03 .preview-text.right{top: 487px; left: 734px;}
section.preview .slide-content.page04 .preview-text.left{top: 264px; left: 149px;}
section.preview .slide-content.page04 .preview-text.right{top: 335px; left: 736px;}

/* slider controls */
.slider-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-top: 32px;
}
.slider-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e2e8f0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
  font-size: 18px;
  color: var(--blue);
}
.slider-dots {
  display: flex;
  gap: 12px;
  align-items: center;
}
.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #e2e8f0;
  cursor: pointer;
  transition: all 0.3s;
}
.dot.active {
  width: 28px;
  border-radius: 4px;
  background: var(--blue);
}


/* section - HOW TO */
section.howto{
  background: #05101f;
}
section.howto .section-inner .section-title{color: #fff;}
section.howto .howto-grid{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
section.howto .howto-card{
  width: 354px;
  height: 350px;
  border-radius: 20px;
  background: #fafcff;
  border: 1px solid #a8d4ff;
  padding: 15px;
  text-align: center;
}
section.howto .howto-img{
  width: 100%;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
}
section.howto .howto-card .howto-img{
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
section.howto .howto-card:nth-child(1) .howto-img{
  background-image: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3816/howto-img01.jpg');
}
section.howto .howto-card:nth-child(2) .howto-img{
  background-image: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3816/howto-img02.jpg');
}
section.howto .howto-card:nth-child(3) .howto-img{
  background-image: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3816/howto-img03.jpg');
}
section.howto .howto-step{
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  width: 80px;
  height: 26px;
  background: #e0f0ff;
  color: var(--blue);
  font-size: 14px;
  font-weight: 800;
  margin: 24px auto 16px;
}
section.howto .howto-text{
  color: #222;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.28;
}
section.howto .howto-info{
  color: #94a3b8;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  margin-top: 40px;
}
section.howto .howto-card:last-child{position: relative;}
section.howto .howto-card:last-child::after{
  content: '※ 저장하면 언제든지 다시 볼 수 있어요.';
  font-size: 14px;
  color: #64748b;
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
}


/* sectio - banner */
section.banner{
  background: var(--blue);
  color: #fff;
  padding: 74px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.banner .banner-inner{
  width: 1100px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
section.banner .banner-text{
  display: flex;
  flex-direction: column;
  gap: 22px;
}
section.banner p{
  font-family: 'GMarketSans';
  font-weight: 700 !important;
  font-size: 32px;
  line-height: 1;
}
section.banner span{
  font-weight: 500;
  font-size: 22px;
  line-height: 1;
}
section.banner img{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 74px;
  width: 182px;
}




/* counsel floating banner */
a.pdf-floating-banner{
  display: block;
  position: fixed;
  top: 26%;
  right: 20%;
  width: 190px;
  height: 170px;
  background: url('https://img.megastudyacademy.co.kr/campusdev/iws_html_img/event/20260408/MEGASTUDY-3816/counsel-floating-img.png') no-repeat top center;
}
a.pdf-floating-banner span{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 46px;
  background: #7159ee;
  border-radius: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  box-shadow: 0 0 20px #7259ee6e;
}
a.pdf-floating-banner span img{
  width: 20px;
  margin-left: 5px;
}