header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 12rem;
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #menuBtn {
    width: 2rem;
    position: absolute;
    right: 1.5rem;
}
header #menuBtn img {
    width: 100%;
}

.navBg {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 8888;
}
nav {
    background-color: #fff;
    display: flex;
    flex-flow: column nowrap;
    width: 70%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9999;
    padding: 6rem 1.5rem 0;
    overflow-y: auto;
}
nav button {
    width: 2rem;
    position: absolute;
    left: 1.5rem;
    top: 1.5rem;
}
nav button img {
    width: 100%;
}
nav > a {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
    margin: 1rem 0;
}
nav .sub {
    display: flex;
    flex-flow: column nowrap;
    margin-bottom: 2rem;
}
nav .sub a {
    font-size: 1.4rem;
    font-weight: 600;
    padding: 2rem 1.5rem;
    border-bottom: 1px solid #e5e5e5;
}
nav .sub a:last-child {
    border: none;
}
nav h2 {
    font-size: 1.6rem;
    font-weight: 600;
    padding: 2rem 1.5rem;
    border-radius: 1rem;
}

main {
    padding: 1rem 1.5rem 10rem;
}
main .companyWrap {
    padding-bottom: 2rem;
}
main .companyWrap .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main .companyWrap .title h2 {
    font-size: 1.8rem;
    font-weight: 900;
}
main .companyWrap .title form {}
main .companyWrap .title form select {
    border-radius: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 4rem 1rem 1rem;
    width: 10rem;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    border: none;
    background-image: url(../img/arrow-6.png);
    background-size: 1.5rem;
    background-position: right 1rem center;
    background-repeat: no-repeat;
}
main .companyWrap .title form select option {
    font-size: 1.4rem;
}
main .companyWrap .resultWrap {
    padding: 0 1rem 2rem;
    border-radius: 1rem;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    background: #f5f5f5;
}
main .companyWrap .resultWrap .result {
    display: flex;
    flex-flow: column nowrap;
}
main .companyWrap .resultWrap .result a {
    font-size: 1.4rem;
    font-weight: 600;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right center;
    padding: 2rem 0;
    border-bottom: 1px solid #e5e5e5;
}
main .companyWrap .resultWrap .result a:last-child {
    border: none;
}
main .companyWrap .resultWrap > a {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
    padding: 2rem 0;
    border-radius: 1rem;
    background: #905cff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}
main .companyWrap .resultWrap > a img {
    width: 2rem;
}
main .menu {
    padding: 2rem 0;
}
main .menu h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .menu a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 2rem;
    gap: 1rem;
    width: 100%;
    border-radius: 1rem;
    background-color: #905cff;
    height: 10rem;
    background-image: url(../img/main-icon.png);
    background-repeat: no-repeat;
    background-size: 8rem;
    background-position: right center;
}
main .menu a p {
    color: #fff;
    font-size: 1.4rem;
}
main .menu a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
}
main .qnaWrap {
    padding: 2rem 0;
}
main .qnaWrap h2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 1.5rem;
}
main .qnaWrap h2 a {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #989898;
}
main .qnaWrap h2 a img {
    width: 1rem;
}
main .qnaWrap .homeQna {
    display: flex;
    gap: 1.5rem;
}
main .qnaWrap .homeQna a {
    height: 10rem;
    width: 50%;
    position: relative;
    padding: 1.5rem;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.2;
    overflow: hidden;
    border-radius: 1rem;
    border: 1px solid #b5b5b5;
}
main .qnaWrap .homeQna a .image {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #905cff;
    width: 3rem;
    height: 3rem;
}
main .qnaWrap .homeQna a .image img {
    width: 50%;
}
main .news {
    padding-top: 2rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    border-top: 1px solid #b2b2b2;
}
main .news a {
    display: flex;
    gap: 1.5rem;
}
main .news a .image {
    width: 40%;
    height: 10rem;
    border-radius: 1rem;
    overflow: hidden;
}
main .news a .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
main .news a .text {
    position: relative;
}
main .news a .text h3 {
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.4;
}
main .news a .text p {
    font-size: 1.4rem;
    line-height: 1.4;
}
main .news a .text .date {
    font-size: 1.4rem;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #c7c7c7;
}

/* 서브 */
main .category {
    padding: 0.5rem;
    border-radius: 1rem;
    background: #f5f5f5;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    display: flex;
    margin-bottom: 3rem;
}
main .category a {
    width: 50%;
    text-align: center;
    padding: 2rem 0;
    border-radius: 1rem;
    font-size: 1.6rem;
    font-weight: 600;
}
main .category a.on {
    background-color: #905cff;
    color: #fff;
}
main > h2 {
    font-size: 1.8rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
main > h3 {
    font-size: 1.4rem;
    font-weight: 600;
    color: #905cff;
    margin-bottom: 1.5rem;
}
main > pre {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 4rem;
}
main > a {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    padding: 0 2rem;
    gap: 1rem;
    width: 100%;
    border-radius: 1rem;
    background-color: #905cff;
    height: 8rem;
    background-image: url(../img/sub-icon-1.png);
    background-repeat: no-repeat;
    background-size: 5.5rem;
    background-position: right 1.5rem center;
    margin-bottom: 4rem;
}
main > a p {
    color: #fff;
    font-size: 1.4rem;
}
main > a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    color: #fff;
}
main .swiper {
    overflow: hidden;
    height: max-content;
    padding-bottom: 6rem;
}
main .swiper .swiper-pagination {
    bottom: 3rem;
}
main .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 1.5rem;
    height: 1.5rem;
    background: #f5f5f5;
    opacity: 1;
}
main .swiper .swiper-pagination .swiper-pagination-bullet-active {
    width: 3rem;
    height: 1.5rem;
    border-radius: 5rem;
    background: #905cff;
}
main .swiper .swiper-slide {
    border-radius: 1rem;
    border: 1px solid #b5b5b5;
    overflow: hidden;
}
main .swiper .swiper-slide h3 {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 600;
    padding: 1rem 0;
    text-align: center;
    background: #905cff;
}
main .swiper .swiper-slide .image {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .swiper .swiper-slide .image img {
    height: 5rem;
}
main .chart {
    display: flex;
    flex-flow: column nowrap;
    gap: 2rem;
    margin-bottom: 3rem;
}
main .chart img {
    width: 100%;
}

/* 리스트 */
#companyBg {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9999;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 0 1.5rem;
}
#companyBg.active {
    display: flex;
}
#companyBg .company {
    width: 100%;
    border-radius: 1rem;
    background: #fff;
    padding: 0 1.5rem 1.5rem;
}
#companyBg .company .title {
    font-size: 1.8rem;
    font-weight: 800;
    color: #905cff;
    padding: 2rem 0;
    border-bottom: 1px solid #f0f0f0;
}
#companyBg .company .content {
    padding: 1.5rem 0;
}
#companyBg .company .content h3 {
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
}
#companyBg .company .content p {
    font-size: 1.4rem;
    line-height: 1.4;
}
#companyBg .company .content .bestWrap {
    display: flex;
}
#companyBg .company .content .bestWrap span {
    font-size: 1.4rem;
}
#companyBg .company button {
    font-size: 1.6rem;
    font-weight: 600;
    color: #fff;
    padding: 2rem 0;
    border-radius: 1rem;
    background: #905cff;
    width: 100%;
    margin-top: 1.5rem;
}
main #filterFrm {
    margin-bottom: 1.5rem;
}
main #filterFrm .title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1.5rem;
}
main #filterFrm .title h2 {
    font-size: 1.8rem;
    font-weight: 900;
}
main #filterFrm select {
    border-radius: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 2rem 4rem 2rem 2rem;
    width: 100%;
    background-color: #f5f5f5;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    border: none;
    background-image: url(../img/arrow-6.png);
    background-size: 1.5rem;
    background-position: right 1rem center;
    background-repeat: no-repeat;
}
main #filterFrm select option {
    font-size: 1.4rem;
}
main #filterFrm > input {
    font-size: 1.4rem;
    padding: 2.5rem 4rem 2.5rem 2.5rem;
    border-radius: 1rem;
    background-color: none;
    border: 1px solid #b4b4b4;
    background-image: url(../img/search.png);
    background-size: 2rem;
    background-position: right 2.5rem center;
    background-repeat: no-repeat;
    width: 100%;
    margin-bottom: 1.5rem;
}
main > .result {
    display: flex;
    flex-flow: column nowrap;
}
main > .result a {
    font-size: 1.4rem;
    font-weight: 600;
    background-image: url(../img/arrow-1.png);
    background-repeat: no-repeat;
    background-size: 1rem;
    background-position: right center;
    padding: 2rem 0;
    border-bottom: 1px solid #e5e5e5;
}
main > .result a:last-child {
    border: none;
}
main .pagination {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}
main .pagination a {
    font-size: 1.4rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .pagination a img {
    width: 30%;
}
main .pagination a.active {
    color: #fff;
    font-weight: 800;
    background: #905cff;
}

/* 질문 */
main .qna {
    display: flex;
    flex-flow: column nowrap;
}
main .qna .open {
    border-bottom: 1px solid #f0f0f0;
}
main .qna .open:last-child {
    border: none;
}
main .qna .open h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1.5rem 0 1.5rem 2rem;
    line-height: 1.4;
    position: relative;
}
main .qna .open h3::before {
    content: 'Q.';
    color: #905cff;
    font-size: 1.4rem;
    font-weight: 600;
    display: inline-block;
    position: absolute;
    left: 0;
}
main .qna .open h3 img {
    width: 1.5rem;
}
main .qna .open pre {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 1.5rem;
    border-radius: 1rem;
    border: 1px solid #b4b4b4;
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}