@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: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'YClover-Bold';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_231029@1.1/YClover-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

body {
    width : 1280px;
    height:  750px;
    margin: 0 auto;
    padding: 0px 40px 40px 40px;
    margin-top: 0px;
    overflow-x: scroll;
}

header{
    border-width: 0px 0px 1px 0px;
    border-style: solid; /* 테두리 스타일 지정 */
    border-color: #D9D9D9;
    margin-bottom: 20px;
}

nav {
    
    float: right;
    vertical-align: middle;
    color: black;
    padding: 0;
    margin-top: 35px;
    margin-right: 50px;
}

h1{
    font-family: 'YClover-Bold';
    margin-left: 30px;
    font-size: 40px;
    display: inline-block;
    vertical-align: middle;
}



li{
    list-style: none;
    float: left;
    padding-left: 80px;
}

a{
    text-decoration: none;
    color : black;
}

li a {
    font-family: 'Pretendard-Bold';
    font-size: 23px;
}

.loader {
    border: 10px solid #f3f3f3; /* Light grey */
    border-top: 10px solid #46AA75; /* Blue */
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 2s linear infinite;
    margin: 30px auto; /* Center the loader */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loading-message {
    text-align: center;
    margin-bottom: 20px;
    font-family: 'Pretendard-Regular';
}

h3{
    text-align: center;
    font-family: 'Pretendard-Bold';
    font-size: 30px;
    margin-bottom: 50px;
    margin-top: 50px;
}

select{
    font-family: 'Pretendard-Bold';
    width: 300px;
    height: 50px;
    font-size: 18px;
    text-align: center;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* 그림자 효과 추가 */
    border: none;
}

button{
    margin-left: 20px;
    font-size: 15px;
    font-family: 'Pretendard-ExtraBold';
    width: 150px;
    height: 50px;
    margin-top: 50px;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); /* 그림자 효과 추가 */
    border: none;
    background-color: #5E5E5E;
    color: white;
}

.block{
    font-family: 'Pretendard-Regular';
    color: #5E5E5E;
    display: flex;
    justify-content: center;
    background-color: rgb(148, 187, 93,0.3);
    border-radius: 20px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.search{
    margin-right: 30px;
    margin-left: 30px;
}

.anoun{
    text-align: center;
}

.anoun1{
    text-align: center;
}

.data-item{
    text-align: center;
    margin-top: 20px;
    font-size: 30px;
}


#itemName{
    font-family: 'Pretendard-ExtraBold';
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

#marketName{
    font-family: 'Pretendard-Bold';
    display: flex;
    justify-content: center;
}


#enPrice{
    padding-left: 10px;
    color: #FF2B2B;
}

#enMarket{
    padding-left: 10px;
    color: #0066FF;
}