header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #6bb1e5;
}
header h1 {
    width: 10rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 1.5rem;
    position: absolute;
    left: 1.5rem;
}
header #backBtn img {
    width: 100%;
}

main {
    padding: 4rem 1.5rem 10rem;
}
main .menuSwiper {
    height: max-content;
    overflow: hidden;
    margin-bottom: 4rem;
}
main .menuSwiper .swiper-slide {
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    position: relative;
    background-color: #6bb1e5;
    background-image: url(../img/main_icon4.png);
    background-repeat: no-repeat;
    background-size: 15rem;
    background-position: right 1.5rem bottom 2rem;
    height: 20rem;
}
main .menuSwiper .swiper-slide:nth-of-type(2) {
    background-color: #8bdea6;
    background-image: url(../img/main_icon2.png);
    background-position: right 1.5rem bottom;
}
main .menuSwiper .swiper-slide h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 1.5rem;
}
main .menuSwiper .swiper-slide p {
    font-size: 1.6rem;
    color: #fff;
    line-height: 1.4;
}
main .menuSwiper .swiper-slide .page {
    font-size: 1.6rem;
    padding: 0.5rem 1rem;
    border-radius: 5rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    bottom: 2rem;
    left: 1.5rem;
}
main .benefitWrap {
    margin-bottom: 4rem;
}
main .benefitWrap > a {
    width: 100%;
    display: block;
}
main .benefitWrap > a img {
    width: 100%;
}
main .userWrap {
    margin-bottom: 4rem;
    display: none;
}
main .userWrap h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .userWrap h2 a {
    font-size: 1.6rem;
}
main .userWrap .user {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .userWrap .user a {
    padding: 2rem 4rem 2rem 1.5rem;
    border-radius: 1rem;
    background-color: #e8e8e8;
    display: flex;
    align-items: center;
    gap: 1rem;
    background-image: url(../img/arrow1.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: right 1.5rem center;
}
main .userWrap .user a .icon {
    width: 8rem;
}
main .userWrap .user a .icon img {
    width: 100%;
}
main .userWrap .user a .text {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main .userWrap .user a .text h3 {
    font-size: 1.8rem;
    font-weight: 600;
}
main .userWrap .user a .text p {
    font-size: 1.6rem;
}
main .menuWrap {
    margin-bottom: 4rem;
}
main .menuWrap h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
main .menuWrap .menu {
    display: flex;
    gap: 1rem;
    height: 24rem;
}
main .menuWrap .menu > a {
    padding: 2rem 1.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    background-image: url(../img/main_icon8.png);
    background-repeat: no-repeat;
    background-size: 10rem;
    background-position: right 1.5rem bottom 2rem;
    background-color: #9ed6ff;
    width: 50%;
    border-radius: 1.5rem;
}
main .menuWrap .menu .right {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
    width: 50%;
}
main .menuWrap .menu .right a {
    border-radius: 1.5rem;
    width: 100%;
    height: 50%;
    padding: 2rem 1.5rem;
    font-size: 1.8rem;
    font-weight: 600;
    background-image: url(../img/main_icon9.png);
    background-repeat: no-repeat;
    background-size: 6rem;
    background-position: right 1.5rem bottom 1rem;
    background-color: #c1e5ff;
}
main .menuWrap .menu .right a:last-child {
    background-color: #eaf7ff;
    background-image: url(../img/main_icon10.png);
}
main .newsWrap {}
main .newsWrap h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .newsWrap h2 a {
    font-size: 1.6rem;
}
main .news {
    display: flex;
    flex-flow: column nowrap;
}
main .news a {
    display: flex;
    gap: 2rem;
    padding: 3rem 0;
    border-bottom: 1px solid #6bb1e5;
}
main .news a .image {
    width: 45%;
    height: 12rem;
    border-radius: 1rem;
    overflow: hidden;
}
main .news a .image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
main .news a .text {
    width: 55%;
    position: relative;
}
main .news a .text h3 {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
main .news a .text p {
    font-size: 1.6rem;
    line-height: 1.4;
}
main .news a .text .date {
    font-size: 1.6rem;
    font-weight: 600;
    color: #6bb1e5;
    position: absolute;
    bottom: 0;
    right: 0;
}

/* 전체 */
main > p {
    font-size: 1.6rem;
    color: #6bb1e5;
    font-weight: 800;
    margin-bottom: 1rem;
}
main > h2 {
    font-size: 2rem;
    font-weight: 800;
    color: #6bb1e5;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main > h2 a {
    font-size: 1.8rem;
    padding: 1rem 1.5rem;
    background: #6bb1e5;
    color: #fff;
    border-radius: 1rem;
}
main #filterFrm {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    margin-bottom: 3rem;
}
main #filterFrm > input {
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 1.5rem;
    border: 1px solid #6bb1e5;
    background-color: #fff;
    background-image: url(../img/search.png);
    background-size: 2rem;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
}
main #filterFrm .select {
    display: flex;
    gap: 1.5rem;
}
main #filterFrm .select .serviceSel {
    width: 50%;
    position: relative;
}
main #filterFrm .select .serviceSel > a {
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 1.5rem;
    border: 1px solid #6bb1e5;
    background-image: url(../img/arrow6.png);
    background-size: 2rem;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
}
main #filterFrm .select .serviceSel .serviceOption {
    display: none;
    flex-flow: column nowrap;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border: 1px solid #6bb1e5;
    background: #fff;
    z-index: 3333;
    position: absolute;
    left: 0;
    width: 100%;
    height: 20rem;
    overflow-y: auto;
}
main #filterFrm .select .serviceSel .serviceOption a {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
}
main #filterFrm .select .serviceSel .serviceOption a.on {
    color: #6bb1e5;
}
main #filterFrm .select .typeSel {
    width: 50%;
    position: relative;
}
main #filterFrm .select .typeSel > a {
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 1.5rem;
    border: 1px solid #6bb1e5;
    background-image: url(../img/arrow6.png);
    background-size: 2rem;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
}
main #filterFrm .select .typeSel .typeOption {
    display: none;
    flex-flow: column nowrap;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border: 1px solid #6bb1e5;
    background: #fff;
    z-index: 3333;
    position: absolute;
    left: 0;
    width: 100%;
    height: 20rem;
    overflow-y: auto;
}
main #filterFrm .select .typeSel .typeOption a {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 1rem 1.5rem;
}
main #filterFrm .select .typeSel .typeOption a.on {
    color: #6bb1e5;
}
main .result {
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
}
main .result > p {
    font-size: 1.8rem;
    font-weight: 600;
    padding-top: 20rem;
    text-align: center;
}
main .result a {
    border-radius: 1.5rem;
    padding: 2rem;
    border: 1px solid #6bb1e5;
    background-image: url(../img/arrow1.png);
    background-size: 1.5rem;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
}
main .result a h3 {
    font-size: 1.8rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
main .result a .content {
    display: flex;
    gap: 1.5rem;
}
main .result a .content h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #6bb1e5;
    line-height: 1.4;
}
main .result a .content p {
    font-size: 1.6rem;
    line-height: 1.4;
}
main .pagination {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
main .pagination a {
    font-size: 1.6rem;
    font-weight: 600;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
main .pagination span {
    color: #6bb1e5;
    font-size: 1.6rem;
    font-weight: 600;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 상세 */
main > h3 {
    font-size: 2rem;
    font-weight: 800;
    margin-bottom: 2rem;
    line-height: 1.4;
}
main .category {
    display: flex;
    margin-bottom: 2rem;
}
main .category a {
    width: 25%;
    padding: 1rem;
    border-radius: 1.5rem;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
}
main .category a.on {
    background: #ccebff;
}
main > .content {
    display: none;
    border-radius: 2rem;
    border: 1px solid #6bb1e5;
    padding: 4rem 1.5rem;
    margin-bottom: 3rem;
}
main > .content.on {
    display: block;
}
main > .content h4 {
    font-size: 1.6rem;
    font-weight: 600;
    color: #6bb1e5;
    margin-bottom: 1rem;
}
main > .content pre {
    font-size: 1.6rem;
    margin-bottom: 2rem;
    line-height: 1.4;
}
main > .content pre:last-child {
    margin: 0;
}
main > a {
    font-size: 1.8rem;
    font-weight: 600;
    color: #fff;
    padding: 2rem 0;
    border-radius: 1.5rem;
    background: #6bb1e5;
    display: block;
    text-align: center;
}

/* 정보 */
main h2 em {
    font-size: 2rem;
    font-weight: 800;
    color: #6bb1e5;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}
main #myFrm {
    display: flex;
    flex-flow: column nowrap;
    gap: 3rem;
}
main #myFrm .input {
    display: flex;
    flex-flow: column nowrap;
    gap: 1rem;
}
main #myFrm .input h3 {
    font-size: 1.8rem;
    font-weight: 600;
}
main #myFrm .input > input {
    padding: 1.5rem;
    border-radius: 1.5rem;
    border: 1px solid #6bb1e5;
    font-size: 1.6rem;
}
main #myFrm .input .regionSel {
    width: 100%;
    position: relative;
}
main #myFrm .input .regionSel > a {
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: 600;
    border-radius: 1.5rem;
    border: 1px solid #6bb1e5;
    background-image: url(../img/arrow2.png);
    background-size: 1.5rem;
    background-position: right 1.5rem center;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
}
main #myFrm .input .regionSel .regionOption {
    display: none;
    border-bottom-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border: 1px solid #6bb1e5;
    background: #fff;
    z-index: 3333;
    position: absolute;
    left: 0;
    width: 100%;
}
main #myFrm .input .regionSel .regionOption .sido {
    width: 30%;
    display: flex;
    flex-flow: column nowrap;
    height: 20rem;
    overflow-y: auto;
    border-right: 1px solid #6bb1e5;
    background: #e4e4e4;
}
main #myFrm .input .regionSel .regionOption .sido a {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
}
main #myFrm .input .regionSel .regionOption .sido a.on {
    color: #6bb1e5;
    font-weight: 600;
}
main #myFrm .input .regionSel .regionOption .sigungu {
    width: 70%;
    display: flex;
    flex-flow: column nowrap;
    height: 20rem;
    overflow-y: auto;
}
main #myFrm .input .regionSel .regionOption .sigungu a {
    font-size: 1.6rem;
    padding: 1rem 1.5rem;
}
main #myFrm .input .regionSel .regionOption .sigungu a.on {
    color: #6bb1e5;
    font-weight: 600;
}
main #myFrm .input .select {
    display: flex;
    gap: 1.5rem;
}
main #myFrm .input .select label {
    width: calc(100% / 3);
    position: relative;
    height: 15rem;
}
main #myFrm .input .select label input {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
main #myFrm .input .select label span {
    font-size: 1.6rem;
    font-weight: 600;
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 1.5rem 0;
    border-radius: 1.5rem;
    border: 1px solid #6bb1e5;
    text-align: center;
    background-image: url(../img/sub_icon2.png);
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: center bottom 1.5rem;
}
main #myFrm .input .select label input:checked + span {
    background-color: #6bb1e5;
}
main #myFrm .input .select label:nth-of-type(2) span {
    background-image: url(../img/sub_icon3.png);
}
main #myFrm .input .select label:nth-of-type(3) span {
    background-image: url(../img/sub_icon1.png);
}
main #myFrm > button {
    padding: 2rem 0;
    font-size: 2rem;
    color: #fff;
    background: #6bb1e5;
    border-radius: 1.5rem;
    width: calc(100% - 6rem);
    margin: 0 auto;
}

/* 질문 */
main .qna {
    display: flex;
    flex-flow: column nowrap;
    border-top: 1px solid #6bb1e5;
}
main .qna .open {
    border-bottom: 1px solid #6bb1e5;
    padding: 0 1.5rem;
}
main .qna .open h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 2.5rem 0;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.4;
}
main .qna .open h3 img {
    width: 2rem;
}
main .qna .open pre {
    background: #c1e5ff;
    border-radius: 1.5rem;
    padding: 2rem 1.5rem;
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 2rem;
}