@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'SUITE-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2304-2@1.0/SUITE-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
* { font-family: 'SUITE-Regular', 'sans-serif'; }

.content1{text-align:center;}
.btnOrder{margin:0 5px;padding:12px 28px;font-weight:bold;font-size:15px;;color:#606060;border:1px solid #CCC;cursor:pointer;transition:all .3s ease;font-family: 'SUITE-Regular', 'Pretendard-Regular', 'sans-serif';}
.btnOrder:hover{border:1px solid #006cb8;color:#006cb8;transition:all .3s ease;font-family: 'SUITE-Regular', 'Pretendard-Regular', 'sans-serif';}

