
/* POPUP */
#page-local-library-view .study-wrap {
    display: block !important;
}
#page-local-library-view .left-block {
    width: 100% !important;
    padding-top:10px
}
#page-local-library-view .right-block {
    width: 100% !important;
    background-color: transparent !important;
}
#page-local-library-view .comment-area.tab_content {
    max-width: unset !important;
    height: auto !important;
    background-color: transparent !important;
}
#page-local-library-view .memo-area .memo-input textarea {
    height: 120px !important;
    border: 1px solid #f2f2f2 !important;
    border-radius: 4px;
}

#page-local-library-view .comment-write textarea {
    height: 70px !important;
}

#page-local-library-view .memo-area {
    margin: 10px 10px;
}

#page-local-library-view .memo-area .memo-input .button-wrap .bt.bt-add {
    padding: 8px 12px 8px 12px;
    height: auto !important;
    background-color: #3773bc;
    color: #ffffff;
}
#page-local-library-view .memo-area .memo-input .button-wrap .bt.bt-cancel {
    padding: 8px 12px 8px 12px;
    height: auto !important;
    background-color: #dee2e64d;
    color: #555555;
}
#page-local-library-view .memo-area .memo-input .button-wrap .bt.bt-remove {
    padding: 8px 12px 8px 12px;
    height: auto !important;
    background-color: #b64a4a;
    color: #ffffff;
}

#page-local-library-view .comment-write .button-wrap {
    right: 0 !important;
    bottom: 5px !important;
}

#page-local-library-view .comment-write .button-wrap .bt.bt-add {
    height: 70px;
    width: 80px;
    padding: 4px 10px 4px 10px;
    border-radius: 0px !important;
    background: rgba(222, 226, 230, 0.3);
    font-size: 14px;
    color: #555555 !important;
}

#page-local-library-view .comment-read .txt-wrap {
    margin-top: 20px;
}

#page-local-library-view .comment-read .t-right .button-wrap .bt.bt-edit,
#page-local-library-view .comment-read .t-right .button-wrap .bt.bt-save,
#page-local-library-view .comment-read .t-right .button-wrap .bt.bt-cancel,
#page-local-library-view .comment-read .t-right .button-wrap .bt.bt-remove
{
    padding: 6px 8px 6px 8px;
    font-size: 12px;
    height: 29px;
    width: auto;
    min-width: 49px;
    margin-left: 9px;
}

#page-local-library-view .comment-area .comment-write {
    margin-bottom: 20px !important;
}

#page-local-library-view .comment-read .comment-txt {
    box-shadow: none !important;
    color: #222222;
    font-weight: 400;
}
#page-local-library-view {
    overflow: auto !important;
}

#page-local-library-view .fs-16px {
    font-size: 16px;
}

#page-local-library-view .comment-area .comment-write textarea {
    margin-top: 20px;
    border: 1px solid #f2f2f2 !important;
    border-radius: 4px;
}

#page-local-library-view .memo-list {
    overflow: unset !important;
}

/* #page-local-library-view .ckb-p{
        margin-left: 10px;
        margin-right: 15px;
    }
    #page-local-library-view .ckb-p:before {
        position: absolute;
        height: 28px;
        width: 28px;
        background-color: rgb(255, 255, 255);
        content: "";
        top: -5px;
        right: -5px;
        border: 1px solid #c4161c;
        border-radius: 4px;
    }
    #page-local-library-view .ckb-p:checked:after {
        position: absolute;
        content: "";
        background-color: rgb(255, 255, 255);
        height: 28px;
        width: 28px;
        top: -5px;
        right: -5px;
        border: 1px solid #c4161c;
        border-radius: 4px;
        background-image: url(http://dev.intube.kr:31180/mod/tubevod/pix/viewer/Mask-icon.svg);
        background-repeat: no-repeat;
        background-position: center;
        } */
#page-local-library-view .ckb-text {
    position: relative;
    top: 3px;
}
#page-local-library-view .container-p {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#page-local-library-view .container-p input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
#page-local-library-view .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 28px;
    width: 28px;
    background-color: #ffffff;
    border: 1px solid #c4161c;
    border-radius: 4px;
}
#page-local-library-view .container-p input:checked ~ .checkmark {
    background-color: #ffffff;
}
#page-local-library-view .checkmark:after {
    content: '';
    position: absolute;
    display: none;
}
#page-local-library-view .container-p input:checked ~ .checkmark:after {
    display: block;
}
#page-local-library-view .container-p .checkmark:after {
    left: 10px;
    top: 4px;
    width: 6px;
    height: 15px;
    border: solid #c4161c;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
#page-local-library-view .contents-wrap{
    margin-left: 10px;
    margin-right: 10px;
}

#page-local-library-view .study-hd .tp {
    background-color:#173361;
    color:#fff;
    padding:13px;
    padding-top:17px;
}
#page-local-library-view .study-hd .tp .h1 {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    margin: 0px !important;
}
#page-local-library-view .study-hd .top-title {
    float:right;
}
#page-local-library-view .study-hd .top-title span{
    color:#fff;
}
#page-local-library-view .comment-read .comment-txt {
    border: 1px solid #e5e5e5 !important;
    border-radius: 4px !important;
}

/* 주의사항 */
#page-local-library-view .PrecautionsBox{
    width: 100%;
    padding: 10px;
    display: table;
    border-radius: 4px;
    margin-bottom: 20px;
    background: rgba(237, 245, 248, 0.9);
}
#page-local-library-view .PrecautionsTitle{
    width: 75px;
    height: 69px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
    line-height: 17px;
    border-radius: 5px;
    font-style: normal;
    text-align: center;
    background: #C30E2E;
    display: table-cell;
    vertical-align: middle;
    font-family: 'Noto Sans KR';
}
#page-local-library-view .PrecautionsText{
    display: table-cell;
    vertical-align: middle;
    padding-left: 37px;
}
#page-local-library-view .PrecautionsText li{
    color: #1A1A1A;
    font-size: 13px;
    list-style: disc;
    font-weight: 400;
    line-height: 19px;
    font-style: normal;
    text-align: justify;
    font-family: 'Noto Sans KR';
}
#page-local-library-view .PrecautionsText li span{
    color: #C30E2E;
    font-weight: 700;
}

.common-container {
    margin-top: 20px;
    padding-bottom: 80px;
}

.common-container {
    margin-top: 20px;
    padding-bottom: 80px;
}

.common-left {
    border-top: 4px #c00c3f solid;
    box-sizing: border-box;
    float: left;
    min-height: 200px;
    width: 18%;
    margin-right : 25px
}

.common-right {
    box-sizing: border-box;
    /*float: right;*/
    width: 100%;
    min-height: 200px;
    padding-left: 40px;
}


.library-left-nav .under-line > p.on{font-size: 14px; font-weight: 700;}
.library-left-nav .under-line > p.on img{margin-right: 5px;}
.menu-list .menu-parent {width:100%;border-top:#d9d9d9 1px solid;clear:both;font-weight:bold;margin:0;overflow:hidden;}
.menu-list .menu-parent .menu-parent-title, .menu-list .menu-parent a{display: block;position: relative;padding:12px 13px;cursor: pointer;}
.menu-list .menu-parent .menu-parent-title:after{content: "";display: inline-block;width:26px;height: 45px;background: url("/theme/tubelearn/pix/btn-arr-down2.png") no-repeat center;background-size: 14px auto;position: absolute;top: 0;right: 0;}
.menu-list .menu-parent.show .menu-parent-title:after{transform: rotate(-180deg)}
.menu-list .menu-parent a{background: none;}
.menu-list .menu-parent .menu-parent-sort {float:right}
.menu-list ul {clear:both;list-style:none;margin:0;overflow:hidden;padding:0 0 5px}
.menu-list ul li {background-color:#fff;clear:both;overflow:hidden;color:#5a5a5a;padding:4px 10px}

#page-local-library-index .hidden-lg-up .menu-list .menu-parent:first-child {
    border-top: unset;
}


.mb20 {
    margin-bottom: 20px!important;
}



.tubevod-types label {
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

.tubevod-types {
    padding-left: 8px !important;
    padding-right: 8px !important;
}
.tubevod-types {
    display: flex;
    float:left;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 16px;
}

.tubevod-types input:checked + span {
    background-color: #b62d27;
}
.tubevod-types input + span {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 1px solid #000000;
    border-radius: 30px;
    margin-right: 5px;
}

.tubevod-types input {
    display: none;
}

.local-common-tag {
    display: inline-block;
    background-color: #fff;
    border: #e6e6e6 1px solid;
    margin: 0 5px 5px 0;
    padding: 4px 4px 4px 8px;
}
.offset-lg-2 {
    margin-left: 0px;
}

.col-lg-10 {
    margin-left:0px;
    float: left;
    width: 83.3333333333%;
}

.ex-thumb-img {
    float: left;
    border: 2px solid #eee;
    padding: 10px;
    margin: 0 auto 10px;
    text-align: center;
    display: block;
}

.ex-thumb-img > img{
    max-width: 450px;
    max-height: 300px;
}

#page-local-library-index .object-fit-cover {
    object-fit: cover;
}

#layer_recommend_thumbnail.layerpop-wrap .layerpop {
    max-width: 1100px;
    max-height: calc(100% - 80px);
}

@media screen and (max-width: 768px) {
    #page-local-library-view .study-wrap .right-block {
        overflow: unset !important;
    }

    #page-local-library-write .mform {
        width: 100%;
        padding-right: 15px !important;
        padding-left: 15px !important;
        padding-top: 10px;
    }
}
/* POPUP */


body .library-detail .library-detail-info + .row .col-xl-3 {
    padding-left: 0;
}

*, *:hover, *:active, *:focus {
    outline: none!important;
}

body .library-detail-right {
    background: #f8f8f8;
    border: 0;
    padding: 20px;
    margin-right: -10px;
    margin-top: 0!important;
}

.library-detail-right {
    border: 1px #eee solid;
}

body .library-detail-right-title {
    margin-bottom: 20px;
}

body .library-detail-right + .library-detail-right .library-detail-right-title {
    border-top: 1px solid #aaa;
    padding-top: 30px;
    padding-bottom: 0;
    border-bottom: 0;
}

body .library-detail-right-list ul li.active {
    padding: 8px;
}

.library-detail-right-list ul li:hover {
    background-color: #f9f9f9;
}

.library-detail-right-list ul li.active {
    background-color: #fff;
    border: 2px solid #bc8799;
    box-sizing: border-box;
    padding: 5px 5px 5px;
}

#page-local-library-write .mform fieldset.collapsible>.fcontainer {
    background-color: unset;
    border-bottom: unset;
}
#page-local-library-write .mform fieldset {
    border-bottom: unset;
}

@media (min-width: 1200px){
    .col-xl-3 {
        float: left;
        width: 25%;
    }
}

.study-wrap .study-cont .contents-wrap {
    height: auto !important;
}
.align-y-none {
    vertical-align: unset !important;
}

#page-local-library-write #write_library_form {
    border: 1px solid #D9D9D9;
    border-radius: 7px;
}

#page-local-library-write #fitem_id_type.f_border {
    border-bottom: 2px solid #D9D9D9;
    margin-bottom: 20px;
}

#page-local-library-write .mform fieldset {
    margin: 0 !important;
}
@media (min-width: 992px){
    .library-right-content {margin-top:55px;}
    /* .library-study-wrap {width: 70% !important;} */
    #vod-container {display: flex;}
}

@media (max-width: 992px){
    .library-right-content {width: 100%;}
    .library-detail-right {padding: 20px 5px !important;}
}
