@charset "utf-8";

* {
  padding: 0;
  margin: 0;
}

body {
  font-family: "Pretendard", "Montserrat";
  color: #3a3a3a;
  font-size: 16px;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin: 0;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: #3a3a3a;
}

a:hover {
  color: #3a3a3a;
}

.contact-wrap {
  display: flex;
  align-items: center;
}

.contact-wrap b {
  font-size: 24px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 22px;
  padding-right: 20px;
}

.contact-wrap b span {
  font-size: 10px;
  display: flex;
  letter-spacing: 0px;
  font-weight: 600;
}

.main_content {
  width: 100%;
  margin-top: 50px;
}

/* 섹션01 교육과정*/
/* 섹션01 교육과정*/
/* 섹션01 교육과정*/
.main_se01 {
  width: 1400px;
  margin: 100px auto;
}

.main_title {
  margin-bottom: 40px;
  text-align: center;
}

.main_title h1 {
  font-family: "Montserrat";
  font-size: 54px;
  font-weight: 800;
}

.curri_box {
  width: 1400px;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 100px;
}

.curri_box .curri_inbox .img_box img {
  width: 320px;
  height: 200px;
  border: 0.2px solid #eee;
  border-radius: 8px;
  object-fit: cover;
  position: relative;
  z-index: -1;
}

.curri_box .curri_inbox .img_box {
  position: relative;
  background: url(./background/moel.png) no-repeat 10px 10px;
  background-size: 100px;
}

.curri_box .curri_inbox3 .img_box {
  /* 부산시 교육과정 - 고용노동부지원 마크 삭제 */
  background: none;
}

.curri_box .curri_inbox .img_box a .over_bg div span:first-child {
  position: absolute;
  top: calc(50% - 2.5px);
  left: calc(50% - 20px);
  width: 40px;
  height: 5px;
  background-color: rgb(66, 117, 235, 1);
  border-radius: 50px;
}

.curri_box .curri_inbox .img_box a .over_bg div span:last-child {
  position: absolute;
  top: calc(50% - 20px);
  left: calc(50% - 2.5px);
  width: 5px;
  height: 40px;
  background-color: rgb(66, 117, 235, 1);
  border-radius: 50px;
}

.curri_inbox .img_box .over_bg {
  position: absolute;
  left: 0;
  top: 0;
  /* left: calc(50% - 40px);
  top: calc(50% - 40px); */
  /* padding: 40px; */
  width: 100%;
  height: 100%;
  background: rgb(66, 117, 235, 0.8);
  /* border-radius: 50px; */
  /* box-shadow: 0px 3px 2px #fff; */
  transition: 0.3s;
  /* transform: scale(0); */
  opacity: 0;
  border-radius: 8px;
}

.curri_inbox .img_box .over_bg div {
  position: absolute;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  background: #fff;
  padding: 35px;
  border-radius: 50px;
  transform: scale(0);
  box-shadow: 0 17px 20px -18px rgba(0, 0, 0, 1);
  transition: 0.6s;
}

.curri_box .curri_inbox .img_box a:hover .over_bg {
  transition: 0.6s;
  opacity: 1;
  /* transform: scale(1); */
}

.curri_box .curri_inbox .img_box a:hover .over_bg div {
  transform: scale(1);
  transition: 0.6s;
}

.curri_box .curri_inbox .text_box h2 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: bold;
  margin: 0;
  line-height: 24px;
}

.curri_box .curri_inbox .text_box p {
  font-size: 20px;
  padding-bottom: 20px;
  font-weight: 500;
  margin: 0;
}

.curri_box .curri_inbox .text_box b {
  font-size: 14px;
  font-weight: 500;
  background: #333;
  color: #000;
  padding: 8px 18px;
  border-radius: 50px;
}

/* 훈련과정 배경색상*/

/* 국가기간훈련 배경색(핑크) */
.curri_box .curri_inbox_pink .text_box b {
  background: #ffb8b8;
}

/* 실업자계좌제훈련 배경색(보라) */
.curri_box .curri_inbox_purple .text_box b {
  background: #dfbef9;
}

/* 근로자직업능력개발훈련 배경색(파랑) */
.curri_box .curri_inbox_blue .text_box b {
  background: #afcaff;
}

/* 부산시직업능력개발훈련 배경색(연한갈색) */
.curri_box .curri_inbox_brown .text_box b {
  background: #dcccbf;
}

/* 산업구조변화대응특화훈련 배경색(연두) */
.curri_box .curri_inbox_green .text_box b {
  background: #baed80;
}

.move_btn {
  width: 100%;
  text-align: center;
}

.move_btn a {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  background: #fff;
  border: 2px solid #4073eb;
  color: #4073eb;
  padding: 11px 30px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0px 0px 30px #4073eb30;
}

.move_btn a:hover {
  background: #4073eb;
  border: 2px solid #4073eb;
  color: #fff;
  transition: 0.5s;
}

.move_btn a span {
  font-weight: 100;
  padding-left: 10px;
}

.curri_mobile {
  width: 100%;
}

.curri_mobile .slider-div {
  width: 90%;
  margin: 0 auto;
}

.curri_mobile {
  display: none;
}

@media (max-width: 1450px) {
  .main_se01 {
    width: 90%;
    margin: 100px auto;
  }

  .curri_box {
    width: 100%;
    margin: auto;
    justify-content: center;
    /* margin-bottom: 100px; */
  }
}

@media (max-width: 768px) {
  #slider,
  #slider2 {
    height: 180px !important;
  }
  .main_se01,
  .main_se02,
  .main_se03 {
    margin: 80px auto !important;
  }

  #slider3 .image-box3 div,
  #slider4 .image-box4 div {
    height: 180px !important;
    padding: 12px !important;
  }

  .more_btn {
    margin-top: 20px;
  }

  .left_text {
    padding-bottom: 50px;
  }

  .left_text p {
    padding: 10px 0 20px;
  }

  #slider3,
  #slider4 {
    height: 200px !important;
  }
}

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

  .main_se01 .move_btn a {
    font-size: 16px;
    box-shadow: 0px 0px 20px #4073eb30;
  }

  .main_se01 {
    margin-top: 30px;
  }

  .main_title {
    margin-bottom: 20px;
  }

  .main_title h1 {
    font-size: 32px;
  }

  .curri_mobile {
    display: block;
    margin: auto;
    text-align: center;
  }

  .curri_inbox-mobile {
    width: 100%;
    margin: auto;
  }

  .curri_inbox-mobile a:hover {
    color: #3a3a3a;
  }

  .curri_inbox-mobile .text_box h2 {
    font-size: 18px;
    padding: 10px 0;
    font-weight: bold;
    margin: 0;
    line-height: 26px;
  }

  .curri_inbox-mobile .text_box p {
    margin-bottom: 15px;
  }

  .curri_inbox-mobile .text_box b {
    font-size: 13px;
    font-weight: 500;
    background: #333;
    color: #000;
    padding: 8px 18px;
    border-radius: 50px;
    font-weight: 600;
  }

  .curri_inbox-mobile {
    width: 320px;
    height: 100%;
  }

  .curri_inbox-mobile .img_box {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .curri_inbox-mobile .img_box img {
    width: 320px;
    height: auto;
    border-radius: 8px;
  }

  .curri_mobile .slick-prev {
    top: 280px;
    left: -5px;
  }

  .curri_mobile .slick-next {
    top: 280px;
    right: -5px;
  }

  .curri_mobile .curri_inbox1 .text_box b {
    background: #afcaff;
  }

  .curri_mobile .curri_inbox2 .text_box b {
    background: #afcaff;
  }

  .curri_mobile .curri_inbox3 .text_box b {
    background: #ffb8b8;
  }

  .curri_mobile .curri_inbox4 .text_box b {
    background: #ffb8b8;
  }

  .curri_mobile .curri_inbox5 .text_box b {
    background: #dfbef9;
  }

  .curri_mobile .curri_inbox6 .text_box b {
    background: #afcaff;
  }

  .curri_mobile .curri_inbox7 .text_box b {
    background: #afcaff;
  }

  .curri_mobile .curri_inbox8 .text_box b {
    background: #ffb8b8;
  }
}

/* 섹션 02 포트폴리오*/
/* 섹션 02 포트폴리오*/
/* 섹션 02 포트폴리오*/
.main_se02 {
  width: 100%;
}

.main_se02 .main_title {
  width: 1400px;
  margin: 0 auto 40px;
  position: relative;
}

.circle_text {
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 100;
  mix-blend-mode: luminosity;
  border-radius: 50px;
}

.circle_text img {
  animation: circle_text 20s linear infinite;
}

.circle_text p {
  font-family: "Montserrat";
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  position: absolute;
  bottom: 40%;
  left: 22%;
  font-style: italic;
}

@keyframes circle_text {
  0% {
    transform: rotate(0deg);
  }

  0% {
    transform: rotate(-360deg);
  }
}

.circle_text:hover img {
  animation: circle_text 2s linear infinite;
}

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

#slider,
#slider2 {
  overflow: hidden;
  position: relative;
  width: 100%;
  /* 이미지 보여지는 뷰 부분 */
  height: 400px;
  margin: 12px 0px;
  z-index: 98;
}

#slider .image-box {
  width: 8568px;
  /* 원본+클론의 총 합 */
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  animation: bannermove 100s linear infinite;
}

#slider2 .image-box2 div,
#slider .image-box div {
  width: 600px;
  height: 100%;
  margin: 0px 6px;
}

#slider .image-box img,
#slider2 .image-box2 img {
  border-radius: 28px;
}

#slider2 .image-box2 {
  width: 8568px;
  /* 원본+클론의 총 합 */
  height: 100%;
  display: flex;
  flex-wrap: nowrap;
  animation: bannermove-r 100s linear infinite;
}

@keyframes bannermove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

@keyframes bannermove-r {
  0% {
    transform: translate(-50%, 0);
  }

  100% {
    transform: translate(0, 0);
  }
}

@media (max-width: 1500px) {
  .main_se02 {
    width: 100%;
    margin: 100px auto;
  }

  .main_se02 .main_title {
    width: 90%;
  }

  #slider,
  #slider2 {
    height: 230px;
  }

  #slider .image-box {
    width: 5068px;
    animation: bannermove 40s linear infinite;
  }

  #slider2 .image-box2 {
    width: 5068px;
    animation: bannermove-r 40s linear infinite;
  }

  #slider2 .image-box2 div,
  #slider .image-box div {
    width: 350px;
  }

  #slider .image-box img,
  #slider2 .image-box2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

/* 섹션03 수강후기*/
/* 섹션03 수강후기*/
/* 섹션03 수강후기*/
.main_se03 {
  width: 100%;
  margin: 100px 0 0;
}

.main_se03 .main_title {
  width: 1400px;
  margin: 0 auto 40px;
}

.c-review {
  background: #f4f7ff;
  width: 100%;
  height: 1080px;
  padding-top: 100px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.c-review_box {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.c-review_inbox {
  width: 680px;
  height: 350px;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  justify-content: flex-start;
  padding-top: 50px;
  box-sizing: border-box;
  gap: 45px;
  padding-left: 45px;
}

.c-review_inbox .c-img {
  text-align: center;
}

.c-review_inbox .c-img .c-img_bot {
  padding-top: 10px;
}

.c-review_inbox .c-text h2 {
  font-size: 24px;
  font-weight: 700;
}

.c-review_inbox .c-text p {
  padding: 20px 0;
  font-size: 16px;
  font-weight: 500;
  color: #999;
}

.c-review_inbox .c-text h4 {
  font-size: 16px;
  font-weight: 400;
}

.c-review .move_btn {
  padding-top: 80px;
}

.bg_star {
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: -99;
  animation: star 8s linear infinite;
}

.c-review_box-mobile {
  display: none !important;
}

@keyframes star {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-70px);
  }

  100% {
    transform: translateY(0px);
  }
}

/* 섹션03 수강후기 모바일*/
/* 섹션03 수강후기 모바일*/
/* 섹션03 수강후기 모바일*/

@media (max-width: 1450px) {
  .main_se03 {
    width: 100%;
    margin: 100px auto;
  }

  .main_se03 .main_title {
    width: 90%;
  }

  .c-review {
    height: 470px;
    padding-top: 40px;
  }

  .c-review_box {
    display: none;
  }

  .c-review .move_btn {
    position: absolute;
    bottom: 25px;
  }

  .c-review .move_btn a {
    font-size: 18px;
  }

  .c-review_box-mobile {
    display: block !important;
    width: 85%;
  }

  .c-review_box-mobile .c-review_inbox {
    display: block !important;
    width: 400px !important;
    margin: auto;
    height: 300px !important;
    padding: 25px;
    border-radius: 8px;
  }

  .c-review_box-mobile .c-img {
    display: block;
    padding: 0;
    padding-bottom: 15px;
  }

  .c-review_box-mobile .c-img img {
    margin: auto;
  }

  .c-review_box-mobile .c-img_bot {
    display: none;
  }

  .c-review_box-mobile .c-text h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
  }

  .c-review_box-mobile .c-text p {
    font-size: 17px;
    font-weight: 500;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: none;
    padding-bottom: 15px;
  }

  .c-review_box-mobile .c-text h4 {
    padding-top: 15px;
    font-size: 13px;
    font-weight: 400;
    width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
  }
}

@media (max-width: 476px) {
  .c-review_box-mobile .c-review_inbox {
    width: 320px !important;
    padding: 25px;
  }

  .c-review_box-mobile .c-text h4 {
    width: 280px;
    font-size: 11px;
  }

  .c-review_box-mobile .c-text h2 {
    font-size: 18px;
    line-height: 26px;
  }
}

/* 섹션 04 취업현황*/
/* 섹션 04 취업현황*/
/* 섹션 04 취업현황*/

.main_se04 {
  background: #4073eb;
  width: 100%;
  height: 970px;
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin-bottom: 0;
  margin-top: 0;
}

.se04_contents {
  width: 1400px;
  margin: 0 auto;
  display: flex;
}

.left_text {
  width: 100%;
  margin: 0 auto;
  padding-top: 120px;
  box-sizing: border-box;
}

.left_text h1 {
  font-family: "Montserrat";
  font-size: 52px;
  color: #fff;
  font-weight: 800;
}

.left_text h3 {
  font-size: 26px;
  color: #a8ddf8;
  padding: 50px 0 20px;
  font-weight: 700;
}

.left_text h2 {
  font-size: 40px;
  color: #fff;
  font-weight: 700;
}

.left_text p {
  font-size: 14px;
  color: #fff;
  padding: 10px 0 30px;
}

.left_text b {
  font-size: 18px;
  color: #fff;
  font-weight: 100;
}

.more_btn {
  margin-top: 50px;
}

.left_text .more_btn a {
  font-size: 26px;
  font-weight: 700;
  display: inline-block;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 11px 30px;
  border-radius: 50px;
  transition: 0.5s;
  box-shadow: 0px 0px 30px #ffffff50;
}

.more_btn a:hover {
  background: #fff;
  border: 2px solid #fff;
  color: #4073eb;
  background: #fff;
  transition: 0.5s;
}

.more_btn a span {
  font-weight: 100;
  padding-left: 10px;
}

.back_circle {
  position: absolute;
  z-index: -99;
  opacity: 0.6;
  left: 200px;
  bottom: -200px;
  mix-blend-mode: color-burn;
  animation: circle 8s linear infinite;
}

@keyframes circle {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(50px);
  }

  100% {
    transform: translateY(0px);
  }
}

#slider3,
#slider4 {
  position: relative;
  width: 390px;
  /* 이미지 보여지는 뷰 부분 */
  height: 100%;
  margin-left: 20px;
}

#slider4 {
  padding-top: 100px;
}

#slider3 .image-box3 {
  width: 100%;
  /* 원본+클론의 총 합 */
  height: 2620px;
  /* display: flex;
  flex-wrap: nowrap; */
  animation: bannermoveup 70s linear infinite;
}

#slider4 .image-box4 {
  width: 100%;
  /* 원본+클론의 총 합 */
  height: 2620px;
  /* display: flex;
  flex-wrap: nowrap; */
  animation: bannermovedown 70s linear infinite;
}

#slider3 .image-box3 a:hover h2,
#slider4 .image-box4 a:hover h2,
#slider3 .image-box3 a:hover b,
#slider4 .image-box4 a:hover b {
  color: #3a3a3a;
}

#slider3 .image-box3 div,
#slider4 .image-box4 div {
  background: url("{{$template}}/img/d3t/newimg/main_job/review_box_bg.png");
  width: 390px;
  height: 242px;
  margin-bottom: 20px;
  padding: 40px;
  box-sizing: border-box;
  box-shadow: 0px 3px 6px #3661c7;
}

#slider3 .image-box3 h1,
#slider4 .image-box4 h1 {
  font-size: 29px;
  color: #4073eb;
  font-weight: 400;
  margin: 0;
}

#slider3 .image-box3 h2,
#slider4 .image-box4 h2 {
  font-size: 30px;
  padding: 5px 0;
  margin: 0;
  font-weight: 700;
}

#slider3 .image-box3 p,
#slider4 .image-box4 p {
  font-size: 19px;
  padding-top: 5px;
  color: #666;
  margin: 0;
}

@keyframes bannermoveup {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0%, -50%);
  }
}

@keyframes bannermovedown {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(0%, -50%);
  }
}

/* 섹션 04 취업현황 모바일*/
/* 섹션 04 취업현황 모바일*/
/* 섹션 04 취업현황 모바일*/

@media (max-width: 1450px) {
  .se04_contents {
    width: 100%;
  }

  .main_se04 {
    height: 900px;
    padding-top: 30px;
  }

  .left_text {
    /* display: none; */
    text-align: center;
    width: 90%;
  }

  .left_text h1 {
    font-size: 42px;
  }

  .left_text h3 {
    font-size: 18px;
    padding: 10px 0 20px;
  }

  .left_text h2 {
    font-size: 24px;
  }

  .left_text b {
    font-size: 14px;
  }

  .more_btn {
    margin-top: 30px;
  }

  .left_text .more_btn a {
    font-size: 18px;
  }

  .se04_contents {
    display: block;
    position: absolute;
    bottom: 0;
  }

  #slider3,
  #slider4 {
    width: 100%;
    height: 240px;
  }

  #slider4 {
    padding-top: 0px;
    padding-left: 100px;
  }

  #slider3 .image-box3 div,
  #slider4 .image-box4 div {
    margin-bottom: 0;
    margin-right: 20px;
    background-size: cover;
    width: 320px;
    height: 202px;
    padding: 25px;
  }

  #slider3 .image-box3 {
    width: 3400px;
    height: 100%;
    animation: bannermoveleft 25s linear infinite;
    display: flex;
    flex-wrap: nowrap;
  }

  #slider4 .image-box4 {
    width: 3400px;
    height: 100%;
    animation: bannermoveleft 25s linear infinite;
    display: flex;
    flex-wrap: nowrap;
  }

  #slider3 .image-box3 h1,
  #slider4 .image-box4 h1 {
    font-size: 22px;
  }

  #slider3 .image-box3 h2,
  #slider4 .image-box4 h2 {
    font-size: 24px;
    padding: 5px 0;
    margin: 0;
    font-weight: 700;
  }

  #slider3 .image-box3 p,
  #slider4 .image-box4 p {
    font-size: 16px;
    padding-top: 5px;
    color: #666;
    margin: 0;
  }
}

@keyframes bannermoveleft {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-50%, 0);
  }
}

/* @keyframes bannermoveright {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
} */

/* 어사이드 네이버 카카오 */
/* 어사이드 네이버 카카오 */
/* 어사이드 네이버 카카오 */

.aside_naver {
  position: fixed;
  right: 45px;
  bottom: 225px;
  z-index: 9999;
}

.aside_naver a {
  position: relative;
}

.aside_naver a img {
  /* width: 50px;
  height: 50px; */
  background: #3cb972;
  border: 1px solid #1fac5c;
  border-radius: 50px;
  padding: 10px;
  /* padding-left: 150px; */
  transition: 0.6s;
}

.aside_naver a p {
  position: absolute;
  left: 20px;
  top: -5px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Pretendard";
  color: #fff;
  opacity: 0;
}

.aside_kakao {
  margin-bottom: 10px;
  position: fixed;
  right: 45px;
  bottom: 130px;
  z-index: 9999;
}

.aside_kakao a {
  position: relative;
}

.aside_kakao a img {
  /* width: 50px;
  height: 50px; */
  background: #f7d651;
  border: 1px solid #f4c850;
  border-radius: 50px;
  padding: 10px;
  /* padding-left: 150px; */
  transition: 0.6s;
}

.aside_kakao a p {
  position: absolute;
  left: 30px;
  top: -5px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Pretendard";
  color: #fff;
  opacity: 0;
}

.aside_kakao {
  margin-bottom: 10px;
  position: fixed;
  right: 45px;
  bottom: 130px;
  z-index: 9999;
}

.aside_kakao a {
  position: relative;
}

.aside_blog {
  margin-bottom: 10px;
  position: fixed;
  right: 45px;
  bottom: 130px;
  z-index: 9999;
}

.aside_blog a img {
  /* width: 50px;
  height: 50px; */
  background: #3cb972;
  border: 1px solid #1fac5c;
  border-radius: 50px;
  padding: 10px;
  /* padding-left: 150px; */
  transition: 0.6s;
}

.aside_blog a p {
  position: absolute;
  left: 30px;
  top: -5px;
  font-size: 22px;
  font-weight: bold;
  font-family: "Pretendard";
  color: #fff;
  opacity: 0;
}

.aside_active a img {
  padding-left: 190px;
}

.aside_active p {
  opacity: 0;
}

@media (max-width: 1460px) {
  .aside {
    display: none;
  }
}
