@font-face {
    font-family: 'SUIT-Regular';
    src: url('../fonts/SUIT-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-Bold';
    src: url('../fonts/SUIT-Bold.ttf') format('woff');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT-ExtraBold';
    src: url('../fonts/SUIT-ExtraBold.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy-1Thin';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-style: normal;
}
            @font-face {
    font-family: 'Paperlogy-2ExtraLight';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
            @font-face {
    font-family: 'Paperlogy-3Light';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}
            @font-face {
    font-family: 'Paperlogy-4Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
            @font-face {
    font-family: 'Paperlogy-5Medium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}
            @font-face {
    font-family: 'Paperlogy-6SemiBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
            @font-face {
    font-family: 'Paperlogy-7Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}
            @font-face {
    font-family: 'Paperlogy-8ExtraBold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}
            @font-face {
    font-family: 'Paperlogy-9Black';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    height: 100%; 
}
#wrap * {
    font-family: 'SUIT-Regular' ;
}
#wrap {
    position: relative;
    
}
header {
    padding: 1.5rem;
}

header img {
    width: 30%;
}



footer {
    border: 1px solid #f0f0f0;
    background-color: #fff;
    padding: 20px;
    text-align: center;
    position: relative;
    bottom: 0;
}
footer p{
    line-height: 1.1;
    font-size: 1.1rem;
}

.content1 {
    padding: 0 1.5rem 3rem;
}
.content1 .txt{
    font-size: 1.6rem;
    line-height: 1.5;
}
.content1 .th {
    display: block;
    margin: 0 auto; 
    text-align: center; 
    width: 80%;
}
.content1 .con {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2rem;
}
.content1 .con:nth-child(1){
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 0;
}
.content1 .sub_title {
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
    line-height: 1.3;
    color: #4783c1;
    font-family: 'SUIT-ExtraBold' !important;
}
.content1 .bold {
    font-size: 1.8rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 2rem;
    line-height: 1.3;
    color: #4783c1;
    font-family: 'SUIT-ExtraBold' !important;
}
.point3 {
    font-size: 1.6rem;
    color: #dd9136;
    font-weight: 600;
    margin-top: 1.5rem;
}
.section_A .content1 .box:nth-of-type(1) {
    margin-top: 0;
}
.content1 .box {
    margin-top: 1.5rem;
}
.content1 .btn_group {
    margin: 3rem 0;
}
.content1 .btn_wrap {
    margin: 4rem 0;
}
/* .content1 .btn_wrap:nth-of-type(1) {
    margin: 2rem 0;
} */
.content1 .btn {
    position: relative;
    margin-top: 1.5rem;
    display: block;
}
.content1 .btn img {
    width: 100%;
}
.content1 .img {
    width: 100%;
    margin-top: 3rem;
}

.text-overlay {
    position: absolute;
    top: 50%;
    left: 2%;
    transform: translateY(-50%);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Paperlogy-7Bold' !important;
}
.text-overlay span{
    color: #fff;
    font-family: 'Paperlogy-4Regular' !important;
    font-size: 1.6rem;
}
.content1 .btn_wrap2 {
    margin: 2rem 0;
}
.home {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    border-radius: 1rem;
    background-color: #e8ebed;
    color: #314f80;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 3rem;
    font-family: 'SUIT-Bold' !important;
}
footer {
    border: 1px solid #e4e4e4;
    background-color: #fff;
    padding: 20px;
}
footer p{
    line-height: 1.3;
    font-size: 1.3rem;
    font-family: 'SUIT-Regular' ;
}
footer p span{
    line-height: 1.3;
    font-size: 1.3rem;
    color: #333;
    font-weight: 600;
    font-family: 'SUIT-Regular' ;
}
