.left_panel {
    position: absolute;
    top: 128px; /* 원하는 위치로 조정 */
    left: 610px; /* 원하는 위치로 조정 */
    padding: 5px; /* 내용 여백 조정 */
    z-index: 15; /* left_panel이 이미지 위에 올라오도록 설정 */
	background-color:#FFFFFF;
	height:320px;
}

.eth_container {
    display: flex;
    flex-direction: column;
    align-items: left;
    margin-top: 0px;
    padding: 0px;
    width: 539px;
}

.eth_topContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 0px;
    padding: 0px;
    width: 540px;
}

.eth_secondContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0px;
    padding: 10px;
    width: 100%;
	height:285px;
	background-color: #494949;
}

#eth_quantity {
    background-color: #494949;
    color: #FFCC00;
    padding: 3px;
    margin-top: 1px;
    margin-bottom: 3px;
    border: 1px solid #FFCC00;
    width: 200px;
    font-size: 12px;
	text-align:center;
    border-radius: 5px;
}

#total_quantity {
    background-color: #B9B4C7;
    color: #6E6E6E;
    padding: 3px;
    margin-top: 1px;
    margin-bottom: 3px;
	margin-left:5px;
    border: 1px solid #FFFFFF;
    width: 330px;
    font-size: 12px;
	text-align:center;
    border-radius: 5px;
}

#sendButton {
    background-color: #0099FF;
    border: none;
    color: white;
    padding: 10px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5px;
    cursor: pointer;
    border-radius: 5px;
}

#sendButton:hover {
    background-color: #FF8000;
}

#tokenInfo {
    margin-top: 10px;
    margin-bottom: 1px;
	background-color: #40BABD;
	color:#FFFFFF;
    padding: 5px 10px 5px 10px; 
    text-align: left;
    font-size: 13px;
    border: 1px solid #008686;
    width: 100%;
}

.button-container {
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
	width:350px;
}

.button-container2 {
    margin-top: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
	width:100%; 
}

#connectButton {
    background-color: #FFA500;
    color: #FFFFFF;
    padding: 6px 8px 6px 8px; /*t l b r*/
    font-size: 14px;
	width:250px;
    border: none;
	margin-top:15px;
    border-radius: 5px;
}

#connectButton:hover{
    background-color: #009900;
}

.address-highlight {
    border: 1px solid #FFFFFF;
    font-size: 12px;
    padding: 1px 10px 1px 10px;
    color: #FFFFFF;
    border-radius: 15px;
    background-color: #526D82;
}

.address-highlight:hover {
    background-color: #9DB2BF;
}

.balance {
    color: #FFCC00;
}

.progress-bar {
    width: 90%;
    background-color: #f0f0f0;
    border-radius: 2px;
    margin-top: 10px;
    height: 5px;
}

.progress {
    width: 0%;
    height: 5px;
    background-color: #4caf50;
    border-radius: 5px;
    transition: width 0.5s;
}

.address {
    display: flex;
    align-items: left;
    padding: 2px;
    vertical-align: middle;
	width:350px;
}

.address img {
    margin-right: 5px;
    width: 20px;
    height: 20px;
}

.address span {
    background-color: #000000;
    border: 1px solid #808080;
    border-radius: 5px;
    padding: 3px 5px 3px 5px;
    width: 100%;
    text-align: left;
    font-size: 12px;
    color: #BEBEBE;
    font-weight: normal;
}

#walletStatus img {
    vertical-align: middle;
}

#walletImage {
    font-size: 12px;
    background-color: #F6F6F6;
    color: #4C4C4C;
    border: none;
	padding-left:10px;
	margin-top:10px;
    border-radius: 5px;
}

#walletImage button {
    padding: 1px 5px 1px 5px;
    font-size: 12px;
    background-color: #116D6E;
    color: white;
    border: none;
}

#walletImage button:hover {
    background-color: #45a049;
}

.eth_container2 {
    position: absolute;
    top: 458px; /* 원하는 위치로 조정 */
    left: 610px; /* 원하는 위치로 조정 */
    width: 540px;
    z-index: 15;
    display: flex; /* 내부 요소들을 가로로 배열하기 위해 flex 컨테이너로 설정 */
    justify-content: space-between; /* 내부 요소들을 가로로 공간 분배하여 배열 */
    align-items: center; /* 수직 방향 가운데 정렬 */
}

#expirationDate {
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    color: #FFFFFF;
    margin-top: 0px;
	text-align:center;
    padding: 3px 5px; 3px; 5px;
    border: 1px solid #FF8040;
    border-radius: 5px;
    background-color: #E8751A;
	margin-left:60px;
}

#countdownContainer {
    display: flex; /* 내부 요소들을 가로로 배열하기 위해 flex 컨테이너로 설정 */
    align-items: center; /* 수직 방향 가운데 정렬 */
}

#countdown {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: none;
    padding-top: 5px;
}

.time {
    background-color: none;
    padding: 5px;
    border-radius: 5px;
    border: 2px solid #E87400;
    color: #F56D0A;
    font-weight: bold;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    box-sizing: border-box;
}

.separator {
    color: orange;
    font-weight: bold;
    font-size: 15px;
    margin-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
}

.countdown_number {
    font-weight: bold;
    font-size: 25px;
	margin-bottom:3px;
}

.unit {
    font-size: 9px;
	color:#FFFFFF;
    background-color: #FF8040;
    border-radius: 1px;
	width:45px;
	margin-top:3px;
}

button {
    margin: 5px;
    background-color: #FFA500;
    color: #FFFFFF;
    padding: 10px 30px;
    font-size: 15px;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}


button:hover {
    background-color: #009900;
}