.home-section-1 {
    height: auto;
    background-color: #FFFFFF;
    margin: 120px 0;
}
.home-section-2 {
    height: 1250px;
    background-color: #1D46B5;
}

#footer {
    margin-top: 0;
}

.home-main-banner {
    display: flex;
    flex-direction: row;
    width: 100%;
    /*height: 460px;*/
    align-items: center;
    margin-top: 40px;
}
.home-main-banner-text {
    flex-grow: 1;
    min-width: 450px;
    width: 450px;
    /*padding-top: 147px;*/
}

.home-main-banner-sub-title {
    color: #2349AF;
    font-size: 2.8rem;
    margin-bottom: 8px;
}
.home-main-banner-title {
    color: #2349AF;
    font-size: 4.4rem;
    font-weight: 800;
    margin-bottom: 16px;
}

.home-main-banner-sub-text {
    font-size: 2rem;
    color: #2349AF;
    margin-bottom: 30px;
}
.home-main-banner-sub-text > div {
    margin-top: 10px;
}

.home-main-banner-img {
    flex-grow: 1;
    height: 100%;
    margin-top: 40px;
}
.home-main-banner-text .btn {
    font-size: medium;
}
.home-main-LNB {
    display: flex;
    width: 100%;
    position: absolute;
    top: -50px;
    background-color: #f2f2f2;
}

.home-main-LNB div {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    height: 100px;
    width: 100%;
    align-items: center;
    cursor: pointer;
    font-size: 2.8rem;
}
.qr-code-box {
    display: flex;
    justify-content: center;
    align-items: center;
}
.qr-code {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.qr-img {
    width: 50%;
}
.qr-img img {
    width: 40%;
    margin: 10px;
}
.home-middle-container {
    display: flex; 
    position: absolute;
    width: 100%;
    top: 200px;
}

.home-middle-container-title {
    color: #FFFFFF;
    font-size: 36px;
    margin-bottom: 21px;
    font-weight: 500;
}

.home-middle-container-sub-text {
    color: #FFFFFF;
    margin-bottom: 34px;
    font-size: 2rem;
    line-height: 2;
}
.home-middle-container-sns-text {
    width: 100%;
}

.home-middle-container-sns-icons {
    display: flex;
    gap: 20px;
    height: 56px;
}
.home-middle-container-sns-icons img {
    cursor: pointer;
}
.home-middle-container-sns {
    display: flex;
    width: 100%;
    height: 210px;
    gap: 30px;
}
.home-middle-container-sns img{
    flex-grow: 1;
    border-radius: 20px;
    cursor: pointer;
}

.home-main-LNB div:hover {
    color: #2349AF;
}

.home-bottom-container {
    position: absolute;
    bottom: 180px;
    width: 100%;
}

.home-bottom-container-top-bar {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.home-bottom-container-top-left{
    display: flex;
    gap: 40px;
    align-items: flex-end;
}

.home-bottom-container-title {
    flex-grow: 1;
    font-size: 34px;
    font-weight: bold;
    color: #FFFFFF;
}

.home-bottom-container-cate {
    flex-grow: 1;
    color: #FFFFFF;
    opacity: 0.6;
    font-size: 18px;
    cursor: pointer;
}

.cate-select {
    opacity: 1;
    border-bottom: 1px solid white;
}

.home-bottom-container-top-right{
    
}

.home-bottom-content {
    display: none;
    width: 100%;
    gap: 30px;
    height: 400px;
    justify-content: space-between;
}
.home-bottom-content.active {
    display: flex;
}
.home-bottom-content-card {
    flex-grow: 1;
    background-color: white;
    border-radius: 20px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    word-break: keep-all;
    width: 360px;
    box-sizing: border-box;
    overflow: hidden;
}

.home-bottom-content-cate {
    color: #282828;
    font-size: 2rem;
}

.home-bottom-content-title {
    display: -webkit-box;
    width: 100%;
    font-size: 21px;
    font-weight: bold;
    color: black;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.home-bottom-content-text {
    display: -webkit-box;
    width: 90%;
    color: #707070;
    font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 50px;
}

.home-bottom-content-bottom-bar {
    display: flex;
    justify-content: space-between;
}

.home-bottom-content-bottom-bar div:nth-child(1) {
    color: #707070;
    font-size: 15px;
}

.home-bottom-content-bottom-bar img {
    height: 24px;
    cursor: pointer;
}