 /* @import url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250108100356/http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600);
 @font-face {
     font-family: 'icomoon';
     src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250108100356/https://www.lib.ntu.edu.tw/sites/all/themes/libweb/fonts/icomoon.eot');
     src: url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250108100356/https://www.lib.ntu.edu.tw/sites/all/themes/libweb/fonts/icomoon.eot') format('embedded-opentype'), url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250108100356/https://www.lib.ntu.edu.tw/sites/all/themes/libweb/fonts/icomoon.woff') format('woff'), url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250108100356/https://www.lib.ntu.edu.tw/sites/all/themes/libweb/fonts/icomoon.ttf') format('truetype'), url('https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20250108100356/https://www.lib.ntu.edu.tw/sites/all/themes/libweb/fonts/icomoon.svg') format('svg');
     font-weight: normal;
     font-style: normal;
 }
 minimal styles for that navi */
 
 @media only screen and (max-width: 480px) {
     .rmm {
         margin: 0 auto;
     }
     .rmm ul {
         margin: 0;
         padding: 0;
         list-style: none;
         position: relative;
         background: #000;
     }
     .rmm ul:after {
         content: "";
         clear: both;
         display: block;
     }
     .rmm ul li {
         float: left;
     }
     .rmm ul li:hover {
         background: #f5f5f5;
     }
     .rmm ul li:hover > ul {
         display: block;
     }
     .rmm ul li:hover a {
         color: #cecece;
     }
     .rmm ul li a {
         color: #fff;
         display: block;
         text-decoration: none;
     }
     .rmm ul ul {
         display: none;
         margin: 0;
         padding: 0;
         position: absolute;
         top: 100%;
     }
     .rmm ul ul li {
         float: none;
         position: relative;
     }
     .rmm ul ul li a {
         color: #fff;
     }
     .rmm ul ul li a:hover {
         background: #202020;
     }
     .rmm ul ul ul {
         position: absolute;
         left: 100%;
         top: 0;
         width: 100%;
     }
     /* mobile menu header button */
     .rmm-toggled {
         width: 100%;
         background-color: #fff;
         min-height: 50px;
         margin: 0 auto;
         display: none;
     }
     .rmm-closed ~ .rmm-mobile {
         display: none!important;
     }
     .rmm-toggled-controls {
         width: 100%;
     }
     .menu_rwd_icon {}
     .rmm-toggled-title {
         width: auto;
         float: left;
         font-size: 27px;
         color: #A04B48;
         font-weight: 600;
         display: block;
         padding-left: 50px;
         text-decoration: none;
         /*text-transform: uppercase;*/
         text-align: left;
         cursor: pointer;
     }
     .rmm-toggled-button {
         width: 20%;
         float: left;
         margin-top: 3px;
         display: block;
         width: 32px;
         padding: 0 !important;
         margin: 10px 10px 0 0;
         border: 1px solid #fff;
         border-radius: 3px;
         float: right;
     }
     .rmm-toggled-button span {
         float: left;
         display: block;
         margin: 3px 6px;
         height: 3px;
         background: white;
         width: 20px;
     }
     /* normalny back button visible only on mobiles  */
     .rmm .rmm-back a {
         /*border-bottom: 4px solid #A04B48;*/
         background-color: #f5f5f5;
     }
     .rmm .rmm-back {
         display: none;
         font-size: 12px;
     }
     .rmm .rmm-back:after {
         display: none;
     }
     .rmm .rmm-back a:after {
         font-family: 'icomoon';
         speak: none;
         -webkit-font-smoothing: antialiased;
         /*content: "\e000";*/
         position: relative;
         display: inline-block;
         -webkit-transform: rotate(-60deg);
         transform: rotate(-60deg);
         top: 1px;
         right: -2px;
         float: left;
         font-size: 10px;
     }
     .rmm-mobile .rmm-back {
         display: block;
     }
     /* mobile menu list */
     .rmm-mobile {
         width: 100%;
     }
     /*.rmm-mobile .rmm-dropdown:hover ~ ul,
     .rmm-mobile .rmm-dropdown:hover > ul,
     .rmm-mobile .rmm-dropdown:hover + ul {
         display: none!important;
     }*/
     .rmm-mobile ul {
         width: 100%;
         position: inherit!important;
     }
     .rmm-mobile li {
         width: 100%;
     }
     /* mobile menu js action */
     .rmm-dropdown {
         display: block!important;
     }
     .rmm-mobile .rmm-subview {
         display: block!important;
         width: 100%;
     }
     .rmm-mobile .rmm-subover-hidden {
         display: none!important;
     }
     .rmm-mobile .rmm-subover-visible {
         display: block;
     }
     .rmm-mobile .rmm-subover-header {
         display: none!important;
         padding: 0;
         margin: 0;
     }
     /* mobile menu content */
     .rmm-mobile .rmm-submenu {
         position: relative;
         left: 0px;
     }
     .rmm .rmm-mobile li:hover > ul {
         display: none;
     }
     /* arrow down for wide screen */
     .rmm.style {
         text-align: left;
         font-family: Tahoma;
     }
     .rmm.style ul {
         /* box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15);*/
         background: #fff;
         /*text-transform: uppercase;*/
         display: inline-table;
         text-align: left;
         z-index: 9999;
     }
     .rmm.style ul li {
         text-align: left;
     }
     .rmm.style ul li:hover {
         background: #f5f5f5;
     }
     .rmm.style ul ul {
         display: none;
         margin: 0;
         background: #f5f5f5;
         border-radius: 0px;
         padding: 0;
         position: absolute;
     }
     .rmm.style ul li a {
         color: #A04B48;
         font-weight: 600;
         display: block;
         padding: 15px 35px;
         text-decoration: none;
         font-weight: 600;
     }
     .rmm.style ul ul li {
         border-bottom: 1px solid #575F6A;
         border-top: 1px solid #6B727C;
     }
     .rmm.style ul ul li a {
         padding: 12px 35px;
         color: #A04B48;
     }
     .rmm.style ul ul li a:hover {
         background: #f5f5f5;
     }
     /* arrow down for wide screen */
     .rmm.style ul li > a:not(:only-child):after {
         font-family: 'icomoon';
         speak: none;
         -webkit-font-smoothing: antialiased;
         /*content: "\e000";*/
         position: relative;
         display: inline-block;
         -webkit-transform: rotate(210deg);
         transform: rotate(210deg);
         top: -4px;
         left: 1px;
         font-size: 10px;
     }
     /* arrow left for wide screen submenus  */
     .rmm.style ul ul li > a:not(:only-child):after {
         -webkit-transform: rotate(120deg)!important;
         transform: rotate(120deg)!important;
         top: 2px;
         font-size: 14px;
         float: right;
         margin-right: -20px;
     }
     /* mobile style */
     .rmm.style .rmm-mobile li > a:not(:only-child):after {
         -webkit-transform: rotate(120deg)!important;
         transform: rotate(120deg)!important;
         top: 4px!important;
         font-size: 14px!important;
         float: right;
         margin-right: -20px;
     }
     .rmm.style .rmm-mobile li {
         background: #fff;
         border-bottom: 1px solid #cecece!important;
         border-top: 0!important;
     }
     .backLink {
         color: #cecece;
     }
 }
 /*
 like mobile view style
.rmm.style2 {text-align: left; font-family: Tahoma;}
.rmm.style2 ul {box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.15); background:#990; text-transform: uppercase; display: inline-table; text-align:left; width: 100%;}
.rmm.style2 ul li {float: none;}
.rmm.style2 ul li:hover {background: #4b545f;}
.rmm.style2 ul ul {display: none; margin:0; background: #5f6975; border-radius: 0px; padding: 0; position: relative;}
.rmm.style2 ul li a {color: #fff; font-weight:600; display: block; padding: 15px 35px; text-decoration: none; font-weight:600; }
.rmm.style2 ul ul li {border-bottom: 1px solid #575F6A; border-top: 1px solid #6B727C;}
.rmm.style2 ul ul li a {padding: 12px 35px; color: #fff; }
.rmm.style2 ul ul li a:hover {background: #4b545f;}
.rmm.style2 ul ul ul {left: 0;}
*/






/*
     FILE ARCHIVED ON 10:03:56 一月 8, 2025 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 22:15:14 五月 25, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
