.p2-main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.p2-main iframe{
    border-style:none;
    width: 1024px;
    height: 720px;
    border-radius: 18px;

}


.p2-sub {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

