@font-face {
    font-family: "JostBold";
    src: url("../font/Jost-Bold.ttf") format("truetype");
    font-style: normal;
}

p,
a,
span,
samp,
em,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* font-family: "JostBold"; */
}

a {
    text-decoration: none;
}

.working-area {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}

.banner-form-wrap {
    width: 540px;
    margin-left: auto;
    margin-right: auto;
}

.preview {
    width: 802px;
    display: block;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#pv1 {
    flex-wrap: nowrap;
    width: 802px;
    height: 802px;
    margin: auto;
    background-image: url(../img/ex_bg_1.png?v=260629);
    background-size: cover;
    border: 1px solid #E6E6E6;
    position: relative;
}

#pv2 {
    display: none;
    width: 802px;
    height: 1002px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/ex_bg_2.png?v=260628);
    background-size: cover;
    border: 1px solid #E6E6E6;
    position: relative;
}

#pv3 {
    flex-wrap: nowrap;
    width: 1402px;
    height: 177px;
    margin: auto;
    background-image: url(../img/ex_bg_3.png?v=260629);
    background-size: cover;
    position: relative;
}

#pv4 {
    display: none;
    width: 602px;
    height: 202px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/ex_bg_4.png?v=260629);
    background-size: cover;
    border: 1px solid #E6E6E6;
    position: relative;
}

#pv5 {
    display: none;
    width: 672px;
    height: 562px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(../img/ex_bg_5.png?v=260629);
    background-size: cover;
    border: 1px solid #E6E6E6;
    position: relative;
}

.exlogo-area {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: absolute;
    top: 72%;
    left: 72%;
    z-index:1;
}

.exlogo-wrap {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    /* box-shadow: 0 0px 3px #E6E6E6; */
    overflow: hidden;
}

.exlogo-wrap img {
    /* width: 136px; */
    /* height: 75px; */
    max-width: 100%;
    max-height: 100%;
    /* border-radius: 50%;
    object-fit: contain; */
    object-fit: contain;
    /* box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.5); */
}

.sel_ven {
    overflow: hidden;
}

.sel_ven h6 {
    color: #000;
    font-size: 36px;
    /* font-family: "JostBold"; */
    padding: 0;
    margin-left: 75%;
    line-height: 49px;
    font-weight: normal;
}

.ex-content {
    width: 92%;
    position: absolute;
    top: 50%;
    left: 2%;
    margin-left: 20px;
    word-wrap: break-word;
    word-break: break-all;
}

.ex-content h5,
.ex-content h6 {
    color: #000;
    padding: 3px 0;
}

.ex-content-pv {
    position: absolute;
    top: 65%;
    left: 27%;
    margin-top: 10px;
}

.ex-content-pv .hall-pv {
    display: block;
    font-size: 30px;
    color: #000;
}

.preview samp {
    float: left;
}

.ex-content .stand-pv {
    font-size: 35px;
    line-height: 40px;
}

.ex-content .hall-pv {
    display: block;
    font-size: 30px;
    color: #000;
    margin-left: 320px;
}

.exlogo-area3 {
    width: 110px;
    height: 110px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 62%;
    top: 10%;
}

.exlogo-wrap3 {
    width: 110px;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    overflow: hidden;
}

.exlogo-wrap3 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ex-content3 {
    padding: 10px;
    position: absolute;
    top: 10%;
    left: 70%;
    width: 31%;
    word-wrap: break-word;
    word-break: break-all;
}

.ex-content3 .stand-pv {
    width: 100%;
    display: block;
    font-size: 35px;
    color: #000;
}

.ex-content3 .companyname-pv {
    width: 100%;
    display: block;
    font-size: 16px;
    color: #000;
}



.ex-content3-pv {
    position: absolute;
    top: 76%;
    left: 88%;
}

.ex-content3-pv .hall-pv {
    display: block;
    font-size: 24px;
    color: #000;
}

.img2x-1 {
    width: 175px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.btn--secondary:not(:last-child) {
    margin-right: 10px;
}

.btn,
.btn:link,
.btn:visited {
    text-decoration: none;
    padding: 8px 28px;
    display: inline-block;
    transition: all 0.3s;
    position: relative;
    border: none;
    cursor: pointer;
}

.img-list {
    width: 570px;
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
}

.form_list {
    width: 440px;
    margin: auto;
}

.img-thumb {
    width: 80px;
    height: auto;
}

.exlogo-area2 {
    width: 200px;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 77%;
    left: 70%;
    z-index: 1
}

.exlogo-wrap2 {
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    /* box-shadow: 0 0px 5px #E6E6E6; */
    overflow: hidden;
}

.sel_ven2 {
    overflow: hidden;
    float: left;
    margin-top: 240px;
    margin-left: 42px;
    width: 95px;
}

.sel_ven2 h6 {
    color: #fff;
    font-size: 25px;
    /* font-family: "JostBold"; */
    padding: 0;
    line-height: 49px;
    font-weight: normal;
    text-align: left;
}

.ex-content2 h5,
.ex-content2 h6 {
    color: #000;
}

.exlogo-wrap2 img {
    /* width: 165px; */
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ex-content2 {
    position: absolute;
    top: 45%;
    margin-left: 50px;
    width: 88%;
    word-wrap: break-word;
    word-break: break-all;
}

.ex-content2 .stand-pv {
    font-size: 35px;
}


.ex-content2-pv{
    position: absolute;
    top: 66%;
    left: 35%;
    margin-top: 5px;
}

.ex-content2-pv .hall-pv {
    color: #000;
}

.exlogo-area4 {
    width: 70px;
    height: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: 62%;
    left: 86%;
}

.exlogo-wrap4 {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    overflow: hidden;
}

.ex-content4 {
    position: absolute;
    left: 54%;
    top: 2%;
    width: 44%;
    word-wrap: break-word;
    word-break: break-all;
}

.ex-content4 h5,
.ex-content4 h6 {
    overflow: hidden;
    color: #000;
    margin-bottom: 0;
}

.exlogo-wrap4 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ex-content4 .stand-pv {
    font-size: 24px;
}

.ex-content4-pv {
    position: absolute;
    top: 36%;
    left: 72%;
}

.ex-content4-pv .hall-pv {
    display: block;
    font-size: 20px;
    color: #000;
}

.exlogo-area5 {
    width: 100px;
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
    position: absolute;
    top: 35%;
    left: 83%;
}

.exlogo-wrap5 {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E6E6E6;
    border-radius: 10px;
    overflow: hidden;
}

.ex-content5{
    position: absolute;
    left: 53%;
    top: 2%;
    width: 45%;
    word-wrap: break-word;
    word-break: break-all;
}

.ex-content5 h5,
.ex-content5 h6 {
    overflow: hidden;
    color: #000;
    margin-bottom: 0;
    padding: 3px 0;
}

.exlogo-wrap5 img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.ex-content5 .stand-pv {
    font-size: 24px;
}

.ex-content5-pv {
    position: absolute;
    top: 55%;
    left: 77%;
}

.ex-content5-pv .hall-pv {
    display: block;
    font-size: 20px;
    color: #000;
}

#exlogo-wrap em {
    font-size: 14px;
    color: #666;
}

.loading-delay {
    display: none;
}

.top_nav {
    width: 980px;
    margin: 20px auto;
    text-align: right;
}

.top_nav a {
    margin: 0px 10px;
    font-size: 16px;
    color: #38638B;
}

@media screen and (min-width: 1200px) {}

@media screen and (min-width: 1198px) {}

@media screen and (max-width: 1198px) {}

@media screen and (max-width: 991px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 575px) {}

@media screen and (max-width: 476px) {
    .modal-dialog {
        margin: 160px 10px 10px 10px !important;
    }
}

@media screen and (max-width: 411px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 360px) {}

@media screen and (max-width: 320px) {}