.hd_pops {
  position: absolute;
  z-index: 50;
  background-color: #fff;
}

.hd_pops_footer {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.mainVideo_wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background: #CEB66E;
}

.mainVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mainVideo iframe,
.mainVideo object,
.mainVideo embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

main {
  position: relative;
  background-color: #fff;
}

#parallax__title {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 1000;
}

#parallax__title h1 {
  font-size: 30px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-weight: 400;
  display: inline-block;
}

#parallax__title p {
  font-size: 16px;
}

#parallax__title ul {
  margin-top: 10px;
}

#parallax__title li {
  display: inline;
}

#parallax__title li a {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px dashed #fff;
  display: inline-block;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
}

#parallax__title li.active a {
  background: #fff;
  color: #000;
}

/* parallax__cont */
#parallax__cont {
  will-change: auto;
}

.parallax__item {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  overflow: hidden;
  clip-path: inset(0);
}

.parallax__item .fixed-box {
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100dvw;
  height: 100%;
}

.parallax__item .area {
  height: 100%;
}

.parallax__item .area .video {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.parallax__item .area .video video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.parallax__item .item_wrap {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5.2083333vw;
}

.parallax__item .item_wrap .panel {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4rem;
  display: none;
}

.parallax__item .item_wrap.main .panel {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}

.parallax__item .item_wrap .panel .left .box {
  display: flex;
  height: 100%;
  align-items: center;
}

.parallax__item .item_wrap .panel .left .box .title {
  font-size: 3.75000vw;
  font-weight: 700;
  color: #fff;
  margin-left: 9.89583vw;
}

.parallax__item .item_wrap.main .panel .left .box .title {
  margin-left: 0;
}

.parallax__item .item_wrap .panel .right .box {
  display: flex;
  height: 100%;
  align-items: flex-end;
  justify-content: flex-end;
}

.parallax__item .item_wrap .panel .right .box .title {
  font-size: 1.66667vw;
  color: #fff;
	word-break: keep-all;
}

.parallax__item__title {
  font-size: 5vw;
  z-index: 100;
  text-transform: uppercase;
  display: inline-block;
}

#mainWeAreCon {
  margin-bottom: min(4.687500vw);
}

.spacing1 {
  height: clamp(160px, 10.416667vw, 200px);
  pointer-events: none;
}

.container-main {
  padding: 0 10.416667vw;
}

.container-main h2 {
  font-size: 3.3333vw;
  font-weight: 400;
  line-height: 1.2;
	word-break: keep-all;
}

.container-main h2 .bottom {
  font-size: 1.041667vw;
  font-weight: 400;

  margin-top: 2.083333vw;
}

.category {
  display: inline-block;
  font-size: 1.041667vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: -0.01em;
  background-color: var(--gold);
  color: #fff;
  padding: 0.316667vw 1.302083vw;
  border-radius: .5208333333vw;
  margin-bottom: 1.041667vw;
}

#mainWeAreCon .container-main .main-about-con {
  display: flex;
  justify-content: space-between;
}

#mainWeAreCon .container-main .main-cm-tit-box {
  width: calc(100% / 12 * 4);
}

#mainWeAreCon .main-about-feature {
  margin-top: min(8.0208333333vw, 15.4rem);
  width: calc(100% / 12 * 8);
}

#mainWeAreCon .main-about-feature-list {
  display: flex;
  gap: 1.041667vw;
  margin-left: 2.048vw;
}

#mainWeAreCon .main-about-feature-list li {
  width: 100%;
  height: 100%;
}

#mainWeAreCon .main-about-feature-list li:nth-child(1) {
  margin-top: calc(-1 * min(0.5vw));
}

#mainWeAreCon .main-about-feature-list li:nth-child(2) {
  margin-top: calc(-1 * min(-4.1875vw));
}

#mainWeAreCon .main-about-feature-list li:nth-child(3) {
  margin-top: calc(-1 * min(4.25vw));
}

#mainWeAreCon .main-about-feature-list li .item {
  position: relative;
  border-radius: 1.562500vw;
  overflow: hidden;
}

#mainWeAreCon .main-about-feature-list li:nth-child(2) .txt-box {
  bottom: auto;
  top: 1.5625vw;
}

#mainWeAreCon .main-about-feature-list li .item .txt-box {
  position: absolute;
  left: 1.5625vw;
  bottom: 1.250000vw;
  z-index: 2;
}

#mainWeAreCon .main-about-feature-list li .item .txt-box .txt {
  color: #fff;
  word-break: keep-all;
  font-weight: 700;
  font-size: 1.458333vw;
}

#mainWeAreCon .main-about-feature-list li .item .txt-box .txt span {
  word-break: keep-all;
  font-weight: 300;
  font-size: 0.937500vw;
  display: inline-flex;
}

#mainWeAreCon .main-about-feature-list li .item .bg {
  position: relative;
  z-index: 1;
  height: 29.687500vw;
}

#mainWeAreCon .main-about-feature-list li .item .bg::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.2);
}

#mainWeAreCon .main-about-feature-list li .item .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#mainOurBus .main-our-bus .list-wrap {
  margin-top: 3.541667vw;
  display: flex;
  cursor: none;
  width: 100%;
}

#mainOurBus .main-our-bus .list-wrap.pc {
  display: flex;
}

#mainOurBus .main-our-bus .list-wrap.mobile {
  display: none;
}

#mainOurBus .main-our-bus .list-wrap>li {
  transition: all 500ms cubic-bezier(0.33, 1, 0.68, 1);
  will-change: auto;
  flex: 1 1 0%;
}

#mainOurBus .main-our-bus .list-wrap .item {
  height: 30.208333vw;
  display: block;
  position: relative;
  overflow: hidden;
}

#mainOurBus .main-our-bus .list-wrap .item .full-box {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mainOurBus .main-our-bus .list-wrap .item .full-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
}

#mainOurBus .main-our-bus .list-wrap .item .full-box>img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#mainOurBus .main-our-bus .list-wrap .item .info {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  gap: 0;
  justify-content: flex-end;
  padding: 2.604167vw;
}

.slide-updown-box {
  transition: grid-template-rows 500ms cubic-bezier(0.33, 1, 0.68, 1);
  will-change: grid-template-rows;
  display: grid;
  grid-template-rows: 0fr;
  margin-top: 0.625vw;
}

#mainOurBus .main-our-bus .list-wrap>li:hover {
  flex: 0 1 43.750000vw;
}

#mainOurBus .main-our-bus .list-wrap>li:hover .text-top {
  font-size: 2.6042vw;
  ;
}

#mainOurBus .main-our-bus .list-wrap .slide-updown-box .text {
  font-weight: 300;
  color: #fff;
  font-size: 1.145833vw;
}

#mainOurBus .main-our-bus .list-wrap>li:hover .slide-updown-box {
  grid-template-rows: 1fr;
}

.slide-updown-box-inner {
  overflow: hidden;
}

#mainOurBus .main-our-bus .list-wrap .item .text-top {
  display: flex;
  align-items: flex-end;
  gap: 0rem;
  color: #fff;
  font-size: 1.562500vw;
  font-weight: 700;
  line-height: 1.2;
}

#mainOurBus .main-our-bus .list-wrap .item>div {
  height: 30.208333vw;
  display: block;
  position: relative;
  overflow: hidden;
}

#mainExample .container-main .main-example-con {
  display: flex;
  justify-content: space-between;
  gap: 5.416667vw;
}

#mainExample .container-main .main-example-con .item_example, #mainExample .container-main .main-example-con .item_sns {
  display: flex;
  gap: 1.8vw;
}

#mainExample .container-main .main-example-con .item_example .example_list_wrap .example_list {
  position: relative;
}

#mainExample .container-main .main-example-con .item_example .example_list_wrap .title {
  font-weight: 400;
  font-size: 1.1vw;
  color: #fff;
  position: absolute;
  top: 1.562500vw;
  left: 1.562500vw;
  padding: 0 2vw 0 0;
}

#mainExample .container-main .main-example-con .item_example .example_list_wrap .title::after {
  content: '';
  display: inline-block;
  width: 5.000000vw;
  height: 0.729167vw;
  margin-left: 0.416667vw;
  background: url('/common/img/main/example_arr.svg') no-repeat;
}

#mainExample .container-main .main-example-con .item_example .example_list_wrap .example_list a {
  width: 31.250000vw;
  height: 35.416667vw;
  display: block;
  background-color: rgb(116, 116, 116);
  border-radius: 1.562500vw;
  overflow: hidden;
}

#mainExample .container-main .main-example-con .item_example .example_list_wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainExample .container-main .main-example-con h3 {
  color: var(--gold);
  font-weight: 700;
  font-size: 1.5625vw;
  writing-mode: vertical-rl;
  text-orientation: sideways;
  cursor: default;
}

#mainExample .container-main .main-example-con .sns_list_wrap .sns_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#mainExample .container-main .main-example-con .sns_list_wrap .sns_list li:nth-child(even) {
  display: inline-flex;
  margin: 0 0 1.041667vw 0;
}

#mainExample .container-main .main-example-con .sns_list_wrap .sns_list li:nth-child(4) {
  margin: 0 0 0 0;
}

#mainExample .container-main .main-example-con .sns_list_wrap .sns_list a {
  width: 17.187500vw;
  height: 17.187500vw;
  display: block;
  background-color: rgb(116, 116, 116);
  border-radius: 1.562500vw;
  overflow: hidden;
}

#mainExample .container-main .main-example-con .sns_list_wrap .sns_list a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#mainExample .container-main .main-example-con .sns_list_wrap .sns_list span {
  font-size: 0;
  text-indent: 99999em;
  overflow: hidden;
  line-height: 0;
  width: 2.6041667vw;
  height: 2.6041667vw;
  display: block;
  border-radius: 100%;
  position: absolute;
  margin: 0.520833vw;
}

#mainExample .container-main .main-example-con .sns_list_wrap .sns_list .icon_blog {
  background: rgba(255, 255, 255, 0.5) url(../img/btn_blog.svg);
  background-size: 100%;
}

#mainExample .container-main .main-example-con .sns_list_wrap .sns_list .icon_insta {
  background: rgba(255, 255, 255, 0.5) url(../img/btn_insta.svg);
  background-size: 100%;
}

#mainExample .container-main .main-example-con .sns_list_wrap .sns_list .icon_youtube {
  background: rgba(255, 255, 255, 0.5) url(../img/btn_youtube.svg);
  background-size: 100%;
}

.swiper {
  width: 31.250000vw;
  height: 35.416667vw;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .parallax__item .item_wrap.main .panel {
    align-items: center;
    justify-content: flex-end;
    text-align: center;
  }

  .parallax__item .item_wrap .panel .left .box .title {
    font-size: 10.144928vw;
    margin-left: 0;
  }

  .parallax__item .item_wrap.main .panel .left .box .title {
    font-size: 7.2vw;
    margin-bottom: 15px;
  }

  .parallax__item .item_wrap {
    padding: 22vw 5.2083333vw 5.2083333vw;
  }

  .parallax__item .area .video::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }

  .parallax__item .item_wrap .panel .right .box {
    justify-content: flex-start;
  }

  .parallax__item .item_wrap .panel .right .box .title {
    font-size: 4.347826vw;
    color: #fff;
  }

  .container-main {
    padding: 0 5.2083333vw;
  }

  #mainWeAreCon .container-main .main-about-con {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  #mainWeAreCon .container-main .main-cm-tit-box {
    width: auto;
    flex-basis: calc(100% / 8 * 8);
    max-width: calc(100% / 8 * 8);
  }

  #mainWeAreCon .main-about-feature {
    margin-top: min(8.0208333333vw, 15.4rem);
    width: 100%;
    flex-basis: calc(100% / 4 * 4);
    max-width: calc(100% / 4 * 4);
  }

  #mainWeAreCon .main-about-feature-list {
    display: flex;
    gap: 3vw;
    margin-left: 0;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
  }

  #mainWeAreCon .main-about-feature-list li {
    height: 100%;
    width: 48%;
    margin-top: 0 !important;
  }

  #mainWeAreCon .main-about-feature-list li .item .bg {
    height: 100%;
  }

  #mainWeAreCon .main-about-feature-list li:nth-child(2) {
    transform: translateY(50%);
  }

  #mainWeAreCon .main-about-feature-list li .item .txt-box .txt {
    font-size: 4.3vw;
  }

  #mainWeAreCon .main-about-feature-list li .item .txt-box .txt span {
    font-size: 3.2vw;
  }

  #mainWeAreCon .main-about-feature-list li .item {
    border-radius: 3.2000vw;
  }

  #mainWeAreCon .main-about-feature-list li .item .txt-box {
    left: 3.2vw;
    bottom: 3.2vw;
  }

  #mainWeAreCon .main-about-feature-list li:nth-child(2) .txt-box {
    top: 3.2vw;
  }

  #mainOurBus .main-our-bus .list-wrap .item .info {
    padding: 5.20833337vw;
  }

  .category {
    font-size: 3.2000vw;
    padding: 0.8000vw 2.4000vw;
    border-radius: 1.3333vw;
    margin-bottom: 3.2000vw;
  }

  .container-main h2 {
    font-size: 9vw;
  }

  .container-main h2 .bottom {
    font-size: 4vw;
    margin-top: 2.083333vw;
  }

  .spacing1 {
    height: clamp(106px, 10.416667vw, 128px);
  }

  #mainOurBus .main-our-bus .list-wrap {
    flex-direction: column;
  }

  #mainOurBus .main-our-bus .list-wrap>li:hover {
    flex: none;
  }

  #mainOurBus .main-our-bus .list-wrap>li:hover .slide-updown-box {
    grid-template-rows: 0;
  }

  #mainOurBus .main-our-bus .list-wrap .item .text-top {
    font-size: 4.6vw;
  }

  #mainOurBus .main-our-bus .list-wrap>li:hover .text-top {
    font-size: 5.3333vw;
  }

  #mainOurBus .main-our-bus .list-wrap.pc {
    display: none;
  }

  #mainOurBus .main-our-bus .list-wrap.mobile {
    display: flex;
    margin-top: min(8.0208333333vw, 15.4rem);
  }

  #mainExample .container-main .main-example-con h3 {
    font-size: 6.3333vw;
    writing-mode: inherit;
  }

  #mainExample .container-main .main-example-con {
    gap: 5.416667vw;
    flex-direction: column;
  }

  #mainExample .container-main .main-example-con .item_example, #mainExample .container-main .main-example-con .item_sns {
    display: flex;
    gap: 5.3333vw;
    flex-wrap: wrap;
    margin-bottom: 5vw;
  }

  #mainExample .container-main .main-example-con .item_sns {
    margin-bottom: 0;
  }

  #mainExample .container-main .main-example-con .item_example .example_list_wrap .example_list a {
    width: 100vw;
    height: 100%;
    border-radius: 5vw;
  }

  #mainExample .container-main .main-example-con .item_example .example_list_wrap .example_list {
    position: relative;
    overflow: hidden;
    border-radius: 5vw;
  }

  #mainExample .container-main .main-example-con .item_example .example_list_wrap .title {
    font-size: 4.5vw;
    position: absolute;
    top: 3.562500vw;
    left: 3.562500vw;
		word-break: keep-all;
  }

  #mainExample .container-main .main-example-con .sns_list_wrap .sns_list {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5vw;
  }

  #mainExample .container-main .main-example-con .sns_list_wrap .sns_list li {
    width: 49%;
  }

  #mainExample .container-main .main-example-con .sns_list_wrap .sns_list a {
    width: 100%;
    height: 100%;
    border-radius: 5vw;
  }

  #mainExample .container-main .main-example-con .sns_list_wrap .sns_list span {
    width: 9.3333vw;
    height: 9.3333vw;
    margin: 2vw;
  }

  .swiper {
    width: 100vw;
    height: 88vw;
  }

	#mainExample .container-main .main-example-con .item_example .example_list_wrap .title::after {display: none;}
}

@media screen and (max-width: 767px) {
  .spacing1 {
    height: clamp(50px, 10.416667vw, 128px);
  }
}


@media screen and (max-width: 450px) {
  .parallax__item .item_wrap .panel {
    display: flex;
    flex-direction: column;
  }
}