
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,  figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Paperlogy';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* 색상지정  */

:root {
	--backColor: #f0f0f0;
	--coverColor: #07254c;
}



/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
* {box-sizing: border-box;}
body {	line-height: 1; background: var(--backColor);   font-family: 'Pretendard-Regular';}
ol, ul {	list-style: none;}
a{  color: #222222;    text-decoration: none;}
blockquote, q {	quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {	content: '';	content: none;}
table {	border-collapse: collapse;	border-spacing: 0;}
.w100p {width: 100%;}
.pc_br{display: block;}
.mo_br{display: none;}
@media (max-width: 768px) { 
    .pc_br{display: none;}
    .mo_br{display: block;}
}


#wrap {display: block; height: 100vh; position: relative;overflow: hidden;	 }
.inner { display: flex;	justify-content: space-between; height: 100%;	align-items: top; 	}
.inner .cover{width: 25%; position: sticky; top: 0; box-shadow: 1px 4px 11px 7px #0000000f;  background-color: var(--coverColor);}
.inner .container{width: 75%;  overflow-y: auto; padding: 20px 6%; overflow-x: hidden; }
#content2 {margin: 50px 0 0;}


.header {display: flex;justify-content: space-between; 	align-items: center; padding: 50px 0 30px;		width: 100%;    margin: auto; }
.header h2 {font-size: 48px; color: #505050; padding: 20px 0px;    font-family: 'Paperlogy'; font-weight: 700;}
h3.tit {font-size: 30px; color: #505050; padding: 0px 0px 40px;    font-family: 'Paperlogy'; font-weight: 700;}
.cover .logo {position: fixed; left: 50px; top: 50px;}
.cover .logo img {width: 150px;}
#content1,#content2,#content3,#content4,#content5  {width: 100%; padding: 30px 0; position: relative; border-bottom: 2px solid #dddddd; margin-bottom: 50px;}





.image-gallery { position: relative; }
.bookrowdisplay::after{content: ""; position: absolute; width: 105%; height: 150px; z-index: -1; 
	bottom: 0; left: 50%; transform: translate(-50%);
	background: url(img/bg_row.png) center bottom no-repeat; background-size: 100%; }

.image-gallery-image {text-align: center;  font-family: 'Paperlogy'; font-weight: normal;  position: relative;}

.image-gallery-image img {width: 100%; 
	box-shadow: 3px 6px 10px 3px #0000002e;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -ms-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;}

.image-gallery-image img:hover {    transform:perspective(10px)  rotateY(0.2deg);     
 }

.image-gallery-image span {display: inline-block;
    padding: 10px 10px 8px;
    font-size: 20px;
	line-height: 20px;
    background: #ffffff;
    margin-top: 25px;
    border-radius: 30px;
    font-weight: 600;
	color: #555555;
 	height: 60px; 
	display: flex;
    justify-content: center;
    align-items: center;
	word-break:break-all;
 }
.image-gallery-image .newicon {position: absolute;
    top: -15px;
    left: -1%;
    background-color: #ff5e5e;
    width: 50px;
    height: 50px;
    color: #ffffff;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;}


.swiper-button-next {background-image: url(./img/chevron-right.svg); background-size: 70px; left: auto; right: 20px; top: 45%;    
	 width: 50px;    height: 50px; transform: translateY(-50%);}	
.swiper-button-prev {background-image: url(./img/chevron-left.svg); background-size: 70px; left: 0; top: 45%;    
		width: 50px;    height: 50px; transform: translateY(-50%);}	
   
.content1-button-prev, .content1-button-next,
.content2-button-prev, .content2-button-next, 
.content3-button-prev, .content3-button-next 
	{		position: absolute;
			top: 0%;
			width: 20px;
			height: 30px;
			z-index: 10;
			cursor: pointer;
			background-size: 10px 20px;
			background-position: center;
			background-repeat: no-repeat; }

.content1-button-next,.content2-button-next,.content3-button-next {
	background-image: url(./img/chevron-right.svg); background-size: 70px; left: auto; right: 20px; top: 45%;    
	 width: 50px;    height: 50px; transform: translateY(-50%);
}
.content1-button-prev, .content2-button-prev,.content3-button-prev  {background-image: url(./img/chevron-left.svg); background-size: 70px; left: 0; top: 45%;    
	width: 50px;    height: 50px; transform: translateY(-50%);}	


.searchArea {display: flex; justify-content: space-between; 	align-items: center;	}
.tipue_search_button {vertical-align: middle;}
.tipue_search_button  img {width: 26px;}
#tipue_search_input {background-color: transparent; padding: 5px 0 5px 5px;  font-family: 'Pretendard-Regular';}
.menu_search { border-bottom: 1px solid #7b7b7b;  }

.booklist {font-size: 0; text-align: center;  padding: 10px 7% 0 7%; border: 10px solid #dddddd; border-radius: 20px; height: 80vh; overflow-y: auto; }
.booklist li {display: inline-block; max-width: 300px; }
.booklist li a{display: block; margin: 20px 15% 20px 15%; font-size: 14px; }

.booklist li.col3 {width: 33.3333%; height: 300px;}
.booklist li.col4 {width: 25%; height: 250px;}
.booklist li.col5 {width: 20%; height: 200px;}
.booklist li.col6 {width: 16.6666%; height: 150px;}
.booklist li .thum{ width: 100%; height: 100%;  background-size: 100%; background-repeat: no-repeat; width: 100%;     box-shadow: 1px 0px 6px 3px #e4e4e4; }
.bookrow { background-color: #c9c5ac; margin-bottom: 50px;
	width: 0;
	height: 0;
	border-left: 600px solid transparent; /* 윗면의 너비의 절반 */
	border-right: 600px solid transparent; /* 윗면의 너비의 절반 */
	border-bottom: 30px solid #c9c5ac; /* 아랫면의 너비 */ }

@media (max-width: 1400px) { 
	.image-gallery {padding-bottom: 70px;}
}	
@media (max-width: 1200px) {
	#wrap {overflow: auto; height: auto;} 
	.cover .logo {position: absolute; width: 100px; left: 20px; top: 20px;}
	.image-gallery {grid-template-columns : 1fr 1fr 1fr !important; padding-bottom: 50px;}
	.image-gallery-image {padding: 0 20px}
	.image-gallery-image span {font-size: 15px;}
}
@media (max-width: 765px) { 

	.header {display: block;     word-break: keep-all; padding: 20px 0; }
	.header h2{font-size: 33px;}
	.image-gallery {grid-template-columns : 1fr 1fr !important; gap: 50px 0%; padding-bottom: 0px;
		margin: 0; margin-bottom: 30px;}
	.image-gallery-image { padding: 0 10px 26px 10px;}
	.image-gallery-image span {font-size: 13px;word-break: keep-all;}
	.image-gallery-image .newicon {width: 40px; height: 40px; font-size: 12px; 	}

	.inner { display: block; }
	.inner .cover {width: 100%; position: relative; }
   .inner .container {width: 100%; padding: 20px 4%;}
   .content1-button-next,.content2-button-next,.content3-button-next { right: -10px;}
 

}


/* search */
#top_search {text-align: center;}
#top_search .subtit  {   font-size: 30px;   font-weight: 600;    text-align: center;
	    margin-top: 20px;}
#tipue_search_results_count {text-align: right; font-size: 16px; color: #3d3d3d;}
.tipue_search_result {
	display: grid;
    gap: 10px 30px;
    grid-template-columns: 150px 300px 1fr;
    justify-content: flex-end; align-items: start;
	border-bottom: 1px solid #999999;
	padding-bottom: 30px;}
.tipue_search_content_title a { font-family: 'Pretendard-Regular'; font-weight: 500; }
.tipue_search_content_title {font-size: 20px;     word-break: keep-all;}
.tipue_search_content_title a:hover {text-decoration: none;  border-bottom: 0px;  }
.tipue_search_image {width: 100%; max-width: 150px; padding: 0;}
.tipue_search_content_text {font-size: 14px; font-family: sans-serif ;     word-break: keep-all;}
.tipue_search_content_bold {
    background-color: #dad1bc;     padding: 0 3px;
}
#tipue_search_error {font-size: 19px; text-align: center;   font-family: 'Pretendard-Regular'; font-weight: 400; padding: 50px 0; border-top: 1px solid #999999; }


@media (max-width: 765px) { 
	.tipue_search_result { grid-template-columns: 0.7fr 1fr; margin: 0 10px;}
	.tipue_search_content_text {display:none}
	#top_search .subtit {font-size: 20px;}
	#tipue_search_results_count {text-align: center;}
	.tipue_search_content_title a {font-size: 16px;}
	.image-gallery-image span {padding: 8px 5px 6px;}
}

.tail {max-width: 1400px;   width: 100%; margin-top: 60px;   padding: 30px 0 50px; font-size: 16px; color: #666666; line-height: 25px;
	border-top: 1px solid #222222; 
	display: flex; 
	justify-content: space-between; 
	align-items: start;
	}
.tail .sns img {width: 30px; margin: 0 5px; }	

.info { position: fixed;     background-color: #22222259;  width: 100%; color: #ffffff; text-align: center; 
	left: 0; bottom: 0;
	font-size: 16px; z-index: 1000; line-height: 20px; padding: 20px;; backdrop-filter: blur(10px);}	 

@media (max-width: 765px) { 
	.tail {padding: 20px 0px 50px; display: block; margin-top: 0}
	.tail .text {margin-bottom: 20px; font-size: 13px;}
	.tail .sns img {margin: 0 8px 0 0; }	
}
