body {
    padding: 56px 0 70px;
    margin: 0 auto;
    max-width: 1000px;
    background: #ffffff;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 0;
}

video {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    z-index: 300;
    transform: scaleX(-1);
}

#stopButton {
    position: fixed;
    bottom: 15%;    
    left: 50%;
    width: 30%;
    height: 50px;
    border: none;
    border-radius: 50px;
    background: #fff;
    font-size: 25px;
    font-weight: 900;
    transform: translate(-50%,-50%);
    z-index: 500;
}

.load {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(135deg, rgba(30,22,255,1) 0%, rgba(16,1,140,1) 100%);
    z-index: 10;
}

.load h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-size: 25px;
    font-weight: 800;
    transform: translate(-50%,-50%);
}

.load h1 span {
    font-size: 15px;
}

.ai {
    display: none;
    text-align: center;
}

.ai .images-canvas {
    overflow: hidden;
    position: relative;
    margin: 20px auto;
    width: 150px;
    height: 150px;
    border-radius: 75px;
}

.ai .images-canvas #snapshot {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.ai .title {
    margin: 20px auto;
}

.ai .title p {
    font-size: 20px;
    font-weight: 800;
}

.ai .title h1 {
    font-size: 25px;
    font-weight: 900;
}

.ai .title h1 span {
    color: #F24171;
}

.ai .type {
    padding: 0;
    margin: 20px auto;
    list-style: none;
}

.ai .type li {
    font-size: 15px;
    font-weight: 900;
}

.ai .type li span {
    color: #F24171;
}

.ai .color {
    padding: 0;
    margin: 50px auto;
    list-style: none;
}

.ai .color h1 {
    font-size: 25px;
    font-weight: 900;
}

.ai .color li {
    margin: 10px auto;
    width: 35%;
    text-align: left;
    font-size: 20px;
    font-weight: 900;
}

.ai .color li div {
    display: inline-block;
    margin: 0 10px 0 0;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
}


.ai .color li:nth-child(2) div {
    background: #ea4d73;
}

.ai .color li:nth-child(3) div {
    background: #f66509;
}

.ai .color li:nth-child(4) div {
    background: #e78f00;
}