/* ---reset.css--- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ---reset.css--- */

html { font-family: "微軟正黑體", Arial; font-size:16px; -webkit-text-size-adjust:none; background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/mainBG.jpg) no-repeat center top #d7eef4;}

* { -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */}
	
* a:link, * a:visited { text-decoration:none;}
* a:hover, * a:active { text-decoration:none;}
.clear { clear:both;}
@font-face { font-family: GOTHIC; src: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/fonts/GOTHIC.TTF);}

/* --電腦版型------------------------------------- */
body { background: url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/lineBG.png) repeat; width:100%; height:100%; padding-top:80px;}

img.title1 { width:auto; margin: 0 auto 10px auto; display:block;}
img.title2 { width:auto; margin: 0 auto 35px auto; display:block;}

nav { margin: 40px auto; text-align:center;}
nav a { padding: 40px 20px 10px 20px; display:inline-block; font-size:16px; color:#fff; border-right:#d7e3e4 1px dotted;}
nav a.item01 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_01.png) no-repeat center top;}
nav a.item02 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_02.png) no-repeat center top;}
nav a.item03 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_03.png) no-repeat center top;}
nav a.item04 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_04.png) no-repeat center top;}
nav a.item05 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_05.png) no-repeat center top;}
nav a.item06 { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_06.png) no-repeat center top;}

nav a:hover { background-position: center bottom;}

#news { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/newsBG.png) no-repeat center top; padding: 35px 0 40px 0;}
h2 { text-align:center; font-size:15px; font-weight:bold; color:#c8c8c8; margin-bottom:35px;}
h2 b { font-size:32px; color:#497e9a; display:block; margin-bottom:2px;}

a.top { position:fixed; bottom:20px; right:20px; display:block; z-index:9999;}
.mainCon { width:90%; max-width:1250px; margin: 0 auto; position:relative; padding: 0; font-size:18px; line-height:30px; text-align: justify;}
#login { text-align:center;}

#login input { border: #fff 1px solid; font-size:18px; padding: 15px 10px 15px 95px; font-family:GOTHIC; outline:none; color:#fff; display:inline-block; margin: 0 5px;}
#login input.id { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_ID.png) no-repeat 20px center rgba(255,255,255,.3);}
#login input.pw { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_PW.png) no-repeat 20px center rgba(255,255,255,.3);}
#login input[type=submit] { outline:none; background:#fff; color:#2587bc; font-size:20px; font-weight:bold; padding: 14px 20px; text-align:center; cursor:pointer; border:none; font-family: "微軟正黑體"; display:inline-block; vertical-align:middle;}
#login input[type=submit]:hover { background:#2587bc; color:#fff;}


footer { text-align:center; font-size:13px; color:#242424; line-height:20px; padding: 30px 0;}
footer img { display:block; margin: 0 auto 15px auto;}

/* --窄螢幕版型------------------------------------- */
@media screen and (min-width: 1024px) and (max-width: 1249px) {

}

/* --平板版型------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1023px) {

}

/* --手機版型------------------------------------- */

@media screen and (max-width: 767px) {

html { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/mainBG-M.jpg) no-repeat center top #d7eef4; background-size:1500px auto;}
body { padding-top:60px;}
img.title1 { width:95%; margin: 0 auto 10px auto; display:block;}
img.title2 { width:60%; margin: 0 auto 15px auto; display:block;}

input { border: #fff 1px solid; font-size:16px; padding: 15px 10px 15px 95px; font-family:GOTHIC; outline:none; color:#fff; display:inline-block; margin: 5px 0;}
input.id { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_ID.png) no-repeat 20px center rgba(255,255,255,.3); width:80%; margin: 0 auto 10px auto;}
input.pw { background:url(https://webarchive.lib.ntu.edu.tw:443/archive/wayback/20240510083956/https://hass.hrc.ntu.edu.tw/login/images/icon_PW.png) no-repeat 20px center rgba(255,255,255,.3); width:80%; margin: 0 auto 10px auto;}
input[type=submit] { width:80%; margin: 0 auto 10px auto;}

nav { margin: 20px auto; text-align:center;}
nav a { padding: 40px auto 30px auto; display:inline-block; font-size:15px; color:#fff; border-right:#d7e3e4 1px dotted; width:31%; margin: 10px 0;}
}





/*
     FILE ARCHIVED ON 8:39:56 五月 10, 2024 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 11:24:06 五月 26, 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)).
*/
