body * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  padding-top: 80px;
}
img {
  width: 100%;
}
article{
  padding: 150px 0;
}
.inner{
  width: 1040px;
  margin:0 auto;
  position: relative;
}
.section-title{
  color:#2E3238;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  letter-spacing: -0.72px;
  padding-bottom: 60px;
}
#header{
  display: none;
}
.apply-header{
  position: fixed;
  left:0;
  right:0;
  top:0;
  height: 80px;
  background: rgba(255, 255, 255, 0.95);
  z-index: 10;
}
.apply-header .inner{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.apply-header .logo{
  width: 136px;
  height: 37px;
  padding: 0;
}
.apply-btn{
  background-color: #00CC88;
  color:#fff;
  cursor: pointer;
  transition: background-color 200ms ease-out;

}
.apply-btn:hover{
  background:#009966;

}
.apply-btn a{
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.apply-header .apply-btn{
  width: 160px;
  height: 48px;
  line-height: 48px;
  border-radius: 8px;
  text-align: center;
}
/* main-wrap */
.main-wrap {
  position: relative;
  height: 714px;
  overflow-x: hidden;
  background:url('https://images.carvazo.com/carvazo/apply/img_1_main_blueTone_PC.svg') center center / cover no-repeat;
  /* background-attachment: fixed; */
  padding: 0;
}

.main-title {
  text-align: center;
  padding-top: 230px;
  color:#fff;
}
.main-title h6{
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.32px;
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
}
.main-title h2 {
  text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  font-size: 56px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: -0.48px;
  color:#fff;
}

/* !main-wrap */


/* about-wrap */
.about-wrap {
  background: #E6F4F1;
}
.about-wrap .section-title{
  padding-bottom: 70px;
}
.about-wrap .about-count{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 120px 70px;
}
.about-wrap .about-count dl{
  text-align: center;
  width: 240px;
}
.about-wrap .about-count dt{
  color:#5C6470;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
  padding-bottom: 8px;
  text-align: center;
}
.about-wrap .about-count dd{
  color: #00C281;
  font-size: 40px;
  font-weight: 700;
  line-height: 140%; /* 56px */
  letter-spacing: -1.2px;
  text-align: center;
}
.about-wrap .about-box-wrap{
  display: flex;
  flex-wrap: wrap;
  gap:16px;
}
.about-wrap li{
  background-color: #fff;
  border-radius: 16px;
}
.about-wrap li:nth-of-type(1),
.about-wrap li:nth-of-type(2),
.about-wrap li:nth-of-type(3){
  width:336px;
  height: 426px;
  padding:50px 30px 32px;
  background-size:120px 120px;
  background-repeat: no-repeat;
  background-position: bottom 32px right 24px;
}
.about-wrap li:nth-of-type(4),
.about-wrap li:nth-of-type(5){
  width: 512px;
  padding: 40px 30px;
}
.about-wrap li:nth-of-type(1){
  background-image:url('https://images.carvazo.com/carvazo/apply/icon_01_pc.png');
}
.about-wrap li:nth-of-type(2){
  background-image:url('https://images.carvazo.com/carvazo/apply/icon_02_pc.png');
}
.about-wrap li:nth-of-type(3){
  background-image:url('https://images.carvazo.com/carvazo/apply/icon_03_pc.png');
}
.about-wrap li h4{
  color: #454B54;
  font-size: 32px;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: -0.64px;
  padding-bottom: 20px;
}
.about-wrap li h4 em{
  font-style: normal;
  color: #00CC88;
}
.about-wrap li h5{
  color:#737D8C;
  font-size: 18px;
  font-weight: 600;
  line-height: 150%; /* 27px */
  letter-spacing: -0.36px;
}
.about-wrap li p{
  color: #ABB1BA;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.14px;
  padding-top: 10px;
  text-align: left;
}
.about-wrap li:nth-of-type(4) h4,
.about-wrap li:nth-of-type(5) h4{
  font-size: 28px;
  padding-bottom: 13px;
}
.about-wrap p{
  color:#ABB1BA;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%; /* 21px */
  letter-spacing: -0.28px;
  padding-bottom: 14px;
  text-align: right;
  padding-top: 20px;
}
/* !about-wrap */


/* interview-wrap */
.interview-wrap{

}
.interview-wrap li{
  
}
.interview-wrap li .img-wrap{
  width: 512px;
  height: 300px;
  border-radius:12px;
  overflow: hidden;
  float: left;
  margin-right: 16px;
}
.interview-wrap li .text-wrap{
  width: 512px;
  height: 300px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  text-align: left;
  padding: 30px;
}
.interview-wrap .title{
  color: #454B54;
  font-size: 22px;
  font-weight: 700;
  line-height: 140%; /* 30.8px */
  letter-spacing: -0.44px;
}
.interview-wrap .desc{
  color: #737D8C;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%; /* 25.2px */
  letter-spacing: -0.36px;
  text-align: justify;
}
.interview-wrap .mechanic-name{
  color: #ABB1BA;
  font-size: 15px;
  font-weight: 500;
  line-height: 140%; /* 21px */
  letter-spacing: -0.3px;
}
.interview-wrap .slick-arrow{
  width: 32px;
  height: 32px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  top:98px;
}
.interview-wrap .slick-prev:before, 
.interview-wrap .slick-next:before{
  display: none;
}
.interview-wrap .slick-prev{
  left:-88px;
  background-image:url('https://images.carvazo.com/carvazo/apply/icon_arrow_prev_active.svg');
}
.interview-wrap .slick-next{
  right:-88px;
  background-image:url('https://images.carvazo.com/carvazo/apply/icon_arrow_next_active.svg');
}
.interview-wrap .slick-prev.slick-disabled{
  background-image:url('https://images.carvazo.com/carvazo/apply/icon_arrow_prev_disabled.svg');
  cursor: default;
} 
.interview-wrap .slick-next.slick-disabled{
  background-image:url('https://images.carvazo.com/carvazo/apply/icon_arrow_next_disabled.svg');
  cursor: default;
}
/* !interview-wrap */

/* check-wrap */
.check-wrap{
  background: 
  /* 그라데이션 설정: 색상의 비율을 더 높임 */
  linear-gradient(to bottom, 
    rgba(228, 246, 242, 1) 65%,
    rgba(228, 246, 242, 0.75) 70%, 
    rgba(228, 246, 242, 0.5) 80%, 
    rgba(228, 246, 242, 0.25) 90%),
  url(https://images.carvazo.com/carvazo/apply/img_4_PC_bg.png) lightgray 50%;
  background-size: contain;
  background-position: bottom;
}
.check-wrap .title-wrap{
  padding-bottom: 60px;
}
.check-wrap .section-title{
  padding-bottom: 30px;
}
.check-wrap h5{
  color: #5C6470;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%; /* 30px */
  letter-spacing: -0.4px;
}
.check-wrap .list-title{
  padding-bottom: 60px;
}
.check-wrap .list-title .question{
  color: #454B54;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%; /* 36.4px */
  letter-spacing: -0.52px;
  text-align: left;
  padding-bottom: 30px;
}
.check-wrap .list-title .answer{
  padding: 0 30px 0 70px;
  height: 76px;
  line-height: 76px;
  border-radius: 20px;
  background: #CFEDE6;
  color: #5C6470;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-align: left;
  position: relative;
}
.check-wrap .list-title .answer::before{
  content:'';
  width: 32px;
  height: 32px;
  background:url('https://images.carvazo.com/carvazo/apply/icon_04_pc.png') center center / cover no-repeat;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.check-wrap .list-title .answer span{
  color: #454B54;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  padding-right: 12px;
  position: relative;
  display: inline-block;
}
.check-wrap li{
  border-radius: 20px;
  background: #FBFEFD;
  height: 400px;
  margin-bottom: 30px;
  padding:0 91px 0 56px;
  display: flex;
  justify-content: space-between;
}
.check-wrap li:last-of-type{
  margin-bottom: 0;
}
.check-wrap li .text-wrap{
  padding-top: 56px;
}
.check-wrap li .text-wrap .number{
  display: block;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  background:#454b54;
  color:#fff;
  border-radius: 50%;
  margin-bottom: 10px;
}
.check-wrap li .text-wrap p{
  color: #454B54;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%; /* 48px */
  letter-spacing: -0.64px;
  text-align: left;
}
.check-wrap li .text-wrap p span{
  color: #00C282;
  font-weight: 800;
}
.check-wrap li .img-wrap{
  width: 480px;
  margin-top: 40px;
}
/* !check-wrap */

/* qualifications-wrap */
.qualifications-wrap{
  background: #fff;
}
.qualifications-lists{
  padding: 60px 40px;
  border-radius: 16px;
  border: 1px solid #E2E5E9;
}
.qualifications-lists li{
  padding-bottom: 50px;
}
.qualifications-lists li:last-of-type{
  padding-bottom: 0;
}
.qualifications-lists .list-title{
  color:#454B54;
  font-size: 26px;
  font-weight: 700;
  line-height: 140%; /* 36.4px */
  letter-spacing: -0.52px;
  padding-bottom: 30px;
  text-align: left;
}
.qualifications-lists .list-text{
  color:#454B54;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.4px;
  padding-bottom: 10px;
  text-align: left;
  position: relative;
  padding-left:30px;
}
.qualifications-lists li > .list-text:last-of-type{
  padding-bottom: 0;
}
.qualifications-lists .list-text::before{
  content:'';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background:#454b54;
  position: absolute;
  top: 14px;
  left: 11px;
}
.qualifications-lists .process-text{
  color:#454B54;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%; /* 32px */
  letter-spacing: -0.4px;
  text-align: left;
}
.qualifications-lists .list-desc{
  color:#8F97A3;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%; /* 32px */
  letter-spacing: -0.4px;
  padding-top: 10px;
  text-align: left;
}
/* !qualifications-wrap */

/* apply-wrap */
.apply-wrap {
  background: linear-gradient(180deg, #263040 40%, rgba(38, 48, 64, 0.00) 100%), linear-gradient(0deg, rgba(0, 13, 33, 0.35) 0%, rgba(0, 13, 33, 0.35) 100%), linear-gradient(0deg, rgba(47, 54, 65, 0.80) 0%, rgba(47, 54, 65, 0.80) 100%),  url(https://images.carvazo.com/carvazo/apply/img_6_PC.png) lightgray 0px -116.226px / 100% 143.53% no-repeat;
  background-size: cover;
  background-position: center;
  background-blend-mode: normal, normal, exclusion, normal;
  background-attachment: fixed;
}
.apply-text {
  padding-bottom: 60px;
  text-align: center;
}
.apply-wrap h4{
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 140%; /* 50.4px */
  letter-spacing: -0.36px;
  padding-bottom: 10px;
}
.apply-wrap h6{
  color: #ABB1BA;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%; /* 42px */
  letter-spacing: -0.28px;
}
.apply-wrap .apply-btn{
  width: 336px;
  height: 72px;
  line-height: 72px;
  border-radius: 12px;
  margin: 0 auto;
}
.apply-wrap .apply-btn a{
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.72px;
}
/* !apply-wrap */


/* apply-qna-wrap */
.apply-qna-wrap {

}
.apply-qna-wrap h2 {
  padding-bottom: 80px;
}

.apply-qna-wrap .qna-box {

}

.apply-qna-wrap .qna-dl {
  margin-bottom: 30px;
  border: 1px solid #EAEEF1;
  border-radius: 16px;
  padding: 20px 40px;
}

.apply-qna-wrap .qna-dl:last-of-type{
  margin-bottom: 0;
}

.apply-qna-wrap .qna-title {
  color:#454B54;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%; /* 28px */
  letter-spacing: -0.2px;
  position: relative;
  cursor: pointer;
}
.apply-qna-wrap .qna-title::before{
  content:'';
  width: 32px;
  height: 32px;
  background:url('https://images.carvazo.com/carvazo/apply/icon_arrow_down.svg') center center / cover no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  transition: 0.3s;
}
.apply-qna-wrap .qna-title.on::before{
  transform: rotate(180deg);
}
.apply-qna-wrap .qna-text {
  color: #737D8C;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%; /* 25.6px */
  letter-spacing: -0.36px;
  padding: 12px 0 0 24px;
  text-align: left;
  display: none;
}
/* !apply-qna-wrap */


/* center-wrap */
.center-wrap {
  background:#F2F5F7;
  padding: 50px 0;
}
.center-box {
  text-align: left;
}

.center-box p{
  padding-bottom: 20px;
  color: #626974;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  text-align: left;
}

.center-box span {
  color: #626974;
  font-weight: 700;
  letter-spacing: -1px;
  display: block;
}
.center-box .phone{
  width: 236px;
  height: 87px;
  line-height: 87px;
  border-radius: 16px;
  border: 1px solid #EAEEF1;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.center-box .phone .phone-icon{
  width: 50px;
  height: 50px;
  background-color: #00CC88;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.center-box .phone span{
  color: #454B54;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.54px;
}
/* !center-wrap */

#footer{
  background-color: #F2F5F7;
}
.footer-wrap{
  width: 1040px;
}
.footer-top .section-column:first-of-type{
  display: none;
}
.footer-top .section-column .callcenter {
  justify-content: flex-start;
}
.footer-top .section-column .callcenter a{
  background-color: #0C8;
}