.floatR {
    float: right;
}

.floatL {
    float: left;
}

.clear {
    clear: both !important;
}
.table_content > td {
    border-top: 0px !important;
}
.ht20 {
    height: 20px;
}
.search_wrap {
    border: var(--exhibition-search-wrap-border-size) solid var(--exhibition-search-wrap-border-color);
    width: auto;
    margin: 40px 0 30px;
    background-color: var(--exhibition-search-wrap-background-color);
    text-align: center;
}

.search_wrap_sub {
    width: 100%;
    display: inline-block;
    padding: 0;
    margin: 40px 0 30px;
    line-height: 100%;
}

.search_item {
    color: #666 !important;
}

a:hover.search_item {
    color: #f5337c !important;
}
.search_a {
    border: 1px solid #df0011 !important;
    padding: 5px !important;
    vertical-align: middle;
    height: 42px !important;
    width: 200px !important;
}

.btn {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #ed1b24;
    color: #fff;
    height: 42px;
    font-weight: bold;
    cursor: pointer;
}

.btn_all {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background-color: #ed1b24;
    width: 90px;
    color: #fff;
    height: 42px;
    font-weight: bold;
    cursor: pointer;
    margin: 3px;
}
.txt {
    position: absolute;
    left: 15px;
    top: 13px;
}
.category-search-box {
    margin-top: 20px;
    border: 1px solid #bcbcbc;
    background-color: #fff;
    color: #bf8f36;
    padding: 11px 13px;
}

.category_search > input {
    border: none !important;
    width: 105%;
    height: 90% !important;
    width: calc(100% - 180px) !important;
    margin-left: 20px;
    padding-left: 1px;
}

.category_search > input::placeholder {
    font-weight: bold;
    text-align: center;
}

.category_search > input:focus {
    outline: none;
}

.category_search > button {
    width: 50px;
}
.overflow-h {
    overflow: hidden;
}

.btn-search {
    display: inline-block;
    width: 40px;
    height: 30px;
    background: url('/wp-content/plugins/exhibition-info/images/search.png') no-repeat center;
    background-size: 16px 16px;
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--exhibition-btn-search-color);
    padding: 15px 33px;
}
.select-box {
    display: none;
}

.input-text-frame {
    width: 100%;
}

.input-text-box {
    position: relative;
}
.input-text-box input {
    width: 100%;
}

/* .exhibition_list */
.exhibition_list .exhinfo_wrap {
    width: 100%;
    overflow: hidden;
}

.exhibition_list .exhibitor_items {
    float: left;
    width: 21%;
    margin-left: 18px;
    margin-right: 18px;
    height: auto;
    border: 1px solid #ededed;
    margin-bottom: 18px;
}

.exhibition_list .exhibitor_items_top img {
    width: 100%;
    height: 210px;
}

.exhibition_list .exhibitor_items_bottom {
    height: 68px;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 1000px;
    font-weight: bold;
    border-top: 1px solid #ededed;
    padding: 10px;
    background-color: #fafafa;
    display: table-cell;
    vertical-align: middle;
}

.exhibition_list .exhibitor_items_bottom .company_name {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    white-space: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.exhibition_list .exhibitor_items_bottom .company_name a:hover {
    color: red;
}

.exhibition_list .exhibitor_items_bottom .company_brand {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #bbb;
    white-space: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}

.company_brand > a > strong,
.exhibitor_paging > a {
    color: #4e4e4e;
}

.exhibition_list .exhibitor_paging {
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    color: red;
    clear: both;
}

/* .exhibition_list */
/* .exhibition_view */
.exhibition_view .thumb {
    width: 23%;
    margin-right: 20px;
    border: 1px solid #d1d1d1;
}

.exhibition_view .info {
    width: 75%;
}

.exhibition_view .info .tit_company_name {
    padding: 7px 30px;
    background: #818181;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 10px;
}

.exhibition_view .info .tit_brand_name {
    padding: 7px 20px;
    background: #818181;
    border-radius: 5px;
    color: #fff;
    font-weight: bold;
    font-size: 1.5em;
    margin-right: 10px;
}

.exhibition_view .info .company_name {
    font-weight: bold;
    font-size: 2.5em;
    color: #000;
    margin-top: 5px;
}

.exhibition_view .info .brand_name {
    font-weight: bold;
    font-size: 2.5em;
    color: #777;
    margin-top: 2px;
}

.exhibition_view .hline {
    border-top: 2px solid #e4e4e4;
    margin-top: 20px;
    margin-bottom: 20px;
}

.exhibition_view .hline1 {
    border-top: 2px solid #e4e4e4;
    margin-bottom: 10px;
}

.exhibition_view .title {
    background-color: #fff;
    font-size: 1.8em;
    font-weight: bold;
    padding: 5px 0px 5px 15px;
}

.exhibition_view .brand-title {
    background-color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 5px 0px 5px 15px;
}

.exhibition_view .title_new {
    background-color: #fff;
    font-size: 1.3em;
    font-weight: bold;
    padding: 25px;
}

.exhibition_view .info .table_info {
    width: 100%;
}

.exhibition_view .info .table_info th {
    text-align: left;
    width: 16%;
    font-size: 1em;
    font-weight: bold;
    padding: 5px 0;
    font-family: inherit;
}

.exhibition_view .info .table_info td {
    text-align: left;
    font-size: 1em;
    padding: 5px 0;
}

.exhibition_view ul {
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 1100px;
    width: 100%;
}

.exhibition_view li {
    display: inline-block;
    padding: 4px;
    margin: 2px;
    margin-bottom: 5px;
    border: 1px solid #efefef;
    font-size: 12px;
    cursor: pointer;
    width: 23%;
    margin-right: 17px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.exhibition_view .li-2019 {
    display: inline-block;
    padding: 4px;
    margin: 2px;
    margin-bottom: 5px;
    border: 1px solid #efefef;
    font-size: 12px;
    cursor: pointer;
    width: 92%;
    margin-right: 17px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.product_desc {
    /* 한 줄 자르기 */
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    /* 여러 줄 자르기 추가 스타일 */
    padding-top: 5px;
    line-height: 1.6;
    height: 3.3em;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list_btn {
    padding-top: 10px;
    margin: 0 5px;
    margin-left: 2px;
    background-color: var(--exhibition-btn-list-color);
    width: 68px;
    color: #fff !important;
    height: 42px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    border-radius: 4px;
}

@media only screen and (max-width: 480px) {
    .search_a {
        border: 1px solid #df0011 !important;
        padding: 3px !important;
        vertical-align: middle;
        height: 42px !important;
        width: 100% !important;
    }
    .btn {
        vertical-align: middle;
        text-align: center;
        margin-top: 10px !important;
        background-color: #f5337c;
        width: 98%;
        color: #fff;
        height: 42px;
        font-weight: bold;
        cursor: pointer;
    }
    .btn_all {
        vertical-align: middle;
        background-color: #f5337c;
        margin-left: 4.5px !important;
        text-align: center;
        width: 98%;
        color: #fff;
        height: 42px;
        font-weight: bold;
        cursor: pointer;
        margin: 3px;
    }
}
/* .exhibition_view */
@media all and (max-width: 620px) {
    #main {
        padding: 10px 10px !important;
    }

    .info {
        width: 100% !important;
    }

    .exhibition_view .thumb {
        width: 100%;
        margin-bottom: 10px;
    }

    .exhibition_view .brand-title {
        padding: 5px 0px 5px 10px;
    }

    .exhibition_view .info .table_info {
        width: 100%;
        border-top: 1px solid #c1c1c1;
    }

    .table_info th {
        border-bottom: 1px solid #c1c1c1;
    }

    .table_info td {
        padding: 3px 10px !important;
        border-bottom: 1px solid #c1c1c1;
    }

    .exhibition_view .info .tit_company_name {
        display: none;
    }

    .exhibition_view .info .tit_brand_name {
        display: none;
    }

    .exhibition_view .info .company_name {
        font-weight: bold;
        font-size: 2.5em;
        color: #000;
        text-align: center;
        width: 100%;
    }

    .exhibition_list .exhibitor_items_bottom {
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 1000px;
        font-weight: bold;
        border-top: 1px solid #ededed;
        padding: 10px;
        line-height: 11px;
        background-color: #fafafa;
        display: table-cell;
        vertical-align: middle;
    }

    .exhibition_list .exhibitor_items {
        width: 90%;
    }

    .exhibition_view .info .brand_name {
        font-weight: bold;
        font-size: 2.1em;
        color: #c1c1c1;
        text-align: center;
        width: 100%;
    }

    .exhibition_view li {
        display: inline-block;
        padding: 4px;
        margin: 3px;
        margin-bottom: 5px;
        border: 1px solid #efefef;
        font-size: 12px;
        cursor: pointer;
        width: 99% !important;
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    }

    div.product_desc {
        text-align: center;
    }
    .input-text-frame {
        float: initial;
        width: 100%;
    }
    .exhibition_list .exhibitor_items_top img {
        width: 100%;
        height: 310px;
    }
}
.wrap {
    width: 90%;
    margin: 0 auto;
}

.categroy {
    margin: 0 auto;
    max-width: 1100px;
}

.category_header {
    border-radius: 20px;
    background-color: #d62e41;
    color: #fff;
    padding: 13px;
    text-align: center;
    height: 45px;
    font-size: 22px;
}

.category_search {
    border-radius: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 45px;
}

.category_search > input {
    border: none !important;
    width: 105%;
    height: 90% !important;
    width: calc(100% - 180px) !important;
    margin-left: 20px;
    padding-left: 1px;
}

.category_search > input::placeholder {
    font-weight: bold;
    text-align: center;
}

.category_search > input:focus {
    outline: none;
}

.pet-btn-search {
    width: 130px;
    height: 46px;

    background: url(https://d5bvmdkxgb6q.cloudfront.net/wp-content/uploads/2022/06/15114821/pet_search_btn.png)
        no-repeat right;

    position: relative;
    bottom: 0px;
    right: -2px;
}

.category_search > button {
    width: 50px;
}

.category_items {
    padding: 10px;
}

.category_items ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 20px;
    padding: 0;
}

.category_items ul > li {
    width: 20%;
    margin: 0px;
    font-size: 20px;
    text-align: center;
    /*
    margin-left: auto;
    margin-right: auto; */
}

.category_items ul > li > a {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #d62e41;
    padding: 0 5px;
}

.category_items ul > li.active a {
    font-weight: bold;
}

.category_items ul > li:hover > a {
    font-weight: bold;
}

.gallery {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
}

.gallery > .gallery_items {
    padding: 10px;
    width: 32%;
    margin-bottom: 10px;
}

.gallery > .gallery_items > img {
    width: 100%;
}

.gallery > .gallery_items > .title {
    text-align: center;
    padding: 2px 0;
    font-size: 0.8rem;
}

*,
*:before,
*:after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
/*

*/
.gallery_items,
.overlay {
    text-align: center;
}

img,
.overlay {
    transition: 0.3s all;
    border-radius: 3px;
}

.gallery_items {
    /*float: left;
  max-width: 31%; */
    position: relative;
    margin: 0.5%;
}
.gallery_items img {
    border: 1px solid #bcbcbc;
    max-width: 100%;
    margin-bottom: -4px;
    /* object-fit: cover; */
}

.gallery_items .overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    opacity: 0;
}
.gallery_items .overlay h4 {
    padding-top: 35%;
    font-size: 30px;
    font-weight: bold;
    font-family: inherit;
    color: '#FFFFFF' !important;
}

.gallery_items .overlay p {
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.gallery_items:hover .overlay {
    opacity: 1;
}
.gallery_items:hover img {
    -webkit-filter: blur(2px);
    filter: blur(2px);
}

.exhibitor_pet_paging {
    text-align: center;
    line-height: 18px;
    font-size: 18px;
    color: red;
    clear: both;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 768px) {
    .fusion-page-title-bar .fusion-page-title-row h1 {
        font-size: 20px !important;
    }

    .category_items ul > li {
        width: 50%;
    }

    .gallery > .gallery_items {
        width: 50%;
    }
}

@media screen and (max-width: 425px) {
    .category_items ul > li {
        width: 100%;
    }
    .gallery > .gallery_items {
        width: 100%;
    }
}

@media screen and (max-width: 320px) {
    .category_items ul > li {
        width: 100%;
    }
}
