<!doctype html>
<html lang="en" id="html-content">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>กวีบุ๊ค|นิยาย อ่านนิยายออนไลน์ฟรี นิยายจีนแปล รัก วาย แฟนตาซี ครบ</title>
<meta name="robots" content="index,follow" /><meta name="author" content="kawebook.com" /><meta name="google-site-verification" content="ONLzt7X84XFf_V_GkpPqMNreubGkY3S72DEnRrcq8PY" /> <meta http-equiv="content-language" content="th" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="คลังนิยายออนไลน์ นิยายอ่านฟรี ยอดอ่านนิยาย หลัก100ล้าน+ มีทั้งนิยายจีนแปล รัก นิยายวาย แฟนตาซี ระบบ เกิดใหม่ จีนโบราณ ย้อนอดีต ครบ อ่านนิยายออนไลน์ ที่กวีบุ๊ค!">
<meta property="og:url" content="www.kawebook.com" />
<meta property="og:type" content="article" />
<meta property="og:title" content="กวีบุ๊ค|นิยาย อ่านนิยายออนไลน์ฟรี นิยายจีนแปล รัก วาย แฟนตาซี ครบ" />
<meta property="og:description" content="คลังนิยายออนไลน์ นิยายอ่านฟรี ยอดอ่านนิยาย หลัก100ล้าน+ มีทั้งนิยายจีนแปล รัก นิยายวาย แฟนตาซี ระบบ เกิดใหม่ จีนโบราณ ย้อนอดีต ครบ อ่านนิยายออนไลน์ ที่กวีบุ๊ค!" />
<meta property="og:image" content="https://www.kawebook.com/assets/img/facebook_og.jpg?v1001" />
<link rel="icon" href="https://www.kawebook.com/assets2/img/logo_kawe.webp?v=1001">
<!-- Custom styles for this template -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Prompt">
<link rel="stylesheet" href="https://www.kawebook.com/assets2/plugins/fontawesome-free-6.0.0-web/css/all.min.css?v=9321">
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="https://www.kawebook.com/assets2/css/bootstrap.min.css?v=1001" >
</head>
<body class="bodyWood" id="body-content">
<script>
var csrfName = 'csrf_test_name';
var csrfHash = '8d42e1364183d5408642c4d8c4923f54';
</script>
<!-- google login liberry -->
<link href="https://fonts.googleapis.com/css?family=Roboto" rel="stylesheet" type="text/css">
<script src="https://apis.google.com/js/api:client.js?v=1001"></script>
<script>
//==== SignIn Google ==============================================
var googleUser = {};
var startApp = function() {
gapi.load('auth2', function(){
auth2 = gapi.auth2.init({
client_id: '1089777758837-4f1vt1b6g46a8jo20go1o2k8kj56rdme.apps.googleusercontent.com',
cookiepolicy: 'single_host_origin',
plugin_name: 'chat'
});
attachSignin(document.getElementById('customBtn'));
});
};
function attachSignin(element) {
//console.log(element.id);
auth2.attachClickHandler(element, {},
function(googleUser){
post("https://www.kawebook.com/Member/google_auth",{"id":googleUser.getBasicProfile().getId(), "name":googleUser.getBasicProfile().getName(), "email":googleUser.getBasicProfile().getEmail(), "image":googleUser.getBasicProfile().getImageUrl()});
},
function(error){
//alert(JSON.stringify(error, undefined, 2));
});
}
//==== SignIn Line ================================================
function lineLogin(){
window.location.assign("https://www.kawebook.com/Member/login_line");
}
//==== End SignIn Line ============================================
/* *********************************************************************
** *** Chaiwat Chain Create 2018/12/10 ********************************
** function post(path, params, target, method) ************************
** path : URL ********************************************************
** params: Value is array *********************************************
** target: target {"_blank", "_self", "_parent"} **********************
** method: {"POST", "GET"} ********************************************
** ----------------------------------------------------------------- **
** Example ************************************************************
** post(path,{val1: "1", val2:"2", valn:"n"},[target],[method]); **
***********************************************************************
*/
function post(path, params, target, method) {
target = target || "_self"; // Set target to post by default if not specified.
method = method || "post"; // Set method to post by default if not specified.
// The rest of this code assumes you are not using a library.
// It can be made less wordy if you use one.
var form = document.createElement("form");
form.setAttribute("method", method);
form.setAttribute("action", path);
form.setAttribute("target", target);
for(var key in params) {
if(params.hasOwnProperty(key)) {
var hiddenField = document.createElement("input");
hiddenField.setAttribute("type", "hidden");
hiddenField.setAttribute("name", key);
hiddenField.setAttribute("value", params[key]);
form.appendChild(hiddenField);
}
}
document.body.appendChild(form);
form.submit();
}
</script>
<script>
/*
(function () {
'use strict';
var devtools = {
open: false,
orientation: null
};
var threshold = 160;
var emitEvent = function (state, orientation) {
window.dispatchEvent(new CustomEvent('devtoolschange', {
detail: {
open: state,
orientation: orientation
}
}));
};
setInterval(function () {
var widthThreshold = window.outerWidth - window.innerWidth > threshold;
var heightThreshold = window.outerHeight - window.innerHeight > threshold;
var orientation = widthThreshold ? 'vertical' : 'horizontal';
if (!(heightThreshold && widthThreshold) &&
((window.Firebug && window.Firebug.chrome && window.Firebug.chrome.isInitialized) || widthThreshold || heightThreshold)) {
if (!devtools.open || devtools.orientation !== orientation) {
emitEvent(true, orientation);
}
devtools.open = true;
devtools.orientation = orientation;
} else {
if (devtools.open) {
emitEvent(false, null);
}
devtools.open = false;
devtools.orientation = null;
}
}, 500);
if (typeof module !== 'undefined' && module.exports) {
module.exports = devtools;
} else {
window.devtools = devtools;
}
})();
// check if it's open
// console.log('is DevTools open?', window.devtools.open);
// check it's orientation, null if not open
// console.log('and DevTools orientation?', window.devtools.orientation);
// get notified when it's opened/closed or orientation changes
window.addEventListener('devtoolschange', function (e) {
// console.log('is DevTools open?', e.detail.open);
// console.log('and DevTools orientation?', e.detail.orientation);
window.location.replace("https://www.kawebook.com/Maintenance/security");
}); */
document.onkeydown = function(e) {
if(event.keyCode == 123) {
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'I'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'J'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'U'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.shiftKey && e.keyCode == 'C'.charCodeAt(0)){
return false;
}
if(e.ctrlKey && e.keyCode == 'U'.charCodeAt(0)){
return false;
}
}
</script>
<style>
@media (min-width: 992px) {
.container-custom-1 {
max-width: 1140px;
}
}
.navbar-top .container {
padding:0;
}
.num-update-nav {
position: absolute;
right:-1px;
top:3px;
background-color:red;
color:white;
border-radius: 50%;
height:18px;
width:18px;
display: flex;
justify-content: center;
align-items: center;
}
.num-update-nav span {
font-size: 10px;
}
form {
margin-bottom: 0;
}
</style>
<link href="https://www.kawebook.com/assets/css/main-scroll.css?v=2001" rel="stylesheet">
<style type="text/css">
i.kawe-res-icon-13{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-13-1.webp');
}
.side-nav div a i.kawe-res-icon-13.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-13-2.webp');
}
i.kawe-res-icon-01{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-01-1.webp');
}
.side-nav div a i.kawe-res-icon-01.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-01-2.webp');
}
i.kawe-res-icon-03{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-03-1.webp');
}
.side-nav div a i.kawe-res-icon-03.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-03-2.webp');
}
i.kawe-res-icon-05{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-05-1.webp');
}
.side-nav div a i.kawe-res-icon-05.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-05-2.webp');
}
i.kawe-res-icon-09{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-09-1.webp');
}
.side-nav div a i.kawe-res-icon-09.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-09-2.webp');
}
i.kawe-res-icon-08{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-08-1.webp');
}
.side-nav div a i.kawe-res-icon-08.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-08-2.webp');
}
i.kawe-res-icon-10{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-10-1.webp');
}
.side-nav div a i.kawe-res-icon-10.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-10-2.webp');
}
i.kawe-res-icon-12{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-12-1.webp');
}
.side-nav div a i.kawe-res-icon-12.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-12-2.webp');
}
i.kawe-res-icon-11{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-11-1.webp');
}
.side-nav div a i.kawe-res-icon-11.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-11-2.webp');
}
i.kawe-res-icon-06{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-06-1.webp');
}
.side-nav div a i.kawe-res-icon-06.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-06-2.webp');
}
i.kawe-res-icon-07{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-07-1.webp');
}
.side-nav div a i.kawe-res-icon-07.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-07-2.webp');
}
i.kawe-res-icon-15{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-15-1.webp');
}
.side-nav div a i.kawe-res-icon-15.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-15-2.webp');
}
i.kawe-res-icon-14{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-14-1.webp');
}
.side-nav div a i.kawe-res-icon-14.active{
content:url('https://www.kawebook.com/assets2/img/icon-menu-responsive/icon-14-2.webp');
}
</style>
<!-- mobile responsetive -->
<div id="MenuSidenav" class="side-nav" style="padding-top: 0;">
<div style="padding-bottom: 60px;">
<nav>
<ul>
<li><a href="https://www.kawebook.com/" class=""><i class="kawe-res-icon-13 "></i>หน้าแรก</a></li>
<li><a href="https://www.kawebook.com/ชั้นหนังสือ" class=""><i class="kawe-res-icon-01 "></i>ชั้นหนังสือ</a></li>
<li><a class="kawe-sidenav-active" href="https://www.kawebook.com/" style="padding: 10px 151px 10px 16px;"><i class="kawe-res-icon-03 active"></i>นิยาย </a><i class='fas fa-caret-down ' id="arrow-down-dropdown" data-toggle="collapse" data-target = '#collapse-dropdown' style='font-size:26px; color: #505050; margin-left: -40px; '></i>
<div class="collapse " id="collapse-dropdown" style="margin-top: 9px; margin-right: -5px;">
<ul class="side-dropdown">
<li><a class="" href="https://www.kawebook.com/นิยาย-Y">นิยาย-Y</a></li>
<li><a class="" href="https://www.kawebook.com/นิยาย-แฟนตาซี">นิยายแฟนตาซี</a></li>
<li><a class="" href="https://www.kawebook.com/นิยาย-รัก">นิยายรัก</a></li>
<li><a class="" href="https://www.kawebook.com/นิยาย-จีน-กำลังภายใน-เทพเซียน">นิยายจีนกำลังภายใน</a></li>
</ul>
</div>
</li>
<li><a class="" href="https://www.kawebook.com/การ์ตูน"><i class="kawe-res-icon-05 "></i>การ์ตูน</a></li>
<li><a href="https://www.kawebook.com/นิยายติดอันดับ" class=""><i class="kawe-res-icon-09 "></i>นิยายติดอันดับ</a></li>
<li><a href="https://www.kawebook.com/นิยายอัปเดตล่าสุด" class=""><i class="kawe-res-icon-08 "></i>อ่านนิยายล่าสุด</a></li>
<li><a href="https://www.kawebook.com/เขียนนิยาย" class=""><i class="kawe-res-icon-10 "></i>เขียนนิยาย</a></li>
<li><a href="https://www.kawebook.com/heart" class=""><i class="kawe-res-icon-11 "></i>เติมกำลังใจ</a></li>
<hr>
<li><a href="https://www.kawebook.com/คู่มือ" class=""><i class="kawe-res-icon-06 "></i>คู่มือเว็บไซต์</a></li>
<li><a href="https://www.kawebook.com/contact" class=""><i class="kawe-res-icon-07 "></i>ติดต่อเรา</a></li>
<li><a href="https://www.glory.in.th" target="_blank" class=""><i class="kawe-res-icon-15 "></i>นักลงทุนสัมพันธ์</a></li>
<li><a href="https://www.kawebook.com/blog" class=""><i class="kawe-res-icon-14 "></i>BLOG</a></li>
</ul>
</nav>
</div>
</div>
<!-- mobile responsetive shwo when click img profile -->
<div id="MemberSidenav" class="member-sidenav pt-0">
<div class="member-name">
<div class="user-review float-left"><img src="" ></div>
<div style="color: #3a2d25"></div>
<div style="color: #6d5a4c"></div>
</div>
<hr style="margin: 0">
<div class="member-data">
<div style="text-align:center; display: inline; padding-right:5px;">
<img src="https://www.kawebook.com/assets2/img/heart.png" style="width:18px; margin-right:5px;" alt="กำลังใจ">
0.00 </div>
<a style="text-align:center; display: inline;" href="https://www.kawebook.com/reward">
<img src="https://www.kawebook.com/assets2/img/gold.png" style="width:20px; margin-right:3px;" alt="อั่งเปา">
0.00 </a>
</div>
<!-- responsive nav mass pro -->
<button class="btn btn-addheart" onclick="location.href = 'https://www.kawebook.com/heart'"><img src="https://www.kawebook.com/assets2/img/d_addheart.webp?v=2001" style="width: 45px; margin-right:6px;" alt="เติมกำลังใจ">เติมกำลังใจ</button>
<div style="padding-bottom: 60px;">
<a href="https://www.kawebook.com/profile/history" class=""><i class="fas fa-file "></i>ผลงานที่ติดตาม</a>
<a href="https://www.kawebook.com/profile/lateststory" class=""><i class="fas fa-eye "></i>ผลงานที่ดูล่าสุด</a>
<a href="https://www.kawebook.com/profile/bookshelf" class=""><i class="fas fa-heart "></i>ผลงานที่ให้กำลังใจ</a>
<a href="https://www.kawebook.com/yourstory" class=""><i class="fas fa-edit "></i>จัดการงานเขียน</a>
<!-- <a href="https://www.kawebook.com/profile/mybook" class=""><i class="fas fa-book "></i>หนังสือของฉัน</a> -->
<a href="https://www.kawebook.com/profile/myebook" class=""><i class="fas fa-book-open "></i>อีบุ๊คของฉัน</a>
<!-- <a href="https://www.kawebook.com/profile/trackingOrder" class=""><i class="fas fa-truck "></i>ติดตามสถานะการสั่งซื้อ</a> -->
<a href="https://www.kawebook.com/reward" class=""><i class="fas fa-vote-yea "></i>ถอนอั่งเปา</a>
<a href="https://www.kawebook.com/ตั้งค่า" class=""><i class="fas fa-cog "></i>ตั้งค่า</a>
</div>
</div>
<header>
<!-- line top responsetive -->
<nav class="navbar bg-top menu-responsetive-top d-lg-none" id="bg-top">
<div class="d-flex">
<button class="navbar-toggler member-logo px-3 py-2" id="bar-logo" type="button" onclick="openMenu()">
<i class="fas fa-bars" id="bar-icon" style="font-size: 1.3rem; color:white;"></i>
</button>
<img src="https://www.kawebook.com/assets2/img/logo_kawe.webp" onclick="location.href = 'https://www.kawebook.com/'" class="kawe-logo d-none d-md-block my-auto">
</div>
<div class="d-flex justify-content-sm-center">
<button class="navbar-toggler signin-logo my-auto font-weight-bold" type="button" style="font-size: 14px;"
onclick="location.href = 'https://www.kawebook.com/login'">
เข้าสู่ระบบ
</button>
<!-- <button class="navbar-toggler signin-logo ml-auto font-weight-bold" type="button" style="color:#3e2719; font-size: 14px;" onclick="location.href = 'https://www.kawebook.com/login'">
<i class="fas fa-user" style="padding-right:10px; color:#fbb243;"></i>เข้าสู่ระบบ / สมัครสมาชิก
</button> -->
<!-- <button class="navbar-toggler member-logo" type="button" onclick="location.href = 'https://www.kawebook.com/ค้นหา'">
<i class="fas fa-search" id="member-icon" style="font-size: 1.3rem; color:white"></i>
</button> -->
</div>
</nav>
<!-- line desktop -->
<nav class="bg-top d-none menu-desktop-top d-xl-block d-lg-block navbar-top" >
<div class="container d-flex">
<div class="d-flex" style="width: 55%; font-size:0.85rem; color:#fbb243;">
<div class="my-auto">
<p class="d-inline-block">เว็บอ่านนิยายออนไลน์</p>
<p class="d-inline-block"> นิยายแปล นิยายจีน นิยายญี่ปุ่น นิยายรัก นิยายY แฟนตาซี จำนวนมาก | กวีบุ๊ค</p>
</div>
</div>
<div class="d-flex" style="width: 45%;">
<div class="my-auto ml-auto">
<button class="navbar-toggler signin-logo ml-auto py-3" type="button" style="color:#3e2719; font-size: 14px;" onclick="location.href = 'https://www.kawebook.com/login'">
<i class="fas fa-user" style="padding-right:10px; color:#fbb243;"></i>เข้าสู่ระบบ / สมัครสมาชิก
</button>
</div>
</div>
</div>
</nav>
<!-- menu desktop -->
<style type="text/css">
.menu-desktop {
background-color: #f6dfcf;
}
.menu-desktop .left,.menu-desktop .right {
height: 58px;
background-color: #e9623a;
}
.menu-desktop div {
display: flex;
}
.menu-desktop .left {
width: 83%;
}
.menu-desktop .right {
width: 17%;
}
@media (max-width: 1134px) {
.menu-desktop .left {
width: 100%;
}
.menu-desktop .right {
width: 0%;
display: none;
}
}
.menu-desktop div div li:first-child{
border-left: .1px dashed #894222;
}
.menu-desktop div div a i{
padding-right: 5px;
width: 21px;
}
i.kawe-icon-01{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-01-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-01,.menu-desktop div div a.active i.kawe-icon-01{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-01-1.webp');
}
i.kawe-icon-01{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-01-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-01,.menu-desktop div div a.active i.kawe-icon-01{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-01-1.webp');
}
i.kawe-icon-05{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-05-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-05,.menu-desktop div div a.active i.kawe-icon-05{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-05-1.webp');
}
i.kawe-icon-11{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-11-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-11,.menu-desktop div div a.active i.kawe-icon-11{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-11-1.webp');
}
i.kawe-icon-08{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-08-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-08,.menu-desktop div div a.active i.kawe-icon-08{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-08-1.webp');
}
i.kawe-icon-03{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-03-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-03,.menu-desktop div div a.active i.kawe-icon-03{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-03-1.webp');
}
i.kawe-icon-06{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-06-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-06,.menu-desktop div div a.active i.kawe-icon-06{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-06-1.webp');
}
i.kawe-icon-02{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-02-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-02,.menu-desktop div div a.active i.kawe-icon-02{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-02-1.webp');
}
i.kawe-icon-07{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-07-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-07,.menu-desktop div div a.active i.kawe-icon-07{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-07-1.webp');
}
i.kawe-icon-14{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-14-2.webp');
}
.menu-desktop div div a:hover i.kawe-icon-14,.menu-desktop div div a.active i.kawe-icon-14{
content:url('https://www.kawebook.com/assets2/img/icon-menu-desktop/icon-14-1.webp');
}
.menu-desktop div div a p {
}
.menu-desktop div div a.active,.menu-desktop div div a:hover{
background-color: #f6dfcf;
color: #7a3203;
}
.input-group-search input {
border-radius: 0;
border: 1px solid #fff;
background-clip:unset;
}
.input-group-search input:focus {
border-color:#fff;
box-shadow:unset;
}
.input-group-search button {
color: #e9623a;
background-color:#fff;
border-radius: unset;
}
.input-group-search button:focus {
box-shadow:unset;
}
.input-group-search button:hover {
color: #fff;
background-color:#e9623a;
}
.nav-kawe ul {
list-style-type: none;
margin: 0;
padding: 0;
display: block;
}
.nav-kawe li {
margin: 0;
padding: 0;
display: inline;
float: left;
}
.nav-kawe li a {
padding: 17px 20px;
outline: 0;
font-weight: 400;
color: #fff;
cursor: pointer;
width: auto;
height: 100%;
display: flex;
align-items: center;
justify-content:center;
margin-top: auto;
padding-right: 9px;
margin-bottom: auto;
padding-left: 9px;
border-right: .1px dashed #894222;
}
.nav-kawe li:hover ul.dropdown { display: block; }
.nav-kawe li ul.dropdown {
position: absolute;
display: none;
width: 170px;
background:#e9623a;
box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
padding-top: 0;
}
.dropdown{
z-index: 10;
}
.nav-kawe li ul.dropdown li {
display: block;
list-style-type: none;
border-left: 0;
}
.nav-kawe li ul.dropdown li a {
padding: 15px 20px;
font-size: 15px;
color:#fff;
display: block;
font-weight: 400;
border-right: 0;
border-bottom: 1px solid #f8f8f8;
width: 170px;
}
.nav-kawe li ul.dropdown li a:hover{
background-color: #f6dfcf;
color: #7a3203;
width: 170px;
}
.nav-kawe li ul.dropdown li:last-child a { border-bottom: none; }
.arrow-down {
width: 0;
height: 0;
border-left: 5px solid transparent;
border-right: 5px solid transparent;
border-top: 5px solid #def1f0;
position: relative;
top: 2px;
right: -5px;
}
.menu-desktop div div a:hover .arrow-down{
border-top: 5px solid #7a3203;
}
</style>
<div class="w-100 d-none d-lg-block" style="background-color: #f6dfcf;">
<div class="container container-custom-1 p-0">
<div class="d-flex menu-desktop ">
<div style="width: 100px;">
<a class="d-flex" href="https://www.kawebook.com/">
<img class="w-100 p-2 my-auto mx-auto" src="https://www.kawebook.com/assets2/img/logo_top.webp?v=2001" alt="logo-top">
</a>
</div>
<div style="width: calc(100% - 100px);">
<div class="my-auto mr-auto d-flex left nav-kawe">
<nav>
<ul>
<li><a class="" href="https://www.kawebook.com/ชั้นหนังสือ"><i class="kawe-icon-01"></i><p>ชั้นหนังสือ</p></a></li>
<li><a href="https://www.kawebook.com/"><i class="kawe-icon-05"></i><p>นิยาย</p><span class="arrow-down"></span></a>
<ul class="dropdown">
<li><a href="https://www.kawebook.com/นิยาย-Y">นิยาย-Y</a></li>
<li><a href="https://www.kawebook.com/นิยาย-แฟนตาซี"><p>นิยายแฟนตาซี</p></a></li>
<li><a href="https://www.kawebook.com/นิยาย-รัก">นิยายรัก</a></li>
<li><a href="https://www.kawebook.com/นิยาย-จีน-กำลังภายใน-เทพเซียน">นิยายจีนกำลังภายใน</a></li>
</ul>
</li>
<li><a class="" href="https://www.kawebook.com/การ์ตูน"><i class="kawe-icon-11"></i><p>การ์ตูน</p></a></li>
<li><a class="" href="https://www.kawebook.com/นิยายติดอันดับ"><i class="kawe-icon-08"></i><p>นิยายติดอันดับ</p></a></li>
<li><a class="" href="https://www.kawebook.com/นิยายอัปเดตล่าสุด"><i class="kawe-icon-03"></i><p>นิยายล่าสุด</p></a></li>
<li><a class="" href="https://www.kawebook.com/เขียนนิยาย"><i class="kawe-icon-06"></i><p>เขียนนิยาย</p></a></li>
<li><a class="" href="https://www.kawebook.com/heart"><i class="kawe-icon-02"></i><p>เติมกำลังใจ</p></a></li>
<li><a class="" href="https://www.kawebook.com/blog"><i class="kawe-icon-14"></i><p>BLOG</p></a></li>
</ul>
</nav>
</div>
<div class="my-auto justify-content-around right ">
<div class="d-flex align-items-center">
<form action="https://www.kawebook.com/ค้นหา" method="get" enctype="multipart/form-data" accept-charset="utf-8">
<div class="d-flex justify-content-center input-group-search px-2">
<input type="text" name="keyword" class="form-control" placeholder="ค้นหา"> <!-- นิยาย/แท็ก/ผู้เเต่ง -->
<button class="btn btn-default" type="submit" >
<i class="fas fa-search"></i>
</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="btn-uptopPage" >
<img src="https://www.kawebook.com/assets/img/icon-up.png?v=2001" class="menu-img">
</div>
</header>
<script>
window.addEventListener("click", function(event) {
let id = event.target.id;
if(id !== 'bar-icon'){
let x = document.getElementById("MenuSidenav");
let isShowMenu = (x.style.width === "250px");
if(isShowMenu){
openMenu(id);
}
}
});
function openMenu(id) {
var x = document.getElementById("MenuSidenav");
var y = document.getElementById("MemberSidenav");
if (x.style.width === "250px") {
if(id != 'arrow-down-dropdown'){
x.style.width = "0";
document.getElementById("bg-top").classList.remove("fixed-top");
}
document.getElementById("bar-logo").style.backgroundColor = "transparent";
document.getElementById("bar-icon").style.color = "white";
// document.getElementById("main-content").style.paddingTop = "0";
} else {
x.style.width = "250px";
document.getElementById("bar-logo").style.backgroundColor = "#f7e0d0";
document.getElementById("bar-icon").style.color = "#e26e23";
document.getElementById("bg-top").classList.add("fixed-top");
// document.getElementById("main-content").style.paddingTop = "55.39px";
if (x.style.width === "250px") {
y.style.height = "0";
if(document.getElementById("member-logo")!=null){
document.getElementById("member-logo").style.backgroundColor = "transparent";
}
$('#member-icon').css('color','white')
}
}
}
function openMember() {
var x = document.getElementById("MenuSidenav");
var y = document.getElementById("MemberSidenav");
if (y.style.height === "83%") {
y.style.height = "0";
document.getElementById("member-logo").style.backgroundColor = "transparent";
document.getElementById("bg-top").classList.remove("fixed-top");
document.getElementById("main-content").style.paddingTop = "0";
$('#member-icon').css('color','white')
} else {
y.style.height = "83%";
document.getElementById("member-logo").style.backgroundColor = "#f7e0d0";
$('#member-icon').css('color','white')
document.getElementById("bg-top").classList.add("fixed-top");
document.getElementById("main-content").style.paddingTop = "55.39px";
if (x.style.width === "250px") {
x.style.width = "0";
document.getElementById("bar-logo").style.backgroundColor = "transparent";
document.getElementById("bar-icon").style.color = "white";
}
}
}
</script>
<main role="main" id="main-content">
<div class="header-title">
<div class="header-desk">
<div class="col icon-header">
<h1 style="font-weight: 600;padding-left: 10px;">กวีบุ๊ค|นิยาย อ่านนิยายออนไลน์ฟรี นิยายจีนแปล รัก วาย แฟนตาซี ครบ</h1>
</div>
</div>
</div>
<div class="container-checkscreen" style="position:relative;">
<div id="loading">
<div class="loading-home fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
</div>
<div id="content-in">
<div class="swiper-container swiper-banner pt-2 pb-3" style="z-index:0;">
<div class="swiper-wrapper">
<div class="swiper-slide bg-content-story">
<a href="https://kawebook.co/H9cg" target="_blank" >
<img
srcset="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250815-153500_kawebook_banner_320w.webp 320w, https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250815-153500_kawebook_banner_480w.webp 480w, https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250815-153500_kawebook_banner_640w.webp 640w"
sizes="(max-width: 320px) 320px,(max-width: 480px) 480px, (max-width: 800px) 640px, 900px"
src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250815-153500_kawebook_banner.webp"
alt=""
/>
</a>
</div>
<div class="swiper-slide bg-content-story">
<a href="https://kawebook.co/a9w5" target="_blank" >
<img
srcset="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250808-134508_kawebook_banner_320w.webp 320w, https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250808-134508_kawebook_banner_480w.webp 480w, https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250808-134508_kawebook_banner_640w.webp 640w"
sizes="(max-width: 320px) 320px,(max-width: 480px) 480px, (max-width: 800px) 640px, 900px"
src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250808-134508_kawebook_banner.webp"
alt=""
/>
</a>
</div>
<div class="swiper-slide bg-content-story">
<a href="https://kawebook.co/E0Mw" target="_blank" >
<img
srcset="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250729-153411_kawebook_banner_320w.webp 320w, https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250729-153411_kawebook_banner_480w.webp 480w, https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250729-153411_kawebook_banner_640w.webp 640w"
sizes="(max-width: 320px) 320px,(max-width: 480px) 480px, (max-width: 800px) 640px, 900px"
src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/banner/20250729-153411_kawebook_banner.webp"
alt=""
/>
</a>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
<!-- menu for responsetive -->
<div class="group-story d-md-none d-lg-none d-xl-none" style="font-size:0;">
<div class="d-flex">
<div style="width: 20%;">
<a class="" href="https://www.kawebook.com/ค้นหา">
<img src="https://www.kawebook.com/assets2/img/menu1.webp?v=2.37.2" class="menu-img" alt="หมวดหมู่นิยาย">
</a>
</div>
<div style="width: 20%;">
<a class="" href="https://www.kawebook.com/นิยายติดอันดับ">
<img src="https://www.kawebook.com/assets2/img/menu2.webp?v=2.37.2" class="menu-img" alt="นิยายติดอันดับ">
</a>
</div>
<div style="width: 20%;">
<a class="" href="https://www.kawebook.com/นิยายอัปเดตล่าสุด">
<img src="https://www.kawebook.com/assets2/img/menu3.webp?v=2.37.2" class="menu-img" alt="นิยายอัปเดตล่าสุด">
</a>
</div>
<div style="width: 20%;">
<a class="" href="https://www.kawebook.com/เขียนนิยาย">
<img src="https://www.kawebook.com/assets2/img/menu4.webp?v=2.37.2" class="menu-img" alt="เขียนนิยาย">
</a>
</div>
<div style="width: 20%;">
<a class="" href="https://www.kawebook.com/การ์ตูน">
<img src="https://www.kawebook.com/assets2/img/menu5.webp?v=2.37.2" class="menu-img" alt="การ์ตูน">
</a>
</div>
</div>
</div>
<!-- menu for ipad -->
<div class="d-none d-md-block d-lg-none d-xl-none">
<div class="row" style="padding:10px;">
<div class="" style="width: 20%; padding: 0 5px;">
<a href="https://www.kawebook.com/ค้นหา">
<img src="https://www.kawebook.com/assets2/img/MenuIPad@1.webp?v=2.37.2" style="width:100%" alt="ค้นหานิยาย">
</a>
</div>
<div class="" style="width: 20%; padding: 0 5px;">
<a href="https://www.kawebook.com/นิยายติดอันดับ">
<img src="https://www.kawebook.com/assets2/img/Menu2IPad@1.webp?v=2.37.2" style="width:100%" alt="นิยายติดอันดับ">
</a>
</div>
<div class="" style="width: 20%; padding: 0 5px;">
<a href="https://www.kawebook.com/นิยายอัปเดตล่าสุด">
<img src="https://www.kawebook.com/assets2/img/Menu3IPad@1.webp?v=2.37.2" style="width:100%" alt="นิยายอัปเดตล่าสุด">
</a>
</div>
<div class="" style="width: 20%; padding: 0 5px;">
<a href="https://www.kawebook.com/เขียนนิยาย">
<img src="https://www.kawebook.com/assets2/img/Menu4IPad@2.webp?v=2.37.2" style="width:100%" alt="เขียนนิยาย">
</a>
</div>
<div class="" style="width: 20%; padding: 0 5px;">
<a class="" href="https://www.kawebook.com/การ์ตูน">
<img src="https://www.kawebook.com/assets2/img/menu5.webp?v=2.37.2" class="menu-img" alt="การ์ตูน">
</a>
</div>
</div>
</div>
<div class="pb-2">
<div class="group-story mainContent-updateComeFast bg-gradient-style-1">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0">
<tr>
<td rowspan="3" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-1.webp" alt="นิยายอัปเดตมาแรง" class="icon-group-story float-left" />
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">อ่านนิยาย อัปเดตมาแรง</h2></td>
<td align="right">
<a href="https://www.kawebook.com/นิยายอัปเดตมาเเรง" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-1.webp" alt="นิยายอัปเดตมาแรง" class="icon-group-story float-left" />
</div>
<div class="col d-flex align-items-end" style="padding:0">
<div class="pb-1">
<h2 class="novel-type">อ่านนิยาย อัปเดตมาแรง</h2>
</div>
</div>
<div style="width:auto;" class="d-flex align-items-end">
<a href="https://www.kawebook.com/นิยายอัปเดตมาเเรง" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left swiper-button-prev-update btn-swiper-prev-next"></i>
<i class="fas fa-caret-right swiper-button-next-update btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="swiper-area">
<div class="swiper-update" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper">
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/20201/นิยาย/นิยาย-แฟนตาซี/เกิดใหม่อีกครา-ข้าจะเป็นราชันผู้อัญเชิญสัตว์อสูร">
<div class="img-story" title="นิยาย เกิดใหม่อีกครา ข้าจะเป็นราชันผู้อัญเชิญสัตว์อสูร" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1749312557_35957791.webp" alt="เกิดใหม่อีกครา ข้าจะเป็นราชันผู้อัญเชิญสัตว์อสูร">
</div>
<div class="p-1">
<div>
<p class="novel-name">เกิดใหม่อีกครา ข้าจะเป็นราชันผู้อัญเชิญสัตว์อสูร</p>
<p class="novel-name-type">นิยาย แฟนตาซี</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 20.57K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/13270/นิยาย/นิยาย-แฟนตาซี/ระบบสดยอดคน">
<div class="img-story" title="นิยาย ระบบสุดยอดคน" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1663819470_93464998.webp" alt="ระบบสุดยอดคน">
</div>
<div class="p-1">
<div>
<p class="novel-name">ระบบสุดยอดคน</p>
<p class="novel-name-type">นิยาย แฟนตาซี</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 38.07K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/17581/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/จักรพรรดินวดาราเพลิง">
<div class="img-story" title="นิยาย จักรพรรดินวดาราเพลิง" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1715940127_57878415.webp" alt="จักรพรรดินวดาราเพลิง">
</div>
<div class="p-1">
<div>
<p class="novel-name">จักรพรรดินวดาราเพลิง</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 72.88K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18418/นิยาย/นิยาย-ย้อนยค-อนาคต/ฮูหยินอัจฉริยะของราชายมโลก">
<div class="img-story" title="นิยาย ฮูหยินอัจฉริยะของราชายมโลก" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1732249871_33949748.webp" alt="ฮูหยินอัจฉริยะของราชายมโลก">
</div>
<div class="p-1">
<div>
<p class="novel-name">ฮูหยินอัจฉริยะของราชายมโลก</p>
<p class="novel-name-type">นิยาย ย้อนยุค,อนาคต</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 38.74K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/7798/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/มหาเทพเซียนกลับมาเกิดใหม่ในมหานคร">
<div class="img-story" title="นิยาย มหาเทพเซียนกลับมาเกิดใหม่ในมหานคร" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1605877943_94846495.webp" alt="มหาเทพเซียนกลับมาเกิดใหม่ในมหานคร">
</div>
<div class="p-1">
<div>
<p class="novel-name">มหาเทพเซียนกลับมาเกิดใหม่ในมหานคร</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 600.92K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/17392/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/แสงจันทร์พันธนาการ">
<div class="img-story" title="นิยาย แสงจันทร์พันธนาการ" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1714061568_82940238.webp" alt="แสงจันทร์พันธนาการ">
</div>
<div class="p-1">
<div>
<p class="novel-name">แสงจันทร์พันธนาการ</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 18.36K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/20555/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/มหาตำนานวิถีสวรรค์-จารึกมังกรบรรพกาล">
<div class="img-story" title="นิยาย มหาตำนานวิถีสวรรค์: จารึกมังกรบรรพกาล" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1754066595_19256351.webp" alt="มหาตำนานวิถีสวรรค์: จารึกมังกรบรรพกาล">
</div>
<div class="p-1">
<div>
<p class="novel-name">มหาตำนานวิถีสวรรค์: จารึกมังกรบรรพกาล</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 86.99K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18533/นิยาย/นิยาย-แฟนตาซี/ทายาทจักรพรรดิ-NC18">
<div class="img-story" title="นิยาย ทายาทจักรพรรดิ (NC18+)" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1747140985_21613669.webp" alt="ทายาทจักรพรรดิ (NC18+)">
</div>
<div class="p-1">
<div>
<p class="novel-name">ทายาทจักรพรรดิ (NC18+)</p>
<p class="novel-name-type">นิยาย แฟนตาซี</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 13.34K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18890/นิยาย/นิยาย-แฟนตาซี/กบของผมกลัวว่าผมจะตายจึงเดินทางทะลมิติ">
<div class="img-story" title="นิยาย กบของผมกลัวว่าผมจะตายจึงเดินทางทะลุมิติ" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1729606806_11369062.webp" alt="กบของผมกลัวว่าผมจะตายจึงเดินทางทะลุมิติ">
</div>
<div class="p-1">
<div>
<p class="novel-name">กบของผมกลัวว่าผมจะตายจึงเดินทางทะลุมิติ</p>
<p class="novel-name-type">นิยาย แฟนตาซี</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 7.77K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/17882/นิยาย/นิยาย-อีโรติก/ข้าที่เกิดใหม่มาเป็นหมูน้อย-ที่ต้องอาศัยการบำเพ็ญคู่เพื่อเพิ่มพลังปราณ-NC">
<div class="img-story" title="นิยาย ข้าที่เกิดใหม่มาเป็นหมูน้อย ที่ต้องอาศัยการบำเพ็ญคู่เพื่อเพิ่มพลังปราณ NC" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1742697172_26237973.webp" alt="ข้าที่เกิดใหม่มาเป็นหมูน้อย ที่ต้องอาศัยการบำเพ็ญคู่เพื่อเพิ่มพลังปราณ NC">
</div>
<div class="p-1">
<div>
<p class="novel-name">ข้าที่เกิดใหม่มาเป็นหมูน้อย ที่ต้องอาศัยการบำเพ็ญคู่เพื่อเพิ่มพลังปราณ NC</p>
<p class="novel-name-type">นิยาย อีโรติก</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 6.95K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/9048/นิยาย/นิยาย-รัก/ท่านอ๋องผู้โหดร้ายกับหมอปีศาจ">
<div class="img-story" title="นิยาย ท่านอ๋องผู้โหดร้ายกับหมอปีศาจ" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1731473311_67264862.webp" alt="ท่านอ๋องผู้โหดร้ายกับหมอปีศาจ">
</div>
<div class="p-1">
<div>
<p class="novel-name">ท่านอ๋องผู้โหดร้ายกับหมอปีศาจ</p>
<p class="novel-name-type">นิยาย รัก</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 392.97K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/19989/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/มหาปราณ-อมตะวาย-กบฏลวงตา">
<div class="img-story" title="นิยาย มหาปราณ อมตะวายุ : กบฏลวงตา" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1749127383_29554851.webp" alt="มหาปราณ อมตะวายุ : กบฏลวงตา">
</div>
<div class="p-1">
<div>
<p class="novel-name">มหาปราณ อมตะวายุ : กบฏลวงตา</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 6.21K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18583/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/หนิงเทียน-ราชันจักรพรรดิ-ฉบับรีไรท์-จบแล้ว">
<div class="img-story" title="นิยาย หนิงเทียน ราชันจักรพรรดิ ฉบับรีไรท์ จบแล้ว" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1751469019_98260749.webp" alt="หนิงเทียน ราชันจักรพรรดิ ฉบับรีไรท์ จบแล้ว">
</div>
<div class="p-1">
<div>
<p class="novel-name">หนิงเทียน ราชันจักรพรรดิ ฉบับรีไรท์ จบแล้ว</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 20.14K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/17875/นิยาย/นิยาย-แฟนตาซี/ระบบคัดลอกพรสวรรค์-Your-Talent-Is-Mine">
<div class="img-story" title="นิยาย ระบบคัดลอกพรสวรรค์ (Your Talent Is Mine)" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1730185668_59962053.webp" alt="ระบบคัดลอกพรสวรรค์ (Your Talent Is Mine)">
</div>
<div class="p-1">
<div>
<p class="novel-name">ระบบคัดลอกพรสวรรค์ (Your Talent Is Mine)</p>
<p class="novel-name-type">นิยาย แฟนตาซี</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 1.84M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18457/นิยาย/นิยาย-รัก/ฮูหยินข้าคือนักวิทยาศาสตร์">
<div class="img-story" title="นิยาย ฮูหยินข้าคือนักวิทยาศาสตร์" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1750908738_31683461.webp" alt="ฮูหยินข้าคือนักวิทยาศาสตร์">
</div>
<div class="p-1">
<div>
<p class="novel-name">ฮูหยินข้าคือนักวิทยาศาสตร์</p>
<p class="novel-name-type">นิยาย รัก</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 92.08K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/15198/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/ก่อกำเนิด-เทพสงครามพลิกปฐพี">
<div class="img-story" title="นิยาย ก่อกำเนิด : เทพสงครามพลิกปฐพี" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1715747142_59274429.webp" alt="ก่อกำเนิด : เทพสงครามพลิกปฐพี">
</div>
<div class="p-1">
<div>
<p class="novel-name">ก่อกำเนิด : เทพสงครามพลิกปฐพี</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 1.44M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18337/นิยาย/นิยาย-แฟนตาซี/ดวงเนตรสมบัติพลิกชะตา-ข้าจะเป็นเศรษฐี-นิยายแปล">
<div class="img-story" title="นิยาย ดวงเนตรสมบัติพลิกชะตา ข้าจะเป็นเศรษฐี [นิยายแปล]" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1731316741_7116072.webp" alt="ดวงเนตรสมบัติพลิกชะตา ข้าจะเป็นเศรษฐี [นิยายแปล]">
</div>
<div class="p-1">
<div>
<p class="novel-name">ดวงเนตรสมบัติพลิกชะตา ข้าจะเป็นเศรษฐี [นิยายแปล]</p>
<p class="novel-name-type">นิยาย แฟนตาซี</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 67.51K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18207/นิยาย/นิยาย-แฟนตาซี/ระบบจักรพรรดิแห่งวันสิ้นโลก-วิวัฒนาการไร้ขีดจำกัด">
<div class="img-story" title="นิยาย ระบบจักรพรรดิแห่งวันสิ้นโลก-วิวัฒนาการไร้ขีดจำกัด" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1744958092_87635532.webp" alt="ระบบจักรพรรดิแห่งวันสิ้นโลก-วิวัฒนาการไร้ขีดจำกัด">
</div>
<div class="p-1">
<div>
<p class="novel-name">ระบบจักรพรรดิแห่งวันสิ้นโลก-วิวัฒนาการไร้ขีดจำกัด</p>
<p class="novel-name-type">นิยาย แฟนตาซี</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 168.71K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18015/นิยาย/นิยาย-รัก/ยามสกณาหวนคืนขับขาน-โผทะยานสู่ยค-80">
<div class="img-story" title="นิยาย ยามสกุณาหวนคืนขับขาน โผทะยานสู่ยุค 80" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1745315770_40361648.webp" alt="ยามสกุณาหวนคืนขับขาน โผทะยานสู่ยุค 80">
</div>
<div class="p-1">
<div>
<p class="novel-name">ยามสกุณาหวนคืนขับขาน โผทะยานสู่ยุค 80</p>
<p class="novel-name-type">นิยาย รัก</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 268.01K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/20493/นิยาย/นิยาย-ย้อนยค-อนาคต/ครอบครัวสามีโปรดดูให้ดี-ฉันคนนี้จะเป็นเศรษฐีบ้านนา-นิยายแปล">
<div class="img-story" title="นิยาย ครอบครัวสามีโปรดดูให้ดี ฉันคนนี้จะเป็นเศรษฐีบ้านนา [นิยายแปล]" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1751516575_3277851.webp" alt="ครอบครัวสามีโปรดดูให้ดี ฉันคนนี้จะเป็นเศรษฐีบ้านนา [นิยายแปล]">
</div>
<div class="p-1">
<div>
<p class="novel-name">ครอบครัวสามีโปรดดูให้ดี ฉันคนนี้จะเป็นเศรษฐีบ้านนา [นิยายแปล]</p>
<p class="novel-name-type">นิยาย ย้อนยุค,อนาคต</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 5.71K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/19512/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/เฟิงหลี่เฉียง-ยอดเสนาบดีแห่งหมิง-มีอีบ๊คเล่ม-1-6-ที่meb-ปิ่นโต">
<div class="img-story" title="นิยาย เฟิงหลี่เฉียง ยอดเสนาบดีแห่งหมิง (มีอีบุ๊คเล่ม 1-6 ที่meb/ปิ่นโต)" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1738067981_46537637.webp" alt="เฟิงหลี่เฉียง ยอดเสนาบดีแห่งหมิง (มีอีบุ๊คเล่ม 1-6 ที่meb/ปิ่นโต)">
</div>
<div class="p-1">
<div>
<p class="novel-name">เฟิงหลี่เฉียง ยอดเสนาบดีแห่งหมิง (มีอีบุ๊คเล่ม 1-6 ที่meb/ปิ่นโต)</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 5.11K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- จัดโปร Black Friday/8.8/9.9/.... นิยายดังลดทั้งเรื่อง! มาจาก section นิยายแนะนำ -->
<div class="pb-2">
<div class="group-story mainContent-SpecialSection bg-gradient-style-2">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-2.webp" alt="นิยายลดราคา" class="icon-group-story float-left" />
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;">
<p class="txtPromotion txtSection" id="txtSpecialRes" style="line-height: 100%;">นิยายลดราคา</p>
</td>
<td align="right" style="min-width: 90px;">
<a href="https://www.kawebook.com/นิยายลดราคา/8" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-2.webp" alt="นิยายลดราคา" class="icon-group-story float-left" />
</td>
<div class="col d-flex align-items-end" style="padding:0">
<div class="pb-1">
<h2 class="novel-type" id="txtSpecialDes">นิยายลดราคา</h2>
</div>
</div>
<div style="width:auto;" class="d-flex align-items-end" target="_blank">
<a href="https://www.kawebook.com/นิยายลดราคา/8" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left swiper-button-prev-special-section btn-swiper-prev-next"></i>
<i class="fas fa-caret-right swiper-button-next-special-section btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="swiper-area">
<div class="swiper-special-section" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper">
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/12340/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/จบ-บันทึกตำนานราชันอหังการ">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย [จบ] บันทึกตำนานราชันอหังการ" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1652071564_22878682.webp" alt="[จบ] บันทึกตำนานราชันอหังการ">
</div>
<div class="p-1">
<div>
<p class="novel-name">[จบ] บันทึกตำนานราชันอหังการ</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">2.05M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/13558/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/จบ-บันทึกเส้นทางจักรพรรดิเซียน">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย [จบ] บันทึกเส้นทางจักรพรรดิเซียน" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1699431956_85018661.webp" alt="[จบ] บันทึกเส้นทางจักรพรรดิเซียน">
</div>
<div class="p-1">
<div>
<p class="novel-name">[จบ] บันทึกเส้นทางจักรพรรดิเซียน</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">459.13K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/14841/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/จบ-ระบบวายร้ายแห่งโชคชะตา">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย [จบ] ระบบวายร้ายแห่งโชคชะตา" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1682648255_88486121.webp" alt="[จบ] ระบบวายร้ายแห่งโชคชะตา">
</div>
<div class="p-1">
<div>
<p class="novel-name">[จบ] ระบบวายร้ายแห่งโชคชะตา</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">49.45K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18186/นิยาย/นิยาย-ผจญภัย-แอคชั่น-ไซไฟ/ย้อนเวลากลับมาสร้างเซฟเฮาส์ในวันสิ้นโลก">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย ย้อนเวลากลับมาสร้างเซฟเฮาส์ในวันสิ้นโลก" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1722910526_55382665.webp" alt="ย้อนเวลากลับมาสร้างเซฟเฮาส์ในวันสิ้นโลก">
</div>
<div class="p-1">
<div>
<p class="novel-name">ย้อนเวลากลับมาสร้างเซฟเฮาส์ในวันสิ้นโลก</p>
<p class="novel-name-type">นิยาย ผจญภัย,แอคชั่น,ไซไฟ</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">26.35K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/15909/นิยาย/นิยาย-ย้อนยค-อนาคต/จบ-ทะลมิติไปเป็นช่างเสริมสวยยค-80">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย (จบ)ทะลุมิติไปเป็นช่างเสริมสวยยุค 80" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1695638831_9726658.webp" alt="(จบ)ทะลุมิติไปเป็นช่างเสริมสวยยุค 80">
</div>
<div class="p-1">
<div>
<p class="novel-name">(จบ)ทะลุมิติไปเป็นช่างเสริมสวยยุค 80</p>
<p class="novel-name-type">นิยาย ย้อนยุค,อนาคต</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">58.86K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/9301/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/สดยอดจักรพรรดิดาบและกระบี่-จบ">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย สุดยอดจักรพรรดิดาบและกระบี่ [จบ]" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1618817822_76978483.webp" alt="สุดยอดจักรพรรดิดาบและกระบี่ [จบ]">
</div>
<div class="p-1">
<div>
<p class="novel-name">สุดยอดจักรพรรดิดาบและกระบี่ [จบ]</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">416.25K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/18423/นิยาย/นิยาย-แฟนตาซี/จบ-ไลฟ์สดดูดวง-โดย-หมอดูเซียนสาว">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย [จบ] ไลฟ์สดดูดวง โดย หมอดูเซียนสาว" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1733281358_56421056.webp" alt="[จบ] ไลฟ์สดดูดวง โดย หมอดูเซียนสาว">
</div>
<div class="p-1">
<div>
<p class="novel-name">[จบ] ไลฟ์สดดูดวง โดย หมอดูเซียนสาว</p>
<p class="novel-name-type">นิยาย แฟนตาซี</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">12.08K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/15002/นิยาย/นิยาย-ย้อนยค-อนาคต/จบ-สูตรลับแม่ครัวมือทองในยค80">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย [จบ] สูตรลับแม่ครัวมือทองในยุค80" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1685097311_48109067.webp" alt="[จบ] สูตรลับแม่ครัวมือทองในยุค80">
</div>
<div class="p-1">
<div>
<p class="novel-name">[จบ] สูตรลับแม่ครัวมือทองในยุค80</p>
<p class="novel-name-type">นิยาย ย้อนยุค,อนาคต</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">38.72K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/10215/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/จบ-หนึ่งกระบี่นิจนิรันดร์">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย [จบ] หนึ่งกระบี่นิจนิรันดร์" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1645685927_15551406.webp" alt="[จบ] หนึ่งกระบี่นิจนิรันดร์">
</div>
<div class="p-1">
<div>
<p class="novel-name">[จบ] หนึ่งกระบี่นิจนิรันดร์</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">766.69K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/12227/นิยาย/นิยาย-ย้อนยค-อนาคต/สำรับมนตราของชายาอ๋อง-จบ">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย สำรับมนตราของชายาอ๋อง [จบ]" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1666176559_57641210.webp" alt="สำรับมนตราของชายาอ๋อง [จบ]">
</div>
<div class="p-1">
<div>
<p class="novel-name">สำรับมนตราของชายาอ๋อง [จบ]</p>
<p class="novel-name-type">นิยาย ย้อนยุค,อนาคต</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">33.53K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/15000/นิยาย/นิยาย-ย้อนยค-อนาคต/จบ-ย้อนเวลามาเป็นเศรษฐินีผู้มั่งคั่งร่ำรวย">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย [จบ] ย้อนเวลามาเป็นเศรษฐินีผู้มั่งคั่งร่ำรวย" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1713323917_26994060.webp" alt="[จบ] ย้อนเวลามาเป็นเศรษฐินีผู้มั่งคั่งร่ำรวย">
</div>
<div class="p-1">
<div>
<p class="novel-name">[จบ] ย้อนเวลามาเป็นเศรษฐินีผู้มั่งคั่งร่ำรวย</p>
<p class="novel-name-type">นิยาย ย้อนยุค,อนาคต</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">30.53K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/16051/นิยาย/นิยาย-ย้อนยค-อนาคต/จบ-ทะลมิติพลิกชะตากับครอบครัวคลั่งรักยค-70">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย [จบ] ทะลุมิติพลิกชะตากับครอบครัวคลั่งรักยุค 70" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1711958603_2161131.webp" alt="[จบ] ทะลุมิติพลิกชะตากับครอบครัวคลั่งรักยุค 70">
</div>
<div class="p-1">
<div>
<p class="novel-name">[จบ] ทะลุมิติพลิกชะตากับครอบครัวคลั่งรักยุค 70</p>
<p class="novel-name-type">นิยาย ย้อนยุค,อนาคต</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">43.38K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/15856/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/บันทึกตำนานนายน้อยเจ้าสำราญ">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย บันทึกตำนานนายน้อยเจ้าสำราญ" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1694684662_36703516.webp" alt="บันทึกตำนานนายน้อยเจ้าสำราญ">
</div>
<div class="p-1">
<div>
<p class="novel-name">บันทึกตำนานนายน้อยเจ้าสำราญ</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">123.09K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/15844/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/จบ-ทะลมิติ-เปลี่ยนชะตา-ชีวิตนี้ของข้าต้องร่งโรจน์">
<div class="special-sec">
<div class="special-per">10%</div>
<img src="https://www.kawebook.com/assets2/img/icon-special-section-30.svg">
</div>
<div class="img-story" title="นิยาย (จบ) ทะลุมิติ เปลี่ยนชะตา ชีวิตนี้ของข้าต้องรุ่งโรจน์" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1694593210_84923526.webp" alt="(จบ) ทะลุมิติ เปลี่ยนชะตา ชีวิตนี้ของข้าต้องรุ่งโรจน์">
</div>
<div class="p-1">
<div>
<p class="novel-name">(จบ) ทะลุมิติ เปลี่ยนชะตา ชีวิตนี้ของข้าต้องรุ่งโรจน์</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view">210.12K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="pb-2">
<div class="group-story mainContent-recomment bg-gradient-style-3">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-3.webp" alt="นิยายแนะนำ" class="icon-group-story float-left" />
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;">
<p class="novel-type txtSection" style="line-height: 1rem !important;">Mid Month Mega Deal ลดสูงสุด 50% (ตั้งแต่ 15 ส.ค. - 31 ส.ค. 2568)</p>
</td>
<td align="right">
<a href="https://www.kawebook.com/นิยายแนะนำ" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-3.webp" alt="นิยายแนะนำ" class="icon-group-story float-left" />
</div>
<div class="col d-flex align-items-end" style="padding:0">
<div class="pb-1">
<h2 class="novel-type">Mid Month Mega Deal ลดสูงสุด 50% (ตั้งแต่ 15 ส.ค. - 31 ส.ค. 2568)</h2>
</div>
</div>
<div style="width:auto;" class="d-flex align-items-end" target="_blank">
<a href="https://www.kawebook.com/นิยายแนะนำ" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left swiper-button-prev-recommend btn-swiper-prev-next"></i>
<i class="fas fa-caret-right swiper-button-next-recommend btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="swiper-area">
<div class="swiper-recommend" style="width:100%;height: auto;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper">
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/14404/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/กำเนิดใหม่-เทพยทธ์จ้าวกระบี่">
<div class="img-story" title="นิยาย กำเนิดใหม่ : เทพยุทธ์จ้าวกระบี่" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1705562308_37145718.webp" alt="กำเนิดใหม่ : เทพยุทธ์จ้าวกระบี่">
</div>
<div class="p-1">
<div>
<p class="novel-name">กำเนิดใหม่ : เทพยุทธ์จ้าวกระบี่</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 805.77K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/14406/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/กำเนิดใหม่-ปรมาจารย์เทพโอสถ-จบ">
<div class="img-story" title="นิยาย กำเนิดใหม่ : ปรมาจารย์เทพโอสถ [จบ]" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1746606655_43467733.webp" alt="กำเนิดใหม่ : ปรมาจารย์เทพโอสถ [จบ]">
</div>
<div class="p-1">
<div>
<p class="novel-name">กำเนิดใหม่ : ปรมาจารย์เทพโอสถ [จบ]</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 5.84M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/806/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/เคล็ดกายานวดารา">
<div class="img-story" title="นิยาย เคล็ดกายานวดารา" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1731472887_56478732.webp" alt="เคล็ดกายานวดารา">
</div>
<div class="p-1">
<div>
<p class="novel-name">เคล็ดกายานวดารา</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 10.36M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/399/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/หมื่นอสูรก้มกราบ-แปลจบแล้ว">
<div class="img-story" title="นิยาย หมื่นอสูรก้มกราบ [แปลจบแล้ว]" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1620879063_83193514.webp" alt="หมื่นอสูรก้มกราบ [แปลจบแล้ว]">
</div>
<div class="p-1">
<div>
<p class="novel-name">หมื่นอสูรก้มกราบ [แปลจบแล้ว]</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 15.05M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/6813/นิยาย/นิยาย-ผจญภัย-แอคชั่น-ไซไฟ/เทพกระบี่แปดดินแดน-จบแล้ว">
<div class="img-story" title="นิยาย เทพกระบี่แปดดินแดน (จบแล้ว)" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1596535715_21185753.webp" alt="เทพกระบี่แปดดินแดน (จบแล้ว)">
</div>
<div class="p-1">
<div>
<p class="novel-name">เทพกระบี่แปดดินแดน (จบแล้ว)</p>
<p class="novel-name-type">นิยาย ผจญภัย,แอคชั่น,ไซไฟ</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 1.83M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/9337/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/จติเทพยทธ์เหนือสวรรค์-จบ">
<div class="img-story" title="นิยาย จุติเทพยุทธ์เหนือสวรรค์ (จบ)" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1619151533_8561057.webp" alt="จุติเทพยุทธ์เหนือสวรรค์ (จบ)">
</div>
<div class="p-1">
<div>
<p class="novel-name">จุติเทพยุทธ์เหนือสวรรค์ (จบ)</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 1.43M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/504/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/อสูรทลายสวรรค์-แปลจบแล้ว">
<div class="img-story" title="นิยาย อสูรทลายสวรรค์ [แปลจบแล้ว]" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1637318281_60815496.webp" alt="อสูรทลายสวรรค์ [แปลจบแล้ว]">
</div>
<div class="p-1">
<div>
<p class="novel-name">อสูรทลายสวรรค์ [แปลจบแล้ว]</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 6.1M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/129/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/ราชาแห่งสวรรค์และปฐพี-แปลจบแล้ว">
<div class="img-story" title="นิยาย ราชาแห่งสวรรค์และปฐพี [แปลจบแล้ว]" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1723483103_41468127.webp" alt="ราชาแห่งสวรรค์และปฐพี [แปลจบแล้ว]">
</div>
<div class="p-1">
<div>
<p class="novel-name">ราชาแห่งสวรรค์และปฐพี [แปลจบแล้ว]</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 9.07M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/9336/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/สะท้านสวรรค์-กำเนิดราชันอสูร-จบ">
<div class="img-story" title="นิยาย สะท้านสวรรค์ กำเนิดราชันอสูร (จบ)" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1721114990_52078474.webp" alt="สะท้านสวรรค์ กำเนิดราชันอสูร (จบ)">
</div>
<div class="p-1">
<div>
<p class="novel-name">สะท้านสวรรค์ กำเนิดราชันอสูร (จบ)</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 1.29M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/2819/นิยาย/นิยาย-แฟนตาซี/ยทธจักรเทพยทธ์-แปลจบแล้ว">
<div class="img-story" title="นิยาย ยุทธจักรเทพยุทธ์ (แปลจบแล้ว)" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1630738581_16246635.webp" alt="ยุทธจักรเทพยุทธ์ (แปลจบแล้ว)">
</div>
<div class="p-1">
<div>
<p class="novel-name">ยุทธจักรเทพยุทธ์ (แปลจบแล้ว)</p>
<p class="novel-name-type">นิยาย แฟนตาซี</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 4.31M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/15889/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/หนิงเทียน-จักรพรรดิเซียนพฤกษา-จบ">
<div class="img-story" title="นิยาย หนิงเทียน จักรพรรดิเซียนพฤกษา (จบ)" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1710996539_91418425.webp" alt="หนิงเทียน จักรพรรดิเซียนพฤกษา (จบ)">
</div>
<div class="p-1">
<div>
<p class="novel-name">หนิงเทียน จักรพรรดิเซียนพฤกษา (จบ)</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 326.82K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/3540/นิยาย/นิยาย-จีน-กำลังภายใน-เทพเซียน/พลิกตำนานปรมาจารย์แห่งหยก-แปลจบแล้ว">
<div class="img-story" title="นิยาย พลิกตำนานปรมาจารย์แห่งหยก [แปลจบแล้ว]" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1731469187_37976713.webp" alt="พลิกตำนานปรมาจารย์แห่งหยก [แปลจบแล้ว]">
</div>
<div class="p-1">
<div>
<p class="novel-name">พลิกตำนานปรมาจารย์แห่งหยก [แปลจบแล้ว]</p>
<p class="novel-name-type">นิยาย จีน,กำลังภายใน,เทพเซียน</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 1.87M</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/14410/นิยาย/นิยาย-รัก/เกิดใหม่ชาตินี้-ขอเป็นภรรยาชาวสวนผู้กล้าหาญ-จบแล้ว">
<div class="img-story" title="นิยาย เกิดใหม่ชาตินี้ ขอเป็นภรรยาชาวสวนผู้กล้าหาญ (จบแล้ว)" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1738726968_24423400.webp" alt="เกิดใหม่ชาตินี้ ขอเป็นภรรยาชาวสวนผู้กล้าหาญ (จบแล้ว)">
</div>
<div class="p-1">
<div>
<p class="novel-name">เกิดใหม่ชาตินี้ ขอเป็นภรรยาชาวสวนผู้กล้าหาญ (จบแล้ว)</p>
<p class="novel-name-type">นิยาย รัก</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 655.56K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
<div class="swiper-slide bg-content-story">
<a class="story" style="width:100%" href="https://www.kawebook.com/story/5574/นิยาย/นิยาย-รัก/จบแล้ว-คณหนูสี่-สตรีเปื้อนเลือด">
<div class="img-story" title="นิยาย [จบแล้ว] คุณหนูสี่ สตรีเปื้อนเลือด" data-toggle="tooltip" data-html="true">
<img class="swiper-lazy" data-src="https://s3.ap-southeast-1.amazonaws.com/media.kawebook/img_story_cover/webp/1731471996_45211510.webp" alt="[จบแล้ว] คุณหนูสี่ สตรีเปื้อนเลือด">
</div>
<div class="p-1">
<div>
<p class="novel-name">[จบแล้ว] คุณหนูสี่ สตรีเปื้อนเลือด</p>
<p class="novel-name-type">นิยาย รัก</p>
</div>
<img src="https://www.kawebook.com/assets2/img/icon_view.png?v=1001" class="icon-view" style="width:20px;">
<span class="novel-view"> 305.09K</span>
</div>
</a>
<div class="swiper-lazy-preloader" style="top: 35%;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- story_promote นิยายได้รับการสนับสนุน-->
<div class="pb-2">
<div class="group-story mainContent-story_promote bg-gradient-style-1" >
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-4.webp" alt="นิยายใหม่มาแรง" class="icon-group-story float-left">
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายใหม่มาแรง</h2></td>
<td align="right" style="min-width: 90px;">
<a href="https://www.kawebook.com/profile/guest/147" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-4.webp" alt="นิยายใหม่มาแรง" class="icon-group-story float-left">
</div>
<div class="col d-flex align-items-end" style="padding:0">
<div class="pb-1">
<h2 class="novel-type">นิยายใหม่มาแรง</h2>
</div>
</div>
<div style="width:auto;" class="d-flex align-items-end">
<a class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;"
href="https://www.kawebook.com/profile/guest/147" target="_blank">ดูทั้งหมด</a>
<i class="fas fa-caret-left swiper-button-prev-story_promote btn-swiper-prev-next"></i>
<i class="fas fa-caret-right swiper-button-next-story_promote btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="swiper-area">
<div class="swiper-story_promote" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
<!-- นิยายแปล 3 แถว 30 เรื่อง top 6 ไม่ซ้ำกัน -->
<div class="pb-2 Story-toptrans-1 d-none">
<div class="group-story mainContent-Toptrans-1 bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายแฟนตาซี นิยายจีน นิยายกำลังภายใน นิยายระบบ ติดอันดับ นิยายแปล" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายแฟนตาซี นิยายจีน นิยายกำลังภายใน นิยายระบบ ติดอันดับ (นิยายแปล)</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยายแฟนตาซี-นิยายจีน-นิยายกำลังภายใน-นิยายระบบ-ติดอันดับ-นิยายแปล" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายแฟนตาซี นิยายจีน นิยายกำลังภายใน นิยายระบบ ติดอันดับ นิยายแปล" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยายแฟนตาซี นิยายจีน นิยายกำลังภายใน นิยายระบบ ติดอันดับ (นิยายแปล)</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายแฟนตาซี-นิยายจีน-นิยายกำลังภายใน-นิยายระบบ-ติดอันดับ-นิยายแปล" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Toptrans-1 btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Toptrans-1 btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-Toptrans-1" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<div class="pb-2 Story-toptrans-2 d-none">
<div class="group-story mainContent-Toptrans-2 bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายรัก โรแมนติก นิยายจีนโบราณ ติดอันดับ นิยายแปล" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายรัก โรแมนติก นิยายจีนโบราณ ติดอันดับ (นิยายแปล)</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยายรัก-โรแมนติก-นิยายจีนโบราณ-ติดอันดับ-นิยายแปล" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายรัก โรแมนติก นิยายจีนโบราณ ติดอันดับ นิยายแปล" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยายรัก โรแมนติก นิยายจีนโบราณ ติดอันดับ (นิยายแปล)</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายรัก-โรแมนติก-นิยายจีนโบราณ-ติดอันดับ-นิยายแปล" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Toptrans-2 btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Toptrans-2 btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-Toptrans-2" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<div class="pb-2 Story-toptrans-3 d-none">
<div class="group-story mainContent-Toptrans-3 bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายวาย ติดอันดับ" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายวาย ติดอันดับ</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยายวาย-ติดอันดับ" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายวาย ติดอันดับ" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยายวาย ติดอันดับ</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายวาย-ติดอันดับ" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Toptrans-3 btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Toptrans-3 btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-Toptrans-3" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<div class="pb-2 Story-toptrans-4 d-none">
<div class="group-story mainContent-Toptrans-4 bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายเกิดใหม่ ทะลุมิติ นิยายย้อนอดีต ติดอันดับ นิยายแปล" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายเกิดใหม่ ทะลุมิติ นิยายย้อนอดีต ติดอันดับ (นิยายแปล)</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยายเกิดใหม่-ทะลุมิติ-นิยายย้อนอดีต-ติดอันดับ-นิยายแปล" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายเกิดใหม่ ทะลุมิติ นิยายย้อนอดีต ติดอันดับ นิยายแปล" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยายเกิดใหม่ ทะลุมิติ นิยายย้อนอดีต ติดอันดับ (นิยายแปล)</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายเกิดใหม่-ทะลุมิติ-นิยายย้อนอดีต-ติดอันดับ-นิยายแปล" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Toptrans-4 btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Toptrans-4 btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-Toptrans-4" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<div class="pb-2 Story-toptrans-5 d-none">
<div class="group-story mainContent-Toptrans-5 bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยาย NC ติดอันดับ" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยาย NC ติดอันดับ</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยาย-NC-ติดอันดับ" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยาย NC ติดอันดับ" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยาย NC ติดอันดับ</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยาย-NC-ติดอันดับ" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Toptrans-5 btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Toptrans-5 btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-Toptrans-5" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<div class="pb-2 Story-toptrans-6 d-none">
<div class="group-story mainContent-Toptrans-6 bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายสืบสวนสอบสวน-ระทึกขวัญ ติดอันดับ" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายสืบสวนสอบสวน-ระทึกขวัญ ติดอันดับ</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยายสืบสวนสอบสวน-ระทึกขวัญ-ติดอันดับ" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-5.webp" alt="นิยายสืบสวนสอบสวน-ระทึกขวัญ ติดอันดับ" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยายสืบสวนสอบสวน-ระทึกขวัญ ติดอันดับ</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายสืบสวนสอบสวน-ระทึกขวัญ-ติดอันดับ" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Toptrans-6 btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Toptrans-6 btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-Toptrans-6" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<!-- นิยายแนะนำสำหรับคุณ -->
<!-- นิยายแปลจบเเล้วล่าสุด story_translation_end_desc -->
<div class="pb-2 Story-translation-end d-none">
<div class="group-story mainContent-story_translation_end bg-gradient-style-3" >
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0">
<tr>
<td rowspan="3" style="width:1%">
<img class="icon-group-story float-left" src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-6.webp" alt="นิยายแปลจบเเล้วล่าสุด">
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายแปลจบเเล้วล่าสุด</h2></td>
<td align="right">
<a href="https://www.kawebook.com/นิยายแปลจบเเล้วล่าสุด" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img class="icon-group-story float-left" src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-6.webp" alt="นิยายแปลจบเเล้วล่าสุด">
</div>
<div class="col d-flex align-items-end" style="padding:0">
<div class="pb-1">
<h2 class="novel-type">นิยายแปลจบเเล้วล่าสุด</h2>
</div>
</div>
<div style="width:auto;" class="d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายแปลจบเเล้วล่าสุด" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;" >ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left swiper-button-prev-story_translation_end btn-swiper-prev-next"></i>
<i class="fas fa-caret-right swiper-button-next-story_translation_end btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="swiper-area">
<div class="swiper-story_translation_end" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
<!-- นิยายไทย 3 แถว 30 เรื่อง top 6 ไม่ซ้ำกัน -->
<div class="pb-2 Story-topthai-1 d-none">
<div class="group-story mainContent-Topthai-1 bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-7.webp" alt="นิยายแฟนตาซี นิยายจีน นิยายกำลังภายใน นิยายระบบ ติดอันดับ" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายแฟนตาซี นิยายจีน นิยายกำลังภายใน นิยายระบบ ติดอันดับ</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยายแฟนตาซี-นิยายจีน-นิยายกำลังภายใน-นิยายระบบ-ติดอันดับ" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-7.webp" alt="นิยายแฟนตาซี นิยายจีน นิยายกำลังภายใน นิยายระบบ ติดอันดับ" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยายแฟนตาซี นิยายจีน นิยายกำลังภายใน นิยายระบบ ติดอันดับ</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายแฟนตาซี-นิยายจีน-นิยายกำลังภายใน-นิยายระบบ-ติดอันดับ" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Topthai-1 btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Topthai-1 btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-Topthai-1" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<div class="pb-2 Story-topthai-2 d-none">
<div class="group-story mainContent-Topthai-2 bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-7.webp" alt="นิยายรัก โรแมนติก นิยายจีนโบราณ ติดอันดับ" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายรัก โรแมนติก นิยายจีนโบราณ ติดอันดับ</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยายรัก-โรแมนติก-นิยายจีนโบราณ-ติดอันดับ" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-7.webp" alt="นิยายรัก โรแมนติก นิยายจีนโบราณ ติดอันดับ" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยายรัก โรแมนติก นิยายจีนโบราณ ติดอันดับ</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายรัก-โรแมนติก-นิยายจีนโบราณ-ติดอันดับ" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Topthai-2 btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Topthai-2 btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-Topthai-2" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<div class="pb-2 Story-topthai-3 d-none">
<div class="group-story mainContent-Topthai-3 bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-7.webp" alt="นิยายเกิดใหม่ ทะลุมิติ นิยายย้อนอดีต ติดอันดับ" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายเกิดใหม่ ทะลุมิติ นิยายย้อนอดีต ติดอันดับ</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยายเกิดใหม่-ทะลุมิติ-นิยายย้อนอดีต-ติดอันดับ" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-7.webp" alt="นิยายเกิดใหม่ ทะลุมิติ นิยายย้อนอดีต ติดอันดับ" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยายเกิดใหม่ ทะลุมิติ นิยายย้อนอดีต ติดอันดับ</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายเกิดใหม่-ทะลุมิติ-นิยายย้อนอดีต-ติดอันดับ" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Topthai-3 btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Topthai-3 btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-Topthai-3" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<!-- นิยายฟรีทั้งเรื่อง -->
<div class="pb-2 Story-top-free d-none">
<div class="group-story mainContent-Top-Free bg-top30-section" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-2.webp" alt="นิยายอ่านฟรี ติดอันดับ" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายอ่านฟรี ติดอันดับ</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/นิยายอ่านฟรี-ติดอันดับ" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-2.webp" alt="นิยายอ่านฟรี ติดอันดับ" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">นิยายอ่านฟรี ติดอันดับ</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายอ่านฟรี-ติดอันดับ" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev swiper-button-prev-Top-Free btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next swiper-button-next-Top-Free btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-free swiper-area pd-bottom-content">
<div class="swiper-Top-Free" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
<!-- นิยายอัปเดตล่าสุด -->
<div class="pb-2 Story-updateNew d-none">
<div class="group-story mainContent-updateNew bg-gradient-style-1">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-8.webp" alt="นิยายอัปเดตล่าสุด" class="icon-group-story float-left">
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายอัปเดตล่าสุด</h2></td>
<td align="right">
<a href="https://www.kawebook.com/นิยายอัปเดตล่าสุด" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-8.webp" alt="นิยายอัปเดตล่าสุด" class="icon-group-story float-left">
</div>
<div class="col d-flex align-items-end" style="padding:0">
<div class="pb-1">
<h2 class="novel-type">นิยายอัปเดตล่าสุด</h2>
</div>
</div>
<div style="width:auto;" class="d-flex align-items-end">
<a href="https://www.kawebook.com/นิยายอัปเดตล่าสุด" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
</div>
</div>
</div>
</div>
<div class="contentRander-storyUpdateNew">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="row rander">
</div>
</div>
</div>
</div>
<!-- นิยายจบแล้วล่าสุด นักเขียนไทยและสนพ. -->
<div class="pb-2 Story-ThaiPublisherEnded d-none">
<div class="group-story mainContent-ThaiPublisherEnded bg-gradient-style-3" >
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0">
<tr>
<td rowspan="3" style="width:1%">
<img class="icon-group-story float-left" src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-3.webp" alt="นิยายจบเเล้วล่าสุด">
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">นิยายจบเเล้วล่าสุด</h2></td>
<td align="right">
<a href="https://www.kawebook.com/นิยายจบเเล้วล่าสุด" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img class="icon-group-story float-left" src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-3.webp" alt="นิยายจบเเล้วล่าสุด">
</div>
<div class="col d-flex align-items-end" style="padding:0">
<div class="pb-1">
<h2 class="novel-type">นิยายจบเเล้วล่าสุด</h2>
</div>
</div>
<div style="width:auto;" class="d-flex align-items-end">
<a class="" href="https://www.kawebook.com/นิยายจบเเล้วล่าสุด" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;" >ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left swiper-button-prev-story_translation_end btn-swiper-prev-next"></i>
<i class="fas fa-caret-right swiper-button-next-story_translation_end btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="swiper-area">
<div class="swiper-story_thai_publisher_end" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
<!-- ebook_update desc -->
<div class="pb-2 Story-ebook_update d-none">
<div class="group-story mainContent-ebook_update bg-gradient-style-4" style="padding: 10px 10px 0px;">
<div style="padding-bottom:5px;">
<table class="d-lg-none d-xl-none" style="width:100%; cellspacing:0;">
<tr>
<td rowspan="2" style="width:1%">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-7.webp" alt="E-Book อัปเดตล่าสุด" class="icon-group-story float-left">
</td>
<td rowspan="2" style="width:auto">
<div class="d-none d-md-block d-xl-block d-lg-block">
<div class="d-flex justify-content-center">
</div>
</div>
</td>
</tr>
<tr>
<td style="text-wrap: auto; width: 65%;"><h2 class="novel-type txtSection">E-Book อัปเดตล่าสุด</h2></td>
<td class="" align="right">
<a href="https://www.kawebook.com/อีบุ๊คอัปเดตล่าสุด" target="_blank">
<p class="res-search-all-story btnMore">
ดูทั้งหมด <i class="fas fa-chevron-right"></i>
</p>
</a>
</td>
</tr>
</table>
<div class="d-none d-xl-block d-lg-block" style="width:100%">
<div class="row">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/mascot-icon-style-7.webp" alt="E-Book อัปเดตล่าสุด" class="icon-group-story float-left">
</div>
<div class="d-flex align-items-end" style="width:auto;">
<div class="pb-1">
<h2 class="novel-type">E-Book อัปเดตล่าสุด</h2>
</div>
</div>
<div style="width:auto;" class="ml-auto d-flex align-items-end">
<a class="" href="https://www.kawebook.com/อีบุ๊คอัปเดตล่าสุด" target="_blank">
<button class="btn btn-sm btn-search-all-story shadow" style="width:auto; margin:5px 5px;">ดูทั้งหมด</button>
</a>
<i class="fas fa-caret-left btn-prev btn-swiper-prev-next"></i>
<i class="fas fa-caret-right btn-next btn-swiper-prev-next"></i>
</div>
</div>
</div>
</div>
<div class="tab-content">
<div class="content-top-novel swiper-area pd-bottom-content">
<div class="swiper-main" style="width:100%;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="swiper-wrapper"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="Story-blogs-content d-none">
<div class="group-story blog-content-support-seo bg-gradient-style-5" style="width:100%; padding: 20px 10px;">
<div class="row">
<div class="d-flex align-items-end w-100">
<div style="width: 5% !important;"></div>
<div>
<h2 class="novel-type">บทความ</h2><br/>
<h6><b>นิยายออนไลน์:</b> คลังแสงความบันเทิง อ่านนิยายฟรี นิยายสนุก ครบทุกแนวที่ Kawebook</h6>
</div>
</div>
</div>
</div>
<div class="group-story blog-content-support-seo bg-conten-blog blog-size">
<div class="col-lg-12 mb-5 mb-lg-0 order-0 order-lg-1 blog-content">
<div>
<div style="margin-bottom: 1rem;">
<span class="pd-left-35">ในยุคดิจิทัลที่ทุกอย่างเชื่อมต่อถึงกัน โลกของ</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/">นิยาย</a>
</span>
<span>ได้ขยายขอบเขตจากหน้ากระดาษสู่หน้าจอทำให้</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/">นิยายออนไลน์</a>
</span>
<span>กลายเป็นแหล่งความบันเทิงยอดนิยมที่เข้าถึงได้ง่าย และครองใจนักอ่านทุกเพศทุกวัย ไม่ว่าคุณจะกำลังมองหา</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/">นิยายอ่านฟรี</a>
</span>
<span>เพื่อผ่อนคลาย หรือดำดิ่งสู่โลก</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/">นิยายแปล</a>
</span>
คุณภาพสูง
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/">Kawebook (กวีบุ๊ค)</a>
</span>
<span>คือแพลตฟอร์มที่ตอบโจทย์ทุกความต้องการของคุณได้อย่างสมบูรณ์แบบ</span><br/>
<span>บทความนี้จะพาคุณไปสำรวจจักรวาลอันกว้างใหญ่ของ นิยาย พร้อมแนะนำเคล็ดลับในการค้นหาและ</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/">อ่านนิยาย</a>
</span>
<span>เรื่องโปรดของคุณ รวมถึงเหตุผลว่าทำไม Kawebook ถึงเป็นจุดหมายปลายทางที่นักอ่านตัวยงไม่ควรพลาด</span>
</div>
<div class="pt-4 pb-1">
<div style="margin-bottom: 1rem;">
<div span style="font-size: 1.2rem;font-weight: 600;margin-bottom: 1rem;">ทำไม "นิยาย" ถึงเป็นมากกว่าแค่เรื่องแต่ง? เสน่ห์ที่ครองใจนักอ่านไม่เสื่อมคลาย</div>
<div span style="font-size: 1rem;font-weight: 600;">นิยาย ไม่ใช่เพียงเรื่องราวที่แต่งขึ้นเพื่อความบันเทิงเท่านั้น แต่ยังเป็นกระจกสะท้อนสังคม วัฒนธรรม ความคิด และจินตนาการของผู้คนในแต่ละยุคสมัย เสน่ห์ของ นิยาย อยู่ที่ความสามารถในการ</div>
</div>
<div><b>1.พาเราออกจากโลกความเป็นจริง:</b> ดำดิ่งสู่โลกใบใหม่ ตัวละครที่น่าหลงใหล และการผจญภัยที่น่าตื่นเต้น ช่วยให้เราผ่อนคลายจากความเครียดในชีวิตประจำวัน</div>
<div><b>2.กระตุ้นจินตนาการและความคิดสร้างสรรค์:</b> การอ่านนิยาย ทำให้เราได้เห็น มุมมองที่แตกต่าง เรียนรู้สิ่งใหม่ และเปิดโลกทัศน์ให้กว้างขึ้น</div>
<div><b>3.สร้างความผูกพันทางอารมณ์:</b> เราหัวเราะ ร้องไห้ โกรธ และเอาใจช่วยไปพร้อมกับตัวละคร ทำให้เกิดความผูกพันและเข้าใจในธรรมชาติของมนุษย์มากขึ้น</div>
<div><b>4.มอบความรู้และประสบการณ์:</b> นิยายหลายเรื่องสอดแทรกความรู้ทางประวัติศาสตร์ วัฒนธรรม วิทยาศาสตร์ หรือแม้แต่ปรัชญาชีวิต ผ่านเรื่องราวที่สนุกสนานและน่าติดตาม</div>
</div>
<div style="margin-bottom: 2rem;">
<h6 style="font-weight: 600;">ด้วยเหตุผลเหล่านี้ นิยาย จึงยังคงเป็นรูปแบบความบันเทิงที่ได้รับความนิยมเสมอมา และการมาถึงของ นิยายออนไลน์ ก็ยิ่งทำให้การเข้าถึงโลกแห่งจินตนาการนี้ง่ายดายยิ่งขึ้น</h6>
</div>
<div><hr class="bg-hr"/></div>
<div>
<div style="margin-bottom: 1rem;margin-top: 2rem;">
<span style="font-size: 1.2rem;font-weight: 600;">ก้าวสู่โลก "นิยายออนไลน์" อ่านง่าย อ่านได้ทุกที่ ทุกเวลา</span>
</div>
<div style="margin-bottom: 1rem;">
<h6 style="font-weight: 600;">การอ่านนิยายออนไลน์ ได้ปฏิวัติวิธีการเสพเรื่องราวของเราไปอย่าง สิ้นเชิง ด้วยข้อดีมากมายที่ตอบโจทย์ไลฟ์สไตล์ของคนยุคใหม่:</h6>
</div>
<div style="margin-bottom: 1rem;">
<div>
<b>• ความสะดวกสบาย</b><br/>
<span>พกพา นิยาย นับพันเรื่องไปได้ทุกที่ผ่านสมาร์ทโฟนหรือ แท็บเล็ต อ่านนิยาย ได้ทุกเมื่อที่ต้องการ ไม่ว่าจะระหว่างเดินทาง รอคิว หรือก่อนนอน</span>
</div>
<div>
<b>• เข้าถึงง่าย</b><br/>
<span>เพียงมีอินเทอร์เน็ตคุณก็สามารถค้นหาและ</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>อ่านนิยายฟรี</b></a>
</span>
<span>หรือ นิยายเรื่องใหม่ๆ ได้ทันที ไม่ต้องเสียเวลาเดินทางไปร้านหนังสือ</span>
</div>
<div>
<b>• ตัวเลือกหลากหลาย</b><br/>
<span>แพลตฟอร์ม นิยายออนไลน์ รวบรวม นิยาย ไว้มากมาย มหาศาล ครบทุกแนว ตั้งแต่</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายรัก</b></a>
</span>
<span>โรแมนติก</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายวาย</b></a>
</span>
<span>สุดฟิน ไปจนถึง</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายแฟนตาซี</b></a>
</span>
<span>สุดอลังการ หรือ</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายจีน</b></a>
</span>
<span>เข้มข้น</span>
</div>
<div style="margin-bottom: 1rem;">
<b>• ฟีเจอร์สนับสนุนการอ่าน</b><br/>
<span>ปรับขนาดตัวอักษร เปลี่ยนสีพื้นหลัง คั่นหน้า อัตโนมัติ ทำให้ประสบการณ์การ อ่านนิยาย สบายตาและต่อเนื่องยิ่งขึ้น</span><br/>
</div>
<div style="margin-bottom: 2rem;">
<b>• ชุมชนนักอ่าน</b><br/>
<span>แลกเปลี่ยนความคิดเห็น พูดคุยเกี่ยวกับ นิยาย เรื่องโปรดกับ เพื่อนนักอ่านคนอื่นๆ ได้ง่ายๆ ผ่านระบบคอมเมนต์</span>
</div>
</div>
</div>
<div><hr class="bg-hr"/></div>
<div>
<div style="margin-bottom: 1rem;margin-top: 2rem;">
<span style="font-size: 1.2rem;font-weight: 600;">Kawebook: แหล่งรวม "นิยาย" คุณภาพ ที่ตอบโจทย์ทุกการอ่านนิยายของคุณ</span>
</div>
<div style="margin-bottom: 1rem;">
<span style="font-size: 1rem;font-weight: 600;">ท่ามกลางแพลตฟอร์ม นิยายออนไลน์ ที่มีอยู่มากมาย Kawebook โดดเด่นขึ้นมาในฐานะแหล่งรวม นิยาย คุณภาพที่คัดสรรมาอย่างดี พร้อมมอบประสบการณ์การ อ่านนิยาย ที่ยอดเยี่ยมให้กับผู้ใช้งาน</span>
</div>
<div style="margin-bottom: 1rem;">
<span style="font-size: 1.1rem;font-weight: 600;">ทำไมต้องอ่านนิยายที่ Kawebook?</span>
</div>
<div style="margin-bottom: 2rem;">
<div>
<b>• คลังนิยายขนาดใหญ่และหลากหลาย</b><br/>
<span>Kawebook มี นิยาย ให้เลือกอ่านมากกว่าหมื่นเรื่อง ครอบคลุมทุกแนวที่คุณชื่นชอบ ไม่ว่าจะเป็น นิยายแปลลิขสิทธิ์แท้จากต่างประเทศ หรือ นิยายจากนักเขียนชาวไทยมากฝีมือ</span>
</div>
<div>
<b>• คุณภาพการแปลและการบรรณาธิกรณ์</b><br/>
<span>สำหรับ นิยายแปล Kawebook ให้ความสำคัญกับคุณภาพการแปลที่สละสลวย ถูกต้อง และรักษาอรรถรส ของต้นฉบับไว้ให้มากที่สุด รวมถึงมีการ บรรณาธิกรณ์ นิยาย อย่างพิถีพิถัน</span>
</div>
<div>
<b>• อ่านนิยายฟรี</b><br/>
<span>Kawebook มี นิยายอ่านฟรี จำนวนมากให้คุณได้ทดลองอ่านก่อนตัดสินใจซื้อ หรือเพลิดเพลินกับ นิยาย ฟรี จบเรื่อง ที่คัดสรรมาเป็นพิเศษ</span>
</div>
<div>
<b>• ใช้งานง่าย</b><br/>
<span>เว็บไซต์และแอปพลิเคชันของ Kawebook ออกแบบมาให้ใช้งานง่าย สบายตา ค้นหา นิยาย ที่ต้องการได้อย่างรวดเร็ว</span>
</div>
<div>
<b>• สนับสนุนนักเขียน</b><br/>
<span>การ อ่านนิยาย บน Kawebook ไม่ว่าจะเป็นแบบฟรี หรือแบบซื้อตอน/ซื้อเล่ม ด้วยระบบกำลังใจ เป็นการสนับสนุนนักเขียนและ นักแปลให้สร้างสรรค์ ผลงานดีๆ ต่อไปโดยตรง</span>
</div>
<div>
<b>• อัปเดตสม่ำเสมอ</b><br/>
<span>มี นิยาย เรื่องใหม่ๆ และตอนใหม่ๆ อัปเดตเข้ามาในระบบอย่างต่อเนื่อง ให้คุณไม่พลาดทุกความสนุก</span>
</div>
</div>
</div>
<div><hr class="bg-hr"/></div>
<div style="margin-bottom: 1rem;margin-top: 2rem;">
<div style="margin-bottom: 1rem;">
<span style="font-size: 1.2rem;font-weight: 600;">ค้นพบ "นิยาย" แนวโปรดของคุณ<br/>จักรวาลความสนุกที่ไม่มีที่สิ้นสุดบน Kawebook</span>
</div>
<div style="margin-bottom: 1rem;">
<h6 style="font-weight: 600;">ไม่ว่าคุณจะชอบ นิยาย แนวไหน Kawebook มีครบ! ลองมาสำรวจแนว นิยาย ยอดนิยมที่คุณสามารถค้นหาและ อ่านนิยายออนไลน์ ได้ที่นี่</h6>
</div>
<div style="margin-bottom: 1rem;">
<div>
<a class="bg-hover-a-tag dv-txt-head" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายรัก / นิยายโรแมนติก</b></a>
</div>
<div style="margin-bottom: 1rem;">ดื่มด่ำไปกับเรื่องราวความรักหลากหลายรูปแบบ ตั้งแต่รักใสๆ วัยรุ่น รักหวานซึ้งตรึงใจ ไปจนถึงดราม่าเข้มข้น ค้นหา นิยายรัก ที่จะทำให้หัวใจคุณพองโตได้ที่ Kawebook</div>
<div>
<a class="bg-hover-a-tag dv-txt-head" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายวาย / นิยาย Y (Yaoi/BL/ยูริ)</b></a>
</div>
<div style="margin-bottom: 1rem;">
<span>สำหรับสาวก นิยาย Y หรือ นิยายวาย Kawebook คือสวรรค์ของคุณ! พบกับเรื่องราวความรักความผูกพันของ</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายวายแนว Yaoi</b></a>
</span>
<span>ระหว่างชายหนุ่มหลากหลายสไตล์ มีทั้ง นิยาย วาย อ่านฟรี และเรื่องดังน่าติดตามมากมาย รวมทั้ง</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายวาย แนวYuri</b></a>
</span>หรือความรักระหว่างหญิงสาวด้วยเช่นกัน
</div>
<div>
<a class="bg-hover-a-tag dv-txt-head" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายแฟนตาซี / นิยายกำลังภายใน / นิยายจีน</b></a></div>
<div style="margin-bottom: 1rem;">ผจญภัยในโลกแห่งเวทมนตร์ ต่อสู้กับอสูรร้าย ฝึกฝนวิชาในยุทธภพ หรือท่องไปในประวัติศาสตร์จีนอันยิ่งใหญ่ Kawebookมี นิยายแฟนตาซี, นิยายกำลังภายใน, และ นิยายจีน คุณภาพเยี่ยม ทั้ง นิยาย จีนโบราณ และ นิยายแปล มันส์ๆ รอคุณอยู่</div>
<div>
<a class="bg-hover-a-tag dv-txt-head" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายระบบ / นิยายเกิดใหม่ / นิยายทะลุมิติ / นิยายย้อนอดีต</b></a>
</div>
<div style="margin-bottom: 1rem;">นิยาย แนวสุดฮิตที่พาตัวเอกไปผจญภัยในโลกใหม่พร้อมระบบช่วยเหลือสุดโกง หรือได้โอกาสกลับมาแก้ไขอดีตอีกครั้ง ไม่ว่าจะเป็น นิยายระบบ, นิยายเกิดใหม่, นิยายทะลุมิติ, หรือ นิยายย้อนอดีต / นิยายย้อนยุค ก็มีให้อ่านจนวางไม่ลง</div>
<div>
<a class="bg-hover-a-tag dv-txt-head" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยาย NC</b></a>
</div>
<div style="margin-bottom: 1rem;">สำหรับนักอ่านที่มองหาความเข้มข้นและเนื้อหาสำหรับผู้ใหญ่ Kawebook มีโซน นิยาย NC ที่มีการจัดเรตอย่างชัดเจน (โปรดใช้วิจารณญาณในการอ่านและปฏิบัติตามข้อกำหนดของแพลตฟอร์ม)</div>
<div>
<a class="bg-hover-a-tag dv-txt-head" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>แนวอื่นๆ ที่น่าสนใจ</b></a>
</div>
<div style="margin-bottom: 2rem;">
<span>นอกจากนี้ยังมี นิยาย แนวย่อยอื่นๆ อีกมากมาย เช่น</span>
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายเกมออนไลน์</b></a>
</span>,
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายทำฟาร์ม สโลว์ไลฟ์</b></a>
</span> ,
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายญี่ปุ่น</b></a>
</span>ที่มีเอกลักษณ์ เฉพาะตัว,
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายสืบสวนสอบสวน</b></a>
</span>,
<span class="bg-hover-a-tag pd-lr-5">
<a class="txt-underline" target="_blank" rel="noopener noreferrer" href="https://www.kawebook.com/"><b>นิยายระทึกขวัญ</b></a>
</span>และอีกเพียบ!
</div>
</div>
</div>
<div><hr class="bg-hr"/></div>
<div style="margin-bottom: 1rem;margin-top: 2rem;">
<div style="margin-bottom: 1rem;">
<span style="font-size: 1.2rem;font-weight: 600;">"อ่านนิยายฟรี" อย่างไรให้คุ้มค่า และสนับสนุนนักเขียนไปพร้อมกัน</span>
</div>
<div style="margin-bottom: 1rem;">
<h6 style="font-weight: 600;">Kawebook เข้าใจความต้องการของนักอ่านที่อยาก อ่านนิยายฟรี จึงมีระบบที่เอื้ออำนวย เช่น</h6>
</div>
</div>
<div class="row">
<div class="dv-box-content box-in-blogs">
<div style="padding: 10px 40px;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/blog-read-free.webp" style="width: 21px;" alt="อ่านตอนฟรี">
<b>ตอนอ่านฟรี</b>
</div>
<div style="width:10px;"></div>
<div style="padding: 0 50px 10px 40px;">
นิยาย หลายเรื่องเปิดให้อ่านฟรีในช่วงแรกหลายตอน เพื่อให้นักอ่านได้ทดลองอ่านและตัดสินใจว่าจะติดตามต่อหรือไม่
</div>
</div>
<div class="dv-box-content box-in-blogs pd-content-blog">
<div style="padding: 10px 40px;">
<img src="https://www.kawebook.com/assets2/img/mascot-section-webp/blog-free-novel-end.webp" style="width: 21px;" alt="อ่านตอนฟรี">
<b>นิยายฟรี จบเรื่อง</b>
</div>
<div style="padding: 0 50px 10px 40px;">
มีนิยายบางเรื่องที่เปิดให้อ่านฟรีจนจบ ซึ่งเป็นโอกาสดีที่จะได้ ค้นพบนักเขียนหน้าใหม่หรือแนวที่ไม่คุ้นเคย
</div>
</div>
</div>
<div style="clear: left;"></div>
<div class="pt-3" style="margin-bottom: 2rem;">
<span>
อย่างไรก็ตาม การสร้างสรรค์ นิยาย หนึ่งเรื่องต้องใช้ทั้งเวลา พลังงาน และจินตนาการ <b>การสนับสนุนนักเขียนด้วยการซื้อตอน/ซื้อเล่ม หรือแม้แต่ การ อ่านนิยาย ผ่านช่องทางถูกลิขสิทธิ์ ก็เปรียบเสมือนการเติมเชื้อไฟให้นักเขียนมีกำลังใจสร้างผลงานดีๆ ออกมาให้เราได้อ่านต่อไป การ เขียนนิยาย เป็นอาชีพที่ต้องการการสนับสนุนจากนักอ่านเช่นกัน</b>
</span>
</div>
<div><hr class="bg-hr"/></div>
<div class="pt-2" style="margin-top: 2rem;">
<span style="font-size: 1.2rem;font-weight: 600;">เคล็ดลับการ "อ่านนิยาย" ให้สนุกยิ่งขึ้นบน Kawebook</span>
</div>
<div>
<h6 style="font-weight: 600;">Kawebook เข้าใจความต้องการของนักอ่านที่อยาก อ่านนิยายฟรี จึงมีระบบที่เอื้ออำนวย เช่น</h6>
</div>
<div>
<b>1.ใช้ฟังก์ชันค้นหาและกรอง:</b> ระบุแนว นิยาย ที่ชอบ หรือใช้ keyword เช่น "นิยายวาย", "นิยายจีนโบราณ", "อ่านนิยายฟรี" เพื่อจำกัดผลลัพธ์ให้ตรงใจ<br/>
<b>2.อ่านเรื่องย่อและรีวิว:</b> ก่อนเริ่ม อ่านนิยาย ลองอ่านเรื่องย่อ คำโปรย และรีวิวจากนักอ่านคนอื่นๆ เพื่อประกอบการตัดสินใจ<br/>
<b>3.ติดตามนักเขียนคนโปรด:</b> กดติดตามนักเขียนที่คุณชื่นชอบ เพื่อรับการแจ้งเตือนเมื่อมี นิยาย เรื่องใหม่หรือตอนใหม่อัปเดต<br/>
<b>4.เข้าร่วมชุมชน:</b> แสดงความคิดเห็น กดไลก์ หรือแชร์ นิยาย ที่ชอบ เพื่อเป็นกำลังใจให้นักเขียนและแลกเปลี่ยนกับนักอ่านคนอื่นๆ<br/>
<b>5.จัดชั้นหนังสือส่วนตัว:</b> ใช้ฟีเจอร์ชั้นหนังสือเพื่อเก็บ นิยาย ที่กำลังอ่าน หรือเรื่องที่อยากอ่านในอนาคตไว้อย่างเป็นระเบียบ<br/>
</div>
<br/>
<div style="border-left: 10px solid #FD8001;">
<div style="padding-left: 20px;">
<div>
<b>สรุป</b> โลกของ นิยาย นั้นกว้างใหญ่และเต็มไปด้วยเสน่ห์ การอ่านนิยายออนไลน์ ผ่านแพลตฟอร์มที่ยอดเยี่ยมอย่าง Kawebook ทำให้คุณสามารถเข้า ถึงคลัง นิยาย คุณภาพได้อย่างง่ายดาย
ไม่ว่าคุณจะตามหา นิยายอ่านฟรี, นิยายแปล ชั้นดี, นิยายวาย สุดฮิต, นิยายจีน เข้มข้น หรือ นิยาย แนวไหนๆ ที่นี่มีครบจบในที่เดียว
</div>
<div style="padding-top: 10px;">อย่ารอช้า! เริ่มต้นการผจญภัยในโลกแห่งจินตนาการ อ่านนิยาย เรื่องโปรดของคุณ และค้นพบ นิยาย สนุกๆ อีกมากมายได้แล้ววันนี้ที่ Kawebook แหล่งรวมความสุขของคนรัก นิยายออนไลน์ ตัวจริง!</div>
</div>
</div>
</div>
</div>
<div class="group-story blog-content-support-seo bg-conten-blog" style="width:100%; padding: 10px;">
<br/>
<div class="mainContent-Blogs">
<div class="blog-col-content">
<div class="content-blog-0 pb-1" style="border-bottom: 1px solid #B3B3B3;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="content-datas"></div>
</div>
<div class="content-blog-3 pt-1 pb-1" style="border-bottom: 1px solid #B3B3B3;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="content-datas"></div>
</div>
<div class="content-blog-6 pt-1 pb-1">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="content-datas"></div>
</div>
</div>
<div class="blog-col-content center-data-blog">
<div class="content-blog-1 pb-1 pd-top-head-content" style="border-bottom: 1px solid #B3B3B3;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="content-datas"></div>
</div>
<div class="content-blog-4 pt-1 pb-1" style="border-bottom: 1px solid #B3B3B3;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="content-datas"></div>
</div>
<div class="content-blog-7 pt-1 pb-1">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="content-datas"></div>
</div>
</div>
<div class="blog-col-content">
<div class="content-blog-2 pb-1 pd-top-head-content" style="border-bottom: 1px solid #B3B3B3;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="content-datas"></div>
</div>
<div class="content-blog-5 pt-1 pb-1" style="border-bottom: 1px solid #B3B3B3;">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="content-datas"></div>
</div>
<div class="content-blog-8 pt-1 pb-1">
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="content-datas"></div>
</div>
</div>
</div>
<div style="clear: left;"></div>
<br/>
<br/>
<br/>
</div>
</div>
<!-- templates/dashbord_branderfooter -->
<div class="w-100">
<div class="d-none d-xl-block d-lg-block " style="background-color: #e26e23;">
<div class="container" style="position:relative;">
<div style="position: absolute; right: 0px; bottom: 0px;">
<img src="https://www.kawebook.com/assets2/img/ad.webp?v=2025082208" style="height: 300px;">
</div>
<div style="padding: 10px 0;">
<img src="https://www.kawebook.com/assets2/img/logo_kawe.webp" style="width: 100px;">
<img src="https://www.kawebook.com/assets2/img/kawebook.png" style="width: 160px;">
<p style="font-size: 1.3rem; color:#603814; font-weight:bold; line-height: 1.8;">อ่านนิยายการ์ตูนสนุก แสนเพลิดเพลิน<br>แหล่งรวมนิยายจากไทย และต่างประเทศ</p>
<div style="padding:20px 0 7px 0">
<span style="font-size: 1.1rem; color:#603814; padding-right:10px;">ดาวน์โหลดแอปพลิเคชันได้แล้ววันนี้</span>
<a href="https://play.google.com/store/apps/details?id=glory.kawebook" target="_blank">
<img src="https://www.kawebook.com/assets2/img/google-play.png?v=2025082208" style="width: 110px;">
</a>
<a href="https://apps.apple.com/th/app/kawebook/id1464410595?l=th" target="_blank">
<img src="https://www.kawebook.com/assets2/img/app-store.webp?v=2025082208" style="width: 110px;">
</a>
</div>
</div>
</div>
</div>
</div>
</main>
<link rel="stylesheet" href="https://www.kawebook.com/assets2/css/main.css?v=2.37.2">
<link rel="stylesheet" href="https://www.kawebook.com/assets2/swiper-4.5.0/dist/css/swiper.min.css?v=1001">
<link rel="stylesheet" href="https://www.kawebook.com/assets2/css/home_promotion.css?v=2.37.2">
<link rel="stylesheet" href="https://www.kawebook.com/assets2/css/model_select_member_style.css?v=2.37.2">
<!-- Custom styles for this template -->
<link rel="canonical" href="https://www.kawebook.com/"/>
<!-- FOOTER -->
<!-- privacy-policy -->
<style>
#policyPopup{
height:auto;
opacity:1;
z-index:9999999999999999;
background-color:#e26e23;
position:fixed;
bottom:0;left:0;
right:0;color:white;
padding:30px 25px;
font-family:sans-serif;
}
#policyPopup .wrapper{
max-width:1110px;
margin-left:auto;
margin-right:auto;
}
.ti-title{
color:white;
margin:0;
padding:0;
font-size:20px;
font-weight: normal;
line-height:1.48;
}
.ti-text{
font-size:12px;
margin:0;
padding:0;
line-height:1.48;
}
.div-button{
padding:20px 15px 0;
text-align:center;
}
.div-btn{
border:1px solid white;
border-radius:30px;
padding:10px 30px;
text-decoration:none;
color:white;
font-size:14px;
}
.btn-1{
background:white;
color:#e26e23;
}
.btn-2{
margin-left:15px;
}
@media (min-width: 992px) {
#policyPopup .wrapper{
display:grid;
grid-template-columns:auto 300px;
grid-gap:15px;
align-items:center;
}
.div-button{
padding:0;
text-align:right;
}
}
</style>
<div id="policyPopup" style="display:none;">
<div class="wrapper">
<div class="">
<h3 class="ti-title">ข้อกำหนดและเงื่อนไขการใช้บริการ</h3>
<p class="ti-text">
TERMS AND CONDITIONS OF SERVICES สัญญาการให้บริการของ บริษัท รุ่งเรืองตลอดไป จำกัด (มหาชน)...(อ่านต่อคลิกรายละเอียด)
</p>
</div>
<div class="div-button">
<button onclick="setPolicy('');" class="div-btn btn-1">ตกลง</button>
<a class="div-btn btn-2" target="_blank" href="https://www.kawebook.com/termandcondition">รายละเอียด</a>
</div>
</div>
</div>
<div id="hide-swal">
<footer class="container-fluid bg-foot d-lg-none d-xl-none mobile-hide">
<a href="#" class="float-right"><img src="https://www.kawebook.com/assets2/img/icon_facebook.png"></a>
<p>© สงวนลิขสิทธิ์ 2017 Glory Forever Public Company Limited( Kawebook.com )</p>
</footer>
<footer class="container-fluid bg-foot-desk d-none d-xl-block d-lg-block">
<div class="p-2" style="background-color: rgba(255,255,255,0.5); ">
<div class="container">
<div class="row">
<div class="col-12" style="padding-left:0;">
<ul class="menu-footer">
<li><a href="https://www.kawebook.com/นิยายติดอันดับ" style="padding-left:0; border-left:0;">นิยายติดอันดับ</a></li>
<li><a href="https://www.kawebook.com/นิยายอัปเดตล่าสุด">อ่านนิยายล่าสุด</a></li>
<li><a href="https://www.kawebook.com/heart">เติมกำลังใจ</a></li>
<li><a href="https://www.kawebook.com/เขียนนิยาย">เขียนนิยายของคุณ</a></li>
<li><a href="https://www.kawebook.com/ข้อกำหนดเว็บไซต์">ข้อกำหนดเว็บไซต์</a></li>
<li><a href="https://www.kawebook.com/นโยบายความเป็นส่วนตัว">นโยบายความเป็นส่วนตัว</a></li>
<li><a href="https://www.kawebook.com/ติดต่อเรา">ติดต่อเรา</a></li>
<li><a href="https://www.glory.in.th" target="_blank">นักลงทุนสัมพันธ์</a></li>
</ul>
</div>
</div>
<div class="row">
<div class="col-8">
<p style="font-size:0.9rem; color:#3e2719; font-weight:bold; line-height: 2; margin:40px 0;">Glory Forever Public Company Limited ( Kawebook.com )<br>ที่อยู่ : 20 หมู่ที่ 6 ตำบลพันท้ายนรสิงห์ อำเภอเมืองสมุทรสาคร จังหวัดสมุทรสาคร 74000<br>เวลาทำการ : 08 : 00 - 18 : 00 จันทร์ - เสาร์<br>e-mail : contact@kawebook.com</p>
<img src="//images.dmca.com/Badges/_dmca_premi_badge_4.png?ID=7df36b96-d9b7-4fc3-b218-6f2cafbd3b99" alt="DMCA.com Protection Status">
</div>
<div class="col-4 p-0 px-2">
<p style="font-size:1.2rem; color:#3e2719; font-weight:bold;">เริ่มต้นเผยแพร่ผลงาน</p>
<p style="font-size:0.8rem; color:#3e2719; line-height: 1.2; text-indent: 2rem;" class="text-justify">
เริ่มต้นเป็นนักเขียนออนไลน์ เขียนเรื่องราวที่ประทับใจ สร้างเนื้อหาที่เป็นประโยชน์ และแบ่งปันประสบการ์ดีๆ กับผู้คนทั่วโลก kawebook.com เป็นโอกาส เป็นสื่อกลาง และยังเป็นอีกหนึ่งช่องทาง ในการสร้างรายได้ให้กับนักเขียนมืออาชีพ และนักเขียนมือสมัครเล่นจากทุกมุมโลก เพียงสมัครเป็นสมาชิกเว็บไซต์เพื่อเขียนหนังสือ การ์ตูน หรืออัพโหลดอนิเมชั่น ที่เป็นผลงานของท่าน และเผยแพร่ผลงานสู่สาธารณชน</p>
<div class="d-flex mt-3">
<button class="btn btn-sm btn-search-header shadow" onclick="location.href = 'https://www.kawebook.com/คู่มือ'" >
<i class="fas fa-info-circle" style="padding-right:5px;"></i>อ่านวิธีการใช้งานเว็บ
</button>
<a class="ml-auto my-auto" href="https://www.facebook.com/kawebook" target="_blank" class="float-right">
<img src="https://www.kawebook.com/assets2/img/icon_facebook.png">
</a>
</div>
</div>
</div>
</div>
</div>
<div style="background-color: #a4a4a4; padding: 16px 0;">
<div class="container">
<p style="font-size:0.85rem;">© สงวนลิขสิทธิ์ 2017 Glory Forever Public Company Limited ( Kawebook.com )</p>
</div>
</div>
</footer>
<footer class="container-fluid bg-foot d-lg-none d-xl-none mobile-hide">
<a href="#" class="float-right"><img src="https://www.kawebook.com/assets2/img/icon_facebook.png"></a>
<p>© สงวนลิขสิทธิ์ 2017 Glory Forever Public Company Limited ( Kawebook.com )</p>
</footer>
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js?v=1002"></script>
<script src="https://www.kawebook.com/assets2/js/popper.min.js?v=1002"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootstrap/4.5.3/js/bootstrap.min.js?v=1001"></script>
<script src="https://challenges.cloudflare.com/turnstile/v0/api.js" defer></script>
<script>
var Config = {};
Config.baseURL = "https://www.kawebook.com/";
Config.maxPercent = "71";
Config.maxMb = 10;
Config.limitMb = (1024*1024)*Config.maxMb;
Config.max_image_upload = 15;
Config.videoMaxMb = 20;
Config.videoLimitMb = (1024*1024)*Config.videoMaxMb;
Config.isMobile = {
Android: function() {
return navigator.userAgent.match(/Android/i);
},
BlackBerry: function() {
return navigator.userAgent.match(/BlackBerry/i);
},
iOS: function() {
return navigator.userAgent.match(/iPhone|iPad|iPod/i);
},
Opera: function() {
return navigator.userAgent.match(/Opera Mini/i);
},
Windows: function() {
return navigator.userAgent.match(/IEMobile/i) || navigator.userAgent.match(/WPDesktop/i);
},
any: function() {
return (Config.isMobile.Android() || Config.isMobile.BlackBerry() || Config.isMobile.iOS() || Config.isMobile.Opera() || Config.isMobile.Windows());
}
};
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-validate/1.17.0/jquery.validate.min.js?v=1001"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jqueryui/1.11.4/jquery-ui.min.js?v=1001"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bxslider/4.2.12/jquery.bxslider.min.js?v=1001"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js"></script>
<script src="https://www.kawebook.com/assets/shared.js?v=1002"></script>
<link rel="manifest" href="https://www.kawebook.com/manifest.json">
<script src="https://www.kawebook.com/assets/EasyAutocomplete-1.3.5/jquery.easy-autocomplete.min.js?v=1002"></script>
<!-- Sweet-Alert -->
<link href="https://www.kawebook.com/assets/sweetalert/sweetalert.css" rel="stylesheet" type="text/css">
<script src="https://www.kawebook.com/assets/sweetalert/sweetalert.min.js"></script>
<script src="https://www.kawebook.com/assets/sweetalert/jquery.sweet-alert.custom.js"></script>
<script src="https://www.kawebook.com/assets2/plugins/Custom-Alert-Notification/minified/js/iao-alert.jquery.min.js"></script>
<script src="https://www.kawebook.com/assets2/plugins/datetimepicker/jquery.datetimepicker.full.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery-cookie/1.4.1/jquery.cookie.min.js"></script>
<!-- modal_update_image_member -->
<div class="modal fade" id="modal_update_image_member" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered " role="document">
<div class="modal-content">
<div class="modal-header">
<div>แก้ไขรูปโปรไฟล์</div>
<button type="button" class="close" data-dismiss="modal">×</button>
</div>
<div class="modal-body" style="background-color: #fefef6; border-radius: 0.3rem;">
<div class="d-flex justify-content-center">
<div class="w-50">
<div class="d-flex justify-content-center">
<img src="" id="displayProfilePre" style="height: 200px; width: 200px;" onclick="javascript:$('#fileUplaodDisplayProfile').click();">
</div>
</div>
<div class="w-50">
<small>upload ขนาดรูปโปรไฟล์แนะนำ 200x200, และนามสกุล jpeg, jpg, png, gif</small>
<button class="btn btn-search-header d-flex justify-content-center my-4 mx-auto btnChangeDisplayProfile" style="width: 120;" onclick="javascript:$('#fileUplaodDisplayProfile').click();">
<i class="fa-solid fa-pen-to-square fa-1x iconChangePositionOnModalUploadImg"></i>
<div class="font-weight-bolder ml-2 my-auto">เปลี่ยนรูป</div>
</button>
<button class="btn btn-search-header d-flex justify-content-center my-4 mx-auto btnSaveDisplayProfile" style="width: 120;" onclick="javascript:$('#formUploadDisplayProfileImage').submit();">
<i class="fa-regular fa-floppy-disk fa-1x iconChangePositionOnModalUploadImg"></i>
<div class="font-weight-bolder ml-2 my-auto">บันทึก</div>
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<form action="https://www.kawebook.com/profile/savedisplayprofileimage" id="formUploadDisplayProfileImage" name="formUploadDisplayProfileImage" method="post" enctype="multipart/form-data" accept-charset="utf-8">
<input type="hidden" name="csrf_test_name" value="8d42e1364183d5408642c4d8c4923f54" style="display:none;" />
<input type="file" id="fileUplaodDisplayProfile" name="member_image" accept="image/*" style="display: none;">
</form>
<script type="text/javascript">
// $('#modal_update_image_member').modal('show');
// $('#modal_update_image_member').on('shown.bs.modal', function (e) {
// $('.btnChangeDisplayProfile').prop('disabled',0)
// $('.btnSaveDisplayProfile').prop('disabled',1)
// });
function editDisplayProfile(){
$('#modal_update_image_member').modal('show');
}
var _validFileExtensions = [".jpeg", ".jpg", ".png", ".gif"];
var myFile = document.getElementById('fileUplaodDisplayProfile');
myFile.addEventListener('change', function(event) {
if (myFile.type == "file") {
var sFileName = myFile.value;
if (sFileName.length > 0) {
if(myFile.files[0].size > Config.limitMb){
bootbox.alert('ไฟล์มีขนาดเกิน '+Config.maxMb+'Mb ');
input.value = "";
return false;
}
var blnValid = false;
for (var j = 0; j < _validFileExtensions.length; j++) {
var sCurExtension = _validFileExtensions[j];
if (sFileName.substr(sFileName.length - sCurExtension.length, sCurExtension.length).toLowerCase() == sCurExtension.toLowerCase()) {
blnValid = true;
break;
}
}
if (!blnValid) {
bootbox.alert("กรุณาอัพโหลดไฟล์ .jpeg, .jpg, .png, .gif");
document.getElementById("fileUplaodDisplayProfile").value = "";
return false;
}
}
}
var output3 = document.getElementById('displayProfilePre');
output3.src = URL.createObjectURL(event.target.files[0]);
});
</script>
<div class="modal fade" role="dialog" id="RememberModal">
<div class="modal-dialog" role="document">
<div class="modal-content" style="background-color:#f4fda7;">
<div class="modal-header">
<p class="modal-title w-100" style="text-align:center; font-size:1.3rem; color:#e26e23; font-weight:bold; margin-left:26px;">ลืมรหัสผ่าน</p>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true" style="color:#f0c6ad">✕</span>
</button>
</div>
<div class="modal-body modal-login">
<form action="https://www.kawebook.com/member/forgotpassword" name="forgot_frm" method="post" id="forgot_frm" enctype="multipart/form-data" accept-charset="utf-8">
<input type="hidden" name="csrf_test_name" value="8d42e1364183d5408642c4d8c4923f54" style="display:none;" />
<div style="padding-bottom:10px;">
<input type="text" class="form-control" id="forgot_email" name="forgot_email" placeholder="อีเมล">
</div>
<div style="padding-bottom:10px; text-align:center;">
กรุณาตรวจสอบอีเมล หากไม่พบอีเมลในกล่องข้อความ กรุณาตรวจสอบอีเมลในกล่องจดหมายถังขยะ
</div>
<div style="text-align:center;">
<button type="submit" class="btn btn-search-header shadow" style="width:200px; margin-top:0;">ขอรหัสผ่านใหม่</button>
</div>
</form>
</div>
</div>
</div>
</div>
<script>
$('#forgot_frm').validate({
rules: {
forgot_email: {
required: true,
email: true
}
}
});
</script><div class="modal fade showalert">
<div class="modal-dialog">
<div class="modal-content">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button>
<h4 class="modal-title">มีบางอย่างผิดพลาด</h4>
</div>
<div class="modal-body">
<p>+ กรุณากรอกที่อยู่อีเมล์ให้ถูกต้อง</p>
</div>
</div>
<!-- /.modal-content -->
</div>
<!-- /.modal-dialog -->
</div>
<!-- /.modal --><!-- privacy-policy -->
<style>
#pdpaPopup{height:auto;opacity:1;z-index:10000;background:#e26e23bf;position:fixed;bottom:0;left:0;right:0;color:white;padding:20px 15px;font-family:sans-serif;}#pdpaPopup.is-hide{display:none;}#pdpaPopup .wrapper{max-width:1110px;margin-left:auto;margin-right:auto;}.pdpa-title{color:white;margin:0;padding:0;font-size:20px;font-weight: normal;line-height:1.48;}.pdpa-text{font-size:12px;margin:0;padding:0;line-height:1.48;}.pdpa-button{padding:20px 15px 0;text-align:center;}.pdpa-btn{border:1px solid white;border-radius:30px;padding:10px 30px;text-decoration:none;color:white;font-size:14px;}.pdpa-btn-1{background:white;color:#e26e23;}.pdpa-btn-2{margin-left:15px;}@media (min-width: 992px) {#pdpaPopup .wrapper{display:grid;grid-template-columns:auto 300px;grid-gap:15px;align-items:center;}.pdpa-button{padding:0;text-align:right;}}
a.pdpa-btn-1:hover {
color:#e26e23;
}
a.pdpa-btn-2:hover {
color:#fff;
}
</style>
<div id="pdpaPopup" class="d-none">
<div class="wrapper">
<div class="">
<h3 class="pdpa-title">เว็บไซต์นี้ใช้คุกกี้</h3>
<p class="pdpa-text">
เว็บไซต์นี้ใช้คุกกี้ เพื่อสร้างประสบการณ์นำเสนอคอนเทนต์ที่ดีให้กับท่าน รวมถึงเพื่อจัดการข้อมูลส่วนบุคคลเพื่อให้ท่านได้รับประสบการณ์ที่ดีบนบริการของเว็บไซต์เรา หากท่านใช้บริการเว็บไซต์นี้ต่อไปโดยไม่มีการปรับตั้งค่าใดๆ
นั่นเป็นการแสดงว่าท่านอนุญาตยินยอมที่จะรับคุกกี้บนเว็บไซต์และนโยบายสิทธิส่วนบุคคลของเรา
</p>
</div>
<div class="pdpa-button">
<a href="#" class="pdpa-btn pdpa-btn-1">ยอมรับ</a>
<a class="pdpa-btn pdpa-btn-2" target="_blank" href="https://www.kawebook.com/cookiesnotice">รายละเอียด</a>
</div>
</div>
</div>
<script type="text/javascript">
let isAgreePrivacyPolicy = localStorage.getItem('isAgreePrivacyPolicy');
$(function(){
$('.pdpa-btn-1').click(function(event) {
$('#pdpaPopup').addClass('d-none');
$('body').css('margin-bottom','unset');
localStorage.setItem('isAgreePrivacyPolicy','1');
$('.initMenuResponstive').removeClass('d-none');
});
});
function checkPrivacyPolicy(){
if(isAgreePrivacyPolicy!=='1'){
$('#pdpaPopup').removeClass('d-none');
let pdpHeight = getPDPHeight();
$('body').css('margin-bottom',pdpHeight+'px');
}else{
$('.initMenuResponstive').removeClass('d-none');
}
}
function getPDPHeight(){
return $('#pdpaPopup').innerHeight();
}
</script>
<style>
.active-menu{
color: #e26e23;
}
.mobile-show {
display:none;
}
.dask-show {
display:block;
}
.footer-mobile{
position: fixed;
height: 50px;
bottom: 0;
width: 100%;
background-color: #f7f8f3;
z-index: 99999;
font-size: 10px;
padding-top: 5px;
}
.mobile-icon{
width: 25px;
}
.none-space{
padding-left: 0px !important;
padding-right: 0px !important;
margin-left: 0px !important;
margin-right: 0px !important;
}
.chk-display-show{
display: none !important;
}
@media only screen and (max-width: 1000px) {
.chk-display-show{
display: block !important;
}
#pdpaPopup{
z-index: 99999 !important;
}
.mobile-hide{
display:none !important;
}
.dask-show {
display:none;
}
.mobile-show {
display:block;
}
.btn-uptopPage{
bottom: 69px;
}
}
/* for iPad screening portrait */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait){
.chk-display-show{
display: block !important;
}
}
@media only screen and (max-width: 600px) {
.chk-display-show{
display: block !important;
}
.btn-addheart{
width: 95% !important;
}
.member-sidenav{
width: 300px !important;
}
#pdpaPopup{
z-index: 99999 !important;
}
.mobile-hide{
display:none !important;
}
.dask-show {
display:none;
}
.mobile-show {
display:block;
}
.btn-uptopPage{
bottom: 69px;
}
}
</style>
<!-- FOOTER -->
<div class="chk-display-show">
<div class="initMenuResponstiveHr"></div>
<div class="initMenuResponstive">
<div class="container-fluid footer-mobile pb-2" id="hide_scroll">
<div class="row text-center">
<div class="col none-space">
<a href="https://www.kawebook.com/ชั้นหนังสือ">
<img src="https://www.kawebook.com/assets/img/icon/icon-01.webp?v=1002" class="mobile-icon">
<p class="">ชั้นหนังสือ</p>
</a>
</div>
<div class="col none-space">
<a href="https://www.kawebook.com/นิยาย">
<img src="https://www.kawebook.com/assets/img/icon/icon-03.webp?v=1002" class="mobile-icon">
<p class="">นิยาย</p>
</a>
</div>
<div class="col none-space">
<a href="https://www.kawebook.com/การ์ตูน">
<img src="https://www.kawebook.com/assets/img/icon/icon-05.webp?v=1002" class="mobile-icon">
<p class="">การ์ตูน</p>
</a>
</div>
<div class="col none-space">
<a href="https://www.kawebook.com/ค้นหา">
<img src="https://www.kawebook.com/assets/img/icon/icon-07.webp?v=1002" class="mobile-icon">
<p class="">ค้นหา</p>
</a>
</div>
<div class="col none-space">
<a href="https://www.kawebook.com/profile/editprofile">
<img src="https://www.kawebook.com/assets/img/icon/icon-09.webp?v=1002" class="mobile-icon">
<p class="">โปรไฟล์</p>
</a>
</div>
</div>
</div>
</div>
</div>
<script>
$(function(){
var lastScrollTop = 0, delta = 5;
$(window).scroll(function(){
var element = document.querySelector("body");
var height = element.clientHeight-window.innerHeight-delta
var nowScrollTop = $(this).scrollTop();
let percenNow = (nowScrollTop*100)/height
if(Math.abs(lastScrollTop - nowScrollTop) >= delta){
if (nowScrollTop > lastScrollTop || percenNow>85){
$("#hide_scroll").hide()
$('#group-detail').hide()
$('.btn-uptopPage').hide()
} else {
$("#hide_scroll").show()
$('#group-detail').show()
$('.btn-uptopPage').show()
}
lastScrollTop = nowScrollTop;
if (nowScrollTop <= 10){
$('.btn-uptopPage').hide()
}
}
})
if($('.card').length){
$('.initMenuResponstiveHr').css('padding-top','50px')
}
})
</script>
<!-- modal_review_quize -->
<div class="modal fade" role="dialog" id="modal_review_quize" data-backdrop="static" data-keyboard="false">
<div class="modal-dialog" role="document">
<div class="modal-content" >
<div class="modal-header" style="color: #fef6e6; background-color:#e26e23;">
<p class="modal-title w-100" style="text-align:center; font-size:1.3rem; font-weight:bold; margin-left:26px;">Review/Comment</p>
<button type="button" class="close" data-dismiss="modal" aria-label="Close" style="color:#fef6e6; opacity:unset;">
<span aria-hidden="true">✕</span>
</button>
</div>
<div class="modal-body" style="background-color:#f7d8bf;">
<div class="mb-2 lead font-weight-bold">เรื่อง ????</div>
<div class="content-loading fa-5x"><i class="fas fa-circle-notch fa-spin"></i></div>
<div class="ajaxContent d-none">
<div class="d-flex commentHead-row p-2 rounded">
<div class="user-review-desk">
<img class="w-100 imgReplay rounded">
</div>
<div class="ml-2 w-100">
<p class="review-name-desk text-head-1">userA???</p>
<p class="text">???? ??? ? ???? ?? ??</p>
</div>
</div>
<div class="d-md-flex">
<i class="fas fa-reply fa-rotate-180 fa-2x mb-auto ml-2 mt-2" style="color:#e26e23;"></i>
<div class="ml-2 w-100">
<div class="mt-3">
<div class="commentChild">
<!-- notiwebsite.js -->
</div>
<div class="commentMe d-flex ml-2">
<div class="user-review-desk">
<img class="w-100 rounded" src="">
</div>
<div class="ml-2 w-100">
<p class="review-name-desk"></p>
<textarea class="form-control mt-2" rows="3" autofocus></textarea>
</div>
</div>
</div>
</div>
</div>
<div class="text-right">
<span class="text-danger d-none">??????????</span>
</div>
<div class="d-flex justify-content-between">
<button type="button" class="btn btn-search-header shadow btnKeepNoti p-1 px-2 mt-3 " onclick="keepNoti()" data-iskeep="false">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-bell-plus" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M10 5a2 2 0 1 1 4 0a7 7 0 0 1 4 6v3a4 4 0 0 0 2 3h-16a4 4 0 0 0 2 -3v-3a7 7 0 0 1 4 -6"></path>
<path d="M9 17v1a3 3 0 0 0 6 0v-1"></path>
<line x1="10" y1="11" x2="14" y2="11"></line>
<line x1="12" y1="9" x2="12" y2="13"></line>
</svg> เก็บไว้ก่อน
</button>
<button type="button" class="btn btn-search-header shadow btnAddReviewNew p-1 px-2 mt-3 " onclick="replayReviewCommentQuize()">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-telegram" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4"></path>
</svg> ส่งข้อความ
</button>
</div>
</div>
</div>
</div>
</div>
</div>
<script>
let modal = $('#modal_review_quize')
if(typeof ajaxPost === 'undefined'){
var ajaxPost = function(obj,fn,conDirect) {
var controller = (conDirect)?conDirect:'story';
var data_res = encodeURIComponent(JSON.stringify(obj));
var baseURL = "https://www.kawebook.com/";
return new Promise(function(resolve,reject) {
$.ajax({
type: "POST",
url: baseURL + controller+'/'+fn,
data: {
[csrfName] : csrfHash,
'data_obj' : data_res
},
success: function(data){
try {
data = JSON.parse(data);
resolve(data);
} catch(error) {
resolve(data);
}
},
error:function(data){
try {
data = JSON.parse(data);
resolve(data);
} catch(error) {
resolve(data);
}
}
});
});
}
}
if(typeof ajaxGet === 'undefined'){
var ajaxGet = function(obj,fn,conDirect) {
var controller = (conDirect)?conDirect:'story';
var data_res = encodeURIComponent(JSON.stringify(obj));
var baseURL = "https://www.kawebook.com/";
return new Promise(function(resolve,reject) {
$.ajax({
type: "GET",
url: baseURL + controller+'/'+fn,
data: {
[csrfName] : csrfHash,
'data_obj' : data_res
},
success: function(data){
try {
data = JSON.parse(data);
resolve(data);
} catch(error) {
resolve(data);
}
},
error:function(data){
try {
data = JSON.parse(data);
resolve(data);
} catch(error) {
resolve(data);
}
}
});
});
}
}
function keepNoti(){
$('.btnKeepNoti').data('iskeep',true)
modal.modal('hide')
}
function replayReviewCommentQuize(){
let review_content = modal.find('textarea').val()
modal.find('.text-danger').addClass('d-none')
if(review_content.length < 1 || chckReviewText(review_content)){ return modal.find('.text-danger').text('กรุณาระบุความคิดเห็น').removeClass('d-none'); }
isReviewQuizeLoad(1);
let obj = {
'review_content' : review_content,
'review_id' : (modal.data('parentreviewid'))?modal.data('parentreviewid'):modal.data('reviewid'),
'story_id' : modal.data('storyid'),
'chapter_id' : modal.data('chapterid'),
'key' : modal.data('key'),
'index' : modal.data('index'),
'review_page' : modal.data('review_page'),
}
ajaxPost(obj,'addstoryreview','review').then(function(res){
if(res.status){
$('.btnKeepNoti').data('iskeep',false)
$('.notiWebsite-row').each(function(i,v){
let key = $(this).data('key')
if(key==obj.key){
$(this).remove()
refershNoti()
}
})
isReviewQuizeLoad(0)
modal.modal('hide')
}else{ bootbox.alert(res.message);isReviewQuizeLoad(0) }
})
}
function chckReviewText(value){
let data = value.replace(/ /g,"").replace(/<br>/g,"").replace(/style="margin-bottom: 0px;"/g,"").replace(/<p>/g,"").replace(/<p >/g,"").replace(/<\/p>/g,"").trim();
let isErr = data.length<1;
return isErr;
}
function isReviewQuizeLoad(isData){
if(isData){
let html = `
<i class="fas fa-spinner fa-spin"></i> กำลังส่งส่งข้อความ
`;
modal.find('textarea,button').addClass('disabled').prop('disabled',1)
$('.btnAddReviewNew').html(html)
}else{
let html = `
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-telegram" width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M15 10l-4 4l6 6l4 -16l-18 7l4 2l2 6l3 -4"></path>
</svg> ส่งข้อความ
`;
modal.find('textarea,button').addClass('disabled').prop('disabled',0)
$('.btnAddReviewNew').html(html)
}
}
function refershNoti(){
if($('.notiWebsite-content .notiWebsite-row').length){
$('.iconNotiWebsite').find('.icon-item-new').removeClass('d-none')
}else{
$('.iconNotiWebsite').find('.icon-item-new').addClass('d-none')
}
}
$(function(){
modal.on('shown.bs.modal', function () {
$(this).find('textarea').focus()
})
modal.on('hidden.bs.modal', function () {
let isKeep = $('.btnKeepNoti').data('iskeep')
let key = modal.data('key')
if(!isKeep){
// update UX/UI
$('.notiWebsite-content .notiWebsite-row').each(function(index, el) {
let keyRow = $(this).data('key')
if(keyRow == key){ $(this).remove();refershNoti() }
})
// call server clear notijson
ajaxPost({"key":key},'clearnotijsonmebykey','review').then(function(res){
// console.log(res)
})
}
})
modal.find('textarea').keypress(function (e) {
if (e.which == 13) {
replayReviewCommentQuize()
return false
}
})
})
</script>
<script src="https://www.kawebook.com/assets/js/notiwebsite.js?v=2.37.2"></script>
<script>
bootbox.setLocale('th');
var error_title = "";
var error_message = "";
var notify = "";
notify = "";
error_title = "";
error_message = "";
if(error_message != ""){
Message(error_message,error_title);
}
function Message($message,$title){
if(!$title){
$title = "ข้อความจากระบบ";
}
bootbox.alert($message);
/*$('.showalert').modal('show') ;
$('.showalert .modal-title').html('<font color="#4a4a4a">'+$title+'</i></font>');
$('.showalert .modal-body p').html('<font color="#4a4a4a">'+$message+'</font>');*/
}
if(notify){
soundNotify();
}
function soundNotify(){
var audio = new Audio(Config.baseURL+'assets/sound/notification.mp3');
audio.loop = false;
audio.play();
}
jQuery.extend(jQuery.validator.messages, {
required: "กรุณากรอกข้อมูล.",
remote: "Please fix this field.",
email: "กรุณากรอกที่อยู่อีเมลให้ถูกต้อง.",
url: "Please enter a valid URL.",
date: "Please enter a valid date.",
dateISO: "Please enter a valid date (ISO).",
number: "กรุณากรอกข้อมูลตัวเลขเท่านั้น.",
digits: "Please enter only digits.",
creditcard: "Please enter a valid credit card number.",
equalTo: "กรุณากรอกรหัสผ่านให้ตรงกัน.",
accept: "กรุณาเลือกไฟล์ให้ถูกต้อง.",
maxlength: jQuery.validator.format("กรุณากรอกข้อมูลน้อยกว่า {0} ตัวอักษร."),
minlength: jQuery.validator.format("กรุณากรอกข้อมูลมากกว่า {0} ตัวอักษร."),
rangelength: jQuery.validator.format("Please enter a value between {0} and {1} characters long."),
range: jQuery.validator.format("Please enter a value between {0} and {1}."),
max: jQuery.validator.format("กรุณาป้อนค่าที่น้อยกว่าหรือเท่ากับ {0}"),
min: jQuery.validator.format("กรุณาป้อนค่าที่มากกว่าหรือเท่ากับ {0}")
});
$(document).ready(function(e) {
const namePath = window.location.pathname;
const sptNamePath = namePath.split('/');
// https://www.kawebook.com/
const ctlName = sptNamePath[1] || 'index';
//check login
var chkLogin = false;
if((ctlName == 'index' && chkLogin) || ctlName !== 'index'){
// console.log("------ in if index and chkLogin -----");
var APP_ID = '226865737821474';
window.fbAsyncInit = function() {
FB.init({
appId : APP_ID,
autoLogAppEvents : true,
xfbml : true,
version : 'v14.0'
});
};
(function(d, s, id){
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) {return;}
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/sdk.js?v=202508220308";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));
}
});
$(document).on({
"contextmenu": function(e) {
//console.log("ctx menu button:", e.which);
e.preventDefault();
},
"mousedown": function(e) {
//console.log("normal mouse down:", e.which);
},
"mouseup": function(e) {
//console.log("normal mouse up:", e.which);
}
});
$(window).scroll(function () {
if(screen.width > 1000){
if ($(this).scrollTop() > 400) {
$('.btn-uptopPage').fadeIn();
} else {
$('.btn-uptopPage').fadeOut();
}
}
});
$('.btn-uptopPage').on('click', function () {
$("html, body").animate({
scrollTop: 0
}, 600);
return false;
});
function check_cross_site_script(txt,txtName){
var word = 'script';
if(txt.indexOf("<"+word+">")>=0 || txt.indexOf("</"+word+">")>=0 || txt.indexOf("alert(")>=0) {
return false;
}
var srt1 = "(";
var cou1 = 0;
for (var i=0;i<txt.length;i++)
{
if(srt1 == txt.substr(i,srt1.length)){
cou1++;
}
}
var srt2 = ")";
var cou2 = 0;
for (var i=0;i<txt.length;i++){
if(srt2 == txt.substr(i,srt2.length)){
cou2++;
}
}
if(cou1!=cou2){
return false;
}
}
</script>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107742185-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments)};
gtag('js', new Date());
gtag('config', 'UA-107742185-1');
</script>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-WRKQ35M');</script>
<!-- End Google Tag Manager -->
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WRKQ35M"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="branch-banner" style="background-color:#ffffeb; height:auto; width:100%; position: fixed; z-index: 3; bottom: 0; left: 0; padding:5px; font-size:13px;display:none;">
<div class="d-flex justify-content-between">
<span style="font-size:14px;">ใช้ KaweBook ผ่านแอปสะดวกกว่า</span>
<div id="branch-banner-close1" role="text" aria-label="Close banner" tabindex="0" onclick="JavaScript:void(0);"><i class="fa fa-times" aria-hidden="true"></i></div>
</div>
<div class="row" style="padding:5px 0;">
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/icon-app.webp" style="height:60px;">
</div>
<div class="col" style="padding:0 5px;">
<p>KaweBook<p>
<p>อ่านเขียน นิยายออนไลน์ ฟรี! จำนวนมาก<p>
<p>Glory Forever Public Company Limited<p>
</div>
<div style="width:auto;">
<img src="https://www.kawebook.com/assets2/img/kawe_emoji1.webp" style="height:60px;">
</div>
</div>
<div>
<button style="width:100%; font-size:14px; padding: 2px 12px;" class="btn btn-search-header" onclick="run();">เปิดด้วยแอป KaweBook</button>
</div>
</div>
<script type="text/javascript">
$(document).ready(function(){
// If the 'hide cookie is not set we show the message
if (!readCookie('hide')) {
if( /Android|iPhone|iPad|iPod/i.test(navigator.userAgent) ) {
// $("#branch-banner").show();
}
}
// Add the event that closes the popup and sets the cookie that tells us to
// not show it again until one day has passed.
$('#branch-banner-close1').click(function() {
$('#branch-banner').hide();
createCookie('hide', true, 1) // 1 Day = 24 Hour
return false;
});
});
function run(){
var desktopFallback = "https://www.kawebook.com",
ios_mobileFallback = "https://apps.apple.com/th/app/kawebook/id1464410595?l=th",
ios_app = "ioskawebookMain://",
android_mobileFallback = "http://play.google.com/store/apps/details?id=glory.kawebook",
android_app = "glory://android_kawebook/Main";
if( /Android|iPhone|iPad|iPod/i.test(navigator.userAgent) ) {
if( /iPhone|iPad|iPod/i.test(navigator.userAgent) ){ // IOS
window.location = ios_app;
window.setTimeout(function() {
window.location = ios_mobileFallback;
}, 5000);
}else if( /Android/i.test(navigator.userAgent) ){ // Android
window.location = android_app;
window.setTimeout(function() {
window.location = android_mobileFallback;
// location.reload();
}, 5000);
}else {
window.location = desktopFallback;
}
} else {
window.location = desktopFallback;
}
function killPopup() {
window.removeEventListener('pagehide', killPopup);
}
window.addEventListener('pagehide', killPopup);
}
// ---
// And some generic cookie logic
// ---
function createCookie(name,value,days) {
if (days) {
var date = new Date();
date.setTime(date.getTime()+(days*2*60*60*1000));
// date.setTime(date.getTime()+10000);
// date.setTime(date.getTime()+(days*24*60*60*1000));
var expires = "; expires="+date.toGMTString();
}
else var expires = "";
document.cookie = name+"="+value+expires+"; path=/";
}
function readCookie(name) {
var nameEQ = name + "=";
var ca = document.cookie.split(';');
for(var i=0;i < ca.length;i++) {
var c = ca[i];
while (c.charAt(0)==' ') c = c.substring(1,c.length);
if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length);
}
return null;
}
function eraseCookie(name) {
createCookie(name,"",-1);
}
// Change Password 90 Days
$( document ).ready(function() {
if (typeof(check_page_chenge_password) == "undefined"){
var member_cal_date = "";
var check_member_id = "";
var member_type = "0";
var check_base_url = "https://www.kawebook.com/profile/editprofile";
if(member_type == 0 || member_type == 2 || member_type == 5){
if(check_member_id != "" && member_cal_date > 90){
if(member_type == 2){
swal({
title: "ข้อความจากระบบ",
text: "รหัสผ่านของท่านมีอายุเกิน 90 วันแล้วกรุณาเปลี่ยนรหัสผ่าน !",
type: "warning",
confirmButtonColor: '#DD6B55',
confirmButtonText: 'เปลี่ยนรหัสผ่าน',
}, function(isConfirm){
if (isConfirm) {
location.href = check_base_url+"/hide";
}
});
}else{
swal({
title: "ข้อความจากระบบ",
text: "รหัสผ่านของท่านมีอายุเกิน 90 วันต้องการเปลี่ยนรหัสผ่านหรือไม่ !",
type: "warning",
showCancelButton: true,
confirmButtonColor: '#DD6B55',
confirmButtonText: 'เปลี่ยนรหัสผ่าน',
cancelButtonText: "ไม่ใช่ตอนนี้",
closeOnConfirm: true,
closeOnCancel: false
}, function(isConfirm){
if (isConfirm) {
location.href = check_base_url+"/hide";
}else{
$('.sweet-alert').find('button').prop('disabled',true)
$.ajax({
type: 'POST',
data:{
[csrfName] : csrfHash,
"member_id":check_member_id
},
url: "https://www.kawebook.com/profile/noChangePassword",
success: function(json){
data = $.parseJSON(json)
if(data.status){
csrfName = data.csrfName
csrfHash = data.csrfHash
swal.close()
}else{console.log(data.message)}
}
});
}
});
}
}
}
}
});
// Check when change policy term
$( document ).ready(function() {
var check_member_id = "";
var date_policy = "";
var term_timestamp = "1670872039";
var policyPopup = $("#policyPopup");
if(check_member_id != ""){
if(date_policy == ""){
policyPopup.show();
}else{
if(term_timestamp > date_policy){
policyPopup.show();
}else{
policyPopup.hide();
}
}
}else{
policyPopup.hide();
}
});
function setPolicy(member_id){
$("#policyPopup").hide();
var term_date_policy = "2022-12-13 02:07:19";
if(member_id){
$.ajax({
type: 'POST',
data:{
[csrfName] : csrfHash,
"member_id":member_id,
"date_policy":term_date_policy,
},
url: "https://www.kawebook.com/profile/setPolicy",
success: function(json){
// console.log("json : " + json);
// checkin_table.ajax.reload();
}
});
}
}
function logoutOneSignal(){
let appId = "665055e5-cc6e-410e-825d-1c92b2421cd5";
if(appId){
window.OneSignal = window.OneSignal || [];
OneSignal.push(function() {
OneSignal.sendTag("user_id", '', function(tagsSent){ location.href='https://www.kawebook.com/member/logout'; });
OneSignal.init({
appId: appId,
allowLocalhostAsSecureOrigin: true,
});
});
}
}
// logout Nav profile
$("#btn_logout").click(function(){
logoutOneSignal();
document.getElementById('btn_logout').disabled = true;
document.getElementById('iconLogoutLoad').style.visibility = "visible";
setTimeout(function(){ location.href='https://www.kawebook.com/member/logout'; }, 6000);
});
// logout Responsive
$("#btn_logout_respon").click(function(){
logoutOneSignal();
document.getElementById('btn_logout_respon').disabled = true;
document.getElementById('iconSingOut_respon').style.visibility = "hidden";
document.getElementById('iconLogoutLoad_respon').style.visibility = "visible";
setTimeout(function(){ location.href='https://www.kawebook.com/member/logout'; }, 6000);
});
</script>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "LocalBusiness",
"name": "Kaweebook",
"image": "https://www.kawebook.com/assets2/img/logo_top.webp?v=2001",
"alternateName": "กวีบุ๊ค - เว็บอ่านนิยายออนไลน์",
"description":"เว็บอ่าน-เขียน นิยายออนไลน์ นิยายไทย นิยายจีน นิยายญี่ปุ่น นิยายแปล อ่านฟรี! จำนวนมาก!",
"@id": "",
"url": "https://www.kawebook.com/",
"logo": "https://www.kawebook.com/assets2/img/logo_top.webp?v=2001",
"telephone": "+66987654300",
"priceRange": "฿฿฿",
"address": {
"@type": "PostalAddress",
"streetAddress": "20 Moo.6 Rama 2 Rd, Phanthai Norasing, Mueang Samut Sakhon District,",
"addressLocality": "Samut Sakhon",
"postalCode": "74000",
"addressCountry": "TH"
},
"geo": {
"@type": "GeoCoordinates",
"latitude": 13.577754707694174,
"longitude": 100.37828364603487
},
"openingHoursSpecification": {
"@type": "OpeningHoursSpecification",
"dayOfWeek": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday",
"Saturday"
],
"opens": "08:00",
"closes": "18:00"
},
"sameAs": [
"https://www.facebook.com/kaweebook/"
]
}
</script>
<!-- modal_select_member_style -->
<div class="modal fade" id="modal_select_member_style" tabindex="-1" role="dialog" aria-labelledby="select-member-style" aria-hidden="true" data-keyboard="false" data-backdrop="static">
<div class="modal-dialog modal-lg-custom modal-dialog-centered " role="document">
<div class="modal-content" style="background: #fdfbd9;">
<div>
<!-- <img class="w-100" src="assets2/img/selectMemberStyleRes-4.webp" > -->
<div class="p-2">
<div class="d-flex justify-content-center">
<img class="mt-auto mb-auto" src="assets2/img/1topnovelicon.png" style="width: 70px; height: 60px;">
<div class="text-center">
<div class="h6 text-center" style="color:#642a04;">โปรดเลือกหมวดหนังสือที่ท่านชอบ</div>
<img class="mr-auto ml-auto" src="assets2/img/select-member-line.png" style="width: 199px;">
<div class="h6 text-center mb-0" style="color:#368005;font-size: .8rem;">(ท่านยังสามารถเลือกดูหมวดอื่นๆได้)</div>
</div>
</div>
<img class="w-100 mt-3 female-hover" src="assets2/img/selectMemberStyleRes_5.webp">
<img class="w-100 mt-3 male-hover" src="assets2/img/selectMemberStyleRes_1.webp">
</div>
<div class="text-center"><i class="far fa-times-circle fa-2x p-2 selectMemberStyleClose"></i></div>
</div>
</div>
</div>
</div>
<!-- modal fade -->
<div class="modal fade" id="modal_select_confirm_member_style_female" tabindex="-1" role="dialog" aria-labelledby="select-member-style-female" aria-hidden="true" data-keyboard="false" data-backdrop="static">
<div class="modal-dialog modal-md modal-dialog-centered " role="document">
<div class="modal-content" style="background: #fdfbd9;">
<div class="modal-header p-0 d-block" style="background: #82bb2a;">
<div class="w-100 d-flex pt-1 px-1 pb-4">
<img class="ml-auto cursor-pointer sms_cancel mt-1 mr-1" src="assets2/img/selectMemberStyle_12.png" style="width: 25px;height: 25px;position: relative;">
</div>
</div>
<div class="modal-body text-center" style="">
<div class="w-100 d-flex justify-content-center " style="margin-bottom:30px;">
<img class="w-25" src="assets2/img/selectMemberStyle_07.png" style="position: absolute;top:-2rem;">
</div>
<h3 class="py-1 sms_textHead" style="color: #642a04;">ยืนยันการเลือกหมวดหนังสือที่ชอบ</h3>
<h5 class="py-2 sms_textchild" style="color: #4a7803;">หมวดรัก</h5>
<div class="row">
<div class="col-md-8 offset-md-2 px-0">
<div class="smsc_btnConfrimOrCancel d-flex justify-content-around pt-3">
<div class="btn-select-cc-header cursor-pointer sms_cancel" data-value="2">
<i class="far fa-times-circle"></i>
<div class="d-inline ml-1">ยกเลิก</div>
</div>
<div class="btn-select-cc-header cursor-pointer sms_confirm" data-value="2">
<i class="far fa-check-circle"></i>
<div class="d-inline ml-1">ยืนยัน</div>
</div>
</div>
</div>
</div>
<div class="smsc_content-loading fa-3x d-none"><i class="fas fa-circle-notch fa-spin"></i></div>
</div>
</div>
</div>
</div>
<!-- modal fade -->
<div class="modal fade" id="modal_select_confirm_member_style_male" tabindex="-1" role="dialog" aria-labelledby="select-member-style-male" aria-hidden="true" data-keyboard="false" data-backdrop="static">
<div class="modal-dialog modal-md modal-dialog-centered " role="document">
<div class="modal-content" style="background: #fdfbd9;">
<div class="modal-header p-0 d-block" style="background: #82bb2a;">
<div class="w-100 d-flex pt-1 px-1 pb-4">
<img class="ml-auto cursor-pointer sms_cancel mt-1 mr-1" src="assets2/img/selectMemberStyle_12.png" style="width: 25px;height: 25px;position: relative;">
</div>
</div>
<div class="modal-body text-center" style="">
<div class="w-100 d-flex justify-content-center " style="margin-bottom:30px;">
<img class="w-25" src="assets2/img/selectMemberStyle_06.png" style="position: absolute;top:-2rem;">
</div>
<h3 class="py-1 sms_textHead" style="color: #642a04;">ยืนยันการเลือกหมวดหนังสือที่ชอบ</h3>
<h5 class="py-2 sms_textchild" style="color: #4a7803;">หมวดมันส์</h5>
<div class="row">
<div class="col-md-8 offset-md-2 px-0">
<div class="smsc_btnConfrimOrCancel d-flex justify-content-around pt-3">
<div class="btn-select-cc-header cursor-pointer sms_cancel" data-value="1">
<i class="far fa-times-circle"></i>
<div class="d-inline ml-1">ยกเลิก</div>
</div>
<div class="btn-select-cc-header cursor-pointer sms_confirm" data-value="1">
<i class="far fa-check-circle"></i>
<div class="d-inline ml-1">ยืนยัน</div>
</div>
</div>
</div>
</div>
<div class="smsc_content-loading fa-3x d-none"><i class="fas fa-circle-notch fa-spin"></i></div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
//member_style : 1=m, 2=f
var modal_sms = $('#modal_select_member_style');
// var isViewResponsetive = screen.width < 1024;
let sizeBs = 'lg'; if(screen.width <= 320){sizeBs = 'ssm'}else if(screen.width <= 425){ sizeBs = 'sm'; }else if(screen.width <= 1024){ sizeBs = 'md'; }
// alert(screen.width);
$(function(){
// modal_sms.modal('show'); // fix show
modal_sms.click(function(event) {
modal_sms.modal('hide');
$('.initMenuResponstive').removeClass('d-none');
});
//set init
modal_sms.find('.selectMemberStyleClose').click(function(event) {
modal_sms.modal('hide');
$('.initMenuResponstive').removeClass('d-none');
});
modal_sms.find('.female-hover').click(function(event) {
animationSelectMemberStyle(2);
});
modal_sms.find('.male-hover').click(function(event) {
animationSelectMemberStyle(1);
});
modal_sms.find('.female-hover, .male-hover').click(function(event) {
var m_style = $(this).data('value');
// console.log(m_style);return;
modal_sms.modal('hide');
if(m_style===1){ $('#modal_select_confirm_member_style_male').modal('show'); }else{ $('#modal_select_confirm_member_style_female').modal('show');}
});
$('.sms_cancel').click(function(){
$('#modal_select_confirm_member_style_male,#modal_select_confirm_member_style_female').modal('hide');
modal_sms.modal('show');
});
animationSetModal();
});
function animationSelectMemberStyleConfirmIsProcessing(isData){
if(isData){
$('.smsc_content-loading').removeClass('d-none');
$('.smsc_btnConfrimOrCancel').removeClass('d-flex').addClass('d-none');
$('.sms_cancel').addClass('d-none');
}else{
$('.smsc_content-loading').addClass('d-none');
$('.smsc_btnConfrimOrCancel').removeClass('d-none').addClass('d-flex');
$('.sms_cancel').removeClass('d-none');
}
}
function animationSelectMemberStyle(member_style){
if(member_style==1){
modal_sms.find('.female-hover, .male-hover').data('value',1);
}else{
modal_sms.find('.female-hover, .male-hover').data('value',2);
}
}
function animationSetModal(){
// console.log(sizeBs)
// var modal = $('#modal_select_confirm_member_style_male,#modal_select_confirm_member_style_female');
// if(sizeBs === 'ssm'|| sizeBs === 'sm'){
// modal.find('.modal-body h3:nth-child(1)').css({'font-size':'1.2rem','font-weight':'500','padding-top':'500'});
// modal.find('.modal-body h5:nth-child(1)').css({'font-size':'1.1rem','font-weight':'300'});
// // modal.find('.modal-body h3:nth-child(1)').addClass('pt-4');
// // modal.find('.justify-content-center').css('height','50px');
// }
// if(sizeBs === 'md'){
// modal.find('.modal-body h3:nth-child(1)').addClass('pt-4');
// }
}
</script>
<div class="modal fade" id="modal_mass_pro" tabindex="-1" role="dialog" aria-labelledby="mass-pro" aria-hidden="true" data-keyboard="false" data-backdrop="static">
<div class="modal-dialog modal-lg modal-dialog-centered" role="document">
<div class="modal-content" style="background: #fdfbd9;">
<div>
<i class="fa fa-times p-2 massProClose"></i>
<img id="imgMasspro" class="w-100 cursor-pointer" >
<div class="chkNoMsg">
<i id="noCheck" class="fa fa-square-o p-2 chkboxNoMsg cursor-pointer chkBox"></i>
<i id="isCheck" style="display: none;" class="fa p-2 cursor-pointer chkBox"> </i>
<span class="txt-no-msg">ไม่ต้องแสดงข้อความนี้อีก </span>
</div>
</div>
</div>
</div>
</div>
<style type="text/css">
.massProClose {
font-size: 2rem;
position: absolute;
right: 0;
}
.chkboxNoMsg{
color: #fef6e6;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
.chkNoMsg{
position: absolute;
left: 0;
bottom: 0;
}
@media only screen and (max-width: 375px) {
.txt-no-msg{
font-size: .5rem;
margin-top:unset;
font-weight: bold;
}
.massProClose {
font-size: 1rem;
position: absolute;
right: 0;
}
}
@media only screen and (max-width: 425px) {
.txt-no-msg{
font-size: .6rem;
margin-top:unset;
font-weight: bold;
}
.massProClose {
font-size: 1rem;
position: absolute;
right: 0;
}
}
@media (min-width: 992px){
.modal-lg-custom {
max-width: 320px;
}
.txt-no-msg{
font-size: 1rem;
margin-top:unset;
font-weight: bold;
}
}
</style>
<script type="text/javascript">
var modalMassPro = $('#modal_mass_pro');
$(function(){
modalMassPro.find('.massProClose').click(function(event) {
modalMassPro.modal('hide');
});
modalMassPro.find('.chkBox').click(function(event) {
$("#noCheck").toggle();
$("#isCheck").toggle();
if($('#isCheck').is(":visible")){
setCookie("checkNoPopupMassPro",1,1);
}else{
setCookie("checkNoPopupMassPro",0,0);
}
});
modalMassPro.find('#imgMasspro').click(function(event) {
let chkLogin = "";
if(chkLogin === ''){ //ไม่ได้ login
setCookie("fromPopupMassPro",1,1);
}
window.location.href = "https://www.kawebook.com/heart";
});
});
function setCookie(cName, cValue, exp) {
let date = new Date();
date.setTime(date.getTime() + (exp * 24 * 60 * 60 * 1000));
const expires = "expires=" + date.toUTCString();
document.cookie = cName + "=" + cValue + "; " + expires + "; path=/";
}
</script>
<!-- Bootstrap core JavaScript ================================================== -->
<script src="https://www.kawebook.com/assets2/swiper-4.5.0/dist/js/swiper.min.js?v=1001"></script>
<!-- <script type="text/javascript" src="assets/js/dragscroll.js?v=1001"></script> -->
<!-- new version by yut -->
<input type="hidden" id="base_url" value="https://www.kawebook.com/"> <!-- for home_view.js -->
<!-- assets/js/home_view.js -->
<script type="text/javascript" src="https://www.kawebook.com/assets/js/home_view.js?v=2.37.2"></script>
</body>
</html>