@charset "UTF-8";
/* CSS Document */

.ev_common .text_center {
  text-align: center;
}
.ev_common .space10 {
  margin-bottom: 10px;
}
.ev_common .space15 {
  margin-bottom: 15px;
}
.ev_common .space20 {
  margin-bottom: 20px;
}
.ev_common .space30 {
  margin-bottom: 30px;
}
.ev_common .space40 {
  margin-bottom: 40px;
}
.ev_common .space50 {
  margin-bottom: 50px;
}
.ev_common .space60 {
  margin-bottom: 60px;
}
.ev_common .fs_14 {
  font-size: 14px;
}
.ev_common .bold {
  font-weight: bold;
}
.ev_common .border-box {
  box-sizing: border-box;
  padding: 20px 20px;
  border: 1px solid #ccc;
}
.ev_common .list-dot {
  list-style: disc;
  padding-left: 1.1em;
}
.ev_common .list-dot.ev_toc li {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ev_common .ev_toc_title {
  padding: 13px 10px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 18px;
}
.ev_common .ev_toc_title span {
  display: block;
  font-weight: normal;
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.3;
}
.ev_common .color-green {
  color: #6fba98;
}
.ev_common .back-green {
  background-color: #6fba98;
}
.ev_common .color-pink {
  color: #d98286;
}
.ev_common .back-pink {
  background-color: #d98286;
}
.ev_common .color-purple {
  color: #ba83aa;
}
.ev_common .back-purple {
  background-color: #ba83aa;
}
.ev_common .color-yellow {
  color: #c9a83b;
}
.ev_common .back-yellow {
  background-color: #c9a83b;
}
.ev_common .back-blue {
  background-color: #3b90c9;
}

.ev_common .title_txt {
  color: #ea5751;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  line-height: 1.5;
}
.ev_common .tag {
  background-color: #ea5751;
  color: #fff;
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  padding: 8px 15px 7px;
}
.ev_common .tag span {
  display: inline-block;
  font-size: 13px;
}
.ev_common a.link_pdf {
  color: #ea5751 !important;
  font-size: 14px;
  font-weight: bold;
}

.ev_common .booth_title {
  color: #fff;
  box-sizing: border-box;
  padding: 20px 15px;
  line-height: 1.3;
}
.ev_common .booth_title b {
  display: block;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2.5px solid #fff;
  font-size: 20px;
}
.ev_common .booth_title b span {
  font-size: 18px;
}
.ev_common .booth_title p {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

.ev_common .booth_cont {
  padding-top: 50px;
  padding-bottom: 50px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
}
.ev_common .box-green,
.ev_common .box-pink,
.ev_common .box-purple,
.ev_common .box-yellow,
.ev_common .box-blue {
  margin-bottom: 100px;
}
.ev_common .box-last {
  margin-bottom: 120px;
}
.ev_common .box-green .booth_cont {
  border-bottom-color: #6fba98;
}
.ev_common .box-pink .booth_cont {
  border-bottom-color: #d98286;
}
.ev_common .box-purple .booth_cont {
  border-bottom-color: #ba83aa;
}
.ev_common .box-yellow .booth_cont {
  border-bottom-color: #c9a83b;
}
.ev_common .box-blue .booth_cont {
  border-bottom-color: #3b90c9;
}

.ev_common .booth_cont h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 25px;
}
.ev_common .booth_cont h3 span {
  font-size: 16px;
  display: block;
  margin-top: 10px;
}

.ev_common .pic-width_100pc img {
  width: 100%;
}
.ev_common .pic-width_100pc {
  width: 100%;
}
.ev_common .pic-width_100pc.mw200 {
  max-width: 200px;
}
.ev_common .pic-width_100pc.mw300 {
  max-width: 300px;
}
.ev_common .pic-width_100pc.mw400 {
  max-width: 400px;
}
.ev_common .pic-width_100pc.mw420 {
  max-width: 420px;
}
.ev_common .pic-width_100pc.mw530 {
  max-width: 530px;
}

.ev_common .about_kcp {
  margin-top: 100px;
  box-sizing: border-box;
  background-color: #f5f5f5;
  padding: 35px 25px 30px;
}
.ev_common .about_kcp h3 {
  font-size: 21px;
  line-height: 1.3;
}
.ev_common .about_kcp p {
  font-size: 16px;
  line-height: 1.5;
}
