header {
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
    border-bottom: 0.1rem solid #e1e1e1;
    margin-bottom: 2.5rem;
}
header h1 {
    width: 15rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #prevBtn {
    width: 2rem;
    position: absolute;
    left: 1.5rem;
}
header #prevBtn img {
    width: 100%;
}

.blackBg {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}

nav {
    background-color: #4d4d4d;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 6rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 7777;
}
nav a {
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
nav a img {
    height: 2rem;
    margin-bottom: 1rem;
}
nav a span {
    font-family: LHM;
    font-size: 1.5rem;
    color: #fff;
}

main {
    padding: 0 1.5rem 10rem;
}


.lhl {
    font-family: LHL;
}
.lhm {
    font-family: LHM;
}

.section {
    display: flex;
    flex-direction: column;
}

.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.title h2 {
    font-size: 2rem;
}
.title span.gray {
    font-family: LHM;
    font-size: 1.6rem;
    color: #aeaeae;
    display: inline-block;
    margin-bottom: 0.5rem;
}
.title img {
    height: 1.5rem;
}


.grayBg {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #f9f9f9;
    margin-bottom: 3rem;
}
pre {
    font-family: LHL;
    font-size: 1.5rem;
    line-height: 1.5;
    color: #7f7f7f;
}
pre span.point1 {
    font-size: 1.6rem;
    color: #23c9a9;
    line-height: 1.5;
}
pre span.point2 {
    font-size: 1.6rem;
    columns: #333;
    line-height: 1.5;
    display: inline-block;
    margin-bottom: 0.5rem;
}
img.chart {
    width: 100%;
    margin: 1.5rem 0;
}
p {
    font-family: LHL;
    font-size: 1.4rem;
    line-height: 1.4;
    color: #a1a1a1;
    margin-top: 1rem;
}
p.infoChart {
    text-align: center;
    color: #afafaf;
    margin: -1rem 0 1rem 0;
}

.btn-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.btn-wrap.gap {
    gap: 2rem;
}

.aButton {
    padding: 2rem;
    border-radius: 1rem;
    font-size: 1.8rem;
    color: #fff;
}
.aButton span {
    font-family: LHL;
    font-size: 1.6rem;
    color: #fff;
}
.aButton p {
    font-family: LHB;
    font-size: 2rem;
    color: #fff;
    margin-top: 0.5rem;
}
.one {
    width: 100%;
}
.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.df {
    display: flex;
    flex-direction: column;
}
.green {
    background-color: #059176;
}
.mint {
    background-color: #8ad4c5;
    background-image: url(../img/main_icon5.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem bottom 50%;
    background-size: 8rem;
}
.mintgreen {
    background-color: #14c6a4;
    background-image: url(../img/main_icon6.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem bottom 50%;
    background-size: 5rem;
}





/* home */
.section.home {
    
}
.top-banner {
    margin: -7.5rem -1.5rem 0 -1.5rem;
    padding: 8rem 1.5rem 10rem 1.5rem;
    background-color: #233253;
    background-image: url(../img/main_img.png);
    background-repeat: no-repeat;
    background-position: right 0 bottom 7rem;
    background-size: 18rem;
}
.top-banner p.title {
    font-family: LHB;
    font-size: 1.9rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 2.5rem;
}
.top-banner p.subtitle {
    font-family: LHL;
    font-size: 1.5rem;
    color: #fff;
    margin-top: 0;
    margin-bottom: 1rem;
}
.top-banner pre {
    font-family: LHB;
    font-size: 1.8rem;
    color: #fff;
}
.top-swiper {
    margin-top: -7rem;
    margin-bottom: 5rem;
}
.swiper.hompSwiper {
    height: 18rem;
}
.swiper.hompSwiper .swiper-pagination-bullet {
    width: 0.7rem;
    height: 0.7rem;
}
.swiper.hompSwiper .swiper-pagination-bullet-active {
    width: 2rem;
    border-radius: 3rem;
    background-color: #059176;
}
.banner-item {
    display: block;
    width: 100%;
    height: 15rem;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    border: 0.1rem solid #f3f3f3;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.banner-item.img1 {
    background-image: url(../img/main_icon1.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem bottom 1.5rem;
    background-size: 12rem;
}
.banner-item.img2 {
    background-image: url(../img/main_icon2.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem bottom 1.5rem;
    background-size: 6rem;
}
.banner-item.img3 {
    background-image: url(../img/main_icon3.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem bottom 1.5rem;
    background-size: 9rem;
}
.banner-item.img4 {
    background-image: url(../img/main_icon4.png);
    background-repeat: no-repeat;
    background-position: right 1.5rem bottom 1rem;
    background-size: 9rem;
}
.banner-item p {
    font-family: LHB;
    font-size: 1.9rem;
    margin-top: 0;
    color: #333;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-item p img {
    height: 1.5rem;
}
.banner-item pre {
    font-size: 1.6rem;
    line-height: 1.2;
}
.banner-item .hash-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}
.banner-item .hash-wrap span.hash {
    font-family: LHL;
    font-size: 1.3rem;
    color: #fff;
    padding: 0.7rem 1.1rem;
    border-radius: 3rem;
    background-color: #14c6a4;
}
.home-bottom {
    margin-bottom: 3rem;
}



/* note */
button.note {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 0.7rem 1.5rem;
    border-radius: 0.5rem;
    font-family: LHM;
    font-size: 1.4rem;
    color: #fff;
    background-color: #14c6a4;
}
button.note img {
    height: 1.8rem;
}
.note-container {
    padding: 1.5rem;
    border-radius: 1rem;
    min-height: 40rem;
    background-color: #f9f9f9;
}
.note-container .notepad {
    font-family: LHL;
    font-size: 1.6rem;
    line-height: 1.4;
    min-height: 40rem;
    color: #5b5b5b;
}
.notepad span {
    font-family: LHL;
    font-size: 1.6rem;
    line-height: 1.4;
    color: #5b5b5b;
}
.note-container .date-wrap {
    padding-bottom: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.note-container .date-wrap span.date {
    font-family: LHL;
    font-size: 1.6rem;
    color: #b8b8b8;
}

/* 기본 체크박스 스타일 */
input[type="checkbox"] {
    width: 2.5rem; 
    height: 2.5rem;
    border-radius: 0.5rem;
    border: 0.1rem solid #233253;
    position: relative;
    cursor: pointer;
}
/* 체크박스 체크 상태 */
input[type="checkbox"]:checked {
    background-color: #233253;
    border-color: #233253;
    background-image: url(../img/sub_icon6.png);
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}
input[type="checkbox"]:not(:checked) {
    background-image: none; 
}
li.note-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #f9f9f9;
    margin-bottom: 1rem;
    width: 100%;
}
li.note-list .note-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
}
li.note-list .note-item .content-wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 85%;
}

li.note-list .note-item .content-wrap p.content {
    font-family: LHB;
    font-size: 1.6rem;
    color: #5d5d5d;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
li.note-list .note-item .content-wrap p.date {
    font-size: 1.2rem;
    color: #c8c8c8;
    margin: 0;
}
li.note-list .note-item2 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}
li.note-list .note-item2 img {
    width: 2rem;
}

.no-scrap {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40rem;
}
.no-scrap p {
    font-family: LHL;
    font-size: 1.8rem;
    line-height: 1.3;
    color: #808080;
    text-align: center;
}
.deleteModal {
    display: none;
    width: calc(100% - 3rem);
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 3rem;
    border-radius: 1rem;
    z-index: 9999;
    text-align: center;
}
.deleteModal p {
    font-family: LHB;
    font-size: 2rem;
    color: #333333;
    margin-top: 0;
    margin-bottom: 2rem;
}
.deleteModal button.modalBtn {
    width: calc(100% / 2 - 1rem);
    padding: 1.5rem 0;
    text-align: center;
    border-radius: 1rem;
    font-size: 2rem;
    color: #fff;
    background-color: #4d4d4d;
}
.deleteModal button.modalBtn.del {
    background-color: #14c6a4;
}



/* sub */
.section.sub .aButton {
    margin-top: 2rem;
}


/* qna */
.qna-wrapper {
    margin-bottom: 1.5rem;
}
.qna-wrapper h3 {
    font-size: 1.6rem;
    color: #018f74;
    line-height: 1.4;
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #f3fcfa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.qna-wrapper h3 img {
    width: 1.8rem;
    margin-left: 0.5rem;
}
.qna-wrapper pre {
    font-family: LHL;
    font-size: 1.5rem;
    color: #5e5e5e;
    line-height: 1.4;
    padding: 1.5rem;
    border-radius: 0 0 1rem 1rem;
    background-color: #f9f9f9;
}
.section.qna .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}
.section.qna .pagination a {
    font-family: LHL;
    font-size: 1.8rem;
    margin: 1rem 0;
}
.section.qna .pagination a.active {
    font-family: LHM;
    color: #008a6d;
}


/* news */
.news-wrap {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.news-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 10rem;
}
.news-item .img-wrap {
    width: 38%;
    border-radius: 0.5rem;
    overflow: hidden;
}
.news-item .img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item div.content {
    width: 59%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.news-item div.content h3 {
    font-family: LHB;
    font-size: 1.6rem;
    color: #000;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-item div.content p {
    font-family: LHL;
    font-size: 1.5rem;
    color: #898989;
    line-height: 1.3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.5rem;
}


@media screen and (max-width: 375px) {
    .banner-item.img1 {
        background-image: url(../img/main_icon1.png);
        background-repeat: no-repeat;
        background-position: right 1.5rem bottom 2.5rem;
        background-size: 9rem;
    }
    .banner-item.img2 {
        background-image: url(../img/main_icon2.png);
        background-repeat: no-repeat;
        background-position: right 1.5rem bottom 1.5rem;
        background-size: 5rem;
    }
    .banner-item.img3 {
        background-image: url(../img/main_icon3.png);
        background-repeat: no-repeat;
        background-position: right 1.5rem bottom 2rem;
        background-size: 8rem;
    }
    .banner-item.img4 {
        background-image: url(../img/main_icon4.png);
        background-repeat: no-repeat;
        background-position: right 1.5rem bottom 1.5rem;
        background-size: 7rem;
    }
}
@media screen and (max-width: 360px) {
    .banner-item .hash-wrap {
        gap: 0.5rem;
    }
    .banner-item p {
        font-size: 1.7rem;
    }
    .banner-item pre {
        font-size: 1.5rem;
    }
    .banner-item .hash-wrap span.hash {
        font-size: 1.2rem;
        padding: 0.7rem 1.1rem;
    }
    .banner-item.img1 {
        background-image: url(../img/main_icon1.png);
        background-repeat: no-repeat;
        background-position: right 1.5rem bottom 2.5rem;
        background-size: 7rem;
    }
    .banner-item.img2 {
        background-image: url(../img/main_icon2.png);
        background-repeat: no-repeat;
        background-position: right 1.5rem bottom 1.5rem;
        background-size: 5rem;
    }
    .banner-item.img3 {
        background-image: url(../img/main_icon3.png);
        background-repeat: no-repeat;
        background-position: right 1.5rem bottom 2rem;
        background-size: 7rem;
    }
    .banner-item.img4 {
        background-image: url(../img/main_icon4.png);
        background-repeat: no-repeat;
        background-position: right 1.5rem bottom 1.5rem;
        background-size: 7rem;
    }
}