: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;
}

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

/* 한글인데 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);
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 2px;
}


/* 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(3px);
}



.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);
}

.memorydesc {
    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);
    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;
}

.box__category {
    position: absolute;
    bottom: -90px;
    display: flex;
    gap: 35px;
}

/* .hr2 {
    border: 0;
    background-color: #19A7CE;
    width: 55px;
    height: 2px;
    position: absolute;
    left: 233px;
    top: 479px;
} */


.write__section {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    padding: 0 29px;
}

.box__guest {
    position: relative;
    width: 322px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 15px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.box__guest2 {
    width: 323px;
    height: 116px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 15px;
    filter: drop-shadow(0px 0px 4px rgba(0, 0, 0, 0.25));
}

.guest__intro {
    display: flex;
    padding-left: 20px;
    padding-top: 20px;
    gap: 10px;
}


.guest__info {
    display: flex;
}

.guest__text {
    padding-left: 20px;
    padding-top: 2px;
}

.heart {
    height: 20px;
    left: 270px;
}

.good {
    left: 266px;
}


.guest__like {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0px;
    right: 20px;
    top: 25px;
}

.guest__like i {}

.guest__profile {
    width: 45px;
    height: 45px;
    object-fit: cover;
}

.image__box {
    margin-top: 10px;
    display: flex;
    gap: 12px;
}

.image__family {
    object-fit: cover;
    border-radius: 10px;
    width: 137px;
    height: 82px;
}


.category__btn {
    font-size: 14px;
    font-family: 'KR_bold';
    src: url('/fonts/NotoSansKR-Bold.otf');
    color: #19A7CE;
    background-color: var(--white);
}

/* .category__btn {
    font-size:  14px;
    font-family: 'KR_regular';
    unicode-range: U+AC00-D7AF;
    src: url('/fonts/NotoSansKR-Regular.otf');
    color:#000000;
    background-color: var(--white); 
}

.category__btn :active{
    font-size:  14px;
    font-family: 'KR_bold';
    unicode-range: U+AC00-D7AF;
    src: url('/fonts/NotoSansKR-Bold.otf');
    color:#19A7CE;
    background-color: var(--white); 
}

.category__btn :visited{
    font-size:  14px;
    font-family: 'KR_bold';
    unicode-range: U+AC00-D7AF;
    src: url('/fonts/NotoSansKR-Bold.otf');
    color:#19A7CE;
    background-color: var(--white); 

} */

.context3 {
    margin-left: 5px;
}

.context1_bold {
    font-family: 'KR_bold';
    src: url('/fonts/NotoSansKR-Bold.otf');
    font-size: 12px;
    color: #146C94;
}

.grey {
    color: #908787;
}


.guest__description {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.write__name {
    font-size: 14px;
}

.write__category {
    font-size: 12px;
    color: var(--primary);
}

.write__date {
    font-size: 10px;
    color: gray;
}