/*style.css에서 삭제된 부분 시작*/
/* layout */
.wrap {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 1200px;
    width: 100%;
    box-sizing: border-box;
}
.site-header {
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:84px;
    border-bottom:1px solid #eee;
    box-sizing:border-box;
    background-color:#fff;
    z-index:10;
}
.site-header .header-top {
    height:84px;
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.util {
    font-size: 0;
}
.util a {
    display: inline-block;
    margin-left: 20px;
}
.util a:first-child {
    margin-left: 0;
}
.util i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
}
.util .ico-user {
    background-image: url('../images/common/ico_user.svg');
}
.util .ico-logout {
    background-image: url('../images/common/ico_logout.svg');
}

/* -------------------------------------------------
	- TABLE MAX-WIDHT 1279
------------------------------------------------- */
@media screen and (max-width:1279px) {
    .wrap {
        padding-left: 15px;
        padding-right: 15px;
    }
    .site-header,
    .site-header .header-top{
        height:60px;
    }
    .util a  {
        margin-left:15px;
    }
    .site-header {
        position:fixed;
    }
    #site-body {
        padding-top:80px;
    }
}
/*style.css에서 삭제된 부분 끝*/


/*이미지 등록 버튼*/
/*.card-add-list .input-area .btn-ins-url{padding: 0;}*/

/*이미지 URL 등록 버튼*/
.file-custom-area input[type=file]{width:0;}

/* 220513 .삭제 요청*/
.reply-info span:before {background-color: transparent;}

/* 220602 메시지 박스 추가 */
#alert_itrst_copy {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 0 20px;
    transform: translate(-50%, 0);
    border-radius: 30px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    font-size: 13px;
    transition: opacity .5s, visibility .5s, transform 0.3s ease-in-out;
    -webkit-transition : opacity .3s, visibility .5s, -webkit-transform 0.3s ease-in-out;
    background: #292c29;
    color: #fff;
    line-height: 40px;
    text-align: center;
    z-index: 10000;
}

#alert_itrst_copy.reveal {
    opacity: 0.85;
    visibility: visible;
    transform: translate(-50%, calc(-50% + 40px));
}

/*서머노트 paragraph style 설정*/
.note-editable ol {
    list-style: decimal inside !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.note-editable ol li {
    list-style: decimal !important;
}
.note-editable ul{
    list-style: disc inside !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.note-editable ul li {
    list-style: disc !important;
}

.tag-list a {
    height:auto;
}

.site-body {padding-top: 137px;}
.site-header {height: 137px;}
.site-header .header-top {padding-top: 0; padding-bottom: 0;}
.foxsite-logo-portal {
    background-image: url('//down.foxedu.kr/download/foxsite/images/logo/logo_foxlc.svg');
}

@media screen and (max-width:1279px) {
    .site-body {padding-top: 60px;}
    .site-header {height: 60px;}
    .m-btn-menu {height: 60px;}
    .gsch-oepn-area {top: 31px;}
}