@charset "UTF-8";
/* 게시판 :: 기본리스트 :: 레이아웃 */
.kac-list-tbl {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.kac-list-tbl .align-left {
    text-align: left;
}
.kac-list-tbl .tip {
    padding: 5px 10px;
    background: #1a2332;
    border-radius: 25px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
.kac-list-tbl .tip.end {
    background-color: #00a59b;
	padding: 10px 25px;
}


@media (max-width: 61.9em) {
.kac-list-tbl .tip.end {
    background-color: #00a59b;
	padding: 5px 12px;
}}








/*추가*/
.course_name {
  color:#111 !important;
  text-align:left !important;
	padding: 30px 18px 30px 40px;
  cursor: pointer;
}

@media (max-width: 61.9em) {
  .course_name {
    padding:15px 0
  }
}
/*추가끝*/

.kac-date {
    color: #666;
    font-size: 13px;
}

.kac-list-head {
    display: table-header-group;
    border-top: 1px solid #00a59b;
}

.kac-list-head span,
.kac-list-head td {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    color: #00a59b;
    font-size: 16px;
  font-weight: 500;
    letter-spacing:-0.5px;
    padding: 19px 0;
    border-top: 2px solid #00a59b;
	border-bottom: 1px solid #00a59b;
	/*font-family: 'Pretendard-ExtraBold', sans-serif !important;*/
}

.kac-list-row {
    display: table-row;
    width: 100%;
    transition: all .3s; background-color:#fff;
}
.kac-list-row:hover {
  background-color: #f6fbfa;
}

.kac-list-row p {
    margin: 15px;
	letter-spacing: 0.5px;
	color: #666;
	line-height: 21px;
	font-size: 1rem;
	padding:20px 0;
}





.kac-list-row .column {
    display: table-cell;
    vertical-align: middle;
    /*padding: 30px 20px 10px 30px;*/
	/*padding: 20px 20px 10px 30px;*/
    color: #F44336;
    font-size: 1.1rem;
    font-weight: 500;
    letter-spacing: -0.5px;
    text-align: center;
    border-bottom: 1px solid #ccc;
	
}

/* 게시판 :: 기본리스트 ::  항목 */
.kac-list-row.notice-row .notice-tit {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    border-radius: 100px;
}

.kac-list-row.notice-row .notice-section {
    display: inline-block;
    padding: 4px 16px;
    background-color: #fff;
    color: #111;
    font-size: 13px;
    border-radius: 100px;
    border: 1px solid #d5d5d5;
}

.comment_state.end {
    background-color: #b32dd4;
    border: 1px solid #b32dd4;
    color: #fff;
}
.comment_state.yet {
    background-color: #fff;
    border: 1px solid #b32dd4;
    color: #b32dd4;
}

@media (max-width: 61.9em) {
    .kac-list-row.notice-row .notice-tit {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
        background-color: #333;
        color: #fff;
        font-size: 11px;
        border-radius: 100px;
    }
    .kac-list-row.notice-row .notice-section {
        display: inline-block;
        height: 20px;
        line-height: 20px;
        padding: 0 10px;
        background-color: #fff;
        color: #111;
        font-size: 11px;
        border-radius: 100px;
        border: 1px solid #d5d5d5;
    }
}
.kac-subject-con .kac-subject-txt {
    padding: 15px 0;
    display: block;
    font-weight: 800 !important;
	/*font-size: 20px;*/
	font-size: 1.3rem;
	letter-spacing: -0.03em;
	color:#111;
	line-height: 30px;
    /*font-family:'Pretendard-ExtraBold', sans-serif !important; */
}

.kac-subject-con.margin_left {
    margin-left: 20px;
}

@media (max-width: 61.9em) {
    .kac-subject-con.margin_left {
        margin-left: 5px;
    }
}
@media all and (max-width: 800px) {
    /* 게시판 :: 기본리스트 :: 레이아웃 */
    .kac-list-tbl {
        border-top: 1px solid #d7d7d7;
        /*margin-top: 8px;*/
    }
    .kac-list-tbl,
    .kac-list-row,
    .kac-list-row .column {
        display: block;
    }
    .kac-list-head {
        display: none;
        position: absolute;
        top: -1000em;
        left: -1000em;
    }
    .kac-list-row {
        position: relative;
        width: 100%;
        padding: 15px 20px;
        border-bottom: 1px solid #ccc;
        overflow: hidden;
    }


    .kac-list-row .column {
        clear: both;
        border-bottom: 0;
        text-align: left;
        padding: 3px 0;
        font-size: 14px;
    }
    /* 게시판 :: 기본리스트 :: 항목 */
    .kac-relative-row {
        padding-top: 40px;
    }
    .kac-list-row .column.kac-no-data {
        display: none;
    }
    .kac-list-row .column.kac-block {
        clear: both;
        width: 100%;
    }
    .kac-list-row .column.kac-img {
        clear: both;
        width: 100%;
    }
    .kac-list-row .column.kac-inline {
        display: inline-block;
        width: auto;
        margin-right: 4%;
    }
	
	
	
    /* 게시판 :: 기본리스트 :: 버튼  */
    .kac-list-row .column.kac-btnnew {
        display: inline-block;
        width: auto;
        /*margin-right:4%;*/
    }
}
@media (max-width: 800px) and (max-width: 61.9em) {
    .kac-list-row .column.kac-btnnew {
        display: inline-block;
        width: auto;
        float: right;
    }
}
@media all and (max-width: 800px) {
    .kac-list-row .column.kac-absolute {
        position: absolute;
        top: 10px;
        left: 2%;
    }
}
@media all and (max-width: 800px) {
    .kac-list-row .column:not(.kac-title):not(.kac-no-data):before {
        padding-right: 5px;
        color: #aaa;
        content: attr(data-label);
    }
}
@media all and (max-width: 800px) {
  .kac-list-row .column {vertical-align: top}
    .kac-list-row .column[data-label=no]:before {
        padding-right: 0;
        display: none;
    }
}
@media all and (max-width: 800px) {
    .kac-subject-con .kac-subject-txt {
        font-size: 1.1rem;
        font-weight: 500;
    }
}
@media all and (max-width: 800px) {
    .kac-list-row .reply-state {
        height: 24px;
        line-height: 24px;
        font-size: 12px;
        text-align: center;
    }
}
@media all and (max-width: 800px) {
    .kac-subject-con .comment-num {
        display: none;
    }
}
@media all and (max-width: 800px) {
    .kac-list-row .kac-comment-data {
        display: inline-block;
    }
}
.table {
    width: 100%;
    font-size: 14px;
    color: #666;
    line-height: 160%;
    border-top: 2px solid #00a59b;
    border-bottom: 1px solid #e4e4e5;
}
.table th {
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 700;
    line-height: 140%;
    color: #333;
    text-align: center;
    vertical-align: middle;
    background: #f8f9fa;
    border-left: 1px solid #e4e4e5;
    border-right: 1px solid #e4e4e5;
    border-bottom: 1px solid #e4e4e5;
}
.table td {
    padding: 20px 16px;
    font-size: 15px;
    line-height: 150%;
    color: #666;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-left: 1px solid #e4e4e5;
    border-right: 1px solid #e4e4e5;
    border-bottom: 1px solid #e4e4e5;
    box-sizing: border-box;
}
.table td.bg{
    background: #e4e4e5;
}
.pagination {
    flex-wrap: wrap;
    gap: 2px;
    justify-content: center;
    margin-top: 20px;
}
.pagination .page-item + .page-item {
    margin-left: 5px;
}
.pagination .page-link {
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 5px;
    color: #000 !important;
    border-color: #cbcbcb !important;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagination .active > .page-link {
    background: #00a59b;
    color: #fff !important;
    /*border-color: transparent;*/
	  border: none;
}

@media(max-width: 580px){
  .pagination {
    width: 100%;
  }

  .pagination .page-link {
    width: 25px;
    height: 40px;
    padding: 0;
    font-size: 12px;
  }
}

.accordion .accordion-item {
    border-left: 0;
    border-right: 0;
}
.accordion .accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .accordion-item:last-of-type .accordion-button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	/*padding:21px;*/
	font-size:1rem;
	letter-spacing: 0.2px;
}
.accordion .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 150, 136, 0.1);
}
.accordion .accordion-button:not(.collapsed) {
    background: inherit;
    color: #00a59b;
}
.accordion .accordion-header .accordion-button::after {
    background-image: url('../images/main/NavHamArrow.png');
}
.accordion .accordion-header .accordion-button:not(.collapsed):after {
    transform: rotate(90deg);
}
