:root{
	--color:#18b398;
	--fcolor:rgb(147, 126, 243)
}

	#item_box {
		width: 95%;
		max-width: 1600px;
		margin: 0 auto;
		min-width: 600px;
		display: flex;
		flex-wrap: wrap;
	}

	#item_box .item_list {
		position: relative;
		width: calc(50% - 20px);
		margin: 0px 10px;
	}

	#item_box .item_list:nth-child(1),#item_box .item_list:nth-child(2) {
		width: 100%;
		margin-bottom: 20px;
	}

	#item_box .btn_box {
		width: 100%;
		height: 80px;
		background-color: var(--color);
		border-radius: 10px;
		cursor: pointer;
		position: absolute;
		top: 0px;
		pointer-events: none;
	}

	#item_box .btn_box a {
		font-size: 16px;
		color: white;
		text-align: center;
		line-height: 80px;
		display: block;
	}

	 #fileInput {
		cursor: pointer;
		width: 100%;
		height: 80px;
		line-height: 80px;
		display: block;
		margin: 0 auto;
		background-color: #cdcdcd;
		border-radius: 10px;
	}
	 #item_box #drag-dropArea{
	width: 100%;
	    height: 80px;
	    text-align: center;
	    line-height: 80px;
	    position: absolute;
	    top: 0px;
		background-color: aliceblue;
		cursor: pointer;
		pointer-events: none;
	      }
	#formatSelect {
		width: 100%;
		height: 50px;
		font-size: 14px;
		text-align: left;
		border-radius: 10px;
		background-color: #18b3981a;
		border-color: var(--color);
		padding-left: 20px;padding-right: 20px;
		line-height: 50px;
	}


	#convertButton {
		width: 100%;
		height: 50px;
		background-color: #4395ff;
		text-align: center;
		line-height: 50px;
		border-radius: 10px;
		color: white;
		cursor: pointer;

	}

	#Output_Content,
	#result {
		border: solid 1px #eee;
		padding: 20px 0px;
		width: 95%;
		max-width: 1580px;
		margin: 0px auto 30px auto;
		min-width: 600px;
	}
	#Output_Content img,
	#result img{
	max-width:50px;
	max-height:50px;
	width: auto;
	margin:0px 10px;	
	}
	.Output_h4 {
		text-align: center;
		margin-top: 30px;
		font-size: clamp(1.125rem, 1.489rem + -0.3vw, 1.375rem);
	}

	#downloadButton {
		width: 95%;
		height: 50px;
		background-color: #ff4343;
		text-align: center;
		line-height: 50px;
		border-radius: 10px;
		color: white;
		cursor: pointer;
		max-width: 1600px;
		margin: 0 auto;

	}
	
	