@charset "utf-8";

.marginTop {
    margin-top: 20px;
}

.topBtns .appBtn {
    background: rgba(0,85,166) ;
    color: rgb(255,244,94);
}

.topBtns .mypageBtn {
    background: rgba(0,85,166) ;
}

.topBtns .startMovie {
    width: 300px;
    min-height: 120px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
    padding: 1rem;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    background: rgba(242,102,51) ;
    border-collapse: separate;
    border-spacing: 20px;
    font-weight: 600;
    font-size: 17pt;
    box-shadow: 0 10px 25px 0 rgb(0 0 0 / 50%);
}

.system_reference h3 {
    margin-bottom: 10px;
    margin-top:20px;
    padding: 0px 0px 0px 8px;
    font-size: 18px;
    font-weight: bold;
    border-left: solid 4px #000000;
    color: #000000;
}

.system_reference {
    margin-top: 50px;
    margin-bottom: 50px;
}

#TopContents img {
    border: 1px solid #ccc;
}