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 #f3f3f3;
    margin-bottom: 2rem;
}
header h1 {
    width: 10rem;
}
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%;
}

body {
    position: relative;
}
footer {
    background-color: #4d4d4d;
    width: 100%;
    padding: 4rem 0;
}
footer p {
    font-size: 1.3rem;
    font-weight: 400;
    color: #9d9d9d;
    text-align: center;
    margin-bottom: 1.5rem;
}
footer pre {
    font-size: 1.3rem;
    font-weight: 400;
    color: #9d9d9d;
    text-align: center;
    line-height: 1.4;
}

main {
    padding: 0 1.5rem 5rem;
    min-height: 60rem;
}
main#checkList {
    padding: 0 1.5rem 20rem;
    min-height: 39.7rem;
}
@media screen and (max-width: 915px) {
    main#checkList {
        min-height: 65rem;
    }
}




/* home */
.section.home {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.section a.aButton {
    width: 100%;
    border-radius: 1rem;
    padding: 1.5rem 2rem;
}
.section a.aButton p {
    font-size: 1.6rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}
.section a.aButton span {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.5;
}
.section a.aButton.top {
    height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background-color: #e2fbe4;
    background-image: url(../img/main_img.png);
    background-size: 17rem;
    background-position: right 2rem top 2rem;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}
.section a.aButton.top p {
    font-size: 2.3rem;
    color: #00a864;
    margin-bottom: 3rem;
}
.section a.aButton.top span.marquee {
    display: inline-block;
    white-space: nowrap; /* 줄바꿈 방지 */
    position: absolute;
    animation: marquee 15s linear infinite;
}
@keyframes marquee {
    from {
        transform: translateX(60%);
    }
    to {
        transform: translateX(-110%);
    }
}
.section a.aButton.middle {
    width: calc(100% / 2 - 0.8rem);
    height: 17rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
@media screen and (max-width: 360px) {
    main#checkList {
        min-height: 62rem;
    }
    .section a.aButton.top {
        background-size: 15rem;
    }
    .section a.aButton.middle span {
        font-size: 1.3rem;
    }
}
.section a.aButton.middle.red {
    background-color: #ff5757;
}
.section a.aButton.middle.green {
    background-color: #00aa68;
}
.section a.aButton.middle p {
    color: #fff;
    font-weight: 400;
}
.section a.aButton.middle span {
    color: #fff;
    font-weight: 300;
}
.section a.aButton.middle img {
    height: 5rem;
    margin-bottom: auto;
}
.section a.aButton.bottom.white {
    background-color: #e63a34;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section a.aButton.bottom.white p {
    color: #fff;
    font-weight: 400;
    margin-top: 0.5rem;
}
.section a.aButton.bottom.white span {
    color: #fff;
    font-weight: 300;
}
.section a.aButton.bottom.white img {
    position: absolute;
    right: 1.5rem;
    width: 6rem;
}

.section.home.bottom {
    margin-top: 1.5rem;
}
.section a.aButton.bottom.black  {
    padding: 2rem 1.5rem;
    border: 0.1rem solid #e2e2e2;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}
.section a.aButton.bottom.black p {
    margin-top: 0.5rem;
}
.section a.aButton.bottom.black span {
    color: #848484;
}
.section a.aButton.bottom.black img {
    position: absolute;
    right: 1.5rem;
    height: 4rem;
}
.section a.aButton.bottom.black:nth-of-type(2) img {
    height: 5.5rem;
}



/* sub */
.section.sub {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
.section.sub h2 {
    font-size: 2.3rem;
    font-weight: 700;
    margin-bottom: 2rem;
    line-height: 1.2;
}
.section.sub .content {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #fff3f3;
}
.section.sub img.camping-img {
    width: 100%;
    margin-bottom: 1.5rem;
}
.section.sub h3 {
    font-size: 1.6rem;
    font-weight: 700;
    color: #e5342e;
    margin-bottom: 0.5rem;
}
.section.sub pre {
    font-size: 1.4rem;
    font-weight: 400;
    color: #878585;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.section.sub pre:last-of-type {
    margin: 0;
}
.section.sub pre span.point1 {
    font-size: 1.4rem;
    font-weight: 400;
    color:#e5342d;
    line-height: 1.6;
    margin-right: 0.1rem;
}
.section.sub.C pre span.point1 {
    font-size: 1.4rem;
    font-weight: 400;
    color:#ff6f6f;
    line-height: 1.6;
    margin-right: 0.1rem;
}
.section.sub hr {
    margin-bottom: 2.5rem;
    border: 0;
    height: 0.1rem;
    background-color: #d0c9c9;
}
.section.sub hr:last-of-type {
    display: none;
}
a.bottomBtn {
    background-color: #ff8585;
    border: 1rem;
    border-radius: 1rem;
    width: calc(100% - 3rem);
    padding: 2rem;
    margin: 0 1.5rem 4rem 1.5rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
a.bottomBtn img.subicon-img {
    height: 3rem;
    margin-right: 1.5rem;
}
a.bottomBtn img.arrow {
    height: 2rem;
    margin-left: auto;
}



/* checklist */
.title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.title h2 {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.2;
}
.title button {
    font-size: 1.4rem;
    font-weight: 300;
    color: #fff;
    background-color: #ff8585;
    border-radius: 3rem;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.title button img {
    width: 1.3rem;
    margin-right: 0.5rem;
}
.check-section {
    margin-top: 2rem;
    width: 100%;
}
.check-section form {
    width: 100%;
}
.check-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff7f5;
    margin-bottom: 2rem;
    padding: 1rem;
    border-radius: 1rem;
    position: relative;
    z-index: 999;
}
.checkbox-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.checkbox-item img {
    width: 1.8rem;
    margin: 0 1rem;
}
.checkbox-item input[type="checkbox"] {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    vertical-align: middle;
    background-image: url(../img/sub_icon7.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.checkbox-item input[type="checkbox"]:checked {
    background-image: url(../img/sub_icon6.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.checkbox-item input[type="text"] {
    font-size: 1.6rem;
    font-weight: 400;
    color: #5c5d5d;
    background-color: #fff7f5;
    margin-left: 1rem;
    width: 20rem;
}













.section.map {
    height: 100%;
    position: relative;
    margin-top: -2rem;
}
.leaflet-control-container {
    display: none !important;
}

.section.map .marker-cluster-large,
.section.map .marker-cluster-medium,
.section.map .marker-cluster-small {
    background-color: #e63a34;
}
.section.map .marker-cluster-large div,
.section.map .marker-cluster-medium div,
.section.map .marker-cluster-small div {
    background-color: #e63a34;
}
.section.map .marker-cluster-large div span,
.section.map .marker-cluster-medium div span,
.section.map .marker-cluster-small div span {
    font-size: 1.6rem;
    font-weight: 300;
    color: #fff;
    display: inline-block;
    padding-top: 0.1rem;
}
.modal-background {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 6666;
    display: none;
}

.section.map #mapModal {
    display: none;
    width: calc(100% - 3rem);
    border-radius: 1rem;
    background-color: #fff;
    margin: 0 1.5rem;
    position: absolute;
    bottom: 20%;
    z-index: 7777;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    gap: 1.3rem;
    padding: 2rem;
}
.section.map #mapModal h3 {
    font-size: 2.2rem;
    font-weight: 700;
    color: #e63a34;
}
.section.map #mapModal p {
    font-size: 1.6rem;
    font-weight: 500;
    color: #333333;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.section.map #mapModal button {
    font-size: 1.8rem;
    font-weight: 400;
    color: #fff;
    border-radius: 1rem;
    background-color: #ff8585;
    padding: 2rem;
    text-align: center;
    width: 100%;
    margin-top: 1rem;
}