* {
    margin: 0;
    padding: 0;
}
ul, li {
    list-style: none;
}


div#modal {
    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.7);
    z-index: 9999;
}
div#modal>div#videoContainer {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 60%;
    padding-bottom: 31.5%;
    transform: translate(-50%,-50%);
    background-color: white;
}
div#modal>div#videoContainer>div#iframeContainer {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
div#modal>div#videoContainer>div#iframeContainer>iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
div#modal>div#videoContainer>div#cross {
    position: absolute;
    top: 0;
    right: -10%;
    width: 10%;
    padding-bottom: 10%;
    background-color: white;
}
div#modal>div#videoContainer>div#cross>span {
    position: absolute;
    top: 50%;
    left: 10%;
    width: 80%;
    height: 2px;
    background-color: black;
    border-radius: 10px;
    transform: translate(-50%,-50%);    
}
div#modal>div#videoContainer>div#cross>span:first-child {
    transform: rotate(-45deg)
}
div#modal>div#videoContainer>div#cross>span:last-child {
    transform: rotate(45deg)
}


div#fixed {
    position: fixed;
    right: 10%;
    top: 50%;
    width: 8%;
    transform: translateY(-50%);
    transition: all .9s;
    z-index: 9998;
}
div#fixed>ul>li {
    width: 100%;
    margin-top: 5%;
}
div#fixed>ul>li:first-child {
    background-image: url(/landing/mete/PC/images/floff1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
div#fixed>ul>li:nth-child(2) {
    background-image: url(/landing/mete/PC/images/floff2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
div#fixed>ul>li:last-child {
    background-image: url(/landing/mete/PC/images/floff3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
div#fixed>ul>li>a {
    display: block;
    width: 100%;
}
div#fixed>ul>li>a>img {
    display: block;
    width: 99.5%;
}



div#title {
    position: relative;
    min-width: 1200px;
}
div#title>img {
    display: block;
    width: 100%;
    margin: auto;
}
div#title>a {
    position: absolute;
    top: 84.5%;
    left: 50%;
    width: 32%;
    height: 3vw;
    transform: translateX(-50%);
    border-radius: 200px;
}


div#first {
    background-color: #0f135a;
}
div#first>img {
    display: block;
    width: 1200px;
    margin: auto;
}


div#second {
    position: relative;
    background-color: #00f7ff;
}
div#second>img {
    display: block;
    width: 1200px;
    margin: auto;
}
div#second>a {
    position: absolute;
    top: 81.5%;
    left: 50%;
    width: 58%;
    height: 4vw;
    transform: translateX(-50%);
}


div#third {
    position: relative;
    background-color: #0f135a;
}
div#third>img {
    display: block;
    width: 1200px;
    margin: auto;
}
div#third>div#thirdContent {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 57%;
    transform: translateX(-50%);
}
div#third>div#thirdContent>div#btnBox>ul {
    display: flex;
    justify-content: space-between;
}
div#third>div#thirdContent>div#btnBox>ul>li {
    width: 25%;
    cursor: pointer;
}
div#third>div#thirdContent>div#btnBox>ul>li:first-child {
    background-image: url(/landing/mete/PC/images/btn1off.png);
    background-size: 100%;
}
div#third>div#thirdContent>div#btnBox>ul>li:nth-child(2) {
    background-image: url(/landing/mete/PC/images/btn2off.png);
    background-size: 100%;
}
div#third>div#thirdContent>div#btnBox>ul>li:nth-child(3) {
    background-image: url(/landing/mete/PC/images/btn3off.png);
    background-size: 100%;
}
div#third>div#thirdContent>div#btnBox>ul>li:last-child {
    background-image: url(/landing/mete/PC/images/btn4off.png);
    background-size: 100%;
}
div#third>div#thirdContent>div#btnBox>ul>li>img {
    display: none;
    width: 100%;
    cursor: pointer;
}
div#third>div#thirdContent>div#btnBox>ul>li>img.on {
    display: block;
}
div#third>div#thirdContent>div#contentBox {
    display: flex;
    justify-content: space-between;
}
div#third>div#thirdContent>div#contentBox>div {
    width: 50%;
}
div#third>div#thirdContent>div#contentBox>div#photo>img {
    display: none;
    width: 100%;
}
div#third>div#thirdContent>div#contentBox>div#photo>img.on {
    display: block;
}
div#third>div#thirdContent>div#contentBox>div#youtube>img {
    display: none;
    width: 100%;
    margin-top: 6.8vw;
    cursor: pointer;
}
div#third>div#thirdContent>div#contentBox>div#youtube>img.on {
    display: block;
}
div#third>div#thirdContent>div#contentBox>div#youtube>div {
    display: none;
    margin-top: 6.8vw;
    cursor: pointer;
}
div#third>div#thirdContent>div#contentBox>div#youtube>div.on {
    display: block;
}
div#third>div#thirdContent>div#contentBox>div#youtube>div>img {
    display: none;
    width: 100%
}
div#third>div#thirdContent>div#contentBox>div#youtube>div>img.on {
    display: block;
}
div#third>div#thirdContent>div#contentBox>div#youtube>div>ul {
    display: flex;
}
div#third>div#thirdContent>div#contentBox>div#youtube>div>ul>li {
    width: 50%
}
div#third>div#thirdContent>div#contentBox>div#youtube>div>ul>li:first-child {
    background-image: url(/landing/mete/PC/images/thoff.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
div#third>div#thirdContent>div#contentBox>div#youtube>div>ul>li:last-child {
    background-image: url(/landing/mete/PC/images/deoff.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
div#third>div#thirdContent>div#contentBox>div#youtube>div>ul>li>img {
    display: none;
    width: 100%;
}
div#third>div#thirdContent>div#contentBox>div#youtube>div>ul>li>img.on {
    display: block;
}


div#fourth {
    position: relative;
    background-color: #ffe82a;
}
div#fourth>img {
    display: block;
    width: 1200px;
    margin: auto;
}
div#fourth>a {
    position: absolute;
    top: 85.3%;
    left: 50%;
    width: 58%;
    height: 4vw;
    transform: translateX(-50%);
}


div#fifth {
    position: relative;
    background-color: #0f135a;
}
div#fifth>img {
    display: block;
    width: 1200px;
    margin: auto;
}
div#fifth>div#fifthContent {
    position: absolute;
    top: 44%;
    left: 50%;
    width: 57%;
    transform: translateX(-50%);
    overflow: hidden;
}
div#fifth>div#fifthContent>ul {
    display: flex;
    width: 300%;
    transition: all .5s;
}
div#fifth>div#fifthContent>ul>li {
    width: calc(100%/3)
}
div#fifth>div#fifthContent>ul>li>img {
    display: block;
    width: 100%;
}
div#fifth>a {
    position: absolute;
    top: 84.5%;
    left: 50%;
    width: 58%;
    height: 4vw;
    transform: translateX(-50%);
}


div#sixth {
    position: relative;
    background-color: #e6e6e6;
    
}
div#sixth>img {
    display: block;
    width: 1200px;
    margin: auto;
}
div#sixth>a {
    position: absolute;
    top: 78.5%;
    left: 50%;
    width: 58%;
    height: 4vw;
    transform: translateX(-50%);
}























