header {
    height: 5.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 15rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}

nav {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 7rem;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    box-shadow: 0 -0.2rem 0.5rem rgba(0, 0, 0, 0.1);
}
nav a {
    width: 25%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
nav a img {
    height: 2.5rem;
    margin-bottom: 0.5rem;
}
nav a span {
    font-size: 1.4rem;
    font-weight: 700;
    color: #dbdbdb;
}

main {
    padding: 0 1.5rem 3rem;
    background-color: #fff;
}



/* common */
h2 {
    font-size: 2.2rem;
    font-weight: 800;
    margin-bottom: 2rem;
}
h2 b {
    font-size: 2.2rem;
    font-weight: 700;
    color: #00a251;
}
h4 {
    font-size: 1.7rem;
    font-weight: 800;
    margin-bottom: 1rem;
}
h5 {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.3;
    width: 90%;
}




.title {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
}
.title h2 {
    margin: 0;
}
.title span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #808080;
    margin-left: 0.5rem;
}


















/* home.php */
.section.home-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.section.home-top a {
    padding: 2rem 1.5rem;
    border: 0.1rem solid #e9e9e9;
    border-radius: 1rem;
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), /* 아래쪽 그림자 */
                0 -0.2rem 0.5rem rgba(0, 0, 0, 0.05), /* 위쪽 그림자 */
                0.2rem 0 0.5rem rgba(0, 0, 0, 0.05), /* 오른쪽 그림자 */
                -0.2rem 0 0.5rem rgba(0, 0, 0, 0.05); /* 왼쪽 그림자 */
}
.section.home-top a img {
    width: 4rem;
    align-self: flex-end;
    margin-top: auto;
}
.section.home-top a:nth-of-type(3) img,
.section.home-top a:nth-of-type(4) img {
    width: 4.5rem;
}
.section.home-top a:nth-of-type(1) img,
    .section.home-top a:nth-of-type(2) img {
    width: 5rem;
}
.section.home-top a:nth-of-type(1),
.section.home-top a:nth-of-type(2) {
    width: calc(100% /2 - 1rem);
    height: 14.5rem;
}
.section.home-top a:nth-of-type(3),
.section.home-top a:nth-of-type(4),
.section.home-top a:nth-of-type(5) {
    width: calc(100% /3 - 1rem);
    height: 10.5rem;
}
.section.home-top p {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 0.8rem;
}
.section.home-top span {
    font-size: 1.6rem;
    font-weight: 600;
    color: #8c8c8c;
}


.section.home-bottom {
    padding: 3rem 1.5rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.swiper.mySwiper {
    height: 20rem;
    margin-bottom: 3rem;
    width: 100%;
}
.swiper.mySwiper .swiper-wrapper {
    height: 17rem;
    width: 34.5rem;
    width: 100%;
}
.swiper.mySwiper .swiper-wrapper .swiper-slide {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.swiper.mySwiper .swiper-scrollbar {
    height: 1rem;
    background-color: #fff;
    border: 0.1rem solid #eaeaeb;
}
.swiper.mySwiper .swiper-scrollbar-drag {
    background-color: #aaaaaa;
}
/* .section.home-bottom .result-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
    
}
.section.home-bottom .result-wrapper .result-link {
    width: 34.5rem;
    flex-shrink: 0;
    flex-grow: 0;
} */
.section.home-bottom .more-gonggo {
    padding: 2rem 0;
    border-radius: 1rem;
    background-color: #00a556;
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    color: #fff;
}










/* search.php */
.search-wrapper {
    display: flex;
    flex-direction: column;
    padding: 3rem 1.5rem;
}
.search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
.search-bar .search-content {
    width: 82%;
    height: 4.5rem;
    border: 0.1rem solid #e9e9ea;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 500;
    padding: 0 1.5rem;
}
.search-bar button {
    width: 15%;
    height: 4.5rem;
    background-color: #00a556;
    border-radius: 1rem;
    font-size: 1.45rem;
    font-weight: 500;
    color: #fff;
    text-align: center;
}


.top.filter {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.dropdown {
    width: calc(100% / 2 - 0.5rem);
    position: relative;
}
.drop-btn {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-radius: 1rem;
    background-color: #fff;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05), /* 아래쪽 그림자 */
                0 -0.2rem 0.5rem rgba(0, 0, 0, 0.05), /* 위쪽 그림자 */
                0.2rem 0 0.5rem rgba(0, 0, 0, 0.05), /* 오른쪽 그림자 */
                -0.2rem 0 0.5rem rgba(0, 0, 0, 0.05); /* 왼쪽 그림자 */
    z-index: 10;
}
.drop-btn span {
    font-size: 1.6rem;
    font-weight: 500;
    color: #868686;
}
.drop-btn img {
    width: 1.5rem;
}
.dropdown .dropdown-content {
    display: none;
    width: 100%;
    max-height: 25rem;
    overflow: scroll;
    border-top: 0;
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05),
                0 -0.2rem 0rem #fff,
                0.2rem 0 0.5rem rgba(0, 0, 0, 0.05),
                -0.2rem 0 0.5rem rgba(0, 0, 0, 0.05);
}
.dropdown .dropdown-content::-webkit-scrollbar {
    display: none;
}
.dropdown .dropdown-content li {
    font-size: 1.6rem;
    font-weight: 500;
    color: #868686;
    padding: 1rem 0;
    margin: 0 1.5rem;
}
.dropdown .dropdown-content li:first-of-type {
    padding-top: 1.5rem;
}

.search-result {
    display: flex;
    flex-direction: column;
    padding: 0 1.5rem 10rem;
}
.search-result p:first-of-type {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    margin-top: 8rem;
    margin-bottom: 2rem;
}
.search-result p:last-of-type {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
    color: #808080;
}
.result-link {
    height: 17rem;
    border: 0.1rem solid #eaeaea;
    border-radius: 1rem;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2.5rem 2rem;
    margin-bottom: 1.5rem;
}
.result-link .title2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1rem;
}
.result-link .title2 .gonggo-type {
    font-size: 1.8rem;
    font-weight: 600;
    color: #00a250;
    padding: 0.5rem 1.5rem;
    border-radius: 3rem;
    background-color: #edf8f2;
    margin-right: 0.5rem;
}
.result-link .title2 .gonggo-region {
    font-size: 1.5rem;
    font-weight: 500;
    color: #898989;
}
.result-link .title2 .scrap-btn {
    margin-left: auto;
}
.result-link .title2 .scrap-btn img {
    width: 3rem;
}
.result-link .item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
}
.result-link .item .gonggo-status {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    padding: 0.5rem 1.5rem;
    border-radius: 3rem;
    background-color: #00a556;
    margin-right: 0.5rem;
}
.result-link .item .gonggo-date {
    font-size: 1.5rem;
    font-weight: 500;
    color: #898989;
}


.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem 0;
}
.pagination a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #5d5d5d;
    padding: 0 1.5rem;
}
.pagination a.active {
    padding: 1rem 1.4rem 0.9rem 1.3rem;
    border-radius: 50%;
    background-color: #00a556;
    color: #fff;
}
.pagination .page-arrow {
    padding: 0 0.5rem;
}
.pagination a .two-arrow {
    width: 1.5rem;
}
.pagination a .one-arrow {
    width: 0.9rem;
    margin: 0.5rem;
}





/* scrap.php */
.section.scrap {
    padding: 2rem 1.5rem;
}
.section.scrap .scrap.filter {
    display: flex;
    align-items: center;
    margin-bottom: 3rem;
}
.section.scrap .scrap.filter h4 {
    margin: 0;
    margin-right: 1rem;
}
.section.scrap .scrap.filter .dropdown {
    width: 50%;
    position: relative;
}
.section.scrap .scrap.filter .dropdown .dropdown-content {
    display: none;
    width: 100%;
    max-height: 25rem;
    overflow: scroll;
    border-top: 0;
    background-color: #fff;
    border-radius: 0 0 1rem 1rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
    box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.05),
                0 -0.2rem 0rem #fff,
                0.2rem 0 0.5rem rgba(0, 0, 0, 0.05),
                -0.2rem 0 0.5rem rgba(0, 0, 0, 0.05);
}



/* guide.php */
.section.guide .pre-list {
    padding: 2rem 1.5rem;
    background-color: #f3f4f6;
    border-radius: 1rem;
    margin-bottom: 4rem;
}
.section.guide .pre-list pre {
    font-size: 1.7rem;
    font-weight: 700;
}
.section.guide .pre-list pre em {
    font-size: 1.7rem;
    font-weight: 800;
    color: #19ab62;
}
.section.guide em {
    font-size: 1.8rem;
    font-weight: 800;
    color: #19ab62;
    line-height: 1.4;
}
.section.guide p {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.8rem;
}
.section.guide p em {
    font-size: 1.8rem;
    font-weight: 800;
    color: #19ab62;
}
.section.guide pre {
    font-size: 1.6rem;
    font-weight: 500;
    color: #a5a5a5;
    line-height: 1.4;
    margin-bottom: 2rem;
}
.section.guide pre b {
    font-size: 1.7rem;
    font-weight: 800;
    line-height: 1.3;
}


.section.guide.A pre:nth-of-type(2) {
    margin-bottom: 5rem;
}
.section.guide.A pre:nth-of-type(6) {
    margin-bottom: 4rem;
}

.section.guide.B pre:nth-of-type(6) {
    margin-bottom: 4rem;
}

.section.guide.C .pre-list pre:nth-of-type(1),
.section.guide.D .pre-list pre:nth-of-type(1) {
    margin: 0;
    line-height: 1.5;
    color: #000;
}

.section.guide.C pre:nth-of-type(1),
.section.guide.C pre:nth-of-type(2),
.section.guide.C pre:nth-of-type(9) {
    margin-bottom: 4rem;
}

.section.guide.D pre:nth-of-type(1) {
    margin-bottom: 4rem;
}


.btn-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-wrapper a {
    width: 100%;
    height: 8rem;
    padding: 0 1.5rem;
    border-radius: 1rem;
    background-color: #00a556;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-wrapper a img {
    width: 3.5rem;
}
.section.guide.B .btn-wrapper a img {
    width: 3rem;
}
.section.guide.D .btn-wrapper a img {
    width: 4rem;
}

.two-btn-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.two-btn-wrapper a {
    width: calc(100% / 2 - 0.8rem);
    height: 10rem;
    padding: 0 1.5rem;
    border-radius: 1rem;
    background-color: #00a556;
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.two-btn-wrapper a img {
    width: 3rem;
    margin-bottom: 1rem;
}








/* qna.php */
.section.qna {
    padding: 2rem 1.5rem;
}
.section.qna h2 {
    font-size: 2.5rem;
    font-weight: 600;
}
.qna-wrapper {
    padding: 1.5rem;
    border: 0.1rem solid #e8e8e8;
    border-radius: 1rem;
    margin-bottom: 1.5rem;
    background-color: #fff;
}
.qna-wrapper h3 {
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
}
.qna-wrapper h3 img {
    width: 1.8rem;
}
.qna-wrapper pre {
    font-size: 1.8rem;
    font-weight: 500;
    color: #a3a3a3;
    line-height: 1.4;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
    border-top: 0.1rem solid #e6e6e6;
}
.qna-wrapper pre b {
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.4;
}