
/* content */
.content{
  margin-bottom: 90px;
}
.content .text-title{
  margin-bottom: 30px;
}
.content .text-title .h6{
  font-size: 1rem;
  font-weight: 300;
  color: #8f8f8f;
}
.content .text-title .title{
  font-size: 3rem;
  font-family: 'playD', serif;
  font-weight: 900;
}

/* ===================================================
  responsive 미디어쿼리
=================================================== */
@media (max-width: 1199.98px) {
  .content{
    margin-bottom: 2rem;
  }
  .content .container-xxl{
    max-width: 100%;
    padding: 3rem 2rem !important;
  }
}
@media (max-width: 575.98px) {
  .content .text-title .title{
    text-align: center;
  }
}




/* content01 */
.content01{
  height: 887px;
  /* height: 978px; */
  position: relative;
}

/* ===================================================
  main-slide 메인 슬라이드
=================================================== */
.main-slide{
  width: 100%;
  height: 680px;
  background-color: aquamarine;
}
.main-slide .swiper-slide{
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-slide .visual{
  width: 100%; 
  height: 100%; 
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.main-slide .display-5{
  margin-top: 130px;
  margin-left: 50px;
  font-weight: 800;
  color: #fff;
}
.main-slide .visual01{
  background-image: url('../images/main/mainSlide03.png');
  background-position: center bottom;
}
.main-slide .visual02{
  background-image: url('../images/main/mainSlide01.png');
}
.main-slide .visual03{
  background-image: url('../images/main/mainSlide02.png');
}
.main-slide .visual01 .text-box{
	margin-top:100px;
	padding:0 30px;
}
.main-slide .swiper-button-next,
.main-slide .swiper-button-prev {
  opacity: 0;
  transition: opacity 0.3s;
}

.main-slide:hover .swiper-button-next,
.main-slide:hover .swiper-button-prev {
  opacity: 1;
}

.main-slide .banner-date,
.main-slide .banner-venue{
	color: #c6f517;
}
.main-slide .banner-venue{
	margin-top:-5px;
}
.main-slide .banner-brand-img{
	height:20PX;
	object-fit:cover;
}
.main-slide .banner-highlight{
	min-width:220px;
	background-color:#c6f517;
}

/* ===================================================
  shortcut 바로가기
=================================================== */
.shortcut{
  width: 90vw;
  min-height: 460px;
  background-color: rgba(33, 147, 173, .9);
  border-radius: 3rem;
  position: absolute;
  /* bottom: 2rem; */
  top: 400px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.shortcut .container-xxl{
  padding: 50px 2rem;

}
.shortcut .text-box{
  text-align: center;
  color: #fff;
}
.shortcut .text-box .display-4{
  font-family: 'playD', serif;
  font-weight: 800;
}
.shortcut .text-box .h4{
  margin: 50px 0 36px;
}
.shortcut .shortcut-list{
  margin-top: 50px;
}
.shortcut .shortcut-item{
  height: 90px;
}
.shortcut .shortcut-item a{
  width: 100%;
  height: 100%;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, .9);
  transition: background-color .3s ease-in-out,
            border-radius .3s ease-in-out,
            color .3s ease-in-out,
            transform .3s ease-in-out;
}
.shortcut .shortcut-item:hover a{
  background-color: rgba(255, 255, 255, 1);
  border-bottom-right-radius: 2rem;
  color: #333;
  transform: translateY(-10px);
}
.shortcut .shortcut-item .arrow{
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
  transition: background-color .3s ease-in-out;
}
.shortcut .shortcut-item .arrow svg{
  fill: #c84040;
}
.shortcut .shortcut-item .text{
  font-size: 1.125rem;
  padding-bottom: 6px;
  position: relative;
}
.shortcut .shortcut-item .text::after{
  content: '';
  width: 0;
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: width .3s ease-in-out;
}
.shortcut .shortcut-item:hover .text::after{
  width: 100%;
}
.shortcut .shortcut-item:hover .arrow{
  background-color: #f9eaea;
}

/* ===================================================
  responsive 미디어쿼리
=================================================== */
@media (max-width: 1199.98px) {
  .content01{
    margin-bottom: 6rem;
  }

  /* 메인슬라이드 */
  .main-slide .display-5{
    margin-top: 5rem;
    margin-left: 2rem;
  }
  
  
  .main-slide .visual01 .text-box{
	margin-top:50px;
	padding:0 30px;
	}
  
  /* 바로가기 */
  /* .shortcut .container-xxl{
    padding: 3rem 2rem;
  } */
}

@media (max-width: 991.98px) {
  .content01{
    height: auto;
  }
  
  
  /* 바로가기 */
  .shortcut{
    position: relative;
    top: unset;
    margin-top: -18rem;
  }
}

@media (max-width: 767.98px) { 
  /* 메인슬라이드 */
  .main-slide{
    height: 600px;
  }
  .main-slide .display-5{
    margin-top: 3rem;
  }
  .main-slide .visual01 .text-box{
  	margin-top: 2rem;
  }
  
  /* 바로가기 */
  .shortcut{
    min-height: auto;
  }
  .shortcut .text-box .display-4,
  .shortcut .text-box .h4{
    display: none;
  }
  .shortcut .shortcut-list{
    margin-top: 2rem;
  }
}

@media (max-width: 575.98px) {
  .shortcut .shortcut-item{
    height: auto;
  }
  .shortcut .shortcut-item a{
    padding: 1rem 2rem;
  }
  .shortcut .shortcut-item .text{
    font-size: 1rem;
    padding-bottom: 0;
  }
  .shortcut .shortcut-item .arrow{
    margin-bottom: 0;
  }
}




/* content02 */
.content02{
  width: 100%;
  background-color: #f5f8fb;
}
.content02 .container-xxl{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
  position: relative;
}

/* ===================================================
  speeker 발표
=================================================== */
.swiper.speekerSwiper{
  padding-top: 10px;
  padding-bottom: 3rem;
}
.speekerSwiper .swiper-slide{
  max-height: 320px;
  aspect-ratio: 4/3;
  border-radius: 1rem;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease, transform .3s ease;
}
.speekerSwiper .swiper-slide:hover{
  transform: translateY(-10px);
}
.speekerSwiper .swiper-slide::after{
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.8), transparent 90%);
  z-index: 1;
}
.speekerSwiper .swiper-slide:hover::after{
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent 90%);
}
.speekerSwiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center
}
.speekerSwiper .swiper-slide .speeker-name{
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  padding-bottom: 6px;
  font-size: 1rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  white-space: nowrap;
}
.speekerSwiper .swiper-slide .speeker-name::after{
  content: '';
  display: block;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width .3s ease-in-out;
}
.speekerSwiper .swiper-slide:hover .speeker-name::after{
  width: 100%;
}
.speekerSwiper .swiper-slide:hover .speeker-name{
  opacity: 1;
}
.main-slide .swiper-button-next,
.main-slide .swiper-button-prev,
.content02 .swiper-button-next,
.content02 .swiper-button-prev{
  top: calc(50% - 1rem);
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .6);
}
.main-slide .swiper-button-next svg,
.main-slide .swiper-button-prev svg,
.content02 .swiper-button-next svg,
.content02 .swiper-button-prev svg{
  fill: rgba(0, 0, 0, 0.8);
  width: 2rem;
}
.main-slide .swiper-button-prev svg,
.content02 .swiper-button-prev svg{
  transform: rotate(180deg);
}
.main-slide .swiper-button-next:after,
.main-slide .swiper-button-prev:after,
.content02 .swiper-button-next:after,
.content02 .swiper-button-prev:after{
  content: '';
}

.content02 .btn-more-view{
  background-color: #377eb5;
  color: #fff;
  border-radius: 5rem;
  position: absolute;
  top: 60px;
  right: 1rem;
}
.content02 .btn-more-view:hover,
.content02 .btn-check:checked+.btn, 
.content02 .btn.active,
.content02 .btn.show,
.content02 .btn:first-child:active,
.content02 :not(.btn-check)+.btn:active{
  background-color: #3677a9;
  color: #fff;
}

.content02 .btn-more-view .arrow svg{
  width: 1rem;
}

/* ===================================================
  responsive 미디어쿼리
=================================================== */
@media (max-width: 1399.98px) {
  .content02 .btn-more-view{
    right: 2rem;
  }
}

@media (max-width: 767.98px) {
  .speekerSwiper .swiper-slide .speeker-name::after{
    width: 100%;
  }
  .speekerSwiper .swiper-slide .speeker-name{
    opacity: 1;
  }
}

@media (max-width: 575.98px) {
  .content02 .container-xxl{
    padding-right: 0 !important;
  }

  .speekerSwiper .swiper-slide .speeker-name{
    /* font-size: 1.25rem; */
    /* bottom: 2rem; */
  }
  .content02 .btn-more-view{
    width: 60vw;
    margin-top: 1rem;
    position: relative;
    top: unset;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }
}





/* content03 */
.content p{
  margin-bottom: 0;
}
.text-red-muted{
  color: #a29090;
}

/* ===================================================
  schedule 일정
=================================================== */
.schedule .nav-tabs .nav-link{
  flex: 1;
  height: 60px;
  color: #747474;
  background-color: #f9fafb;
  border: none;
  font-size: 1.5rem;
  font-weight: 600;
}
.schedule .nav-tabs .nav-link:first-child{
  border-radius: 1rem 0 0 0;
}
.schedule .nav-tabs .nav-link:last-child{
  border-radius: 0 1rem 0 0;
}
.schedule .nav-tabs .nav-item.show .nav-link,
.schedule .nav-tabs .nav-link.active{
  background-color: #4692a3;
  color: #fff;
}
.schedule-table thead th{
  background-color: #82becb;
  color: #fff;
}
.schedule-table thead th.time,
.schedule-table td.time{
  width: 15%;
  min-width: 210px;
  border-right: 1px solid #dcdcdc;
  font-weight: 500;
}
.schedule-table td.time{
  vertical-align: middle;
  text-align: center;
}
.schedule-table.table>:not(caption)>*>*{
  padding: 1rem;
}

/* ===================================================
  responsive 미디어쿼리
=================================================== */
@media (max-width: 1199.98px) {
  .schedule .nav-tabs .nav-link{
    font-size: 1.25rem;
    line-height: 1.4;
    height: auto;
    padding: 1rem;
  }
}

@media (max-width: 767.98px) {
  .schedule .nav-tabs{
    border-bottom: none;
    margin-bottom: 1rem;
    flex-direction: column;
  }
  .schedule .nav-tabs .nav-link{
    font-size: 1.125rem;
    border-radius: .5rem !important;
    margin: 6px 0;
    padding: .5rem 1rem;
    background-color: #f5f5f5;
  }
  .schedule-table thead th.time, .schedule-table tr td.time{
    min-width: 140px;
    width: 30%;
  }
}

@media (max-width: 575.98px) {
  .schedule-wrapper{
    overflow: auto;      
    -webkit-overflow-scrolling: touch;
    position: relative;
    max-height: 600px;
  }
  .schedule-table{
    width: 100%;
    min-width: 500px;
  }
  .schedule-table thead th{
    position: sticky;
    top: 0;
    z-index: 3;
  }
  .schedule-table thead th.time{
    z-index: 4;
  }
  .schedule-table th.time, .schedule-table td.time{
    position: sticky;
    left: 0;
    z-index: 2;
  }
  .schedule-table td.time{
    background-color: #fff;
  }
}


/* content04 */
.content04{
  width: 100%;
  background-image: url('../images/main/mainBanner.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  margin-bottom: 0;
}
.content04 .container-xxl{
  padding: 50px 3rem !important;
}
/* ===================================================
  responsive 미디어쿼리
=================================================== */
@media (max-width: 991.98px) {
	.content04{
		text-align:center;
	}
	.content04 .banner-brand-img{
		
	}
}

@media (max-width: 575.98px) {
	.content04 .container-xxl{
	  padding: 3rem 2rem !important;
	}
}




/* partner-logo */
.partner-logo{
  height: 100px;
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 0;
}
.partner-logo .container-xxl{
  height: 100%;
}
.partnerSwiper{
  height: 100%;
}
.partnerSwiper .swiper-slide{
  height: 60px;
  padding: 0 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partnerSwiper img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  object-position: center;
}
/* ===================================================
  responsive 미디어쿼리
=================================================== */
@media (max-width: 1199.98px) {
  .partner-logo .container-xxl{
    padding: 0 2rem !important;
  }
}

@media (max-width: 575.98px) {
  .partner-logo .container-xxl{
    /* padding-right: 0 !important; */
  }
}
