/**
* Template Name: PhotoFolio
* Updated: Mar 12 2024 with Bootstrap v5.3.3
* Template URL: https://bootstrapmade.com/photofolio-bootstrap-photography-website-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Set main reusable colors and fonts using CSS variables
# Learn more about CSS variables at https://developer.mozilla.org/en-US/docs/Web/CSS/Using_CSS_custom_properties
--------------------------------------------------------------*/
/* Fonts */

/*@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}
*/

/* Colors */
:root {
  --color-default: #000;
  --color-primary: #2196f3;
  --color-secondary: #157ae8;
  --color-third: #fff;
  --color-fourth: #70de87;
  --color-fifth: #ffc107;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

a {
  color: var(--color-default);
  text-decoration: none;
}

.container-fluid {
  padding: 0;
}

/*--------------------------------------------------------------
# Page Header


.page-header {
  padding: 70px 0 60px 0;
  position: relative;
  background-image: linear-gradient(to top left, #086cf6, #70df87);
  margin-bottom:50px
}

.page-header h2 {
  font-size: 40px;
  font-weight: 500;
  color: #fff;
  font-family: var(--font-secondary);
  padding-bottom:10px;
}

@media (max-width: 768px) {
  .page-header h2 {
    font-size: 36px;
  }
}

.page-header p {
  color: rgba(255, 255, 255, 0.8);
  line-height:40px;
}




.page-header .part-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #000;
  background: #e5ac00;
}

.page-header .part-btn:hover {
  background: #ffc107;
}

.page-header .mody-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  background: #e5ac00;
}

.page-header .mody-btn:hover {
  background: #ffc107;
}

.page-header .icon-box a{color: var(--color-third)}
.page-header .icon-box a:hover{color: var(--color-fifth)}

.page-header-win {
  padding: 20px 0 20px 0;
  margin-bottom:50px
}

.page-header-win h2{
font-size:25px;
}

--------------------------------------------------------------*/

.font_square,
.font_num {
  font-family: 'NanumSquare';
}

ol,
ul {
  padding: 0;
}

.color-black {
  color: #000;
}
.fontsize-01 {
  font-size: 1rem;
}

.sm-btn {
  line-height: 30px;
  height: 30px;
  font-size: 0.8rem !important;
  font-weight: 500;
}

.btn-update {
  border-radius: 3px;
  background: #6f42c1;
  padding: 2px 5px;
  border: 0;
  font-size: 0.8rem;
  color: #fff;
}
.part-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  background: var(--main-color);
}

.part-btn:hover {
  background: #029fe4;
}

.part-btn a {
  color: #fff;
}

.cta-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  background: var(--color-primary);
}

.cta-btn:hover {
  background: #2cbc85;
}

.hd01-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  background: #2196f3;
}

.hd01-btn:hover {
  background: #058bf6;
}

.hd03-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #fff;
  background: #ff5722;
}

.hd03-btn:hover {
  background: #f4450e;
}

.hd02-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #000;
  background: #42c3ff;
}

.hd02-btn:hover {
  background: #15b5ff;
  color: #000 !important;
}

.hd04-btn {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #000;
  background: #7bdc1f;
}

.hd04-btn:hover {
  background: #91f82f;
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: -15px;
  z-index: 99999;
  background: #41aabab8;
  width: 44px;
  height: 44px;
  border-radius: 50px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: rgba(39, 167, 118, 0.8);
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
  bottom: 15px;
}

@media (max-width: 575px) {
  .fontsize-01 {
    font-size: 1.1rem;
  }
  .dance-wrap {
    border: 0;
    margin: 0;
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  display: flex;
  position: fixed;
  inset: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
}

#preloader:before,
#preloader:after {
  content: '';
  background-color: var(--color-secondary);
  position: absolute;
  inset: 0;
  width: 50%;
  height: 100%;
  transition: all 0.3s ease 0s;
  z-index: -1;
}

#preloader:after {
  left: auto;
  right: 0;
}

#preloader .line {
  position: relative;
  overflow: hidden;
  margin: auto;
  width: 1px;
  height: 280px;
  transition: all 0.8s ease 0s;
}

#preloader .line:before {
  content: '';
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  width: 1px;
  height: 0%;
  transform: translateY(-50%);
  animation: lineincrease 1000ms ease-in-out 0s forwards;
}

#preloader .line:after {
  content: '';
  position: absolute;
  background-color: #999;
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  transform: translateY(-100%);
  animation: linemove 1200ms linear 0s infinite;
  animation-delay: 2000ms;
}

#preloader.loaded .line {
  opacity: 0;
  height: 100% !important;
}

#preloader.loaded .line:after {
  opacity: 0;
}

#preloader.loaded:before,
#preloader.loaded:after {
  animation: preloaderfinish 300ms ease-in-out 500ms forwards;
}

@keyframes lineincrease {
  0% {
    height: 0%;
  }

  100% {
    height: 100%;
  }
}

@keyframes linemove {
  0% {
    transform: translateY(200%);
  }

  100% {
    transform: translateY(-100%);
  }
}

@keyframes preloaderfinish {
  0% {
    width: 5 0%;
  }

  100% {
    width: 0%;
  }
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
.about .content h2 {
  font-weight: 700;
  font-size: 24px;
  color: var(--color-primary);
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.about .content ul strong {
  margin-right: 10px;
}

.about .content ul i {
  font-size: 16px;
  margin-right: 5px;
  color: var(--color-primary);
  line-height: 0;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials {
  margin-top: 80px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px;
  margin: 40px 30px;
  background: var(--color-secondary);
  min-height: 320px;
  display: flex;
  flex-direction: column;
  text-align: center;
  transition: 0.3s;
}

.testimonials .testimonial-item .stars {
  margin-bottom: 15px;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  border: 5px solid #474a4d;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
  margin: 0;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
}

.img-bg {
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: center center;
}

@media (max-width: 768px) {
  .img-bg {
    height: 400px;
  }
}

.img-bg:before {
  position: absolute;
  content: '';
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.5;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  top: 0;
}

.img-bg .img-bg-inner {
  color: #fff;
  position: relative;
  z-index: 2;
  max-width: 880px;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  margin-bottom: 50px;
}

.img-bg .img-bg-inner div {
  line-height: 30px;
  margin-top: 20px;
  font-size: 1rem;
}

@media (max-width: 768px) {
  .img-bg .img-bg-inner {
    padding-left: 30px;
    padding-right: 30px;
    margin-bottom: 50px;
  }
}

.img-bg .img-bg-inner h2,
.img-bg .img-bg-inner p {
  color: var(--color-white);
}

@media (max-width: 500px) {
  .img-bg .img-bg-inner p {
    display: none;
  }
}

.custom-swiper-button-next,
.custom-swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
}

@media (max-width: 768px) {
  .custom-swiper-button-next,
  .custom-swiper-button-prev {
    display: none;
  }
}

.custom-swiper-button-next span,
.custom-swiper-button-prev span {
  font-size: 20px;
  color: rgba(var(--color-white-rgb), 0.7);
  transition: 0.3s all ease;
}

.custom-swiper-button-next:hover span,
.custom-swiper-button-next:focus span,
.custom-swiper-button-prev:hover span,
.custom-swiper-button-prev:focus span {
  color: rgba(var(--color-white-rgb), 1);
}

.custom-swiper-button-next {
  right: 40px;
}

.custom-swiper-button-prev {
  left: 40px;
}

.swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(var(--color-white-rgb), 0.8);
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: rgba(var(--color-white-rgb), 1);
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.gallery {
  margin-top: 40px;
  width: 100%;
}

.gallery .each-wrap {
  position: relative;
  border: 0px solid #ddd;
  border-radius: 10px;
  box-shadow: 5px 5px 10px 5px rgba(110, 123, 131, 0.1);
  transition: all ease-in-out 0.3s;
}

.gallery .each-wrap:hover {
  transform: translateY(-5px);
  border-color: #ddd;
}

.gallery .gallery-item {
  position: relative;
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.gallery .gallery-item img {
  transition: 0.3s;
}

.gallery .gallery-info {
  position: unset;
  inset: 0;
  opacity: 1;
  transition: all ease-in-out 0.3s;
  padding: 0;
}

.gallery h4 {
  padding-bottom: 10px;
  font-size: 1.1rem;
  font-weight: bold;
  color: #000;
  font-weight: bold;
  line-height: 23px;
}

.gallery .genre {
  color: #306fef;
  font-size: 0.8rem;
  border-radius: 2px;
  padding: 2px 3px;
  border: 1px solid #306fef;
}
.gallery .period {
  color: #ffffff;
  font-size: 0.8rem;
  background: #2d2c2cc7;
  padding: 5px;
  border-radius: 3px;
}
.gallery .period_ing {
  color: #ffffff;
  font-size: 0.8rem;
  background: #ff0000f5;
  padding: 5px;
  border-radius: 3px;
}
.gallery .gallery-info-pc {
  opacity: 0.9;
  transition: all ease-in-out 0.3s;
  padding: 5px 5px;
}
.gallery .process {
  min-width: 70px;
  cursor: pointer;
}
.gallery .process:hover {
  color: #fff;
  background: #000;
  transition: all ease-in-out 0.3s;
}
.gallery .process.on {
  color: #fff;
  background: #000;
}

@media (max-width: 768px) {
  .gallery h4 {
    font-size: 1.1rem;
    line-height: 1.3rem;
  }
}

@media (max-width: 575px) {
  .gallery .each-wrap {
    position: relative;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: unset;
    transition: all ease-in-out 0.3s;
  }

  .gallery .each-wrap:hover {
    transform: unset;
    border-color: unset;
  }
}

.gallery .gallery-links {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: all ease-in-out 0.3s;
  background: rgba(0, 0, 0, 0.6);
  z-index: 3;
}

.gallery .gallery-links .preview-link,
.gallery .gallery-links .details-link {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
  transition: 0.3s;
  line-height: 1.2;
  margin: 30px 8px 0 8px;
}

.gallery .gallery-links .preview-link:hover,
.gallery .gallery-links .details-link:hover {
  color: #fff;
}

.gallery .gallery-links .details-link {
  font-size: 30px;
  line-height: 0;
}

.gallery .gallery-item:hover .gallery-links {
  opacity: 1;
}

.gallery .gallery-item:hover .preview-link,
.gallery .gallery-item:hover .details-link {
  margin-top: 0;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: #222425;
}

.glightbox-clean .gslide-title {
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

/*--------------------------------------------------------------
# Gallery Single Section
--------------------------------------------------------------*/
.gallery-single .portfolio-details-slider img {
  width: 100%;
}

.gallery-single .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.gallery-single .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.gallery-single .swiper-button-prev,
.gallery-single .swiper-button-next {
  width: 48px;
  height: 48px;
}

.gallery-single .swiper-button-prev:after,
.gallery-single .swiper-button-next:after {
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.2);
  font-size: 24px;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}

.gallery-single .swiper-button-prev:hover:after,
.gallery-single .swiper-button-next:hover:after {
  background-color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 575px) {
  .gallery-single .swiper-button-prev,
  .gallery-single .swiper-button-next {
    display: none;
  }
}

.gallery-single .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: var(--font-secondary);
}

.gallery-single .portfolio-info h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  bottom: 0;
}

.gallery-single .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.gallery-single .portfolio-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.gallery-single .portfolio-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #6b7075;
  font-size: 14px;
}

.gallery-single .portfolio-info .btn-visit {
  padding: 8px 40px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.gallery-single .portfolio-info .btn-visit:hover {
  background: #2cbc85;
}

.gallery-single .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
  font-family: var(--font-secondary);
}

.gallery-single .portfolio-description p {
  padding: 0;
}

.gallery-single .portfolio-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: var(--color-secondary);
  height: 100%;
  margin-bottom: 50px;
}

.gallery-single .portfolio-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #2e3133;
  float: left;
  margin: 0 10px 0 0;
}

.gallery-single .portfolio-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.gallery-single .portfolio-description .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.gallery-single .portfolio-description .testimonial-item .quote-icon-left,
.gallery-single .portfolio-description .testimonial-item .quote-icon-right {
  color: #5bd9a9;
  font-size: 26px;
  line-height: 0;
}

.gallery-single .portfolio-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.gallery-single .portfolio-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.gallery-single .portfolio-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

@media (max-width: 992px) {
  .gallery .gallery-info {
    bottom: 0;
  }
}

/*---
Dance Detail
---*/

.dance_detail {
  padding: 25px 0;
}

.dance_detail .detail-img img {
  max-height: 700px;
}

.dance_detail .dance-info h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: var(--font-secondary);
}

.dance_detail .dance-info h3:after {
  content: '';
  position: absolute;
  display: block;
  width: 80px;
  height: 2px;
  background: #999;
  left: 0;
  bottom: 0;
}

.gallery-single .dance-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.dance_detail .dance-info ul li {
  display: flex;
  flex-direction: column;
  padding-bottom: 15px;
}

.dance_detail .dance-info ul strong {
  text-transform: uppercase;
  font-weight: 400;
  color: #1c7ecd;
  font-size: 14px;
}

.dance_detail .dance-info .btn-visit {
  padding: 8px 20px;
  background: var(--color-primary);
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.dance_detail .dance-info .btn-visit:hover {
  background: #03a9f4;
}

.dance_detail .dance-info .btn-visit2 {
  padding: 8px 20px;
  background: #20c997;
  color: #fff;
  border-radius: 50px;
  transition: 0.3s;
}

.dance_detail .dance-info .btn-visit2:hover {
  background: #70de87;
}

.dance_detail .dance-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #333;
  font-family: var(--font-secondary);
}

.dance_detail .dance-description p {
  padding: 0;
}

.dance_detail .dance-description .testimonial-item {
  padding: 30px 30px 0 30px;
  position: relative;
  background: var(--color-secondary);
  height: 100%;
  margin-bottom: 50px;
}

.dance_detail .dance-description .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #2e3133;
  float: left;
  margin: 0 10px 0 0;
}

.dance_detail .dance-description .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 15px 0 5px 0;
  padding-top: 20px;
}

.dance_detail .dance-description .testimonial-item h4 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
  margin: 0;
}

.dance_detail .dance-description .testimonial-item .quote-icon-left,
.dance_detail .dance-description .testimonial-item .quote-icon-right {
  color: #5bd9a9;
  font-size: 26px;
  line-height: 0;
}

.dance_detail .dance-description .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.dance_detail .dance-description .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.dance_detail .dance-description .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 0 0 0;
  padding: 0;
}

.dance_match .container {
}
.dance_match .dance {
  padding: 30px 0;
  min-width: 100%;
}
.people_list .container {
}
.page-header .dance_menu li {
  border: 0px solid #fff;
  border-radius: 0px;
  padding: 10px;
  margin: 0;
  font-size: 0.85rem;
  width: 12%;
}

@media (max-width: 1200px) {
  
  .glb{font-size:0.6rem;}
  .page-header .dance_menu li {
    width: unset !important;
  }
}

@media (max-width: 1024px) {
  
  .dance_menu{width:100%;}
  .glb{font-size:0.6rem;}
}

.dance_menu ul {
  border: 1px solid #a0bcd3;
  border-radius: 3px;
  padding: 5px;
  font-family: 'NanumSquare';
}
.ds_mo {
  display: none;
}
.ds_mo_sm {
  display: none;
}
#matches {
  display: flex;
  justify-content: center;
}
#tblList {
  font-size: 1rem;
}
#tblList .payment {
  background: #ff5722;
  padding: 4px;
  margin-left: 3px;
  font-size: 0.8rem;
  border-radius: 3px;
  color: #fff;
}

#tblList .cancel-payment {
  background: #6c757d;
  padding: 4px;
  margin-left: 3px;
  font-size: 0.8rem;
  border-radius: 3px;
  color: #fff;
}

#tblList .pre-payment {
  background: #ced4da;
  padding: 4px;
  margin-left: 3px;
  font-size: 0.8rem;
  border-radius: 3px;
  color: #3c444a;
}

#tblList .end-payment {
  background: #198754;
  padding: 4px;
  margin-left: 3px;
  font-size: 0.8rem;
  border-radius: 3px;
  color: #fff;
}

#tblList .cancel-rec-payment {
  background: #000;
  padding: 4px;
  margin-left: 3px;
  font-size: 0.8rem;
  border-radius: 3px;
  color: #fff;
}

#div-bank h4 {
  line-height: 40px;
  font-size: 1.3em;
}
#div-bank p {
  font-size: 1rem;
}
#div-bank p span {
  color: #9e9e9e;
  display: inline-block;
  width: 60px;
}
@media (max-width: 1278px) {
  .dance_detail .detail-img img {
    width: 100%;
  }
}
@media (max-width: 992px) {
  #matches {
    justify-content: start;
  }
  .dance_detail .detail-img img {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .dance_menu ul {
    flex-wrap: wrap;
  }
  .people_list .divSearch h5 {
    display: none;
  }
  .divTblList .table thead {
    display: none;
  }
  .divTblList .table .td_date {
    display: none;
  }
  .ds_mo {
    display: block;
  }
  .ds_pc {
    display: none;
  }
  .page-header .dance_menu li {
    width: 20%;
  }
}
@media (max-width: 575px) {
  .ds_mo_sm {
    display: block;
  }
  .ds_pc_sm {
    display: none;
  }
  .page-header .dance_menu {
    /*width:100%;
    overflow: overlay;*/
  }
  .page-header .dance_menu ul {
    flex-wrap: nowrap;
    flex-direction: row;
    width: 1200px;
  }
  .page-header .dance_menu li {
    width: 30%;
  }
  .dance_detail .dance-info {
    margin-top: 50px;
  }

  .dance_detail .dance-info ul li {
    flex-direction: row;
  }
  .dance_detail .dance-info ul li span {
    padding-left: 10px;
  }
}
@media (max-width: 494px) {
  .page-header .dance_menu {
    overflow: overlay;
  }
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services .service-item {
  padding: 50px 30px;
  transition: all ease-in-out 0.4s;
  background: var(--color-secondary);
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

.services .service-item:before {
  content: '';
  position: absolute;
  background: #1d1f20;
  top: -200px;
  transition: all 0.3s;
  z-index: -1;
}

.services .service-item i {
  background: var(--color-primary);
  color: #fff;
  font-size: 24px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.services .service-item h4 {
  font-weight: 600;
  margin: 15px 0 0 0;
  transition: 0.3s;
  font-size: 20px;
}

.services .service-item h4 a {
  color: #fff;
}

.services .service-item p {
  line-height: 24px;
  font-size: 14px;
  margin: 15px 0 0 0;
}

.services .service-item:hover:before {
  background: var(--color-primary);
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.services .service-item:hover h4 a,
.services .service-item:hover p {
  color: #fff;
}

.services .service-item:hover i {
  background: #fff;
  color: var(--color-primary);
}

/*--------------------------------------------------------------
# Pricing Section
--------------------------------------------------------------*/
.pricing {
  margin-top: 80px;
}

.pricing .pricing-item {
  border-bottom: 1px dashed #474a4d;
  width: 100%;
  height: 100%;
  padding: 0 0 15px 0;
}

.pricing .pricing-item h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
}

.pricing .pricing-item h4 {
  margin: 0;
  font-size: 16px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/
.contact .info-item + .info-item {
  margin-top: 40px;
}

.contact .info-item i {
  font-size: 20px;
  color: var(--color-primary);
  float: left;
  width: 44px;
  height: 44px;
  background: #222425;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
  margin-right: 15px;
}

.contact .info-item h4 {
  padding: 0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.5);
}

.contact .info-item p {
  padding: 0;
  margin-bottom: 0;
  font-size: 14px;
  color: #000;
}

.contact .info-item:hover i {
  background: var(--color-primary);
  color: #000;
}

.contact .php-email-form {
  width: 100%;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #000;
  background: #df1529;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #000;
  background: var(--color-primary);
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--color-secondary);
  text-align: center;
  padding: 15px;
  color: rgba(255, 255, 255, 0.6);
}

.contact .php-email-form .loading:before {
  content: '';
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid var(--color-primary);
  border-top-color: var(--color-secondary);
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px;
  border: 1px solid #2e3133;
  color: #000;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type='submit'] {
  background: var(--color-primary);
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type='submit']:hover {
  background: rgba(39, 167, 118, 0.8);
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# d-search Section
--------------------------------------------------------------*/
.m-search {
  min-height: 30vh;
  padding: 70px 0 60px 0;
  background-size: cover;
  position: relative;
  background-image: linear-gradient(to top left, #086cf6, #70df87);
}

.d-search {
  width: 100%;
  margin: 0;
}

.d-search h2 {
  margin: 0 0 10px 0;
  font-size: 1.5em;
  font-weight: 700;
  color: var(--color-third);
  font-family: var(--font-secondary);
}

.d-search h2 span {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  display: inline-block;
}

.d-search h2 span:before {
  content: '';
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-fifth);
  z-index: -1;
}

.d-search.m-navi a {
  color: var(--color-third);
}
.d-search.m-navi a:hover {
  color: var(--color-fourth);
}

.d-search p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
  font-size: 18px;
}

.btn-get-started {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 12px 40px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #1e86de !important;
  border: 2px solid #1e86de;
  background: #fff;
}

.btn-get-started:hover {
  background: #1e86de;
  color: #fff;
}

.btn-get-started:hover {
  color: #fff !important;
}

.btn-get-started2 {
  font-family: var(--font-primary);
  font-weight: 400;
  font-size: 14px;
  display: inline-block;
  padding: 5px 20px;
  border-radius: 4px;
  letter-spacing: 1px;
  text-transform: uppercase;
  transition: 0.3s;
  color: #1e86de !important;
  border: 2px solid #1e86de;
  background: #fff;
}

.btn-get-started2:hover {
  background: #1e86de;
  color: #fff;
}

.btn-get-started2:hover {
  color: #fff !important;
}

.bi-plus-circle::before {
  vertical-align: -0.35em;
}

.d-search ul {
}
.d-search li {
}

.d-search .icon-box {
  padding: 20px;
  transition: 0.3s;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.d-search .icon-box a {
  color: var(--color-default);
}

.d-search .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.d-search .icon-box:hover a {
  color: var(--color-secondary);
}

.d-search .icon-box a {
  position: relative;
}
.d-search .icon-box a:before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: linear-gradient(45deg, #70df87 0%, #086cf6 100%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.d-search .icon-box a.test:before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: linear-gradient(45deg, #70df87 0%, #086cf6 100%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.d-search .icon-box:hover a:before {
  width: 100%;
  left: 0;
}
.d-search .icon-box.active a {
  color: var(--color-default);
  font-weight: bold;
}
.d-search .icon-box.active a:before {
  width: 100%;
  left: 0;
}

.d-search h3 {
  font-size: 1.4em;
  font-weight: bold;
}
.d-search h4 {
  font-size: 1.2em;
}
.d-search .genre-list > div {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .d-search h2 {
    font-size: 1.3em;
  }

  .d-search .icon-box {
    padding: 10px;
  }
}

@media (max-width: 575px) {
  .d-search .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3%;
  }

  .d-search .col-sm-6 {
    flex: 0 0 auto;
    width: 49%;
  }

  .d-search .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6%;
  }

  .d-search .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .d-search .genre-list > div {
    margin-top: 10px;
  }

  .d-search .genre-list .btn-get-started2 {
    width: 100%;
    text-align: center;
  }
}

.hero-slider {
  /*background-image: linear-gradient(to top right, #086cf6, #70df87);*/
}

/*
.hero-slider h2 span {
  position: relative;
  z-index: 1;
  padding: 0 5px;
  display: inline-block;
}


.hero-slider h2 span:before {
  content: "";
  position: absolute;
  height: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--color-primary);
  z-index: -1;
}
*/

.d-main {
  padding: 10px 20px;
  border-radius: 30px;
  width: 400px;
  margin: 0 auto;
  border: 1px solid #ddd;
}
.d-main .form-control {
  border: 0;
}
.d-main input[type='text']:focus {
  -webkit-box-shadow: unset;
  -moz-box-shadow: unset;
  box-shadow: unset;
  border: 0 !important;
}

.form-floating select.manager {
  background: var(--color-fifth);
}
.form-floating label.manager::after {
  background-color: var(--color-fifth);
}
.form-floating .no-line {
  border: unset;
}
#peopleModal .detailinfo .title {
  color: #999;
}

@media (max-width: 768px) {
  .d-main {
    width: 100%;
  }
}

.form-select,
.form-control {
  font-size: 1rem;
}

.dance_form .agree_wrap {
  width: 100%;
}
.dance_form .agree_wrap p {
  padding-bottom: 20px;
  font-size: 1.3rem;
}
#dance_form .teaminfo_members .teaminfo_div .row:nth-child(odd) {
  background: #f9f9f9;
}
#dance_form .teaminfo_members .teaminfo_div .row {
  margin-left: 5px;
  padding: 10px;
}

.pagelist .cur-page {
  font-weight: bold;
  color: #2b7b8e;
}
.pagelist .page-css {
  font-family: 'NEXON Gothic';
}
/*.page-header a.btn-mypage-info{color:#000}*/
.page-header a.btn-mypage-info:hover {
  color: #fff;
}
.btn {
  font-size: 0.9rem;
}

.btn-input-left {
  border: 0px solid #ddd;
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
  padding: 10px 15px;
  color: #fff;
}
.btn-input-right {
  background: #9e9e9e;
  border: 0px solid #ddd;
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
  padding: 10px 15px;
  color: #fff;
}

.btn-input-left.on,
.btn-input-right.on {
  background: #ff5722;
}
.btn-input-left.off,
.btn-input-right.off {
  background: #9e9e9e;
}
.btn-teaminfo {
  background: #2196f3;
  padding: 17px;
  color: #fff;
  line-height: unset;
  height: unset;
}
.table .group {
  font-size: 0.8rem;
  font-weight: bold;
  color: #3f51b5;
}
.btn-group-wrap .on {
  color: #ff5722;
  border: 1px solid #ff5722;
}
.btn-group-wrap .on2 {
  color: #fff;
  border: 0;
  background: #000;
}

#dance_form .pre_control {
  border: 2px solid #2196f3;
}
#dance_form .pre_div {
  margin-top: 0;
}
#dance_form .pre_info {
  margin-top: 10px;
  color: #2196f3;
}
#dance_form .pre_lbl span {
  font-size: 1rem;
}
#dance_form .pre_lbl span.on {
  color: #ff5722;
  font-weight: bold;
}
#dance_form .pre_lbl span.off {
  color: #2196f3;
  font-weight: bold;
}
#dance_form .pre_lbl.off2 {
  color: #999;
  font-weight: bold;
  font-weight: normal;
}
#dance_form .dup_chk,
#dance_form .payment_info {
  color: red;
  font-weight: 0.9rem;
}
#dance_form #dmp_payment {
  background: #9ec5fe;
}

.dance-comm {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 10px;
}
.btn-finish {
  margin: 0 auto;
  padding: 5px;
  background: #474747;
  color: #fff;
  width: 100px;
}

.dance-info {
  text-align: left;
}
.dance-info span {
  font-size: 0.9rem;
}
.dance-info div {
  font-size: 1rem;
  font-weight: bold;
}

#header_title_style > div > span {
  font-size: 0.9rem;
  font-family: NanumBarunGothic;
}
.sub_head_title {
  text-align: center;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.mypage-menu .icon-box {
  border: 0px solid red;
  background: cornflowerblue;
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
}
.mypage-menu .icon-box i {
  font-size: 1.5rem;
}
.mypage-menu .icon-box a {
  color: #fff;
  font-size: 1rem;
}
.mypage-menu .icon-box p {
  color: #c4d7ff;
  margin-top: 5px;
}
#sub_header .dance-comm a {
  color: #c4d7ff !important;
}
#sub_header .dance-comm a:hover {
  text-decoration: overline;
}
.payment_check {
  color: red;
  font-weight: bold;
}

.detailinfo .team-list {
  max-height: 600px;
  overflow: auto;
}
.detailinfo .team-list div {
  height: 35px;
}
.btn-group-wrap li:not(:last-child) {
  margin-right: 1.1%;
}

.txt_post2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.2em;
  height: 2.4em;
}

.txt_line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-bracket {
  font-weight: 300;
}

.dance-head {
  margin: 0;
  background: #fff;
  border-radius: 10px;
  width: 100%;
  min-height: 250px;
  border: 1px solid #555;
}
.dance-head .dance-schedule {
  padding: 30px 30px 10px;
}
.dance-head .dance-schedule h3 {
  font-size: 1.2rem;
}
.dance-head .dance-schedule span {
  color: #000;
  font-weight: 600;
}

.dance-head .dance-schedule:not(:last-child) > div {
  height: 200px;
  overflow: auto;
  border-right: 1px solid #ddd;
}

.page-header-win h2 {
  font-size: 2rem;
}

.bracket_score .score_ul {
}
.bracket_score .score_ul li {
  height: 60px;
  color: #999;
  float: left;
  width: 20%;
}

.bracket_score .score_ul li a,
.score_all_ul li a {
  position: relative;
  color: #000;
  font-size: 1rem;
}
.bracket_score .score_ul li a:before,
.score_all_ul li a:before {
  display: block;
  content: '';
  width: 0;
  height: 15px;
  position: absolute;
  top: 10px;
  left: 1px;
  background: linear-gradient(45deg, #70df8785 0%, #086cf687 100%);
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
}

.bracket_score .score_ul li a:hover:before,
.score_all_ul li a:hover:before {
  width: 100%;
}
.bracket_score .score_ul li .score-span,
.score_all_ul li .score-span {
  font-size: 0.9rem;
  color: #0d6efd;
}
.bracket_score .score_ul li span,
.score_all_ul li span {
  font-size: 0.9rem;
  color: #aaa;
}

.bracket_score .score_all_ul:not(:last-child) {
  margin-right: 1.1%;
}

.bracket_score .score_all_ul li {
  line-height: 40px;
  font-size: 1rem;
}

ul.btn-group-wrap li {
  cursor: pointer;
}

@media (max-width: 570px) {
  .mypage-menu > div {
    flex-direction: column;
    align-items: center;
  }
  .mypage-menu .icon-box {
    margin-bottom: 10px;
    width: 90%;
  }
  .bracket_score .score_ul li {
    width: 50%;
  }

  .dance_detail .dance-info ul strong {
    font-size: 1rem;
  }
  .dance-info div {
    font-size: 1rem;
  }
  .dance-info span {
    font-size: 1rem;
  }
  .dance-head {
    height: auto;
  }
  .dance-head .dance-schedule:not(:last-child) > div {
    border-right: 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    height: auto;
  }

  .btn-group-wrap li {
  }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16%;
  }

  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 auto;
    width: 32.6%;
  }

  .col-sm-6 {
    flex: 0 0 auto;
    width: 49.3%;
  }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6%;
  }

  .col-sm-10 {
    flex: 0 0 auto;
    width: 84%;
  }

  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .divTblList .col-sm-2,
  .btn-group-wrap .col-sm-2 {
    flex: 0 0 auto;
    width: 16%;
  }

  .divTblList .col-sm-3,
  .btn-group-wrap .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .divTblList .col-sm-4,
  .btn-group-wrap .col-sm-4 {
    flex: 0 0 auto;
    width: 32.6%;
  }

  .divTblList .col-sm-6,
  .btn-group-wrap .col-sm-6 {
    flex: 0 0 auto;
    width: 49.3%;
  }

  .divTblList .col-sm-12,
  .btn-group-wrap .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
}
