/* MAIN PAGE CSS */
main {
    flex: 1;
}

/* hero section */
.hero_section {
    padding: 110px 0 0 0;
}

.hero_content {
    position: relative;
    display: flex;
    align-items: center;
    gap: 40px;
}

.hero_content .img--block {
    position: relative;
    width: 100%;
    height: 480px;
}

.hero_content .img--block {
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0)),
        url("/wp-content/uploads/2025/07/hero_bg-scaled.jpg") no-repeat center/cover;
    background-position: 50% 90%;
}

.hero_desc {
    position: absolute;
    top: 46%;
    left: 5%;
    transform: translateY(-50%);

}

.hero_content .hero_notice--tx {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 11px;
    color: #fff;
}

.hero_content .tx--block {
    opacity: 0;
}

.ib_logo--block {
    width: 50%;
}

.hero_content .tx--block .over-h {}

.hero_content .tx--block strong {
    display: block;
    margin-bottom: 20px;
    font-weight: var(--font-b);
    font-size: 38px;
    line-height: 1.4;
    color: #fff;
}

.hero_content .tx--block .ko-tx {
    margin-bottom: 10px;
    font-weight: var(--font-m);
    font-size: 18px;
    line-height: 1.4;
    color: #fff;
}

.hero_content .tx--block .en-tx {
    max-width: 650px;
    margin-bottom: 60px;
    font-weight: var(--font-m);
    font-size: 16px;
    line-height: 1.4;
    opacity: 0.8;
    color: #fff;
}

.hero_content .hero_sns--block {
    position: absolute;
    display: flex;
    gap: 20px;
}

.hero_content .hero_sns--block .btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    transition: all 0.4s ease;
}

.hero_content .hero_sns--block .yt_btn {
    background: #ea383b;
}

.hero_content .hero_sns--block .instar_btn {
    background: url("/wp-content/uploads/2025/07/instar_bg.png");
}

.hero_content .hero_sns--block .btn:hover {
    transform: translateY(-3px);
}

/* edu_section */
.edu_section {}

.edu_content {
    display: flex;
    flex-direction: column;
    opacity: 0;
}

.edu_content .edu_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.edu_content .edu_list .edu_item {
    transition: all 0.4s ease;
    flex: 1;
}

.edu_content .edu_list .edu_item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.edu_content .edu_list .edu_item a .img--block {
    border-radius: 10px;
    overflow: hidden;
}

.edu_content .edu_list .edu_item a .img--block img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.edu_content .edu_list .edu_item a .tx--block {}

.edu_content .edu_list .edu_item a .tx--block p {
    font-weight: var(--font-b);
    font-size: 20px;
    color: #000;
}

.edu_content .edu_list .edu_item:hover .img--block img {
    transform: scale(1.1);
}

/* tosup_section */
.tosup_section {
    background: #f7f7f7;
}

.ts_content {
    display: flex;
    align-items: center;
    opacity: 0;
}

.ts_content .ts_tx--block {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: 400px;
}

.ts_content .ts_tx--block strong {
    font-weight: var(--font-b);
    font-size: 34px;
    color: #000;
}

.ts_content .ts_tx--block p {
    font-weight: var(--font-m);
    font-size: 18px;
    line-height: 1.4;
    color: #585656;
}

.ts_list--block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 20px;
}

.ts_list--block .ts_item {
    transition: all 0.4s ease;
    cursor: grab;
}

.ts_list--block .ts_item a {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.ts_list--block .ts_item .img--block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
}

.ts_list--block .ts_item .tx--block {}

.ts_list--block .ts_item .tx--block p {
    font-weight: var(--font-b);
    font-size: 16px;
    line-height: 1.4;
    color: #000;
    text-align: center;
}

.ts_list--block .ts_item:hover {
    transform: translateY(-3px);
}

/* not_section */

.not_content .not_list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.not_content .not_list .not_item {
    transition: all 0.4s ease;
    flex: 1;
}

.not_content .not_list .not_item:hover {
    box-shadow: var(--box-shadow);
}

.not_content .not_list .not_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 30px;
    border: 1px solid #585656;
    cursor: grab;
}

.not_content .not_list .not_item a p {
    font-weight: var(--font-sb);
    font-size: 20px;
}

/* ABOUT PAGE */
/* ABOUT PAGE */
/* ABOUT PAGE */
/* ABOUT PAGE */
/* ABOUT PAGE */
/* ABOUT PAGE */

/* greet_section */
.greet_section {
    padding: 0;
    margin-top: 30px;
}

.greet_content {
    padding: 40px 0 80px;
    border-top: 5px solid #000;
}

.greet_content .greet_title--block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.greet_content .greet_title--block strong {
    font-weight: var(--font-b);
    font-size: 24px;
    color: #000;
}

.greet_content .greet_title--block p {
    font-weight: var(--font-m);
    font-size: 16px;
    line-height: 1.6;
    color: #585656;
}

.greet_main_content--block {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.greet_main_content--block .gmc--top {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.greet_main_content--block .gmc_box {
    position: relative;
    padding-bottom: 30px;
    background: #f7f7f5;
}

.greet_main_content--block .gmc_box .gmc_box--tit {
    position: relative;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 30px;
    font-weight: var(--font-sb);
    font-size: 24px;
}

.greet_main_content--block .gmc_box .gmc_box--tit::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 30px;
    right: 30px;
    height: 1px;
    background-color: #ddd;
}

.greet_main_content--block .gmc_box .gmc_box--tit .img--block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
}

.greet_main_content--block .gmc_box .gmc_box--list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    list-style: disc;
    padding-top: 30px;
    padding-left: 30px;
    margin-left: 20px;
}

.greet_main_content--block .gmc_box .gmc_box--list .gmc_box--item {
    font-weight: var(--font-m);
    font-size: 16px;
    color: #585656;
}

.greet_main_content--block .gmc--bot {
    display: flex;
    gap: 30px;
}

.greet_main_content--block .gmc--bot .gmc_box {
    flex: 1;
}

/* song_section */
.song_section {
    padding: 0;
    margin-top: 30px;
}

.song_content {
    padding: 40px 0;
    border-top: 5px solid #000;
}

.song_content .song_title--block {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 40px;
}

.song_content .song_title--block strong {
    font-weight: var(--font-b);
    font-size: 24px;
    color: #000;
}

.song_content .song_title--block p {
    max-width: 540px;
    font-weight: var(--font-m);
    font-size: 16px;
    color: #585656;
}

.song_img--block {
    width: 100%;
    height: 100%;
}

.song_img--block img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

/* hello_section */
.hello_section {
    padding: 0;
    margin-top: 30px;
}

.hello_content {
    padding: 40px 0 80px;
    border-top: 5px solid #000;
}

.hello_content .hello_top {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 70px;
}

.hello_content .hello_top .hello_top--tx {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.hello_content .hello_top .hello_top--tx strong {
    display: block;
    font-weight: var(--font-sb);
    font-size: 24px;
}

.hello_content .hello_top .hello_top--tx .desc {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: var(--font-m);
    font-size: 16px;
    padding-bottom: 30px;
    color: #585656;
    line-height: 1.9;
}

.hello_content .hello_top .sign {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    width: 100%;
    font-weight: var(--font-sb);
    font-size: 18px;
    color: #585656;
}

.hello_content .hello_top .sign img {
    display: block;
    max-width: 100px;
    margin-left: 20px;
}

.hello_content .hello_top .hello_top--img {
    display: block;
    min-width: 460px;
}

.hello_content .hello_top .hello_top--img img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.hello_content .hello_bot {
    display: flex;
    padding: 60px 0 0;
    gap: 30px;
}

.hello_content .hello_bot .hello_bot--box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 50px 26px;
    flex: 1;
    background: #f7f7f5;
}

.hello_content .hello_bot .hello_bot--box .img--block {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
}

.hello_content .hello_bot .hello_bot--box .tx--block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.hello_content .hello_bot .hello_bot--box .tx--block strong {
    font-weight: var(--font-sb);
    font-size: 20px;
    color: #000;
}

.hello_content .hello_bot .hello_bot--box .tx--block p {
    font-weight: var(--font-m);
    color: #585656;
    font-size: 16px;
    line-height: 1.6;
}

/* CATEGOEY PAGE CSS */

.cg_all_section {
    padding-top: 20px;
}

.cg_all_content {}

.cg_all_content .cg_tab--list {
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 50px;
    gap: 10px;
    border-top: 4px solid #000;
}

.cg_all_content .cg_tab--item {}

.cg_all_content .cg_tab--item .cg_tab--btn {
    display: block;
    border: 2px solid var(--fc-subtit);
    font-size: 16px;
    font-weight: var(--font-sb);
    padding: 13px 24px;
    transition: all 0.4s ease;
}

.cg_all_content .cg_tab--item .cg_tab--btn:hover {
    background: var(--primary-green);
    color: #fff;
    border-color: var(--primary-green);
}

.cg_all_content .cg_tab--item .cg_tab--btn.active {
    color: var(--primary-white);
    background: var(--primary-green);
    border: 2px solid var(--primary-green);
}

.cg_gallery--list {
    position: relative;
    flex-wrap: wrap;
    display: flex;
    column-gap: 30px;
    row-gap: 40px;
    margin-bottom: 70px;
}

.cg_gallery--list .cg_gallery--item {
    width: calc(33.3% - 20px);
}

.cg_gallery--list .cg_gallery--item .cg_gallery--link {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.4s ease;
}

.cg_gallery--list .cg_gallery--item .cg_gallery--link img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.cg_gallery--link .cg_cat--block {}

.cg_gallery--link .img--block {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 0.9;
    object-position: center center;
    object-fit: cover;
    overflow: hidden;
}

.cg_gallery--link .img--block img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}

.cg_gallery--link .text--block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.cg_gallery--link .text--block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cg_gallery--link .text--block .cg_location {
    color: #919191;
    font-size: 13px;
    font-weight: var(--font-m);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    white-space: normal;
    text-overflow: ellipsis;
    max-width: 200px;
}

.cg_gallery--link .text--block .cg_date,
.cg_gallery--link .cg_cat--block p {
    color: #919191;
    font-size: 13px;
    font-weight: var(--font-m);
}

.only-gallery .cg_tit {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* 최대 2줄 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cg_tit {
    font-weight: var(--font-sb);
    color: #000;
    font-size: 20px;
    transition: all 0.4s ease;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* 최대 2줄 표시 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cg_gallery--list .cg_gallery--item .cg_gallery--link:hover img {
    transform: scale(1.01);
}

/* notice PAGE css */

.notice_section {
    padding-top: 20px;
}

.notice_content {
    border-top: 4px solid #000;
}

.notice_content .notice--list {
    display: flex;
    flex-direction: column;
}

.notice_content .notice--item {}

.notice_content .notice--item .notice--link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 25px 30px;
}

.notice_content .notice--item .notice--link .text--block {
    flex: 1;
    text-align: end;
}

.notice--item .notice--link .text--block .cg_date {
    font-weight: var(--font-sb);
    font-size: 15px;
    color: #919191;
}

.notice--item .notice--link .text--block .cg_cat--block {}

.notice--item .notice--link .text--block .cg_tit {
    display: block;
    font-weight: var(--font-b);
    font-size: 18px;
    line-height: 1.4;
}

.post-number {
    font-weight: var(--font-b);
    font-size: 14px;
    line-height: 1.4;
    width: 60px;
}

/* pagination common */
.cg_pagination--block {
    margin: 50px 0 0;
}

.cg_pagination--block .nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cg_pagination--block .nav-links .page-numbers {
    font-size: 16px;
    color: #888;
    transition: all 0.4s ease;
    font-weight: var(--font-sb);
}

.cg_pagination--block .nav-links .page-numbers.current {
    color: #000;
}

.cg_pagination--block .nav-links .page-numbers:hover {
    color: #000;
}

.cg_pagination--block .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    color: #888;
    font-weight: var(--font-sb);
    transition: all 0.4s ease;
}

.cg_pagination--block .page-numbers.current {
    color: #000;
}

.cg_pagination--block .page-numbers:hover {
    color: #000;
}

.cg_pagination--block.pg_apply {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* 프리티 박스 */
.lightbox {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.lightbox.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.lightbox-content {
    background: #fff;
    padding: 30px;
    max-width: 90%;
    max-height: 90vh;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
    transform: scale(0.95);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    overflow: auto;
}

.lightbox.show .lightbox-content {
    transform: scale(1);
    opacity: 1;
}

.lightbox-content img {
    max-width: 100%;
    height: auto;
}

#lightbox-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

/* SEARCH PAGE CSS */

.search_section {}

.search_header--block {
    margin-top: 80px;
    background: var(--primary-green);
}

.search_header--inner {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 800px;
    padding: 60px 0;
    margin: 0 auto;
}

.search_header--block .side_form .sm-search--block {
    margin-left: 30px;
}

.search_header--block .side_form .search_ic--block {
    background: none;
    border: 0;
    color: var(--primary-white);
    outline: none;
}

.search_header--block .search_keyword ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.search_header--inner .close--btn {
    position: absolute;
    top: 30%;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    background: var(--primary-white);
    border-radius: 50%;
    z-index: 1;
}

.search--list {
    display: flex;
    flex-direction: column;
    border-top: 4px solid #000;
    padding-bottom: 50px;
}

.search--list .search--item {
    border-bottom: 1px solid #ddd;
}

.search--list .search--item a {
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: 25px 30px;
    gap: 20px;
}

.search--list .search--item a:hover .search_title--block strong {
    color: #000;
}

.search--list .search--item a:hover .more--block {
    visibility: visible;
    opacity: 1;
}

.search--list .search--item a .search_cat {
    max-width: 100px;
    font-weight: var(--font-b);
    font-size: 14px;
    width: 150px;
    color: var(--fc-subtit);
}

.search--list .search--item a .search_cat.active {
    color: var(--primary-green);
}

.search--list .search--item a .search_img--block {
    width: 100px;
    height: 60px;
}

.search--list .search--item a .search_img--block img {
    width: 100%;
    height: 100%;
}

.search--item a .search_title--block {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.search--item a .search_title--block strong {
    font-size: 20px;
    font-weight: var(--font-b);
    transition: all 0.4s ease;
    color: #000;
}

.search--item a .search_title--block p {
    max-width: 800px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 13px;
    font-weight: var(--font-sb);
    color: #919191;
}

.search--list .search--item a .arrow-ic--block {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 25px;
    right: 30px;
    transition: all 0.4s ease;
}

.search--list .search--item a .arrow-ic--block.active {
    visibility: visible;
}

.search_result--block {
    display: flex;
    margin-bottom: 30px;
    font-weight: var(--font-b);
    font-size: 20px;
    gap: 10px;
}

.search_result--block span {
    color: var(--primary-green);
}

.search_result--block p {}

.search_result--block p em {}

@media screen and (max-width: 992px) {
    .ib_logo--block {
        display: none;
    }

    /* hero_section */
    .hello_section,
    .song_section,
    .greet_section {
        margin-top: 20px;
    }

    .hello_content,
    .song_content,
    .greet_content {
        border-width: 2px;
        padding: 20px 0 50px;
    }

    .hero_content .tx--block strong {
        font-size: 32px;
    }

    .hero_content .tx--block .ko-tx {
        font-size: 16px;
        max-width: 430px;
    }

    .hero_content .tx--block .en-tx {
        max-width: 320px;
        margin-bottom: 30px;
        font-size: 14px;
    }

    /* hero section */
    .hero_section {
        padding: 58px 0 0 0;
    }

    /* edu_section */
    .edu_content .edu_list {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        gap: 20px;
    }

    .edu_content .edu_list .edu_item {
        flex: unset;
        width: calc(33.3% - 20px);
    }

    .edu_content .edu_list .edu_item a .tx--block p {
        font-size: 16px;
    }

    /* tosup_section */
    .ts_content {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }

    .ts_list--block {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        width: 100%;
        flex-wrap: wrap;
    }

    .ts_content .ts_tx--block {
        min-width: 10px;
        gap: 5px;
    }

    .ts_content .ts_tx--block strong {
        font-size: 28px;
    }

    .ts_content .ts_tx--block p {
        font-size: 16px;
    }

    /* greet_section */
    .greet_main_content--block .gmc--bot {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }

    .greet_main_content--block .gmc_box .gmc_box--list {
        margin-left: 0;
        padding-right: 15px;
        padding-top: 20px;
    }

    .greet_main_content--block .gmc_box .gmc_box--tit {
        gap: 10px;
        padding: 20px 15px 10px;
        font-size: 18px;
    }

    .greet_main_content--block .gmc_box .gmc_box--tit::after {
        left: 10px;
        right: 10px;
    }

    .greet_main_content--block .gmc_box .gmc_box--list .gmc_box--item {
        font-size: 14px;
    }

    /* notive_section */
    .notice_content .not_list {
        gap: 20px;
    }

    .notice_content .not_list .not_item a {
        padding: 18px 20px;
    }

    .notice_content .not_list .not_item a p {
        font-size: 16px;
    }

    /* hello_section */
    .hello_content .hello_top {
        display: flex;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .hello_content .hello_top .hello_top--img {
        min-width: 100%;
        height: 300px;
    }

    .hello_content .hello_top .hello_top--tx strong {
        font-size: 18px;
    }

    .hello_content .hello_top .hello_top--tx .desc {
        gap: 10px;
        font-size: 14px;
        padding-bottom: 0;
        line-height: 1.5;
    }

    .hello_content .hello_top .sign {
        justify-content: flex-end;
        font-size: 16px;
    }

    .hello_content .hello_bot {
        flex-direction: column;
        padding: 50px 0 0;
        gap: 20px;
    }

    .hello_content .hello_bot .hello_bot--box {
        display: flex;
        align-items: flex-start;
        gap: 10px;
        padding: 20px;
    }

    .hello_content .hello_bot .hello_bot--box .img--block {
        min-width: 50px;
        height: 50px;
    }

    .hello_content .hello_bot .hello_bot--box .tx--block strong {
        font-size: 18px;
    }

    .hello_content .hello_bot .hello_bot--box .tx--block p {
        font-size: 14px;
    }

    /* song_section */
    .song_content {
        padding: 20px 0;
    }

    .song_content .song_title--block strong {
        font-size: 18px;
    }

    .song_content .song_title--block p {
        font-size: 14px;
    }

    /* cg_box */
    .cg_gallery--list {
        flex-direction: column;
    }

    .cg_gallery--list .cg_gallery--item {
        width: 100%;
    }

    /* cg_tab */
    .cg_all_content .cg_tab--list {
        padding: 15px 0 20px;
        border-top: 2px solid #000;
    }

    .not_content .not_list {
        gap: 10px;
    }

    .not_content .not_list .not_item a {
        padding: 20px;
    }

    .not_content .not_list .not_item a p {
        font-size: 16px;
    }

    .cg_all_content .cg_tab--item {
        text-align: center;
        flex: 1 1 40%;
        display: flex;
        flex-direction: column;
        justify-content: stretch;
    }

    .cg_all_content .cg_tab--item:first-child {
        flex: 1 1 100%;
    }

    .cg_all_content .cg_tab--list {
        gap: 5px;
    }

    .cg_all_content .cg_tab--item .cg_tab--btn {
        border-width: 1px;
        font-size: 12px;
        padding: 8px;
    }

    /* notice PAGE css */
    .notice_content .notice--item .notice--link {
        padding: 20px 10px;
    }

    .post-number {
        font-size: 12px;
        width: 30px;
    }

    .cg_tit {
        font-size: 16px;
        font-weight: var(--font-sb);
    }

    .notice--item .notice--link .text--block .cg_date {
        font-size: 12px;
    }
}

/*table*/

.lo-table,
.tb_st01 {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border: none;
    border: 1px solid #ddd;
    border-left: none;
    border-right: none;
    overflow: hidden;
    background-color: #f7f7f7;
}

.lo-table tbody tr:first-child th {
    border-bottom: 1px solid #ddd;
    font-weight: 600 !important;
    text-align: center;
}

.lo-table tbody tr:last-child th,
.lo-table tbody tr:last-child td,
.tb_st01 tbody tr:last-child th,
.tb_st01 tbody tr:last-child td {
    border-bottom: none !important;
}

.lo-table tbody tr th,
.tb_st01 tbody tr th {
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
}

.lo-table tbody tr td,
.tb_st01 tbody tr td {
    border-bottom: 1px solid #ddd;
    font-size: 18px;
}

.lo-table .lo-dot,
.tb_st01 .lo-dot {
    font-weight: 800;
    font-size: 20px;
}

.lo-table tbody tr th,
.lo-table tbody tr td {
    padding: 1.2em;
}

.lo-table tbody tr td img {
    max-width: 350px;
}