@font-face {
  font-family: 'Spinwerad';
  src: url('../assets/fonts/spinwerad.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Helgoland";
  src: url("https://db.onlinewebfonts.com/t/d0086e064f897b499efa12da908780c6.eot");
  src: url("https://db.onlinewebfonts.com/t/d0086e064f897b499efa12da908780c6.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/d0086e064f897b499efa12da908780c6.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/d0086e064f897b499efa12da908780c6.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/d0086e064f897b499efa12da908780c6.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/d0086e064f897b499efa12da908780c6.svg#Helgoland")format("svg");
}

@font-face {
  font-family: 'KoPubDotum';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2104@1.0/Dolbomche_R.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-1Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-2ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-7ExtraBold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-8Heavy.woff') format('woff');
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'S-CoreDream';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-9Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'neurimboGothicRegular';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-01@1.0/neurimboGothicRegular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'FlightSans-Title';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2410-1@1.0/FlightSans-Title.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'SBAggro';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggro.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}


.content-wrapper {
  margin-top: 75px;
  display: flex;
  flex-direction: column;
}

@media (max-width: 768px) {
  .content-wrapper {
    margin-top: 75px;
  }
}

.profile-title {
  font-family: 'Spinwerad', sans-serif;
  font-size: 52px;
  font-weight: 700;
  padding: 65px 0 0 0;
  text-align: center;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transform: translateZ(0);
}

.profile-title::after {
  content: '';
  width: 120px;
  height: 6px;
  background: black;
  display: block;
  margin: 3px auto 15px auto;
}

@media (max-width: 768px) {
  .profile-title {
    font-size: 42px;
    padding-top: 50px;
  }

  .profile-title::after {
    width: 80px;
    height: 5px;
    margin: 3px auto 0px auto;
  }
}

.text-col {
  flex: 1 1 100%;
  overflow-y: auto;
  padding: 50px;
}


.profile-main.new-layout {
  display: flex;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 20px 20px;
  justify-content: center;
  gap: clamp(40px, 12vw, 290px);
}

.profile-text-left {
  display: flex;
  flex-direction: column;
  gap: 0px;
  text-align: left;
  justify-content: center;
  margin-top: -40px;
  margin-left: 30px;
}

.profile-name-ko {
  font-size: 65px;
  font-weight: 700;
  margin-top: 15px;
  font-family: 'S-CoreDream', sans-serif;
  line-height: 1;
}

.profile-name-en {
  font-size: 25px;
  color: #333;
  text-transform: uppercase;
  font-family: 'neurimboGothicRegular', sans-serif;
  margin-top: 15px;
  margin-left: 8px;
  line-height: 1.5;
}

.profile-birth {
  font-size: 25px;
  color: #888;
  margin-top: -4px;
  font-family: 'neurimboGothicRegular', sans-serif;
  line-height: 1;
  margin-left: 8px;
}

.profile-social {
  margin-top: 20px;
}

.social-icon {
  width: 36px;
  height: 36px;
}


.profile-img-wrap-right {
  flex-shrink: 0;
}

.profile-slider {
  position: relative;
  width: 450px;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.profile-slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.profile-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.profile-slide.active {
  opacity: 1;
  z-index: 1;
}

.profile-indicators {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  z-index: 10;
}

.profile-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border: 2px solid white;
  border-radius: 50%;
  background-color: transparent;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.profile-dot.active {
  background-color: white;
}


@media (max-width: 992px) {
  .profile-main.new-layout {
    margin-bottom: 30px;
    flex-direction: column-reverse;
    text-align: center;
    padding: 0px auto 10px auto;
    gap: 70px;
    margin-top: 0px;
    align-items: center;
  }

  .profile-text-left {
    margin-left: 0px;
    text-align: center;
  }

  .profile-name-ko {
    font-size: 50px;
    margin-top: 0px;
  }

  .profile-name-en,
  .profile-birth {
    font-size: 18px;
    margin-left: 0;
  }

  .profile-img-wrap-right {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .profile-slider {
    width: 400px;
  }

  .profile-social {
    justify-content: center;
  }

  .profile-name-en {
    line-height: 1;
    margin-top: 8px;
  }
}

.profile-birth {
  margin-top: 0.5px;
}


@media (max-width: 768px) {

  .profile-name-ko {
    margin-top:10px;
    font-size: 40px;
  }

  .profile-name-en,
  .profile-birth {
    font-size: 15px;
    margin-left: 0;
  }

  .profile-slider {
    width: 320px;
  }

  .profile-dot {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
}

.profile-divider {
  width: 100%;
  max-width: 1150px;
  height: 1px;
  background-color: #cbcaca;
  margin: 0px auto;
  margin-bottom: 40px;
}

@media (max-width: 992px) {
  .profile-divider {
    margin-bottom: 20px;
  }

}

.section-title {
  font-family: 'Helgoland';
  font-size: 55px;
  font-weight: normal;
  margin-top: -8px;
  margin-bottom: 20px;
}

.section-body {
  font-family: 'S-CoreDream';
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 70px;
}

.section-block {
  padding: 0 100px;
}

@media (max-width: 992px) {
  .section-title {
    font-size: 40px;
    margin-bottom: 0px;
    padding-left: 15px;
  }

  .section-block {
    padding: 0 20px;
    margin-top: 10px;
    margin-bottom: 5px;
  }

  .section-body {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

@media (max-width: 768px) {


  .section-body {
    font-size: 14px;
    margin-bottom: 25px;
  }

  .section-block {
    padding: 0 18px 0 40px;
    margin-top: 30px;
  }


  .section-title {
    font-size: 40px;
    margin-bottom: 0px;
    padding-left: 13px;
  }
}

.album-info {
  font-family: 'S-CoreDream', sans-serif;
  font-size: 19px;
  font-weight: 500;
}

.album-title {
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 5px;
}

.album-date {
  font-size: 15px;
  font-weight: 300;
}

.album-img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  transition: 0.3s ease;
}

@media (max-width: 768px) {
  .album-info {
    font-size: 16px;
    font-weight: 500;
  }

  .album-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
  }

  .album-date {
    font-size: 13px;
  }

  .album-img {
    width: 60px;
    height: 60px;
  }
}


.award-table {
  width: 100%;
  border-collapse: collapse;
}

.award-table td {
  vertical-align: top;
  padding: 4px 0;
  font-size: 19px;
  line-height: 1.6;
}

.award-year {
  width: 55px;
  font-weight: 600;
}

.works-table {
  width: 100%;
  border-collapse: collapse;
}

.works-table td {
  vertical-align: top;
  padding: 4px 0;
  font-size: 19px;
  line-height: 1.6;
}

.works-year {
  width: 55px;
  font-weight: 600;
}

.ADs-table {
  width: 100%;
  border-collapse: collapse;
}

.ADs-table td {
  vertical-align: top;
  padding: 4px 0;
  font-size: 19px;
  line-height: 1.6;
}

.ADs-year {
  width: 55px;
  font-weight: 600;
}

@media (max-width: 768px) {

  .award-year,
  .works-year,
  .ADs-year {
    width: auto;
    flex-shrink: 0;
  }

  .award-table tr,
  .works-table tr,
  .ADs-table tr {
    display: flex;
    gap: 8px;
  }

  .award-table td,
  .works-table td,
  .ADs-table td {
    font-size: 15px;
    line-height: 1.4;
  }

  .award-desc,
  .works-desc,
  .ADs-desc {
    word-break: keep-all;
  }
}