/*main:0C1735*/
/*sub:7C005D*/

/*
#0C1735 <- main
#28123F
#440C49
#600653
#7C005D <- sub
#E5E5E5
#FFFFFF
*/



body {
    background-color: rgb(12, 23, 53);
}

.finger {
	cursor: pointer;
}

.navbar {
    background-color: rgb(12, 23, 53) !important;
}

.nav-link:hover {
  color: #e600ad !important;
}

.btn-navy, .btn-navy:hover, .btn-navy:active, .btn-navy:visited {
    background-color: rgb(12, 23, 53) !important;    
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.disabled {
  color: #e600ad !important;
}

.dropdown-menu {
  background-color: rgb(21, 41, 96) !important;
}

.mmhub-font {
    font-family: 'Syncopate', sans-serif;
    letter-spacing: -2px;
    font-size: 18pt;
}

.copyright {
    font-family: 'Quicksand', sans-serif;
    font-size: 9pt;
    color: #a6a6a6;
}

.mmhub-title {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: 2px;
    font-size: 18pt;
}

.mmhub-title-magenta {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 18pt;
  color: rgb(212, 25, 165);
  text-shadow: 3px 3px 5px #000000;
}

.mmhub-body-text {
  font-family: 'Noto Sans KR', sans-serif;
  font-size: 12pt;
  color: rgb(221, 221, 221);
}

.navbar-menu {
  font-family: 'Montserrat', sans-serif;
  font-size: 12pt;
  color: #FFFFFF;
}


*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.reel {
  aspect-ratio: 16/9;
  
  height: 70vh;
  top: 0;
  left: 0;
}

.reel-bg {
  aspect-ratio: 16/9;
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  transform: translate(0, 60px);
}

.video-container {
  margin: 2rem;
  max-height: 300px;
}

/*
img {
  display: block;
  max-width: 100%;
}
*/

main {
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.slider-container {
  display: grid;
  place-content: center;
  position: relative;
  overflow: hidden;
  border-radius: .5rem;
  --position: 50%;
}

.image-container {
  max-width: 800px;
  max-height: 90vh;
  aspect-ratio: 1/1;
}

.slider-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}

.image-before {
  position: absolute;
  inset: 0;
  width: var(--position);
  filter: grayscale(100%)
}

.slider {
  position: absolute;
  inset: 0;
  cursor: pointer;
  opacity: 0;
  /* for Firefox */
  width: 100%;
  height: 100%;
}

.slider:focus-visible ~ .slider-button {
  outline: 5px solid black;
  outline-offset: 3px;
}

.slider-line {
  position: absolute;
  inset: 0;
  width: .1rem;
  height: 100%;
  background-color: #fff;
  /* z-index: 10; */
  left: var(--position);
  transform: translateX(-50%);
  pointer-events: none;
}

.slider-button {
  position: absolute;
  background-color: #fff;
  color: black;
  padding: .5rem;
  border-radius: 100vw;
  display: grid;
  place-items: center;
  top: 50%;
  left: var(--position);
  transform: translate(-50%, -50%);
  pointer-events: none;
  /* z-index: 100; */
  box-shadow: 1px 1px 1px hsl(0, 50%, 2%, .5);
}


/* Place the navbar at the bottom of the page, and make it stick */
.bottom-navbar {
  background-color: rgb(81, 21, 101);
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
}

/* Style the links inside the navigation bar */
.bottom-navbar a {
  float: center;
  display: inline-block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.bottom-navbar a:hover {
  color: #f2f2f2;
}

/* Add a color to the active/current link */
.bottom-navbar a.active {
  background-color: #04AA6D;
  color: white;
}

.video-container{
  width: 100vw;
  height: 100vh;
}
    
.video-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 100vh;
  transform: translate(-50%, -50%);
}

@media (min-aspect-ratio: 16/9) {
  .video-container iframe {
    /* height = 100 * (9 / 16) = 56.25 */
    height: 56.25vw;
  }
}
    
@media (max-aspect-ratio: 16/9) {
  .video-container iframe {
    /* width = 100 / (9 / 16) = 177.777777 */
    width: 177.78vh;
  }
}

.form-control:valid {
  background-color:  rgb(6, 17, 43)!important;
  border-color: #434254!important;
  color: #FFFFFF;
}

/* 첫화면에 나오는 서비스 */
.boxitem { 
  background-color: #23123f;
  border: 3px solid #600653;
  font-size: 18pt;
  color: #E5E5E5;
  font-family: 'Noto Sans KR', sans-serif;
  text-shadow: 4px 4px 10px #000000;
}

@media only screen and (min-width: 700px) and (max-width: 1112px) {
  .boxitem { 
    font-size: 16pt;
  }
  
}

.btn-project-sort-on {
  background-color: rgb(23, 53, 123);
  border: 0px;
}

.btn-mmhub-magenta {
  background-color: rgb(23, 53, 123);
  border: 0px;
}

.btn-project-sort-off {
  background-color: rgb(6, 17, 43);
  border: 0px;
}

.zoom-in-out-box {
  animation: zoom-in-zoom-out 1s ease;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(0.9, 0.9);
  }
  100% {
    transform: scale(1, 1);
  }
}

.zoom-in-out-box-arrow {
  animation: zoom-in-zoom-out-arrow 2s ease infinite;
}

@keyframes zoom-in-zoom-out-arrow {
  0% {
    transform: translate(0,0);
  }
  100% {
    transform: translate(0.3em,0);
  }
  
}

.malgun {
  font-family:'Malgun Gothic' !important;
}