@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-5Medium';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChosunSm';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.1/ChosunSm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ChosunKm';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunKm.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'S-CoreDream-6Bold';
  src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-6Bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/variable/pretendardvariable.css");

html, body {
  position: relative;
  height: 100%;
}
.nav-up {
  top: -120px; /* move the header out of view when user scrolls down */
  transition: top 0.3s;
}

.nav-down {
  top: 0; /* move the header back into view when user scrolls up */
  transition: top 0.3s;
}

a.my-link-class:link {
  color: #252525;
}

.box-height {
  height: 87.5% !important;
  margin-top: 6.25% !important;
}

.nav-tp {
  background-color: rgba(255, 255, 255, 0.8);
}

.item-white {
  color: black !important;
  z-index: 1000 !important;
}

.item-black {
  color: rgb(255, 255, 255) !important;
  z-index: 100 !important;
}


body {
  margin: 0;
  padding: 0;
  /* overflow: hidden; */
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
}

a:link {
  color: #ffffff;
}



.content {
  width: 100%;
  height: 85%;
  position: absolute;
  bottom: 0;
}
.content .img {
  width: 100%;
  height: 80%;
  background-color: rgb(172, 211, 255);
  position: absolute;
  top: 0;
}
.content .txt {
  font-family: 'Pretendard-Regular';
  position: absolute;
  bottom: 0%;
  text-align: left;
}

.cont_box {
  width: 95%;
  height: 100%;
  position: absolute;
  left: 2.5%;
  right: 2.5%;
}

.cont_box > .hr1 {
  border: 0;
  height: 1px;
  background: #ffffff;
  width: 95%;
  margin-top: 4%;
}

.cont_box > img {
  width: 180px;
  position: absolute;
  left: 2.5%;
  top: 5%;
}

.cont_box > .span1 {
  font-family: 'Pretendard Variable';
  font-weight: 400;
  line-height: 110%;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 40%;
  left: 2.5%;
  font-size: 14px;
}

.cont_box > .span2 {
  font-family: 'Pretendard-Regular';
  font-weight: 100;
  color: #fff;
  text-align: left;
  position: absolute;
  bottom: 2%;
  left: 2.5%;
  font-size: 14px;
}

.social_box {
  width: 10%;
  height: 20%;
  position: absolute;
  top: 7%;
  display: flex;
  right: 2.5%;
  justify-content: center;
}

.social_box .fb a > img,
.social_box .insta a > img,
.social_box .youtube a > img,
.social_box .linkedin a > img {
  width: 30px;
  margin-left: 8px;
  margin-top: 15%;
}
.content-wrapper {
  min-height: calc(100% - 240px); /* Adjust this value to the height of your footer */
  position: relative;
}

footer {
  width: 100%;
  height: 240px; /* Adjust this value to match your footer's height */
  background-color: rgb(65, 65, 65);
  position: relative;
}

/* 모바일 가로 & 테블릿 세로 (해상도 480px ~ 767px)*/ 
@media all and (min-width:480px) and (max-width:767px) {
  footer {
    height: 280px; /* Adjust this value to match your footer's height */
  }
} 

/* 모바일 세로 (해상도 ~ 479px)*/ 
@media all and (max-width:479px) {
  footer {
    height: 300px; /* Adjust this value to match your footer's height */
  }
}