@font-face {
    font-family: 'Pretendard';
    src: url(./woff2/Pretendard-Regular.woff2) format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url(./woff2/Pretendard-Medium.woff2) format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url(./woff2/Pretendard-SemiBold.woff2) format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url(./woff2/Pretendard-Bold.woff2) format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard';
    src: url(./woff2/Pretendard-ExtraBold.woff2) format('woff');
    font-weight: 900;
    font-style: normal;
}

body {
    font-family: "Pretendard", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

nav {
    height: 70px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: sticky;
    top: 0px;
    background-color: #94B4D5;
}

.logo, .beta_service {
    width: 100px;
    margin: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo > img {
    width: 100%;
}
.beta_service > img {
    width: 100%;
}

#fullpage {
    font-family: "Pretendard", Pretendard
}

section {
    background-color: #F9FAFB;
    margin-bottom: 100px;
    margin: 200px 0;
}

.section1 {
    height: 850px;
    width: auto;
    background-size: cover;
    background-image: url("./img/section1_img.png");
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
}
.section1_header {
    font-size: 38px;
    font-weight: 900;
    color: white;
    margin-top: 5px;
    text-align: center;
    letter-spacing: 3px;
}
.section1_subheader {
    margin-top: 30px;
    font-size: 21px;
    font-weight: 600;
    color: white;
    text-align: center;
}

.section2 {
    background-color: white;
}

.section2_header {
    font-size: 28px;
    font-weight: 600;
    margin-top: 20px;
    margin-left: 18px;
}
.section2_subheader_container {
    margin-top: 45px;
}
.section2_subheader {
    font-size: 25px;
    font-weight: 600;
    color: #17171f9a;
    margin-top: 20px;
    margin-left: 18px;
}

.section_header_container {
    margin-top: 15px;
    margin-left: 18px;
}
.section_subheader_container {
    margin-top: 50px;
    margin-left: 18px;
}
.section_text_container {
    margin-top: 80px;
    margin-left: 18px;
    margin-bottom: 25px;
}
.section_img_container {
    display: flex;
    justify-content: space-around;
}
.section_tag {
    color: #17171F;
    font-size: 18px;
    margin-top: 50px;
    margin-left: 18px;
    font-weight: 600;
    letter-spacing:0.5px;
}
.section_header {
    font-size: 28px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: -0.2px;
}
.section_subheader {
    font-size: 19px;
    font-weight: 600;
    margin-top: 5px;
    letter-spacing: -0.2px;
}
.section_text {
    font-size: 17px;
    color: #12121284;
    margin-top: 5px;
    font-weight: 500;
    letter-spacing: -0.2px;
}

.section_img {
    display: flex;
    justify-content: center;
    width: 100%;
}
.section_img > img {
    width: 95%;
}

.section7 {
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    background-color: black;
}
.section7_header {
    color: white;
    font-size: 35px;
    margin: 20px;
    font-weight: 600;
}
.section7_img {
    width: 160px;
    height: 3px;
    margin-top: 50px;
}
.section7_img > img {
    width: 95%;
}

.section7_last {
    color: #ffffff6a;
    display: flex;
    justify-content: end;  
    margin-top: 50px; 
    margin-right: 7px;
    font-size: 17px;
}

.section_btn {
    position: sticky;
    bottom: 10px;
    width: 300px;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 50px;
}
.section_btn > img {
    width: 100%;
}

.section_last {
    margin-bottom: 0;
    padding-top: 60px;
}

footer {
    background-color: black;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    height: 90px;
}
footer > div {
    color: white;
    font-size: 12px;
    margin-top: 15px;
    font-family: "Pretendard", Pretendard
}