:root {
  --primary: #19A7CE;
  --primary_darky: #146C94;
  --textgray: #908787;
  --black: #000000;
  --white: #ffffff;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

a:visited {
  color: inherit;
}


li,
ul {
  list-style: none;
}

.bordersection {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 0.5px;
  background-color: var(--primary);
  margin-top: 30px;
}

/* English font - regular */
@font-face {
  font-family: 'ENG_regular';
  unicode-range: U+0000-007F;
  src: url('/fonts/NotoSans-Regular.ttf');
}

@font-face {
  font-family: 'ENG_lighter';
  src: url('/fonts/NotoSans-Light.ttf');
}

/* English font - bold */
@font-face {
  font-family: 'ENG_bold';
  src: url('/fonts/NotoSans-Bold.ttf');
}

/* Korean font - regular */
@font-face {
  font-family: 'KR_regular';
  unicode-range: U+AC00-D7AF;
  src: url('/fonts/NotoSansKR-Regular.otf');
}

@font-face {
  font-family: 'KR_thin';
  src: url('/fonts/NotoSansKR-Thin.otf');
}

/* Korean font - bold */
@font-face {
  font-family: 'KR_bold';
  unicode-range: U+AC00-D7AF;
  src: url('/fonts/NotoSansKR-Bold.otf');
}

@font-face {
  font-family: 'KR_lighter';
  unicode-range: U+AC00-D7AF;
  src: url('/fonts/NotoSansKR-Light.otf');
}

/* Apply the font families to the respective language scripts */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

:root {
  width: 393px;
  height: 852px;
  overflow: scroll;
}

body {
  font-family: 'ENG_regular', 'KR_regular', sans-serif;
  width: 393px;
}

/* 한글인데 bold,light적용시켜주려면 다음 클래스 적용 */
.kbolder {
  font-family: 'KR_bold';
}

.klighter {
  font-family: 'KR_lighter';
}

/* 영어인데 bold,light적용시켜주려면 다음 클래스 적용 */
.Ebolder {
  font-family: 'ENG_bold';
}

.Elighter {
  font-family: 'ENG_lighter';
}


h1 {
  font-size: 20px;

}

.title {
  font-size: 20px;
}

.subtitle {
  font-size: 12px;
}

.category {
  font-size: 14px;
}

.context1 {
  font-size: 12px;
}

.context2 {
  font-size: 10px;
}


/* mainBanner */

.main_banner {
  width: 393px;
  height: 379px;
  position: relative;
  padding: 29px 29px 0px 29px;
  /* 80% */
}

.rectangle {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 393px;
  height: 379px;
  z-index: -1;
  filter: blur(1px);
}

.title__section {
  display: flex;
  width: 204px;
  height: 24px;
  justify-content: flex-start;
  gap: 110px;
  align-items: center;
}

.fa-solid {
  font-size: 18px;
}

.logo {
  text-align: center;
  color: var(--primary_darky);
  font-size: 18px;
  font-family: 'ENG_bold';
}

.image__section {
  display: flex;
  margin-top: 77px;
  gap: 33px;
}

.profile__image {
  width: 145px;
  height: 145px;
  object-fit: cover;
  border-radius: 24px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.day__section {
  width: 156px;
  height: 76px;
  background-color: var(--white);
  opacity: 0.8;
  border-radius: 10px;
  padding-top: 2px;
  padding-left: 16px;
  padding-bottom: 12px;
  padding-right: 13px;
  margin-top: 8px;
}

.day__check {
  font-size: 12px;
}

.day__title {
  display: flex;
  align-items: center;
  gap: 13px;
}

.day__detail {
  font-family: 'KR_thin';
  font-size: 40px;
  line-height: 40px;
  color: var(--primary);
}

.day__description {
  width: 45px;
  height: 34px;
  font-size: 12px;
}

.gift__section {
  margin-top: 16px;
  width: 156px;
  display: flex;
  justify-content: center;
  gap: 8px;

}


.gift__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 26px;
  border-radius: 99px;
  font-size: 12px;
  font-family: 'KR_bold';
  color: var(--primary);
  background-color: var(--white);
  opacity: 0.85;
  border: none;

}



.box__section {
  position: absolute;
  bottom: -45px;
  display: flex;
  gap: 11px;

}

.day__box {
  width: 105px;
  height: 105px;
  background-color: var(--white);
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.box__title {
  font-size: 12px;
  font-family: 'KR_bold';
}

.box__description {
  font-size: 12px;
}

/* tab */

.margin {
  width: 100%;
  height: 81px;
}

.tab {
  display: flex;
  padding-left: 29px;
  padding-right: 29px;
  gap: 30px;
}

.tab li {
  font-size: 14px;
}

.now {
  font-family: 'KR_bold';
  color: var(--primary) !important;
  text-decoration: underline;
  text-underline-offset: 5px;
  text-decoration-thickness: 2px;
}

.sns {
  color: var(--primary);
}

.date {
  color: var(--textgray);
}

.album_wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 29px 29px 0px 29px;
}

.album_header {
  font-size: 20px;
  color: var(--primary_darky);
  margin-bottom: 13px;
  font-family: 'KR_bold';

}

.grid-container {
  display: grid;
  grid-template-columns: auto auto;
  grid-gap: 6px 12px;
  justify-content: center;
  margin-bottom: 0px;
}

.grid-item {
  position: relative;
}

/* CSS for the images */
.grid-item img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
  filter: brightness(70%);
}

.album__description {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 4px;
  position: absolute;
  color: var(--white);
  font-size: 18px;
  bottom: 12px;
  left: 10px;

}

.album_body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.group {
  display: flex;
  flex-direction: column;
  align-items: space-between;

}

/* .album_container {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;

  width: 167px;
  height: 120px;
}

.album_name {
  position: absolute;
  z-index: 1;
  color: white;
  font-size: 15px;
}

.album_container img {
  filter: brightness(0.5);
  width: 210px;
  height: 110px;
  border-radius: 10px;
  object-fit: cover;
}

.album_body_2 {
  margin-top: 20px;
}

.image_group {
  width: 100%;
  height: 450px;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  margin-top: 10px;
}

.bts {
  width: 100%;
  margin: 10px;
  border-radius: 8px;
} */


.theme__title {
  margin-left: 29px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 20px;
  font-family: 'KR_bold';
  color: var(--primary_darky);
}

.theme__album {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0px 29px;
}

.grid-container2 {
  display: grid;
  grid-template-columns: repeat(3fr, 1);
  grid-template-rows: 1fr;
  gap: 13px;
}

.grid-item2 {
  text-align: center;
  position: relative;
}

.grid-item2 img {
  width: 335px;
  height: 150px;
  border-radius: 15px;
  object-fit: cover;
  filter: brightness(60%);

}

.theme__description {
  position: absolute;
  bottom: 15px;
  left: 50px;
  font-size: 18px;
  color: var(--white);
}