hr{
    border: none;
    border-top-color: #4374D9;
    border-top-style: solid;
    border-top-width: 6px;
}
h1{
    font-family: 맑은 고딕;
}

h4{
    font-family: 맑은 고딕;
}

ul{list-style: none;}

a{text-decoration: none;
    color: white;}

.button1{
    border-radius: 10px;
    border-style: solid;
    border-width: 4px;
    border-color:#6799FF;
    padding: 0px 100px;
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
    background-color: #6799FF;
    background-image: linear-gradient(
    90deg, transparent 0%, transparent 50%, #ffffff 50%);
    background-size: 250%;
    transition: all, 0.5s;}
    

.button1:hover{
    background-position: 100%;
    color: #6799FF;
    }

.button1:hover >a{
    color:#6799FF;
}

.button2{
    border-radius: 10px;
    border-style: solid;
    border-width: 4px;
    border-color:#B2CCFF;
    padding: 0px 100px;
    margin-top: 30px;
    position: relative;
    text-transform: uppercase;
    background-color: #B2CCFF;
    background-image: linear-gradient(
    90deg, transparent 0%, transparent 50%, #ffffff 50%);
    background-size: 250%;
    transition: all, 0.5s;}
    

.button2:hover{
    background-position: 100%;
    color: #B2CCFF;
    }

.button2:hover >a{
    color:#B2CCFF;
}

        