@charset "UTF-8";
button {
	cursor: pointer;
}

.contents_wrap {
	padding-top: 0 !important;
}

.elib .inner {
	width: 1200px;
	margin: 0 auto;
}
.elib_head {
	display: flex;
	align-items: flex-end;
	height: 300px;
	background: url(../images/ink/library/bg_top.png) repeat-x 50% 0;
}
.elib_profile {
	flex: 1 0 100%;
	display: flex;
	align-items: center;
}
.elib_profile .photo {
	width: 120px;
	height: 120px;
	border-radius: 50%;
	overflow: hidden;
}
.elib_profile .photo img {
	width: 100%;
	height: 100%;
}
.elib_profile .name {
	font-weight: 300;
	font-size: 36px;
	color: #000;
	line-height: 54px;
	padding-left: 40px;
}
.elib_quick {
	flex: 0 0;
	display: flex;
	justify-content: space-around;
	margin: 20px 0;
	padding: 30px 0;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.08);
}
.elib_quick > * {
	flex: 1;
	display: flex;
	align-items: center;
}
.elib_quick > *:not(:first-child):before {
	flex: 0 0 1px;
	content: "";
	display: block;
	width: 1px;
	height: 1em;
	background-color: #e0e0e0;
}
.elib_quick a {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
}
.elib_quick a.active {
	color: #156cdd;
}
.elib_quick a.active i[class^=ic-] {
	filter: invert(26%) sepia(68%) saturate(3484%) hue-rotate(207deg) brightness(95%) contrast(84%);
}
.elib_quick a .ic-elib_own {
	display: block;
	position: relative;
	width: 26px;
	height: 26px;
	background-image: url("/resources/dig-fo/dig/images/ink/library/ic-elib_own.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.elib_quick a .ic-elib_shelf {
	display: block;
	position: relative;
	width: 26px;
	height: 26px;
	background-image: url("/resources/dig-fo/dig/images/ink/library/ic-elib_shelf.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.elib_quick a .ic-elib_memo {
	display: block;
	position: relative;
	width: 26px;
	height: 26px;
	background-image: url("/resources/dig-fo/dig/images/ink/library/ic-elib_memo.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.elib_quick a .ic-elib_set {
	display: block;
	position: relative;
	width: 26px;
	height: 26px;
	background-image: url("/resources/dig-fo/dig/images/ink/library/ic-elib_set.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.elib_quick a .ic-elib_adt {
	display: block;
	position: relative;
	width: 26px;
	height: 26px;
	background-image: url("/resources/dig-fo/dig/images/ink/library/ic-elib_adt.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.elib_quick a em {
	margin-left: 2px;
}
.elib_quick a .cnt {
	border-bottom: 2px solid;
}
.elib_quick a .set {
	display: block;
	width: 30px;
	padding: 0 5px;
	border: 1px solid;
	border-radius: 2em;
	background-color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	color: #aeaeae;
	box-sizing: border-box;
	box-shadow: 1px 1px 4px -1px;
}
.elib_quick a .set:after {
	content: "OFF";
}
.elib_quick a .set.on {
	color: #f79393;
}
.elib_quick a .set.on:after {
	content: "ON";
}
.elib .library_wrap {
	margin-top: 50px !important;
}

.library_head {
	position: relative;
	height: 300px;
	background: url(../images/ink/library/bg_top.png) repeat-x 50% 0;
}
.library_head .photo {
	position: absolute;
	left: 50%;
	top: 50px;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	transform: translateX(-600px);
	overflow: hidden;
}
.library_head .photo img {
	width: 100%;
	height: 100%;
}
.library_head .name {
	position: absolute;
	left: 50%;
	top: 84px;
	font-weight: 300;
	font-size: 36px;
	color: #000;
	line-height: 54px;
	transform: translateX(-440px);
}
.library_head .menu {
	position: absolute;
	left: 50%;
	top: 167px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0 20px;
	transform: translateX(-440px);
}
.library_head .menu a {
	font-weight: 400;
	font-size: 14px;
	color: #000;
	line-height: 20px;
}
.library_info {
	position: relative;
	margin: -80px auto 0;
	width: 1200px;
	height: 160px;
	display: flex;
	justify-content: space-between;
	z-index: 1;
}
.library_info .tooltip_wrap .btn_tooltip .ico_question {
	background-size: 22px 22px;
	background-image: url(../images/ink/common/ico_question@2x.png);
}
.library_info h4 {
	position: relative;
	font-size: 20px;
	color: inherit;
	line-height: 30px;
	font-weight: 700;
}
.library_info .book {
	display: flex;
	padding: 39px 0 0 45px;
	width: 840px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
}
.library_info .book h4 {
	margin-right: 32px;
}
.library_info .book h4 .tooltip_wrap {
	margin-top: 3px;
}
.library_info .book a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 160px;
	padding-top: 38px;
	color: #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.library_info .book a span {
	font-weight: 400;
	font-size: 14px;
}
.library_info .book a em {
	margin-top: 18px;
	font-weight: 600;
	font-size: 20px;
}
.library_info .book a:nth-child(2) {
	background-image: url(../images/ink/library/ico_tab01.png);
}
.library_info .book a:nth-child(3) {
	background-image: url(../images/ink/library/ico_tab02.png);
}
.library_info .book a:nth-child(4) {
	background-image: url(../images/ink/library/ico_tab03.png);
}
.library_info .book a:nth-child(5) {
	background-image: url(../images/ink/library/ico_tab04.png);
}
.library_info .book a.active, .library_info .book a:hover {
	color: #156cdd;
}
.library_info .book a.active:nth-child(2), .library_info .book a:hover:nth-child(2) {
	background-image: url(../images/ink/library/ico_tab01_on.png);
}
.library_info .book a.active:nth-child(3), .library_info .book a:hover:nth-child(3) {
	background-image: url(../images/ink/library/ico_tab02_on.png);
}
.library_info .book a.active:nth-child(4), .library_info .book a:hover:nth-child(4) {
	background-image: url(../images/ink/library/ico_tab03_on.png);
}
.library_info .book a.active:nth-child(5), .library_info .book a:hover:nth-child(5) {
	background-image: url(../images/ink/library/ico_tab04_on.png);
}
.library_info .bookshelf {
	display: flex;
	justify-content: space-between;
	padding: 39px 62px 20px 45px;
	width: 350px;
	box-sizing: border-box;
	border-radius: 20px;
	background-color: #fff;
	background-image: url(../images/ink/library/ico_mybookshelf.png), url(../images/ink/library/ico_arr_bookshelf.png);
	background-position: right 62px top 39px, left 134px top 44px;
	background-repeat: no-repeat;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
}
.library_info .bookshelf em {
	margin-top: auto;
	font-weight: 600;
	font-size: 20px;
	color: inherit;
}
.library_info .bookshelf.active, .library_info .bookshelf:hover {
	color: #156cdd;
	background-image: url(../images/ink/library/ico_mybookshelf_on.png), url(../images/ink/library/ico_arr_bookshelf_on.png);
}
.library_contents {
	margin: 60px auto 0;
	width: 1200px;
	display: flex;
	justify-content: space-between;
}
.library_contents .form_search_box {
	width: 210px;
	margin-bottom: 20px;
}
.library_contents .form_search_box .form_ip {
	border-radius: 20px;
}
.library_contents .lnb {
	padding: 30px 25px;
	width: 210px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #eaeaea;
}
.library_contents .lnb h6 {
	margin-bottom: 20px;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	font-weight: 700;
}
.library_contents .lnb div {
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}
.library_contents .lnb div:first-of-type {
	border-top: 1px solid #eaeaea;
}
.library_contents .lnb div button {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	text-align: left;
	background: url(../images/ink/common/ico_fold_plus@2x.png) no-repeat right center;
	background-size: 11px 11px;
}
.library_contents .lnb div button.current {
	font-weight: 600;
	background: url(../images/ink/common/ico_fold_minus@2x.png) no-repeat right center;
	background-size: 11px 11px;
}
.library_contents .lnb div button:only-child {
	background: none;
}
.library_contents .lnb div > a {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	text-align: left;
}
.library_contents .lnb div ul {
	display: none;
	margin-top: 20px;
}
.library_contents .lnb div ul li {
	color: #767676;
}
.library_contents .lnb div ul li a {
	color: inherit;
}
.library_contents .lnb div ul li.current {
	color: #156cdd;
}
.library_contents .lnb div ul li + li {
	margin-top: 10px;
}
.library_contents .contWrap {
	padding: 25px 40px 60px;
	width: 974px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #eaeaea;
}
.library_contents .contWrap.bundle_wrap {
	padding-right: 20px;
}
.library_contents .contWrap.bundle_wrap .list_header {
	padding-right: 20px;
}
.library_contents .contWrap.bundle_wrap .list_bundle .list_body {
	padding-right: 20px;
}
.library_contents .contWrap h4 {
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 30px;
	line-height: 45px;
	color: #000;
}
.library_contents .contWrap h4 button {
	margin-right: 15px;
	width: 18px;
	height: 18px;
	text-indent: -1000px;
	background: url(../../images/btn_more_view_black@2x.png) no-repeat center;
	transform: rotate(180deg);
	overflow: hidden;
}
.library_contents .contWrap h4 span {
	margin-left: 18px;
	font-size: 14px;
}
.library_contents .contWrap h4 span em {
	font-size: 15px;
	color: #3c9a17;
}
.library_my {
	position: relative;
	margin: 60px auto 0;
	width: 1200px;
	padding: 35px 30px 40px;
	box-sizing: border-box;
	border-radius: 20px;
	border: 1px solid #eaeaea;
}
.library_my h4 {
	font-size: 30px;
	line-height: 40px;
	color: #000;
	font-weight: 700;
}
.library_my h4 > span {
	display: inline-block;
	margin-left: 18px;
	font-size: 16px;
	color: #000;
	position: relative;
	bottom: 5px;
}
.library_my h4 > span em {
	font-size: 16px;
	color: #3c9a17;
}
.library_my .btn {
	position: absolute;
	top: 35px;
	right: 30px;
	display: flex;
	gap: 5px;
}
.library_my ul {
	display: flex;
	flex-wrap: wrap;
	gap: 30px 28px;
	margin-top: 32px;
}
.library_my ul li {
	display: flex;
	flex-direction: column;
	position: relative;
	padding: 20px 24px;
	width: 360px;
	height: 260px;
	border: 1px solid #d5d5d5;
	border-radius: 16px;
	box-sizing: border-box;
	background-color: rgba(161, 182, 226, 0.1);
}
.library_my ul li strong {
	font-size: 16px;
	color: #000;
	line-height: 24px;
}
.library_my ul li span {
	margin-top: 6px;
	font-weight: 600;
	font-size: 18px;
	color: #5055b1;
}
.library_my ul li div {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: center;
	gap: 0 8px;
	margin-top: 9px;
	width: 312px;
	height: 156px;
}
.library_my ul li div a {
	display: inline-block;
	width: 54px;
	max-height: 77px;
	border-radius: 5px 5px 5px 0;
}
.library_my ul li div a:first-child {
	width: 108px;
	max-height: 156px;
	border-radius: 10px 10px 10px 0;
}
.library_my ul li div a img {
	width: 100%;
	border-radius: 5px 5px 5px 0;
	overflow: hidden;
}
.library_my ul li div.pick a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
	margin: 0;
}
.library_my ul li div.pick a img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.library_my ul li div:empty {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px solid #eaeaea;
	border-radius: 10px;
	background-color: #fff;
}
.library_my ul li div:empty:before {
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/ink/library/ico_no_data.png) no-repeat center;
	content: "";
}
.library_my ul li div:empty:after {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #767676;
	text-align: center;
	white-space: pre;
	content: "책장에 도서가 없습니다.\a새로운 도서를 추가해보세요.";
}
.library_my ul li button {
	position: absolute;
	right: 18px;
	top: 18px;
	width: 20px;
	height: 20px;
	background: url(../images/ink/library/btn_setting.png) no-repeat center;
	text-indent: -1000px;
	overflow: hidden;
	z-index: 5;
}
.library_my ul li.add {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	cursor: pointer;
}
.library_my ul li.add:before {
	display: block;
	margin: 0 auto;
	width: 30px;
	height: 30px;
	background: url(../../images/ico_plus_product.png) no-repeat center;
	content: "";
}
.library_my ul li.add:after {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	color: #767676;
	text-align: center;
	content: "책장을 추가하세요.";
}
.library_my .bul_item_dot {
	color: #767676;
}
.library_wrap {
	position: relative;
	margin: -80px auto 0;
	padding: 45px 40px;
	width: 1200px;
	min-height: 650px;
	border-radius: 20px;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
	background-color: #fff;
	z-index: 1;
}
.library_wrap h4 {
	font-size: 24px;
	color: #000;
	line-height: 35px;
	font-weight: 700;
}
.library_wrap h4 + .list_search {
	margin-top: 26px;
}
.library_calendar .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}
.library_calendar .head .date {
	order: 2;
	display: flex;
	align-items: center;
}
.library_calendar .head .date strong {
	margin: 0 20px;
	font-size: 30px;
}
.library_calendar .head .date button {
	width: 34px;
	height: 34px;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	background: url(../../images/btn_swiper_arr_gray_sm.png) no-repeat center;
	text-indent: -1000px;
	overflow: hidden;
}
.library_calendar .head .date button:first-child {
	transform: rotate(180deg);
}
.library_calendar .head .btn {
	order: 3;
	display: flex;
	align-items: center;
}
.library_calendar .head .btn button {
	position: relative;
	width: 38px;
	height: 38px;
	border: 1px solid #cccccc;
	border-radius: 6px 0 0 6px;
	box-sizing: border-box;
	text-indent: -1000px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/ink/library/tab_calendar.png);
}
.library_calendar .head .btn button + button {
	margin-left: -1px;
	border-radius: 0 6px 6px 0;
	background-image: url(../images/ink/library/tab_list.png);
}
.library_calendar .head .btn button + button.active {
	background-image: url(../images/ink/library/tab_list_on.png);
}
.library_calendar .head .btn button.active {
	border-color: #5055b1;
	background-image: url(../images/ink/library/tab_calendar_on.png);
	z-index: 1;
}
.library_calendar .head button.sns {
	order: 1;
	width: 38px;
	height: 38px;
	border: 1px solid #d5d5d5;
	border-radius: 50%;
	background: url(../../images/ico_share.png) no-repeat center;
	text-indent: -1000px;
	overflow: hidden;
}
.library_calendar .week {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px 0 20px;
	width: 100%;
}
.library_calendar .week span {
	flex: 1;
	font-weight: 500;
	font-size: 13px;
	color: #767676;
	text-align: center;
	line-height: 40px;
}
.library_calendar .week span:first-child {
	color: #de2b2b;
}
.library_calendar .day {
	display: flex;
	flex-wrap: wrap;
	border-radius: 20px;
	border: 1px solid #d5d5d5;
}
.library_calendar .day li {
	position: relative;
	padding-top: 45px;
	width: 14.2857142857%;
	height: 160px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-bottom: 0;
}
.library_calendar .day li i {
	position: absolute;
	left: 9px;
	top: 8px;
	width: 24px;
	height: 24px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 25px;
	z-index: 1;
	opacity: 50%;
}
.library_calendar .day li em {
	position: absolute;
	right: 15px;
	top: 8px;
	display: block;
	padding: 5px 8px 3px;
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	border-radius: 5px;
	background-color: #5055b1;
}
.library_calendar .day li div {
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-end;
	justify-content: flex-start;
	gap: 0 3px;
	margin: 15px 14px 0;
}
.library_calendar .day li div img {
	width: 34px;
	max-height: 50px;
	border-radius: 4px 4px 4px 0;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
}
.library_calendar .day li div img:first-child {
	width: 60px;
	max-height: 85px;
	border-radius: 8px 8px 8px 0;
}
.library_calendar .day li:nth-child(1n) {
	border-left: 0;
}
.library_calendar .day li:nth-child(7n) {
	border-right: 0;
}
.library_calendar .day li:nth-child(-n+7) {
	border-top: 0;
}
.library_calendar .day li:nth-child(7n+1) i {
	color: #de2b2b;
}
.library_calendar .day li.this i {
	opacity: 1;
}
.library_calendar .day li.today i {
	color: #fff;
	border-radius: 50%;
	background-color: #4dac27;
}
.library_calendar .calendar_line {
	margin-top: 20px;
}
.library_calendar .calendar_line .item {
	margin-top: 30px;
}
.library_calendar .calendar_line .item h6 {
	margin-bottom: 10px;
	font-size: 24px;
	color: #000;
	line-height: 36px;
	font-weight: 700;
}
.library_calendar .calendar_line .item h6 + .list_body {
	border-color: #000 !important;
}
.library_calendar .calendar_line .item button.more {
	display: block;
	margin: 30px auto 0;
	padding-right: 30px;
	font-weight: 500;
	font-size: 15px;
	color: #767676;
	line-height: 24px;
	background: url(../../images/btn_more_cont.png) no-repeat right 1px center;
}
.library_memo h5 {
	display: flex;
	align-items: center;
	margin-top: 30px;
	padding-bottom: 14px;
	font-size: 24px;
	line-height: 36px;
	color: #000;
	font-weight: 700;
}
.library_memo h5 button {
	margin-right: 15px;
	width: 18px;
	height: 18px;
	text-indent: -1000px;
	background: url(../../images/btn_more_view_black@2x.png) no-repeat center;
	transform: rotate(180deg);
	overflow: hidden;
}
.library_memo h5 img {
	margin-right: 12px;
	width: 32px;
	min-height: 48px;
	border-radius: 4px 4px 4px 0;
}
.library_memo .tab {
	position: relative;
	display: flex;
	align-items: center;
	margin: 30px 0;
	width: 100%;
}
.library_memo .tab li {
	margin-left: -1px;
	width: 160px;
	height: 44px;
	font-size: 14px;
	color: #767676;
	box-sizing: border-box;
	border-radius: 6px 6px 0 0;
	border: 1px solid #d5d5d5;
	border-bottom: 1px solid #000;
}
.library_memo .tab li button, .library_memo .tab li a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.library_memo .tab li.current {
	font-weight: 500;
	color: #5055b1;
	border: 1px solid #000;
	border-bottom-color: transparent;
	z-index: 1;
}
.library_memo .tab:after {
	position: absolute;
	right: 0;
	bottom: 0;
	width: calc(100% - 635px);
	height: 1px;
	background-color: #000;
	z-index: -1;
	content: "";
}
.library_memo .list_search {
	margin-top: 13px;
}
.library_memo .list_search.none {
	padding-bottom: 0;
	border-bottom: 0;
}
.library_memo .sort_wrap {
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.library_memo .sort_wrap > button {
	position: relative;
	padding: 0 19px;
	height: 38px;
	font-size: 13px;
	color: #767676;
	line-height: 37px;
	border: 1px solid #d5d5d5;
	border-radius: 6px 0 0 6px;
}
.library_memo .sort_wrap > button:before {
	display: inline-block;
	margin-right: 4px;
	width: 10px;
	height: 7px;
	background: url(../images/ink/library/ico_btn_chk.png) no-repeat;
	transform: translateY(-1px);
	content: "";
}
.library_memo .sort_wrap > button + button {
	margin-left: -1px;
	border-radius: 0 6px 6px 0;
}
.library_memo .sort_wrap > button.active {
	color: #474c98;
	border-color: #5055b1;
	z-index: 1;
}
.library_memo .sort_wrap > button.active:before {
	background: url(../images/ink/library/ico_btn_chk_on.png) no-repeat;
}
.library_memo .sort_wrap .tooltip_wrap.type_sm {
	margin-left: 5px;
	width: 24px;
	height: 24px;
}
.library_memo .sort_wrap .tooltip_wrap.type_sm .btn_tooltip .ico_question {
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
}
.library_memo ul.memo {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
	margin-top: 32px;
}
.library_memo ul.memo li {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	width: 352px;
	height: 260px;
	border: 1px solid #d5d5d5;
	border-radius: 16px;
	box-sizing: border-box;
}
.library_memo ul.memo li > em {
	position: absolute;
	right: 10px;
	top: 10px;
}
.library_memo ul.memo li.audio .book > div:not(.info), .library_memo ul.memo li.movie .book > div:not(.info) {
	position: relative;
}
.library_memo ul.memo li.audio .book > div:not(.info)::after, .library_memo ul.memo li.movie .book > div:not(.info)::after {
	position: absolute;
	right: 10px;
	top: -6px;
	display: block;
	width: 40px;
	height: 40px;
	z-index: 1;
	content: "";
}
.library_memo ul.memo li.audio .book > div:not(.info):after {
	background: url(../images/ink/welcome/ico_audio.png) no-repeat 0 0;
	background-size: 40px 40px;
}
.library_memo ul.memo li.movie .book > div:not(.info):after {
	background: url(../images/ink/welcome/ico_movie.png) no-repeat 0 0;
	background-size: 40px 40px;
}
.library_memo ul.memo li .book {
	display: flex;
	align-items: center;
	padding: 24px;
}
.library_memo ul.memo li .book img {
	margin-right: 16px;
	width: 100px;
	min-height: 148px;
	border-radius: 8px 8px 8px 0;
	box-sizing: border-box;
	border: 1px solid #eaeaea;
}
.library_memo ul.memo li .book .info strong {
	display: block;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 46px;
	line-height: 23px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: -o-ellipsis-lastline;
	white-space: normal;
}
.library_memo ul.memo li .book .info span {
	font-size: 13px;
	color: #595959;
}
.library_memo ul.memo li .book .info span + span:before {
	display: inline-block;
	margin: 0 5px 0 2px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #595959;
	content: "";
}
.library_memo ul.memo li .bottom {
	display: flex;
	border-top: 1px solid #d5d5d5;
}
.library_memo ul.memo li .bottom a {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 46px;
	font-size: 13px;
	color: #000;
}
.library_memo ul.memo li .bottom a b {
	margin-left: 5px;
	font-size: 14px;
	color: #3c9a17;
}
.library_memo ul.memo li .bottom a + a {
	border-left: 1px solid #d5d5d5;
}
.library_memo ul.memo li.adult_chk .info > strong::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 4px;
	background: url(../../dig/images/ink/common/ico_adult.png) no-repeat;
	transform: translateY(4px);
}
.library_memo ul.memo_detail {
	margin-top: 30px;
	column-width: 550px;
	column-gap: 15px;
}
.library_memo ul.memo_detail li {
	display: inline-block;
	margin-bottom: 15px;
	width: 550px;
	box-sizing: border-box;
	position: relative;
}
.library_memo ul.memo_detail li > div {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 24px;
	width: 100%;
	height: 100%;
	border: 1px solid #d5d5d5;
	border-radius: 16px;
	box-sizing: border-box;
	overflow: hidden;
}
.library_memo ul.memo_detail li > div > span {
	margin-right: auto;
	padding-left: 30px;
	height: 24px;
	font-weight: 600;
	font-size: 15px;
	color: #000;
	line-height: 24px;
	background-repeat: no-repeat;
	background-position: left center;
}
.library_memo ul.memo_detail li > div > span.bookmark {
	background-image: url(../images/ink/library/ico_momo_bookmark.png);
}
.library_memo ul.memo_detail li > div > span.memo {
	background-image: url(../images/ink/library/ico_momo_memo.png);
}
.library_memo ul.memo_detail li > div > span.pen {
	background-image: url(../images/ink/library/ico_momo_pen.png);
}
.library_memo ul.memo_detail li > div > span.pen:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 12px;
	height: 100%;
	content: "";
}
.library_memo ul.memo_detail li > div > span.pen.pen_type1:before {
	background-color: #f5cea0;
}
.library_memo ul.memo_detail li > div > span.pen.pen_type2:before {
	background-color: #f1b1b4;
}
.library_memo ul.memo_detail li > div > span.pen.pen_type3:before {
	background-color: #f1e89b;
}
.library_memo ul.memo_detail li > div > span.pen.pen_type4:before {
	background-color: #a6e2c1;
}
.library_memo ul.memo_detail li > div > span.pen.pen_type5:before {
	background-color: #c9bdfb;
}
.library_memo ul.memo_detail li > div > em {
	font-size: 13px;
	color: #767676;
	line-height: 24px;
}
.library_memo ul.memo_detail li > div .auto_overflow_wrap {
	margin-top: 25px;
	width: 100%;
}
.library_memo ul.memo_detail li > div .auto_overflow_wrap .auto_overflow_contents {
	max-height: 44px;
}
.library_memo ul.memo_detail li > div .auto_overflow_wrap .auto_overflow_footer {
	text-align: center;
}
.library_memo ul.memo_detail li > div .info_text.memobook {
	color: #000;
	font-weight: 500;
}
.library_memo ul.memo_detail li > div .info_text.memowrite {
	color: #767676;
}
.library_memo ul.memo_detail li > div article {
	margin-top: 25px;
	width: 100%;
	color: #595959;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 44px;
	line-height: 22px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: -o-ellipsis-lastline;
	white-space: normal;
	white-space: pre-line;
}
.library_memo ul.memo_detail li > div .img {
	display: flex;
	align-items: center;
	margin-top: 25px;
	width: 100%;
}
.library_memo ul.memo_detail li > div .img p {
	margin-right: 10px;
	width: 74px;
	height: 74px;
	border-radius: 6px;
	overflow: hidden;
}
.library_memo ul.memo_detail li > div .img p img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.library_memo ul.memo_detail li > div .img button {
	color: #595959;
}
.library_memo ul.memo_none {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 500px;
	text-align: center;
	border-top: 1px solid #eaeaea;
}
.library_memo ul.memo_none li {
	margin-bottom: 10px;
	padding-top: 52px;
	font-size: 15px;
	color: #000;
	background: url(../images/ink/library/ico_no_data.png) no-repeat center top;
}
.library_setting {
	position: relative;
}
.library_setting .menuTab {
	position: absolute;
	left: 240px;
	top: 48px;
	display: flex;
	gap: 0 50px;
}
.library_setting .menuTab button {
	position: relative;
	font-size: 16px;
	color: #767676;
	line-height: 24px;
}
.library_setting .menuTab button.current {
	font-weight: 600;
	color: #000;
}
.library_setting .menuTab button.current:after {
	position: relative;
	left: 0;
	bottom: -16px;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
	content: "";
}
.library_setting .device_use {
	margin-top: 70px;
	font-weight: 600;
	font-size: 16px;
	color: #000;
}
.library_setting .device_use em {
	font-size: 17px;
	color: #3c9a17;
}
.library_setting .device_use span {
	font-size: 17px;
	color: #767676;
}
.library_setting .device_list {
	margin-top: 25px;
}
.library_setting .device_list li {
	display: flex;
	align-items: center;
	padding: 0 30px;
	height: 100px;
	border: 1px solid #eaeaea;
	border-radius: 6px;
}
.library_setting .device_list li strong {
	margin-left: 20px;
	padding-left: 100px;
	width: 368px;
	height: 80px;
	font-size: 16px;
	color: #000;
	line-height: 80px;
	box-sizing: border-box;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.library_setting .device_list li strong.pc {
	background-image: url(../images/ink/library/ico_type_pc.png);
}
.library_setting .device_list li strong.phone {
	background-image: url(../images/ink/library/ico_type_phone.png);
}
.library_setting .device_list li p {
	display: flex;
	align-items: center;
	margin-left: auto;
}
.library_setting .device_list li p span {
	margin-right: 7px;
	font-size: 13px;
	color: #767676;
}
.library_setting .device_list li p em {
	font-weight: 600;
	font-size: 14px;
	color: #000;
}
.library_setting .device_list li p + p {
	margin-left: 30px;
}
.library_setting .device_list li button {
	margin-left: 100px;
}
.library_setting .device_list li + li {
	margin-top: 20px;
}
.library_setting .device_none {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 400px;
	text-align: center;
}
.library_setting .device_none p {
	margin-bottom: 30px;
	padding-top: 52px;
	font-size: 15px;
	color: #000;
	background: url(../../images/ico_nodata.png) no-repeat center top;
}
.library_setting .device_info {
	margin-top: 20px;
	padding: 14px;
	border-radius: 10px;
	background-color: #f7f7f7;
}
.library_setting .device_info li {
	position: relative;
	padding-left: 6px;
	font-size: 12px;
	color: #767676;
}
.library_setting .device_info li:before {
	position: absolute;
	left: 0;
	top: 7px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	background-color: #767676;
	content: "";
}
.library_setting .device_info li + li {
	margin-top: 4px;
}
.library_setting .adult {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 70px;
	padding: 30px 70px;
	border: 1px solid #eaeaea;
	border-radius: 6px;
}
.library_setting .adult strong {
	font-size: 16px;
	color: #000;
}
.library_setting .adult strong:before {
	display: inline-block;
	margin-right: 20px;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	background: url(../images/ink/library/icon_adult.png) no-repeat left center;
	content: "";
}
.library_setting .adult button {
	position: relative;
	width: 40px;
	height: 22px;
	border-radius: 11px;
	background-color: #eaeaea;
	text-indent: -1000px;
	overflow: hidden;
	animation: bgcolor-off 0.3s ease forwards;
}
.library_setting .adult button:before {
	position: absolute;
	left: 2px;
	top: 2px;
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #fff;
	content: "";
	z-index: 1;
	animation: slide-off 0.1s linear forwards;
}
.library_setting .adult button.set {
	animation: bgcolor-on 0.3s ease forwards;
}
.library_setting .adult button.set:before {
	animation: slide-on 0.1s linear forwards;
}
.library_setting .library_contents {
	margin-top: 70px;
	width: unset;
}
.library_setting .library_contents .lnb {
	padding: 0;
	width: 160px;
	border: 0;
}
.library_setting .library_contents .lnb h6 {
	line-height: 28px;
	font-weight: 700;
}
.library_setting .library_contents .contWrap {
	padding: 0;
	width: 900px;
	border: 0;
}
.library_setting .library_contents .contWrap .list_search {
	margin-top: 0;
}

.list_search {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 45px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
	transition: all 0.3s;
}
.list_search.close {
	padding-bottom: 0;
	height: 0;
	overflow: hidden;
	border-color: transparent;
}
.list_search > button {
	font-size: 14px;
	color: #767676;
	line-height: 18px;
}
.list_search > button.current {
	font-weight: 600;
	color: #5055b1;
}
.list_search > button + button:before {
	display: inline-block;
	margin: 0 20px;
	width: 1px;
	height: 10px;
	background-color: rgba(122, 122, 122, 0.3);
	content: "";
}
.list_search .form_search_box {
	margin-left: auto;
	width: 320px;
}
.list_search .down {
	display: none;
	position: absolute;
	right: 0;
}
.list_search .pen_sort {
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	gap: 0 8px;
	margin-left: auto;
	padding: 0 13px;
	height: 38px;
	border-radius: 17px;
}
.list_search .pen_sort button.pen {
	width: 26px;
	height: 26px;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	text-indent: -1000px;
	border: 1px solid #d5d5d5;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #fff;
}
.list_search .pen_sort button.pen_type1 {
	background-color: #f5cea0;
}
.list_search .pen_sort button.pen_type2 {
	background-color: #f1b1b4;
}
.list_search .pen_sort button.pen_type3 {
	background-color: #f1e89b;
}
.list_search .pen_sort button.pen_type4 {
	background-color: #a6e2c1;
}
.list_search .pen_sort button.pen_type5 {
	background-color: #c9bdfb;
}
.list_search .pen_sort button.current {
	color: #000;
}
.list_search .pen_sort button.current.pen {
	background-image: url(../../images/ico_check_black@2x.png);
	background-size: 10px 7px;
}
.list_search + .list_none {
	border-top: none;
}
.list_header {
	position: relative;
	display: flex;
	align-items: center;
	margin-top: 16px;
}
.list_header p {
	margin-right: auto;
	font-weight: 600;
	font-size: 14px;
	color: #000;
}
.list_header p em {
	color: #3c9a17;
}
.list_header .form_sel {
	margin: 0 4px 0 10px;
}
.list_header .sort {
	display: flex;
	gap: 5px;
}
.list_header .sort .form_sel {
	margin: 0;
}
.list_header .sort + .switch_list_btn_wrap {
	margin-left: 5px;
}
.list_body li {
	display: flex;
	padding: 30px 0;
	border-bottom: 1px solid #eaeaea;
}
.list_body li.audio .img, .list_body li.movie .img {
	position: relative;
}
.list_body li.audio .img::after, .list_body li.movie .img::after {
	position: absolute;
	right: -4px;
	top: -6px;
	display: block;
	width: 40px;
	height: 40px;
	z-index: 1;
	content: "";
}
.list_body li.audio .img:after {
	background: url(../images/ink/welcome/ico_audio.png) no-repeat 0 0;
	background-size: 40px 40px;
}
.list_body li.movie .img:after {
	background: url(../images/ink/welcome/ico_movie.png) no-repeat 0 0;
	background-size: 40px 40px;
}
.list_body li .form_chk {
	display: none;
	outline: transparent solid;
}
.list_body li .form_chk label {
	padding-left: 32px;
}
.list_body li .img {
	flex: 0 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-right: 16px;
	width: 100px;
	box-sizing: border-box;
}
.list_body li .img div:not(.setbook) {
	margin-bottom: 7px;
	width: 100%;
	box-sizing: border-box;
	border-radius: 16px 16px 16px 0;
	border: 1px solid #eaeaea;
	overflow: hidden;
}
.list_body li .img div:not(.setbook) > a {
	display: inline-block;
	position: relative;
}
.list_body li .img div:not(.setbook) img {
	width: 100%;
}
.list_body li .img p:not(.setbook > p) {
	width: 68px;
	height: 3px;
	border-radius: 2px;
	background-color: rgba(0, 0, 0, 0.06);
	overflow: hidden;
}
.list_body li .img p:not(.setbook > p) span {
	display: block;
	height: 3px;
	background-color: #000;
}
.list_body li .img em {
	width: 30px;
	font-weight: 600;
	font-size: 12px;
	color: #000;
	text-align: right;
}
.list_body li .info {
	flex: 1 1 100%;
	padding-top: 30px;
}
.list_body li .info strong {
	display: block;
	margin-bottom: 6px;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 23px;
	line-height: 23px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	text-overflow: -o-ellipsis-lastline;
	white-space: normal;
}
.list_body li .info span {
	font-size: 13px;
	color: #595959;
}
.list_body li .info span + span:before {
	display: inline-block;
	margin: 0 5px 0 2px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #595959;
	content: "";
}
.list_body li .info p {
	margin-top: 20px;
	padding-left: 20px;
	font-size: 13px;
	color: #767676;
	background-position: 0 center;
	background-repeat: no-repeat;
}
.list_body li .info p em {
	font-weight: 500;
	font-size: 13px;
	color: #000;
}
.list_body li .info p.date {
	background-image: url(../images/ink/library/ico_date.png);
}
.list_body li .info p.series {
	background-image: url(../images/ink/library/ico_series.png);
}
.list_body li .info p.audio {
	background-image: url(../images/ink/library/ico_audio_sm.png);
}
.list_body li .info p.play {
	background-image: url(../images/ink/library/ico_play.png);
}
.list_body li .info p.end {
	background-image: url(../images/ink/library/ico_end.png);
}
.list_body li .info p.own {
	background-image: url(../images/ink/library/ico_own.png);
}
.list_body li .btn {
	flex: 0 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-left: 16px;
}
.list_body li .btn button {
	width: 110px;
}
.list_body li .btn button + button {
	margin-top: 5px;
}
.list_body li .delDate {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	margin-left: auto;
	padding-right: 20px;
	font-size: 13px;
	color: #767676;
}
.list_body li .delDate b {
	margin-left: 6px;
	color: #000;
}
.list_body li.adult_chk .info > strong::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 4px;
	background: url(../../dig/images/ink/common/ico_adult.png) no-repeat;
	transform: translateY(4px);
}
.list_body.eBook_list_body {
	width: unset;
	padding: unset;
	margin: unset;
	border: 0;
}
.list_body.thumbnail {
	display: flex;
	flex-wrap: wrap;
	gap: 70px 35px;
	padding: 30px 0 40px;
	border-bottom: 1px solid #eaeaea;
}
.list_body.thumbnail li {
	position: relative;
	display: block;
	padding: 0;
	border-bottom: 0;
}
.list_body.thumbnail li .form_chk {
	margin-bottom: 10px;
}
.list_body.thumbnail li .img {
	margin-right: 0;
	width: 150px;
	max-height: 220px;
}
.list_body.thumbnail li .img > div > a {
	display: inline-block;
	position: relative;
}
.list_body.thumbnail li .img img {
	width: 100%;
	max-height: 220px;
}
.list_body.thumbnail li .img p {
	width: 118px;
}
.list_body.thumbnail li .info {
	padding-top: 20px;
}
.list_body.thumbnail li .info strong, .list_body.thumbnail li .info span {
	display: none;
}
.list_body.thumbnail li .btn {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	margin-left: 0;
	width: 150px;
	height: 202px;
	border-radius: 16px 16px 16px 0;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 1;
}
.list_body.thumbnail li .btn button {
	width: 90px;
	padding: 0;
}
.list_body.thumbnail li .delDate {
	position: absolute;
	left: 0;
	bottom: 40px;
}
.list_body.thumbnail li:hover .btn {
	display: flex;
}
.list_body.edit .form_chk {
	display: block;
}
.list_body.edit .btn {
	display: none !important;
}
.list_none.icon p {
	background: url(../images/ink/library/ico_no_data.png) no-repeat center top;
	background-size: 38px 38px;
}
.list_none, .list_result {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 500px;
	text-align: center;
	border-top: 1px solid #eaeaea;
}
.list_none p, .list_result p {
	margin-bottom: 30px;
	padding-top: 52px;
	font-size: 15px;
	color: #000;
	background: url(../../images/ico_nodata.png) no-repeat center top;
}
.list_none p span, .list_result p span {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: #767676;
}
.list_edit {
	display: none;
	align-items: center;
	margin-top: 16px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}
.list_edit .form_chk {
	margin-right: auto;
}
.list_edit .form_chk label {
	color: #000;
}
.list_edit .form_chk label em {
	font-weight: 600;
	color: #3c9a17;
}
.list_edit .ico_question {
	width: 22px;
	height: 22px;
	background: url(../../images/btn_tooltop_question_sm@1.5x.png) no-repeat center;
	background-size: 22px 22px;
}
.list_edit button {
	margin-left: 5px;
}
.list_edit button.move span {
	padding-left: 20px;
	background: url(../images/ink/library/ico_move.png) no-repeat left 50%;
}
.list_bundle {
	display: flex;
	justify-content: space-between;
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #eaeaea;
}
.list_bundle .cover {
	margin-right: 30px;
	width: 250px;
}
.list_bundle .cover > a {
	display: inline-block;
	position: relative;
}
.list_bundle .cover img {
	width: 250px;
	max-height: 390px;
	border-radius: 20px 20px 20px 0;
}
.list_bundle .cover.audio, .list_bundle .cover.movie {
	position: relative;
}
.list_bundle .cover.audio::after, .list_bundle .cover.movie::after {
	position: absolute;
	right: -4px;
	top: -6px;
	display: block;
	width: 46px;
	height: 46px;
	z-index: 1;
	content: "";
}
.list_bundle .cover.audio:after {
	background: url(../images/ink/welcome/ico_audio.png) no-repeat 0 0;
	background-size: 46px 46px;
}
.list_bundle .cover.movie:after {
	background: url(../images/ink/welcome/ico_movie.png) no-repeat 0 0;
	background-size: 46px 46px;
}
.list_bundle .cover .info {
	padding-top: 20px;
	text-align: center;
}
.list_bundle .cover .info strong {
	display: block;
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 16px;
	color: #000;
	display: block;
	display: -webkit-box;
	overflow: hidden;
	max-height: 46px;
	line-height: 23px;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: -o-ellipsis-lastline;
	white-space: normal;
}
.list_bundle .cover .info span {
	font-size: 14px;
	color: #595959;
}
.list_bundle .cover .info span + span:before {
	display: inline-block;
	margin: 0 5px 0 2px;
	width: 2px;
	height: 2px;
	border-radius: 50%;
	vertical-align: middle;
	background-color: #595959;
	content: "";
}
.list_bundle .cover .info p {
	margin-top: 8px;
	font-size: 14px;
	color: #595959;
}
.list_bundle .cover.adult_chk .info > strong::before {
	content: "";
	position: relative;
	display: inline-block;
	width: 21px;
	height: 21px;
	margin-right: 4px;
	background: url(../../dig/images/ink/common/ico_adult.png) no-repeat;
	transform: translateY(4px);
}
.list_bundle .list {
	width: 622px;
}
.list_bundle .list .list_body {
	border-top: 0 !important;
}
.list_bundle .list .list_body li {
	padding: 24px 0;
}
.list_bundle .list .list_body li:first-child {
	padding-top: 0;
}
.list_bundle .list .list_body li .btn button {
	width: 75px;
	padding: 0;
}
.list_bundle .list .list_body li .img, .list_bundle .list .list_body li .btn {
	flex-shrink: 0;
}

#LibraryBook .dialog_contents {
	overflow-y: hidden;
}
#LibraryBook .dialog_contents::-webkit-scrollbar {
	display: none;
}
#LibraryBook .dialog_footer {
	flex-wrap: nowrap;
}
#LibraryBook .dialog_footer button {
	flex-grow: 1;
	width: 50%;
}
#LibraryBook .dialog_footer button + button {
	margin-left: 6px;
}

.pop_wrap > strong {
	font-weight: 500;
	color: #000;
	line-height: 23px;
}
.pop_wrap > p {
	font-size: 13px;
	color: #000;
	line-height: 23px;
}
.pop_wrap table {
	table-layout: fixed;
	margin-top: 10px;
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #eaeaea;
}
.pop_wrap table th {
	padding: 16px 0;
	font-weight: 500;
	font-size: 14px;
	color: #767676;
	border-bottom: 1px solid #d5d5d5;
}
.pop_wrap table td {
	padding: 12px 0;
	font-size: 14px;
	text-align: center;
}
.pop_wrap .voucher {
	display: flex;
	flex-direction: column;
	text-align: center;
}
.pop_wrap .voucher p {
	flex: 1;
	font-size: 15px;
	color: #000;
	line-height: 23px;
}
.pop_wrap .voucher p em.no {
	color: #ff0000;
}
.pop_wrap .voucher p em.yes {
	color: #006fff;
}
.pop_wrap .voucher p span {
	display: block;
	margin-top: 12px;
	font-size: 14px;
	color: #595959;
}
.pop_wrap .voucher .btn {
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
	height: 44px;
}
.pop_wrap .voucher .btn button + button {
	margin-left: 4px;
}
.pop_wrap .excel {
	text-align: center;
}
.pop_wrap .excel div {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 12px 0 35px;
	padding: 24px 0;
	border-radius: 10px;
	background-color: #f7f7f7;
}
.pop_wrap .excel div .form_rdo + .form_rdo {
	margin-left: 45px;
}
.pop_wrap .adult {
	display: flex;
	flex-direction: column;
}
.pop_wrap .adult p {
	margin-bottom: 20px;
	min-height: 50px;
	font-weight: bold;
	font-size: 15px;
	color: #000;
	letter-spacing: -0.2px;
}
.pop_wrap .adult p em {
	color: #ec1f2d;
}
.pop_wrap .adult p span {
	display: block;
	margin-top: 5px;
	font-weight: 400;
	font-size: 13px;
	color: #595959;
}
.pop_wrap .adult .btn {
	text-align: center;
}
.pop_library {
	overflow-y: hidden;
}
.pop_library::-webkit-scrollbar {
	display: none;
}
.pop_library .cont h6 {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 13px;
	color: #000;
	line-height: 19px;
}
.pop_library .cont .byte_check_wrap .byte_check {
	top: 23px;
}
.pop_library .cont .byte_check_wrap p {
	margin-top: 4px;
	font-size: 13px;
	color: #767676;
}
.pop_library .cont .img {
	width: 100%;
	height: 160px;
}
.pop_library .cont .img:empty {
	background: #f7f7f7 url(../images/ink/library/img_library_cover_none.png) no-repeat center;
}
.pop_library .cont ul.cover li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 10px;
}
.pop_library .cont ul.cover li p {
	margin-top: 6px;
	width: 100%;
	font-size: 13px;
	color: #767676;
}
.pop_library .cont ul.cover li .form_rdo {
	padding: 2px;
}
.pop_library .cont + .cont {
	margin-top: 20px;
}
.pop_library .library_list {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	padding: 2px 0 2px 2px;
}
.pop_library .library_list:before {
	position: absolute;
	left: 0;
	top: 47px;
	display: block;
	width: 100%;
	height: 1px;
	background-color: #d5d5d5;
	content: "";
}
.pop_library .library_list ul.choice {
	margin-top: 30px;
	margin-left: -2px;
	display: flex;
	flex-wrap: wrap;
	gap: 20px 22px;
	width: 100%;
	max-height: 276px;
	overflow-y: auto;
	overflow-x: hidden;
}
.pop_library .library_list ul.choice::-webkit-scrollbar {
	width: 2px;
}
.pop_library .library_list ul.choice::-webkit-scrollbar-thumb {
	background-color: #000;
}
.pop_library .library_list ul.choice::-webkit-scrollbar-track {
	background-color: #ececec;
}
.pop_library .library_list ul.choice li {
	flex: 0;
	width: 64px;
	padding: 2px 0 0 2px;
	box-sizing: border-box;
}
.pop_library .library_list ul.choice li img {
	display: block;
	margin-top: 10px;
	width: 64px;
	border-radius: 6px 6px 6px 0;
	border: 1px solid #eaeaea;
}
.pop_library .library_edit {
	padding-bottom: 25px;
	border-bottom: 1px solid #eaeaea;
}
.pop_library .library_edit .head {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
	padding: 6px 10px;
	border-top: 1px solid #000;
	border-bottom: 1px solid #d5d5d5;
	background-color: #f7f7f7;
}
.pop_library .library_edit .head .move {
	width: 30px;
	height: 30px;
	background-position: 0 0;
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}
.pop_library .library_edit .head .move.up {
	background-image: url(../images/ink/library/btn_up.png);
}
.pop_library .library_edit .head .move.down {
	margin-left: 5px;
	background-image: url(../images/ink/library/btn_down.png);
}
.pop_library .library_edit .head button:last-child {
	margin-left: auto;
}
.pop_library .library_edit ul {
	width: 100%;
	max-height: 148px;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 2px 0;
}
.pop_library .library_edit ul::-webkit-scrollbar {
	width: 2px;
}
.pop_library .library_edit ul::-webkit-scrollbar-thumb {
	background-color: #000;
}
.pop_library .library_edit ul::-webkit-scrollbar-track {
	background-color: #ececec;
}
.pop_library .library_edit ul li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding: 0 20px 0 10px;
}
.pop_library .library_edit ul li em {
	font-size: 13px;
	color: #000;
}
.pop_library .library_edit ul li + li {
	margin-top: 15px;
}
.pop_library .btn {
	display: flex;
	margin-top: 30px;
	text-align: center;
}
.pop_library .btn button {
	flex-grow: 1;
	width: 50%;
}
.pop_library .btn button:only-child {
	width: 100%;
}
.pop_library .btn button + button {
	margin-left: 6px;
}
.pop_calendar .calendar_img {
	max-height: 470px;
}
.pop_calendar .calendar_img img {
	width: 100%;
	height: 100%;
}
.pop_calendar .sns {
	display: flex;
	justify-content: space-around;
	margin-top: 30px;
}
.pop_calendar .sns button {
	padding-top: 45px;
	font-size: 13px;
	color: #000;
	background-repeat: no-repeat;
	background-position: center top;
}
.pop_calendar .sns button.kakao {
	background-image: url(../images/ink/library/ico_kakao.png);
}
.pop_calendar .sns button.facebook {
	background-image: url(../images/ink/library/img_facebook.png);
}
.pop_calendar .sns button.twitter {
	background-image: url(../images/ink/library/img_twitter.png);
}
.pop_calendar .sns button.down {
	background-image: url(../images/ink/library/img_down.png);
}
.pop_img img {
	width: 100%;
	height: auto;
	object-fit: contain;
}

.capture {
	height: auto;
}
.capture .library_calendar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin: 0 auto;
	width: 562px;
}
.capture .library_calendar > strong {
	font-size: 20px;
	color: #000;
}
.capture .library_calendar > span {
	font-size: 14px;
	color: #000;
}
.capture .library_calendar > span em {
	font-weight: 600;
	font-size: 15px;
	color: #3c9a17;
}
.capture .library_calendar .week {
	margin: 20px 0 0 0;
	width: 560px;
	border: 1px solid #d5d5d5;
	border-bottom: 0;
	border-radius: 10px 10px 0 0;
}
.capture .library_calendar .week span {
	width: 80px;
	font-size: 12px;
	line-height: 24px;
	border-left: 1px solid #d5d5d5;
	border-right: 1px solid #d5d5d5;
}
.capture .library_calendar .week span:nth-child(1n) {
	border-left: 0;
}
.capture .library_calendar .week span:nth-child(7n) {
	border-right: 1px solid transparent;
}
.capture .library_calendar .day {
	border-radius: 0 0 10px 10px;
}
.capture .library_calendar .day li {
	padding-top: 0;
	width: 80px;
	height: 80px;
}
.capture .library_calendar .day li div {
	margin: 7px 8px 0;
}
.capture .library_calendar .day li div img:first-child {
	width: 46px;
	height: 66px;
}
.capture .library_calendar .day li i {
	left: 2px;
	top: 2px;
	width: 16px;
	height: 16px;
	line-height: 17px;
	font-size: 11px;
}
.capture .library_calendar .day li em {
	top: auto;
	bottom: 2px;
	right: 2px;
	padding: 3px 6px 1px;
	font-size: 11px;
}

@keyframes slide-on {
	from {
		left: 2px;
	}
	to {
		left: 20px;
	}
}
@keyframes slide-off {
	from {
		left: 20px;
	}
	to {
		left: 2px;
	}
}
@keyframes bgcolor-on {
	from {
		background-color: #eaeaea;
	}
	to {
		background-color: #5055b1;
	}
}
@keyframes bgcolor-off {
	from {
		background-color: #5055b1;
	}
	to {
		background-color: #eaeaea;
	}
}
#LibraryBook .dialog_contents {
	height: 441px;
}

.breadcrumb {
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.breadcrumb .depth {
	display: flex;
	align-items: center;
	color: #767676;
}
.breadcrumb .depth:not(:last-of-type):after {
	content: "";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin: 0 0.25em;
	vertical-align: middle;
	background-image: url("/resources/dig-fo/dig/images/ink/common/icon_arrow_line_gray.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 75%;
}
.breadcrumb .depth:last-of-type {
	font-weight: bold;
	color: black;
}
.breadcrumb .depth:last-of-type .text {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: auto;
	max-height: none;
	-webkit-box-orient: inherit;
	-webkit-line-clamp: inherit;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 5.5em;
}
.breadcrumb .depth:last-of-type button {
	display: flex;
	align-items: center;
}
.breadcrumb .depth:last-of-type button:after {
	content: "";
	display: inline-block;
	width: 1.5em;
	height: 1em;
	vertical-align: middle;
	background-image: url("/resources/dig-fo/dig/images/mok/common/icon/ic-arrow-down.svg");
	background-repeat: no-repeat;
	background-position: center;
}
.breadcrumb.title_wrap.title_size_xl {
	font-weight: bold;
	font-size: 24px;
}
/*# sourceMappingURL=library_ink.css.map */
