.color-blue {
    color: #45639F !important;
}

.color-black {
    color: #000 !important;
}

/* 섹션01 */
.section01 {
    width: 100%;
    height: 480px;
    background: #50b591;
    padding: 160px 20px 50px 20px;
    box-sizing: border-box;
}

.section01 hgroup {
    text-align: center;
    padding: 0 20px;
    box-sizing: border-box;
    color: #fdfcfc;
    line-height: 1.5;
    word-break: keep-all;
    display: block;
}

.section01 hgroup h6 {
    color: #FFEA95;
    font-size: 16px;
    font-weight: 700;
}

.section01 hgroup h1 {
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0;
    text-wrap: balance;
}

.section01 hgroup h1 span {
    font-weight: 400;
}

.section01 hgroup h1 small {
    font-size: 85%;
    font-weight: 400;
    display: block;
}

.section01 hgroup .tag {
    border: 1px solid #fff;
    padding: 8px 20px;
    box-sizing: border-box;
    width: fit-content;
    margin: 20px auto;
    margin-top: 0;
    border-radius: 30px;
    font-weight: 700;
    font-size: 20px;
}

.section01 hgroup h4 {
    font-size: 22px;
    text-wrap: balance;
}

.section01 hgroup h4 b {
    font-weight: 700;
    display: block;
    margin-top: 20px;
}

.section01 hgroup p {
    margin-top: 15px;
}

.section01 hgroup p b {
    font-size: 120%;
    font-weight: 600;
}

/* 섹션02 */
.section02 .section-inner {
    max-width: 1040px;
    width: 100%;
    padding: 50px 20px;
    margin: 0 auto;
    box-sizing: border-box;
}

.prologue {
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    box-sizing: border-box;
}

.prologue p {
    text-align: justify;
    word-break: break-all;
    line-height: 1.7;
    font-weight: 400;
}

.prologue .writer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

.prologue .writer span {
    font-weight: 700;
}

.textbox {
    margin-bottom: 50px;
}

.textbox h1,
.textbox h2,
.textbox h3,
.textbox h4,
.textbox h5,
.textbox h6 {
    word-break: keep-all;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 20px;
}

.textbox h1 {
    font-size: 36px;
}

.textbox h1 small {
    font-weight: 600;
    font-size: 50%;
}

.textbox h2 {
    font-size: 32px;
}

.textbox h3 {
    font-size: 26px;
}

.textbox h4 {
    font-size: 24px;
}

.textbox h5 {
    font-size: 20px;
}

.textbox h6 {
    font-size: 18px;
}

.textbox p {
    font-weight: 400;
    word-break: break-all;
    text-align: justify;
    margin-bottom: 20px;
}

.textbox small {
    font-size: 80%;
}

.textbox p b {
    font-weight: 700;
}

.textbox .title {
    margin-bottom: 30px;
    text-wrap: balance;
    color: #45639F;
}

.textbox .title small {
    font-size: 80%;
}

.textbox .title-ico {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.textbox .title-ico .ico img {
    width: fit-content;
    display: block;
}

.textbox .title-border {
    border-top: 1px solid #aaa9a9;
    border-bottom: 1px solid #aaa9a9;
    padding: 10px 0;
    margin-bottom: 20px;
}

.textbox .title-tag {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #9fa1a0;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    margin-bottom: 20px;
}

.textbox .title-tag .tag {
    border-radius: 30px;
    margin: 0;
    padding: 10px 20px;
    background-color: #9fa1a0;
    white-space: nowrap;
}

.textbox .title-tag span {
    display: block;
}

.textbox .titlebox {
    margin-bottom: 30px;
}


.textbox .marker {
    display: inline;
    box-shadow: inset 0 -12px 0 #FFEC77;
    padding: 0 8px;
    width: fit-content;
}

.textbox .ep {
    text-align: center;
    word-break: keep-all;
    color: #008f40;
    /* font-family: 'yg-jalnan'; */
    font-family: 'NanumMyeongjo';
    margin-bottom: 30px;
    text-wrap: balance;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    line-height: 1.5;
}

.textbox .tag {
    padding: 5px 25px;
    box-sizing: border-box;
    border: 1px solid #000;
    border-radius: 30px;
    width: fit-content;
    font-weight: 500;
    margin-bottom: 30px;
    background-color: #fff;
}

.textbox .tag02 {
    padding: 8px 15px;
    box-sizing: border-box;
    color: #fff;
    background-color: #729dd2;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 30px;
}

.textbox .tag03 {
    padding: 10px 15px;
    box-sizing: border-box;
    color: #84c5ed;
    background-color: #eef7fe;
    width: 100%;
    text-align: center;
    font-weight: 700;
    margin: 0 auto;
    margin-bottom: 30px;
}

.textbox .tag04 {
    background-color: #000;
    color: #fff;
    width: fit-content;
    margin-bottom: 20px;
    padding: 8px 15px;
    border-radius: 10px;
    font-weight: 400;
}

.textbox .tag04 b {
    font-weight: 700;
}

.textbox .tag05 {
    background-color: #000;
    color: #fff;
    padding: 8px 25px;
    border-radius: 30px;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 30px;
    width: fit-content;
}

.textbox .tag-q {
    border: 1px solid #d39d79;
    color: #d39d79;
    padding: 5px 20px;
    width: fit-content;
    margin-bottom: 20px;
    border-radius: 30px;
    padding-top: 7px;
    font-weight: 700;
}

.textbox .tag-a {
    background-color: #d39d79;
    padding: 5px 20px;
    width: fit-content;
    margin-bottom: 20px;
    border-radius: 30px;
    padding-top: 7px;
    font-weight: 700;
    color: #fff;
}

.textbox .box {
    padding: 50px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.textbox .box01 {
    background-color: #F6F6F6;
}

.textbox .box02 {
    border: 1px solid #B4B4B4;
}

.textbox [class^=indent-] {
    display: flex;
    gap: 3px;
    word-break: keep-all;
    text-align: left;
}

.textbox .data-txt {
    display: flex;
    justify-content: start;
    align-items: flex-start;
    gap: 5px;
}

.textbox .data-txt::before {
    content: attr(data-text);
}

.textbox .indent-dot::before {
    content: "•";
}

.textbox .indent-ast::before {
    content: "*";
}

.textbox .indent-ast02::before {
    content: "**";
}

.textbox .indent-dash::before {
    content: '-';
}

.img-wrap {
    margin-bottom: 30px;
    width: 100%;
}

.img-wrap .imgbox {
    width: auto;
    margin: 0 auto;
}

.img-wrap .caption {
    font-size: 14px;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    line-height: 1.5;
    word-break: keep-all;
}

.img-wrap .caption b {
    font-weight: 800;
}

.img-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.img-flex.gap50 {
    gap: 50px;
}

.img-flex.gap30 {
    gap: 30px;
}

.img-flex .imgbox {
    width: 50%;
}

.imgbox img {
    width: 100%;
    display: block;
    margin: 0 auto;
}

.grid-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.grid-wrap .imgbox {
    width: 100%;
}

.grid-wrap .imgbox img {
    width: 100%;
    display: block;
}

.grid-wrap .grid-cell {
    margin-bottom: 0;
}

/* 리스트 */
.listbox li {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
}

.listbox li:last-child {
    margin-bottom: 0;
}

.listbox li .ico img {
    width: 100%;
    display: block;
}

.listbox02 li {
    display: flex;
    gap: 5px;
    margin-bottom: 10px;
}

.listbox02 li span:first-child {
    white-space: nowrap;
}

.listbox02 li b {
    font-weight: 700;
}

.listbox02.mb-none li {
    margin-bottom: 0;
}

.listbox li .title-ico {
    margin-bottom: 0;
}

.listbox02 li:last-child {
    margin-bottom: 0;
}

/* 테이블 */
.table {
    margin-bottom: 30px;
    overflow-x: auto;
    max-width: 100%;
    width: 100%;
    border-collapse: collapse;

}

.table table {
    border-collapse: collapse;
    table-layout: auto;
    /* 셀 내용에 따라 너비 자동 결정 */
    width: 100%;
    /* 고정 안 함 */
    max-width: 100%;
}

.table table th,
.table table td {
    font-size: 15px;
}

.table .caption {
    margin-bottom: 10px;
    font-weight: 700;
}

.table01 td:first-child {
    vertical-align: middle;
    background-color: #dad9e7;
    text-align: center;
}

.table01 td {
    padding: 20px;
    box-sizing: border-box;
}

.table02 table th,
.table02 table td {
    padding: 10px;
    box-sizing: border-box;
    word-break: keep-all;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
}

.table02.font-normal table th,
.table02.font-normal table td {
    font-size: 15px;
    font-weight: 400;
}

.table02 thead {
    background-color: #5769aa;
    color: #fff;
}

.table02 thead th {
    border-color: #ffffff65;
}

/* .table02 table tbody tr td:first-child {
    background-color: #f3f3f3;
} */

.table03 table th {
    background-color: #fee3d0;

}

.table03 table th,
.table03 table td {
    font-size: 15px;
    padding: 5px;
    box-sizing: border-box;
    word-break: keep-all;
    text-align: center;
    vertical-align: middle;
}

.table table .new {
    color: red;
    font-size: 10px;
    display: block;
}

table .num::before {
    content: attr(data-t-num);
    min-width: 11px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 2px;
    font-size: 7px;
    line-height: 1.5;
    aspect-ratio: 1 / 1;
    display: inline-block;
    position: relative;
    border-radius: 50%;
    border: 1px solid #000;
    padding-top: 1px;
    top: -3px;
    font-weight: 600;
}

table .dot {
    display: flex;
    gap: 0.5em;
    word-break: keep-all;
    text-align: left;
}

table .dot::before {
    content: attr(data-t-dot);
}

.table03 table td:nth-child(1) {
    background-color: #eeeef1;
}

.profile {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
}

.profile .imgbox img {
    width: fit-content;
}

.profile hgroup {
    text-align: end;
}

.profile p {
    margin-top: 5px;
    margin-bottom: 0;
    text-align: end;
}

/* 페이지네이션 */
.pagenation {
    width: 100%;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    background: #f9f9f9;
    padding: 0 40px;
    box-sizing: border-box;
}

.pagenation h5 {
    font-weight: 800;
    text-align: center;
    line-height: 1.4;
}

.pagenation h5 small {
    font-weight: 400;
}

.pagenation a {
    color: #9f9f9f;
    font-size: 16px;
}

.pagenation a:hover {
    color: #000;
}




/* 반응형 */

/* 태블릿 sm */
@media screen and (max-width: 768px) {
    .img-flex {
        flex-direction: column;
    }

    .img-flex .imgbox {
        width: 100% !important;
    }

    .textbox .title-tag {
        flex-direction: column;
        align-items: start;
        border: none;
    }

    .grid-wrap {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .prologue {
        margin-bottom: 30px;
        padding-bottom: 0;
    }

    .prologue .writer {
        margin-bottom: 30px;
    }

    .prologue p {
        margin-bottom: 10px;
    }

    .textbox .ep {
        font-size: 18px;
    }
}

/* 모바일 */
@media screen and (max-width: 576px) {
    .section01 {
        min-height: 450px;
        height: auto;
    }

    .section01 hgroup {
        line-height: 1.4;
    }

    .section01 hgroup h1 {
        font-size: 25px;
        margin: 15px 0;
    }

    .section01 hgroup h4 {
        font-size: 20px;
    }

    .prologue p {
        margin-bottom: 30px;
    }

    .prologue .writer {
        flex-direction: column;
        align-items: start;
        margin-bottom: 30px;
    }

    .textbox {
        margin-bottom: 30px;
    }

    .textbox h1,
    .textbox h2,
    .textbox h3,
    .textbox h4,
    .textbox h5,
    .textbox h6 {
        line-height: 1.4;
    }

    .textbox h1 {
        font-size: 28px;
    }

    .textbox h2 {
        font-size: 26px;
    }

    .textbox h3 {
        font-size: 20px;
    }

    .textbox h4 {
        font-size: 18px;
    }

    .textbox h5 {
        font-size: 16px;
    }

    .textbox h6 {
        font-size: 15px;
    }

    .textbox .title {
        margin-bottom: 20px;
    }

    .textbox .tag02 {
        margin-bottom: 15px;
    }

    /* 이미지 */
    .img-flex.gap50 {
        gap: 30px;
    }

    .img-flex.gap30 {
        gap: 10px;
    }

    .img-wrap {
        margin-bottom: 30px;
    }

    /* 박스 */
    .textbox .box {
        padding: 20px;
    }

    /* 리스트 */
    .listbox li {
        flex-direction: column;
        gap: 10px;
    }

    .profile {
        flex-direction: column-reverse;
        gap: 10px;
    }

    .profile hgroup {
        text-align: center;
    }

    .profile p {
        text-align: center;
    }

    /* 페이지네이션 */
    .pagenation {
        padding: 0 10px;
        gap: 5px;
    }

    .pagenation a {
        font-size: 14px;
        white-space: nowrap;
    }

    .pagenation h5 {
        font-size: 14px;
        text-wrap: balance;
    }
}