@charset "utf-8";
.cell_sec1 {
    margin: 1rem 0 3rem;
}
.cell_sec2 {margin-bottom:3rem}
.cell_sec2 .time {}
.time {margin-top: 1rem;}
.time dl {
    border-top: 1px solid var(--color-main);
    display: flex;
    border-bottom: 1px solid var(--color-main);
    flex-wrap: wrap;
}
.time dt {
    background-color: #e4f1f6;
    width: 40%;
    text-align: center;
    padding: 1rem;
    font-weight: 500;
    display: flex;
    color: var(--color-main);
    /* border-right: 1px solid #ddd; */
    font-size: 1.1em;
    justify-content: center;
    align-items: center;
}
.time dd {
    width: 60%;
    padding: 1rem 2rem;
}
.time dd ul {
    /* padding: 1em; */
}
.time dd ul li {/* list-style: square; *//* margin-bottom: 1rem; */}
.time dd ul li::marker {/* color:#ccc; */}
.table_inner table:first-of-type {border-right: 0;}
.table_inner table tbody > tr > td:last-child, .table_inner table tr > th:last-child {border-right:0}

.cell_sec3 h6 {
    color: var(--color-main);
    font-size: 1.5rem;
}
.cell_sec3 h6 span {font-size: 1.05rem;color: #f26d20;font-weight: 500;margin-left: 1rem;}
.booklist2 {display:flex;justify-content: space-between;margin-top: 1rem;align-items: center;flex-wrap: wrap;} 
.booklist2 .book_img {width: 15%;}
.booklist2 .book_img img {width:100%}
.booklist2 .book_txt {width: 78%;}
.booklist2 .book_txt p {font-size: 1.2rem;font-weight: 500;/* color: var(--color-main); */margin-bottom: 2rem;}
.booklist2 .book_txt li {margin-bottom:1rem; word-break:keep-all}
.booklist2 .book_txt a {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0 .5rem;
    margin: .2rem;
    border-radius: 1rem;
    font-size: .85em;
    font-weight: 400;
    color: var(--color-main);
    margin-left: 1rem;
}
.booklist2 .book_txt a:hover {background-color:var(--color-main); color:#fff; border-color:var(--color-main);}


/* 모바일 */ 
@media all and (max-width:1000px) {
    .booklist2 .book_img {width:100%;}
    .booklist2 .book_img img {width:unset;}
    .booklist2 .book_txt {width:100%}
    .time dt, .time dd {width:100%}
    .booklist2 .book_txt p {margin-top:1rem}
    .booklist2 .book_txt a {margin-left:0}
}
