/* c_top_banner */
.c_top_banner{position: relative; background: #000;}
.banner_wrap{
    position: relative; z-index: 0; background-repeat: no-repeat; background-size: cover; background-position: center; background-color: #000;
}
.banner_wrap::before{position: absolute; left: 0; right: 0; top: 0; bottom: 0; content: ''; z-index: 1; background: rgba(0,0,0,0.5);}
.c_top_banner .layout{z-index: 2; height: 100%;}

.top_banner_div{text-align: center; width: 100%; min-height: 300px; padding: 9% 0 8%; display: flex; flex-direction: column; justify-content: center;}
.top_banner_div .title{font-size: 42px; font-weight: bold; color: #fff; line-height: 1.2; text-transform: capitalize;}

/* top_location */
.top_location{font-size: 18px; margin-top: 20px;}
.top_local_bar{flex-wrap: wrap; text-transform: capitalize; display: flex; justify-content: center;}
.top_location li{position: relative; line-height: 26px; padding-right: 26px; margin-right: 8px; color: #fff; margin-bottom: 6px;}
.top_location li:last-child{padding-right: 0; margin-right: 0;}
.top_location li::after{position: absolute; right: 0; content: '\f178'; top: 0; content: '>'; display: block; width: 20px; height: 26px; font-size: 16px; line-height: 26px; text-align: center; transform: scaleY(1.2);}
.top_location li:last-child::after{content: ''; display: none;}
.top_location li a{display: block; color: #fff;}
.top_location li:last-child a{color: #fff; text-decoration: underline;}
.top_location li:last-child span{color: #fff; text-decoration: underline;}
.top_location li a:hover{color: #fff; text-decoration: underline;}

@media only screen and (max-width: 1550px) {
	.top_banner_div .title{font-size: 38px;}
}
@media only screen and (max-width: 1450px) {
	.top_banner_div .title{font-size: 36px;}
}
@media only screen and (max-width: 1350px) {
	.top_banner_div .title{font-size: 32px;}
}
@media only screen and (max-width: 1200px) {
	.top_banner_div{padding: 60px 0 50px;}
}
@media only screen and (max-width: 1023px) {
    .c_top_banner{margin-top: 50px;}
}
@media only screen and (max-width: 980px) {
	.top_banner_div{padding: 30px 0; min-height: 150px;}
	.top_banner_div .title{font-size: 24px;}
	.top_location{padding: 10px 0 0;}
}

/* topSearch_box */
.topSearch_box{padding-top: 5%;}
.keyword-alphabet-nav{line-height: 30px;}

.keyword-alphabet-nav strong{
font-weight: 400;margin-right: 10px;
}
.keyword-alphabet-nav a{
color: var(--commonColor);
    margin: 0 5px;
}

.keyword-alphabet-nav a:hover{
text-decoration: underline;
}
 .keyword-list{
    margin: 25px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
 }
 .keyword-list li {
    width: 20%;
    display: inline-block;
    margin: 10px 0;
    line-height: 1.4;
    padding: 0 8px 0 0;
    display: -webkit-box;
}
 .keyword-list li  a:hover{
text-decoration: underline;
}
.pagination .page-numbers{
    display: inline-block;
    padding: 0 10px;
}
.pagination a.next{
    width: auto !important;
}
@media only screen and (max-width: 1600px) {
    .keyword-list li{width: 25%;}
}
@media only screen and (max-width: 1200px){
    .keyword-list li{width: 33.3%;}
}
@media only screen and (max-width: 800px){
    .topSearch_box{padding-top: 30px;}
    .keyword-list{margin: 15px 0 0;}
    .keyword-list li{width: 50%; margin: 8px 0;}
}