@import url('https://fonts.cdnfonts.com/css/helvetica-neue-5');
@import url('https://fonts.cdnfonts.com/css/pt-banana-split');

* {
    font-family: 'pretendard', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
    background-color: #fffafd;
}

.container {
    width: 80%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.content{
    height: 100vh;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 2;
    margin-top: 2.3%;
    margin-bottom: 2.3%;
}

.mainLogo{
    width: 8.2rem;
}

header nav {
    display: flex;
    gap: 5rem;
    font-size: 1rem;
    margin-top: 1.3rem;
}

header a{
    text-decoration: none;
    color:black;
}

header a:hover{
    color: #ff0080;
}

.btnText a {
    text-decoration: none;
}

footer{
    background-color: #ffb7d4;
    color:white;
    padding: 2.5rem 0;
    width: 100%;
}


footer a {
    text-decoration: none;
    color:white;
}


.layoutF1 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex:2;
    flex-direction: row;
}

.footerContent1, .footerContent2 {
    flex: 1;
    min-width: 300px;
    margin: 10px;
}

.F1 {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.indexF {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

.indexF a{
    font-size: 0.8rem;
    margin-right: 0.2rem;
    padding-top: 2rem;
}

.foot3 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    margin-right: auto;
    gap: 6rem;
    margin-top: 0.5rem;
}

.titleF {
    font-weight: bold;
    font-size: 1.1rem;
    align-self: flex-start;

}

.contentF {
    line-height: 1.5rem;
    font-size: 0.92rem;
    margin-left: auto;
}

.foot4 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-right: auto;
    justify-content: flex-start;

}

.F2{
    width: 30rem;
    margin-left: 15rem;
}


.logoF{
    width: 10rem;
}

.copy{
    margin-top: 1rem;
    font-size: 0.8rem;
}

.bold{
    font-weight: bold;
}

.titleF{
    font-weight: bold;
    font-size: 0.9rem;
}

.contentF{
    line-height: 1.5rem;
    font-size: 0.8rem;
    margin-left: 0;
}

.small{
    font-size: 0.78rem;
}


html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    flex-direction: column;
}


main {
    flex: 1;
}



