#page-search {
    display: flex;
    flex-wrap: wrap;
}
#page-search nav.lnb .filter-area:first-of-type {
    border-top: 0;
}
#page-search .search-header {
    margin-bottom: 40px;
    text-align: center;
}

#page-search .search-header .title-result {
    display: inline-flex;
    width: 430px;
    margin-bottom: 0;
    color: #454545;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
}
#page-search .search-header .title-result .search-keyword {
	flex: 1;
	position: relative;
    color: #454545;
    font-size: 26px;
    font-weight: 500;
    cursor: pointer;
}
#page-search .search-header .title-result .search-keyword .search-input {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    width: 100%;
    height: 48px;
    padding: 0 72px 0 15px;
    margin: 0;
    border: 0;
    border-bottom: 1px solid #000;
    color: #333;
    font-size: 26px;
    font-weight: 500;
    line-height: 40px;
}
#page-search .search-header .title-result .search-keyword .search-input::placeholder {
	font-size: 20px;
	font-weight: 300;
}
#page-search .search-header .title-result .search-keyword .btnKeywordClear {
	display: none;
    position: absolute;
    top: 50%;
    right: 48px;
    width: 22px;
    height: 22px;
    background: #eaeaea;
    transform: translateY(-50%);
    border-radius: 50%;
}
#page-search .search-header .title-result .search-keyword .btnKeywordClear::before,
#page-search .search-header .title-result .search-keyword .btnKeywordClear::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 5px;
    z-index: 50;
    width: 12px;
    height: 2px;
    margin: auto;
    border-radius: 2px;
    background: #fff;
}
#page-search .search-header .title-result .search-keyword .btnKeywordClear.active {
	display: block;
}
#page-search .search-header .title-result .search-keyword .btnKeywordClear::before {transform: rotate(45deg);}
#page-search .search-header .title-result .search-keyword .btnKeywordClear::after {transform: rotate(-45deg);}
#page-search .search-header .title-result .search-keyword .btnSearch {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAd5JREFUSEu11cvLTWEUx/HPGxnIpSiXiZAwcIuSAQpFL2XqUgxIURhQBv4AMiEhDCgk5Q+Q0VsImSAlopTIgFwi9+uz6nl1HO/e5xnssya7zn7O+j5rrd9v7R5djp4u51cHmIB1WInZ+SJ3cAkX8LzkcgMBRuAcVtck+I2L2IRPdaB2wFDcwgx8xUkcxpOcZDJ2YQuG5LOL8L0K0g44iw14hhV4UPHHWbicLjAeB7G7BDAT9/Aj9Xk+ot91sRhX8A2T8GKgw60VHMF2HMWOkgHiPNYnyF7s7wR4jCm5//cLAUvQh2vpGRX9F60VfEQMeRB+FQJGpWpf4w1GdwK8x3AMQ8BKIs5+wCuM6QS4mw01L3ngdkn2pKQFSW03c5uWdQIcSKbZgxPYVgg4kzyyMbUnBLKzE2AqHuJnoUzDYFdz0sqq2412Ktv/KZYnCT6qqGRONtrY7PatJUaLM62r4guO41B2dryPKmNVbMbgnDRmEK6PYdfKtP/lyGygVTVzeJd20b7U0rWYm12/FPH7P1G3ridml/Yids/nrK4bOIa3CB+E0WKdhwpDSeGJv9HEBycg1zEdsQ0W4mU/oQlA5AqThaKm5fmcbhoQ+cal9b4mfz8abVGtJ5tqUSWk64A/OxFWGSrrSC8AAAAASUVORK5CYII=') no-repeat center;
}
#page-search .search-header .title-result .keyword {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    padding: 0 10px;
    margin-right: 15px;
    color: #333;
    font-weight: 600;
}
#page-search .search-header .title-result .keyword::before,
#page-search .search-header .title-result .keyword::after {
    content: "'";
    position: absolute;
    top: 0;
    left: 0;
}
#page-search .search-header .title-result .keyword::after {
    left: auto;
    right: 0;
}
#page-search .search-header .title-result>span {
    flex: 1 0 auto;
    text-align: left;
}

#page-search .search-header .empty {
    width: 600px;
    margin: 65px auto;
    font-size: 20px;
    font-weight: 300;
}
#page-search .search-header .msgTip {
    width: 600px;
    margin: auto;
    text-align: left;
    padding: 15px 20px;
    background: #f9f9f9;
}
#page-search .search-header .msgTip h4 {
    display: none;
    margin-bottom: 5px;
    font-size: 15px;
    font-weight: 400;
}
#page-search .search-header .msgTip ul {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    /* padding: 5px 0 0 5px; */
}

#page-search .search-header .msgTip ul>li {
    position: relative;
    padding: 2px 0 1px 8px;
    color: #888;
    font-size: 14px;
    font-weight: 400;
}

#page-search .search-header .msgTip ul>li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 2px;
    height: 2px;
    background: #888;
}


#page-search .focus {
    margin-bottom: 60px;
}
#page-search .focus .title-part {
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #707070;
    color: #000;
    font-size: 20px;
}

#page-search .focus .slide-container {
    overflow: hidden;
}

#page-search .focus .ctrl {
    position: absolute;
    bottom: 8px;
    right: 0;
    z-index:1;
    width: 53px;
    height: 30px;
}

#page-search .focus .ctrl .swiper-button-prev,
#page-search .focus .ctrl .swiper-button-next {
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
}

#page-search .focus .ctrl .swiper-button-prev:after {
    width: 12px;
    height: 12px;
    border-width: 0 0 2px 2px;
}
#page-search .focus .ctrl .swiper-button-next:after {
    width: 12px;
    height: 12px;
    border-width: 0 2px 2px 0;
}

#page-search .focus1 .swiper-slide {
    cursor: pointer;
}

#page-search .focus1 .swiper-slide .img {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

#page-search .focus1 .swiper-slide .img:before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#page-search .focus1 .swiper-slide .img img {
    position: absolute;
    top: 0;
    left: 50%;
    width: auto;
    height: 100%;
    transform: translate(-50%, 0);
}

#page-search .focus1 .swiper-slide .title {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 3px;
    color: #000;
    font-size: 19px;
    line-height: 1.43;
}

#page-search .focus1 .swiper-slide .sub {
    color: #343434;
    font-size: 13px;
    font-weight: 300;
}

#page-search .focus1 .swiper-slide .term {
    margin-top: 10px;
    color: #898989;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.3px;
}

#page-search .search-rank {
    position: relative;
    padding: 10px 0 10px 90px;
}

#page-search .search-rank .title {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 30px;
    padding: 0 8px;
    background: #DC2832;
    color: #fff;
    font-size: 12px;
    line-height: 30px;
}

#page-search .search-rank .criteria {
    overflow: hidden;
    border-bottom: 1px solid #000;
    font-size: 13px;
    line-height: 30px;
}

#page-search .rank-list {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
}

#page-search .rank-list ol>li {
    border-bottom: 1px dotted #c0c0c0;
    font-size: 15px;
}

#page-search .rank-list ol>li>a {
    display: block;
    overflow: hidden;
    padding: 10px 30px 8px;
    color: #888;
    font-size: inherit;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#page-search .rank-list ol>li:nth-child(-n+3)>a {
    background: #f1f1f1;
    color: #000;
    font-weight: 500;
}


#page-search .related-keyword {
    display: flex;
    align-items: flex-start;
    width: 430px;
    margin: 0 auto 60px;
    padding: 15px 20px 20px;
    background-color: #fff;
}
#page-search .related-keyword .section-header {
    display: inline-block;
    position: relative;
    height: 22px;
    padding-right: 20px;
    margin-right: 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    white-space: nowrap;
}
#page-search .related-keyword .section-header::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: 1px;
    height: 14px;
    background: #ccc;
}
#page-search .related-keyword .section-body {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
}
#page-search .related-keyword .section-body a {
    display: inline-block;
    height: 22px;
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
#page-search .related-keyword .section-body a:hover {
    color: #333;
    text-decoration: underline;
}
