/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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, ol, 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;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
    height:100%;
    font-size: 18px;
}
body {
    height: 100%;
    overflow:hidden;
}
#pano{
    width: 100%;
    height: 100%;
}
#WALRUS{
    height: 100% !important;
}
*,:root{
    --bs-font-sans-serif:'Noto Sans TC', sans-serif;
}
/*********** Template ***********/
/*********** display ***********/
.display-block{ display: block; }
/*********** cursor ***********/
.cur-p{ cursor: pointer; }
/*********** position ***********/
.pos-r{ position: relative; }
.pos-a{ position: absolute; }
    /*********** ******** ***********/
    .t-0{ top: 0; }
    .r-0{ right: 0; }
    .l-0{ left: 0; }
    .b-0{ bottom: 0; }
/*********** width ***********/
.w-30{ width: 30%; }
/*********** height ***********/

/*********** padding ***********/
.pd-10-15{ padding: 10px 15px};
.pd-3-0{ padding: 3rem 0; }

.p-r-2{ padding-right: 2rem; }
.p-l-2{ padding-left: 2rem; }

/*********** margin ***********/
.mg-auto{ margin: auto; }
.mg-0{ margin: 0;}
.mg-t-2{ margin-top: 2rem; }
/*********** font ***********/
    /*********** size ***********/
    .fs-1d25{ font-size: 1.25rem; }
    .fs-1d5{ font-size: 1.5rem; }
    /*********** weight ***********/
    .fw-7{ font-weight: 700; }
/*********** border ***********/
.border-b-1{ border-bottom: 1px solid #000000; }
/*********** z-index ***********/
.z-50{ z-index: 50; }
.z-100{ z-index: 100; }
.z-110{ z-index: 110; }
.z-500{ z-index: 500; }
/*********** text ***********/
.ta-c{ text-align: center; }
/*********** background-color ***********/
.bgc-black{ background-color: rgba(0, 0, 0, .6); }

/* @media (max-width: 1024px) and (orientation: landscape) {
    html {
      transform: rotate(-90deg);
      transform-origin: left top;
      width: 100vh;
      height: 100vw;
      overflow-x: hidden;
      position: absolute;
      top: 100%;
      left: 0;
    }
} */