/* index.html - start */
.content_box {
	position:relative;
	display:flex;
	width:100%;
	height:100vh;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
}
.content_box:nth-child(2n) {
	flex-direction:row-reverse;
}
.content_box .comment_box {
	display:flex;
	flex-direction:column;
	justify-content:center;
	margin:0;
	padding:0 30px;
	width:45%;
	height:auto;
	color:#fff;
}
.content_box .comment_box .title {
	margin:0 0 30px;
	font-size:32px;
	font-weight:bold;
}
.content_box .comment_box .title:before {
	content:'';
	margin-right:15px;
	padding:0 2px;
	background:#00315c;
	border-radius:5px;
}
.content_box .comment_box .comment {
	font-size:16px;
}

/* 스크롤 가이드 */
.scroll-wrap {
	position:absolute;
	bottom:50px;
	left:calc(50% - 12px);
} 
.scroll-down {
	position:relative;
	padding-top: 70px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
}
.scroll-down span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	border-left: 3px solid #fff;
	border-bottom: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: sdb 2s infinite;
	animation: sdb 2s infinite;
	opacity: 0;
	box-sizing: border-box;
}
.scroll-down span:nth-of-type(1) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}
.scroll-down span:nth-of-type(2) {
	top: 16px;
	-webkit-animation-delay: .15s;
	animation-delay: .15s;
}
.scroll-down span:nth-of-type(3) {
	top: 32px;
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}
@-webkit-keyframes sdb {
	0% {
	  	opacity: 0;
	}
	50% {
	  	opacity: 1;
	}
	100% {
	  	opacity: 0;
	}
}
@keyframes sdb {
	0% {
	  	opacity: 0;
	}
	50% {
	  	opacity: 1;
	}
	100% {
	  	opacity: 0;
	}
}
/* index.html - end */



/* library.html - start */
.h2_wrap {
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.h2_wrap h2 {
    width: auto;
    height: 50px;
    line-height: 50px;
    margin: 0;
    padding-left: 30px;
    font-size: 18px;
    color: #00315c;
    font-weight: normal;
    background: url(/img/icon_tit.jpg) no-repeat 0 50%;
    box-sizing: border-box;
}
.h2_wrap .search_box {
	margin:0;
}
.library_wrap {
	display:flex;
	flex-wrap:wrap;
	width:100%;
	height:auto;
	font-size:16px;
}
.library_wrap .library_box {
	position:relative;
	display:inline-flex;
	flex-direction:column;
	align-items:center;
	margin:0 3px 15px 0;
	padding:20px;
	width:calc(49% - 40px);
	height:200px;
	border:2px solid #ddd;
	cursor:pointer;
	transition: all 0.1s ease-in;
}
.library_wrap .library_box:hover {
	padding:15px !important;
	border:7px solid #ddd;
	border-image: linear-gradient(243deg, rgba(0,49,92,1) 0%, rgba(0,92,135,1) 10%, rgba(0,137,154,1) 20%, rgba(0,181,146,1) 30%, rgba(133,219,125,1) 50%, rgba(249,248,113,1) 100%);
	border-image-slice: 1;
}
.library_wrap .library_box .library_platform {
	padding:10px 0;
	width:100%;
	height:auto;
}
.library_wrap .library_box .library_platform > span:before {
	content:'';
	margin-right:15px;
	padding:0 2px;
	background:#00315c;
	border-radius:5px;
}
.library_wrap .library_box .library_title {
	padding:15px 0;
	width:100%;
	height:auto;
	font-size: 34px;
    font-weight: bold;
    word-break: break-all;
}
.library_wrap .library_box .library_cont {
	padding-bottom:15px;
	width:100%;
	height:auto;
	border-bottom:3px solid #00315c;
	word-break: break-all;
}
.library_wrap .library_box .library_item {
	padding:15px 0;
	width:100%;
	height:auto;
	word-break: break-all;
}
.library_wrap .zero_box {
    padding: 45px 0 60px 0;
    width:100%;
    border: 0;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 18px;
    font-weight: initial;
    cursor: initial;
}

/* 검색 */
#library_search_form {
	margin:0;
}
.search_box {
   height:32px;
}
.search_box select,
.search_box input,
.search_box .search_bar {
   float:left;
   height:100%;
   vertical-align: middle;
   box-sizing: border-box;
   padding:0 5px;
   font-size:13px;
}
.search_box input {
   width:200px;
   margin-left:5px;
   box-sizing: border-box;
   border:1px solid #aaa;
   border-right:0;
}
.search_box .search_bar {
   display:flex;
   align-items: center;
   width:32px;
   line-height: 32px;
   background:#b8b8b8;
   cursor:pointer;
}

/* 페이징버튼 */
div.page_wrap {
	margin-top:0;
}
@media screen and (max-width: 1300px){
	.library_wrap .library_box {
		margin:0 0 15px 0;
		width:100%;
		height:max-content;
	}
}
@media screen and (max-width: 500px){
	.h2_wrap {
		display: block;
	    margin-bottom: 15px;
	    border-bottom: 0;
	}
	.h2_wrap h2 {
		margin-bottom: 15px;
	    border-bottom: 1px solid #ddd;
	}
	.h2_wrap .search_box {
		width: fit-content;
		margin-left: auto;
	}
}
/* library.html - end */



/* library_view.html - start */
.libraryViewCont,
.libraryViewCont .content_wrap {
	background:#f8f8f8;
}
.libraryViewCont .content {
	margin: 87px 0 0 40px;
    padding: 15px;
    width: 1200px;
    border: 2px solid #ddd;
    background: #fff;
}
.libraryViewCont .content .h2_wrap h2 {
	display:block;
}
.libraryViewCont .content .h2_wrap h2 span {
	margin-left:5px;
	font-size:12px;
	color:#333;
}
.descriptions {
	padding: 8px;
	width:calc(100% - 16px);
	height:auto;
	font-size:14px;
	border:2px solid #bbb;
}
.view_wrap {
	width:100%;
	height:auto;
}
.view_wrap .view_title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin: 30px 0 15px 0;
    padding-left: 30px;
    font-size: 18px;
    color: #00315c;
    font-weight: normal;
    border-bottom: 1px solid #ddd;
    background: url(/img/img_do_arrow.jpg) no-repeat 0 50%;
    background-size:15px;
    box-sizing: border-box;
}
.view_wrap .view_cont {
	width:100%;
	height:auto;
	font-size:15px;
}
.view_wrap .btn_wrap {
	margin-top:60px;
	width:100%;
	height:auto;
	text-align:center;
}
.view_wrap .btn_wrap .return_btn {
    padding: 10px 15px;
    width: fit-content;
    font-size: 18px;
    color: #fff;
    background: #00315c;
    border-radius: 3px;
    cursor:pointer;
}
@media screen and (max-width: 1500px){
	.libraryViewCont,
	.libraryViewCont .content_wrap {
		background:#fff;
	}
	.libraryViewCont .content {
		margin: 57px auto 0 auto;
	    width: 90%;
	    border: 0;
	}
}
/* library_view.html - end */



/* library_user_list.html - start */
.libraryUserListCont .btn_wrap {
	margin-top:30px;
	width:100%;
	height:auto;
	text-align:center;
}
.libraryUserListCont .btn_wrap .return_btn {
    padding: 10px 15px;
    width: fit-content;
    font-size: 18px;
    color: #fff;
    background: #00315c;
    border-radius: 3px;
    cursor:pointer;
}
/* library_user_list.html - end */



/* storage.html - start */
/* 상단 메뉴 */
.storageCont .storage_menu {
	position:fixed;
	display:flex;
	align-items:center;
	justify-content:space-between;
    width:82%;
    height:57px;
    border-bottom:1px solid #eee;
    background:#fff;
    font-size:18px;
    color:#000;
    transition:all 0.2s linear;
    overflow:hidden;
    z-index:1;
}
.storageCont .storage_menu .storage_title {
	margin:0;
	padding-left:30px;
}
.storageCont .storage_menu .storage_title:before {
    content: '';
    margin-right: 15px;
    padding: 0 2px;
    background: #00315c;
    border-radius: 5px;
}
.storageCont .storage_menu .storage_bar {
	display:block;
	margin:0 30px 0 0;
	width:auto;
	height:100%;
}
.storageCont .storage_menu .storage_bar ul.storage_btn {
	margin:0;
    width:auto;
    height:100%;
}
.storageCont .storage_menu .storage_bar ul.storage_btn li {
	display:flex;
	align-items:center;
	justify-content:center;
	float:left;
	width:120px;
	height:100%;
	text-align:center;
    border-left: 1px solid #ddd;
    background:#fff;
    cursor:pointer;
}
.storageCont .storage_menu .storage_bar ul.storage_btn li:hover {
	background:#ddd;
}
.storageCont .storage_menu .storage_bar ul.storage_btn li:last-child {
	border-right: 1px solid #ddd;
}
.storageCont .storage_menu .storage_bar ul.storage_btn li img {
	width:auto;
	height:20px;
}
.storageCont .storage_menu .storage_bar ul.storage_btn li span {
	margin-left:10px;
}

/* 검색 */
.storageCont .search_box {
	position:fixed;
	top:58px;
	right:15px;
	display:none;
	margin-right:15px;
	padding:10px 15px;
	width:auto;
	height:32px;
	background:#fff;
	border:1px solid #ddd;
	border-top:0;
	z-index:1;
}

/* 플랫폼 리스트 */
.storageCont .platform_wrap {
	width:100%;
	height:auto;
}
.storageCont .platform_wrap .platform_box {
	position:relative;
	display:inline-block;
	margin:0.1%;
	padding-bottom:24%;
	width:24%;
	border:1px solid #ddd;
	font-size:24px;
	font-weight:bold;
	text-align:center;
	background-image:url(/img/folder_icon.png);
	background-size:70%;
	background-repeat:no-repeat;
	background-position: center;
	border:1px solid #ddd;
	transition: all 0.1s ease-in;
}
.storageCont .platform_wrap .platform_box div {
	position:absolute;
	bottom:10%;
	width:100%;
	text-align:center;
}
.storageCont .platform_wrap .active_box {
	width: calc(24% - 12px);
	padding-bottom: calc(24% - 12px);
	border:7px solid #ddd;
	border-image: linear-gradient(243deg, rgba(0,49,92,1) 0%, rgba(0,92,135,1) 10%, rgba(0,137,154,1) 20%, rgba(0,181,146,1) 30%, rgba(133,219,125,1) 50%, rgba(249,248,113,1) 100%);
	border-image-slice: 1;
	cursor:pointer;
}

/* 라이브러리 파일 리스트 */
.storageCont .library_wrap {
	display:none;
}
.storageCont .library_wrap .library_box {
	cursor:initial;
}
.storageCont .library_wrap .library_box:hover {
	padding:20px !important;
	border:2px solid #ddd;
}
.storageCont .content_wrap .library_wrap .active_box {
	padding:15px !important;
	border:7px solid #ddd;
	border-image: linear-gradient(243deg, rgba(0,49,92,1) 0%, rgba(0,92,135,1) 10%, rgba(0,137,154,1) 20%, rgba(0,181,146,1) 30%, rgba(133,219,125,1) 50%, rgba(249,248,113,1) 100%);
	border-image-slice: 1;
	cursor:pointer;
}
.library_wrap .library_box .library_platform > div {
	float:right;
	padding-right:50px;
}
.library_wrap .library_box .library_platform > div > span {
	margin-left:10px;
	padding-left:24px;
	background-position-x: 0;
    background-position-y: 50%;
    background-size: contain;
    background-repeat: no-repeat;
}
.library_wrap .library_box .library_platform > div > span:first-child {
	background-image: url(/img/info.png);
}
.library_wrap .library_box .library_platform > div > span:nth-child(2) {
	background-image: url(/img/file_down.png);
}
.storageCont .content_wrap .library_wrap .active_box .library_platform > div > span:nth-child(3) label.lock {
	top:15px;
	right:15px;
}
.library_wrap .library_box .library_platform > div > span:nth-child(3) label.lock {
	position:absolute;
	top:20px;
	right:20px;
	display: inline-block;
	padding:7px;
	width: 40px;
	height: 40px;
	text-align:center;
	fill: #f44336;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-sizing: border-box;
	cursor: pointer;
	transition: all 0.2s linear;
}
.library_wrap .library_box .library_platform > div > span:nth-child(3) input[type='checkbox']:checked+label.lock {
	background: #f44336;/* #1fc569; */
	fill: white;
	border: 1px solid #f44336;/* #1fc569; */
}
.library_wrap .library_box .library_platform > div > span:nth-child(3) label.lock svg {
	margin:0 auto;
	width:100%;
	height:100%;
	vertical-align:middle;
}
.library_wrap .library_box .library_platform > div > span:nth-child(3) input[type='checkbox'],
.library_wrap .library_box .library_platform > div > span:nth-child(3) label.lock svg:first-child,
.library_wrap .library_box .library_platform > div > span:nth-child(3) input[type='checkbox']:checked+label.lock svg:last-child {
	display:none;
}
.library_wrap .library_box .library_platform > div > span:nth-child(3) input[type='checkbox']:checked+label.lock svg:first-child {
	display:block;
}
.library_wrap .library_box .library_platform > div > span:last-child {
	padding-left:0;
}

/* 우클릭 드롭다운 메뉴 */
.storageCont .contextmenu {
	display: none;
	position: absolute;
	width: 200px;
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	border-radius: 5px;
	list-style: none;
	box-shadow:
	  0 15px 35px rgba(50,50,90,0.1),
	  0 5px 15px rgba(0,0,0,0.07);
	overflow: hidden;
	z-index: 999999;
}
.storageCont .contextmenu li {
	border-left: 3px solid transparent;
	transition: ease .2s;
}
.storageCont .contextmenu li a {
	display: block;
	padding: 10px;
	color: #00315c;
	font-weight:bold;
	text-decoration: none;
	transition: ease .2s;
}
.storageCont .contextmenu li:hover {
	background: #00315c;
	border-left: 5px solid #ec9a22;
}
.storageCont .contextmenu li:hover a {
	color: #FFFFFF;
}
@media screen and (max-width: 1300px){
	.storageCont .storage_menu {
		width:76%;
	}
	.storageCont .platform_wrap .platform_box {
		width:32%;
		padding-bottom:32%;
	}
	.storageCont .platform_wrap .active_box {
		width: calc(32% - 12px);
		padding-bottom: calc(32% - 12px);
	}
	.storageCont .library_wrap .library_box {
		width:calc(100% - 40px);
	}
}
@media screen and (max-width: 999px){
	.storageCont .storage_menu {
		width:100%;
		height:46px;
		font-size:14px;
	}
	.storageCont .storage_menu .storage_title {
		padding-left:15px;
	}
	.storageCont .storage_menu .storage_bar {
		margin:0;
	}
	.storageCont .search_box {
		top:112px;
	}
}
@media screen and (max-width: 768px){
	.storageCont .loc_content {
		margin-top:92px;
	}
	.storageCont .storage_menu {
		height:auto;
		flex-direction:column;
		align-items:flex-start;
	}
	.storageCont .storage_menu .storage_title {
		width:calc(100% - 15px);
		height:46px;
		line-height:46px;
		border-bottom:1px solid #ddd;
	}
	.storageCont .storage_menu .storage_bar {
		width:100%;
		background:#f8f8f8;
		overflow-x: scroll;
	}
	.storageCont .storage_menu .storage_bar ul.storage_btn {
		width:max-content;
		height:46px;
		white-space: nowrap;
	}
	.storageCont .storage_menu .storage_bar ul.storage_btn li {
		display:inline-flex;
	}
	.storageCont .search_box {
		top:159px;
	}
	.storageCont .platform_wrap .platform_box {
		width:48%;
		padding-bottom:48%;
	}
	.storageCont .platform_wrap .active_box {
		width: calc(48% - 12px);
		padding-bottom: calc(48% - 12px);
	}
}
@media screen and (max-width: 500px){
	.storageCont .platform_wrap .platform_box div {
		bottom:6%;
		font-size:18px;
	}
}
/* storage.html - end */



/* platform_info.html - start */
#modal_wrap_platform_info {
	width: 100vw;
	height:100vh;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	align-items:center;
	justify-content:center;	
}
#modal_platform_info {
	width: 400px;
	height: auto;
	position: relative;
	z-index: 999;
	border-radius:5px;
	background:white;
	transition:width 0.2s;
}
#modal_platform_info .but_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
}
#modal_platform_info .but {
	width: 90px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 5px;
	background: #181e2a;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
#modal_platform_info .but:hover {
	background: #484451;
}
@media screen and (max-width:460px) {
    #modal_platform_info {
        width:90%;
    }
}
/* platform_info.html - end */



/* lib_info.html - start */
#modal_wrap_lib_info {
	width: 100vw;
	height:100vh;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	align-items:center;
	justify-content:center;	
}
#modal_lib_info {
	width: 400px;
	height: auto;
	position: relative;
	z-index: 999;
	border-radius:5px;
	background:white;
	transition:width 0.2s;
}
#modal_lib_info .but_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
}
#modal_lib_info .but {
	width: 90px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 5px;
	background: #181e2a;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
#modal_lib_info .but:hover {
	background: #484451;
}
@media screen and (max-width:460px) {
    #modal_lib_info {
        width:90%;
    }
}
/* lib_info.html - end */



/* lib_write.html - start */
#modal_wrap_lib_write {
	width: 100vw;
	height:100vh;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	align-items:center;
	justify-content:center;	
}
#modal_lib_write {
	width: 1000px;
	height: auto;
	position: relative;
	z-index: 999;
	border-radius:5px;
	background:white;
	transition:width 0.2s;
}
#modal_lib_write .write_wrap p {
	padding:15px 20px;
}
#modal_lib_write .t_write tr.tr_detail {
	display:none;
}
#modal_lib_write .t_write th {
	padding: 2%;
	width:20%;
}
#modal_lib_write .t_write td {
	padding: 2%;
	width:80%;
}
#modal_lib_write .t_write td button {
	height: 30px;
	box-sizing: border-box;
	background: #685d33;
	color: white;
	width: 70px;
	border: 1px solid #685d33;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
	margin-left: 5px;
	border-radius: 3px;
}

#modal_lib_write .t_write td button:hover {
	border: 1px solid #958853;
	background: #958853;
}
#modal_lib_write input[type="text"] {
	font-size:13px;
}
#modal_lib_write input[type="checkbox"] {
    width: 0;
    height: 0;
    vertical-align: middle;
}
#modal_lib_write input[type='number'] {
	height: 32px;
    width: 100px;
    padding: 0 5px !important;
    box-sizing: border-box;
    border: 1px solid #bbb;
    font-size:13px;
    text-align:right;
}

#modal_lib_write .che_wrap {
    float: left;
    width: 19%;
    padding: 8px 0;
}
#modal_lib_write .la_che {
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    border: 1px solid #566a8f;
    background: white;
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
}
#modal_lib_write .la_che::before {
    display: none;
    position: absolute;
    top: -2px;
    left: 2px;
    content: '\2713';
    color: white;
    font-size: 12px;
}
#modal_lib_write input[type="checkbox"]+.la_che>span {
    display: inline-block;
    width: 100px;
    position: absolute;
    top: -2px;
    left: 19px;
    font-weight: bold;
    font-size: 13px;
    color: #566a8f;
}
#modal_lib_write input[type="checkbox"]:checked+.la_che {
    background: #566a8f;
}
#modal_lib_write input[type="checkbox"]:checked+.la_che::before {
    display: block;
}

/*#modal_lib_write label.lang {
	display: inline-block;
	border: 1px solid #ccc;
	color: black;
	width: 80px;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
	margin: 5px 10px;
	box-sizing: border-box;
	transition: all 0.2s linear;
	border-radius: 5px;
	text-align:center;
}

#modal_lib_write label[for='open_yn1'],
#modal_lib_write label[for='open_yn2'] {
    display: inline-block;
    border: 1px solid #ccc;
    color: black;
    width: 68px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s linear;
    border-radius: 5px;
    text-align: center;
}*/

#modal_lib_write input[type='radio'] + label {
	display: inline-block;
    border: 1px solid #ccc;
    color: black;
    width: 68px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    box-sizing: border-box;
    transition: all 0.2s linear;
    border-radius: 5px;
    text-align: center;
}

#modal_lib_write input[type='radio']:checked + label {
	background: #1fc569;
	color: white;
	font-weight: bold;
	border: 1px solid #1fc569;
}

/*#modal_lib_write input[type='radio']:checked+label.lang {
	background: #1fc569;
	color: white;
	font-weight: bold;
	border: 1px solid #1fc569;
}

#modal_lib_write input[type='radio']:checked + label[for='open_yn1'],
#modal_lib_write input[type='radio']:checked + label[for='open_yn2'] {
    background: #1fc569;
    color: white;
    font-weight: bold;
    border: 1px solid #1fc569;
}*/


#modal_lib_write textarea {
	width:100%;
	height:100px;
	font-size:13px;
	white-space:pre;
}
#modal_lib_write textarea.shadow {
	background:#333;
	color:#ddd;
}
#modal_lib_write .but_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
}
#modal_lib_write .but {
	width: 90px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 5px;
	background: #181e2a;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
#modal_lib_write .but:hover {
	background: #484451;
}
@media screen and (max-width:1060px) {
    #modal_lib_write {
        width:90%;
    }
    
}
@media screen and (max-width:768px) {
	#modal_lib_write .che_wrap {
		width:33%;
	}
}
/* lib_write.html - end */



/* lib_delete.html - start */
#modal_wrap_lib_delete {
	width: 100vw;
	height:100vh;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	align-items:center;
	justify-content:center;	
}
#modal_lib_delete {
	width: 400px;
	height: auto;
	position: relative;
	z-index: 999;
	border-radius:5px;
	background:white;
	transition:width 0.2s;
}
#modal_lib_delete .t_write tr th {
	padding:30px 10px;
	text-align:center;
	font-size:16px;
}
#modal_lib_delete .but_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
}
#modal_lib_delete .but {
	width: 90px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 5px;
	background: #181e2a;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
#modal_lib_delete .but:hover {
	background: #484451;
}
@media screen and (max-width:460px) {
    #modal_lib_delete {
        width:90%;
    }
}
/* lib_delete.html - end */



/* lib_share.html - start */
#modal_wrap_lib_share {
	width: 100vw;
	height:100vh;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	align-items:center;
	justify-content:center;	
}
#modal_lib_share {
	width: 400px;
	height: auto;
	position: relative;
	z-index: 999;
	border-radius:5px;
	background:white;
	transition:width 0.2s;
}
#modal_lib_share .t_write tr th {
	padding:30px 10px;
	text-align:center;
	font-size:16px;
}
#modal_lib_share .t_cancel {
	display:none;
}
#modal_lib_share .but_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
}
#modal_lib_share .but {
	width: 90px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 5px;
	background: #181e2a;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
#modal_lib_share .but:hover {
	background: #484451;
}
@media screen and (max-width:460px) {
    #modal_lib_share {
        width:90%;
    }
}
/* lib_share.html - end */



/* lib_confirm.html - start */
#modal_wrap_lib_confirm {
	width: 100vw;
	height:100vh;
	position: absolute;
	z-index: 999;
	background: rgba(0, 0, 0, 0.6);
	align-items:center;
	justify-content:center;	
}
#modal_lib_confirm {
	width: 400px;
	height: auto;
	position: relative;
	z-index: 999;
	border-radius:5px;
	background:white;
	transition:width 0.2s;
}
#modal_lib_confirm .but_wrap {
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:30px;
}
#modal_lib_confirm .but {
	width: 90px;
	height: 35px;
	line-height: 35px;
	box-sizing: border-box;
	margin: 0 5px;
	background: #181e2a;
	color: white;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
	font-size: 13px;
}
#modal_lib_confirm .but:hover {
	background: #484451;
}
@media screen and (max-width:460px) {
    #modal_lib_confirm {
        width:90%;
    }
}
/* lib_confirm.html - end */