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


/*일대기시작*/
.biography-section {
    padding: 0 29px;
    display: flex;
    flex-direction: column;
}

.biography__title {
    margin-top: 25px;
    margin-bottom: 15px;
    color: var(--primary_darky);
}



.biography-img01 {
    background-image: url("page1_source/biography-img01.png");

}


.scroll__section {
    display: flex;
    flex-direction: column;
    padding: 0 29px;
    position: relative;
}

.container {
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.bio__img {
    width: 100%;
    height: 320px;
    border-radius: 20px 20px 0 0;
    object-fit: cover;
    filter: brightness(75%);
}

.biography__description {
    display: flex;
    flex-direction: column;
    padding: 0 29px;
}

.image-title {
    color: white;
    display: flex;
    position: absolute;
    top: 20px;
    left: 20px;
    flex-direction: column;
    gap: 0px;
}


.img-content {
    background-color: #F5F1F0;
    width: 350px;
    height: 100px;
    border-radius: 25px;

    margin-bottom: 20px;
}



.biography-content__title {
    display: flex;
    justify-content: space-between;
    padding: 10px 5px;
    align-items: center;
    /* background-color: aquamarine;*/
}

.biography-content__title>div {
    width: 100px;
    height: 2px;
    border-radius: 99px;
    background-color: var(--primary);
}

.biography-content__title>h4 {
    margin-left: 15px;
}


.biography-content__container>p:nth-child(2) {
    margin-bottom: 5px;
}



.content__description {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.birth {
    font-size: 14px;
    font-family: "KR_bold";
}


.control__bar {
    position: fixed;
    display: flex;
    flex-direction: column;
    right: 30px;
    bottom: 30px;
}

.control__bar a {
    width: 40px;
    height: 40px;
    border-radius: 99px;
    background-color: var(--white);
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--primary);
    border: 1px solid var(--primary);
    font-family: "KR_bold";
    cursor: pointer;
}

.control__bar button a {
    color: var(--primary);
}

.control__bar button i {
    font-size: 20px;
}

/*일대기끝*/