@charset "UTF-8";
.index-main {
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.main-section-01 {
  width: 100%;
  padding-top: 70px;
  margin-bottom: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background: white;
}
.main-section-01 .container {
  width: 100%;
  max-width: 1640px;
}
.main-section-01 .container .main-swiper-01 {
  width: 100%;
  height: 860px;
  overflow: hidden;
}
.main-section-01 .container .main-swiper-01 .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 30px 65px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: default;
}
.main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents > h1 {
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 1.2;
  color: white;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
.main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents > p {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 1.6;
  color: white;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}
.main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents .row {
  width: 100%;
  padding-top: 30px;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid white;
}
.main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents .row > span {
  font-size: 30px;
  line-height: 1.2;
  color: white;
  text-shadow: 0 0 7px rgba(0, 0, 0, 0.7);
}
.main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents .row > img {
  width: auto;
  height: 32px;
}

@media (max-width: 1640px) {
  .main-section-01 {
    padding-top: 0;
    margin-bottom: 100px;
  }
  .main-section-01 .container .main-swiper-01 {
    height: 700px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor {
    padding: 30px 16px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents > h1 {
    margin-bottom: 25px;
    font-size: 50px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents > p {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents .row {
    padding-top: 16px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents .row > span {
    font-size: 20px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents .row > img {
    height: 23px;
  }
}
@media (max-width: 1280px) {
  .main-section-01 {
    margin-bottom: 70px;
  }
}
@media (max-width: 768px) {
  .main-section-01 {
    margin-bottom: 50px;
  }
  .main-section-01 .container .main-swiper-01 {
    height: 500px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor {
    padding: 20px 16px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents > h1 {
    margin-bottom: 14px;
    font-size: 32px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents > p {
    margin-bottom: 14px;
    font-size: 18px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents .row {
    padding-top: 14px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents .row > span {
    font-size: 16px;
  }
  .main-section-01 .container .main-swiper-01 .swiper-wrapper .swiper-slide .inner-anchor .inner-contents .row > img {
    height: 18px;
  }
}
.main-section-02 {
  width: 100%;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  background-color: white;
}
.main-section-02 .sec-tit-wrap {
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  margin-bottom: 35px;
  display: flex;
  flex-direction: column;
}
.main-section-02 .sec-tit-wrap > h1 {
  margin-bottom: 24px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1;
  color: black;
}
.main-section-02 .sec-tit-wrap > span {
  font-size: 25px;
  line-height: 1.2;
  color: black;
}
.main-section-02 .gallery-nav {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.main-section-02 .gallery-nav .nav-anchor {
  position: relative;
  flex: 1 1 25%;
  height: 0;
  padding-bottom: 28%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-section-02 .gallery-nav .nav-anchor .gal-name {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 50px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
  transition: 0.2s all ease-in-out;
}
.main-section-02 .gallery-nav .nav-anchor .gal-name > span {
  font-size: 30px;
  line-height: 1;
  color: white;
}
.main-section-02 .gallery-nav .nav-anchor .gal-name > img {
  width: auto;
  height: 32px;
}
.main-section-02 .gallery-nav .nav-anchor .hovered {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 50px;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  opacity: 0;
  transition: 0.2s all ease-in-out;
}
.main-section-02 .gallery-nav .nav-anchor .hovered > img {
  width: auto;
  height: 32px;
}
.main-section-02 .gallery-nav .nav-anchor:hover .gal-name {
  opacity: 0;
}
.main-section-02 .gallery-nav .nav-anchor:hover .hovered {
  opacity: 1;
}

@media (max-width: 1640px) {
  .main-section-02 {
    margin-bottom: 100px;
  }
  .main-section-02 .sec-tit-wrap {
    padding: 0 16px;
  }
}
@media (max-width: 1280px) {
  .main-section-02 {
    margin-bottom: 70px;
  }
  .main-section-02 .sec-tit-wrap > h1 {
    margin-bottom: 18px;
    font-size: 48px;
  }
  .main-section-02 .sec-tit-wrap > span {
    font-size: 22px;
  }
  .main-section-02 .gallery-nav .nav-anchor .gal-name {
    padding: 20px;
  }
  .main-section-02 .gallery-nav .nav-anchor .gal-name > span {
    font-size: 20px;
  }
  .main-section-02 .gallery-nav .nav-anchor .gal-name > img {
    height: 24px;
  }
  .main-section-02 .gallery-nav .nav-anchor .hovered {
    padding: 20px;
  }
  .main-section-02 .gallery-nav .nav-anchor .hovered > img {
    height: 24px;
  }
}
@media (max-width: 768px) {
  .main-section-02 .sec-tit-wrap {
    margin-bottom: 20px;
  }
  .main-section-02 .sec-tit-wrap > h1 {
    margin-bottom: 16px;
    font-size: 28px;
  }
  .main-section-02 .sec-tit-wrap > span {
    font-size: 16px;
  }
  .main-section-02 .gallery-nav {
    flex-wrap: wrap;
  }
  .main-section-02 .gallery-nav .nav-anchor {
    flex: 1 1 50%;
    padding-bottom: 50%;
  }
}
@media (max-width: 480px) {
  .main-section-02 .sec-tit-wrap > h1 {
    margin-bottom: 14px;
    font-size: 22px;
  }
  .main-section-02 .sec-tit-wrap > span {
    font-size: 14px;
  }
  .main-section-02 .gallery-nav {
    flex-wrap: wrap;
  }
  .main-section-02 .gallery-nav .nav-anchor {
    flex: 1 1 50%;
    padding-bottom: 50%;
  }
  .main-section-02 .gallery-nav .nav-anchor .gal-name {
    padding: 16px;
  }
  .main-section-02 .gallery-nav .nav-anchor .gal-name > span {
    font-size: 14px;
  }
  .main-section-02 .gallery-nav .nav-anchor .gal-name > img {
    height: 18px;
  }
  .main-section-02 .gallery-nav .nav-anchor .hovered {
    padding: 16px;
  }
  .main-section-02 .gallery-nav .nav-anchor .hovered > img {
    height: 18px;
  }
}
@keyframes infiniteRotateAnim {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes infiniteHorizontalPatrolAnim {
  0% {
    transform: translateY(-50%) translateX(-65%);
  }
  100% {
    transform: translateY(-50%) translateX(-35%);
  }
}
.main-section-03 {
  width: 100%;
  margin-bottom: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-section-03 .container {
  position: relative;
  width: 100%;
  padding-right: 246px;
  max-width: 1640px;
  display: flex;
  flex-direction: row;
  grid-gap: 70px;
}
.main-section-03 .container .left {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  grid-gap: 150px;
}
.main-section-03 .container .left .circle {
  position: relative;
  margin-left: 100px;
  width: 250px;
  height: 250px;
}
.main-section-03 .container .left .circle > img:nth-of-type(1) {
  width: 100%;
  height: 100%;
  animation-name: infiniteRotateAnim;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: normal;
  animation-fill-mode: forwards;
}
.main-section-03 .container .left .circle > img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-65%);
  width: 25%;
  height: auto;
  animation-name: infiniteHorizontalPatrolAnim;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-fill-mode: forwards;
}
.main-section-03 .container .left .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 30px;
}
.main-section-03 .container .left .text > strong {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: black;
}
.main-section-03 .container .left .text > p {
  font-size: 22px;
  line-height: 1.4;
  color: #464646;
}
.main-section-03 .container .left .text > p > em {
  font-weight: 500;
  color: black;
}
.main-section-03 .container .right {
  position: relative;
  flex: 0 0 35%;
  height: auto;
  aspect-ratio: 1080/1920;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-section-03 .container .right > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.main-section-03 .container .right > video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 1640px) {
  .main-section-03 {
    margin-bottom: 100px;
  }
  .main-section-03 .container {
    padding: 0 16px;
    padding-right: 246px;
    grid-gap: 50px;
  }
  .main-section-03 .container .left {
    grid-gap: 100px;
  }
  .main-section-03 .container .left .circle {
    margin-left: 50px;
    width: 200px;
    height: 200px;
  }
  .main-section-03 .container .left .text {
    grid-gap: 20px;
  }
  .main-section-03 .container .left .text > strong {
    font-size: 22px;
  }
  .main-section-03 .container .left .text > p {
    font-size: 22px;
  }
}
@media (max-width: 1280px) {
  .main-section-03 {
    margin-bottom: 70px;
  }
  .main-section-03 .container {
    padding-right: 175px;
  }
  .main-section-03 .container .left {
    grid-gap: 50px;
  }
  .main-section-03 .container .left .circle {
    margin-left: 0px;
    width: 180px;
    height: 180px;
  }
  .main-section-03 .container .left .text {
    grid-gap: 16px;
  }
  .main-section-03 .container .left .text > strong {
    font-size: 18px;
  }
  .main-section-03 .container .left .text > p {
    font-size: 18px;
  }
  .main-section-03 .container .right {
    flex: 0 0 400px;
  }
}
@media (max-width: 768px) {
  .main-section-03 .container {
    padding-right: 0;
    padding: 0 16px;
    grid-gap: 30px;
    flex-direction: column;
  }
  .main-section-03 .container .left {
    grid-gap: 30px;
  }
  .main-section-03 .container .left .text > strong {
    font-size: 14px;
  }
  .main-section-03 .container .left .text > p {
    font-size: 14px;
  }
  .main-section-03 .container .right {
    flex: unset;
    width: 100%;
    padding-bottom: 120%;
  }
  .main-section-03 .container .right > img {
    width: 20%;
  }
}
.main-section-04 {
  width: 100%;
  padding: 70px 0;
  margin-bottom: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.main-section-04 .container {
  max-width: 1640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 40px;
}
.main-section-04 .container .row {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main-section-04 .container .row:nth-of-type(1)::after {
  content: "Business";
  position: absolute;
  right: 50px;
  top: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: white;
  white-space: nowrap;
}
.main-section-04 .container .row:nth-of-type(2) {
  margin-bottom: 40px;
}
.main-section-04 .container .row:nth-of-type(2)::after {
  content: "Drop us a line";
  position: absolute;
  right: 100%;
  top: 100%;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: white;
  white-space: nowrap;
}
.main-section-04 .container .row > span {
  font-size: 180px;
  font-weight: 700;
  line-height: 1;
  color: white;
}
.main-section-04 .container .row > img {
  margin-top: 16px;
  width: auto;
  height: 160px;
}
.main-section-04 .container > a {
  padding: 14px 40px;
  font-size: 20px;
  line-height: 1;
  color: white;
  text-align: center;
  border: 2px solid white;
  border-radius: 3px;
}

@media (max-width: 1640px) {
  .main-section-04 {
    padding: 50px 0;
    margin-bottom: 100px;
  }
  .main-section-04 .container {
    padding: 0 16px;
  }
}
@media (max-width: 1280px) {
  .main-section-04 {
    margin-bottom: 70px;
  }
  .main-section-04 .container {
    grid-gap: 30px;
  }
  .main-section-04 .container .row > span {
    font-size: 100px;
  }
  .main-section-04 .container .row > img {
    margin-top: 10px;
    height: 120px;
  }
  .main-section-04 .container .row:nth-of-type(1)::after {
    right: 30px;
    font-size: 22px;
  }
  .main-section-04 .container .row:nth-of-type(2)::after {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .main-section-04 .container .row {
    grid-gap: 20px;
  }
  .main-section-04 .container .row > span {
    font-size: 48px;
  }
  .main-section-04 .container .row > img {
    margin-top: 6px;
    height: 60px;
  }
  .main-section-04 .container .row:nth-of-type(1)::after {
    font-size: 16px;
  }
  .main-section-04 .container .row:nth-of-type(2) {
    margin-bottom: 20px;
  }
  .main-section-04 .container .row:nth-of-type(2)::after {
    font-size: 16px;
  }
  .main-section-04 .container > a {
    padding: 12px 25px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .main-section-04 {
    padding: 30px 0;
  }
  .main-section-04 .container {
    grid-gap: 20px;
  }
  .main-section-04 .container .row {
    grid-gap: 14px;
  }
  .main-section-04 .container .row > span {
    font-size: 28px;
  }
  .main-section-04 .container .row > img {
    height: 40px;
  }
  .main-section-04 .container .row:nth-of-type(1)::after {
    right: 12px;
    font-size: 14px;
  }
  .main-section-04 .container .row:nth-of-type(2)::after {
    top: calc(100% + 10px);
    right: 70%;
    font-size: 14px;
  }
  .main-section-04 .container > a {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.main-section-05, .main-section-06, .main-section-07, .main-section-08 {
  width: 100%;
  margin-bottom: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-section-05 .container, .main-section-06 .container, .main-section-07 .container, .main-section-08 .container {
  width: 100%;
  max-width: 1640px;
  display: flex;
  flex-direction: column;
  grid-gap: 40px;
}
.main-section-05 .container .sec-tit-wrap, .main-section-06 .container .sec-tit-wrap, .main-section-07 .container .sec-tit-wrap, .main-section-08 .container .sec-tit-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  grid-gap: 25px;
}
.main-section-05 .container .sec-tit-wrap > img, .main-section-06 .container .sec-tit-wrap > img, .main-section-07 .container .sec-tit-wrap > img, .main-section-08 .container .sec-tit-wrap > img {
  width: 60px;
  height: auto;
}
.main-section-05 .container .sec-tit-wrap > h1, .main-section-06 .container .sec-tit-wrap > h1, .main-section-07 .container .sec-tit-wrap > h1, .main-section-08 .container .sec-tit-wrap > h1 {
  display: flex;
  flex-direction: column;
  font-size: 50px;
  line-height: 1.2;
  color: black;
}
.main-section-05 .container .sec-tit-wrap > h1 > em, .main-section-06 .container .sec-tit-wrap > h1 > em, .main-section-07 .container .sec-tit-wrap > h1 > em, .main-section-08 .container .sec-tit-wrap > h1 > em {
  font-weight: 600;
}
.main-section-05 .container .sec-tit-wrap > span, .main-section-06 .container .sec-tit-wrap > span, .main-section-07 .container .sec-tit-wrap > span, .main-section-08 .container .sec-tit-wrap > span {
  font-size: 25px;
  line-height: 1;
  color: black;
}
.main-section-05 .container .sec-tit-wrap .open-pay, .main-section-06 .container .sec-tit-wrap .open-pay, .main-section-07 .container .sec-tit-wrap .open-pay, .main-section-08 .container .sec-tit-wrap .open-pay {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  color: #464646;
}
.main-section-05 .container .sec-tit-wrap .numbering, .main-section-06 .container .sec-tit-wrap .numbering, .main-section-07 .container .sec-tit-wrap .numbering, .main-section-08 .container .sec-tit-wrap .numbering {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 80px;
  line-height: 1;
  color: #ddd;
}

@media (max-width: 1640px) {
  .main-section-05, .main-section-06, .main-section-07, .main-section-08 {
    margin-bottom: 100px;
  }
  .main-section-05 .container, .main-section-06 .container, .main-section-07 .container, .main-section-08 .container {
    padding: 0 16px;
  }
}
@media (max-width: 1280px) {
  .main-section-05, .main-section-06, .main-section-07, .main-section-08 {
    margin-bottom: 70px;
  }
  .main-section-05 .container, .main-section-06 .container, .main-section-07 .container, .main-section-08 .container {
    grid-gap: 30px;
  }
  .main-section-05 .container .sec-tit-wrap, .main-section-06 .container .sec-tit-wrap, .main-section-07 .container .sec-tit-wrap, .main-section-08 .container .sec-tit-wrap {
    grid-gap: 20px;
  }
  .main-section-05 .container .sec-tit-wrap > img, .main-section-06 .container .sec-tit-wrap > img, .main-section-07 .container .sec-tit-wrap > img, .main-section-08 .container .sec-tit-wrap > img {
    width: 40px;
  }
  .main-section-05 .container .sec-tit-wrap > h1, .main-section-06 .container .sec-tit-wrap > h1, .main-section-07 .container .sec-tit-wrap > h1, .main-section-08 .container .sec-tit-wrap > h1 {
    font-size: 42px;
  }
  .main-section-05 .container .sec-tit-wrap > span, .main-section-06 .container .sec-tit-wrap > span, .main-section-07 .container .sec-tit-wrap > span, .main-section-08 .container .sec-tit-wrap > span {
    font-size: 22px;
  }
  .main-section-05 .container .sec-tit-wrap .open-pay, .main-section-06 .container .sec-tit-wrap .open-pay, .main-section-07 .container .sec-tit-wrap .open-pay, .main-section-08 .container .sec-tit-wrap .open-pay {
    font-size: 22px;
  }
  .main-section-05 .container .sec-tit-wrap .numbering, .main-section-06 .container .sec-tit-wrap .numbering, .main-section-07 .container .sec-tit-wrap .numbering, .main-section-08 .container .sec-tit-wrap .numbering {
    font-size: 50px;
  }
}
@media (max-width: 768px) {
  .main-section-05 .container .sec-tit-wrap, .main-section-06 .container .sec-tit-wrap, .main-section-07 .container .sec-tit-wrap, .main-section-08 .container .sec-tit-wrap {
    grid-gap: 16px;
  }
  .main-section-05 .container .sec-tit-wrap > img, .main-section-06 .container .sec-tit-wrap > img, .main-section-07 .container .sec-tit-wrap > img, .main-section-08 .container .sec-tit-wrap > img {
    width: 28px;
  }
  .main-section-05 .container .sec-tit-wrap > h1, .main-section-06 .container .sec-tit-wrap > h1, .main-section-07 .container .sec-tit-wrap > h1, .main-section-08 .container .sec-tit-wrap > h1 {
    font-size: 30px;
  }
  .main-section-05 .container .sec-tit-wrap > span, .main-section-06 .container .sec-tit-wrap > span, .main-section-07 .container .sec-tit-wrap > span, .main-section-08 .container .sec-tit-wrap > span {
    font-size: 18px;
  }
  .main-section-05 .container .sec-tit-wrap .open-pay, .main-section-06 .container .sec-tit-wrap .open-pay, .main-section-07 .container .sec-tit-wrap .open-pay, .main-section-08 .container .sec-tit-wrap .open-pay {
    font-size: 18px;
  }
  .main-section-05 .container .sec-tit-wrap .numbering, .main-section-06 .container .sec-tit-wrap .numbering, .main-section-07 .container .sec-tit-wrap .numbering, .main-section-08 .container .sec-tit-wrap .numbering {
    font-size: 40px;
  }
}
@media (max-width: 480px) {
  .main-section-05 .container, .main-section-06 .container, .main-section-07 .container, .main-section-08 .container {
    grid-gap: 20px;
  }
  .main-section-05 .container .sec-tit-wrap > img, .main-section-06 .container .sec-tit-wrap > img, .main-section-07 .container .sec-tit-wrap > img, .main-section-08 .container .sec-tit-wrap > img {
    width: 22px;
  }
  .main-section-05 .container .sec-tit-wrap > h1, .main-section-06 .container .sec-tit-wrap > h1, .main-section-07 .container .sec-tit-wrap > h1, .main-section-08 .container .sec-tit-wrap > h1 {
    font-size: 24px;
  }
  .main-section-05 .container .sec-tit-wrap > span, .main-section-06 .container .sec-tit-wrap > span, .main-section-07 .container .sec-tit-wrap > span, .main-section-08 .container .sec-tit-wrap > span {
    font-size: 14px;
  }
  .main-section-05 .container .sec-tit-wrap .open-pay, .main-section-06 .container .sec-tit-wrap .open-pay, .main-section-07 .container .sec-tit-wrap .open-pay, .main-section-08 .container .sec-tit-wrap .open-pay {
    font-size: 14px;
  }
  .main-section-05 .container .sec-tit-wrap .numbering, .main-section-06 .container .sec-tit-wrap .numbering, .main-section-07 .container .sec-tit-wrap .numbering, .main-section-08 .container .sec-tit-wrap .numbering {
    position: relative;
    right: unset;
    bottom: unset;
    font-size: 30px;
  }
}
.sec-contents-01 {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  border-top: 1px solid black;
}
.sec-contents-01 .benefits-list {
  flex: 0 0 70%;
  display: flex;
  flex-direction: column;
}
.sec-contents-01 .benefits-list .item {
  width: 100%;
  padding: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 1px solid black;
}
.sec-contents-01 .benefits-list .item > b {
  flex: 0 0 150px;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-align: left;
}
.sec-contents-01 .benefits-list .item > span {
  flex: 0 0 150px;
  font-size: 32px;
  line-height: 1;
  color: black;
  text-align: left;
}
.sec-contents-01 .benefits-list .item .item-img {
  position: relative;
  flex: 0 0 auto;
  width: 185px;
  height: 120px;
  margin-right: 30px;
  overflow: hidden;
  border: 1px solid black;
  border-radius: 100%;
}
.sec-contents-01 .benefits-list .item .item-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-contents-01 .benefits-list .item .details {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.sec-contents-01 .benefits-list .item .details > b {
  font-size: 35px;
  font-weight: 700;
  line-height: 1.2;
  color: black;
}
.sec-contents-01 .benefits-list .item .details > span {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: black;
}

@media (max-width: 1280px) {
  .sec-contents-01 .benefits-list {
    flex: 1 1 100%;
  }
  .sec-contents-01 .benefits-list .item {
    padding: 16px;
  }
  .sec-contents-01 .benefits-list .item > b {
    flex: 0 0 120px;
    font-size: 70px;
  }
  .sec-contents-01 .benefits-list .item > span {
    flex: 0 0 120px;
    font-size: 24px;
  }
  .sec-contents-01 .benefits-list .item .item-img {
    width: 160px;
    height: 100px;
  }
  .sec-contents-01 .benefits-list .item .details > b {
    font-size: 28px;
  }
  .sec-contents-01 .benefits-list .item .details > span {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .sec-contents-01 .benefits-list .item {
    padding: 16px 0;
    flex-direction: column;
    align-items: unset;
    grid-gap: 12px;
  }
  .sec-contents-01 .benefits-list .item > b {
    flex: unset;
    width: 100%;
    font-size: 42px;
  }
  .sec-contents-01 .benefits-list .item > span {
    flex: unset;
    width: 100%;
    font-size: 18px;
  }
  .sec-contents-01 .benefits-list .item .item-img {
    flex: unset;
    width: 50%;
    height: 0;
    padding-bottom: 30%;
    align-self: center;
  }
  .sec-contents-01 .benefits-list .item .details {
    grid-gap: 10px;
  }
  .sec-contents-01 .benefits-list .item .details > b {
    font-size: 18px;
  }
  .sec-contents-01 .benefits-list .item .details > span {
    font-size: 14px;
  }
}
.sec-contents-02 {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid black;
}
.sec-contents-02 > img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .sec-contents-02 {
    padding-top: 16px;
  }
}
.sec-contents-03 {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 30px;
}
.sec-contents-03 .fee-list {
  width: 100%;
  height: 600px;
  display: flex;
  flex-direction: row;
  border: 1px solid black;
}
.sec-contents-03 .fee-list .fee-item {
  padding-top: 100px;
  flex: 1 1 25%;
  display: flex;
  flex-direction: column;
  /**
  *   pc화면에선 줄맞추기 위해 justify-content는 모바일에서만 center로
  */
  align-items: center;
  grid-gap: 35px;
}
.sec-contents-03 .fee-list .fee-item:not(:last-child) {
  border-right: 1px solid black;
}
.sec-contents-03 .fee-list .fee-item > strong {
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-align: center;
}
.sec-contents-03 .fee-list .fee-item > strong.special {
  position: relative;
}
.sec-contents-03 .fee-list .fee-item > strong.special > img:nth-of-type(1) {
  position: absolute;
  left: 100%;
  bottom: 100%;
  width: 30px;
  height: 30px;
}
.sec-contents-03 .fee-list .fee-item > strong.special > img:nth-of-type(2) {
  position: absolute;
  right: 100%;
  top: 100%;
  width: 30px;
  height: 30px;
}
.sec-contents-03 .fee-list .fee-item > img {
  width: auto;
  height: 135px;
}
.sec-contents-03 .fee-list .fee-item .fee-name {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 20px;
}
.sec-contents-03 .fee-list .fee-item .fee-name > span {
  font-size: 25px;
  font-weight: 300;
  line-height: 1;
  color: black;
}
.sec-contents-03 .fee-list .fee-item .fee-name > span:nth-of-type(2) {
  font-weight: 500;
}
.sec-contents-03 .fee-list .fee-item .fee-name > span:nth-of-type(2).gsk {
  font-size: 30px;
  font-weight: 700;
}
.sec-contents-03 .fee-list .fee-item .fee-name > i {
  font-size: 16px;
  line-height: 1.2;
  color: #464646;
  text-align: center;
  word-break: keep-all;
}
.sec-contents-03 .fee-caution {
  font-size: 25px;
  line-height: 1;
  color: black;
  word-break: keep-all;
}

@media (max-width: 1280px) {
  .sec-contents-03 {
    gap: 20px;
  }
  .sec-contents-03 .fee-list {
    height: 480px;
  }
  .sec-contents-03 .fee-list .fee-item {
    grid-gap: 22px;
  }
  .sec-contents-03 .fee-list .fee-item > strong {
    font-size: 70px;
  }
  .sec-contents-03 .fee-list .fee-item > strong.special > img:nth-of-type(1) {
    width: 20px;
    height: 20px;
  }
  .sec-contents-03 .fee-list .fee-item > strong.special > img:nth-of-type(2) {
    width: 20px;
    height: 20px;
  }
  .sec-contents-03 .fee-list .fee-item > img {
    height: 100px;
  }
  .sec-contents-03 .fee-list .fee-item .fee-name {
    grid-gap: 14px;
  }
  .sec-contents-03 .fee-list .fee-item .fee-name > span {
    font-size: 22px;
  }
  .sec-contents-03 .fee-caution {
    font-size: 22px;
  }
}
@media (max-width: 768px) {
  .sec-contents-03 {
    gap: 16px;
  }
  .sec-contents-03 .fee-list {
    height: auto;
    flex-wrap: wrap;
  }
  .sec-contents-03 .fee-list .fee-item {
    height: 280px;
    padding-top: 45px;
    grid-gap: 16px;
    flex: 1 1 50%;
  }
  .sec-contents-03 .fee-list .fee-item:nth-of-type(2n) {
    border-right: none;
  }
  .sec-contents-03 .fee-list .fee-item:nth-of-type(-n+2) {
    border-bottom: 1px solid black;
  }
  .sec-contents-03 .fee-list .fee-item > strong {
    font-size: 30px;
  }
  .sec-contents-03 .fee-list .fee-item > img {
    height: 70px;
  }
  .sec-contents-03 .fee-list .fee-item .fee-name {
    grid-gap: 10px;
  }
  .sec-contents-03 .fee-list .fee-item .fee-name > span {
    font-size: 16px;
  }
  .sec-contents-03 .fee-list .fee-item .fee-name > span:nth-of-type(2).gsk {
    font-size: 20px;
  }
  .sec-contents-03 .fee-list .fee-item .fee-name > i {
    font-size: 12px;
  }
  .sec-contents-03 .fee-caution {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .sec-contents-03 .fee-list .fee-item {
    height: 250px;
    padding-top: 40px;
    grid-gap: 14px;
    flex: 1 1 50%;
  }
  .sec-contents-03 .fee-list .fee-item > strong {
    font-size: 24px;
  }
  .sec-contents-03 .fee-list .fee-item > img {
    height: 50px;
  }
  .sec-contents-03 .fee-list .fee-item .fee-name > span {
    font-size: 14px;
  }
}
.sec-contents-04 {
  width: 100%;
  padding-top: 40px;
  border-top: 1px solid black;
}
.sec-contents-04 .open-pay-list {
  width: 100%;
  display: flex;
  flex-direction: row;
  grid-gap: 45px;
}
.sec-contents-04 .open-pay-list .item {
  flex: 1 1 30%;
  display: flex;
  flex-direction: column;
  grid-gap: 14px;
}
.sec-contents-04 .open-pay-list .item .open-pay-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 73.2558%;
}
.sec-contents-04 .open-pay-list .item .open-pay-img > img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sec-contents-04 .open-pay-list .item .open-pay-img > span {
  position: absolute;
  left: 30px;
  bottom: 50px;
  font-size: 80px;
  line-height: 1;
  color: white;
}
.sec-contents-04 .open-pay-list .item .details {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
}
.sec-contents-04 .open-pay-list .item .details .size {
  font-size: 19px;
  font-weight: 500;
  line-height: 1;
  color: #aaa;
}
.sec-contents-04 .open-pay-list .item .details .about {
  font-size: 25px;
  font-weight: 500;
  line-height: 1.6;
  color: black;
}

@media (max-width: 1280px) {
  .sec-contents-04 .open-pay-list {
    grid-gap: 30px;
  }
  .sec-contents-04 .open-pay-list .item .open-pay-img > span {
    left: 16px;
    bottom: 20px;
    font-size: 40px;
  }
  .sec-contents-04 .open-pay-list .item .details .size {
    font-size: 16px;
  }
  .sec-contents-04 .open-pay-list .item .details .about {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .sec-contents-04 {
    padding-top: 16px;
  }
  .sec-contents-04 .open-pay-list {
    grid-gap: 16px;
  }
  .sec-contents-04 .open-pay-list .item .open-pay-img > span {
    left: 16px;
    bottom: 16px;
    font-size: 20px;
  }
  .sec-contents-04 .open-pay-list .item .details .size {
    font-size: 13px;
  }
  .sec-contents-04 .open-pay-list .item .details .about {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .sec-contents-04 .open-pay-list {
    flex-direction: column;
    grid-gap: 16px;
  }
  .sec-contents-04 .open-pay-list .item {
    flex: unset;
    width: 100%;
  }
  .sec-contents-04 .open-pay-list .item .open-pay-img > span {
    left: 16px;
    bottom: 16px;
    font-size: 20px;
  }
  .sec-contents-04 .open-pay-list .item .details .size {
    font-size: 13px;
  }
  .sec-contents-04 .open-pay-list .item .details .about {
    font-size: 16px;
  }
}
.main-section-09 {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 150px;
}
@keyframes rollingLeft1 {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-100%);
  }
  50.01% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes rollingLeft2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
}
.main-section-09 .rolling-banner-wrap {
  position: relative;
  width: 100%;
  height: auto;
  padding: 10px;
  display: flex;
  flex-direction: row;
  overflow-x: hidden;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}
.main-section-09 .rolling-banner-wrap .rolling-list.original {
  animation: rollingLeft1 70s linear infinite;
}
.main-section-09 .rolling-banner-wrap .rolling-list.clone {
  animation: rollingLeft2 70s linear infinite;
}
.main-section-09 .rolling-banner-wrap .rolling-list > ul {
  position: relative;
  display: flex;
}
.main-section-09 .rolling-banner-wrap .rolling-list > ul > li {
  position: relative;
  width: auto;
  height: auto;
  box-sizing: border-box;
  margin: 0 33px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
.main-section-09 .rolling-banner-wrap .rolling-list > ul > li .banner-image {
  position: relative;
  width: auto;
  height: 60px;
}
.main-section-09 .rolling-banner-wrap .rolling-list > ul > li .banner-image > img {
  width: auto;
  height: 100%;
}

@media (max-width: 1640px) {
  .main-section-09 {
    padding: 16px 0;
    margin-bottom: 100px;
  }
}
@media (max-width: 1280px) {
  .main-section-09 .rolling-banner-wrap .rolling-list > ul > li {
    margin: 0 25px;
  }
  .main-section-09 .rolling-banner-wrap .rolling-list > ul > li .banner-image {
    height: 35px;
  }
}
@media (max-width: 768px) {
  .main-section-09 {
    margin-bottom: 70px;
  }
  .main-section-09 .rolling-banner-wrap .rolling-list.original {
    animation: rollingLeft1 40s linear infinite;
  }
  .main-section-09 .rolling-banner-wrap .rolling-list.clone {
    animation: rollingLeft2 40s linear infinite;
  }
  .main-section-09 .rolling-banner-wrap .rolling-list > li {
    margin: 0 16px;
  }
}
@media (max-width: 480px) {
  .main-section-09 {
    padding: 12px 0;
  }
}
.main-section-10 {
  position: relative;
  width: 100%;
  margin-bottom: 150px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.main-section-10 .container {
  width: 100%;
  max-width: 1640px;
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 50px;
}
.main-section-10 .container .sns-tit-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  grid-gap: 12px;
}
.main-section-10 .container .sns-tit-wrap > h1 {
  font-size: 54px;
  font-weight: 700;
  line-height: 1;
  color: black;
  text-align: center;
}
.main-section-10 .container .sns-tit-wrap > span {
  font-size: 25px;
  line-height: 1;
  color: black;
  text-align: center;
}
.main-section-10 .container .ins-feed-list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  cursor: pointer;
}
.main-section-10 .container .ins-feed-list .feed-item {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

@media (max-width: 1640px) {
  .main-section-10 {
    margin-bottom: 100px;
  }
  .main-section-10 .container {
    padding: 0 16px;
  }
}
@media (max-width: 1280px) {
  .main-section-10 .container .sns-tit-wrap > h1 {
    font-size: 40px;
  }
  .main-section-10 .container .sns-tit-wrap > span {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  .main-section-10 {
    margin-bottom: 70px;
  }
  .main-section-10 .container {
    gap: 30px;
  }
  .main-section-10 .container .sns-tit-wrap > h1 {
    font-size: 30px;
  }
  .main-section-10 .container .sns-tit-wrap > span {
    font-size: 18px;
  }
  .main-section-10 .container .ins-feed-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 480px) {
  .main-section-10 .container {
    gap: 30px;
  }
  .main-section-10 .container .sns-tit-wrap > h1 {
    font-size: 24px;
  }
  .main-section-10 .container .sns-tit-wrap > span {
    font-size: 14px;
  }
}
.ytb-modal-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  z-index: 1900;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.ytb-modal-background.hidden {
  visibility: hidden;
  opacity: 0;
}

.ytb-modal {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 95%;
  height: auto;
  max-width: 768px;
  aspect-ratio: 1920/1080;
  z-index: 1901;
  visibility: visible;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}
.ytb-modal.hidden {
  visibility: hidden;
  opacity: 0;
}
.ytb-modal .modal-close {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #333;
  border-radius: 5000rem;
  box-shadow: 0 0 16px -4px white;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .ytb-modal .modal-close {
    transform: translate(0, -140%);
    width: 36px;
    height: 36px;
  }
}
.ytb-modal .modal-close > svg {
  width: 70%;
  height: auto;
  fill: white;
}
.ytb-modal .modal-close:hover {
  box-shadow: 0 0 24px -4px white;
}
.ytb-modal .modal-close:active {
  box-shadow: 0 0 8px -4px white;
}
.ytb-modal > iframe {
  width: 100%;
  height: 100%;
}/*# sourceMappingURL=main.css.map */