header {
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    padding: 0 1.5rem;
    z-index: 7777;
    background: #fff;
}
header h1 {
    width: 10rem;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
header h1 a {
    width: 100%;
}
header h1 a img {
    width: 100%;
}
header #backBtn {
    width: 3rem;
}
header #backBtn 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: 7rem 1.5rem 0;
}
nav button {
    position: absolute;
    right: 1.5rem;
    width: 2rem;
    top: 2rem;
}
nav button img {
    width: 100%;
}
nav > a {
    display: flex;
    align-items: center;
    font-size: 1.6rem;
    font-weight: 800;
    padding: 2rem 0;
}
nav a img {
    height: 2rem;
    margin-right: 0.5rem;
}
nav .sub {
    display: flex;
    flex-flow: column nowrap;
}
nav .sub a {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 1.5rem 0 1.5rem 2rem;
}

main {
    padding: 0 1.5rem 10rem;
}
main .bnr {
    padding: 1.5rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    margin-bottom: 2rem;
}
main .bnr .left {
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
main .bnr .left img {
    width: 10rem;
    margin-right: 4rem;
}
main .bnr .right {
    width: 50%;
}
main .bnr .right p {
    font-size: 1.4rem;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 1rem;
}
main .bnr .right p span {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    color: #419461;
}
main .bnr .right a {
    background: #419461;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1rem 1.2rem;
    border-radius: 5rem;
    display: inline-block;
}
main .shortcutWrap {
    padding: 2rem 0;
}
main .shortcutWrap h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .shortcutWrap .shortcut {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    row-gap: 1.5rem;
}
main .shortcutWrap .shortcut a {
    width: calc(50% - 0.75rem);
    height: 12rem;
    border-radius: 1.5rem;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    background: #eef9f5;
    overflow: hidden;
    background-size: auto 6rem;
    background-position: top 1.5rem right 1.5rem;
    background-repeat: no-repeat;
    padding-top: 2rem;
}
main .shortcutWrap .shortcut a:nth-of-type(1) {
    background-image: url(../img/main-btn-1.png);
    background-color: #f7f7f7;
}
main .shortcutWrap .shortcut a:nth-of-type(1) span {
    background-color: #fd773d;
}
main .shortcutWrap .shortcut a:nth-of-type(2) {
    background-image: url(../img/main-btn-2.png);
}
main .shortcutWrap .shortcut a:nth-of-type(3) {
    background-image: url(../img/main-btn-3.png);
}
main .shortcutWrap .shortcut a:nth-of-type(4) {
    background-image: url(../img/main-btn-4.png);
}
main .shortcutWrap .shortcut a h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-left: 2rem;
    line-height: 1.2;
}
main .shortcutWrap .shortcut a span {
    background: #419461;
    padding: 1rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
}
main .shortcutWrap2 {
    padding: 2rem 0;
}
main .shortcutWrap2 h2 {
    font-size: 1.8rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
}
main .shortcutWrap2 .shortcut {
    padding: 1.5rem;
    background: #f7f7f7;
    border-radius: 1.5rem;
}
main .shortcutWrap2 .shortcut .top {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1rem;
}
main .shortcutWrap2 .shortcut .top a {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    border-radius: 1.5rem;
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 0 2rem;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
main .shortcutWrap2 .shortcut .top a span {
    font-size: 1.6rem;
    font-weight: 800;
}
main .shortcutWrap2 .shortcut .top a img {
    width: 2rem;
}
main .shortcutWrap2 .shortcut > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 8rem;
    border-radius: 1.5rem;
    border: 1px solid #d5d5d5;
    background: #fff;
    padding: 0 2rem;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
main .shortcutWrap2 .shortcut > a span {
    font-size: 1.6rem;
    font-weight: 800;
}
main .shortcutWrap2 .shortcut > a img {
    width: 2rem;
}

/* 서브 */
main .category {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
}
main .category a {
    width: 50%;
    position: relative;
    height: 5rem;
}
main .category a span {
    position: absolute;
    text-align: center;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 600;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
main .category a img {
    width: 100%;
    height: 100%;
}
main > h2 {
    font-size: 1.6rem;
    font-weight: 800;
    margin-bottom: 1rem;
    padding-top: 1.5rem;
}
main .contentWrap {
    background: #f7f7f7;
    padding: 1rem;
    border-radius: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
main > p {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.5rem;
}
main .contentWrap .content {
    background: #fff;
    border-radius: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.4;
    margin-bottom: 1rem;
    padding-top: 1rem;
    overflow: hidden;
}
main .contentWrap .content:last-child {
    margin: 0;
}
main .contentWrap .content h3 {
    font-size: 1.5rem;
    font-weight: 800;
    color: #419461;
    margin-bottom: 1rem;
    padding: 0 1rem;
}
main .contentWrap pre {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 0 1rem 1rem 1rem;
}
main .contentWrap pre.out {
    font-size: 1.5rem;
    line-height: 1.4;
}
main .contentWrap pre b {
    font-size: 1.4rem;
    color: #419461;
    font-weight: 600;
}
main .contentWrap a {
    font-size: 1.4rem;
    padding: 1rem 0;
    width: 100%;
    background: #419461;
    display: inline-block;
    text-align: center;
    color: #fff;
}
main form {
    width: 100%;
    border-radius: 5rem;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    padding: 1rem 2rem;
    margin-top: 1rem;
}
main form input {
    font-size: 1.4rem;
    width: 80%;
}
main form input::placeholder {
    color: #ddd;
}
main form button {
    width: 2.5rem;
}
main form button img {
    width: 100%;
}
main .typeWrap {
    padding-top: 3rem;
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
}
main .typeWrap p {
    font-size: 1.6rem;
    font-weight: 600;
    text-align: center;
    padding-top: 10rem;
    color: #737373;
    line-height: 1.4;
}
main .type {
    border-radius: 1.5rem;
    border: 1px solid #dddddd;
    padding-top: 1.5rem;
    overflow: hidden;
}
main .type h2 {
    font-size: 1.6rem;
    font-weight: 800;
    padding: 0 1.5rem;
    margin-bottom: 1rem;
}
main .type h3 {
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 1.5rem 1.5rem 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dedede;
}
main .type pre {
    font-size: 1.4rem;
    padding: 0 1.5rem;
    line-height: 1.4;
    margin-bottom: 1rem;
}
main .type pre b {
    font-size: 1.4rem;
    font-weight: 800;
    color: #419461;
    line-height: 1.2;
}
main .type a {
    font-size: 1.6rem;
    padding: 1rem 0;
    color: #fff;
    font-weight: 600;
    background: #419461;
    width: 100%;
    display: inline-block;
    text-align: center;
}
main .pagination {
    padding-top: 4rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
}
main .pagination a {
    font-size: 1.6rem;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
main .pagination a.active {
    color: #419461;
    font-weight: 600;
    border: 1px solid #419461;
}

/* QNA */
main .qnaWrap {
    display: flex;
    flex-flow: column nowrap;
    gap: 1.5rem;
    padding-top: 1rem;
}
main .open {
    border: 1px solid #ececec;
    border-radius: 1rem;
}
main .open h3 {
    padding: 1rem 0;
    margin: 0 1rem;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.4;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
main .open h3 img {
    width: 2.5rem;
}
main .open pre {
    font-size: 1.6rem;
    line-height: 1.4;
    padding: 1.5rem 1rem;
}