@charset "UTF-8";
/* CSS Document */

/*-------------

-------------*/

#article.thelib_contents {
    line-height: inherit;
}

#article.thelib_contents * {
    box-sizing: border-box;
}

#article.thelib_contents a:hover {
    opacity: 0.8;
}

#article.thelib_contents p,
#article.thelib_contents dl {
    margin: 0;
}

#article.thelib_contents {
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 20px 30px 0 20px;
}

#article.thelib_contents .mov_detail {
    padding: 50px;
    margin: 60px auto 60px;
    background: #fdfaea;
    border: 3px solid #ccc;
}

#article.thelib_contents .mov_detail .sCont {
    margin: 0 auto 30px;
}

#article.thelib_contents .mov_detail .sCont:last-child {
    margin: 0 auto;
}

#article.thelib_contents .mov_detail .sTit {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 15px 0;
    padding: 0 0 10px 15px;
    border-bottom: 1px dotted #ccc;
    position: relative;
}

#article.thelib_contents .mov_detail .sTit:before {
    content: "";
    background: #ee7777;
    position: absolute;
    width: 3px;
    height: calc(100% - 10px);
    top: 0;
    left: 0;
}

#article.thelib_contents .mov_detail .sCont p {
    margin: 0 0 5px 0;
}

#article.thelib_contents .mov_detail .sCont .arr_down {
    margin: 0 0 5px 50px;
    display: block;
    color: #ee7777;
}

#article.thelib_contents .info_txt {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
}

#article.thelib_contents .btn_pdf a .icon_pdf {
    width: 18px;
    margin: -5px 0 0 10px;
    vertical-align: middle;
}

#article.thelib_contents .btn_l {
    width: 610px;
    margin: 30px auto 30px;
}

#article.thelib_contents .btn_l a {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #ee7777 url("../images/arrow_wt.png") 96% 50% no-repeat;
    background-size: 8px auto;
    color: #FFF;
    text-decoration: none;
    padding: 15px 18px 15px 10px;
}

#article.thelib_contents .ancArea {
    margin: 60px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#article.thelib_contents .ancArea .ancBtn {
    width: calc((100% - 30px) / 4);
    margin: 0 10px 10px 0;
}

#article.thelib_contents .ancArea .ancBtn:nth-child(4n) {
    margin: 0 0 10px 0;
}

#article.thelib_contents .ancBtn a {
    display: block;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    color: #FFF;
    background: #42a57a url(../images/arrow_wt_down2.png) left 50% bottom 15px no-repeat;
    background-size: 12px auto;
    padding: 15px 20px 30px 20px;
}

#article.thelib_contents .category_box {
    margin: 0 auto 60px;
}

#article.thelib_contents .cat_name {
    font-size: 20px;
    font-weight: 700;
    padding: 10px 0 10px 0;
}

#article.thelib_contents #lib_newCont .cat_name {
    color: #ee7777;
    border-bottom: #ccc solid 2px;
}

#article.thelib_contents .category_box .flBox {
    background: #f5f5f5;
    padding: 15px 15px 0 15px;
}

#article.thelib_contents #lib_newCont.category_box .flBox {
    background: #feeee2;
}

#article.thelib_contents .category_box .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#article.thelib_contents .category_box .sBox {
    width: calc((100% - 15px) / 2);
    background: #FFF;
    margin-bottom: 15px;
}

#article.thelib_contents #lib_newCont.category_box .sBox {
    /* background: #FFF; */
}

#article.thelib_contents .category_box .sBox .ph {
    height: 240px;
    overflow: hidden;
}

#article.thelib_contents .category_box .sBox .ph img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#article.thelib_contents .category_box .sBox .movTit {
    margin: 0 0 20px 0;
    line-height: 1.6;
    font-size: 16px;
}

#article.thelib_contents .sBox .detail {
    padding: 15px 15px;
    position: relative;
}

#article.thelib_contents .sBox .detail .tag {
    position: absolute;
    top: 0;
    left: 0;
    background: #42a57a;
    /* display: inline-block; */
    display: none;
    padding: 5px 10px;
    text-align: center;
    color: #FFF;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
}

#article.thelib_contents #lib_newCont .sBox .detail .tag,
#article.thelib_contents #lib_archivesCont .sBox .detail .tag {
    display: inline-block;
}

#article.thelib_contents .sBox .detail .date {
    text-align: right;
    margin: 0 0 15px 0;
}

#article.thelib_contents .sBox .detail .instructor {
    padding: 0 0 0 10px;
    border-left: 3px solid #ee7777;
    margin: 0 0 20px 0;
}

#article.thelib_contents .sBox .detail .instructor .name {
    font-size: 18px;
    font-weight: 700;
}

#article.thelib_contents .sBox .detail .instructor .name span {
    font-size: 14px;
    font-weight: 400;
}

#article.thelib_contents .sBox .detail .detail_table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px auto 10px;
}

#article.thelib_contents .sBox .detail .detail_table th {
    text-align: center;
    width: 25%;
    background: #f5f5f5;
}

#article.thelib_contents .sBox .detail .detail_table th,
#article.thelib_contents .sBox .detail .detail_table td {
    border: 1px solid #ccc;
    padding: 10px;
}

#article.thelib_contents #faq_block {
    margin: 80px auto 60px;
}

#article.thelib_contents .mTit {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 40px 0;
    padding: 5px 0 15px 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
}

#article.thelib_contents .mTit:before {
    content: "";
    background: #ee7777;
    width: 4px;
    height: calc(100% - 10px);
    position: absolute;
    top: 0;
    left: 0;
}

#article.thelib_contents .mTit:after {
    content: "";
    background: #ee7777;
    width: 4px;
    height: calc(50% - 5px);
    position: absolute;
    top: 0;
    left: 0;
}

#article.thelib_contents #faq_block .sBox {
    background: #f5f5f5;
    border-bottom: 2px solid #FFF;
}

#article.thelib_contents #faq_block .sBox .tglMenu {
    padding: 20px 15px 20px 70px;
    font-size: 15px;
    position: relative;
    background: url(../images/arrow_black_down2.png) right 20px top 50% no-repeat;
    background-size: 12px auto;
}

#article.thelib_contents #faq_block .sBox .tglMenu:hover {
    opacity: 0.7;
}

#article.thelib_contents #faq_block .sBox .tglMenu.open {
    background: url(../images/arrow_black_up2.png) right 20px top 50% no-repeat;
    background-size: 12px auto;
}

#article.thelib_contents #faq_block .sBox .tglMenu:before {
    content: "Q";
    position: absolute;
    top: calc(50% - 20px);
    left: 15px;
    background: #5892c4;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 15px 0 0;
    padding: 6px 0 0 0;
    box-sizing: border-box;
}

#article.thelib_contents #faq_block .sBox .detail {
    display: none;
    padding: 0;
    background: #FFF;
    position: relative;
}

#article.thelib_contents #faq_block .sBox .detail p {
    padding: 20px 15px 25px 70px;
}

#article.thelib_contents #faq_block .sBox .detail:before {
    content: "A";
    position: absolute;
    top: 15px;
    left: 15px;
    background: #ee7777;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    width: 40px;
    height: 40px;
    text-align: center;
    margin: 0 15px 0 0;
    padding: 6px 0 0 0;
    box-sizing: border-box;
}





#pagetop {
    width: 100%;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}

.mov_detail_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.mov_detail_flex .content {
    display: block;
    background-color: #fff;
    width: 230px;
    height: 260px;
    text-align: center;
    justify-content: space-around;
}

.mov_detail_flex .content .num {
    font-size: 16px;
    font-weight: 600;
    background-color: #4780b3;
    padding: 5px 0;
    color: #fff;
}

.mov_detail_flex .content .white {
    padding: 20px 10px 10px;
}

.mov_detail_flex .content .white .icon {
    margin: 0 auto 15px;
    height: 75px;
}

.mov_detail_flex .white p {
    font-size: 12px;
    font-weight: 600;
    text-align: left;
    line-height: 1.5;
}

.mov_detail_flex .white a img {
    width: 100%;
}

.mov_detail_flex .arr {
    width: 8px;
    height: 20px;
}