:root {
    --main-color01: #c7906f;
    --main-color02: #40b981;
    --main-color03: #f16872;
    --color01: #ef8785;
    --color02: #3c8dcd;
    --color03: #f49d3a;
    --color04: #e56266;
    --color05: #c6a863;
    --color06: #3fb2a3;
}

.sub {
    padding-top: 115px;
    font-family: 'NanumSquareNeo';
    font-weight: 400;
}

.sub .ico {
    width: 30px;
    min-width: 25px;
}

.sub .ico img {
    width: 100%;
    display: block;
}

.sub .ico-txt {
    display: flex;
    align-items: center;
    gap: 5px;
}

.sub .sec-inner {
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 30px;
    box-sizing: border-box;
}

.sub .sec01 {
    background-image: url(../../images/2026/sub-top-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    height: 200px;
}

.sub .sec01.color01 {
    background-color: var(--main-color01);
}

.sub .sec01.color02 {
    background-color: var(--main-color02);
}

.sub .sec01.color03 {
    background-color: var(--main-color03);
}

.sub .sec01 .sec-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.sub .sec01 hgroup {
    text-align: center;
    color: #fff;
}

.sub .sec01 hgroup h1 {
    font-weight: 800;
    font-size: 34px;
}

.sub .sec01 hgroup h5 {
    font-size: 24px;
    font-weight: 300;
}

.sub .sec02 .sec-inner {
    padding-top: 60px;
}

.sub .sec02 .tit-wrap {
    text-align: center;
    margin-bottom: 60px;
}

.sub .sec02 .tit-wrap h6 {
    font-size: 18px;
    color: #888888;
    margin-bottom: 10px;
    font-weight: 700;
}

.sub .sec02 .tit-wrap h1 {
    font-size: 36px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 30px;
    word-break: keep-all;
}

.sub .sec02 .tit-wrap h5 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.sub .sec02 .tit-wrap .util {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.sub .sec02 .tit-wrap .util a {
    transition: 0.2s;
    cursor: pointer;
}

.sub .sec02 .tit-wrap .util a:hover {
    opacity: 0.7;
}

.sub .sec02 .tit-wrap .line {
    width: 100%;
    height: 2px;
    background-color: #bbbbbb;
    margin: 35px 0;
}

.sub .sec02 .tit-wrap p {
    text-align: justify;
}

.sub .sec02 .tit-wrap p b {
    font-weight: 800;
}

.sub .sec02 .tit-wrap .writer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-weight: 600;
    margin-top: 10px;
}

.sub .sec02 .profile {
    margin-bottom: 60px;
}

.sub .sec02 .profile .img-bx {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 20px;
}

.sub .sec02 .profile .img-bx img {
    width: 100%;
    display: block;
}

.sub .sec02 .profile p {
    font-weight: 600;
    text-align: center;
}

.sub .sec02 .profile p small {
    font-size: 95%;
    font-weight: 400;
}

.sub .sec02 .txt-bx {
    margin-bottom: 60px;
}

/* 이미지 */
.sub .sec02 .txt-bx .img-wrap {
    margin-bottom: 30px;
}

.sub .sec02 .txt-bx .img-wrap .img-bx {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.sub .sec02 .txt-bx .img-wrap .img-bx img {
    display: block;
}

.sub .sec02 .txt-bx .img-wrap .img-bx p {
    margin-bottom: 0;
}

.sub .sec02 .txt-bx .img-wrap .img-flex {
    display: flex;
    gap: 20px;
}

.sub .sec02 .txt-bx .img-wrap .img-flex.gap50 {
    gap: 50px;
}

.sub .sec02 .txt-bx .img-wrap .img-flex .img-bx {
    margin-left: 0;
    margin-right: 0;
    width: 50%;
}

.sub .sec02 .txt-bx .img-wrap .img-flex .img-bx img {
    width: 100%;
    display: block;
}

.sub .sec02 .txt-bx .img-wrap .caption {
    font-size: 14px;
    color: #8d8d8d;
    margin-top: 10px;
    text-align: center;
}

/* 텍스트 */
.sub .sec02 .txt-bx h1,
.sub .sec02 .txt-bx h2,
.sub .sec02 .txt-bx h3,
.sub .sec02 .txt-bx h4,
.sub .sec02 .txt-bx h5,
.sub .sec02 .txt-bx h6 {
    word-break: keep-all;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 10px;
}

.sub .sec02 .txt-bx h1 {
    font-size: 40px;
}

.sub .sec02 .txt-bx h2 {
    font-size: 36px;
}

.sub .sec02 .txt-bx h3 {
    font-size: 28px;
}

.sub .sec02 .txt-bx h4 {
    font-size: 26px;
}

.sub .sec02 .txt-bx h5 {
    font-size: 20px;
}

.sub .sec02 .txt-bx h6 {
    font-size: 18px;
}

.sub .sec02 .txt-bx b {
    font-weight: 800;
}

.sub .sec02 .txt-bx p {
    text-align: justify;
    margin-bottom: 30px;
}

.sub .sec02 .txt-bx .tit-num {
    display: flex;
    align-items: center;
    gap: 10px;
}

.sub .sec02 .txt-bx .tit-num .num {
    font-size: 200%;
    color: #a6afb5;
}

.sub .sec02 .txt-bx .tit {
    margin-bottom: 20px;
}

.sub .sec02 .txt-bx .tit small {
    font-size: 80%;
}

.sub .sec02 .txt-bx .marker {
    display: inline;
    box-shadow: inset 0 -10px 0 #fffc3b7c;
}

.sub .sec02 .txt-bx .tel {
    width: 100%;
    color: #616161;
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 0;
    word-break: keep-all;
    text-align: start;
}

.sub .sec02 .txt-bx .ep {
    font-weight: 400;
    text-align: center;
    text-wrap: balance;
    word-break: keep-all;
    margin-bottom: 30px;
    font-family: "gamtanload";
    font-size: 24px;
    line-height: 1.6;
}

.sub .sec02 .txt-bx .ep::before {
    content: url(../../images/2026/ep01.png);
    display: block;
    margin-bottom: 10px;
}

.sub .sec02 .txt-bx .ep::after {
    content: url(../../images/2026/ep02.png);
    display: block;
    margin-top: 20px;
}

.sub .sec02 .txt-bx .btn-link {
    text-decoration: underline;
    text-underline-offset: 10px;
    font-weight: 600;
    white-space: wrap;
    word-break: keep-all;
}

.sub .sec02 .txt-bx .btn-link02 {
    padding: 10px 25px;
    box-sizing: border-box;
    color: #000;
    border: 3px solid #3990ce;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: fit-content;
    gap: 30px;
    transition: 0.2s;
    border-radius: 30px;
    font-weight: 800;
    word-break: keep-all;
    margin-bottom: 20px;
}

.sub .sec02 .txt-bx .btn-link02::after {
    flex-shrink: 0;
    content: ">>";
    color: inherit;
}

.sub .sec02 .txt-bx .btn-link03 {
    padding-bottom: 3px;
    font-weight: 600;
    box-sizing: border-box;
    color: #000;
    background-color: #fff;
    text-decoration: underline;
    text-underline-offset: 8px;
    width: fit-content;
    gap: 30px;
    transition: 0.2s;
    word-break: keep-all;
    font-size: 95%;
    margin-bottom: 10px;
}

/* .sub .sec02 .txt-bx .btn-link03::after {
    flex-shrink: 0;
    content: ">>";
    color: inherit;
} */

/* .sub .sec02 .txt-bx .ep::before,
.sub .sec02 .txt-bx .ep::after {
    filter: brightness(0) saturate(100%) invert(97%) sepia(74%) saturate(516%) hue-rotate(37deg) brightness(89%) contrast(86%);
}

*/
.sub .sec02 .txt-bx .info-bx {
    margin-bottom: 50px;
    border-bottom: 1px solid #999;
    padding-bottom: 50px;
}

/* 그리드 */
.sub .sec02 .grid-bx {
    display: grid;
    gap: 30px;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 30px;
}

.sub .sec02 .grid-bx.row03 {
    grid-template-columns: 1fr 1fr 1fr;
}

.sub .sec02 .grid-bx.row04 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.sub .sec02 .txt-bx .grid-bx .caption {
    font-size: 14px;
    color: #8d8d8d;
    margin-top: 10px;
    text-align: center;
}

/* 리스트 */
.sub .sec02 .list-bx {
    margin-bottom: 30px;
}

.sub .sec02 .list-bx li {
    margin-bottom: 5px;
}

.sub .sec02 .list-bx li:last-child {
    margin-bottom: 0;
}

.sub .sec02 .list-bx.flex li {
    margin-bottom: 5px;
    display: flex;
    gap: 5px;
}

.sub .sec02 .list-bx.flex li b {
    white-space: nowrap;
    display: block;
}

.sub .sec02 .list-bx.flex li p {
    margin-bottom: 0;
}

.sub .sec02 .list-bx li:last-child {
    margin-bottom: 0;
}

.sub .sec02 .list-bx.flex li {
    display: flex;
    gap: 10px;
}

.list-dash li,
.list-dot li,
.list-dot li,
.list-refer li {
    display: flex;
    gap: 3px;
}

.list-dash li::before,
.list-dot li::before,
.list-dot li::before,
.list-refer li::before {
    height: fit-content;
}

.list-dash li::before {
    content: "-";
}

.list-dot li::before {
    content: "•";
}

.list-refer li::before {
    content: "※";
}

.sub .sec02 .txt-bx .tag01 {
    background-color: #000;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    border-radius: 30px 30px 0 0;
    padding: 20px;
    box-sizing: border-box;
}

.sub .sec02 .txt-bx .tag02 {
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 30px;
    padding: 10px 30px;
    box-sizing: border-box;
    color: #fff;
    text-wrap: balance;
    background-color: #000;
}

.sub .sec02 .txt-bx .tag03 {
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
    border: 2px solid #3990ce;
    color: #3990ce;
    text-align: center;
    margin-bottom: 30px;
    text-wrap: balance;
    word-break: keep-all;
}

.sub .sec02 .txt-bx .tag04 {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
}

.sub .sec02 .txt-bx .tag04 .txt {
    width: fit-content;
    margin: 0 auto;
    background-color: #fff;
    color: #b9953f;
    border: 2px solid #b9953f;
    padding: 8px 20px;
    box-sizing: border-box;
    max-width: 95%;
    text-align: center;
    text-wrap: balance;
}

.sub .sec02 .txt-bx .tag04::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 2px;
    background-color: #b9953f;
    z-index: -1;
}

.sub .sec02 .txt-bx .tag05 {
    width: 100%;
    text-align: center;
    padding: 15px 25px;
    box-sizing: border-box;
    position: relative;
    color: #fff;
    margin-bottom: 30px;
}

.sub .sec02 .txt-bx .tag05::before {
    content: '';
    width: 100%;
    position: absolute;
    top: 10px;
    left: 10px;
    height: 100%;
    display: block;
    z-index: -1;
}

.sub .sec02 .txt-bx .tag05.color01 {
    background-color: #3f9fe4;
    border: 2px solid #3990ce;
}

.sub .sec02 .txt-bx .tag05.color01::before {
    background-color: #cccccc94;
}

.sub .sec02 .txt-bx .tag05.color02 {
    background-color: #3fb2a3;
    border: 2px solid #40a597;
}

.sub .sec02 .txt-bx .tag05.color02::before {
    background-color: #cccccc94;
}

.sub .sec02 .txt-bx .tag05.color03 {
    background-color: #ee7e79;
    border: 2px solid #bd6863;
}

.sub .sec02 .txt-bx .tag05.color03::before {
    background-color: #cccccc94;
}

.sub .sec02 .txt-bx .tag05.color04 {
    background-color: #f89318;
    border: 1px solid #d17300;
}


.sub .sec02 .txt-bx .tag05.color04::before {
    background-color: #cccccc94;
}

.sub .sec02 .txt-bx .tag06 {
    width: 100%;
    text-align: center;
    padding: 15px 25px;
    box-sizing: border-box;
    color: #fff;
    margin-bottom: 30px;
    background-color: #535353;
}

.sub .sec02 .txt-bx .tag07 {
    width: fit-content;
    color: #f18c1d;
    padding: 8px 20px;
    border: 2px solid #000;
    border-radius: 30px;
    border-color: #f18c1d;
}

.sub .sec02 .txt-bx .info-list {
    margin-bottom: 20px;
}

.sub .sec02 .txt-bx .info-list>li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.sub .sec02 .txt-bx .info-list li p {
    margin-bottom: 0 !important;
    text-align: start;
    word-break: keep-all;
}

.sub .sec02 .txt-bx .info-list li:last-child {
    margin-bottom: 0;
}

.sub .sec02 .txt-bx .info-list.word5 li>b {
    min-width: 91px;
}

.sub .sec02 .txt-bx .info-list li>b {
    flex-shrink: 0;
    min-width: 70px;
    position: relative;
    text-align: justify;
    line-height: 0.8;
    margin-top: 7px;
    display: block;
    font-weight: 800;
    letter-spacing: 1px;
}

.sub .sec02 .txt-bx .info-list li>b::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
    vertical-align: top;
}

.sub .sec02 .txt-bx .info-bx02 {
    border: 1px solid #898989;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom: 10px;
}

.sub .sec02 .txt-bx .info-bx02 .bx-tit {
    margin-bottom: 10px;
}

.sub .sec02 .txt-bx .bx01 {
    background-color: #ededed;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.sub .sec02 .txt-bx .bx02 {
    background-color: #dff2fc;
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.sub .sec02 .txt-bx .bx03 {
    background-color: #ededed;
    padding: 50px 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.sub .sec02 .txt-bx .border-bx {
    padding: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border: 1px solid #ccc;
}

.sub .sec02 .txt-bx .line {
    width: 100%;
    height: 1px;
    background-color: #ccc;
    margin: 20px 0;
}

table {
    table-layout: fixed;
    width: 100%;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

table,
th,
td {
    border-collapse: collapse;
    font-size: 18px;
}

th,
td {
    padding: 10px;
    box-sizing: border-box;
    word-break: keep-all;
    vertical-align: middle;
}

thead {
    background-color: #555555;
    color: #fff;
}

thead th {
    vertical-align: middle;
}

.table-bx {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 10px;
}

.table-bx .table-info {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    display: none;
}

.table-bx .table-info p {
    margin-bottom: 0 !important;
    font-size: 15px;
    font-weight: 400;
}

.table-bx table {
    width: 100%;
    min-width: 800px;
}

.table-bx table tbody tr td:first-child {
    vertical-align: middle;
    text-align: center;
    word-break: keep-all;
}

.table-bx02 {
    width: 100%;
    margin-bottom: 10px;
}

.table-bx02 table {
    width: 100%;
    text-align: center;
}

table.color01 thead {
    background-color: var(--color01);
}

table.color01 td {
    border-right: 1px solid var(--color01);
    border-bottom: 1px solid var(--color01);
}

table.color02 thead {
    background-color: var(--color02);
}

table.color02 td {
    border-right: 1px solid var(--color02);
    border-bottom: 1px solid var(--color02);
}

table.color03 thead {
    background-color: var(--color03);
}

table.color03 td {
    border-right: 1px solid var(--color03);
    border-bottom: 1px solid var(--color03);
}

table.color04 thead {
    background-color: var(--color04);
}

table.color04 td {
    border-right: 1px solid var(--color04);
    border-bottom: 1px solid var(--color04);
}

table.color05 thead {
    background-color: var(--color05);
}

table.color05 td {
    border-right: 1px solid var(--color05);
    border-bottom: 1px solid var(--color05);
}

table.color06 thead {
    background-color: var(--color06);
}

table.color06 td {
    border-right: 1px solid var(--color06);
    border-bottom: 1px solid var(--color06);
}

table td:last-child {
    border-right: 0;
}

table th {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

table.colo01 th {
    border-color: #fff
}

.inline-ico {
    display: inline;
}

.inline-ico img {
    display: inline;
    width: 20px;
}

.flex-border {
    border-right: 1px solid #000;
    padding-right: 30px;
    box-sizing: border;
}

.cont-arrow-bx {
    display: flex;
    gap: 30px;
    margin-bottom: 30px;
}

.cont-arrow-bx .bx {
    border: 1px solid #3f9fe4;
    padding: 15px;
    box-sizing: border-box;
    width: 25%;
}

.cont-arrow-bx .bx .num {
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #3f9fe4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 800;
    margin: 0 auto;
    margin-bottom: 10px;
}

.cont-arrow-bx .arrow {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cont-arrow-bx .bx p {
    margin-bottom: 0 !important;
    word-break: keep-all;
    text-align: center !important;
}

.sec02 .txt-bx .quiz-bx {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 60px;
}

.sec02 .txt-bx .quiz-bx form {
    display: none;
}

.sec02 .txt-bx .quiz-bx form.on {
    display: block;
}

.sec02 .txt-bx .quiz-list-bx {
    border-top: 4px solid #434343;
    padding: 20px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #b5b5b5;
    margin-bottom: 30px;
}

.sec02 .txt-bx .quiz-list-bx li {
    display: flex;
    gap: 20px;
    margin-bottom: 10px;
    align-items: center;
}

.sec02 .txt-bx .quiz-list-bx li h5 {
    margin-bottom: 0;
    width: 150px;
    text-align: center;
    background-color: #000;
    border-radius: 30px;
    padding: 8px 20px;
    box-sizing: border-box;
    color: #fff;
    height: fit-content;
    min-width: 150px;
}

.sec02 .txt-bx .quiz-list-bx li p {
    margin-bottom: 0;
    text-align: start;
}

.sec02 .txt-bx .quiz-img-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.sec02 .txt-bx .quiz-img-wrap .img {
    position: relative;
}

.sec02 .txt-bx .quiz-img-wrap .img .num {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img {
    position: relative;
    overflow: hidden;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .btn-bx {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img button.on {
    opacity: 1;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img button {
    background: none;
    border: none;
    width: 20%;
    position: absolute;
    transform: translate(50%, 50%);
    opacity: 0;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img button img {
    width: 100%;
    display: block;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .btn-chk01 {
    bottom: 30%;
    right: 65%;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .btn-chk02 {
    bottom: 20%;
    right: 40%;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .result {
    background-color: #00000062;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .result.on {
    display: flex;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .result img {
    width: 30%;
    max-width: 100px;
}

.sec02 .txt-bx .quiz-img-wrap .quiz-img .result lottie-player {
    width: 30%;
    max-width: 150px;
}

/* 페이지네이션 */
.pagination {
    width: 100%;
    background-color: #f8f8f8;
}

.pagination .inner {
    width: 100%;
    padding: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination .inner div {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pagination .inner div a {
    border: 1px solid #000;
    font-size: 15px;
    background-color: #fff;
    padding: 8px 20px;
    box-sizing: border-box;
    font-weight: bold;
    transition: 0.2s;
}

.pagination .inner div a:hover {
    background-color: #000;
    color: #fff;
}

.pagination .inner div h6 {
    font-weight: bold;
    font-size: 16px;
}

/* 태블릿 */
@media screen and (max-width: 1024px) {}

@media screen and (max-width: 768px) {
    .sub .sec-inner {
        padding: 20px;
    }

    .sub .sec01 {
        height: 160px;
    }

    .sub .sec01 hgroup h1 {
        font-size: 26px;
    }

    .sub .sec01 hgroup h5 {
        font-size: 20px;
    }

    .sub .sec02 .sec-inner {
        padding-top: 40px;
    }

    .sub .sec02 .tit-wrap {
        margin-bottom: 50px;
    }

    .sub .sec02 .tit-wrap h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .sub .sec02 .tit-wrap h6 {
        font-size: 16px;
    }

    .sub .sec02 .tit-wrap .util {
        display: none;
    }

    .sub .sec02 .txt-bx {
        margin-bottom: 50px;
    }

    .sub .sec02 .txt-bx .img-wrap {
        margin-bottom: 30px;
    }

    .sub .sec02 .txt-bx .img-wrap .img-flex {
        flex-direction: column;
    }

    .sub .sec02 .txt-bx .img-wrap .img-flex.gap50 {
        gap: 20px;
    }

    .sub .sec02 .txt-bx .img-wrap .img-flex .img-bx {
        width: 100% !important;
    }

    .sub .sec02 .txt-bx h1 {
        font-size: 35px;
    }

    .sub .sec02 .txt-bx h2 {
        font-size: 30px;
    }

    .sub .sec02 .txt-bx h3 {
        font-size: 24px;
    }

    .sub .sec02 .txt-bx h4 {
        font-size: 22px;
    }

    .sub .sec02 .txt-bx h5 {
        font-size: 20px;
    }

    .sub .sec02 .txt-bx h6 {
        font-size: 18px;
    }

    .sub .sec02 .txt-bx p {
        margin-bottom: 30px;
    }

    .sub .sec02 .txt-bx .tit {
        margin-bottom: 20px;
    }

    .sub .sec02 .txt-bx .info-list>li {
        flex-direction: column;
        gap: 0;
        margin-bottom: 10px;
    }

    .sub .sec02 .txt-bx .info-list li>b {
        line-height: 0.8;
    }

    .sub .sec02 .list-bx.flex li {
        flex-direction: column;
        gap: 5px;
    }

    .sub .sec02 .grid-bx {
        grid-template-columns: 1fr !important;
    }

    .pagination .inner {
        padding: 20px;
    }

    .pagination .inner div h6 {
        display: none;
    }

    .cont-arrow-bx {
        flex-direction: column;
        gap: 10px;
    }

    .cont-arrow-bx .bx {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .cont-arrow-bx .arrow {
        transform: rotate(90deg);
    }

    .flex-border {
        border-right: none;
        border-bottom: 1px solid #000;
        padding-right: 0;
        box-sizing: border;
        padding-bottom: 30px;
    }

    .sec02 .txt-bx .quiz-list-bx li {
        flex-direction: column;
        align-items: start;
        gap: 5px;
        margin-bottom: 20px;
    }

    .sec02 .txt-bx .quiz-list-bx li:last-child {
        margin-bottom: 0;
    }

    .sec02 .txt-bx .quiz-img-wrap {
        grid-template-columns: 1fr;
    }

    .table-bx .table-info {
        display: flex;
    }

    .sub .sec02 .txt-bx .tit-num {
        flex-direction: column;
        align-items: start;
        gap: 0;
    }

}

/* 모바일 */
@media screen and (max-width: 576px) {
    .sub {
        padding-top: 85px;
    }

    .sub .sec01 {
        background-position: 103%;
    }

    .sub .sec02 .tit-wrap h5 {
        margin-bottom: 10px;
    }

    .sub .sec02 .txt-bx {
        margin-bottom: 40px;
    }

    .sub .sec02 .txt-bx h1 {
        font-size: 30px;
    }

    .sub .sec02 .txt-bx h2 {
        font-size: 28px;
    }

    .sub .sec02 .txt-bx h3 {
        font-size: 24px;
    }

    .sub .sec02 .txt-bx h4 {
        font-size: 22px;
    }

    .sub .sec02 .txt-bx h5 {
        font-size: 18px;
    }

    .sub .sec02 .txt-bx h6 {
        font-size: 16px;
    }

    .sub .sec02 .txt-bx .bx01 {
        padding: 30px 20px;
    }

    .sub .sec02 .txt-bx .bx02 {
        padding: 30px 20px;
    }

    .sub .sec02 .txt-bx .bx03 {
        padding: 30px 20px;
    }

    .sub .sec02 .txt-bx .border-bx {
        padding: 30px 20px;
    }

    .sub .sec02 .txt-bx .tel {
        font-size: 15px;
    }

    .sub .sec02 .txt-bx .ep {
        font-size: 18px;
    }

    .sub .sec02 .txt-bx .info-bx {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    table,
    th,
    td {
        border-collapse: collapse;
        font-size: 16px;
    }
}

/* ///////////////////////////////////////////////// */
/* 기존 폼 */

form input,
form textarea {
    outline: none;
    box-sizing: border-box;
    font-family: 'NanumSquareNeo';
}

form input:focus,
form textarea:focus {
    border: 2px solid #f16872;
}

form textarea {
    width: 100%;
    resize: none;
    padding: 20px;
    height: 230px;
    font-size: 16px;
    margin-bottom: 20px;
    border-radius: 10px;
    border: 2px solid #ccc;
    line-height: 1.4;
}

@media (max-width: 769px) {
    form textarea {
        font-size: 14px;
        padding: 14px;
        margin-bottom: 10px;
        height: 180px;
    }
}

form textarea::placeholder {
    color: #888;
}

form input {
    margin-bottom: 20px;
    border: 2px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    font-size: 16px;
}

@media (max-width: 769px) {
    form input {
        margin-bottom: 10px;
        padding: 14px;
        font-size: 14px;
    }
}

form input::placeholder {
    color: #888;
}

form .row {
    display: flex;
}

@media (max-width: 769px) {
    form .row {
        flex-wrap: wrap;
    }
}

form .row input {
    width: calc(50% - 10px);
}

@media (max-width: 769px) {
    form .row input {
        width: 100%;
    }
}

form .row input:nth-child(odd) {
    margin-right: 20px;
}

@media (max-width: 769px) {
    form .row input:nth-child(odd) {
        margin-right: 0;
    }
}

form .full input {
    width: 100%;
}

form .file {
    display: flex;
    margin-bottom: 20px;
}

@media (max-width: 769px) {
    form .file {
        margin-bottom: 10px;
    }
}

form .file input {
    width: 100%;
    margin-bottom: 0;
    margin-right: 10px;
    color: #888;
}

form .file input:focus {
    border: 2px solid #ccc;
}

form .file label {
    padding: 20px;
    display: flex;
    cursor: pointer;
    align-items: center;
    text-align: center;
    border-radius: 10px;
    flex-shrink: 0;
    background-color: #0ca600;
    color: #fff;
}

@media (max-width: 769px) {
    form .file label {
        font-size: 14px;
        padding: 12px;
    }
}

form .submit {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}

form .submit button {
    margin: 0 auto;
    cursor: pointer;
    border: 0;
    background-color: #00a18e;
    color: #fff;
    border-radius: 50px;
    font-weight: 800;
    width: 100%;
    font-size: 26px;
    max-width: 470px;
    padding: 24px;
    transition: 0.2s;
}

form .submit button:hover {
    background-color: #0accb5;
}

@media (max-width: 769px) {
    form .submit button {
        font-size: 18px;
        max-width: 240px;
        padding: 18px;
    }
}

form .secure {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

form .secure button {
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

form .secure .secureimage {
    flex: 1;
    border: 1px solid #eee;
    background-color: #fff;
    padding: 10px 0;
}

form .secure .secureimage img {
    margin: 0 auto;
}

form .secure input {
    margin-bottom: 0;
    margin-right: 0 !important;
}

.information {
    margin-top: 40px;
    border-radius: 15px;
    padding: 35px 40px;
    background-color: #f2f2f2;
}

@media (max-width: 769px) {
    .information {
        padding: 24px 16px 60px 16px;
    }
}

.information p {
    font-size: 16px !important;
    line-height: 27px !important;
}

@media (max-width: 769px) {
    .information p {
        font-size: 15px !important;
        line-height: 22px !important;
    }
}

.information h5 {
    color: #f66200;
    font-weight: 800;
}

.check-input:checked+.check-label::before {
    content: "";
    position: absolute;
    left: 1px;
    top: -2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 15px;
    height: 15px;
    background-image: url(../../images/label-check.png);
    z-index: 3;
}

.check-label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
}

.check-label::after {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 12px;
    border: 1px solid #555;
}

.ref-txt {
    font-size: 95%;
    color: #8b8b8b;
}

/*# sourceMappingURL=sub.css.map */