/* PC형 페이지 맞춤 */
div.paper_container { height: -webkit-fill-available; max-height: max-content; min-height: fit-content; }
.openseadragon1 { width: 100%; position: inherit; display: flex; height: 100%; }

#nav-tabContent { height: -webkit-fill-available; max-height: max-content; min-height: fit-content; }
/* reference: https://developer.mozilla.org/en-US/docs/Web/Guide/CSS/Block_formatting_context */
div#txt_article { height: inherit; min-height: 700px; display: flow-root; }
div#img_article .paper_img { overflow: overlay; }
.wrap .content_wrap .paper_wrap .under_quick { height: auto; }

.wrap.move_content_right .content_wrap .article_view_container { /*display: block; position: relative;*/ width: 732px; /*right: 0; top: 0; bottom: 0;*/ }
.wrap .content_wrap .article_view_container .view_contents { /*position: absolute; top: 57px; left: 0; right: 0; bottom: 0; padding: 0 30px;*/ min-width: 700px; }
.wrap .content_wrap .article_view_container .view_contents h1.view_title, h5.view_first_subtitle, h6.view_second_subtitle { width: auto; }
.wrap .content_wrap .article_view_container .view_contents figure { display: none; }
.wrap .content_wrap .article_view_container .view_contents .view_txt { min-width: 500px; word-break: break-all; width: 100%; }

.paper_wrap .paper_container section.paper_blank_wrap_left { position: absolute; z-index: 2990; left: 0; top: 0; min-width: 179.9px; height: 100%; width: 11%; background: #efefef; display: none; }
.paper_wrap .paper_container section.paper_blank_wrap_right { position: absolute; z-index: 2990; right: 0; top: 0; min-width: 179.9px; height: 100%; width: 11%; background: #efefef; display: none; }
.wrap .content_wrap .paper_wrap .paper_move span.prv_arrow, .paper_wrap .paper_move span.nxt_arrow { z-index: 3000; }

.page_img > .act_page_01.hide, .page_img > .act_page_02.hide { display: none; }
.page_img > .act_page_01.active, .page_img > .act_page_02.active { display: block; }

.sub_menu_container { display: none; }
#dropdown_by_pan { margin-right: -22%; }
.btn-secondary-dropdown-top { color: black; background: white; border-color: #8080804f; }
