@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&display=swap');
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Pretendard:wght@400;500;600;700&display=swap');

/* ========== ↓ mobile first ↓ ==========*/

html,
body {
  overflow-x: clip;
}

@supports not (overflow: clip) {

  html,
  body {
    overflow-x: hidden;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  color: #fff;
  background: #222;
  line-height: 1.6;
  letter-spacing: -0.25px;
  font-size: 1rem;
  position: relative;
}

.SnapScroll {
  width: 100%;
  height: 1000px;
}

.SnapScroll:nth-of-type(2n) {
  background: #444;
}

.nav-up {
  top: -150px;
}

/* =============== ↓ 헤더 영역 ↓ =============== */

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #00000097;
  z-index: 999;
  font-size: 1.2rem;
  transition: 0.5s;
}

.header_wrap {
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header_wrap .GNB {
  width: 30%;
  display: flex;
  justify-content: space-between;
}

.header_wrap .GNB li a {
  color: #fff;
}

.top_btn {
  position: absolute;
  top: 750px;
  right: 100px;
  width: 70px;
  height: 70px;
  background: #ffffffcb;
  color: #444;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  font-weight: 600;
  font-size: 1.3rem;
}

.top_btn a {
  display: inline-block;
  width: 70px;
  height: 70px;
}

/* =============== ↓ 메인 영역 ↓ =============== */

main {
  background: #222;
}

/* ==== con01 영역 ====*/

.con01_wrap .con01 {}

.con01_wrap .con01 .main_txt {}

.con01_wrap .con01 .sub_txt {}

.main_wrap_info_group {
  margin: 0 auto;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.main_wrap_info {
  position: relative;
  width: 150px;
  height: 150px;
  margin: 24px auto;
}

.main_wrap_info svg {
  transform: rotate(-90deg);
  display: block;
  width: 100%;
  height: 100%;
}

.circle_bg {
  stroke: inherit;
  stroke-width: 8;
  fill: none;
}

.circle_prog {
  /* stroke: #b74ae2; */
  stroke-width: 8;
  stroke-linecap: round;
  fill: none;
  stroke-dasharray: 408;
  stroke-dashoffset: 408;
  transition: stroke-dashoffset 1.5s 0.5s ease-in-out;
}

.percent {
  display: inline-block;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 26px;
  font-weight: bold;
}

.percent_txt {
  display: inline-block;
  position: absolute;
  top: 62%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.skill-item {
  position: relative;
  width: 150px;
  text-align: center;
}

.main_wrap_tool_group {
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

.main_wrap_tool {
  margin: 0 auto;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.main_wrap_tool p {
  display: inline-block;
  width: 150px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  align-self: flex-start;
  background: #383838;
  color: #e9e9e9;
  border-radius: 999px;
  padding: 0.9em 1.4rem;
  margin: 1rem;
  font-size: 1.1rem;
  font-weight: 600;
  text-align: center;
}

.main_wrap_title {
  font-size: 2rem;
  letter-spacing: -0.5px;
  text-align: center;
  margin: 100px auto 10px;
}

.main_wrap_txt {
  font-size: 1.5rem;
  letter-spacing: -0.5px;
  text-align: center;
  margin: 0 auto;
}


/* =============== ↓ 미디어쿼리 영역 ↓ =============== */

/* ==== 미디어쿼리 1024px (Web) ====*/
@media (max-width: 1024px) {}


/* ==== 미디어쿼리 1023px (Tablet) ====*/
@media (max-width: 1023px) {
  .con01_wrap {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .header_wrap .GNB {
    width: 80%;
  }

  /* ↓↓↓ CONTENTS 영역 미디어쿼리 ↓↓↓ */


}

/* ==== 미디어쿼리 ~767px (Moblie) ====*/
@media (max-width: 767px) {
  .con01_wrap {
    padding-left: 2.5%;
    padding-right: 2.5%;
  }

  .top_btn {
    position: absolute;
    top: 750px;
    right: 30px;
    width: 70px;
    height: 70px;
    background: #ffffffcb;
    color: #444;
    border-radius: 50%;
    text-align: center;
    line-height: 70px;
    font-weight: 600;
    font-size: 1.3rem;
  }

  .header_wrap .GNB {
    width: 80%;
  }

  /* ↓↓↓ CONTENTS 영역 미디어쿼리 ↓↓↓ */

  .slide_wrap_group .slick-list {
    overflow: hidden;
  }
}


/* =============== ↓ CONTETNS 영역 ↓ =============== */

.main_wrap {
  position: relative;
  width: min(100%, 1000px);
  margin: 50px auto;
  height: auto;
  text-align: center;
}

.slide_wrap_group {
  width: min(100%, 1000px);
  margin: 0 auto;
  position: relative;
}

.slide_wrap_group .slick-track {
  width: min(100%, 1000px);
  display: flex;
}

.slide_wrap_group .slick-list {
  width: min(100%, 1000px);
  overflow: visible;
}

.slide_wrap_group .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.slide_wrap_group .slick-slide .slide_wrap {
  transform: scale(.75);
  opacity: .45;
  transition: transform .35s ease, opacity .35s ease, filter .35s ease;
  filter: blur(.2px);
}

.slide_wrap_group .slick-center .slide_wrap {
  transform: scale(1);
  opacity: 1;
  filter: none;
}

.slide_wrap_group .slide_wrap img {
  width: min(100%, 1000px);
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .45);
}

.slide_wrap_group .slick-dots {
  margin: 1.2rem auto 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  width: 20%;
}

.slide_wrap_group .slick-dots button {
  position: static;
  margin-top: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: none;
  background: #fff;
  font-size: 0;
  cursor: pointer;
}

 .slick-active button[type='button'] {
  background: #ff60c0;
}

.page_wrap {
  background: #383838;
  margin-top: 5rem;
  width: min(100%, 1000px);
}

.page_wrap .page_img {
  width: min(100%, 1000px);
}

.page_wrap .page_img img {
  width: min(100%, 1000px);
}

/* ==== 푸터 영역 ====*/

.btn_wrap {
  margin: 0 auto;
  width: 90%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.contents_btn {
  margin: 0 auto 80px;
  text-align: center;
}

.contents_btn button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  align-self: flex-start;
  background: #2b2b2b;
  color: #e9e9e9;
  border: 1px solid #e9e9e9;
  border-radius: 999px;
  padding: 1.3rem 3.5rem;
  font-size: 1.35rem;
  font-weight: 600;
  cursor: pointer;
  transition:
    background 0.3s ease,
    color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.contents_btn button:hover {
  background: #e9e9e9;
  color: #111;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.35);
}

.view_btn {
  margin: 0 auto 80px;
  text-align: center;
}

.view_btn button {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
  position: relative;
  overflow: hidden;
  border: 0;
  background: #e9e9e9;
  color: #fff;
  border-radius: 999px;
  padding: 1.3rem 3.5rem;
  font-size: 1.35rem;
  font-weight: 600;
  cursor: pointer;
  transition: color .3s ease, transform .3s ease, box-shadow .3s ease;
}

.view_btn button::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, #9571d1, #ff60c0);
  opacity: 1;
  transition: opacity .35s ease;
  z-index: 0;
}

.view_btn button span {
  position: relative;
  z-index: 1;
}

.view_btn button:hover::before {
  opacity: 0;
}

.view_btn button:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .35);
  background: #e9e9e9;
  color: #111;
}


footer {
  z-index: 999;
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #00000097;
  font-size: 1.2rem;
}

.footer_wrap {
  text-align: center;
  max-width: 85%;
  margin: 0 auto;
  padding: 2rem;
}