/*body {
	background-color:beige;
}*/

.wrap {
	vertical-align:middle; 
	/*display:inline-block;*/
}

.nomad_code_input {
	width:75%;
	height:40px;
	/*background-color:rgb(69, 74, 84);
	color: rgb(239, 239, 239);*/
	background-color: white;
	color: black;	        	
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
	font-size: 14px;
}

.src_btn {
	margin-top:10;
	width:46;
	height:30;
	font-size:17px;
}

.recent_btn {
	margin-top:10;
	width:80;
	height:30;
	display:none;
}

/*.copy_btn_area{
	text-align:middle;
}

.copy_btn {
	margin-top:0;
	width:50;
	height:20;
}*/

.copy_btn_area{overflow:hidden;clear:both;width:100%}
.copy_btn_area .left_btn{float:left;margin-top:0;width:50;height:20;}
.copy_btn_area .right_btn{float:right;margin-top:0;width:50;height:20;}

.iterate_btn {
	margin-top:10px;
	width:55px;
	height:35px;
	border-radius:20px;
}

.nomad_memo_area {
	padding: 0px;
	min-height:400px;
	max-height:400px;
	max-width: 91vw;
	overflow: auto;
	background-color:rgb(69, 74, 84);
	text-align:left;
}

#nomad_memo {
	font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
	color: rgb(239, 239, 239);
	font-size: 14px;
}

.top_btn_area {
	display:none;
}

.iterate_btn_area {
	margin-top: 0px;
}

.left_top_btn_a {
	position: fixed;
	bottom: 2px;
	left: 0px;
	color: rgb(69, 74, 84);
}

.left_bottom_btn_a {
	position: fixed;
	top: 0px;
	left: 0px;
	color: rgb(69, 74, 84);
}

.right_top_btn_a {
	position: fixed;
	bottom: 2px;
	right: 0px;
	color: rgb(69, 74, 84);
}

.right_bottom_btn_a {
	position: fixed;
	top: 0px;
	right: 0px;
	color: rgb(69, 74, 84);
}

body {
    font-family: 'Noto Sans KR', sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #f4f6f8;
    margin: 0;
}

.container {
	margin:auto; 
	text-align:center;	        
    background: white;
    padding: 1.2rem;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    width: 450px;
}

/*.middle_area {
    margin-top: 10px;
    margin-bottom: 10px;	        	
}*/

/*.input_area {
    margin-top: 10px;
}*/

h2 {
    text-align: center;
    color: #333;
    margin-bottom: 1.0rem;
    margin-top: 0px;
}

.input-group {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

/* 즐겨찾기 목록 영역 */
.favorites-area {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top:5px;
    /*margin-bottom:20px;*/
    max-height:220px;
    overflow-y:auto;
    border:1px;
    border-style:dashed;
    border-color:grey;
    padding:5px;
}

.fav-item {
    display: flex;
    align-items: center;
    background-color: #e9ecef;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 12px;
    color: #495057;
    transition: background 0.2s;
}

.fav-item:hover {
    background-color: #dee2e6;
}

.fav-text {
    cursor: pointer;
    margin-right: 8px;
}

.delete-btn {
    cursor: pointer;
    color: #999;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.delete-btn:hover {
    color: #ff4d4d;
    background: rgba(255, 0, 0, 0.1);
}

.edit_key {
	width:100%;
	height:35px;
	background-color:white;
	color: black;
	font-size: 12px;
	margin-top:5px;	        
}

.editkey_title{
	font-size: 14px;
	margin-top:20px;
	text-align: left;
}

.favorites_title{
	font-size: 14px;
	margin-top:15px;
	text-align: left;	        
}

.logo_image {
  width: 190px;
  object-fit: cover;
}