@charset "utf-8";
/* 1. "여기" 부분 기본 숨김 및 슬라이딩 애니메이션 설정 */
#top-bookmark {
display: none;
overflow: hidden;
}
.Bookmark { width: 100%; background: #000; }
.Book_Menu {
background: #050505;
border: 1px solid #111; border-top:0px; border-radius: 6px; border-top-left-radius: 0px; border-top-right-radius: 0px;
text-align: center;
padding:20px 10px;
}
.Book_Menu li:nth-child(1) { float:left; }
.Book_Menu li:nth-child(2) { float:right; }
.Book_Menu button {
width: 150px;
background: #000000;
border: 1px solid #111;
border-radius: 6px;
color: #fff;
font-size: 0.9rem;
font-weight: 800;
margin: 0px 5px;
padding: 10px 0px;
}
.Book_Menu button:hover {
background: #101010;
border: 1px solid #202020;
color: #fff;
outline-color:transparent; outline-style:solid; transition: 0.7s;
}
.Book_Button { font-size: 1rem; text-align: right; padding-right: 10px;}
.Book_Button button {
background: #050505; border: 1px solid #111; border-top: 0px; border-radius: 5px; border-top-left-radius: 0px; border-top-right-radius: 0px;
color:#fff;
margin-top: -1px; padding:10px 50px 13px 50px;
}
.Book_Button button:hover { background: #090909; transition: all 0.9s ease; }
.Book_Button button i { color: #ff0037; }
.Book_Button button:hover i { color: #00ff00; transition: all 0.7s ease; }