@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&family=Noto+Serif+KR:wght@200;300;400;500;600;700;900&family=Noto+Serif+SC:wght@200;300;400;500;600;700;900&family=Noto+Serif+TC:wght@200;300;400;500;600;700;900&family=Noto+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');

*{
	font-family: 'Noto Serif', 'Noto Serif JP', 'Noto Serif KR', 'Noto Serif SC', 'Noto Serif TC', serif !important;
}

img{
	max-width: 100%;
}

a{
	text-decoration: none;
}

.btn{
	margin: 0 auto;
	height: 44px;
	width: 200px;
	line-height: 44px;
	text-align: center;
	display: block;
	color: rgb(237, 109, 0);
	border: 1px solid rgb(237, 109, 0);
	border-radius: 44px;
	transition: 0.25s linear;
}
.btn:hover{
	color: rgb(245, 245, 245);
	background-color: rgb(237, 109, 0);
}

body{
	background-color: rgb(245, 245, 245);
}

header a{
	display: inline-block;
}

.content-layout{
	margin: 0 auto;
	width: 80%;
}

.banner img{
	width: 100%;
}

.banner-m{
	display: none;
}

.guide{
	padding: 2.5% 0;
	position: relative;
}

.guide p{
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	color: rgb(100, 100, 100);
}

.main-books{
	margin-top: 5%;
	margin-bottom: 2.5%;
}
.item{
	display: flex;
	align-items: center;
}
.item-img{
	margin-left: 132px;
	margin-right: 44px;
	width: 35%;
	max-width: 600px;
}
.item-content{
	margin-left: 44px;
	margin-right: 132px;
	width: 50%;
}
.item-content span{
	margin-bottom: 48px;
	font-size: 24px;
	display: inline-block;
}
.item-content h3{
	margin-bottom: 16px;
	font-size: 36px;
	line-height: 54px;
	color: rgb(237, 109, 0);
}
.item-content h4{
	margin-bottom: 16px;
	font-size: 24px;
	line-height: 36px;
}
.item-content p{
	margin-bottom: 48px;
	font-size: 16px;
	line-height: 24px;
}
.item-content a{
	margin: 0 auto;
	height: 44px;
	width: 200px;
	line-height: 44px;
	text-align: center;
	display: block;
	color: rgb(237, 109, 0);
	border: 1px solid rgb(237, 109, 0);
	border-radius: 44px;
	transition: 0.25s linear;
}
.item-content a:hover{
	color: rgb(245, 245, 245);
	background-color: rgb(237, 109, 0);
}
.item-content h4, .item-content p{
	color: rgb(50, 50, 50);
}
.owl-theme .owl-nav{
	margin-top: 44px;
}
.owl-nav button{
	height: 44px;
	width: 44px;
	position: absolute;
	top: 0;
	bottom: 0;
	line-height: 78px;
	margin: auto !important;
	color: rgb(245, 245, 245) !important;
	background-color: rgb(237, 109, 0) !important;
	border-radius: 44px !important;
	opacity: 0.5;
	transition: 0.25s linear;
}
.owl-nav button.owl-prev{
	left: 2.5%;
}
.owl-nav button.owl-next{
	right:2.5%;
}
.owl-nav button.owl-prev:hover , .owl-nav button.owl-next:hover{
	opacity: 1;
}
.owl-nav span{
	line-height: 16px;
	font-size: 24px;
}
.owl-theme .owl-dots .owl-dot span{
	background-color: rgb(245, 245, 245);
	border: 1px solid rgb(237, 109, 0);
	transition: 0.25s linear;
}
.owl-theme .owl-dots .owl-dot.active span{
	background-color: rgb(237, 109, 0);
	border: 1px solid rgb(237, 109, 0);
	width: 45px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
	background-color: rgb(237, 109, 0);
}

.tab{
	background-color: rgb(245, 245, 245);
}

.tab-area{
	border-bottom: 1px solid rgb(200, 200, 200);
	display: flex;
	flex-direction: row;
}

.tab-area a{
	padding: 2.5% 0;
	margin: 0 auto;
	width: 20%;
	font-size: 24px;
	text-align: center;
	color: rgb(100, 100, 100);
}


.tab-area > .active{
	color: rgb(237, 109, 0);
	position: relative;
}

.tab-area > .active::after{
	content: '';
	height: 1px;
	top: none;
	right: 0;
	bottom: -1px;
	left: 0;
	margin: auto;
	position: absolute;
	background-color: rgb(237, 109, 0);
}

.bookall-title{
	padding: 2.5% 0;
}

.bookall-title h2{
	padding-bottom: 8px;
	font-size: 36px;
	line-height: 54px;
	text-align: center;
	color: rgb(100, 100, 100);
}

.bookall-title p{
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	color: rgb(100, 100, 100);
}

.bookall-area{
	margin: 1.25% 0 1.25% 0;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.bookall a{
	margin: 1.25% 2.5%;
	width: 20%;
	text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bookall img{
	width: 100%;
	display: block;
}

.bookall-area p{
	padding-top: 15px;
	font-size: 16px;
	line-height: 24px;
	color: rgb(100, 100, 100);
	text-align: left;
}

.tab, .tab a,.bookall a, .bookall img, .bookall p, .top{
	transition: 0.25s linear;
}

.bookall a:hover{
	transform: translateY(-15px);
}

.bookall a:hover p{
	color: rgb(237, 109, 0);
}

.read-more{
	padding: 2.5% 0;
	text-align: center;
}

.read-more-btn{
	width: 120px;
	padding:16px 16px;
	color: rgb(245, 245, 245);
	background-color: rgb(237, 109, 0);
	text-align: center;
	display: inline-block;
	border-radius: 8px;
}

footer{
	margin-top: 5%;
	padding: 20px 0;
	font-size: 16px;
	line-height: 24px;
	color: rgb(100, 100, 100);
	background-color: rgb(235, 235, 235);
	text-align: center;
}

.tab-fixed{
	position: fixed;
	top: 0;
	right: 0;
	bottom: none;
	left: 0;
	z-index: 9999;
}

.tab-relative{
	position: relative;
	top: none;
}

@media only screen and (max-width: 1240px) {
	.item-img{
		margin-left: 88px;
		margin-right: 22px;
		width: 35%;
		max-width: 600px;
	}
	.item-content{
		margin-left: 22px;
		margin-right: 88px;
		width: 50%;
	}
	.item-content span{
		margin-bottom: 24px;
		font-size: 20px;
		line-height: 30px;
	}
	.item-content h3{
		margin-bottom: 16px;
		font-size: 28px;
		line-height: 42px;
	}
	.item-content h4{
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 30px;
	}
	.item-content p{
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 768px) {
	.guide p{
		font-size: 16px;
		line-height: 24px;
	}
	.tab a{
		font-size: 16px;
	}
	.bookall-title h2{
		font-size: 24px;
		line-height: 36px;
	}
	.bookall-title p{
		font-size: 16px;
		line-height: 24px;
	}
}

@media only screen and (max-width: 480px) {
	header a{
		display: block;
		text-align: center;
	}
	.banner-l{
		display: none;
	}
	.banner-m{
		display: block;
	}
	.content-layout{
		width: 90%;
	}
	.guide{
		padding: 5% 0;
	}
	.guide p{
		text-align: left;
	}
	.main-books{
		margin-top: 64px;
		margin-bottom: 64px;
	}
	.item{
		flex-wrap: wrap;
	}
	.item-img{
		margin: 0 44px;
		margin-bottom: 44px;
		width: 100%;
		text-align: center;
	}
	.item-img img{
		margin: 0 auto;
		max-width: 200px;
	}
	.item-content{
		margin: 0 44px;
		width: 100%;
	}
	.item-content span{
		margin-bottom: 24px;
		font-size: 16px;
		display: inline-block;
	}
	.item-content h3{
		margin-bottom: 8px;
		font-size: 24px;
		line-height: 36px;
	}
	.item-content h4{
		margin-bottom: 16px;
		font-size: 16px;
		line-height: 24px;
	}
	.item-content p{
		font-size: 16px;
		line-height: 24px;
	}
	.item-content a{
		width: 100%;
	}
	.tab-area a{
		padding: 16px 0;
	}
	.bookall a{
		width: 45%;
		margin-top: 5%;
		margin-bottom: 5%;
	}
}