@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

main {
  width: 100%;
  background: #fff;
}

/* slogan */
#slogan {
  width: 100%;
  height: 760px;
  position: relative;
  overflow: hidden;
}

#slogan > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slogan_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 560px;
  padding: 54px 40px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.68);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.slogan_box > h2 {
  color: #fff;
  text-align: center;
  font-size: 46px;
  font-weight: 700;
  line-height: 145%;
}

.slogan_box > p {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  margin-top: 28px;
}

/* introduction */
#itd {
  width: 100%;
  padding: 90px 0 100px;
  background: #fff;
}

.itd_con {
  width: 76%;
  max-width: 1380px;
  margin: 0 auto;
}

.itd_box {
  width: 100%;
}

.itd_tit {
  width: 100%;
  margin-bottom: 36px;
}

.itd_tit > span,
.mi_tit > span {
  position: relative;
  color: #333;
  font-size: 30px;
  font-weight: 700;
  line-height: 150%;
}

.itd_tit > span::before,
.mi_tit > span::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 25px;
  background: #00ada4;
  margin-right: 12px;
  vertical-align: -4px;
}

/* card layout */
.card_layout {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 0.9fr;
  gap: 28px;
}

.intro_card {
  background: #fff;
  border: 1px solid #e9e9e9;
  border-radius: 16px;
  padding: 34px;
  box-sizing: border-box;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.045);
}

.history_card {
  grid-column: span 2;
}

.instagram_card {
  grid-column: span 1;
}

.skill_card {
  grid-row: span 2;
}

.itd_num_tit > p {
  color: #00ada4;
  font-size: 15px;
  font-weight: 500;
  line-height: 150%;
}

.itd_num_tit > span {
  display: block;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 150%;
  margin-top: 4px;
}

/* text list */
ul.infor_txt,
ul.edu_mil_txt,
ul.pmh_txt,
ul.ps {
  width: 100%;
  margin-top: 22px;
}

ul.infor_txt > li,
ul.edu_mil_txt > li {
  display: grid;
  grid-template-columns: 110px 1fr;
  gap: 20px;
  margin-top: 16px;
  align-items: center;
}

ul.infor_txt > li:first-child,
ul.edu_mil_txt > li:first-child {
  margin-top: 0;
}

ul.infor_txt > li > span,
ul.edu_mil_txt > li > span {
  color: #333;
  font-size: 17px;
  font-weight: 700;
  line-height: 150%;
}

ul.infor_txt > li > p,
ul.edu_mil_txt > li > p {
  color: #333;
  font-size: 17px;
  font-weight: 400;
  line-height: 150%;
}

ul.edu_mil_txt > li > span {
  width: fit-content;
  padding: 3px 8px;
  border: 1px solid rgba(0, 173, 164, 0.35);
  border-radius: 5px;
  color: #00ada4;
  font-size: 13px;
}

/* history */
ul.pmh_txt > li {
  display: grid;
  grid-template-columns: 130px 1fr 1.2fr 1.4fr;
  gap: 24px;
  align-items: center;
  margin-top: 16px;
}

ul.pmh_txt > li:first-child {
  margin-top: 0;
}

ul.pmh_txt > li > span,
ul.pmh_txt > li > p,
ul.pmh_txt > li > b,
ul.pmh_txt > li > p.sub {
  color: #333;
  font-size: 16px;
  line-height: 150%;
}

ul.pmh_txt > li > span {
  font-weight: 700;
}

ul.pmh_txt > li > b {
  font-weight: 500;
}

ul.pmh_txt > li > p.sub {
  color: #555;
}

/* instagram */
.instagram_card > p {
  color: #333;
  font-size: 18px;
  font-weight: 700;
  margin-top: 22px;
}

.instagram_card > img {
  width: 150px;
  margin-top: 18px;
  border: 1px solid #eee;
  border-radius: 10px;
}

/* skill */
ul.ps {
  display: flex;
  flex-direction: column;
  gap: 36px;
}

ul.ps > li {
  width: 100%;
}

ul.ps_img {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
}

ul.ps_img img {
  width: 64px;
  display: block;
}

.gage_section {
  width: 100%;
  margin-top: 22px;
}

.gage {
  width: 100%;
  height: 10px;
  background: #ddd;
  overflow: hidden;
  border-radius: 30px;
}

.gage_fill,
.gage_fill2,
.gage_fill3 {
  height: 100%;
  background: #00ada4;
  border-radius: 30px;
}

.gage_fill {
  animation: fillUp 2s ease forwards;
}

.gage_fill2 {
  animation: fillUp2 2s ease forwards;
}

.gage_fill3 {
  animation: fillUp3 2s ease forwards;
}

@keyframes fillUp{
  from{
    width:0;
  }
  to{
    width:100%;
  }
}

@keyframes fillUp2 {
  from {
    width: 0;
  }
  to {
    width: 90%;
  }
}

@keyframes fillUp3 {
  from {
    width: 0;
  }
  to {
    width: 80%;
  }
}

ul.gage_num {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
}

ul.gage_num > li {
  color: #333;
  font-size: 14px;
  font-weight: 500;
}

/* my identity */
#my_identity {
  width: 100%;
  height: 390px;
  background: #252525;
  display: flex;
  align-items: center;
}

.mi_con {
  width: 76%;
  max-width: 1380px;
  margin: 0 auto !important;
}

.mi_box {
  width: 100%;
}

.mi_tit {
  margin-bottom: 36px;
}

.mi_tit > span {
  color: #fff;
}

.partners_slider_wrap {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

ul.partners_slider {
  display: flex;
  align-items: center;
  width: max-content;
  height: 100%;
  animation: partnerLoop 40s linear infinite;
}

ul.partners_slider > li {
  width: 220px;
  height: 100%;
  flex-shrink: 0;
  background: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 24px;
}

ul.partners_slider > li:first-child {
  margin-left: 0;
}

ul.partners_slider > li img {
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
}

ul.partners_slider:hover {
  animation-play-state: paused;
}

@keyframes partnerLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-1200px);
  }
}