/* html {} */
.main {
    max-width: 1280px;
    min-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    background-color: #EFEEEF;

    /* background: #CFD3CD; */
}

.bgGrid {
    background-image: url('../../../tree-of-life/assets/img/The_Tree_of_Life_Test02.svg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 1152px;
    background-position: center top;
    z-index: -100;
    position: relative;
}

.title {
    float: left;
}

/* VIDEO */
/*  */
/* HOVER POPUP LINKS */
/* hoverpopups type 1 */
#popup {
    color: #000;

    /* background-color: #c0c0c0; */
}

#popup a,
#popup a:visited {
    position: relative;
}

#popup a span {
    display: none;
}

#popup a:hover {
    /* background-color: #e9e9e2; */
}

/* the IE correction rule */
#popup a:hover {
    color: #f00;

    /* background-color: #e9e9e2; */
    text-indent: 0;

    /* added the default value */
}

#popup a:hover span {
    display: block;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 300px;
    width: 320px;
    margin: 0px;

    /* padding: 10px; */
    color: #335500;
    font-weight: normal;

    /* background: #e5e5e5; */
    text-align: left;

    /* border: 1px solid #666; */
}

/* jQuary use to hover pop up */
#pup {
    position: absolute;
    z-index: 200;

    /* aaaalways on top */
    padding: 3px;
    margin-left: 10px;
    margin-top: 5px;
    width: 100%;

    /* border: 1px solid black; */
    /* background-color: #777; */
    color: black;
    font-size: 0.95em;
}

/* SVG Style */
.half-pix-line {
    fill: none;
    stroke: #0A0A0D;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

.full-width-line {
    fill: none;
    stroke: #0A0A0D;
    stroke-miterlimit: 10;
}

.half-width-line {
    fill: none;
    stroke: #0A0A0D;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

.fill-box {
    fill: #ffffff;
    stroke: #0A0A0D;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
}

.rect2-style {
    fill: none;
    stroke: black;
    stroke-width: 0.25;
    stroke-miterlimit: 10;
}

.pg-bg {
    fill: #EFEEEF;
    stroke: #0A0A0D;
    stroke-miterlimit: 10;
}

.bigCircle {
    fill: none;
    stroke: #0A0A0D;
    stroke-width: 1px;
    mix-blend-mode: normal;
}

.red-dot {
    /* Luminous bright red */
    fill: #FF0000;
}

.wb-gray {
    fill: #7E8182;
}

.empty-box {
    fill: none;
}

.red-scan-line {
    fill: none;
    stroke: #FF0000;
    stroke-width: 0.5;
    stroke-miterlimit: 10;
}

.scanpressA {
    fill: #EFEEEF;
    stroke: #0A0A0D;
    stroke-miterlimit: 10;
    mix-blend-mode: difference;
}

.scanpressB {
    fill: #EFEEEF;
    stroke: #0A0A0D;
}

/* SVG Style END */
/* Font Style */
.pg-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
}

.pg-title-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: italic;
    font-size: 12px;
}

.pg-text {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
}

.pg-text-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
}

.wb-artist {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 14px;
}

.wb-title {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 14px;
}

.wb-year {
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.smallTitle {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
}

/*  */
.pr-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    grid: Title;
    grid-area: 2 / 1 / 3 / 5;
    color: #BDBDBD;
}

.pr-title-normal {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    grid: Title;
    grid-area: 2 / 1 / 3 / 5;
    color: #BDBDBD;
}

.pr-sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    grid-area: 3 / 1 / 4 / 6;
    color: #BDBDBD;
}

.pr-main {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    grid-area: 4 / 1 / 5 / 6;
    color: #BDBDBD;
}

.pr-main-bold {
    color: #BDBDBD;
    font-weight: 700;
}

.pr-main-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: italic;
    color: #BDBDBD;
}

.pr-main-bold-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-style: italic;
    color: #BDBDBD;
}

.pr-address {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #BDBDBD;
    grid-area: 5 / 1 / 6 / 6;
    text-align: center;
}

/* Work Page Style */
/* .videoFrame {
    width: 100% !important;
    height: auto !important;
    grid-area: video;
} */
.wp-body {
    background-color: #232323;
}

.worksMain {
    margin: 0;

    /* width: 100vw; */
    width: 100%;
    padding: 0;
    vertical-align: middle;
    display: grid;
    grid-template-columns: 12px auto 12px;
    grid-template-rows: 12px auto 20px auto 12px auto 12px auto 12px;
    grid-template-areas: '. . .''. video .''. . .''. artist .''. . .''. workInfo .''. . .''. workStatement .''. . .';
}

.videoWrapper {
    grid-area: video;
    position: relative;
    padding-bottom: 56.25%;

    /* 16:9 */
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper2 {
    grid-area: video;
    position: relative;
    padding-bottom: 28.13%;
    height: 0;
}

.videoWrapper2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.videoWrapper3 {
    grid-area: video;
    position: relative;
    padding-bottom: 18.75%;
    height: 0;
}

.videoWrapper3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.artist {
    color: #ffffff;
    grid-area: artist;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: white;
    margin-right: 150px;
}

.work-info {
    color: #ffffff;
    grid-area: workInfo;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #BDBDBD;
    font-style: italic;
    margin-right: 150px;
}

.work-info-normal {
    font-style: normal;
}

.work-statement {
    color: #ffffff;
    grid-area: workStatement;
    margin: 0;
    color: #ffffff;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #BDBDBD;
    margin-right: 150px;
    font-style: normal;
}

.work-statement-italic {
    font-style: italic;
}

/* Style for Clock */
.clockContainer {
    top: 28px;
    left: auto;
    position: fixed;
    margin-left: 28px;
    height: 40px;
    width: 200px;
    border-radius: 10px;
    border: 0 solid;
}

.clockText {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    letter-spacing: 22px;
    text-indent: 15px;
    line-height: 40px;
    color: #0A0A0D;
}

.onKawaraA {
    top: 132px;
    left: auto;
    position: absolute;
    margin-left: 28px;
    height: 72px;
    width: 152px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 32px 32px;
    grid-template-areas: 'TextUp''TextDown';
}

.onKawaraB {
    top: 196px;
    left: auto;
    position: absolute;
    margin-left: 28px;
    height: 72px;
    width: 152px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 32px 32px;
    grid-template-areas: 'TextUp''TextDown';
}

.onKawaraC {
    top: 260px;
    left: auto;
    position: absolute;
    margin-left: 28px;
    height: 72px;
    width: 152px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 32px 32px;
    grid-template-areas: 'TextUp''TextDown';
}

.onKawaraD {
    top: 324px;
    left: auto;
    position: absolute;
    margin-left: 28px;
    height: 72px;
    width: 152px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 32px 32px;
    grid-template-areas: 'TextUp''TextDown';
}

.onKawaraE {
    top: 388px;
    left: auto;
    position: absolute;
    margin-left: 28px;
    height: 72px;
    width: 152px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 32px 32px;
    grid-template-areas: 'TextUp''TextDown';
}

.onKawaraF {
    top: 452px;
    left: auto;
    position: absolute;
    margin-left: 28px;
    height: 72px;
    width: 152px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 32px 32px;
    grid-template-areas: 'TextUp''TextDown';
}

.onKawaraG {
    top: 516px;
    left: auto;
    position: absolute;
    margin-left: 28px;
    height: 72px;
    width: 152px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 32px 32px;
    grid-template-areas: 'TextUp''TextDown';
}

.onKawaraH {
    top: 580px;
    left: auto;
    position: absolute;
    margin-left: 28px;
    height: 72px;
    width: 152px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 32px 32px;
    grid-template-areas: 'TextUp''TextDown';
}

.onKawaraTextUp {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    text-indent: 0;
    line-height: 36px;
    display: grid;
    grid-template-columns: 8px 40px 6px 20px 6px 40px 8px;
    grid-template-rows: auto;
    grid-template-areas: '. Month dot1 Date dot2 Year .';
    margin: 0;
    grid: TextUp;
}

.onKawaraTextDown {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    text-align: center;

    /* letter-spacing: 1px; */
    text-indent: 0;
    line-height: 36px;
    display: grid;
    grid-template-columns: 8px 40px 20px 6px 20px 6px 20px 8px;
    grid-template-rows: auto;
    grid-template-areas: '. Week Hour dot3 Min 1 Sec .';
    margin: 0;
    grid-area: TextDown;
}

.myMonth {
    text-align: right;
    grid-area: Month;
    margin: 0;
}

.myYear {
    text-align: right;
    grid-area: Year;
    margin: 0;
}

.myDate {
    grid-area: Date;
    text-align: right;
    margin: 0;
}

.myWeek {
    text-align: right;
    margin: 0;
    grid-area: Week;
}

.myHr {
    text-align: right;
    margin: 0;
    grid-area: Hour;
}

.myMin {
    text-align: right;
    margin: 0;
    grid-area: Min;
}

.mySec {
    text-align: right;
    margin: 0;
    grid-area: Sec;
}

#animTitle {
    width: 62.1%;
    min-width: 636px;
    max-width: 794.88px;

    /* max-width: 1115px; */
    height: auto;
    position: absolute;
    top: 1000px;
    z-index: 1;
    mix-blend-mode: darken;
    margin: 0;
}

.pr-body {
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin-top: 40px;
}

.ca-body {
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto 1fr;
    display: grid;
    grid-gap: 12px;
    margin: 20px auto;
    padding-left: 36px;
    padding-right: 36px;
}

.ca-container {
    min-width: 504px;
    max-width: 630px;
    max-height: 1000px;
    min-height: 600px;
    position: inherit;
    border: 1px solid;
    margin: 132px 0 0 388px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

/* Hide scrollbar for IE and Edge */
.ca-master {
    background-color: white;
    -ms-overflow-style: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.ca-master::-webkit-scrollbar {
    display: none;
}

.ca-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    grid: Title;
    grid-area: 1 / 1 / 2 / 2;
    color: #3A3A3A;
    margin: 0;
}

.ca-sub {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    grid-area: 4 / 1 / 5 / 2;
    font-style: italic;
    color: #3A3A3A;
    margin: 0;
}

.ca-auther {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    grid-area: 2 / 1 / 3 / 2;
    color: #3A3A3A;
    margin: 0;
}

.ca-main {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    grid-area: 5 / 1 / 6 / 2;
    color: #3A3A3A;
    margin: 0;
}

.ca-main-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    color: #3A3A3A;
}

.ca-main-bold-italic {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 12px;
    font-style: italic;
    color: #3A3A3A;
}

.ca-artist {
    grid-area: 3 / 1 / 4 / 2;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    color: #3A3A3A;
}

.wb-shi {
    fill: black;
    transition: 0.4s;
}

.wb-shi:hover {
    fill: #FF9B00;
}

.wb-md {
    fill: #7E8182;
    transition: 0.4s;
}

.wb-md:hover {
    fill: #6A93B0;
}

.wb-ah {
    fill: #7E8182;
    transition: 0.4s;
}

.wb-ah:hover {
    fill: #2B2C7C;
}

.wb-dq {
    fill: #7E8182;
    transition: 0.4s;
}

.wb-dq:hover {
    fill: #F6B600;
}

.wb-kh {
    fill: #7E8182;
    transition: 0.4s;
}

.wb-kh:hover {
    fill: #C63927;
}

.wb-sl {
    fill: #7E8182;
    transition: 0.4s;
}

.wb-sl:hover {
    fill: #933D50;
}

.wb-mz {
    fill: #7E8182;
    transition: 0.4s;
}

.wb-mz:hover {
    fill: #81C0BB;
}

.wb-gh {
    fill: #7E8182;
    transition: 0.4s;
}

.wb-gh:hover {
    fill: #D3545F;
}

.wb-am {
    fill: #7E8182;
    transition: 0.4s;
}

.wb-am:hover {
    fill: #4D668E;
}

.wb-ch {
    fill: #7E8182;
    transition: 0.4s;
}

.wb-ch:hover {
    fill: #0E4243;
}