/**------------------------------------
* import */
/**------------------------------------
/* default variable*/
/**------------------------------------
* mixin */
.naviExhibit p {
  color: #FFD117 !important;
}
.aboutArea {
  margin: 0 auto 80px;
}
@media screen and (max-width: 1100px) {
  .aboutArea {
    margin-bottom: 46px;
  }
}
.aboutArea .btnArea {
  width: 100%;
  height: 140px;
  border-radius: 6px;
  margin-bottom: 80px;
  background-color: #F2F2F2;
}
.aboutArea .btnArea h2 {
  float: left;
  width: 475px;
  height: 140px;
  margin: 0;
  text-align: right;
  font-size: 24px;
  line-height: 140px;
}
.aboutArea .btnArea h2:before {
  display: none;
}
.aboutArea .btnArea a {
  float: right;
  position: relative;
  display: block;
  width: 280px;
  height: 72px;
  margin: 32px 148px 0 0;
}
.aboutArea .btnArea a p {
  display: block;
  position: absolute;
  width: 280px;
  height: 67px;
  left: 0;
  top: 0;
  margin: 0;
  border-radius: 4px;
  color: #FFFFFF;
  font-weight: 500;
  text-align: center;
  font-size: 18px;
  line-height: 67px;
  transition: all 0.3s ease;
}
.aboutArea .btnArea a p:hover {
  transform: translateY(4px);
}
@media screen and (max-width: 940px) {
  .aboutArea .btnArea a p {
    width: calc(100vw - 110px);
    font-size: 16px;
  }
}
.aboutArea .btnArea a:before {
  content: '';
  position: absolute;
  width: 280px;
  height: 67px;
  border-radius: 4px;
  left: 0;
  top: 5px;
}
@media screen and (max-width: 940px) {
  .aboutArea .btnArea a:before {
    width: calc(100vw - 110px);
  }
}
.aboutArea .btnArea a p {
  background-color: #052A39;
}
.aboutArea .btnArea a:before {
  background-color: #B7BFC4;
}
@media screen and (max-width: 1100px) {
  .aboutArea .btnArea {
    position: relative;
    top: none;
    left: none;
    width: 100%;
    height: 200px;
    border-radius: 6px;
    margin-bottom: 24px;
  }
  .aboutArea .btnArea h2 {
    position: absolute;
    left: 0px;
    top: 40px;
    width: 100%;
    height: auto;
    margin: 0;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
  }
  .aboutArea .btnArea h2:before {
    display: none;
  }
  .aboutArea .btnArea a {
    position: absolute;
    margin: 0;
    left: 35px;
    top: 87px;
    width: calc(100vw - 110px);
  }
}
.aboutArea .aboutList {
  position: relative;
  width: 100%;
  margin: 0 auto 50px;
}
.aboutArea .aboutList dt {
  font-weight: 700;
  font-size: 24px;
  line-height: 35px;
  color: #052A39;
  margin-bottom: 24px;
}
.aboutArea .aboutList dd {
  margin: 0 0 35px 0;
  padding: 0;
  font-weight: 500;
  text-align: justify;
  font-size: 14px;
  line-height: 20px;
}
.aboutArea .aboutList dd .note-list {
  background-color: #F2F2F2;
  padding: 20px 20px 10px 20px;
}
.aboutArea .aboutList dd .note-list li {
  list-style: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 32px;
  text-align: left;
}
.aboutArea .aboutList dd .note-list li:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 16px;
  position: absolute;
  top: 4px;
  left: 0;
}
.aboutArea .aboutList dd .note-list .note-dx:before {
  background: url(../../../common/img/dx.png);
  background-size: contain;
}
.aboutArea .aboutList dd .note-list .note-ex:before {
  background: url(../../../common/img/experience.png);
  background-size: contain;
}
.aboutArea .aboutList dd .note-list .note-movie:before {
  width: 24px;
  height: 17px;
  background: url(../../../common/img/Icon-video.png);
  background-size: contain;
}
.aboutArea .aboutList dd p.caution {
  margin-left: 20px;
  margin-top: 0;
  padding-bottom: 20px;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 1100px) {
  .aboutArea .aboutList dt {
    font-size: 20px;
    line-height: 29px;
  }
  .aboutArea .aboutList dd {
    margin: 0 0 32px 0;
    font-size: 14px;
    line-height: 24px;
  }
  .aboutArea .aboutList dd > img {
    margin-top: 32px;
    width: 100%;
  }
  .aboutArea .aboutList dd .note-list .note-movie {
    line-height: 1.5;
  }
}
.aboutArea .indexList {
  width: 100%;
  list-style: none;
  margin: 0 auto 30px;
  padding: 5px 0;
  background-color: #FFFFFF;
}
.aboutArea .indexList li {
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  border-radius: 4px;
  width: 80px;
  height: 50px;
  background-color: #7AD6E3;
}
.aboutArea .indexList li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  font-weight: 700;
  color: #1A2A33;
  text-align: center;
  font-size: 18px;
  line-height: 50px;
}
@media screen and (max-width: 1100px) {
  .aboutArea .indexList {
    margin: 0 auto 15px;
  }
  .aboutArea .indexList li {
    display: block;
    float: left;
    margin: 0 15px 15px 0;
    width: 48px;
    height: 50px;
  }
  .aboutArea .indexList li a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-weight: 700;
    color: #1A2A33;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
  }
}
.aboutArea .exhibitorList {
  position: relative;
  width: 100%;
  margin: 0 auto 15px;
}
.aboutArea .exhibitorList dt a {
  display: block;
  width: 120px;
  height: 40px;
  border-radius: 10px 10px 0 0;
  background-color: #052A39;
  text-decoration: none;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
}
.aboutArea .exhibitorList dd {
  margin: 0 0 80px 0;
  padding: 0;
}
.aboutArea .exhibitorList dd table {
  width: 940px;
}
.aboutArea .exhibitorList dd th {
  height: 40px;
  color: #052A39;
  background-color: #F2F2F2;
  font-weight: 700;
  text-align: center;
  font-size: 16px;
  line-height: 40px;
}
.aboutArea .exhibitorList dd th.name {
  width: 100%;
}
.aboutArea .exhibitorList dd th.info,
.aboutArea .exhibitorList dd th.num,
.aboutArea .exhibitorList dd th.movie {
  display: none;
}
.aboutArea .exhibitorList dd td {
  border-bottom: 1px solid #F2F2F2;
  padding: 15px 10px;
  font-weight: 500;
  text-align: justify;
  font-size: 16px;
  line-height: 24px;
}
.aboutArea .exhibitorList dd td.name,
.aboutArea .exhibitorList dd td.info {
  vertical-align: top;
}
.aboutArea .exhibitorList dd td.num {
  vertical-align: top;
  padding-right: 5px;
  width: 35px;
}
.aboutArea .exhibitorList dd td.movie {
  text-align: center;
}
.aboutArea .exhibitorList dd td.regend {
  vertical-align: top;
  text-align: center;
  padding-left: 0;
  width: 23px;
}
.aboutArea .exhibitorList dd td.info,
.aboutArea .exhibitorList dd td.num,
.aboutArea .exhibitorList dd td.regend,
.aboutArea .exhibitorList dd td.movie {
  display: none;
}
@media screen and (max-width: 1100px) {
  .aboutArea .exhibitorList dt a {
    width: 80px;
    height: 32px;
    font-size: 18px;
    line-height: 32px;
  }
  .aboutArea .exhibitorList dd {
    margin: 0 0 60px 0;
    overflow-x: scroll;
  }
  .aboutArea .exhibitorList dd th {
    font-size: 14px;
  }
  .aboutArea .exhibitorList dd td {
    font-size: 14px;
  }
}
