/* 플립북(iframe) 내부에 적용되는 커스텀 오버라이드 스타일 */

/* 폰트 */
@font-face {
    font-family: 'NanumSquare';
    font-weight: 300;
    src: url('../fonts/NanumSquareL.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 400;
    src: url('../fonts/NanumSquareR.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 700;
    src: url('../fonts/NanumSquareB.woff2') format('woff2');
    font-display: swap;
}
@font-face {
    font-family: 'NanumSquare';
    font-weight: 800;
    src: url('../fonts/NanumSquareEB.woff2') format('woff2');
    font-display: swap;
}

/* 타이틀 */
.search_form .form_title, .form_title span, .tableofcontent_form .form_title, .download_form .form_title, .share_form .form_title, .form_title { margin-bottom: 4px; color: #606060; font-family: NanumSquare; font-size: 13px !important; font-style: normal; font-weight: 700; line-height: normal !important; letter-spacing: -0.13px;}

/* 본문 텍스트 */
.search_form .result, .tableofcontent_form .item .description {color: #606060; font-family: NanumSquare; font-size: 12px; font-style: normal; font-weight: 700; line-height: normal; letter-spacing: -0.12px;}
.preSearch, .share_form .share_content {color:#636363 !important}
.download_form .download_content, .print_form .content, .share_form .content {color:#636363 !important}
.preSearch::placeholder {color:#c8c8c8 !important}
.search_form .item {color:#606060 !important}

/* 배경색 */
.search_form, .tableofcontent_form, .appear_win10 .main_dom, .print_form { background-color:#e5e5e5 !important; }
.tableofcontent_form .tableofcontent_content, .print_form, .download_form .download_content, .print_form .content, .share_form .share_content {background-color:#F9F9F9 !important;}
.tableofcontent_form .item:hover {background-color:#fff !important}
.download_form .downloadButton, .print_form .printButton {background-color:#E5E5E5 !important}
.share_form .copy {background-color:#E5E5E5 !important; color:#636363 !important}

/* 아이콘 filter */
.form_title .favicon, .search_form .nailUp, .aria-label-button, .download_form .item img, .print_form .item img {filter: brightness(0.5);}
.searchBar .button {filter: brightness(0.8);}
.search_form .close, .tableofcontent_form .close, .download_form .close, .share_form .close, .print_form .close {top:5px !important;filter: brightness(0.5);}

/* 검색바 · 상단바 */
.searchBar {border:1px solid #ddd ;}
.fbTopBar {box-shadow:none !important;}

/* 공유 패널 — 이메일만 표시 */
.sharePanel .share-item:not([data-type="email"]) {display: none !important;}

/* prev/next — 호버 시 이미지 교체 방지 (클릭은 부모에서 동작) */
.flip_button_left img,
.flip_button_right img {pointer-events: none;}