.l-main .title-wrap {
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-main .title-wrap .title {
  font-size: 46px;
  line-height: 70px;
  font-weight: 300;
  color: #222222;
  letter-spacing: -0.05rem;
}

.l-main .title-wrap .detail-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  letter-spacing: -0.04em;
  color: #222222;
  position: relative;
  z-index: 2;
}

.l-main .title-wrap .detail-view:hover .icon-detail-arrow::before {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.l-main .title-wrap .detail-view .icon-detail-arrow {
  margin-left: 13px;
  background: url(/srp/static/images/main/icon-detail-arrow.png) 0 0 no-repeat;
  background-size: 44px 40px;
  width: 44px;
  height: 40px;
  position: relative;
}

.l-main .title-wrap .detail-view .icon-detail-arrow::before {
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #222;
  border-radius: 50%;
  left: 4px;
  top: 0;
  z-index: -1;
}

.l-main .link {
  display: block;
  border: 1px solid #666;
  height: 50px;
  text-align: center;
  font-size: 18px;
  color: #666;
  line-height: 49px;
}

.l-main .link-blue {
  background-color: #004a80;
  border: 1px solid #004a80;
  color: #fff;
}

.l-main .icon-wrap {
  padding: 14px;
  border: 1px solid #9f9f9f;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.l-main .icon-wrap .icon-plus {
  width: 14px;
  height: 14px;
  background-image: url(/srp/static/images/main/icon-plus-gray.png);
}

.l-main .section {
  position: relative;
  overflow: hidden;
}

.l-main .section-01 {
  margin-top: 100px;
}

.l-main .section-01 .main-swiper .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 900px;
}

.l-main .section-01 .main-swiper .swiper-slide:first-of-type {
  background-image: url(/srp/static/images/main/visual-01.jpg);
}

.l-main .section-01 .main-swiper .swiper-slide:nth-of-type(2) {
  background-image: url(/srp/static/images/main/visual-02.jpg);
}

.l-main .section-01 .main-swiper .swiper-slide:last-of-type {
  background-image: url(/srp/static/images/main/visual-03.jpg);
}

.l-main .section-01 .main-swiper .swiper-slide .inner {
  padding-top: 250px;
}

.l-main .section-01 .main-swiper .swiper-slide .inner .tit {
  font-size: 42px;
  line-height: 66px;
  font-weight: 500;
  letter-spacing: -0.045em;
}

.l-main .section-01 .main-swiper .swiper-slide .inner .big-tit {
  font-size: 68px;
  line-height: 76px;
  font-weight: bold;
  letter-spacing: -0.045em;
  margin-bottom: 10px;
}

.l-main .section-01 .main-swiper .swiper-slide .inner .desc {
  line-height: 30px;
  color: #333;
  margin-bottom: 30px;
}

.l-main .section-01 .main-swiper .swiper-slide .inner .link {
  width: 180px;
}

.l-main .section-01 .main-swiper .wrap-etc {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 300px;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-button {
  background: url(/srp/static/images/main/icon-arrow.png) 0 0 no-repeat;
  background-size: 32px 10px;
  width: 32px;
  height: 10px;
  top: 35px;
  margin-top: auto;
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-button::after {
  display: none;
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-button-disabled {
  opacity: 1;
  pointer-events: initial;
  cursor: pointer;
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-button-prev {
  left: 68px;
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-button-next {
  right: 68px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: auto;
  top: 34px;
  width: 60px;
  font-weight: 500;
  position: relative;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-pagination::after {
  content: "";
  position: absolute;
  background-color: #4e525c;
  width: 165px;
  height: 2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -25px;
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-pagination span {
  font-size: 12px;
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-pagination .line {
  width: 1px;
  height: 9px;
  background-color: #666;
  margin: 0 8px;
}

.l-main .section-01 .main-swiper .wrap-etc .swiper-pagination .total-num {
  color: #666;
}

.l-main .section-02 {
  padding: 160px 0 150px;
}

.l-main .section-02::before, .l-main .section-02::after {
  content: "";
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  z-index: -1;
}

.l-main .section-02::before {
  background-image: url(/srp/static/images/main/icon-symbol.png);
  width: 512px;
  height: 548px;
  left: -190px;
  top: -55px;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotating {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.l-main .section-02::after {
  right: -230px;
  bottom: -230px;
  background-image: url(/srp/static/images/main/icon-symbol-txt.png);
  width: 467px;
  height: 480px;
  -webkit-animation: rotating 15s linear infinite;
          animation: rotating 15s linear infinite;
}

.l-main .section-02 .inner .title-wrap {
  margin-bottom: 35px;
}

.l-main .section-02 .inner .rehabilitation-swiper {
  height: 450px;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide {
  width: 400px !important;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
  padding-right: 20px;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a:hover .img-wrap {
  -webkit-box-shadow: 4px 7px 20px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 4px 7px 20px 0px rgba(0, 0, 0, 0.2);
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a:hover .img-wrap::after {
  opacity: 1;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a:hover .img-wrap .line-one, .l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a:hover .img-wrap .line-thr {
  height: 4px;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a:hover .img-wrap .line-two, .l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a:hover .img-wrap .line-fou {
  width: 4px;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a:hover .txt-box .tit {
  color: #004a80;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a .img-wrap {
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a .img-wrap::after {
  content: "";
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  opacity: 0;
  right: 0;
  bottom: 0;
  background-image: url(/srp/static/images/main/icon-back-plus.png);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a .txt-box {
  padding: 0 20px;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a .txt-box .tit {
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 5px;
}

.l-main .section-02 .inner .rehabilitation-swiper .swiper-wrapper .swiper-slide a .txt-box .desc {
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 18px;
  line-height: 24px;
  color: #666666;
  letter-spacing: -0.04em;
}

.l-main .section-02 .inner .rehabilitation-swiper .etc-wrap .swiper-pagination {
  width: 320px;
  height: 2px;
  top: auto;
  bottom: 5px;
  left: 18px;
  background-color: #ececec;
}

.l-main .section-02 .inner .rehabilitation-swiper .etc-wrap .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #004a80;
}

.l-main .section-02 .inner .rehabilitation-swiper .etc-wrap .control {
  left: 350px;
  bottom: 0;
  position: absolute;
  z-index: 3;
}

.l-main .section-02 .inner .rehabilitation-swiper .etc-wrap .control button {
  display: block;
}

.l-main .section-02 .inner .rehabilitation-swiper .etc-wrap .control button.swiper-button-play {
  display: none;
}

.l-main .section-02 .inner .rehabilitation-swiper .etc-wrap .control button .icon-pause {
  background-image: url(/srp/static/images/main/icon-pause.png);
  width: 9px;
  height: 12px;
}

.l-main .section-02 .inner .rehabilitation-swiper .etc-wrap .control button .icon-play {
  background-image: url(/srp/static/images/main/icon-play.png);
  position: relative;
  top: 1px;
  width: 7px;
  height: 14px;
}

.l-main .section-03 {
  padding: 137px 0 195px;
  background: url(/srp/static/images/main/sec3-bg.jpg) 0 0 no-repeat;
  background-size: cover;
}

.l-main .section-03 .title-wrap {
  margin-bottom: 50px;
}

.l-main .section-03 .inner .swiper-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  height: 445px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big {
  width: 810px;
  margin-right: 20px;
  padding-top: 20px;
  height: 460px;
  position: relative;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big {
  position: relative;
  width: 810px;
  height: 440px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big .img-wrap {
  position: absolute;
  width: 420px;
  height: 440px;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big .img-wrap img {
  width: 420px;
  height: 440px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big .txt-wrap {
  background-color: #fff;
  position: absolute;
  width: 420px;
  height: 440px;
  right: 0;
  top: -20px;
  padding: 118px 0 0 100px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big .txt-wrap .tit {
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.06em;
  color: #333;
  margin-bottom: 30px;
  position: relative;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big .txt-wrap .tit::before {
  content: "";
  width: 31px;
  height: 23px;
  left: 0;
  top: -40px;
  position: absolute;
  background: url(/srp/static/images/main/icon-quote.png) 0 0 no-repeat;
  background-size: cover;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big .txt-wrap .tit strong {
  color: #004a80;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big .txt-wrap .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big .txt-wrap .name dt {
  display: block;
  font-size: 18px;
  color: #666666;
  margin-right: 10px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .swiper-wrapper .swiper-slide .wrap-big .txt-wrap .name dd {
  display: block;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc {
  position: absolute;
  bottom: 100px;
  right: 30px;
  bottom: 65px;
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc .swiper-button {
  background: url(/srp/static/images/main/icon-arrow.png) 0 0 no-repeat;
  background-size: 32px 10px;
  width: 32px;
  height: 10px;
  top: auto;
  margin-top: auto;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc .swiper-button::after {
  display: none;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc .swiper-button-disabled {
  opacity: 1;
  pointer-events: initial;
  cursor: pointer;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc .swiper-button-prev {
  left: 0;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 60px;
  font-weight: 500;
  position: relative;
  bottom: 2px;
  left: 55px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc .swiper-pagination span {
  font-size: 12px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc .swiper-pagination .line {
  width: 1px;
  height: 9px;
  background-color: rgba(197, 197, 197, 0.3);
  margin: 0 11px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-big .wrap-etc .swiper-pagination .total-num {
  color: #666;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small {
  position: relative;
  width: 315px;
  height: 385px;
  overflow: hidden;
  margin-top: 20px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide {
  height: 100px;
  width: 275px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  padding: 15px 0 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide img {
  width: 70px;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide:hover .icon-arrow {
  opacity: 1;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide .name {
  margin-left: 20px;
  margin-right: auto;
  font-size: 18px;
  position: relative;
  z-index: 1;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide .name::after {
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  content: "";
  position: absolute;
  width: 190px;
  height: 14px;
  background-color: #fff;
  left: -8px;
  bottom: -5px;
  z-index: -1;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide .icon-arrow {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  width: 10px;
  height: 17px;
  background-image: url(/srp/static/images/main/icon-arrow-on.png);
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide:first-of-type {
  margin-top: 5px;
  padding-top: 0;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide:first-of-type::after {
  display: none;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide-active {
  color: #004a80;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide-active .icon-arrow {
  opacity: 1;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-slide-active .name::after {
  opacity: 1;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-pagination {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0;
  width: vw(2px);
  background-color: #c9c9c9;
}

.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-pagination .swiper-pagination-progressbar,
.l-main .section-03 .inner .swiper-wrap .therapist-small .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #666666;
}

.l-main .section-04 {
  padding: 160px 0 180px;
  background: url(/srp/static/images/main/sec4-bg.jpg) 0 0 no-repeat;
  background-size: cover;
}

.l-main .section-04 .swiper-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 1560px;
  height: 560px;
}

.l-main .section-04 .swiper-wrap .swiper-container {
  margin: 0;
}

.l-main .section-04 .swiper-wrap .info-txt {
  position: absolute;
  left: calc(50% + 140px);
  width: 460px;
  height: 560px;
  border: 3px solid rgba(255, 255, 255, 0.3);
}

.l-main .section-04 .swiper-wrap .info-txt .swiper-wrapper .swiper-slide {
  width: 460px;
}

.l-main .section-04 .swiper-wrap .info-txt .swiper-wrapper .swiper-slide .box {
  padding: 60px 40px 0 50px;
}

.l-main .section-04 .swiper-wrap .info-txt .swiper-wrapper .swiper-slide .box .title-wrap {
  width: auto;
  margin-bottom: 30px;
}

.l-main .section-04 .swiper-wrap .info-txt .swiper-wrapper .swiper-slide .box .title-wrap .title {
  color: #fff;
}

.l-main .section-04 .swiper-wrap .info-txt .swiper-wrapper .swiper-slide .box .title-wrap .detail-view {
  color: #fff;
  font-size: 14px;
}

.l-main .section-04 .swiper-wrap .info-txt .swiper-wrapper .swiper-slide .box .place {
  font-size: 32px;
  line-height: 65px;
  font-weight: bold;
  color: #c6a18e;
  margin-bottom: 1px;
}

.l-main .section-04 .swiper-wrap .info-txt .swiper-wrapper .swiper-slide .box .desc {
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 300;
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc {
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 260px;
  height: 90px;
  background: #fff;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc .swiper-button {
  background: url(/srp/static/images/main/icon-arrow.png) 0 0 no-repeat;
  background-size: 32px 10px;
  width: 32px;
  height: 10px;
  top: auto;
  margin-top: auto;
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc .swiper-button::after {
  display: none;
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc .swiper-button-disabled {
  opacity: 1;
  pointer-events: initial;
  cursor: pointer;
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc .swiper-button-prev {
  left: 50px;
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc .swiper-button-next {
  right: 50px;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 60px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  position: relative;
  bottom: 2px;
  color: #000;
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc .swiper-pagination span {
  font-size: 12px;
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc .swiper-pagination .line {
  width: 1px;
  height: 9px;
  position: relative;
  top: 1px;
  background-color: rgba(197, 197, 197, 0.3);
  margin: 0 10px;
}

.l-main .section-04 .swiper-wrap .info-txt .wrap-etc .swiper-pagination .total-num {
  color: #666666;
}

.l-main .section-04 .swiper-wrap .info-img {
  position: absolute;
  width: calc( 50% + 110px);
  left: 0;
  margin-right: 30px;
}

.l-main .section-04 .swiper-wrap .info-img .swiper-wrapper .swiper-slide {
  width: 710px !important;
  margin-left: 30px;
}

.l-main .section-05 {
  position: relative;
}

.l-main .section-05 .map-wrap {
  width: 100%;
  height: 865px;
  background-color: #f0f0f0;
}

.l-main .section-05 .map-info {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: calc(50% - 600px);
  background-color: #004a80;
  width: 470px;
  height: 507px;
  text-align: center;
  padding: 65px 0;
  color: #fff;
  z-index: 2;
}

.l-main .section-05 .map-info .logo {
  margin-bottom: 30px;
}

.l-main .section-05 .map-info .address {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 45px;
}

.l-main .section-05 .map-info .tel {
  font-size: 30px;
  margin-bottom: 50px;
}

.l-main .section-05 .map-info ul .btn {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  width: 300px;
  height: 60px;
  margin: 0 auto 10px;
}

.l-main .section-05 .map-info ul .btn:last-of-type {
  margin-bottom: auto;
}

.l-main .section-05 .map-info ul .btn a {
  display: block;
  width: 100%;
  height: 100%;
}

.l-main .section-05 .map-info ul .btn-naver {
  background-image: url(/srp/static/images/main/btn-naver.png);
}

.l-main .section-05 .map-info ul .btn-kakao {
  background-image: url(/srp/static/images/main/btn-kakao.png);
}

.l-main .section-06 .list-wrap {
  padding: 80px 0;
}

.l-main .section-06 .list-wrap .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-main .section-06 .list-wrap .inner ul li {
  width: 590px;
  height: 200px;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.l-main .section-06 .list-wrap .inner ul li:hover {
  padding-right: 20px;
}

.l-main .section-06 .list-wrap .inner ul li:hover:first-of-type {
  background-position: bottom left;
}

.l-main .section-06 .list-wrap .inner ul li:hover {
  padding-left: 20px;
}

.l-main .section-06 .list-wrap .inner ul li:hover:last-of-type {
  background-position: top right;
}

.l-main .section-06 .list-wrap .inner ul li:first-of-type {
  background: url(/srp/static/images/main/icon-sound.png) -10px 30px no-repeat #c6a18e;
  background-size: auto;
}

.l-main .section-06 .list-wrap .inner ul li:last-of-type {
  background: url(/srp/static/images/main/icon-bubble-2.png) 420px -20px no-repeat #004a80;
  background-size: auto;
}

.l-main .section-06 .list-wrap .inner ul li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px 30px 0 30px;
  color: #fff;
}

.l-main .section-06 .list-wrap .inner ul li a .tit {
  font-size: 28px;
  line-height: 38px;
  font-weight: bold;
  margin-bottom: 12px;
}

.l-main .section-06 .list-wrap .inner ul li a .desc {
  font-size: 16px;
  line-height: 24px;
}

.l-main .section-06 .banner {
  background: url(/srp/static/images/main/banner-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  padding-bottom: 95px;
}

.l-main .section-06 .banner:hover .inner .txt-wrap .link {
  opacity: 1;
}

.l-main .section-06 .banner .inner {
  text-align: center;
}

.l-main .section-06 .banner .inner .txt-wrap {
  padding: 90px 0 0;
  color: #fff;
}

.l-main .section-06 .banner .inner .txt-wrap .desc {
  font-size: 26px;
  line-height: 28px;
  margin-bottom: 25px;
}

.l-main .section-06 .banner .inner .txt-wrap .desc strong {
  font-size: 42px;
  line-height: 66px;
  display: block;
}

.l-main .section-06 .banner .inner .txt-wrap .link {
  margin: 0 auto;
  width: 160px;
  color: #fff;
  border: 1px solid #fff;
}

.l-main .section-06 .sns-wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 65px;
}

.l-main .section-06 .sns-wrap .inner li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-main .section-06 .sns-wrap .inner li a .icon {
  margin-right: 10px;
  width: 44px;
  height: 44px;
}

.l-main .section-06 .sns-wrap .inner li a .icon-kakao {
  background-image: url(/srp/static/images/main/icon-kakao.png);
}

.l-main .section-06 .sns-wrap .inner li a .icon-youtube {
  height: 30px;
  background-image: url(/srp/static/images/main/icon-youtube.png);
}

.l-main .section-06 .sns-wrap .inner li a .icon-instagram {
  background-image: url(/srp/static/images/main/icon-insta.png);
}

.l-main .section-06 .sns-wrap .inner li a .icon-blog {
  background-image: url(/srp/static/images/main/icon-blog.png);
}

.l-main .section-06 .sns-wrap .inner li a div .tit {
  margin-bottom: 5px;
  font-weight: 500;
}

.l-main .section-06 .sns-wrap .inner li a div .desc {
  font-size: 16px;
  color: #626262;
}

.quick {
  position: relative;
  z-index: 9;
}

.quick .quick-wrap {
  position: fixed;
  bottom: 40px;
  right: 30px;
  display: none;
}

.quick .quick-wrap a {
  display: block;
  width: 100%;
  height: 100%;
}

.quick .quick-wrap a .icon {
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.quick .quick-wrap a .icon-plus {
  width: 20px;
  height: 20px;
  background-image: url(/srp/static/images/main/icon-plus.png);
}

.quick .quick-wrap a .icon-reservation {
  width: 22px;
  height: 22px;
  background-image: url(/srp/static/images/main/icon-reservation.png);
}

.quick .quick-wrap a .icon-kakao {
  width: 25px;
  height: 22px;
  background-image: url(/srp/static/images/main/icon-bubble-1.png);
}

.quick .quick-wrap a .icon-top {
  width: 20px;
  height: 16px;
  background-image: url(/srp/static/images/main/icon-top.png);
}

.quick .quick-wrap .round {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.quick .quick-wrap .plus {
  background-color: #004a80;
  position: relative;
}

.quick .quick-wrap .plus .quick-menu {
  position: absolute;
  bottom: 75px;
  display: none;
}

.quick .quick-wrap .plus .quick-menu .round {
  width: 50px;
  height: 50px;
  background-color: #fff;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.quick .quick-wrap .plus .quick-menu .round:last-of-type {
  margin-top: 10px;
}

.quick .quick-wrap .plus .quick-menu .round:hover {
  background-color: #0d6fb8;
}

.quick .quick-wrap .plus .quick-menu .round:hover a .menu-name {
  opacity: 1;
}

.quick .quick-wrap .plus .quick-menu .round:hover a .icon-reservation {
  width: 22px;
  height: 22px;
  background-image: url(/srp/static/images/main/icon-reservation-hover.png);
}

.quick .quick-wrap .plus .quick-menu .round:hover a .icon-kakao {
  width: 25px;
  height: 22px;
  background-image: url(/srp/static/images/main/icon-bubble-1-hover.png);
}

.quick .quick-wrap .plus .quick-menu .round a {
  position: relative;
}

.quick .quick-wrap .plus .quick-menu .round a .menu-name {
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  left: -110px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 30px;
  width: 100px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  color: #004a80;
}

.quick .quick-wrap .top {
  margin-top: 10px;
  background-color: #4e525c;
}

.jquery-modal {
  text-align: right;
  padding-right: 80px;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
}

#modalMain {
  width: 410px;
  border-radius: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  max-width: 410px;
}

#modalMain .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 20px;
  height: 45px;
  background-color: #4e525c;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#modalMain .top .tit {
  font-size: 14px;
  color: #fff;
}

#modalMain .main-popup-swiper {
  border: 1px solid #4e525c;
  width: 410px;
  height: 410px;
}

#modalMain .main-popup-swiper a {
  display: block;
  width: 410px;
  height: 410px;
}

#modalMain .main-popup-swiper img {
  width: 410px;
  height: 410px;
}

#modalMain .main-popup-swiper .swiper-pagination {
  width: 55px;
  height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 15px;
  display: none;
}

#modalMain .main-popup-swiper .swiper-pagination span {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 300;
}

#modalMain .main-popup-swiper .swiper-pagination span.current {
  font-weight: 500;
}

#modalMain .main-popup-swiper .swiper-pagination span.line {
  margin: 0 2px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.4);
}

#modalMain .check-box {
  margin: 10px;
}

#modalMain .check-box label {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#modalMain a.close-modal {
  top: 17px;
  right: 20px;
  display: block;
  background: url(/srp/static/images/main/popup-x.png) 0 0 no-repeat;
  background-size: cover;
  width: 12px;
  height: 12px;
  text-indent: -99999999%;
}
