.swiper-button-prev,
.swiper-button-next {
  width: unset !important;
  height: unset !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none !important;
}

.main-visual {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  background-color: #fef9d1;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  padding-top: 250px;
}
@media (max-width: 996px) {
  .main-visual {
    padding-top: 0;
    flex-direction: column;
    justify-content: center;
    min-height: unset;
  }
}
.main-visual.vol02 .explain .slide .swiper-wrapper {
  background-color: #E1EEFF;
}
.main-visual.vol02 .explain .slide .swiper-wrapper .swiper-slide .cate {
  color: #99F;
}
.main-visual.vol02 .explain .slide .swiper-wrapper .swiper-slide .cate::after {
  background-color: #99F;
}
.main-visual.vol02 .explain .slide .swiper-wrapper .swiper-slide .more {
  background-color: #99F;
}
.main-visual.vol02 .explain .slide .swiper-wrapper .swiper-slide .more::after {
  background-color: #77c;
}
.main-visual.vol03 .explain .slide .swiper-wrapper {
  background-color: #dff;
}
.main-visual.vol03 .explain .slide .swiper-wrapper .swiper-slide .cate {
  color: #09d;
}
.main-visual.vol03 .explain .slide .swiper-wrapper .swiper-slide .cate::after {
  background-color: #09d;
}
.main-visual.vol03 .explain .slide .swiper-wrapper .swiper-slide .more {
  background-color: #4be;
}
.main-visual.vol03 .explain .slide .swiper-wrapper .swiper-slide .more::after {
  background-color: #09d;
}
.main-visual.vol04 .explain .slide .swiper-wrapper {
  background-color: #fdf0e0;
}
.main-visual.vol04 .explain .slide .swiper-wrapper .swiper-slide .cate {
  color: #fa0;
}
.main-visual.vol04 .explain .slide .swiper-wrapper .swiper-slide .cate::after {
  background-color: #fa0;
}
.main-visual.vol04 .explain .slide .swiper-wrapper .swiper-slide .more {
  background-color: #fa0;
}
.main-visual.vol04 .explain .slide .swiper-wrapper .swiper-slide .more::after {
  background-color: #f80;
}
.main-visual.vol05 .explain .slide .swiper-wrapper {
  background-color: #e7e4f5;
}
.main-visual.vol05 .explain .slide .swiper-wrapper .swiper-slide .cate {
  color: #66a;
}
.main-visual.vol05 .explain .slide .swiper-wrapper .swiper-slide .cate::after {
  background-color: #66a;
}
.main-visual.vol05 .explain .slide .swiper-wrapper .swiper-slide .more {
  background-color: #99d;
}
.main-visual.vol05 .explain .slide .swiper-wrapper .swiper-slide .more::after {
  background-color: #66a;
}
.main-visual.vol06 .explain .slide .swiper-wrapper {
  background-color: #ddeeec;
}
.main-visual.vol06 .explain .slide .swiper-wrapper .swiper-slide .cate {
  color: #78a;
}
.main-visual.vol06 .explain .slide .swiper-wrapper .swiper-slide .cate::after {
  background-color: #78a;
}
.main-visual.vol06 .explain .slide .swiper-wrapper .swiper-slide .more {
  background-color: #78a;
}
.main-visual.vol06 .explain .slide .swiper-wrapper .swiper-slide .more::after {
  background-color: #9be;
}
.main-visual .explain {
  width: 365px;
  height: 100%;
  top: 0;
  overflow: hidden;
  position: absolute;
  z-index: 3;
  left: 25%;
  margin-right: 6%;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1480px) {
  .main-visual .explain {
    left: 0;
    width: 50%;
  }
}
@media (max-width: 996px) {
  .main-visual .explain {
    width: 100%;
    box-shadow: none;
    position: static;
  }
}
.main-visual .explain .slide {
  width: 100%;
  height: 100%;
}
.main-visual .explain .slide .swiper-wrapper {
  background-color: #fef9d1;
}
@media (max-width: 996px) {
  .main-visual .explain .slide .swiper-wrapper {
    background-color: transparent !important;
  }
}
.main-visual .explain .slide .swiper-wrapper .swiper-slide {
  display: flex;
  height: 100%;
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10%;
  opacity: 0 !important;
}
.main-visual .explain .slide .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
@media (max-width: 996px) {
  .main-visual .explain .slide .swiper-wrapper .swiper-slide {
    min-height: unset;
    align-items: center;
    padding: 100px 15px 30px;
  }
}
.main-visual .explain .slide .swiper-wrapper .swiper-slide .cate {
  color: #f9a90a;
  font-weight: 900;
  position: relative;
  font-size: 20px;
}
.main-visual .explain .slide .swiper-wrapper .swiper-slide .cate::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #fcd387;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.main-visual .explain .slide .swiper-wrapper .swiper-slide .title {
  font-size: 32px;
  font-weight: 900;
  line-height: 44px;
  padding-top: 24px;
}
@media (max-width: 996px) {
  .main-visual .explain .slide .swiper-wrapper .swiper-slide .title {
    text-align: center;
    font-size: 28px;
  }
}
.main-visual .explain .slide .swiper-wrapper .swiper-slide .sub-title {
  font-size: 18px;
  padding-top: 15px;
  line-height: 1.2;
}
@media (max-width: 996px) {
  .main-visual .explain .slide .swiper-wrapper .swiper-slide .sub-title {
    text-align: center;
  }
}
.main-visual .explain .slide .swiper-wrapper .swiper-slide .more {
  padding: 4px 5px 4px 24px;
  background-color: #fac932;
  font-size: 15px;
  letter-spacing: -0.03rem;
  font-weight: 900;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  margin-top: 40px;
}
.main-visual .explain .slide .swiper-wrapper .swiper-slide .more::after {
  content: ">";
  width: 35px;
  display: inline-block;
  height: 35px;
  background-color: #f9a90a;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 6px;
  border-radius: 50%;
}
.main-visual .thumb {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 320px;
}
@media (max-width: 996px) {
  .main-visual .thumb {
    min-height: unset;
  }
}
.main-visual .thumb .slide {
  width: 100%;
  padding-left: 50%;
  z-index: 2;
}
@media (max-width: 996px) {
  .main-visual .thumb .slide {
    padding-left: 0;
  }
}
.main-visual .thumb .slide .swiper-wrapper {
  transition-timing-function: linear;
  width: unset;
  position: static;
}
.main-visual .thumb .slide .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 2;
}
.main-visual .thumb .slide .swiper-wrapper .swiper-slide.swiper-slide-active img {
  filter: opacity(1) drop-shadow(0 0 0 #fff);
}
.main-visual .thumb .slide .swiper-wrapper .swiper-slide img {
  transition: all 0.3s;
  filter: opacity(0.3) drop-shadow(0 0 10px #fff);
}
.main-visual .train {
  position: absolute;
  bottom: 15%;
  left: 45%;
  background-image: url(../../page/vol01/images/train.png);
  background-repeat: repeat-x;
  height: 227px;
  width: 20000px;
  animation: linemove22 3000s infinite;
}
@media (max-width: 996px) {
  .main-visual .train {
    left: 0;
  }
}
@keyframes linemove22 {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-500000px);
  }
}
.main-visual .train img {
  max-width: unset;
}

.main-content.type1 {
  background-color: #e5f0f9;
  padding: 100px 0 200px 0;
  display: flex;
  align-items: center;
  background-image: url(../../page/vol01/images/bg-line.png);
  background-repeat: repeat-x;
  background-position: bottom 50px left -3000px;
  animation: linemove 1000s infinite alternate;
}
@media (max-width: 996px) {
  .main-content.type1 {
    background-image: url(../../page/vol01/images/bg-line-mo.png);
    background-repeat: repeat-y;
    animation: linemove-mo 1000s infinite alternate;
    padding: 80px 0;
    background-size: 100px;
  }
}
@keyframes linemove {
  from {
    background-position: bottom 50px left -50000px;
  }
  to {
    background-position: bottom 50px left 0;
  }
}
@keyframes linemove-mo {
  from {
    background-position: top -50000px right 40px;
  }
  to {
    background-position: top 0 right 40px;
  }
}
.main-content.type1 .inner {
  max-width: 1920px;
  padding-left: 11.71875%;
  width: 100%;
  position: relative;
  box-sizing: content-box;
  display: flex;
  justify-content: right;
  gap: 50px;
}
@media (max-width: 1480px) {
  .main-content.type1 .inner {
    padding-left: 0;
  }
}
@media (max-width: 996px) {
  .main-content.type1 .inner {
    flex-wrap: wrap;
    gap: 32px;
  }
}
@media (max-width: 996px) {
  .main-content.type1 .inner .img {
    padding-top: 0;
    order: 1;
    display: flex;
    justify-content: right;
  }
}
@media (max-width: 996px) {
  .main-content.type1 .inner .img img {
    width: 80%;
  }
}
.main-content.type1 .inner .text {
  padding-top: 100px;
  width: 38%;
  flex-shrink: 0.1;
}
@media (max-width: 1480px) {
  .main-content.type1 .inner .text {
    padding: 0 30px;
  }
}
@media (max-width: 996px) {
  .main-content.type1 .inner .text {
    padding-top: 0;
    width: 100%;
    order: 2;
    max-width: unset;
  }
}
.main-content.type1 .inner .text .icon {
  position: absolute;
  left: 50px;
  top: -80px;
  animation: rotate02 1699s infinite alternate;
}
@media (max-width: 1480px) {
  .main-content.type1 .inner .text .icon {
    left: 0;
    top: -190px;
  }
}
@media (max-width: 1200px) {
  .main-content.type1 .inner .text .icon {
    width: 180px;
    top: -140px;
    left: 0px;
  }
}
@media (max-width: 996px) {
  .main-content.type1 .inner .text .icon {
    width: 140px;
    top: 50px;
    left: 10px;
  }
}
@media (max-width: 768px) {
  .main-content.type1 .inner .text .icon {
    width: 140px;
  }
}
@media (max-width: 480px) {
  .main-content.type1 .inner .text .icon {
    width: 100px;
  }
}
@keyframes rotate02 {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(99999deg);
  }
}
.main-content.type1 .inner .text .cate {
  position: relative;
  font-size: 20px;
  color: #fff;
  background-color: #005bac;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
}
@media (max-width: 996px) {
  .main-content.type1 .inner .text .cate {
    font-size: 17px;
  }
}
.main-content.type1 .inner .text .cate::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 20px;
  width: 10px;
  height: 13px;
  background-image: url(../images/main-content-cate.png);
}
.main-content.type1 .inner .text .title {
  font-family: "bbr";
  font-weight: 700;
  font-size: 60px;
  padding-top: 36px;
  line-height: 73px;
}
@media (max-width: 1200px) {
  .main-content.type1 .inner .text .title {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 996px) {
  .main-content.type1 .inner .text .title {
    padding-top: 20px;
    font-size: 34px;
    line-height: 1.2;
  }
}
.main-content.type1 .inner .text .con {
  font-size: 20px;
  line-height: 32px;
  padding-top: 20px;
}
@media (max-width: 996px) {
  .main-content.type1 .inner .text .con {
    font-size: 17px;
    line-height: 1.5;
  }
}
.main-content.type1 .inner .text .more {
  display: inline-flex;
  align-items: center;
  font-family: "bbr";
  margin-top: 64px;
  font-weight: 400;
  font-size: 20px;
}
@media (max-width: 996px) {
  .main-content.type1 .inner .text .more {
    margin-top: 30px;
    font-size: 17px;
  }
}
.main-content.type1 .inner .text .more img {
  margin-right: -7px;
}
@media (max-width: 996px) {
  .main-content.type1 .inner .text .more img {
    width: 60px;
  }
}
.main-content.type2 .inner {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 15px;
  overflow: hidden;
}
.main-content.type2 .inner .menu-swiper {
  width: 100%;
  padding: 150px 0;
}
.main-content.type2 .inner .menu-swiper .swiper-slide.odd {
  transform: translateY(-40px);
}
.main-content.type2 .inner .menu-swiper .swiper-slide.first .img {
  border-radius: 160px 20px 20px 20px;
}
.main-content.type2 .inner .menu-swiper .swiper-slide.last .img {
  border-radius: 20px 160px 20px 20px;
}
.main-content.type2 .inner .menu-swiper .swiper-slide .img {
  overflow: hidden;
  border: 10px solid #fff;
  border-radius: 20px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
}
.main-content.type2 .inner .menu-swiper .swiper-slide .text-box {
  display: flex;
  justify-content: space-between;
  padding-top: 23px;
}
@media (max-width: 996px) {
  .main-content.type2 .inner .menu-swiper .swiper-slide .text-box .text .cate {
    font-size: 15px;
  }
}
.main-content.type2 .inner .menu-swiper .swiper-slide .text-box .text .title {
  font-size: 24px;
  padding-top: 14px;
  font-weight: 900;
  line-height: 33px;
}
@media (max-width: 996px) {
  .main-content.type2 .inner .menu-swiper .swiper-slide .text-box .text .title {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .main-content.type2 .inner .menu-swiper .swiper-slide .text-box .text .title {
    font-size: 18px;
    line-height: 1.4;
  }
}
.main-content.type2 .inner .menu-swiper .swiper-slide .text-box .arrow {
  background-color: #4c4d50;
  flex-shrink: 0;
  background-position: center left 18px;
  background-repeat: no-repeat;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  background-image: url(../../common/images/slide-arrow02.png);
  margin-left: 12px;
}
@media (max-width: 996px) {
  .main-content.type2 .inner .menu-swiper .swiper-slide .text-box .arrow {
    width: 38px;
    height: 38px;
    background-size: 10px;
    background-position: center left 16px;
  }
}
.main-content.type2 .inner .menu-swiper .swiper-scrollbar {
  position: static;
  margin: 150px auto 0;
}
@media (max-width: 996px) {
  .main-content.type2 .inner .menu-swiper .swiper-scrollbar {
    margin: 80px auto 0;
  }
}
.main-content.type2 .inner .menu-swiper .swiper-scrollbar .swiper-scrollbar-drag {
  position: relative;
  background-color: transparent;
}
.main-content.type2 .inner .menu-swiper .swiper-scrollbar .swiper-scrollbar-drag::after {
  content: "";
  padding-bottom: 9%;
  position: absolute;
  background-image: url(../images/scrollbar-train.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: block;
}
@media (max-width: 996px) {
  .main-content.type2 .inner .menu-swiper .swiper-scrollbar .swiper-scrollbar-drag::after {
    padding-bottom: 17.6%;
    background-image: url(../images/scrollbar-train-mo.png);
  }
}
.main-content.fontgpw .inner .text .title {
  font-family: "gpw";
  font-weight: 400;
}

.deps-menu {
  position: fixed;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 90;
  opacity: 0;
  transition: all 0.3s;
}
.deps-menu.active {
  opacity: 1;
}
.deps-menu .title {
  width: 10px;
  height: 10px;
  background-color: #cccccc;
  position: relative;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.deps-menu .title.title-on {
  background-color: #fff;
}
.deps-menu .title.title-on::before {
  z-index: 1;
  content: "";
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: #005bac;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.deps-menu .title.title-on::after {
  z-index: 1;
  content: "";
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.sub-top {
  position: relative;
  overflow: hidden;
  padding: 150px 0 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
@media (max-width: 768px) {
  .sub-top {
    padding: 120px 0 50%;
  }
}
.sub-top .pagination-img {
  position: relative;
}
.sub-top .pagination-img .imgs {
  width: 125%;
  display: flex;
  gap: 50px;
  transform: translateX(-10%);
}
@media (max-width: 1200px) {
  .sub-top .pagination-img .imgs {
    gap: 20px;
    transform: translateX(-25%);
    width: 200%;
  }
}
@media (max-width: 768px) {
  .sub-top .pagination-img .imgs {
    gap: 20px;
    transform: translateX(-30%);
    width: 250%;
  }
}
.sub-top .pagination-img .imgs .img {
  position: relative;
}
.sub-top .pagination-img .imgs .img:nth-child(2)::after {
  background-color: rgba(255, 255, 255, 0);
}
.sub-top .pagination-img .imgs .img.nobg::after {
  background-color: rgba(255, 255, 255, 0);
}
.sub-top .pagination-img .imgs .img::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 40px;
}
@media (max-width: 996px) {
  .sub-top .pagination-img .imgs .img::after {
    border-radius: 30px;
  }
}
@media (max-width: 768px) {
  .sub-top .pagination-img .imgs .img::after {
    border-radius: 20px;
  }
}
@media (max-width: 480px) {
  .sub-top .pagination-img .imgs .img::after {
    border-radius: 10px;
  }
}
.sub-top .pagination-img .imgs .img .prev,
.sub-top .pagination-img .imgs .img .next {
  position: absolute;
  top: 50%;
}
@media (max-width: 768px) {
  .sub-top .pagination-img .imgs .img .prev,
  .sub-top .pagination-img .imgs .img .next {
    width: 40px;
  }
}
.sub-top .pagination-img .imgs .img .prev {
  left: 0;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.sub-top .pagination-img .imgs .img .next {
  right: 0;
  transform: translate(50%, -50%);
  z-index: 2;
}

.sub-top-title {
  width: 100%;
  max-width: 725px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%);
  z-index: 2;
}
.sub-top-title .circle {
  position: absolute;
  left: 0;
  bottom: 0;
}
.sub-top-title .circle img {
  filter: drop-shadow(0 0 6px rgba(0, 0, 0, 0.2));
}
.sub-top-title .text {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sub-top-title .text .cate {
  text-align: center;
  padding: 12px 25px;
  border-radius: 20px;
  margin: 0 auto;
  color: #fff;
  position: relative;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .sub-top-title .text .cate {
    padding: 8px 20px;
    font-size: 13px;
    margin-bottom: 20px;
  }
}
.sub-top-title .text .cate span {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(-90deg);
  top: 100%;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
}
.sub-top-title .text h2 {
  text-align: center;
  font-family: "bbr";
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  color: #333;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sub-top-title .text h2.type2 {
    font-size: 24px;
    line-height: 1.2;
  }
}
@media (max-width: 768px) {
  .sub-top-title .text h2 {
    font-size: 30px;
    line-height: 1.3;
  }
}
.sub-top-title .text h2 sup {
  font-size: 30px;
  vertical-align: super;
}
@media (max-width: 768px) {
  .sub-top-title .text h2 sup {
    font-size: 20px;
  }
}
.sub-top-title .text h2 small {
  font-size: 30px;
}
@media (max-width: 768px) {
  .sub-top-title .text h2 small {
    font-size: 20px;
  }
}
.sub-top-title .text h4 {
  text-align: center;
  font-family: "bbr";
  font-weight: 300;
  font-size: 36px;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sub-top-title .text h4 {
    font-size: 30px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .sub-top-title .text h4 {
    font-size: 24px;
  }
}
.sub-top-title .text h5 {
  text-align: center;
  font-family: "bbr";
  font-weight: 300;
  font-size: 28px;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sub-top-title .text h5 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .sub-top-title .text h5 {
    font-size: 18px;
  }
}
.sub-top-title .text h6 {
  text-align: center;
  font-family: "bbr";
  font-weight: 300;
  font-size: 23px;
  line-height: 1.2;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sub-top-title .text h6 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .sub-top-title .text h6 {
    font-size: 17px;
  }
}

.sub-wrap {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.sub-wrap.vol02sub07 {
  background-repeat: no-repeat;
}
.sub-wrap .line {
  position: absolute;
  width: 160px;
  height: 100%;
  top: 60px;
  background-image: url(/common/images/sub-line.png);
  background-repeat: repeat-y;
}
@media (max-width: 996px) {
  .sub-wrap .line {
    display: none;
  }
}
.sub-wrap .line.line1 {
  left: 100px;
}
.sub-wrap .line.line2 {
  right: 100px;
}

.title-circle {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 36px;
  font-size: 28px;
  font-family: "pcp";
  font-weight: 700;
  color: #fff;
  background-color: #0066b3;
  margin: 0 auto 40px auto;
}
.title-circle.img-title {
  width: unset;
  height: unset;
  border-radius: 0;
  background-color: unset;
}
@media (max-width: 768px) {
  .title-circle {
    font-size: 20px;
    width: 90px;
    height: 90px;
    line-height: 1.2;
  }
}
.title-circle.font2 {
  font-size: 24px;
  line-height: 1.1;
}
@media (max-width: 768px) {
  .title-circle.font2 {
    font-size: 18px;
    line-height: 1.3;
  }
}

.sub {
  position: relative;
  z-index: 2;
  padding: 160px 24px 220px;
  max-width: 1030px;
  margin: 0 auto;
}
.sub .inner1000 {
  max-width: 1000px;
  margin: 0 auto;
}
.sub.no-pad {
  padding: 0 24px;
}
.sub.no-pb {
  padding-bottom: 0;
}
.sub.sub1920 {
  max-width: 1950px;
}
.sub.sub1000 {
  max-width: 1030px;
}
.sub.sub800 {
  max-width: 830px;
}
@media (max-width: 768px) {
  .sub {
    padding: 100px 24px;
  }
}
.sub * {
  letter-spacing: -0.033rem;
}
.sub h6 {
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
}
@media (max-width: 996px) {
  .sub h6 {
    font-size: 19px;
  }
}
.sub p {
  line-height: 28px;
}
@media (max-width: 768px) {
  .sub p {
    font-size: 15px;
    line-height: 23px;
  }
}
.sub .sub-con {
  margin-top: 150px;
}
.sub .sub-title {
  font-size: 22px;
  padding-bottom: 24px;
  font-weight: 700;
}
.sub .by {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
@media (max-width: 768px) {
  .sub .by {
    flex-wrap: wrap;
  }
}
.sub .by span {
  padding: 10px 22px;
  line-height: 1.1;
  background-color: #f2f2f2;
  border-radius: 20px;
}
@media (max-width: 768px) {
  .sub .by span {
    font-size: 14px;
  }
}
.sub .cate {
  padding: 10px 20px;
  border-radius: 20px;
  display: inline-block;
}
@media (max-width: 768px) {
  .sub .cate {
    font-size: 15px;
  }
}
.sub .ex-top .sub-top-title {
  text-align: center;
  font-size: 22px;
}
.sub .tag {
  padding: 14px 27px;
  font-weight: 600;
  border-radius: 30px;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}
.sub .seleced-value {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .sub .seleced-value {
    margin-top: 40px;
  }
}
.sub .value {
  display: none;
}
.sub .value.active {
  display: block;
}
.sub .value .value-title {
  display: flex;
  align-items: center;
  font-size: 24px;
  color: #0066b3;
  font-weight: 800;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  .sub .value .value-title {
    font-size: 18px;
  }
}
.sub .value .value-title img {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .sub .value .value-title img {
    width: 40px;
  }
}

.information {
  margin-top: 40px;
  border-radius: 15px;
  padding: 35px 40px;
  background-color: #f2f2f2;
}
@media (max-width: 768px) {
  .information {
    padding: 24px 16px 60px 16px;
  }
}
.information p {
  font-size: 16px;
  line-height: 27px;
}
@media (max-width: 768px) {
  .information p {
    font-size: 15px;
    line-height: 22px;
  }
}
.information h4 {
  color: #0066b3;
  font-size: 24px;
  font-weight: 800;
  padding: 0 0 15px 0;
}
@media (max-width: 768px) {
  .information h4 {
    font-size: 20px;
  }
}

.subm-inp {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .subm-inp {
    margin-top: 30px;
  }
}
.subm-inp .view {
  display: none;
}
.subm-inp .view.active {
  display: block;
}

.submit {
  display: flex;
  justify-content: center;
}
.submit.type2 {
  margin-top: 50px;
}
.submit.type2 button {
  transform: translateY(0);
  width: unset;
  height: unset;
  background-color: unset;
}
.submit button {
  transform: translateY(-50%);
  width: 120px;
  height: 120px;
  border-radius: 50%;
  color: #fff;
  background-color: #0066b3;
  font-family: "pcp";
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}
@media (max-width: 768px) {
  .submit button {
    width: 80px;
    height: 80px;
    font-size: 20px;
    font-weight: 500;
  }
}

form input,
form textarea {
  outline: none;
}
form input:focus,
form textarea:focus {
  border: 2px solid #005bac;
}
form textarea {
  width: 100%;
  resize: none;
  padding: 20px;
  height: 230px;
  font-size: 16px;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 2px solid #ccc;
  line-height: 1.4;
}
@media (max-width: 768px) {
  form textarea {
    font-size: 14px;
    padding: 14px;
    margin-bottom: 10px;
    height: 180px;
  }
}
form textarea::placeholder {
  color: #888;
}
form input {
  margin-bottom: 20px;
  border: 2px solid #ccc;
  padding: 20px;
  border-radius: 10px;
  font-size: 16px;
}
@media (max-width: 768px) {
  form input {
    margin-bottom: 10px;
    padding: 14px;
    font-size: 14px;
  }
}
form input::placeholder {
  color: #888;
}
form .secure {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
form .secure .secureimage {
  flex: 1;
  border: 1px solid #eee;
  background-color: #fff;
  padding: 10px 0;
}
form .secure .secureimage img {
  margin: 0 auto;
}
form .secure input {
  margin-bottom: 0;
  margin-right: 0 !important;
}
form .row {
  display: flex;
}
@media (max-width: 768px) {
  form .row {
    flex-wrap: wrap;
  }
}
form .row input {
  width: calc(50% - 10px);
}
@media (max-width: 768px) {
  form .row input {
    width: 100%;
  }
}
form .row input:nth-child(odd) {
  margin-right: 20px;
}
@media (max-width: 768px) {
  form .row input:nth-child(odd) {
    margin-right: 0;
  }
}
form .full input {
  width: 100%;
}
form .file {
  display: flex;
}
form .file input {
  width: 100%;
  margin-bottom: 0;
  margin-right: 10px;
  color: #888;
}
form .file input:focus {
  border: 2px solid #ccc;
}
form .file label {
  padding: 20px;
  display: flex;
  cursor: pointer;
  align-items: center;
  text-align: center;
  border-radius: 10px;
  flex-shrink: 0;
  background-color: #005bac;
  color: #fff;
}
@media (max-width: 768px) {
  form .file label {
    font-size: 14px;
    padding: 12px;
  }
}

form section {
  padding-top: 150px;
}
@media (max-width: 768px) {
  form section {
    padding-top: 80px;
  }
}
form section p {
  letter-spacing: -0.06rem;
}
form .step {
  color: #fff;
  font-weight: 700;
  padding: 10px 24px;
  background-color: #0066b3;
  font-family: "pcp";
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  font-size: 28px;
  border-radius: 30px;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  form .step {
    font-size: 18px;
    padding: 10px 18px;
    margin-bottom: 20px;
  }
}
form h4 {
  text-align: center;
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  word-break: keep-all;
}
@media (max-width: 768px) {
  form h4 {
    font-size: 20px;
  }
}
form h6 {
  padding-top: 14px;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  form h6 {
    font-size: 17px;
  }
}
form .step-exp {
  display: flex;
  flex-direction: column;
  align-items: center;
}
form .label-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
form .label-box #join4:checked ~ .view1,
form .label-box #join6:checked ~ .view1 {
  display: block;
}
form .label-box label {
  width: calc(50% - 12px);
  padding: 30px;
  margin-bottom: 20px;
  border-radius: 20px;
  box-sizing: border-box;
  transition: all 0.2s;
  position: relative;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  form .label-box label {
    padding: 20px;
  }
}
@media (max-width: 768px) {
  form .label-box label {
    width: 100%;
  }
}
form .label-box label::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid #ccc;
  transition: all 0.1s;
  pointer-events: none;
}
form .label-box label:nth-child(4n) {
  margin-left: 24px;
}
@media (max-width: 768px) {
  form .label-box label:nth-child(4n) {
    margin-left: 0;
  }
}
form .label-box label .icon img {
  position: absolute;
  left: -16px;
  top: -16px;
  z-index: 8;
  transition: opacity 0.2s;
}
@media (max-width: 768px) {
  form .label-box label .icon img {
    width: 38px;
    left: -12px;
  }
}
form .label-box label .icon img:nth-child(2) {
  opacity: 0;
}
form .label-box label .title {
  font-size: 24px;
  font-weight: 800;
  color: #888;
  transition: all 0.2s;
}
@media (max-width: 768px) {
  form .label-box label .title {
    font-size: 19px;
  }
}
form .label-box label p {
  line-height: 24px;
  padding-top: 10px;
}
form .label-box input[type=radio]:checked + label {
  box-shadow: 0 0 10px rgba(0, 102, 179, 0.4);
}
form .label-box input[type=radio]:checked + label::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #0066b3;
}
form .label-box input[type=radio]:checked + label .icon img:nth-child(2) {
  opacity: 1;
}
form .label-box input[type=radio]:checked + label .title {
  color: #0066b3;
}

.bg-text {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 370px 0 180px;
  color: #fff;
}
.bg-text.vol02 {
  padding-top: 170px;
  padding-bottom: 460px;
}
@media (max-width: 768px) {
  .bg-text.vol02 {
    padding-top: 90px;
    padding-bottom: 200px;
    background-size: contain;
    background-position: bottom;
  }
}
.bg-text.vol03 {
  padding-top: 175px;
  padding-bottom: 450px;
}
@media (max-width: 768px) {
  .bg-text.vol03 {
    padding-top: 90px;
    padding-bottom: 200px;
    background-size: contain;
    background-position: bottom;
  }
}
.bg-text.vol04 {
  padding-top: 170px;
  padding-bottom: 100px;
  background-position: top;
  background-size: cover;
}
@media (max-width: 768px) {
  .bg-text.vol04 {
    padding-top: 100px;
  }
}
.bg-text.vol05 {
  padding: 100px 0;
  background-position: top;
  background-size: cover;
}
@media (max-width: 768px) {
  .bg-text.vol05 {
    padding: 60px 0;
  }
}
.bg-text p {
  font-size: 22px;
  line-height: 40px;
}
@media (max-width: 768px) {
  .bg-text p {
    font-size: 16px;
    line-height: 2;
  }
}

.card-con {
  display: flex;
  gap: 40px;
  flex-wrap: wrap;
}
.card-con.vol02 .card .img-text {
  overflow: hidden;
}
.card-con.vol02 .card .img-text span {
  margin-bottom: 20px;
}
.card-con.vol02 .card:nth-child(even) .img-text {
  border: 10px solid #00a494;
}
.card-con.vol02 .card:nth-child(even) .text span,
.card-con.vol02 .card:nth-child(even) .img-text span {
  background-color: #00a494;
}
.card-con.vol02 .card:nth-child(odd) .img-text {
  border: 10px solid #ff3838;
}
.card-con.vol02 .card:nth-child(odd) .text span,
.card-con.vol02 .card:nth-child(odd) .img-text span {
  background-color: #ff3838;
}
.card-con.vol02.sub10 {
  margin-top: 100px;
  padding-bottom: 220px;
}
@media (max-width: 1028px) {
  .card-con.vol02.sub10 {
    padding-bottom: 0;
  }
}
.card-con.vol02.sub10 .card .img-text {
  overflow: hidden;
  background-color: #c7e0ff;
  padding-bottom: 0;
  justify-content: space-between;
}
.card-con.vol02.sub10 .card .text span {
  margin-bottom: 20px;
}
.card-con.vol02.sub10 .card:nth-child(even) .img-text {
  border: 10px solid #f2f2f2;
}
.card-con.vol02.sub10 .card:nth-child(even) .text span,
.card-con.vol02.sub10 .card:nth-child(even) .img-text span {
  background-color: #0066b3;
}
.card-con.vol02.sub10 .card:nth-child(odd) .img-text {
  border: 10px solid #f2f2f2;
}
.card-con.vol02.sub10 .card:nth-child(odd) .text span,
.card-con.vol02.sub10 .card:nth-child(odd) .img-text span {
  background-color: #0066b3;
}
.card-con.vol03 .card .img-text {
  overflow: hidden;
}
.card-con.vol03 .card:nth-child(even) .img-text {
  border: 10px solid #dfc100;
}
.card-con.vol03 .card:nth-child(even) .text span,
.card-con.vol03 .card:nth-child(even) .img-text span {
  background-color: #dfc100;
}
.card-con.vol03 .card:nth-child(odd) .img-text {
  border: 10px solid #0d9688;
}
.card-con.vol03 .card:nth-child(odd) .text span,
.card-con.vol03 .card:nth-child(odd) .img-text span {
  background-color: #0d9688;
}
.card-con.vol03.sub10 {
  margin-top: 100px;
  padding-bottom: 220px;
}
@media (max-width: 1028px) {
  .card-con.vol03.sub10 {
    padding-bottom: 0;
  }
}
.card-con.vol03.sub10 .card .img-text {
  overflow: hidden;
  background-color: #c7e0ff;
  padding-bottom: 0;
  justify-content: space-between;
}
.card-con.vol03.sub10 .card .text span {
  margin-bottom: 20px;
}
.card-con.vol04 .card .img-text {
  overflow: hidden;
}
.card-con.vol04 .card:nth-child(even) .img-text {
  border: 10px solid #447c23;
}
.card-con.vol04 .card:nth-child(even) .text span,
.card-con.vol04 .card:nth-child(even) .img-text span {
  background-color: #447c23;
}
.card-con.vol04 .card:nth-child(even) p {
  text-align: justify;
}
.card-con.vol04 .card:nth-child(odd) .img-text {
  border: 10px solid #ee905e;
}
.card-con.vol04 .card:nth-child(odd) .text span,
.card-con.vol04 .card:nth-child(odd) .img-text span {
  background-color: #ee905e;
}
.card-con.vol05 .card .img-text {
  overflow: hidden;
}
.card-con.vol05 .card:nth-child(even) .img-text {
  border: 10px solid #d5b155;
}
.card-con.vol05 .card:nth-child(even) .text span,
.card-con.vol05 .card:nth-child(even) .img-text span {
  background-color: #d5b155;
}
.card-con.vol05 .card:nth-child(even) p {
  text-align: justify;
}
.card-con.vol05 .card:nth-child(odd) .img-text {
  border: 10px solid #a18cff;
}
.card-con.vol05 .card:nth-child(odd) .text span,
.card-con.vol05 .card:nth-child(odd) .img-text span {
  background-color: #a18cff;
}
@media (max-width: 1028px) {
  .card-con {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
}
.card-con .card {
  width: calc(50% - 20px);
  margin-bottom: 60px;
  position: relative;
  min-height: 450px;
  cursor: pointer;
}
@media (max-width: 1028px) {
  .card-con .card {
    min-height: unset;
  }
}
@media (max-width: 1028px) {
  .card-con .card {
    width: 100%;
  }
}
.card-con .card:hover .img-text::after {
  transform: translateY(-10px);
}
.card-con .card:nth-child(even) {
  transform: translateY(240px);
}
@media (max-width: 1028px) {
  .card-con .card:nth-child(even) {
    transform: translateY(0);
  }
}
.card-con .card:nth-child(even) .img-text {
  border: 10px solid #ffaa00;
}
.card-con .card:nth-child(odd) .img-text {
  border: 10px solid #1a74b8;
}
.card-con .card:nth-child(odd) .text span,
.card-con .card:nth-child(odd) .img-text span {
  background-color: #0066b3;
}
@media (max-width: 1028px) {
  .card-con .card {
    margin-bottom: 20px;
  }
}
.card-con .card.active .img-text {
  transform: rotateY(180deg);
}
.card-con .card.active .text {
  transform: rotateY(0);
}
.card-con .card:last-child {
  margin-bottom: 0;
}
@media (max-width: 1028px) {
  .card-con .card:last-child {
    margin-bottom: 20px;
  }
}
.card-con .card .img-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.7s;
  backface-visibility: hidden;
  transform: rotateY(0);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: all 0.7s;
  padding: 30px 20px;
  border-radius: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.card-con .card .img-text::after {
  content: "";
  width: 56px;
  height: 98px;
  background-image: url(../../page/vol01/images/sub02_click.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 20px;
  right: 15px;
}
@media (max-width: 996px) {
  .card-con .card .img-text::after {
    width: 36px;
    height: 66px;
  }
}
.card-con .card .img-text span {
  padding: 10px 20px;
  color: #fff;
  background-color: #ffaa00;
  border-radius: 30px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .card-con .card .img-text span {
    padding: 10px 14px;
    font-size: 14px;
  }
}
.card-con .card .img-text h6 {
  font-size: 32px;
  padding-top: 18px;
  padding-bottom: 22px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 480px) {
  .card-con .card .img-text h6 {
    font-size: 22px;
    padding-top: 15px;
    line-height: 30px;
    padding-bottom: 14px;
  }
}
.card-con .card .text {
  background-color: #fff;
  backface-visibility: hidden;
  transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  border: 10px solid #f2f2f2;
  height: 100%;
  border-radius: 30px;
  transition: all 0.7s;
}
@media (max-width: 1028px) {
  .card-con .card .text {
    min-height: 450px;
  }
}
.card-con .card .text span {
  padding: 10px 20px;
  color: #fff;
  background-color: #ffaa00;
  border-radius: 30px;
  font-weight: 500;
}
@media (max-width: 480px) {
  .card-con .card .text span {
    padding: 10px 14px;
    font-size: 14px;
  }
}
.card-con .card .text h6 {
  font-size: 32px;
  padding-top: 18px;
  padding-bottom: 22px;
  line-height: 40px;
  text-align: center;
  font-weight: 900;
}
@media (max-width: 480px) {
  .card-con .card .text h6 {
    font-size: 22px;
    padding-top: 15px;
    line-height: 30px;
    padding-bottom: 14px;
  }
}
.textbox > p:not(.img) {
  text-align: justify;
}
.textbox p {
  padding-bottom: 70px;
}
.textbox p:last-child {
  padding-bottom: 0;
}
.textbox p.img img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.textbox p.img small {
  text-align: center;
  color: #888;
  padding-top: 5px;
  display: block;
}
.textbox .flex {
  display: flex;
  padding-bottom: 70px;
  gap: 40px;
}
.textbox .flex:last-child {
  padding-bottom: 0;
}
@media (max-width: 996px) {
  .textbox .flex {
    flex-wrap: wrap;
  }
}
.textbox .flex.flex03 {
  gap: 20px;
}
.textbox .flex > span {
  flex: 1;
}
@media (max-width: 996px) {
  .textbox .flex > span {
    flex: unset;
    width: 100%;
    gap: 40px;
    max-width: 100% !important;
  }
}
.textbox .flex > span img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media (min-width: 996px) {
  .textbox .flex h3 {
    text-align: left;
  }
  .textbox .flex h3::before {
    left: 0;
    top: 0;
    transform: translateX(0);
  }
}
.textbox .flex .epil.epil02 {
  margin-top: 300px;
}
@media (max-width: 996px) {
  .textbox .flex .epil.epil02 {
    margin-top: 0px;
  }
}
@media (min-width: 996px) {
  .textbox .flex .epil {
    text-align: left;
  }
}
@media (min-width: 996px) {
  .textbox .flex .epil::before {
    left: 0;
    transform: translateX(0);
  }
}
.textbox .flex .epil.no-before {
  padding-top: 0;
}
.textbox .flex .epil.no-before::before {
  content: none;
}
.textbox .marker {
  background: linear-gradient(to top, #cce0f0 40%, transparent 30%);
}
.textbox .marker.pink {
  background: linear-gradient(to top, #fbdce1 40%, transparent 30%);
}
.textbox h3 {
  padding: 55px 0 30px;
  font-weight: 900;
  line-height: 30px;
  text-align: center;
  position: relative;
  font-size: 32px;
  line-height: 1.3;
  margin-top: 70px;
}
@media (max-width: 996px) {
  .textbox h3 {
    font-size: 24px;
  }
}
.textbox h3.no-flower {
  padding-top: 0;
}
.textbox h3.no-flower::before {
  content: none;
}
.textbox h3.no-flower img {
  margin: 0 auto 36px auto;
}
.textbox h3::before {
  content: "";
  width: 38px;
  height: 38px;
  position: absolute;
  background-image: url(../images/h-icon.png);
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.textbox h3.vol02::before {
  background-image: url(../../page/vol02/images/h-icon.png);
}
.textbox h3.vol03::before {
  background-image: url(../../page/vol03/images/h-icon.png);
}
.textbox h3.vol04::before {
  background-image: url(../../page/vol04/images/h-icon.png);
}
.textbox h3.vol05::before {
  background-image: url(../../page/vol05/images/h-icon.png);
}
.textbox h3.vol06::before {
  background-image: url(../../page/vol06/images/h-icon.png);
}
.textbox h4 {
  padding-bottom: 20px;
  font-weight: 600;
  text-align: center;
  position: relative;
  font-size: 24px;
  line-height: 1.3;
}
@media (max-width: 996px) {
  .textbox h4 {
    font-size: 19px;
  }
}
.textbox .epil {
  font-family: "bbr";
  position: relative;
  padding: 45px 0 70px 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 996px) {
  .textbox .epil {
    font-size: 20px;
    line-height: 1.5;
  }
}
.textbox .epil:last-child {
  padding-bottom: 0;
}
.textbox .epil::before {
  content: "";
  width: 28px;
  height: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #0066b3;
}
.textbox .location-int {
  position: relative;
  background-color: #f2f2f2;
  padding: 60px 34px;
  border-radius: 30px;
  margin-bottom: 70px;
}
.textbox .location-int.col .loca-name {
  flex-wrap: wrap;
}
.textbox .location-int.col .loca-name:last-child {
  margin-bottom: 0;
}
.textbox .location-int.col .loca-name h4 {
  padding-bottom: 34px;
}
.textbox .location-int.col .loca-name div {
  flex-wrap: wrap;
}
.textbox .location-int.col .loca-name div > span {
  width: 100%;
}
.textbox .location-int.col .loca-name div > span img {
  width: 30px;
  margin-right: 10px;
}
@media (max-width: 996px) {
  .textbox .location-int.col .loca-name div > span {
    font-size: 14px;
  }
  .textbox .location-int.col .loca-name div > span img {
    width: 30px;
  }
}
@media (max-width: 996px) {
  .textbox .location-int {
    padding: 40px 20px;
    margin-bottom: 40px;
  }
}
.textbox .location-int .tag {
  position: absolute;
  top: -40px;
}
@media (max-width: 996px) {
  .textbox .location-int .tag {
    width: 55px;
    top: -30px;
  }
}
.textbox .location-int .loca-name {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  line-height: 1.3;
}
@media (max-width: 996px) {
  .textbox .location-int .loca-name {
    flex-wrap: wrap;
  }
}
.textbox .location-int .loca-name h4 {
  font-size: 32px;
  font-weight: 900;
}
@media (max-width: 996px) {
  .textbox .location-int .loca-name h4 {
    width: 100%;
    padding-bottom: 20px;
    font-size: 22px;
  }
}
.textbox .location-int .loca-name h6 {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
}
@media (max-width: 996px) {
  .textbox .location-int .loca-name h6 {
    text-align: center;
    width: 100%;
    padding-bottom: 20px;
    font-size: 18px;
  }
}
.textbox .location-int .loca-name div {
  display: flex;
  gap: 30px;
}
@media (max-width: 996px) {
  .textbox .location-int .loca-name div {
    flex-wrap: wrap;
    gap: 15px;
  }
}
.textbox .location-int .loca-name div > span {
  display: flex;
  align-items: center;
  line-height: 1.2;
}
.textbox .location-int .loca-name div > span img {
  margin-right: 10px;
}
@media (max-width: 996px) {
  .textbox .location-int .loca-name div > span {
    font-size: 14px;
  }
  .textbox .location-int .loca-name div > span img {
    width: 30px;
  }
}

.epil {
  font-family: "bbr";
  position: relative;
  padding: 45px 0 70px 0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}
.epil.nobefore::before {
  content: none;
}
@media (max-width: 996px) {
  .epil {
    font-size: 20px;
    line-height: 1.5;
  }
}
.epil:last-child {
  padding-bottom: 0;
}
.epil::before {
  content: "";
  width: 28px;
  height: 8px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #0066b3;
}

.sub + .bottom-section {
  margin-top: 0;
}

.bottom-section {
  padding: 110px 0 0;
  margin-top: 170px;
  position: relative;
}
@media (max-width: 996px) {
  .bottom-section {
    padding: 80px 0 0;
    margin-top: 70px;
  }
}
.bottom-section .inner {
  max-width: 1030px;
  padding: 0 15px;
  margin: 0 auto;
}
.bottom-section .title-circle {
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.bottom-section .flex-wrap {
  display: flex;
}
.bottom-section .flex-wrap span {
  flex: 1;
}
@media (max-width: 996px) {
  .bottom-section .flex-wrap {
    flex-direction: column;
  }
}
.bottom-section .flex-wrap .flex-box {
  display: flex;
  margin-bottom: 55px;
}
@media (max-width: 996px) {
  .bottom-section .flex-wrap .flex-box {
    flex-direction: column;
  }
}
.bottom-section .flex-wrap .flex-box:last-child {
  padding-bottom: 50px;
}
@media (max-width: 996px) {
  .bottom-section .flex-wrap .flex-box .img {
    order: 0;
  }
}

.flex-box {
  display: flex;
  margin-bottom: 55px;
}
.flex-box.gap1 {
  gap: 24px;
}
@media (max-width: 996px) {
  .flex-box.gap1 {
    gap: 0;
  }
}
@media (max-width: 996px) {
  .flex-box {
    flex-direction: column;
  }
}
.flex-box:last-child {
  padding-bottom: 115px;
  margin-bottom: 0;
}
.flex-box .img {
  margin: 0 auto;
  padding-bottom: 0;
}
@media (max-width: 996px) {
  .flex-box .img {
    order: 1;
  }
}
.flex-box .interview-box {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex: 1;
  border-radius: 200px;
  padding: 20px 80px;
}
.flex-box .interview-box.type2 {
  border-radius: 40px;
  padding: 30px 40px;
}
.flex-box .interview-box.no-padding {
  padding: 0;
}
@media (max-width: 996px) {
  .flex-box .interview-box.center p {
    text-align: center;
  }
}
@media (max-width: 996px) {
  .flex-box .interview-box.center {
    align-items: center;
  }
}
@media (max-width: 996px) {
  .flex-box .interview-box {
    padding: 40px 60px;
    order: 2;
  }
}
@media (max-width: 480px) {
  .flex-box .interview-box {
    border-radius: 30px;
    padding: 20px;
  }
}
.flex-box .interview-box .tag {
  color: #fff;
  border-radius: 30px;
  padding: 10px 20px;
  font-weight: 700;
}
.flex-box .interview-box h6 {
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
}
.flex-box .interview-box p {
  padding-top: 15px;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 996px) {
  .flex-box .interview-box p {
    font-size: 15px;
    line-height: 22px;
  }
}

.tofrom {
  display: flex;
  justify-content: space-between;
  padding-bottom: 130px;
}
@media (max-width: 996px) {
  .tofrom {
    flex-wrap: wrap;
    gap: 30px;
    padding-bottom: 70px;
  }
}
.tofrom.type02 {
  justify-content: center;
}
.tofrom.type02 .con {
  max-width: 720px;
  padding: 20px 100px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .tofrom.type02 .con {
    flex-direction: column;
    padding: 20px;
  }
}
.tofrom .con {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 996px) {
  .tofrom .con {
    width: 100%;
  }
}
.tofrom .con .img {
  flex-shrink: 0;
}
.tofrom .con .text span {
  display: inline-block;
}
.tofrom .con .text .tag {
  padding: 10px 20px;
  color: #fff;
  margin-bottom: 15px;
  border-radius: 20px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .tofrom .con .text .tag {
    font-size: 14px;
  }
}
.tofrom .con .text .loca {
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  line-height: 28px;
}
.tofrom .con .text .name {
  font-size: 24px;
  font-weight: 800;
  display: block;
}
@media (max-width: 768px) {
  .tofrom .con .text .name {
    font-size: 20px;
  }
}

.send-letter {
  padding: 60px 15px 200px;
  background-color: #fff;
  border-radius: 30px 30px 0 0;
  position: relative;
  max-width: 960px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .send-letter {
    padding: 60px 24px 150px;
  }
}
@media (max-width: 480px) {
  .send-letter {
    padding: 60px 24px 100px;
  }
}
.send-letter h6 {
  font-size: 24px;
  font-weight: 900;
  text-align: center;
}
@media (max-width: 480px) {
  .send-letter h6 {
    font-size: 18px;
  }
}
.send-letter p {
  text-align: center;
  padding-top: 20px;
  line-height: 28px;
}
@media (max-width: 996px) {
  .send-letter p {
    font-size: 15px;
    line-height: 22px;
  }
}
.send-letter a {
  display: block;
  margin-top: 30px;
}
.send-letter a img {
  margin: 0 auto;
}
@media (max-width: 996px) {
  .send-letter a img {
    width: 200px;
  }
}
.send-letter .tag {
  padding: 14px;
  border-radius: 30px;
  color: #fff;
  background-color: #222;
  margin: 30px auto 0;
  display: block;
  width: 100%;
  max-width: 180px;
  text-align: center;
}
.send-letter .letter {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1000px;
}
@media (max-width: 1028px) {
  .send-letter .letter {
    width: 100%;
  }
}

.event-step {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 80px;
  gap: 50px;
}
@media (max-width: 768px) {
  .event-step {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .event-step ul {
    order: 2;
  }
}
.event-step ul li {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.event-step ul li:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .event-step .img {
    order: 1;
  }
}

.card-event.vol02 .step1 .num {
  color: #fff;
  padding: 20px 40px;
  margin: 0 auto;
  max-width: 150px;
  background-color: #ffa300;
  font-weight: 800;
  font-size: 18px;
  text-align: center;
  border-radius: 40px;
}
.card-event.vol02 .step1 p {
  padding: 30px 0 5px;
  font-size: 20px;
  text-align: center;
}
.card-event.vol02 .step1 p.hint {
  font-size: 17px;
  padding: 0;
  color: #999999;
}
.card-event.vol02 .step1 p.hint span {
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
}
.card-event.vol02 .step1 input {
  border: 1px solid #68543b;
  width: 100%;
  height: 50px;
  padding: 0 14px;
}
.card-event.vol04 .start {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.9);
}
.card-event.vol04 .card-wrapper {
  border: 10px solid #ffcc00;
}
.card-event.vol04 .card-wrapper .img .top,
.card-event.vol04 .card-wrapper .img .bottom {
  position: relative;
}
.card-event.vol04 .card-wrapper .img .top .correct,
.card-event.vol04 .card-wrapper .img .bottom .correct {
  position: absolute;
  width: 5%;
  height: 5%;
}
.card-event.vol04 .card-wrapper .img .top .correct.active::after,
.card-event.vol04 .card-wrapper .img .bottom .correct.active::after {
  content: url(../../page/vol04/images/event-good.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-position: center;
}
.card-event.vol04 .card-wrapper .img .top .correct.correct1,
.card-event.vol04 .card-wrapper .img .bottom .correct.correct1 {
  top: 26%;
  width: 6%;
  height: 14%;
  left: 26%;
}
.card-event.vol04 .card-wrapper .img .top .correct.correct2,
.card-event.vol04 .card-wrapper .img .bottom .correct.correct2 {
  top: 41%;
  left: 38%;
}
.card-event.vol04 .card-wrapper .img .top .correct.correct3,
.card-event.vol04 .card-wrapper .img .bottom .correct.correct3 {
  top: 33%;
  right: 25%;
  width: 13%;
  height: 7%;
}
.card-event.vol04 .card-wrapper .img .top .correct.correct4,
.card-event.vol04 .card-wrapper .img .bottom .correct.correct4 {
  top: 65%;
  right: 37%;
}
.card-event.vol04 .card-wrapper .img .top .correct.correct5,
.card-event.vol04 .card-wrapper .img .bottom .correct.correct5 {
  top: 55%;
  right: 18%;
}
.card-event.vol04.start .start {
  display: none;
}
.card-event.vol04.start .step1 {
  display: block;
}
.card-event.vol04.done .step1,
.card-event.vol04.done .step3 {
  display: none;
}
.card-event.vol04.done .step2 {
  display: block;
}
.card-event.vol04.fali.again .step1 {
  display: none;
}
.card-event.vol04.fali.again .step3 {
  display: block;
}
.card-event.vol04 .step2 {
  display: none;
}
.card-event.vol04 .step3 {
  display: none;
}
.card-event.vol04 .timer-banner {
  padding: 27px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}
.card-event.vol04 .timer-banner .timer {
  margin: 0 auto;
  padding: 8px 40px 12px;
  border: 2px solid #332e0b;
  border-radius: 50px;
  font-size: 46px;
  color: #332e0b;
  font-family: "gullim";
  font-weight: 900;
  background-color: #ffe536;
}
@media (max-width: 768px) {
  .card-event.vol04 .timer-banner .timer {
    font-size: 30px;
  }
}
.card-event.vol04 .timer-banner .timer .time {
  font-size: 50px;
  font-family: "gullim";
  color: #332e0b;
  font-weight: 900;
}
@media (max-width: 768px) {
  .card-event.vol04 .timer-banner .timer .time {
    font-size: 30px;
  }
}
.card-event.vol04 .card-wrapper {
  max-width: 660px;
  margin: 0 auto;
  position: relative;
}
.card-event.vol04 .card-wrapper .start {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 996px) {
  .card-event.vol04 .card-wrapper .start img {
    width: 100px;
  }
}
.card-event.vol04 .card-wrapper .cards {
  z-index: 1;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.card-event.vol04 .card-wrapper .cards .card {
  width: 20%;
}
.card-event.vol04 .card-wrapper .cards .card.correct {
  cursor: pointer;
}
.card-event.vol04 .card-wrapper .cards .card.correct.active {
  position: relative;
}
.card-event.vol04 .card-wrapper .cards .card.correct.active::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  border: 10px solid rgb(255, 40, 40);
}
.card-event.vol04.vol05 .card-wrapper .img .top .correct.correct1 {
  top: 58%;
  width: 4%;
  height: 5%;
  left: 13%;
}
.card-event.vol04.vol05 .card-wrapper .img .top .correct.correct2 {
  top: 14%;
  left: 41%;
}
.card-event.vol04.vol05 .card-wrapper .img .top .correct.correct3 {
  top: 75%;
  right: 4%;
  width: 6%;
  height: 5%;
}
.card-event.vol04.vol05 .card-wrapper .img .top .correct.correct4 {
  left: 23%;
  bottom: 1%;
  right: unset;
  top: unset;
}

.event-wrapper .step2 {
  display: none;
}
.event-wrapper.deps2 .step1 {
  display: none;
}
.event-wrapper.deps2 .step2 {
  display: contents;
}

.ox-event {
  border: 10px solid #ffcc00;
  border-radius: 20px;
  background-color: #fff;
}
.ox-event p {
  padding-bottom: 0;
}
.ox-event .object.start .start-btn, .ox-event .object.done .start-btn, .ox-event .object.fail .start-btn {
  display: none;
}
.ox-event .object.done .quiz {
  display: none;
}
.ox-event .object.done .good {
  display: flex;
}
.ox-event .object.fail .quiz {
  display: none;
}
.ox-event .object.fail .bad {
  display: flex;
}
.ox-event .timer-banner {
  padding: 4px 14px 14px 14px;
  background-color: #ffcc00;
  display: flex;
  justify-content: center;
}
.ox-event .timer-banner .timer {
  padding: 10px;
  font-size: 24px;
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #88730a;
  border-radius: 30px;
}
.ox-event .timer-banner .timer .time {
  margin-left: 12px;
}
.ox-event .event-inner {
  position: relative;
  height: 610px;
  padding: 0 20px;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
.ox-event .start-btn {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  z-index: 7;
}
.ox-event .quiz {
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
}
.ox-event .quiz.none {
  display: none;
}
.ox-event .quiz .tag {
  width: 150px;
  padding: 20px;
  background-color: #ffcc00;
  border-radius: 30px;
  color: #fff;
  font-size: 18px;
  text-align: center;
}
.ox-event .quiz p {
  font-size: 18px;
  margin: 30px 0 55px;
  text-align: center;
  line-height: 1.5;
}
.ox-event .quiz .ox {
  display: flex;
  gap: 20px;
}
.ox-event .quiz .ox > div {
  cursor: pointer;
}
.ox-event .good,
.ox-event .bad {
  display: none;
  padding-top: 130px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.ox-event .good p,
.ox-event .bad p {
  font-size: 24px;
  padding-bottom: 0;
  font-weight: 500;
  text-align: center;
  margin: 20px 0 40px;
  font-family: "bbr";
}
.ox-event .good .btn,
.ox-event .bad .btn {
  cursor: pointer;
}

.video {
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-bottom: 70px;
  position: relative;
  z-index: 1;
}
.video .img {
  padding: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 996px) {
  .video .img {
    padding: 30px;
  }
}
.video .img img {
  margin: 0 auto;
}

.si {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}
.si.s1 {
  position: absolute;
  top: 0;
  transform: translateY(calc(-100% + 10px));
}
@media (max-width: 1200px) {
  .si.s1 {
    width: 280px;
  }
}
@media (max-width: 996px) {
  .si.s1 {
    width: 150px;
    top: 20px;
  }
}
.si.s2 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(calc(100% + 10px));
}
@media (max-width: 1480px) {
  .si.s2 {
    width: 210px;
    bottom: 11px;
  }
}
@media (max-width: 1200px) {
  .si.s2 {
    width: 150px;
  }
}
@media (max-width: 768px) {
  .si.s2 {
    bottom: 50px;
    width: 120px;
  }
}
.si.s3 {
  position: absolute;
  left: -200px;
  top: -100px;
}
@media (max-width: 1200px) {
  .si.s3 {
    width: 250px;
    left: -50px;
  }
}
@media (max-width: 768px) {
  .si.s3 {
    width: 150px;
    left: 0;
  }
}

.trans-flex {
  display: flex;
  flex-wrap: wrap;
}
.trans-flex .con {
  width: calc(50% - 15px);
  margin-bottom: 50px;
  position: relative;
}
@media (max-width: 480px) {
  .trans-flex .con {
    width: 100%;
    margin-bottom: 35px;
  }
}
.trans-flex .con:nth-child(even) {
  transform: translateY(60px);
  margin-left: 30px;
}
@media (max-width: 480px) {
  .trans-flex .con:nth-child(even) {
    transform: translateY(0);
    margin-left: 0;
  }
}
.trans-flex.vol06 .stick {
  position: absolute;
  bottom: 0;
  transform: translateX(100%);
  right: -20px;
}
@media (max-width: 768px) {
  .trans-flex.vol06 .stick {
    display: none;
  }
}
.trans-flex.vol06 .stick.left {
  right: unset !important;
  transform: translateX(-100%);
  left: -15px;
}
.trans-flex.vol06 .stick.stick1 {
  top: -340px;
}
.trans-flex.vol06 .stick.stick2 {
  width: 150px;
  top: 0;
  bottom: unset;
}
.trans-flex.vol06 .stick.stick3 {
  transform: translateX(-50%);
}
.trans-flex.vol06 .stick.stick4 {
  transform: translateX(50%);
}
.trans-flex.vol06 .stick.stick6 {
  width: 200px;
}
.trans-flex.vol06 .stick.stick10 {
  transform: translateX(-50%);
}
.trans-flex.vol06 .stick.stick12 {
  transform: translateX(0%);
}

.inter-flex {
  display: flex;
  gap: 40px;
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  .inter-flex {
    flex-direction: column;
    gap: 20px;
  }
}
.inter-flex.right .text::before {
  left: unset;
  right: -12.5px;
}
@media (max-width: 768px) {
  .inter-flex.right .text::before {
    left: 50%;
    right: unset;
  }
}
.inter-flex .img {
  flex-shrink: 0;
}
@media (max-width: 768px) {
  .inter-flex .img {
    order: 1;
  }
}
@media (max-width: 768px) {
  .inter-flex .img img {
    margin: 0 auto;
  }
}
.inter-flex .text {
  margin-top: 10px;
  position: relative;
}
.inter-flex .text span {
  background-color: #fff;
  display: inline-block;
  padding: 30px 35px;
  border-radius: 30px;
}
@media (max-width: 768px) {
  .inter-flex .text {
    order: 2;
  }
}
.inter-flex .text::before {
  content: "";
  position: absolute;
  left: -12.5px;
  top: -12.5px;
  border-right: 25px solid #fff;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .inter-flex .text::before {
    left: 50%;
    top: -25px;
    transform: translateX(-50%) rotate(90deg);
  }
}

.qna {
  margin-top: 10px;
  position: relative;
  margin-bottom: 30px;
}
.qna span {
  background-color: #0066bb;
  display: inline-block;
  padding: 20px;
  border-radius: 20px;
}
.qna span p {
  color: #fff;
  font-weight: 600;
}
@media (max-width: 768px) {
  .qna {
    order: 2;
  }
}
.qna::before {
  content: "";
  position: absolute;
  left: -12px;
  top: -12px;
  border-right: 25px solid #0066bb;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .qna::before {
    border-right: 16px solid #0066bb;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    left: -8px;
    top: -7.5px;
  }
}

.qna2 {
  position: relative;
}
.qna2 span {
  padding: 20px;
  background-color: #eee;
  border-radius: 20px;
  display: block;
}
.qna2::before {
  content: "";
  position: absolute;
  right: -12px;
  top: -12px;
  border-right: 25px solid #eee;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transform: rotate(-90deg);
}
@media (max-width: 768px) {
  .qna2::before {
    border-right: 16px solid #eee;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    right: -8px;
    top: -7.5px;
  }
}

.news-circle {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  border-radius: 50%;
  background-color: #005bac;
  color: #fff;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
  margin-bottom: 20px;
}
.news-circle span,
.news-circle b {
  text-align: center;
  font-weight: 900;
}
.news-circle b {
  font-size: 27px;
  padding-top: 8px;
}

.modal-wrapper {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 106;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s;
}
.modal-wrapper.main .modal {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 0;
  border-radius: 20px;
  padding: 0 0 20px 0;
  height: 100%;
  max-height: 80vh;
}
@media (max-width: 768px) {
  .modal-wrapper.main .modal {
    width: calc(80% - 30px);
  }
}
.modal-wrapper.main .modal .modal-inner {
  padding-bottom: 0px;
}
.modal-wrapper.main .modal .modal-inner form {
  padding: 15px;
}
.modal-wrapper.main .modal .modal-inner form .submit {
  margin-bottom: 100px;
}
.modal-wrapper.main .modal .modal-inner form textarea {
  height: unset;
  max-height: 64px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .modal-wrapper.main .modal .modal-inner form textarea {
    max-height: 50px;
  }
}
.modal-wrapper.main.no-scroll .modal {
  width: calc(100% - 30px);
  height: unset;
  max-width: 600px;
  max-height: 90vh;
  min-width: unset;
  min-height: unset;
  overflow: unset;
  padding: 0;
  bottom: unset;
  overflow-y: auto;
}
.modal-wrapper.main.no-scroll .modal::-webkit-scrollbar {
  display: none;
}
.modal-wrapper.main.no-scroll .modal .modal-inner {
  width: 100%;
  max-height: unset;
}
.modal-wrapper.main.no-scroll .modal .modal-inner .img {
  width: 100%;
}
.modal-wrapper.active {
  opacity: 1;
  pointer-events: all;
}
.modal-wrapper .modal {
  position: absolute;
  margin-top: 50px;
  z-index: 101;
  max-width: 970px;
  width: calc(100% - 30px);
  border-radius: 20px 20px 0 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #fff;
  overflow: hidden;
  padding: 60px 20px 0 20px;
  height: calc(100vh - 120px);
}
.modal-wrapper .modal .si {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 102;
  width: 100%;
  max-width: 1000px;
}
.modal-wrapper .modal .modal-inner {
  width: 100%;
  max-height: 700px;
  position: relative;
  overflow-y: auto;
  padding-bottom: 300px;
}
.modal-wrapper .modal .modal-inner::-webkit-scrollbar {
  width: 0;
}
.modal-wrapper .modal .modal-inner.scroll::-webkit-scrollbar {
  width: 8px;
}
.modal-wrapper .modal .modal-inner.scroll::-webkit-scrollbar-track {
  background: #fff;
}
.modal-wrapper .modal .modal-inner.scroll::-webkit-scrollbar-thumb {
  background: #005bac;
  border-radius: 100px;
}
.modal-wrapper .modal .modal-inner h5 {
  padding-bottom: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.4;
}
.modal-wrapper .modal .modal-inner p {
  line-height: 1.4;
}
.modal-wrapper .modal .modal-inner .modal-close {
  position: fixed;
  width: 30px;
  top: 24px;
  right: 24px;
  cursor: pointer;
}

.video-169-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.video-169-wrapper iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.vote-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/page/vol02/images/sub04_06-bg.jpg);
  padding: 70px 15px 200px;
  position: relative;
  z-index: 4;
  display: none;
}
.vote-wrap.vol05 {
  background-image: url(/page/vol05/images/sub04_06-bg.jpg);
}
@media (max-width: 996px) {
  .vote-wrap.vol05 {
    background-image: url(/page/vol05/images/sub04_06-bg-mo.jpg);
  }
}
.vote-wrap.active {
  display: block;
}
@media (max-width: 996px) {
  .vote-wrap {
    padding: 50px 15px 100px;
  }
}
.vote-wrap .top img {
  margin: 0 auto;
}
.vote-wrap .vs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  margin-top: 60px;
}
@media (max-width: 768px) {
  .vote-wrap .vs {
    flex-direction: column;
  }
}
.vote-wrap .vs .singer-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.vote-wrap .vs .singer-label .img {
  position: relative;
}
@media (min-width: 768px) {
  .vote-wrap .vs .singer-label .img:hover .hover {
    display: block;
  }
}
@media (min-width: 768px) {
  .vote-wrap .vs .singer-label .img .hover {
    display: none;
  }
}
.vote-wrap .vs .singer-label .img .hover {
  position: absolute;
  top: 0;
  left: 0;
}
.vote-wrap .vs .singer-label .tag {
  color: #fff;
  padding: 7px 12px;
  display: inline-block;
  border-radius: 30px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 996px) {
  .vote-wrap .vs .singer-label .tag {
    font-size: 16px;
  }
}
.vote-wrap .vs .singer-label .name {
  padding-top: 10px;
  color: #fff;
  font-weight: 900;
  font-size: 30px;
}
@media (max-width: 996px) {
  .vote-wrap .vs .singer-label .name {
    font-size: 26px;
  }
}

.vote-result-wrap {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(/page/vol02/images/sub04_10-bg.jpg);
  padding: 70px 15px 200px;
  position: relative;
  z-index: 4;
  display: none;
}
.vote-result-wrap.active {
  display: block;
}
.vote-result-wrap.active.bar-start .vote-inner .result .singer .rank .result-bar .bar {
  transform: scaleX(1);
}
@media (max-width: 996px) {
  .vote-result-wrap {
    padding: 50px 15px 100px;
  }
}
.vote-result-wrap .top img {
  margin: 0 auto;
}
.vote-result-wrap .result {
  max-width: 770px;
  margin: 70px auto 0;
}
.vote-result-wrap .result .singer {
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .vote-result-wrap .result .singer {
    flex-direction: column;
    margin-bottom: 70px;
  }
}
.vote-result-wrap .result .singer.win .name {
  position: relative;
}
.vote-result-wrap .result .singer.win .name::after {
  content: "";
  position: absolute;
  right: -50px;
  top: -60px;
  width: 80px;
  height: 61px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-image: url(/page/vol02/images/sub04_11.png);
}
.vote-result-wrap .result .singer:last-child {
  margin-bottom: 0;
}
.vote-result-wrap .result .singer .img {
  max-width: 175px;
}
.vote-result-wrap .result .singer .rank {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .vote-result-wrap .result .singer .rank {
    flex: unset;
    width: 100%;
    align-items: center;
  }
}
.vote-result-wrap .result .singer .rank .tag {
  padding: 7px 12px;
  color: #fff;
  border-radius: 20px;
  display: inline-block;
}
@media (max-width: 996px) {
  .vote-result-wrap .result .singer .rank .tag {
    font-size: 15px;
  }
}
.vote-result-wrap .result .singer .rank .name {
  color: #fff;
  font-weight: 900;
  font-size: 26px;
  margin: 10px 0 20px;
}
@media (max-width: 996px) {
  .vote-result-wrap .result .singer .rank .name {
    font-size: 24px;
  }
}
.vote-result-wrap .result .singer .rank .result-bar {
  background-color: #552b2c;
  height: 50px;
  width: 100%;
  position: relative;
  border-radius: 100px;
  overflow: hidden;
}
@media (max-width: 996px) {
  .vote-result-wrap .result .singer .rank .result-bar {
    height: 38px;
  }
}
.vote-result-wrap .result .singer .rank .result-bar .text {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  color: #fff;
}
.vote-result-wrap .result .singer .rank .result-bar .bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  text-align: right;
  color: #fff;
  border-radius: 100px;
  transform: scaleX(0);
  transition: transform 1s;
  transform-origin: left;
}
@media (max-width: 996px) {
  .vote-result-wrap .result .singer .rank .result-bar .bar {
    padding: 11px 10px;
    font-size: 15px;
  }
}

.siner-winner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}