body {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "Noto Sans", Helvetica, sans-serif, "Segoe UI";
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.page {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10;
    font-size: 100px;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
}

.page.on {
    position: fixed;
    top: 0 !important;
    left: 0;
    z-index: -1;
}

.rightCommon {
    position: fixed;
    right: 50px;
    top: 5vh;
    height: calc( 90vh - 50px);
    z-index: 11;
    pointer-events: none;
    /*mix-blend-mode: difference;*/
}

.rightCommon.dim {
    filter: brightness(0.3);
}

.page.pg1 {
    top: 0;
    background-color: #003458;
}

.page.pg1 .pg1Container {
    position: relative;
    height: 100vh;
    min-width: calc( 100vh * 1.4);
}

.page.pg1 .base {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 35%;
    transform: translateX(-50%);
}

.page.pg1 .text {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
}

.page.pg1 .date {
    display: none;
}

.page.pg1 .text7 {
    width: auto;
    height: 25.5vh;
    position: absolute;
    top: 22.5vh;
    left: calc( 14vh + 35%);
}

.page.pg1 .right {
    width: auto;
    height: 100vh;
    position: absolute;
    top: 0;
    right: 0;
}

.page.pg2 {
    top: 100vh;
    background-color: #2072c3;
}

.page.pg2 .title {
    height: 30vh;
    left: 50px;
    position: absolute;
    top: 50px;
}

.page.pg2 .text {
    position: absolute;
    top: 45vh;
    left: 50px;
    color: white;
    font-size: 18px;
    width: 72vh;
    line-height: 30px;
}

.page.pg3 {
    top: 200vh;
    background-color: white;
}

.page.pg3>.slides {
    width: 100vw;
    /*height: 100vh;*/
    overflow-y: hidden;
    overflow-x: scroll;
    font-size: 0;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.page.pg3>.slides .slide {
    width: 100vw;
    height: 100vh;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.page.pg3>.slides .slide .arrow {
    position: absolute;
    top: 50%;
    z-index: 20;
    transform: translateY(-50%);
}

.page.pg3>.slides .slide .arrow.left {
    left: 20px;
    animation: pg4ArrowLeftFlash 1s forwards infinite;
}

.page.pg3>.slides .slide .arrow.right {
    right: 20px;
    animation: pg4ArrowRightFlash 1s forwards infinite;
}

@keyframes pg4ArrowLeftFlash {
    50% {
        opacity: 0;
    }
}

@keyframes pg4ArrowRightFlash {
    50% {
        opacity: 0;
    }
}

.page.pg3>.slides .slide .text {
    background-color: black;
    color: white;
    font-size: 14px;
    width: 50vw;
    height: 100vh;
    position: absolute;
    top: 0;
    z-index: 10;
}

.page.pg3>.slides .slide .text.left {
    left: 0;
}

.page.pg3>.slides .slide .text.right {
    left: 50vw;
}

.page.pg3>.slides .slide .text .title {
    margin-left: 50px;
    margin-top: 55px;
    max-width: 700px;
}

.page.pg3>.slides .slide .text>.content {
    position: absolute;
    top: 50%;
    left: 50px;
    width: calc( 50vw - (( 90vh - 50px) /10 + 120px));
}

.page.pg3>.slides .slide .text>.content .datetime {
    font-size: 42px;
    line-height: 52px;
}

.page.pg3>.slides .slide .text>.content .location {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 5vh;
}

.page.pg3>.slides .slide .text .more {
    position: absolute;
    bottom: 60px;
    left: 50px;
    font-size: 12px;
}

.page.pg3>.slides .slide .text .content .description {
    white-space: pre-wrap;
    font-size: 18px;
    line-height: 30px;
}

.page.pg3>.slides .slide .photo {
    width: 60vw;
    height: 100vh;
    position: absolute;
    top: 0;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.page.pg3>.slides .slide .photo.mobile {
    display: none;
}

.page.pg3>.slides .slide .photo.front {
    background-repeat: no-repeat;
    background-size: contain;
}

.page.pg3>.slides .slide .photo.front.stickLeft {
    background-position: left;
}

.page.pg3>.slides .slide .photo.front.stickRight {
    background-position: right;
}

.page.pg3>.slides .slide .photo.front.stickRightBottom {
    background-position: right bottom;
}

.page.pg3>.slides .slide .photo.left {
    left: -5vw;
}

.page.pg3>.slides .slide .photo.right {
    left: 45vw;
}

.page.pg3>.slides .slide .photo.animated {
    display: none;
}

.page.pg3>.slides .slide .photo.animated:visible {
    display: block;
}

.page.pg3 .popup .container {
    /* width: auto; */
    padding: 100px 0;
    vertical-align: top;
}

.page.pg3 .popup .container .info,
.page.pg3 .popup .container .info tr,
.page.pg3 .popup .container .info tr td {
    border: 0;
}

.page.pg3 .popup .container .info tr td {
    max-width: 300px;
}

.page.pg3 .popup .container .info tr:nth-child(1) {
    border: 0;
    padding-bottom: 24px;
    font-weight: 100;
    text-align: left;
    vertical-align: top;
}

.page.pg3 .popup td {
    box-sizing: border-box;
    font-size: 16px;
    padding: 20px 15px;
    line-height: 30px;
    vertical-align: middle;
}

.page .popup {
    pointer-events: all;
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9);
    text-align: center;
    z-index: 101;
    left: 0;
}

.page .popup.on {
    display: block;
}

.page .x {
    position: absolute;
    top: 100px;
    right: 200px;
    z-index: 10000000000;
}

.page .popup .container {
    display: inline-block;
    width: 800px;
    text-align: left;
    color: white;
    font-size: 18px;
    white-space: normal;
    line-height: 26px;
    margin-top: 10vh;
    overflow-y: auto;
    overflow-x: hidden;
    height: calc( 80vh - 50px);
}

.page .popup .container img {
    max-width: 100vw;
    max-width: 800px;
}

.page .popup .container .vertical {
    max-width: inherit;
    float: none;
    display: block;
    font-size: 16px;
    margin: 10px 0;
    text-align: left;
    max-width: 74vw;
}

.page.pg3>.slides .slide.s1>.text .title,
.page.pg3>.slides .slide.s2>.text .title,
.page.pg3>.slides .slide.s3>.text .title {
    /*width: 35.3vw;*/
    width: 51.6vh;
}

.page.pg3>.slides .slide.s4>.text .title,
.page.pg3>.slides .slide.s5>.text .title,
.page.pg3>.slides .slide.s6>.text .title {
    width: 40vw;
}

.page.pg3>.slides .slide.s4>.text .content {
    top: 13vw;
}

.page.pg3>.slides .slide.s5 .text .content {
    top: calc( 50% + 50px);
}

.page.pg3>.slides .slide.s4>.text .content .event-list {
    white-space: normal;
    margin-top: 18px;
    line-height: 21px;
    font-size: 18px;
}

.page.pg3>.slides .slide.s4>.text .content .event-list a.item {
    margin-bottom: 18px;
    display: block;
}

.page.pg3>.slides .slide.s4>.text .content .event-list a br {
    display: none;
}

.page.pg3>.slides .slide.s4 .text .content .event-list a .date-block,
.page.pg3>.slides .slide.s4 .text .content .event-list a .title-block {
    display: block;
}

.page.pg4 {
    top: 300vh;
    background-color: #145046;
}

.page.pg4 .title {
    height: 315px;
    background-color: #be9e92;
}

.page.pg4 .title img {
    position: absolute;
    width: 622px;
    left: 60px;
    top: 60px;
}

.page.pg4 .menu {
    position: absolute;
    top: 60px;
    right: 15vw;
    color: white;
    font-size: 17px;
}

.page.pg4 .menu a:hover,
.page.pg4 .menu a.on {
    text-decoration: line-through;
}

.page.pg4 .mobileMenu {
    display: none;
}

.page.pg4 section.tables {
    display: none;
}

.page.pg4 section.tables.on {
    display: block;
}

.page.pg4 table.head {
    width: calc( 100vw - 190px);
    font-size: 14px;
    top: 284px;
    left: 60px;
    position: absolute;
}

.page.pg4 table.head thead>tr {
    white-space: nowrap;
}

.page.pg4 table.head th {
    display: inline-block;
    padding-left: 15px;
    box-sizing: border-box;
}

.page.pg4 table.head>thead>tr>th:first-child {
    padding-left: 0;
}

.page.pg4 table.head>thead>tr>th:nth-child(2) {
    /*text-align: center;
    padding: 0 7.5px;
    padding-left: 25px;
    */
}

.page.pg4 table {
    color: white;
    text-align: left;
    border-spacing: 0;
}

.page.pg4 .scroller {
    position: absolute;
    width: calc( 100vw - 190px);
    top: 315px;
    left: 60px;
    height: calc( 100vh - 315px - 60px);
    overflow-x: hidden;
    overflow-y: auto;
}

.page.pg4 table.content {
    width: 100%;
    border-collapse: collapse;
    font-size: 12px;
}

.page.pg4 table.content tr {
    cursor: pointer;
}

.page.pg4 table.content tr.off {
    display: none;
}

.page.pg4 table.content td {
    line-height: 30px;
    vertical-align: middle;
    border-top: 1px solid white;
}

.page.pg4 table.content td {
    box-sizing: border-box;
    font-size: 16px;
    padding: 20px 15px;
}

.page.pg4 table.content tr td:first-child {
    padding-left: 0;
}

.page.pg4 table.content>tbody>tr>td:nth-child(2) {
    /*text-align: center;*/
}

.page.pg4 table.content>tbody>tr>td:nth-child(2),
.page.pg4 table.content>tbody>tr>td:nth-child(3),
.page.pg4 table.content>tbody>tr>td:nth-child(4) {
    white-space: nowrap;
}

.page.pg4 td .popup .container {
    width: auto;
    padding: 100px 0;
    text-align: center;
    vertical-align: top;
}

.page.pg4 .popup .container .slideshow {
    height: auto;
    width: 500px;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    transition: all 0.5s;
    position: relative;
    font-size: 0;
}

.page.pg4 .popup .container .slideshow::before {
    content: " ";
    display: inline-block;
    height: 100%;
    width: 0%;
    vertical-align: middle;
}

.page.pg4 .popup .container .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.page.pg4 .popup .container .left {
    left: 0;
}

.page.pg4 .popup .container .right {
    right: 0;
}

.page.pg4 .popup .container .slideshow .photos {
    display: inline-block;
    overflow: hidden;
    width: 500px;
}

.page.pg4 .popup .container .slideshow .photos img {
    display: inline-block;
    vertical-align: middle;
    width: 500px;
    max-height: 0;
    transition: all 0.5s;
}

.page.pg4 .popup .container .slideshow .photos img.on {
    max-height: 1000px;
    transition: all 0.5s;
}

.page.pg4 .popup .container .info,
.page.pg4 .popup .container .info tr,
.page.pg4 .popup .container .info tr td {
    border: 0;
}

.page.pg4 .popup .container .info tr td {
    max-width: 300px;
}

.page.pg4 .popup .container .info tr:nth-child(1) {
    border: 0;
    padding-bottom: 24px;
    font-weight: 100;
    text-align: left;
    vertical-align: top;
}

.page.pg4 .popup .container .content {
    clear: both;
    max-width: 74vw;
    display: inline-block;
    margin-top: 50px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 50vh;
}

.page.pg5 {
    top: 400vh;
    background-color: #321e3c;
}

.page.pg5 .title {
    height: 315px;
    background-color: #d2f0f0;
}

.page.pg5 .title img {
    width: 647px;
    position: absolute;
    top: 60px;
    left: 60px;
}

.page.pg5 .content {
    padding-left: 60px;
    box-sizing: border-box;
    padding-top: 60px;
}

.page.pg5 .content {
    font-size: 26px;
    color: white;
    font-weight: 100;
}

.page.pg5 .content ul {
    list-style-type: none;
    padding-left: 0;
}

.page.pg5 .content ul li {
    float: left;
    clear: both;
    background-color: #321e3c;
    padding: 15px 0;
    padding-right: 15px;
    position: relative;
    text-decoration: underline;
}

.page.pg5 .content ul li div.line {
    z-index: -1;
    background-color: white;
    position: absolute;
    top: 29px;
    left: 0;
    width: 1000px;
    height: 2px;
}

.page.pg5 .content ul li div.arrowUp,
.page.pg5 .content ul li div.arrowDown {
    position: absolute;
    left: 980px;
    height: 2px;
    background-color: white;
    width: 25px;
}

.page.pg5 .content ul li div.arrowUp {
    top: 21px;
    transform: rotate(45deg);
}

.page.pg5 .content ul li div.arrowDown {
    transform: rotate(-45deg);
    top: 39px;
}

.page.pg5 .content ul li.disable {
    pointer-events: none;
}

.page.pg6 {
    top: 500vh;
    background-color: #14325a;
}

.page.pg6 .title {
    height: 210px;
}

.page.pg6 .title img {
    width: 501px;
    position: absolute;
    top: 60px;
    left: 60px;
}

.page.pg6 .mobile,
.page.pg6 .mobileBottom {
    display: none;
}

.page.pg6 .content {
    padding-top: 50px;
    padding-left: 60px;
    color: white;
    font-size: 18px;
}

.page.pg6 .content .contact {
    min-width: 820px;
    max-width: 1400px;
    width: 100%;
    border-collapse: separate;
    /*border-spacing: 100px;*/
    line-height: 34px;
    font-kerning: 100;
    height: calc( 100vh - 230px);
}

.page.pg6 .content .contact tr {
    margin: 10vh;
}

.page.pg6 .content .contact td {
    border-left: 80px solid transparent;
    border-right: 80px solid transparent;
    /*border-bottom: 8vh solid transparent;*/
}

.page.pg6 .content .contact tr td:first-child {
    border-right: 0;
    border-left: 0;
}

.page.pg6 .bottom {
    /*position: absolute;
    left: 60px;
    bottom: calc( 60px - 5vh);*/
    width: 633.703px;
}

a,
a:hover,
a:visited,
a:active {
    color: inherit;
    text-decoration: none;
}

#menu {
    position: fixed;
    top: -50px;
    left: 0;
    width: 100vw;
    height: 50px;
    background-color: #333333;
    z-index: 100;
    color: white;
    text-align: center;
    font-weight: 100;
    line-height: 50px;
    vertical-align: middle;
    font-size: 14px;
    transition: top 1s;
    pointer-events: none;
}

#menu.on {
    top: 0;
    transition: top 1s;
    pointer-events: all;
}

#menu>div {
    display: inline-block;
    position: relative;
}

#menu a:hover,
#menu a.on {
    text-decoration: line-through;
}

#menu>div .subMenu {
    display: none;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    background-color: white;
    color: black;
    border: 2px solid #333;
    min-width: 100px;
}

#menu>div:hover .subMenu {
    display: inline-block;
}

#menu>div:hover .arrow-up {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid white;
    transform: translateX(-50%);
    position: absolute;
    top: -15px;
    left: 50%;
}

#menu>div .subMenu a {
    position: static;
    display: block;
}

#menu .lang {
    position: absolute;
    top: 0;
    right: 15%;
}

#menu .mobile {
    display: none;
}

#main {
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    top: 0;
    height: 100vh;
    position: absolute;
    overflow-x: hidden;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

#main.disable {
    pointer-events: none;
}

#main::-webkit-scrollbar {
    width: 0px;
    background: transparent;
}

.container {
    position: relative;
    width: 100vw;
    height: 600vh;
    overflow-x: hidden;
    overflow-y: hidden;
}

#indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    transition: opacity 1s;
}

#indicator>img {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 30px;
    height: auto;
    text-align: center;
    /*pointer-events: none;*/
    z-index: 100;
    animation: indicator 2s infinite;
}

#indicator.off {
    opacity: 0;
    transition: opacity 1s;
}

@keyframes indicator {
    to {
        opacity: 0;
        transform: translate(-50%, 40px);
    }
}

body.bd-school-activity-2018,
body.bd-collage-activity-2018 {
    overflow: auto;
    color: white;
    background-color: #155046;
}

body.bd-school-activity-2018 #indicator,
body.bd-collage-activity-2018 #indicator {
    display: none;
}

body.bd-school-activity-2018 .subpage.container .page-header,
body.bd-collage-activity-2018 .subpage.container .page-header {
    background-color: #be9e92;
    color: white;
    font-size: 30px;
    padding: 50px 25px;
    box-sizing: border-box;
}

body.bd-school-activity-2018 .subpage.container table,
body.bd-collage-activity-2018 .subpage.container table {
    margin: 0 25px;
    width: calc( 100vw - 50px);
}

body.bd-school-activity-2018 .subpage.container table tr td,
body.bd-collage-activity-2018 .subpage.container table tr td {
    padding: 20px 15px;
    font-size: 16px;
    line-height: 30px;
    border-bottom: 1px solid white;
}

body.bd-school-activity-2018 .subpage.container table tr td mobile,
body.bd-collage-activity-2018 .subpage.container table tr td mobile {
    display: none;
}

body.bd-school-activity-2018 .container,
body.bd-collage-activity-2018 .container {
    height: inherit;
}

.swal-overlay {
    background-color: rgba(0, 0, 0, 0.8);
}

.swal-title {
    font-size: 33px;
}

.swal-text {
    font-size: 22px;
}

.swal-overlay:not(.swal-overlay--show-modal) {
    z-index: -1000;
}
