body {
    top: 0px;
    left: 0px;
    width: 100%;
    height: auto;
    margin: 0px;
	overflow-y:hidden;
}

.imagemap {
    position: relative;
    width: 100%;
}

img {
    width: 100%;
    display: block;
}

.icon01, .icon02, .icon03 {
    position: absolute;
    top: 57%;
    width: 25%;
    height: auto;
    transition: top 0.5s ease;
}

.icon01 {
    left: 10%;
    transform: translateY(-80%);
}

.icon02 {
    left: 50%;
    transform: translate(-50%, -80%);
}

.icon03 {
    right: 10%;
    transform: translateY(-80%);
}

.icon01:hover, .icon02:hover, .icon03:hover, .icon01.clicked, .icon02.clicked, .icon03.clicked {
    top: 48%;
}

#fullscreenVideoContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    display: none;
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

#fullscreenVideo {
    width: 100%;
    height: 100%;
}

.bottom_notice {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    height: auto;
    width: 38%;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    animation: fade 2s infinite;
}

@keyframes fade {
    0%, 100% { opacity: 0; }
    50% { opacity: 1; }
}

.videoxy00 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy01 {
	position: absolute;
    top: 54.8%;
    left: 25%;
    width: 22.2%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy02 {
	position: absolute;
    top: 40.5%;
    left: 50%;
    width: 22%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy03 {
    position: absolute;
    top: 70.5%;
    left: 50%;
    width: 22%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy04 {
	position: absolute;
    top: 40.5%;
    left: 75%;
    width: 22%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy05 {
    position: absolute;
    top: 70.5%;
    left: 75%;
    width: 22%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy06 {
	position: absolute;
    top: 60%;
    left: 75%;
    width: 22%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy07 {
	position: absolute;
    top: 79.5%;
    left: 75%;
    width: 22%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy08 {
    position: absolute;
    top: 52.5%;
    left: 28%;
    width: 40%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy09 {
	position: absolute;
    top: 52.5%;
    left: 71%;
    width: 40%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy10 {
    position: absolute;
    top: 52.5%;
    left: 28%;
    width: 40%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.videoxy11 {
	position: absolute;
    top: 58.5%;
    left: 71%;
    width: 40%;
    height: auto;
    transform: translate(-50%, -50%);
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    cursor: pointer;
}

.grey img {
    filter: grayscale(100%);
}

#videoPopupContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#videoPopup {
    width: 80%;
    height: auto;
}

.button_back, .button_home {
    position: absolute;
    top: 12%;
    width: 5%;
    height: auto;
    cursor: pointer;
    opacity: 0;
    transition: opacity 1s;
}

.button_back {
    left: 11%;
}

.button_home {
    left: 16%;
}

.fade-in {
    opacity: 1;
}

.button_back_bg, .button_home_bg {
    position: absolute;
    bottom: 3%;
    width: 5%;
    height: auto;
    cursor: pointer;
}

.button_back_bg {
    left: 2%;
}

.button_home_bg {
    left: 7%;
}

#bgVideo {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.page01_top {
	width:100%;
	margin:0 auto;
	}

.page01_bottom {
	width:90%;
	margin:0 auto;
	}

.page02_top {
	width:90%;
	margin:0 auto;
	}

.page02_title{
	position:absolute;
	top:10%;
	width:40%;
	height:auto;
	left:50%;
	transform:translateX(-50%);
	}

.page03_title{
	position:absolute;
	top:10%;
	width:40%;
	height:auto;
	left:50%;
	transform:translateX(-50%);
	}

.vtgap {
	height:10px;
	}

.videoxy09in{
	width:75%;
	height:auto;
	}
	
.arrow01, .arrow02 {
    position: absolute;
    transition: left 0.7s ease-in-out; /* Smooth transition for moving left */
}

.arrow01 {
    top: 45%;
    left: 66%;
    width: 4%;
    height: auto;
}

.arrow02 {
    top: 42%;
    left: 17%;
    width: 7%;
    height: auto;
}