html {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
    }

*{
    font-size: 10px;
    font-family: 'Daehan-Bold',sans-serif;
}
@font-face {
    font-family: 'Daehan-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Daehan-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
img{
    width: 100%;
    height: auto;
}

#groupbut button{
     border: 1px solid rgb(133, 200, 224);
     background-color: rgb(133, 200, 224);
     color: white;
     padding: 1px;
     width: 100px;
     height: 30px;
     font-size: 15px;
}
.one{
    float:left;
    margin-left: 50px;
}
.two{
    float:right;
    margin-right: 50px;
}
.box #but1{
    border-radius: 10px;
}
.box #but2{
    border-radius: 10px;
}