#wrap {
  background: url("../img/background.png") no-repeat top 120px right/100%;
}

section:not(.main-visual) {
  padding: 200px 0 0;
}
section:last-child {
  padding-bottom: 237px;
}
section .contents {
  position: relative;
}
section .contents.fade-up,
section .contents.fade-in {
  animation-delay: 0.5s;
}

/* home */
.main-visual {
  height: auto;
}
.main-visual:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 258px;
  background: linear-gradient(180deg, #111 0%, rgba(17, 17, 17, 0) 100%);
  z-index: 5;
}
.main-visual .video {
  position: relative;
  width: 100%;
  max-width: 177.78vh;
  min-width: 1300px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.main-visual .video .group {
  position: relative;
  width: 100%;
}
.main-visual .video video {
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
}

/* register */
.register {
  position: absolute;
  bottom: -220px;
  right: 61px;
  width: 210px;
  height: 210px;
  background: rgb(0, 0, 0);
  transform: rotate(-45deg);
  transform-origin: bottom left;
  box-shadow: 0px 0px 55px rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10;
}
.register a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.register figure {
  position: relative;
  display: block;
  width: 250px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.register figure span {
  display: block;
  width: 44px;
  height: 100%;
}
.register .f-1 {
  left: calc(50% + 13px);
  transform: translateX(-50%);
}
.register .f-1.back {
  opacity: 0;
}
.register .f-1.front {
  position: absolute;
  top: 0;
  right: 0;
}
.register .f-2 {
  position: absolute;
  bottom: -97px;
  right: 0;
  left: 0;
  transform: rotate(90deg);
  width: 100%;
}
.register .f-2 span:first-child {
  box-shadow: rgba(0, 0, 0, 0.3) -11px -20px 20px;
  height: 100%;
  opacity: 1;
  border-left: 1px solid transparent;
  background-origin: border-box;
  background-clip: content-box, border-box;
  background-image: linear-gradient(#008346, #008346), linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0.4) 70%);
}
.register .txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 313px;
  height: 50px;
  text-align: center;
  transform: rotate(45deg) translate3d(-26px, -17px, 0);
  transform-origin: left;
  z-index: 10;
}
.register .txt .back {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  background: #077944;
  box-shadow: 0px 0px 8px 7px rgba(0, 0, 0, 0.25);
  transform: translateX(-50%);
}
.register .txt p {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  color: var(--abu-white);
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}
.register .txt p span {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  display: block;
  z-index: 1;
}

/* wrap */
#wrap {
  /* welcoming */
  /* program */
  /* SPEAKERS */
  /* venue */
  /* sponsors */
}
#wrap .welcoming .slider-container {
  padding: 59px 0 100px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .slide-tit {
  color: var(--abu-disabled);
  text-align: center;
  font-size: 30px;
  font-weight: 300;
  line-height: 35px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .slide-tit span {
  display: inline-block;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .slide-tit span:after {
  display: block;
  content: "";
  width: 100%;
  height: 1px;
  background: var(--abu-main-color);
  margin-top: 5px;
  transform: scaleX(0);
  opacity: 0;
  transform-origin: right;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box {
  position: relative;
  height: 620px;
  text-align: center;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item {
  width: 100%;
  height: 100%;
  padding: 104px 42px;
  overflow: hidden;
  box-sizing: border-box;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  transition: 0.3s;
  z-index: 0;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .img {
  position: relative;
  margin: 0 auto;
  display: inline-block;
  opacity: 0;
  z-index: 5;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .img img {
  display: inline-block;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .info {
  position: relative;
  text-align: left;
  color: var(--abu-white);
  z-index: 5;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .info.scroll {
  position: relative;
  height: 100%;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .info.scroll > div {
  height: 100%;
  overflow-y: auto;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .info.scroll > div:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1040px;
  height: 158px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
  transform: translateX(calc(-50% - 10px));
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .info .big-tit {
  font-size: 55px;
  font-weight: 400;
  line-height: 35px;
  text-transform: capitalize;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .info .big-tit .more-details-style2 {
  margin: -3px 0 0 20px;
  vertical-align: top;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .info .txt {
  font-size: 25px;
  font-weight: 300;
  line-height: 35px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .info .txt .normal {
  font-weight: 400;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .info .desc {
  margin-top: 9px;
  font-size: 20px;
  line-height: 29px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box .item .more-details-style1 {
  position: absolute;
  right: 40px;
  bottom: 29px;
  opacity: 0;
  z-index: 11;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box.flip-card {
  perspective: 1920px;
  cursor: pointer;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box.flip-card .bg {
  transition: 0.3s;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box.flip-card .group {
  height: 100%;
  transition: all 1s ease-in-out;
  transform-style: preserve-3d;
  transform-origin: top;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box.flip-card .front {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(0deg);
  backface-visibility: hidden;
  z-index: 10;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box.flip-card .front:hover .bg {
  transform: scale(1.03);
  opacity: 0.8;
  transition: 0.5s;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box.flip-card .back {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
  backface-visibility: hidden;
  z-index: 15;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box.flip-card .back .btn-back {
  position: absolute;
  top: 40px;
  left: 45px;
  background: url(../img/common/arr-prev-t1.png) no-repeat center/100%;
  width: 61px;
  height: 15.5px;
  z-index: 11;
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box.flip-card.clicked .group {
  transform: rotateY(-180deg);
}
#wrap .welcoming .slider-container .slider-type-1 .slide .box:not(.flip-card) .info {
  opacity: 0;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.about-kbs .item {
  padding-top: 110px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.about-kbs .item .img {
  margin-bottom: 76px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.about-kbs .item .txt {
  letter-spacing: -0.3px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.about-kbs .item .bg:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 255px;
  background: url(../img/about-bg-1-2.png) no-repeat bottom center/cover;
  opacity: 0;
  animation-name: fadeOutAni;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.about-abu .item {
  padding-top: 90px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.about-abu .item .img {
  margin-bottom: 97px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.about-abu .item .txt {
  letter-spacing: -0.1px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .item {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: flex-end;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .item.front {
  padding: 60px 60px 50px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .item.back {
  padding: 115px 30px 0 52px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .item.back .bg:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .item.back .info {
  opacity: 0;
  animation-name: fadeOutAni;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .item .info.scroll {
  padding-bottom: 45px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .item .info.scroll > div {
  padding: 0 0px 95px 0;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .item .info .txt {
  font-size: 23px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .item .info .txt b {
  font-size: 47px;
  font-weight: 400;
  line-height: 35px;
  display: block;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.message .clicked .item.back .info {
  animation-name: fadeUpAni;
  animation-duration: 1s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.swiper-slide-active .slide-tit {
  color: var(--abu-main-color);
  font-weight: 400;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.swiper-slide-active .slide-tit span:after {
  opacity: 1;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.5s 0.5s;
}
#wrap .welcoming .slider-container .slider-type-1 .slide.swiper-slide-active .flip-card .group {
  background: #000;
}
#wrap .welcoming .slider-container .slider-type-1 .slide:not(.swiper-slide-active) .bg {
  opacity: 0.7;
}
#wrap .welcoming .slider-container .slider-type-1 .slide:not(.swiper-slide-active) .slide-tit {
  width: 428px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide:not(.swiper-slide-active).swiper-slide-prev .slide-tit {
  margin-left: 602px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide:not(.swiper-slide-active).swiper-slide-next .slide-tit {
  margin-right: 602px;
}
#wrap .welcoming .slider-container .slider-type-1 .slide:not(.swiper-slide-active) .box:not(.flip-card) .info,
#wrap .welcoming .slider-container .slider-type-1 .slide:not(.swiper-slide-active) .box:not(.flip-card) .img,
#wrap .welcoming .slider-container .slider-type-1 .slide:not(.swiper-slide-active) .box:not(.flip-card) .more-details-style1 {
  animation-name: fadeOutAni;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#wrap .welcoming .slider-container .slider-type-1.flip .swiper-wrapper {
  transition-delay: 1s;
}
#wrap .welcoming .slider-container .slider-type-1.flip .slide.flip-slide {
  transition-delay: 1s;
}
#wrap .welcoming .slider-container .slider-type-1.flip .slide.flip-slide .slide-tit {
  transition-delay: 1s !important;
  margin: 0 auto 20px;
}
#wrap .welcoming .slider-container .slider-type-1.flip .slide .bg {
  transition-delay: 1s !important;
}
#wrap .welcoming .slider-container .slider-type-1.flip .slide-tit {
  transition-delay: 1s !important;
}
#wrap .welcoming .slider-container .slider-type-1.flip .slide-tit span:after {
  transition-delay: 1.5s !important;
}
#wrap .welcoming .slider-container .slider-type-1:not(.flip) .swiper-slide-active .box:not(.flip-card) .img {
  animation-name: fadeUpAni;
  animation-duration: 0.7s;
  animation-delay: 0.4s;
  animation-fill-mode: forwards;
}
#wrap .welcoming .slider-container .slider-type-1:not(.flip) .swiper-slide-active .box:not(.flip-card) .info {
  animation-name: fadeUpAni;
  animation-duration: 0.7s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
}
#wrap .welcoming .slider-container .slider-type-1:not(.flip) .swiper-slide-active .box:not(.flip-card) .more-details-style1 {
  animation-name: fadeInAni;
  animation-duration: 1s;
  animation-delay: 0.9s;
  animation-fill-mode: forwards;
}
#wrap .welcoming .slider-container .slider-type-1:not(.flip) .swiper-slide-active .box:not(.flip-card) .bg:before {
  animation-name: fadeInAni;
  animation-duration: 1s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
}
#wrap .welcoming .slider-container .slider-type-1 .navigation {
  top: calc(50% + 30px);
}
#wrap .program {
  padding-top: 100px;
  /* popup */
}
#wrap .program .con-title-g {
  margin-bottom: 86px;
}
#wrap .program .slider-type-1 .slide {
  background: #323232;
  padding: 23px;
  height: auto;
}
#wrap .program .slider-type-1 .slide:not(.swiper-slide-active) .table {
  opacity: 0.3;
}
#wrap .program .slider-type-1 .table {
  height: 100%;
  transition: 0.3s;
}
#wrap .program .slider-type-1 .table .tr {
  color: #4E4E4E;
}
#wrap .program .slider-type-1 .table .th {
  text-transform: capitalize;
}
#wrap .program .slider-type-1 .table .td {
  font-size: 18px;
}
#wrap .program .slider-type-1 .table .thead {
  height: 57px;
}
#wrap .program .slider-type-1 .table .thead .tr {
  height: 100%;
  background: #1E1E1E url(../img/icon-table.png) no-repeat left top/136px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 0 100px;
}
#wrap .program .slider-type-1 .table .thead .tr .th {
  color: #fff;
  text-align: center;
  font-size: 24px;
}
#wrap .program .slider-type-1 .table .tbody {
  background: var(--abu-white);
  height: calc(100% - 57px);
}
#wrap .program .slider-type-1 .table .tbody .tr {
  display: grid;
  grid-template-columns: 156px calc(100% - 156px);
  border-bottom: 1px solid var(--abu-line-gray);
}
#wrap .program .slider-type-1 .table .tbody .tr .td {
  padding: 22px 23px;
  line-height: 23px;
}
#wrap .program .slider-type-1 .table .tbody .tr .td.type2 {
  display: grid;
  grid-template-columns: 92px calc(100% - 92px);
  align-items: center;
}
#wrap .program .slider-type-1 .table .tbody .tr .td.type2 div:not(:first-child) {
  padding-left: 23px;
}
#wrap .program .slider-type-1 .table .tbody .tr .td:first-child {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .cate {
  color: #585858;
  font-size: 15px;
  font-weight: 600;
  padding: 4px 10px;
  margin-left: 15px;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .cate.red {
  background: #EFD6D7;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .cate.blue {
  background: #D1E0E7;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .cate.green {
  background: #D7EBE5;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner {
  position: relative;
  width: 592px;
  color: var(--abu-white);
  font-size: 22px;
  font-weight: 400;
  background: var(--abu-black);
  vertical-align: middle;
  display: inline-block;
  padding: 18px 100px 17px 25px;
  overflow: hidden;
  box-sizing: border-box;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner .bg {
  position: absolute;
  left: -20px;
  top: 0;
  width: calc(100% + 20px);
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.35s;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner .txt {
  transition: 0.3s;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner.enabled:hover .txt {
  transform: translate3d(20px, 0, 0);
  transition: 0.45s 0.05s;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner.enabled:hover .bg {
  transform: translateX(20px);
  opacity: 0.65;
  transition: 0.5s;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner.enabled:hover .more {
  transform: translateY(-50%) scale(0.85);
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner.enabled:hover.l-2 .more {
  transform: translateY(0) scale(0.85);
}

#wrap .program .slider-type-1 .table .tbody .tr .td .banner p {
  position: relative;
  font-weight: 300;
  z-index: 5;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner b {
  font-weight: 700;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner .more {
  position: absolute;
  top: 50%;
  right: 18px;
  color: #313131;
  font-size: 14px;
  font-weight: 700;
  background: var(--abu-white);
  padding: 3px 13px 2px;
  transform: translateY(-50%);
  line-height: 17px;
  border-radius: 20px;
  transform-origin: center right;
  transition: 0.3s;
  will-change: transform;
  z-index: 5;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner.l-2 {
  padding: 21px 80px 21px 25px;
  font-size: 19px;
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner.l-2 .more {
  top: auto;
  bottom: 15px;
  right: 15px;
  transform: translateY(0);
}
#wrap .program .slider-type-1 .table .tbody .tr .td .banner.l-2 .red-dot {
  margin-top: -3px;
}
#wrap .program .slider-type-1 .table .tbody .tr .td + .td {
  border-left: 1px solid var(--abu-line-gray);
}
#wrap .program .program-popup {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1029px;
  height: 100%;
  transform: translateX(-50%);
  background: url(../img/comming-soon.jpg) no-repeat center/cover;
  clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  animation: popupAni 0.7s 0.1s forwards;
  text-transform: capitalize;
  box-sizing: border-box;
  z-index: 30;
}
#wrap .program .program-popup::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 0.5px);
  border: 1px solid var(--abu-white);
  z-index: 0;
  box-sizing: border-box;
  opacity: 0;
  animation: fadeInAni 0.7s 0.7s forwards;
}
#wrap .program .program-popup .btn-close {
  position: absolute;
  top: 39px;
  right: 34px;
  width: 38px;
  height: 38px;
  background: url("../img/common/icon-close.png") no-repeat center/cover;
  z-index: 40;
}
#wrap .program .program-popup .con {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--abu-white);
  text-align: center;
  font-size: 58px;
  font-weight: 300;
  opacity: 0;
  animation: fadeInAni 1s 0.2s forwards;
  z-index: 10;
}
@keyframes popupAni {
  0% {
    clip-path: polygon(0 50%, 100% 50%, 100% 50%, 0 50%);
  }
  100% {
    clip-path: polygon(0 0%, 100% 0%, 100% 100%, 0 100%);
  }
}
#wrap .speakers .con-title-g {
  margin-bottom: 86px;
}
#wrap .speakers .session .session-title {
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#wrap .speakers .session.session1 {
  padding-bottom: 110px;
}
#wrap .speakers .panel-list-1 [class*=panel-] {
  height: 606px;
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.3s;
}
#wrap .speakers .panel-list-1 [class*=panel-]:after {
  display: block;
  content: "";
  pointer-events: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(211, 211, 211, 0.1);
  backdrop-filter: blur(1px);
  opacity: 0;
  transition: 0.3s;
  z-index: 2;
}
#wrap .speakers .panel-list-1 [class*=panel-] .area-t, #wrap .speakers .panel-list-1 [class*=panel-] .area-b {
  width: 100%;
  z-index: 1;
}
#wrap .speakers .panel-list-1 [class*=panel-] .area-t:after {
  display: block;
  content: "";
  width: 37px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
  margin-top: 25px;
}
#wrap .speakers .panel-list-1 [class*=panel-] .con {
  font-size: 29px;
  font-weight: 700;
  line-height: 113.41%;
  margin-bottom: 11px;
}
#wrap .speakers .panel-list-1 [class*=panel-] .role {
  font-size: 16px;
  line-height: 135.41%;
  font-weight: 300;
}
#wrap .speakers .panel-list-1 [class*=panel-] .name {
  font-size: 24px;
  font-style: italic;
}
#wrap .speakers .panel-list-1 [class*=panel-] .pos {
  font-size: 16px;
  font-weight: 300;
}
#wrap .speakers .panel-list-1 [class*=panel-] .img {
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.75;
  transition: 0.3s;
  z-index: 0;
}
#wrap .speakers .panel-list-1 [class*=panel-] .img img {
  display: block;
}
#wrap .speakers .panel-list-1 [class*=panel-]:hover .img {
  opacity: 1;
}
#wrap .speakers .panel-list-1 [class*=panel-].panel-1 {
  background-color: #312D27;
}
#wrap .speakers .panel-list-1 [class*=panel-].panel-2 {
  background-color: #292E32;
}
#wrap .speakers .panel-list-1 [class*=panel-].panel-3 {
  background-color: #2C2932;
}
#wrap .speakers .panel-list-1 [class*=panel-].panel-4 {
  background-color: #242D26;
}
#wrap .speakers .panel-list-1 [class*=panel-].panel-cover {
  background: #292E32 url(../img/pattern-bg-type-1.png) no-repeat center/cover;
  text-align: center;
  padding: 0;
  display: flex;
  justify-content: center;
}
#wrap .speakers .panel-list-1 [class*=panel-].panel-cover .theme {
  margin-top: -70px;
}
#wrap .speakers .panel-list-1 [class*=panel-].panel-cover .theme .title1 {
  font-size: 20px;
  font-weight: 600;
  line-height: 129.41%;
}
#wrap .speakers .panel-list-1 [class*=panel-].panel-cover .theme .title1:after {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  margin: 15px auto 23px;
  background: rgba(255, 255, 255, 0.7);
}
#wrap .speakers .panel-list-1 [class*=panel-].panel-cover .theme .title2 {
  font-size: 48px;
  font-weight: 600;
  line-height: 113.41%;
  background: #077944;
  box-shadow: 0px 0px 8px 7px rgba(0, 0, 0, 0.25);
  padding: 9px 8px 7px;
}
#wrap .speakers .panel-list-1 [class*=panel-]:not(.swiper-slide-next, .swiper-slide-active) {
  transform: scale(0.83333);
  opacity: 0.4;
}
#wrap .speakers .panel-list-1 [class*=panel-]:not(.swiper-slide-next, .swiper-slide-active):after {
  opacity: 1;
}
#wrap .speakers .panel-list-1 [class*=panel-].prev {
  transform-origin: calc(200% + 22px);
}
#wrap .speakers .panel-list-1 [class*=panel-].swiper-slide-next ~ div {
  transform-origin: 0;
}
#wrap .speakers .panel-list-1 [class*=panel-].swiper-slide-next + div ~ div {
  transform-origin: -100%;
}
#wrap .speakers .panel-list-1 [class*=panel-].swiper-slide-prev {
  transform-origin: 100%;
}
#wrap .speakers .panel-list-2 {
  max-width: 1030px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
#wrap .speakers .panel-list-2 li {
  position: relative;
  width: calc(33.333333% - 14.6666666667px);
  order: 3;
  margin-right: 22px;
}
#wrap .speakers .panel-list-2 li.theme {
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  background: #282828;
  text-align: center;
  order: 2;
}
#wrap .speakers .panel-list-2 li.theme .info {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#wrap .speakers .panel-list-2 li.theme .title1 {
  font-size: 16px;
  line-height: 129.41%;
}
#wrap .speakers .panel-list-2 li.theme .title1:after {
  display: block;
  content: "";
  width: 25px;
  height: 1px;
  margin: 9px auto 24px;
  background: rgba(255, 255, 255, 0.7);
}
#wrap .speakers .panel-list-2 li.theme .title2 {
  font-size: 33px;
  font-weight: 700;
  line-height: 113.41%;
}
#wrap .speakers .panel-list-2 li:nth-child(2) {
  order: 1;
}
#wrap .speakers .panel-list-2 li:nth-child(3) {
  margin-right: 0;
}
#wrap .speakers .panel-list-2 li:nth-child(n+4) {
  margin-top: 22px;
}
#wrap .speakers .panel-list-2 li .info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 3;
}
#wrap .speakers .panel-list-2 li .info .name {
  font-size: 30px;
  font-weight: 700;
  line-height: 113.41%;
}
#wrap .speakers .panel-list-2 li .info .role {
  font-size: 16px;
  line-height: 135.41%;
  font-weight: 300;
  margin-left: 10px;
}
#wrap .speakers .panel-list-2 li .info .pos {
  font-size: 14px;
  line-height: 129.41%;
  margin-top: 5px;
  font-weight: 300;
}
#wrap .speakers .panel-list-2 li .img {
  width: 100%;
  display: block;
  opacity: 0.75;
  transition: 0.3s;
}
#wrap .speakers .panel-list-2 li .img img {
  display: block;
  width: 100%;
}
#wrap .speakers .panel-list-2 li:hover .img {
  opacity: 1;
}
#wrap .venue .con-title-g {
  margin-bottom: 81px;
}
#wrap .venue .venue-list {
  max-width: 1451px;
  width: 93%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 1.437rem;
}
#wrap .venue .venue-list li {
  position: relative;
  text-align: center;
}
#wrap .venue .venue-list li .map {
  position: relative;
  display: block;
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-top: 55.5%;
  background: #000;
}
#wrap .venue .venue-list li .map img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: inline-block;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  transition: 0.3s;
}
#wrap .venue .venue-list li .map .marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform-origin: left bottom;
  background: url(../img/pin.png) no-repeat center/100%;
  width: 128px;
  height: 123.5px;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  color: var(--abu-white);
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
#wrap .venue .venue-list li .map .marker span {
  font-family: "noto sans";
}
#wrap .venue .venue-list li .map:hover img {
  transform: scale(1) translate(-50%, -50%);
  opacity: 0.7;
  transition: 0.5s;
}
#wrap .venue .venue-list li .map:hover .marker {
  transform: scale(1.14) translate(-50%, -50%);
  transition: 0.3s;
}
#wrap .venue .venue-list li .info {
  margin-top: 45px;
}
#wrap .venue .venue-list li .info .tit {
  font-family: "Noto Sans";
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 41px;
  text-transform: uppercase;
}
#wrap .venue .venue-list li .info .addr {
  color: var(--abu-gray);
  margin-top: 20px;
  font-family: "Noto Sans";
  font-size: 16px;
  letter-spacing: 1px;
}
#wrap .venue .venue-list li .info .link-more {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  margin: -8px 0 0 -30px;
  background: var(--abu-white);
  transition: 0.2s;
  opacity: 0;
}
#wrap .venue .venue-list li .info .link-more::before, #wrap .venue .venue-list li .info .link-more::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--abu-white) url(../img/common/arr-next-t3.png) no-repeat center/100%;
}
#wrap .venue .venue-list li .info .link-more::after {
  left: -100%;
}
#wrap .venue .venue-list li .info:hover .link-more {
  margin-left: 10px;
  opacity: 1;
  transition: 0.3s;
  animation: fadeInAni 0.7s;
}
#wrap .venue .venue-list li .info:hover .link-more::before {
  left: 100%;
  transition: 0.5s;
}
#wrap .venue .venue-list li .info:hover .link-more:after {
  left: 0;
  transition: 0.5s;
}
#wrap .venue .venue-list li.conrad .marker {
  margin: -9px 0px 0 192px;
  background: url(../img/pin2.png) no-repeat center/100%;
  width: 133.5px;
  height: 128.5px;
}
#wrap .venue .venue-list a {
  position: relative;
  display: block;
}
#wrap .sponsors .con-title-g {
  margin-bottom: 71px;
}
#wrap .sponsors .sponsors-list {
  max-width: 1074px;
  width: 93%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
#wrap .sponsors .sponsors-list li {
  display: inline-block;
  margin: 0 101.5px;
}
#wrap .sponsors .sponsors-list li a {
  display: inline-block;
}
#wrap .sponsors .sponsors-list li a:hover img {
  opacity: 1;
}
#wrap .sponsors .sponsors-list li img {
  display: inline-block;
  opacity: 0.7;
  transition: 0.3s;
}

/* resize */
@media (min-width: 1921px) {
  .main-visual {
    height: auto;
  }
  .main-visual .video {
    max-width: 1920px;
  }
}
@media (max-width: 1700px) {
  .register {
    transform: scale(0.9) rotate(-45deg);
    bottom: -200px;
    right: 50px;
  }
}
@media (max-width: 1500px) {
  .register {
    transform: scale(0.8) rotate(-45deg);
    bottom: -190px;
    right: 0px;
  }
}

/*# sourceMappingURL=index.css.map */
