.manual-list .search-box{display:flex;justify-content:center;margin-bottom:40px;}
.manual-list .input-box{position:relative;width:480px;overflow:hidden;}
.manual-list .input-box input[type=text]{width:100%;height:48px;padding:0 15px;font-size:15px;color:#393939;font-weight:500;border:2px solid #1980ee;border-radius:4px;}
.manual-list .input-box button{display:flex;align-items:center;gap:12px;position:absolute;top:0;right:0;height:100%;padding:0 clamp(19px,2vw,23px) 0 clamp(19px,2.5vw,23px);font-size:18px;font-weight:500;color:#fff;border:none;background:#1980ee;border-radius:0 4px 4px 0;word-break:keep-all;cursor:pointer;}
.manual-list .input-box button>span{display:block;position:relative;width:12px;height:12px;transform:translateY(-2px);border-radius:50%;border:2px solid #fff;background:#1980ee;}
.manual-list .input-box button>span:before{content:'';display:block;position:absolute;z-index:1;top:10px;left:13px;width:3px;height:10px;border-radius:6px;background:#fff;
transform:rotate(135deg);-ms-transform:rotate(135deg);-webkit-transform:rotate(135deg);}

.manual-list table{width:100%;table-layout:fixed;border-collapse:collapse;}
.manual-list table th{padding:12px 3px;text-align:center;font-size:14.5px;line-height:1.5;background:#f8f8f8;white-space:nowrap;}
.manual-list table td{padding:16px 6px 14px 6px;text-align:center;font-size:14.5px;line-height:22px;color:#393939;background:#ffffff;word-break:break-word;}
.manual-list table th,
.manual-list table td{border-top:1px solid #eee;border-bottom:1px solid #eee;}
.manual-list table td:nth-child(2){text-align:left;}
.manual-list table td:nth-child(2)>.idx{display:none;}
.manual-list .cat-box{margin-bottom:5px;color:#787878;}
.manual-list .new_icon{display:inline-block;width:14px;height:13px;margin-left:4px;vertical-align:middle;background:url('../../../../images/bullet/new.png') no-repeat 0 0px;}
.manual-list .img_icon{display:inline-block;width:14px;height:13px;margin-left:4px;vertical-align:middle;background:url('../../../../assets/images/bullet/img.png') no-repeat;}

@media only screen and (max-width:1099px) {
.manual-select-solution{margin:25px 0;}
.manual-list{margin:15px 0;}
}

@media screen and (max-width:767px) {
.manual-list table{display:block;width:auto;background:#ffffff;}
.manual-list table colgroup{display:none;}
.manual-list table thead{display:none;}
.manual-list table tbody{display:block;}
.manual-list table tr{display:block;padding:15px 12px;margin-bottom:-1px;border:1px solid #f0f0f0;}
.manual-list table td{padding:0;text-align:left;border:none;}
.manual-list table td:before{content:attr(rel);display:inline;color:#999;border:none;}
.manual-list table td:nth-child(1){display:none;}
.manual-list table td:nth-child(2){display:block;}
.manual-list table td:nth-child(2)>.idx{display:inline;}
.manual-list table td:nth-child(3){display:block;padding-top:6px;color:#787878;}
}

.manual-view .entry-content{word-break:keep-all;}
.manual-view .entry-content li:nth-child(1){padding-bottom:14px;font-size:20px;line-height:1.2;font-weight:bold;word-break:break-all;word-wrap:break-word;border-bottom:1px dotted #ddd;}
.manual-view .entry-content li:nth-child(2){padding:30px 0 30px 0;font-size:15px;line-height:1.9;}
.manual-view .btns{margin-top:40px;text-align:right;}
.manual-view .btns .btn{padding:11px 20px;font-size:15px;}

@media only screen and (max-width:1099px) {
.manual-view{margin:30px 0;}
.manual-view .entry-content li:nth-child(2){padding:16px 0;border-bottom:1px solid #ddd;background:#fff;}
}