.c_user_box {
    margin: 20px auto 0;
    text-align: center;
}

.c_user_box .nsscinfo_chair {
    display: inline-flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.c_user_box .nsscinfo_chair .img {
    margin: 0;
}

.c_user_box .nsscinfo_chair img {
    width: 100%;
    max-width: 450px;
}

.c_user_box .nsscinfo_chair h4 {
    margin: 0;
    padding: 0;
    color: #222;
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: -1px;
}

.c_user_box .nsscinfo_chair h4 b {
    color: #f03333;
}

.c_user_box .nsscinfo_chair h4:after {
    content: '';
    display: block;
    width: 40px;
    height: 2px;
    margin: 30px 0;
    background: #f03333;
}

.c_user_box .point_ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.c_user_box .point_ul li {
    display: flex;
    align-items: flex-start;
    margin-top: 14px;
}

.c_user_box .point_ul li span {
    display: block;
    width: 110px;
    margin-right: 10px;
    padding: 10px 15px;
    border-radius: 5px;
    background: #ef3e23;
    color: #fff;
    text-align: center;
    font-size: 18px;
    box-sizing: border-box;
}

.c_user_box .point_ul li p {
    margin: 0;
    padding-top: 3px;
    font-size: 18px;
    line-height: 1.5;
}

.c_user_box .nsscinfo_chair>div {
    margin-top: 0;
}

@media (max-width: 768px) {
    .c_user_box .nsscinfo_chair .img {
        display: none;
    }

    .c_user_box .nsscinfo_chair {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

    .c_user_box .nsscinfo_chair h4 {
        font-size: 22px;
        text-align: center;
    }

    .c_user_box .nsscinfo_chair h4:after {
        margin: 10px auto;
    }

    .c_user_box .point_ul li span,
    .c_user_box .point_ul li p {
        font-size: 14px;
    }
}






/* 웹진형 게시판 */
.c_board_list .news_thumb .thumb_box {
    width: 200px;
    min-height: 100px;
    overflow: hidden;
    position: relative;
    background: #f5f5f5 url('../images/c_img/none_photo.png') center center no-repeat;
}

.c_board_list .news_thumb .thumb_box img {
    max-width: 100%
}

.c_board_list.news_list .tit_box .tt {
    font-size: 15px;
    font-weight: 600;
}

.c_board_list.news_list .sub_txt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    font-size: 13px;
    line-height: 17px;
    height: 51px;
    clear: both;
    color: #999;
    padding-top: 10px;
    word-wrap: break-word;
    word-break: keep-all;
}

/* 갤러리형 게시판 */
.c_board_list .board_gallery {
    overflow: hidden;
}

.c_board_list .board_gallery ul {
    margin-left: -37px;
    overflow: hidden;
}

.c_board_list .board_gallery ul+ul {
    clear: both
}

.c_board_list .board_gallery li {
    list-style: none;
    float: left;
    width: 25%;
    position: relative;
}

.c_board_list .board_gallery li:nth-of-type(4n)+li {
    clear: both
}

.c_board_list .gallery_box {
    position: relative;
    margin-left: 37px;
    margin-top: 30px
}

.c_board_list .gallery_box .gallery {
    overflow: hidden;
    position: relative;
    border: 0;
    box-sizing: border-box;
    position: relative;
}

.c_board_list .gallery_box .gallery .border {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #000;
    opacity: 0.1;
    -ms-filter: alpha(opacity=10);
    filter: alpha(opacity=10);
}

.c_board_list .gallery_box .gallery img {
    width: 100%;
    float: left;
}

.c_board_list .gallery_box .info {
    padding-top: 10px
}

.c_board_list .gallery_box .item_name {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal !important;
    display: block;
    color: #333;
    letter-spacing: -0.5px;
    padding-right: 5px;
    font-size: 13px;
}

.c_board_list .gallery_box .gallery_info {
    overflow: hidden;
    margin-top: 10px
}

.c_board_list .gallery_box .date {
    float: left;
    color: #999;
}

.c_board_list .gallery_box .view {
    float: right;
    color: #999;
}

.c_board_list .gallery_box:hover .item_name {
    text-decoration: underline;
}

/* 이용안내·약관 페이지 (pages.view type=agree) */
.kjk_agree_page_tit {
    margin-bottom: 0;
}
/* 공통 .c_page_tit .tit_box { height:140px } — 뒤로가기만 쓰는 영역이라 높이 해제 */
.kjk_agree_page_tit .tit_box {
    height: auto;
    min-height: 44px;
    gap: 0;
}
.kjk_agree_page_tit .tit {
    display: none;
}

.kjk_agree_head {
    padding: 16px 0 0;
    margin-bottom: 0;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.kjk_agree_head__title {
    margin: 0 0 24px;
    padding: 0;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    text-align: center;
    color: #111;
}
.kjk_agree_tabs {
    margin: 0;
}
.kjk_agree_tabs__list {
    display: flex;
    flex-wrap: nowrap;
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #ddd;
    border-bottom: 0;
}
.kjk_agree_tabs__item {
    flex: 1 1 0;
    min-width: 0;
    margin: 0;
    border-right: 1px solid #ddd;
}
.kjk_agree_tabs__item:last-child {
    border-right: 0;
}
.kjk_agree_tabs__link {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 6px;
    background: #f7f7f7;
    color: #555;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    transition: background 0.2s, color 0.2s;
}
.kjk_agree_tabs__item.is-active .kjk_agree_tabs__link {
    background: #ef4136;
    color: #fff;
    font-weight: 700;
}
.kjk_agree_page .layout_fix {
    padding-top: 28px;
    padding-bottom: 40px;
}
.kjk_agree_page .c_editor_box {
    border: 0;
    padding: 0 !important;
}

@media (max-width: 700px) {
    .kjk_agree_head__title {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .kjk_agree_tabs__link {
        min-height: 42px;
        font-size: 12px;
        padding: 8px 4px;
    }
}