/* 최초 로고 숨기기 */
#header:not(.fixed) .brand {
  opacity: 0;
}

.page-top-box2,
.page-top-box2 *,
.page-top-box2 ::before,
.page-top-box2 ::after {
  box-sizing: border-box;
}

.page-top-box2 {
  background: #fff;
  max-width: 30.5625rem;
  width: 100%;
  max-width: 669px;
  padding: 5.625rem 4.375rem 3.125rem;
  position: relative;
  height: 487px;
  margin-left: -5.625rem;
  display: inline-block;
  box-shadow: 3.536px 3.536px 14.25px 0.75px rgba(39, 39, 39, 0.1);
  font-size: 1.125rem;
}

@media all and (min-width: 769px) and (max-width: 1920px) {
  .page-top-box2 {
    left: calc(960px - 50vw);
  }
}

@media all and (min-width: 769px) and (max-width: 1536px) {
  .page-top-box2 {
    left: 12em;
  }
}

@media (max-width: 768px) {
  .page-top-box2 {
    font-size: 3.6vw;
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    max-width: 100%;
    height: auto;
    padding: 21vw 5.80912863071vw 13vw 5.80912863071vw;
  }
}

.videoplayer-opened .page-top-box2 {
  transform: translateY(-100%);
}

.page-top-box2-inner {
  position: relative;
  height: 100%;
}

.page-top-box2 .tab-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-top-box2 .tab-buttons {
  flex: 1 1 auto;
}

.page-top-box2 .tab-button {
  opacity: 0.4;
  transition: opacity 0.7s;
}

.page-top-box2 .tab-button.active {
  opacity: 1;
}

.page-top-box2 .tab-buttons button {
  cursor: pointer;
  border: 0;
  line-height: 1;
  background: transparent;
  padding: 0.375rem 0;
  font-size: 2.5rem;
  text-align: left;
}

@media (max-width: 768px) {
  .page-top-box2 .tab-buttons button {
    font-size: 11.11111111111111vw;
  }
}

.page-top-box2 .tab-wrapper {
  flex: 0 1 auto;
  padding-top: 20px;
}

.page-top-box2 .tab-content {
  display: none;
  line-height: 1.5;
  font-size: 1.125rem;
}
.page-top-box2 .tab-content.active {
  display: block;
  animation: fadeIn 1s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.page-top-box2 .tab-content a {
  cursor: pointer;
  transition: color 0.25s;
}

.page-top-box2 .tab-content a:focus,
.page-top-box2 .tab-content a:hover {
  color: #46bebe;
}

@media only screen and (max-width: 768px) {
  .page-top-box2 .tab-content a {
    font-size: 3.6vw;
    letter-spacing: 0;
  }
}

.page-top-box2 .logo {
  position: absolute;
  bottom: 0;
  right: -0.625rem;
  width: 100px;
  height: 30px;
}
