.l-sub {
  margin-top: 100px;
}

.l-sub .sub-top {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}

.l-sub .sub-top-center {
  background-image: url(/srp/static/images/sub/center/banner.jpg);
}

.l-sub .sub-top-program {
  background-image: url(/srp/static/images/sub/program/banner.jpg);
}

.l-sub .sub-top-operation {
  background-image: url(/srp/static/images/sub/operation/banner.jpg);
}

.l-sub .sub-top-inquiry {
  background-image: url(/srp/static/images/sub/inquiry/banner.jpg);
}

@-webkit-keyframes up {
  0% {
    bottom: -10px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

@keyframes up {
  0% {
    bottom: -10px;
    opacity: 0;
  }
  100% {
    bottom: 0;
    opacity: 1;
  }
}

.l-sub .sub-top .inner .title {
  position: relative;
  -webkit-animation: up alternate .5s;
          animation: up alternate .5s;
  text-align: center;
  font-size: 46px;
  font-weight: bold;
  letter-spacing: -0.02em;
  color: #fff;
  padding: 120px 0 164px;
}

.l-sub .sub-top .inner .btn-wrap {
  margin-top: -60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
  position: relative;
}

.l-sub .sub-top .inner .btn-wrap li {
  font-size: 18px;
  width: calc(100% / 4);
  height: 60px;
  background-color: #f7f7f7;
  border: 1px solid #dddddd;
  border-top: none;
  border-left: none;
}

.l-sub .sub-top .inner .btn-wrap li.active, .l-sub .sub-top .inner .btn-wrap li:hover {
  border-color: #004a80;
  background-color: #004a80;
  color: #fff;
  font-weight: bold;
}

.l-sub .sub-top .inner .btn-wrap li.active:first-of-type, .l-sub .sub-top .inner .btn-wrap li:hover:first-of-type {
  border-color: #004a80;
}

.l-sub .sub-top .inner .btn-wrap li:first-of-type {
  border-left: 1px solid #dddd;
}

.l-sub .sub-top .inner .btn-wrap li a {
  display: block;
  line-height: 60px;
}

.l-sub .sub-top .inner .btn-wrap-operation li {
  width: calc(100% / 3);
}

.l-sub .sub-top .inner .btn-wrap-inquiry li {
  width: calc(100% / 2);
}

.l-sub .tit-wrap {
  padding: 105px 0 52px;
  text-align: center;
}

.l-sub .tit-wrap .en-tit {
  font-size: 14px;
  line-height: 36px;
  letter-spacing: 0.12em;
  color: #c6a18e;
}

.l-sub .tit-wrap .sub-tit {
  font-size: 48px;
  line-height: 58px;
}

.l-sub .section .section-tit {
  text-align: center;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: -0.02em;
}

.l-sub .section .section-desc {
  font-size: 18px;
  line-height: 36px;
  letter-spacing: -0.02em;
  color: #666666;
  margin-top: 6px;
  text-align: center;
}

.l-sub .privacy-wrap .privacy-guide {
  padding-bottom: 140px;
  height: 130px;
  overflow: hidden;
  overflow-y: scroll;
  border: 1px solid #c3c3c3;
  border-top: 2px solid #333333;
  margin-bottom: 20px;
  padding: 30px;
}

.l-sub .privacy-wrap .privacy-guide .section-sub-tit {
  padding-bottom: 15px;
  font-size: 24px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy {
  margin: 0 auto;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .tit-desc {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 32px;
  color: #666;
  word-break: keep-all;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list {
  word-break: keep-all;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li {
  margin-bottom: 50px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .tit {
  margin-bottom: 20px;
  color: #000;
  font-weight: 600;
  font-size: 18px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .small-tit {
  font-size: 16px;
  margin-bottom: 20px;
  color: #000;
  font-weight: 500;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .txt {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 17px;
  line-height: 25px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .num-list {
  padding-left: 15px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .num-list li {
  margin-bottom: 15px;
  font-size: 17px;
  line-height: 25px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .num-list li:last-of-type {
  margin-bottom: 0;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .depth {
  padding-left: 15px;
  padding-top: 5px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .depth li {
  position: relative;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .depth li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #222;
  left: -7px;
  top: 11px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .depth li.none {
  padding-left: 0;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .depth li.none::before {
  display: none;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .wrap .tit {
  padding-top: 10px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .wrap .wrap-table {
  padding-top: 0;
  padding-bottom: 0;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .btn-drop {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  background: #999;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .btn-drop .icon-drop {
  width: 20px;
  height: 20px;
  background: url(/srp/static/images/sub/cs/icon-drop-min.png) no-repeat center center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li .btn-drop .icon-drop.open {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li.mb0 {
  margin-bottom: 0;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li.mb40 {
  margin-bottom: 40px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list > li:last-of-type {
  margin-bottom: 0;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list .wrap-table {
  padding-top: 30px;
  padding-bottom: 10px;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list .wrap-table .table {
  margin: 0 auto;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list .wrap-table .table thead {
  border-top: 1px solid #666666;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list .wrap-table .table thead th {
  height: 50px;
  text-align: center;
  border: 1px solid #ddd;
  border-top: none;
  background: #f4f4f4;
  font-weight: 600;
  font-size: 18px;
  vertical-align: middle;
}

.l-sub .privacy-wrap .privacy-guide .section-privacy .privacy-list .wrap-table .table tbody td {
  padding: 20px 0;
  border: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.l-sub .privacy-wrap .check-box {
  margin-bottom: 60px;
}

.l-sub .btn-wrap {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-sub .btn-wrap button {
  width: 280px;
  height: 55px;
  line-height: 55px;
  letter-spacing: -0.06em;
  color: #fff;
  margin: 0 5px;
}

.l-sub .btn-wrap button.btn-cancel {
  background-color: #999999;
}

.l-sub .btn-wrap button.btn-reservation {
  background-color: #004a80;
}

.l-sub-center {
  padding-bottom: 140px;
}

.l-sub-center-info .section-01 {
  position: relative;
  overflow: hidden;
}

.l-sub-center-info .section-01::after {
  content: "";
  position: absolute;
  background-image: url(/srp/static/images/main/icon-symbol.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 446px;
  height: 477px;
  right: 50px;
  bottom: -80px;
}

.l-sub-center-info .section-01 .info {
  padding: 78px 0;
  background-color: #fafafa;
}

.l-sub-center-info .section-01 .info .inner dl {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  letter-spacing: -0.02em;
  margin-bottom: 55px;
}

.l-sub-center-info .section-01 .info .inner dl dt {
  font-size: 36px;
  line-height: 45px;
  font-weight: 500;
  color: #333333;
  margin-right: 60px;
}

.l-sub-center-info .section-01 .info .inner dl dd {
  margin-left: 30px;
  font-size: 18px;
  line-height: 26px;
  color: #666666;
  position: relative;
}

.l-sub-center-info .section-01 .info .inner dl dd::before {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: calc(100% - 14px);
  width: 3px;
  background-color: #dddddd;
}

.l-sub-center-info .section-01 .info .inner .img-wrap {
  padding: 0 105px;
}

.l-sub-center-info .section-02 {
  padding-top: 120px;
  padding-bottom: 125px;
}

.l-sub-center-info .section-02 .inner .principle .section-desc {
  margin-bottom: 30px;
}

.l-sub-center-info .section-02 .inner .principle 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;
  text-align: center;
}

.l-sub-center-info .section-02 .inner .principle ul li img {
  margin-bottom: 13px;
}

.l-sub-center-info .section-02 .inner .principle ul li .txt-wrap .name {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.l-sub-center-info .section-02 .inner .principle ul li .txt-wrap .desc {
  font-size: 18px;
  line-height: 35px;
  color: #666666;
}

.l-sub-center-info .section-03 .inner .process .section-tit {
  margin-bottom: 45px;
}

.l-sub-center-info .section-03 .inner .process .step 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-sub-center-info .section-03 .inner .process .step ul li {
  width: 285px;
  height: 260px;
  padding: 35px 0 0 30px;
  position: relative;
  background-color: #d7d2d0;
}

.l-sub-center-info .section-03 .inner .process .step ul li .num {
  background-color: #c0b7b4;
}

.l-sub-center-info .section-03 .inner .process .step ul li .num {
  width: 83px;
  height: 26px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 11px;
}

.l-sub-center-info .section-03 .inner .process .step ul li .num strong {
  margin: -2px 0 0 5px;
  font-size: 18px;
  font-weight: 500;
}

.l-sub-center-info .section-03 .inner .process .step ul li .tit {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  letter-spacing: -0.045em;
}

.l-sub-center-info .section-03 .inner .process .step ul li .en-tit {
  font-size: 16px;
  line-height: 19px;
  color: #333333;
  font-weight: 300;
}

.l-sub-center-info .section-03 .inner .process .step ul li .icon {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.l-sub-center-info .section-03 .inner .process .step ul li .icon-step-01 {
  width: 73px;
  height: 79px;
  background-image: url(/srp/static/images/sub/center/icon-step-01.png);
}

.l-sub-center-info .section-03 .inner .process .step ul li .icon-step-02 {
  width: 75px;
  height: 80px;
  background-image: url(/srp/static/images/sub/center/icon-step-02.png);
}

.l-sub-center-info .section-03 .inner .process .step ul li .icon-step-03 {
  width: 83px;
  height: 80px;
  background-image: url(/srp/static/images/sub/center/icon-step-03.png);
}

.l-sub-center-info .section-03 .inner .process .step ul li .icon-step-04 {
  width: 83px;
  height: 83px;
  background-image: url(/srp/static/images/sub/center/icon-step-04.png);
}

.l-sub-center-info .section-03 .inner .process .step ul li .icon-step-05 {
  width: 83px;
  height: 53px;
  background-image: url(/srp/static/images/sub/center/icon-step-05.png);
}

.l-sub-center-info .section-03 .inner .process .step ul li .icon-step-06 {
  width: 83px;
  height: 79px;
  background-image: url(/srp/static/images/sub/center/icon-step-06.png);
}

.l-sub-center-info .section-03 .inner .process .step ul li .icon-step-07 {
  width: 78px;
  height: 77px;
  background-image: url(/srp/static/images/sub/center/icon-step-07.png);
}

.l-sub-center-info .section-03 .inner .process .step ul li.bright {
  background-color: #cdb6ab;
}

.l-sub-center-info .section-03 .inner .process .step ul li.bright .num {
  background-color: rgba(186, 160, 148, 0.8);
}

.l-sub-center-info .section-03 .inner .process .step ul li:nth-of-type(5), .l-sub-center-info .section-03 .inner .process .step ul li:nth-of-type(6), .l-sub-center-info .section-03 .inner .process .step ul li:nth-of-type(7) {
  margin-top: 20px;
  width: 386px;
}

.l-sub-center-therapist .section-01 {
  padding-bottom: 135px;
}

.l-sub-center-therapist .section-01 .small {
  font-size: 36px;
  color: #333333;
  margin-bottom: 30px;
}

.l-sub-center-therapist .section-01 .list-wrap {
  margin-bottom: 80px;
}

.l-sub-center-therapist .section-01 .list-wrap:last-of-type {
  margin-bottom: auto;
}

.l-sub-center-therapist .section-01 .list-wrap .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-sub-center-therapist .section-01 .list-wrap .list li {
  width: calc( (100% - 20px) / 2);
  position: relative;
}

.l-sub-center-therapist .section-01 .list-wrap .list li:nth-of-type(n+3) {
  margin-top: 20px;
}

.l-sub-center-therapist .section-01 .list-wrap .list li:nth-of-type(odd) {
  margin-right: 20px;
}

.l-sub-center-therapist .section-01 .list-wrap .list li::before {
  content: "";
  position: absolute;
  top: 35px;
  left: 45px;
  background: url(/srp/static/images/main/icon-quote.png) 0 0 no-repeat;
  background-size: contain;
  width: 26px;
  height: 19px;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap {
  position: absolute;
  left: 40px;
  top: 65px;
  max-width: 290px;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .desc {
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.06em;
  color: #333333;
  margin-bottom: 23px;
  max-height: 144px;
  overflow: hidden;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .desc strong {
  color: #004a80;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 27px;
  margin-bottom: 15px;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .name dt {
  font-weight: 300;
  font-size: 16px;
  color: #666666;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .name dd {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-left: 9px;
  width: 180px;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .edu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 27px;
  position: relative;
  padding-top: 16px;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .edu::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 2px;
  background-color: #d1d1d1;
  top: 0;
  left: -9px;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .edu dt {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .edu dd {
  font-size: 16px;
  color: #666666;
  margin-left: 62px;
  position: relative;
  width: 180px;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .edu dd::before {
  content: "";
  position: absolute;
  top: 12px;
  left: -10px;
  width: 3px;
  height: 3px;
  background-color: #666666;
}

.l-sub-center-therapist .section-01 .list-wrap .list li .txt-wrap .edu dd:first-of-type {
  margin-left: 30px;
}

.l-sub-center-therapist .section-02 .inner .section-tit {
  margin-bottom: 35px;
}

.l-sub-center-therapist .section-02 .inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-sub-center-therapist .section-02 .inner ul li:hover a .txt-wrap .wrap .icon-plus {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-sub-center-therapist .section-02 .inner ul li a .txt-wrap .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;
}

.l-sub-center-therapist .section-02 .inner ul li a .txt-wrap .wrap .icon-plus {
  background-image: url(/srp/static/images/sub/center/icon-plus.png);
  -webkit-transition: all .5s;
  transition: all .5s;
}

.l-sub-center-therapist .section-02 .inner ul li a .line {
  background-color: #004a80;
}

.l-sub-center-therapist .section-02 .inner ul li a .line-one {
  height: 10px;
}

.l-sub-center-therapist .section-02 .inner ul li a .line-two {
  width: 10px;
}

.l-sub-center-therapist .section-02 .inner ul li a .line-thr {
  height: 10px;
}

.l-sub-center-therapist .section-02 .inner ul li a .line-fou {
  width: 10px;
}

.l-sub-center-therapist .section-02 .inner .big-message {
  margin-bottom: 70px;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li {
  width: calc((100% - 13px) / 2);
  height: 305px;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li:nth-of-type(odd) {
  margin-right: 13px;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li:hover .img-wrap img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li:hover .txt-wrap {
  height: 120px;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li a {
  overflow: hidden;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li a .img-wrap {
  width: 594px;
  height: 305px;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li a .img-wrap img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li a .txt-wrap {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 115px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 27px 30px 30px;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li a .txt-wrap .tit {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: #333333;
  margin-bottom: 2px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li a .txt-wrap .wrap .desc {
  max-width: 460px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  letter-spacing: -0.06em;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.l-sub-center-therapist .section-02 .inner .big-message .effect-border li a .txt-wrap .wrap .icon-plus {
  width: 21px;
  height: 21px;
}

.l-sub-center-therapist .section-02 .inner .total {
  font-size: 20px;
  letter-spacing: -0.02em;
  color: #333333;
  font-weight: 500;
  margin-bottom: 20px;
}

.l-sub-center-therapist .section-02 .inner .total .num {
  font-size: 26px;
  font-weight: bold;
  color: #004a80;
  letter-spacing: -0.05em;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul {
  margin-bottom: 60px;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul li {
  width: calc( ( 100% - 60px ) / 4);
  margin-right: 20px;
  height: 295px;
  border: 1px solid #eae9e7;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul li:nth-of-type(4n+4) {
  margin-right: auto;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul li:nth-of-type(n+5) {
  margin-top: 20px;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul li a {
  padding: 57px 30px 30px;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul li a .txt-wrap .tit {
  line-height: 26px;
  color: #333333;
  letter-spacing: -0.06em;
  font-weight: 500;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 12px;
  height: 52px;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul li a .txt-wrap .desc {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  letter-spacing: -0.06em;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 35px;
  height: 72px;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul li a .txt-wrap .wrap {
  border-top: 2px dashed #e1e1e1;
  padding-top: 18px;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul li a .txt-wrap .wrap .icon-plus {
  width: 19px;
  height: 19px;
}

.l-sub-center-therapist .section-02 .inner .small-message > ul li a .txt-wrap .wrap .date {
  font-size: 14px;
  color: #666666;
  letter-spacing: -0.04em;
}

.l-sub-center-therapist .section-02 .inner .small-message .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: center;
      -ms-flex-align: center;
          align-items: center;
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .btn {
  display: block;
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .btn .icon-double {
  background-image: url(/srp/static/images/sub/center/icon-double-arrow.png);
  width: 13px;
  height: 13px;
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .btn .icon-arrow {
  background-image: url(/srp/static/images/sub/center/icon-arrow.png);
  width: 7px;
  height: 13px;
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .btn .icon-last, .l-sub-center-therapist .section-02 .inner .small-message .pagination .btn .icon-next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .btn .icon-prev {
  margin-left: 20px;
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .btn .icon-next {
  margin-right: 20px;
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .num-list {
  margin: 0 30px;
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .num-list li {
  margin: 0 15px;
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .num-list li .btn-num {
  display: block;
  font-weight: 300;
  font-size: 16px;
  color: #666666;
}

.l-sub-center-therapist .section-02 .inner .small-message .pagination .num-list li .btn-num.btn-active {
  font-weight: 500;
  color: #333333;
}

.l-sub-center-view .section-01 {
  padding: 120px 0 0 0;
}

.l-sub-center-view .section-01 .inner .list-btn {
  display: block;
  text-align: center;
  width: 90px;
  height: 45px;
  line-height: 45px;
  background-color: #666666;
  font-size: 18px;
  color: #fff;
  margin-left: auto;
}

.l-sub-center-view .section-01 .inner .view .view-info {
  margin-top: 30px;
  border-top: 2px solid #333333;
  border-bottom: 1px solid #c3c3c3;
  padding: 25px 20px 25px 40px;
  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-sub-center-view .section-01 .inner .view .view-info .tit {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  max-width: 965px;
  line-height: 25px;
}

.l-sub-center-view .section-01 .inner .view .view-info .date-wrap {
  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: 17px;
  letter-spacing: -0.05em;
  color: #666666;
}

.l-sub-center-view .section-01 .inner .view .view-info .date-wrap .date {
  margin-left: 15px;
}

.l-sub-center-view .section-01 .inner .view .view-contents {
  padding: 60px 40px;
}

.l-sub-center-view .section-01 .inner .view .view-contents .img-wrap {
  margin-bottom: 30px;
}

.l-sub-center-view .section-01 .inner .view .view-contents .txt-wrap p {
  font-size: 17px;
  letter-spacing: -0.05em;
  line-height: 24px;
  color: #333333;
  margin-bottom: 17px;
}

.l-sub-center-view .section-01 .inner .view .view-contents .txt-wrap p:last-of-type {
  margin-bottom: auto;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview {
  border-top: 2px solid #333333;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview .board-turn {
  border-bottom: 1px solid #c3c3c3;
  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;
  padding: 20px;
  opacity: .8;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview .board-turn:hover {
  opacity: 1;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview .board-turn .post {
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #666666;
  margin-right: 40px;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview .board-turn .tit {
  max-width: 960px;
  letter-spacing: -0.04em;
  color: #333333;
  line-height: 21px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 21px;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview .board-turn .tit.ie {
  white-space: nowrap;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview .board-turn .date {
  margin-left: auto;
  font-size: 17px;
  letter-spacing: -0.05em;
  color: #666666;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview .board-turn-no {
  pointer-events: none;
  opacity: .5;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview .board-turn-no:hover {
  opacity: .5;
}

.l-sub-center-view .section-01 .inner .view .view-turn .board-preview .list-btn {
  margin-top: 30px;
}

.l-sub-center-facility .section-01 .tab-area .tab-wrap {
  margin-bottom: 40px;
  border-bottom: 1px solid #dddddd;
}

.l-sub-center-facility .section-01 .tab-area .tab-wrap .inner {
  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;
}

.l-sub-center-facility .section-01 .tab-area .tab-wrap .inner > li {
  margin: 0 29px;
  position: relative;
  padding-bottom: 22px;
}

.l-sub-center-facility .section-01 .tab-area .tab-wrap .inner > li::before {
  -webkit-transition: all .2s;
  transition: all .2s;
}

@-webkit-keyframes line-btn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 20px);
  }
}

@keyframes line-btn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 20px);
  }
}

.l-sub-center-facility .section-01 .tab-area .tab-wrap .inner > li.active::before, .l-sub-center-facility .section-01 .tab-area .tab-wrap .inner > li:hover::before {
  content: "";
  position: absolute;
  background-color: #004a80;
  width: calc( 100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  height: 3px;
  -webkit-animation: line-btn forwards .2s;
          animation: line-btn forwards .2s;
}

.l-sub-center-facility .section-01 .tab-area .tab-wrap .inner > li.active a, .l-sub-center-facility .section-01 .tab-area .tab-wrap .inner > li:hover a {
  color: #004a80;
  font-weight: 500;
}

.l-sub-center-facility .section-01 .tab-area .tab-wrap .inner > li a {
  display: block;
  font-size: 18px;
  line-height: 36px;
  color: #666666;
}

.l-sub-center-facility .section-01 .tab-area .tab-box {
  display: none;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big {
  height: 700px;
  margin-bottom: 40px;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big .swiper-wrapper .swiper-slide {
  width: 100% !important;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big .swiper-wrapper .swiper-slide .box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  height: 100px;
  padding: 15px 80px 23px;
  text-align: center;
  color: #fff;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big .swiper-wrapper .swiper-slide .box .tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 36px;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big .swiper-wrapper .swiper-slide .box .desc {
  font-size: 16px;
  line-height: 26px;
  color: #cccccc;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big .wrap-etc {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100px;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big .wrap-etc .swiper-button {
  background: url(/srp/static/images/main/icon-arrow-white.png) #004a80;
  background-repeat: no-repeat;
  background-size: 32px 10px;
  background-position: center center;
  width: 80px;
  height: 100%;
  top: auto;
  margin-top: auto;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big .wrap-etc .swiper-button-prev {
  left: 0;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big .wrap-etc .swiper-button-next {
  right: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-big .wrap-etc .swiper-button::after {
  display: none;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-small .swiper-wrapper .swiper-slide {
  width: calc( ( 100% - 60px ) / 4) !important;
  margin-right: 20px;
}

.l-sub-center-facility .section-01 .tab-area .tab-box .inner .swiper-wrap .swiper-container-small .swiper-wrapper .swiper-slide-active {
  outline: 8px solid #004a80;
  outline-offset: -8px;
}

.l-sub-center-facility .section-01 .tab-area .tab-box.on {
  display: block;
}

.l-sub-center-equipment .section-01 .inner li {
  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-sub-center-equipment .section-01 .inner li:nth-of-type(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.l-sub-center-equipment .section-01 .inner li:nth-of-type(even) .txt-wrap {
  padding: 0 100px 0 0;
}

.l-sub-center-equipment .section-01 .inner li:nth-of-type(even) .txt-wrap .desc::after {
  left: auto;
  right: 0;
}

.l-sub-center-equipment .section-01 .inner li .txt-wrap {
  padding: 0 0 0 100px;
}

.l-sub-center-equipment .section-01 .inner li .txt-wrap .tit {
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.06em;
  color: #333333;
  font-weight: 500;
  margin-bottom: 10px;
}

.l-sub-center-equipment .section-01 .inner li .txt-wrap .desc {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 28px;
  margin-bottom: 26px;
  position: relative;
}

.l-sub-center-equipment .section-01 .inner li .txt-wrap .desc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background-color: #666666;
}

.l-sub-center-equipment .section-01 .inner li .txt-wrap .txt {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  font-weight: 500;
}

.l-sub-center-equipment .section-01 .inner li .txt-wrap .txt .point {
  font-size: 18px;
  font-weight: bold;
}

.l-sub-program 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-sub-program ul li {
  text-align: center;
}

.l-sub-program .section-01 {
  padding-bottom: 80px;
}

.l-sub-program .section-01 .inner .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.l-sub-program .section-01 .inner .box .txt-wrap {
  width: 620px;
  padding: 155px 0 0 50px;
  background: url(/srp/static/images/sub/program/icon-symbol.png) #004a80;
  background-repeat: no-repeat;
  background-size: 260px 278px;
  background-position: right 20px bottom -60px;
}

.l-sub-program .section-01 .inner .box .txt-wrap .tit {
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
  letter-spacing: -0.04em;
  position: relative;
}

.l-sub-program .section-01 .inner .box .txt-wrap .tit::before {
  content: "";
  position: absolute;
  left: 0;
  top: -43px;
  width: 45px;
  height: 3px;
  background-color: #dddddd;
}

.l-sub-program .section-01 .inner .box .txt-wrap .desc {
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  color: #cccccc;
  letter-spacing: -0.04em;
}

.l-sub-program .section-02 {
  background-color: #f9f0eb;
  padding: 75px 0 95px;
}

.l-sub-program .section-02 .inner .section-tit {
  margin-bottom: 35px;
}

.l-sub-program .section-02 .inner > ul.four li {
  width: calc( ( 100% - 20px) / 4);
}

.l-sub-program .section-02 .inner > ul li {
  width: calc( ( 100% - 40px) / 3);
}

.l-sub-program .section-02 .inner > ul li .img-wrap {
  margin-bottom: 30px;
}

.l-sub-program .section-02 .inner > ul li .txt-wrap .tit {
  margin: 0 auto 15px;
  width: 180px;
  text-align: center;
  height: 50px;
  line-height: 50px;
  background-color: #c6a18e;
  border-radius: 30px;
  color: #fff;
  letter-spacing: -0.04em;
}

.l-sub-program .section-02 .inner > ul li .txt-wrap .tit.small {
  width: 120px;
}

.l-sub-program .section-02 .inner > ul li .txt-wrap .desc {
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.l-sub-program .section-03 {
  padding: 115px 0 0;
}

.l-sub-program .section-03 .inner .section-tit {
  margin-bottom: 40px;
}

.l-sub-program .section-03 .inner ul li {
  width: calc( (100% - 20px ) /2);
  text-align: left;
  padding: 40px;
  height: 280px;
}

.l-sub-program .section-03 .inner ul li:first-of-type {
  background: url(/srp/static/images/sub/program/icon-manual.png) #cdb6ab;
  background-size: 100px 95px;
  background-repeat: no-repeat;
  background-position: right 30px bottom 30px;
}

.l-sub-program .section-03 .inner ul li:last-of-type {
  background: url(/srp/static/images/sub/program/icon-exercise.png) #d7d2d0;
  background-size: 100px 100px;
  background-repeat: no-repeat;
  background-position: right 30px bottom 30px;
}

.l-sub-program .section-03 .inner ul li .tit {
  font-size: 30px;
  line-height: 45px;
  color: #333333;
  margin-bottom: 22px;
}

.l-sub-program .section-03 .inner ul li .desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  color: #333333;
}

.l-sub-program .section-04 {
  padding: 115px 0 135px;
}

.l-sub-program .section-04 .inner .section-tit {
  margin-bottom: 35px;
}

.l-sub-program .section-04 .inner ul {
  padding: 0 70px;
}

.l-sub-program .section-04 .inner ul li {
  width: calc( ( 100%  - 120px ) / 3);
  position: relative;
}

.l-sub-program .section-04 .inner ul li .num {
  position: absolute;
  left: 10px;
  top: 25px;
  background-color: #004a80;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 60px;
}

.l-sub-program .section-04 .inner ul li .img-wrap {
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 15px;
}

.l-sub-program .section-04 .inner ul li .desc {
  line-height: 26px;
  letter-spacing: -0.04em;
  color: #333333;
}

.l-sub-program .section-05 {
  background-color: #f7f7f7;
  padding: 0 0 135px;
}

.l-sub-program .section-05 .top {
  background: url(/srp/static/images/sub/program/center-banner.jpg) 0 0 no-repeat;
  background-size: cover;
  padding: 95px 0 210px;
}

.l-sub-program .section-05 .top .round {
  margin: 0 auto;
  width: 240px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.04em;
  background-color: #c6a18e;
  border-radius: 30px;
  margin-bottom: 33px;
  text-align: center;
}

.l-sub-program .section-05 .top .desc {
  font-size: 42px;
  line-height: 52px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.l-sub-program .section-05 .inner {
  text-align: center;
}

.l-sub-program .section-05 .inner ul {
  margin-top: -95px;
}

.l-sub-program .section-05 .inner ul li {
  width: calc( ( 100%  - 120px )/3);
}

.l-sub-program .section-05 .inner ul li .img-wrap {
  margin-bottom: 23px;
}

.l-sub-program .section-05 .inner ul li .desc {
  font-size: 18px;
  line-height: 24px;
  color: #333333;
}

.l-sub-program .section-06 {
  background-color: #f7f7f7;
  padding-bottom: 140px;
}

.l-sub-program .section-06 .inner .section-tit {
  margin-bottom: 38px;
}

.l-sub-program .section-06 .inner ul {
  background-color: #fff;
  padding: 50px 153px;
}

.l-sub-program .section-06 .inner ul li {
  width: calc( ( 100% - 420px ) / 4);
}

.l-sub-program .section-06 .inner ul li .icon-wrap {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #dee7ee;
  margin-bottom: 15px;
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon {
  width: 120px;
  height: 120px;
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-fast {
  background-image: url(/srp/static/images/sub/program/icon-fast.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-prevention {
  background-image: url(/srp/static/images/sub/program/icon-prevention.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-enforce {
  background-image: url(/srp/static/images/sub/program/icon-enforce.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-enforce-s {
  background-image: url(/srp/static/images/sub/program/icon-enforce-s.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-mitigation {
  background-image: url(/srp/static/images/sub/program/icon-mitigation.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-function {
  background-image: url(/srp/static/images/sub/program/icon-function.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-function-s {
  background-image: url(/srp/static/images/sub/program/icon-function-s.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-reduction {
  background-image: url(/srp/static/images/sub/program/icon-reduction.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-ms {
  background-image: url(/srp/static/images/sub/program/icon-ms.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-rehabilitation {
  background-image: url(/srp/static/images/sub/program/icon-rehabilitation.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-recovery {
  background-image: url(/srp/static/images/sub/program/icon-recovery.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-daily {
  background-image: url(/srp/static/images/sub/program/icon-daily.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-organization {
  background-image: url(/srp/static/images/sub/program/icon-organization.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-relapse {
  background-image: url(/srp/static/images/sub/program/icon-relapse.png);
}

.l-sub-program .section-06 .inner ul li .icon-wrap .icon-sport {
  background-image: url(/srp/static/images/sub/program/icon-sport.png);
}

.l-sub-program .section-06 .inner ul li .desc {
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.1em;
  word-break: keep-all;
  word-wrap: break-word;
}

.l-sub-operation .section-common {
  padding-bottom: 140px;
}

.l-sub-operation .section-common .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-sub-operation .section-common .inner .box {
  width: 400px;
  height: 450px;
  background: #004a80;
  padding: 65px 40px;
  text-align: center;
}

.l-sub-operation .section-common .inner .box .cont .tit {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  letter-spacing: -0.06em;
  font-weight: 500;
}

.l-sub-operation .section-common .inner .box .cont .tit .icon {
  width: 23px;
  height: 23px;
  margin-right: 10px;
}

.l-sub-operation .section-common .inner .box .cont .tit .icon-tel {
  background-image: url(/srp/static/images/sub/operation/icon-tel.png);
}

.l-sub-operation .section-common .inner .box .cont .tit .icon-time {
  background-image: url(/srp/static/images/sub/operation/icon-time.png);
}

.l-sub-operation .section-common .inner .box .cont-top {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.l-sub-operation .section-common .inner .box .cont-top .tit {
  margin-bottom: 20px;
}

.l-sub-operation .section-common .inner .box .cont-top .floor ol li {
  color: #fff;
  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;
  margin-bottom: 10px;
}

.l-sub-operation .section-common .inner .box .cont-top .floor ol li:last-of-type {
  margin-bottom: auto;
}

.l-sub-operation .section-common .inner .box .cont-top .floor ol li span {
  display: block;
  line-height: 30px;
}

.l-sub-operation .section-common .inner .box .cont-top .floor ol li span.floor-num {
  font-size: 16px;
  letter-spacing: -0.04em;
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.l-sub-operation .section-common .inner .box .cont-top .floor ol li span.floor-num::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #999999;
  border-radius: 50%;
  z-index: -1;
  left: -7px;
  top: 0;
}

.l-sub-operation .section-common .inner .box .cont-top .floor ol li span.tel {
  letter-spacing: -0.02em;
}

.l-sub-operation .section-common .inner .box .cont-bottom {
  padding-top: 30px;
}

.l-sub-operation .section-common .inner .box .cont-bottom .tit {
  margin-bottom: 15px;
}

.l-sub-operation .section-common .inner .box .cont-bottom .time {
  width: 220px;
  margin: 0 auto;
}

.l-sub-operation .section-common .inner .box .cont-bottom .time ul {
  margin-bottom: 10px;
}

.l-sub-operation .section-common .inner .box .cont-bottom .time ul li {
  font-size: 16px;
  color: #fff;
  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-sub-operation .section-common .inner .box .cont-bottom .time ul li span {
  display: block;
  text-align: left;
  font-weight: 300;
  line-height: 26px;
}

.l-sub-operation .section-common .inner .box .cont-bottom .time ul li span.word {
  letter-spacing: -0.06em;
}

.l-sub-operation .section-common .inner .box .cont-bottom .time ul li span.word-2 {
  letter-spacing: 1.65em;
}

.l-sub-operation .section-common .inner .box .cont-bottom .time ul li span.word-3 {
  letter-spacing: 0.37em;
}

.l-sub-operation .section-common .inner .box .cont-bottom .time .notice {
  background-color: #cccccc;
  font-size: 15px;
  line-height: 26px;
  color: #333333;
  font-weight: 300;
}

.l-sub-operation .section-common .inner .box .cont-bottom .time .notice .point {
  font-weight: bold;
  font-size: 16px;
}

.l-sub-operation-reservation .section-01 {
  padding-bottom: 0;
}

.l-sub-operation-reservation .section-01 .inner > ul {
  margin: 25px 0 80px;
}

.l-sub-operation-reservation .section-01 .inner > ul li {
  position: relative;
  padding-left: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  letter-spacing: -0.06em;
}

.l-sub-operation-reservation .section-01 .inner > ul li.point {
  font-size: 17px;
  color: #004a80;
  font-weight: bold;
}

.l-sub-operation-reservation .section-01 .inner > ul li::before {
  content: "";
  left: 0;
  top: 11px;
  width: 4px;
  height: 4px;
  background-color: #323232;
  position: absolute;
}

.l-sub-operation-reservation .section-02 {
  overflow: hidden;
  padding-bottom: 140px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap {
  min-width: 1200px;
  border-width: 1200px;
  border-top: 2px solid #333333;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table {
  width: 1200px;
  border-bottom: 1px solid #c3c3c3;
  table-layout: fixed;
  margin-bottom: 30px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr {
  border-bottom: 1px solid rgba(195, 195, 195, 0.4);
  text-align: left;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr:last-of-type {
  border-bottom: none;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr:last-of-type th {
  padding: 15px 0 15px 30px;
  vertical-align: top;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.radio-wrap.ie th {
  vertical-align: middle;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.radio-wrap.ie td {
  padding-top: 22px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr .radio-box {
  margin-right: 40px;
  padding-bottom: 22px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr .radio-box:last-of-type {
  margin-right: auto;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr th {
  text-align: left;
  background-color: #f4f4f4;
  width: 160px;
  padding: 22px 0 22px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  letter-spacing: -0.06em;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr td {
  width: 1040px;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #333333;
  padding: 0px 20px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr td.date-a.ie {
  position: relative;
  top: 12px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr td.subject {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr td .wrap-datepicker {
  width: 180px;
  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-sub-operation-reservation .section-02 .inner .table-wrap .table tr td.text {
  padding: 15px 20px 25px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr td.text textarea {
  width: 1002px;
  height: 156px;
  border: 1px solid #c3c3c3;
  font-size: 14px;
  resize: none;
  font-family: 'Noto Sans KR';
  padding: 15px 10px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr td.text textarea::-webkit-input-placeholder {
  color: #666666;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr td.text textarea:-ms-input-placeholder {
  color: #666666;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr td.text textarea::-ms-input-placeholder {
  color: #666666;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr td.text textarea::placeholder {
  color: #666666;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td .wrap-datepicker {
  position: relative;
  width: 200px;
  height: 36px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td .wrap-datepicker input {
  top: 0;
  left: 0;
  width: 200px;
  height: 36px;
  padding: 0 34px 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  border: 1px solid #c3c3c3;
  color: #333;
  letter-spacing: -0.06em;
  font-size: 14px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td .wrap-datepicker input:focus {
  border-color: #004a80;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td .wrap-datepicker button {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  width: 20px;
  height: 20px;
  border: none;
  background: url(/srp/static/images/common/datepicker-btn.png) center center no-repeat;
  background-size: cover;
  text-indent: -9999px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td input, .l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td select {
  width: 260px;
  height: 40px;
  border: 1px solid #c3c3c3;
  padding-left: 10px;
  font-size: 14px;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td input::-webkit-input-placeholder {
  color: #666666;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td input:-ms-input-placeholder {
  color: #666666;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td input::-ms-input-placeholder {
  color: #666666;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division td input::placeholder {
  color: #666666;
}

.l-sub-operation-reservation .section-02 .inner .table-wrap .table tr.division.ie .gender-a {
  position: relative;
  top: 22px;
}

.l-sub-operation-contact {
  padding-bottom: 140px;
}

.l-sub-operation-contact .section-01 {
  padding-bottom: 80px;
}

.l-sub-operation-contact .section-01 .inner #daumRoughmapContainer1636699116489, .l-sub-operation-contact .section-01 .inner .map-wrap {
  width: 100%;
  height: 385px;
  margin-bottom: 28px;
}

.l-sub-operation-contact .section-01 .inner > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-sub-operation-contact .section-01 .inner > ul li .box {
  margin-right: 100px;
}

.l-sub-operation-contact .section-01 .inner > ul li .box:last-of-type {
  margin-right: auto;
}

.l-sub-operation-contact .section-01 .inner > ul li .box p {
  font-size: 18px;
  color: #333333;
  letter-spacing: -0.06em;
  font-weight: 500;
  margin-bottom: 10px;
}

.l-sub-operation-contact .section-01 .inner > ul li .box p.address {
  font-size: 18px;
  line-height: 33px;
  color: #666666;
  letter-spacing: -0.04em;
}

.l-sub-operation-contact .section-01 .inner > ul li .box .floor-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-sub-operation-contact .section-01 .inner > ul li .box .floor-wrap dl {
  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-right: 44px;
  position: relative;
}

.l-sub-operation-contact .section-01 .inner > ul li .box .floor-wrap dl::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 28px;
  background-color: #dddddd;
  right: -25px;
}

.l-sub-operation-contact .section-01 .inner > ul li .box .floor-wrap dl:last-of-type {
  margin-right: auto;
}

.l-sub-operation-contact .section-01 .inner > ul li .box .floor-wrap dl:last-of-type::after {
  display: none;
}

.l-sub-operation-contact .section-01 .inner > ul li .box .floor-wrap dl dt {
  font-size: 18px;
  line-height: 32px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background-color: #999999;
  color: #fff;
  letter-spacing: -0.04em;
  text-align: center;
  margin-right: 10px;
}

.l-sub-operation-contact .section-01 .inner > ul li .box .floor-wrap dl dd {
  font-size: 18px;
  color: #666666;
  letter-spacing: -0.04em;
}

.l-sub-operation-contact .section-02 {
  background-color: #fafafa;
  padding: 50px 0 80px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .trans-tit {
  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-weight: 500;
  font-size: 24px;
  color: #333333;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .trans-tit .icon {
  margin-right: 10px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .trans-tit .icon-subway {
  background-image: url(/srp/static/images/common/icon-subway.png);
  width: 33px;
  height: 43px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .trans-tit .icon-bus {
  background-image: url(/srp/static/images/common/icon-bus.png);
  width: 44px;
  height: 44px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont {
  border-top: 2px solid #333333;
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
  padding: 30px 30px 58px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box {
  width: 100%;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .line-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  margin-bottom: 20px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .line-wrap p {
  font-size: 20px;
  font-weight: 500;
  color: #333333;
  letter-spacing: -0.06em;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .line-wrap p.line {
  margin-right: 10px;
  width: 80px;
  height: 24px;
  line-height: 24px;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  background-color: #f1b103;
  text-align: center;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .line-wrap p.line-red {
  background-color: #a9022d;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .exit p.exit-line {
  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: 16px;
  color: #333333;
  letter-spacing: -0.06em;
  font-weight: 500;
  line-height: 23px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .exit p.exit-line:first-of-type {
  margin-top: auto;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .exit p.exit-line .num {
  display: block;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  border: 2px solid #333;
  line-height: 20px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .exit p.desc {
  line-height: 26px;
  color: #666666;
  letter-spacing: -0.06em;
  font-size: 18px;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .exit p.desc .small {
  font-size: 16px;
  font-weight: 300;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont .box .exit p.desc strong {
  font-weight: bold;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont-half {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-sub-operation-contact .section-02 .inner .way-wrap .way-box .way-cont-half .box {
  width: 50%;
}

.l-sub-operation-contact .section-02 .inner .way-combine {
  margin-top: 60px;
  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-sub-operation-contact .section-02 .inner .way-combine .way-wrap {
  width: 580px;
}

.l-sub-operation-contact .section-02 .inner .way-combine .way-wrap .way-box .way-cont .exit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-sub-operation-contact .section-02 .inner .way-combine .way-wrap .way-box .way-cont .exit p {
  font-size: 16px;
  color: #666666;
  font-weight: 300;
  letter-spacing: -0.06em;
}

.l-sub-operation-contact .section-02 .inner .way-combine .way-wrap .way-box .way-cont .exit p:first-of-type {
  margin-right: 34px;
  position: relative;
}

.l-sub-operation-contact .section-02 .inner .way-combine .way-wrap .way-box .way-cont .exit p:first-of-type::after {
  content: "";
  position: absolute;
  right: -28px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(/srp/static/images/sub/operation/icon-arrow.png) center center no-repeat;
  width: 19px;
  height: 14px;
}

.l-sub-operation-contact .section-03 {
  padding: 80px 0 0 0;
}

.l-sub-operation-contact .section-03 .inner .tit {
  font-size: 42px;
  color: #000;
  margin-bottom: 40px;
  text-align: center;
}

.l-sub-operation-contact .section-03 .inner .park-wrap .park-tit {
  font-weight: 500;
  font-size: 24px;
  color: #333333;
  margin-bottom: 15px;
}

.l-sub-operation-contact .section-03 .inner .park-wrap .notice {
  font-size: 16px;
  line-height: 26px;
  color: #666666;
  margin-bottom: 25px;
}

.l-sub-operation-contact .section-03 .inner table {
  border-top: 2px solid #333333;
  border-bottom: 1px solid #dddddd;
  text-align: center;
  width: 100%;
  margin-bottom: 25px;
}

.l-sub-operation-contact .section-03 .inner table thead th {
  background-color: #f7f7f7;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.06em;
  color: #333333;
  padding: 15px 0;
  width: calc(100% / 3);
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.l-sub-operation-contact .section-03 .inner table thead th:last-of-type {
  border-right: none;
}

.l-sub-operation-contact .section-03 .inner table tbody td {
  font-size: 18px;
  padding: 15px 0;
  color: #666666;
  font-weight: 300;
  letter-spacing: -0.06em;
  border-right: 1px solid #ddd;
}

.l-sub-operation-contact .section-03 .inner table tbody td:last-of-type {
  border-right: none;
}

.l-sub-operation-contact .section-03 .inner > ul li {
  padding-left: 10px;
  font-size: 16px;
  line-height: 25px;
  color: #666666;
  letter-spacing: -0.06em;
  position: relative;
}

.l-sub-operation-contact .section-03 .inner > ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  background-color: #323232;
}

.l-sub-inquiry {
  padding-bottom: 140px;
}

.l-sub-inquiry .section-01 .inner table {
  border-top: 2px solid #333333;
  margin-bottom: 30px;
}

.l-sub-inquiry .section-01 .inner table tr {
  text-align: left;
  border-bottom: 1px solid #e0e0e0;
}

.l-sub-inquiry .section-01 .inner table tr:first-of-type td {
  margin: 15px 0;
}

.l-sub-inquiry .section-01 .inner table tr:first-of-type td .radio-box {
  margin-right: 40px;
}

.l-sub-inquiry .section-01 .inner table tr:first-of-type td .radio-box:last-of-type {
  margin-right: 20px;
}

.l-sub-inquiry .section-01 .inner table tr:first-of-type td .input-box input {
  border: 1px solid #c3c3c3;
}

.l-sub-inquiry .section-01 .inner table tr:first-of-type td .input-box input:disabled {
  width: 180px;
  background-color: #f7f7f7;
}

.l-sub-inquiry .section-01 .inner table tr:first-of-type td .input-box input#dis-2 {
  font-size: 14px;
  padding-left: 10px;
  width: 180px;
  background-color: none;
  text-decoration: none;
}

.l-sub-inquiry .section-01 .inner table tr th {
  background-color: #f4f4f4;
  padding: 25px 0 30px 35px;
  font-size: 16px;
  color: #333333;
  letter-spacing: -0.06em;
  text-align: left;
}

.l-sub-inquiry .section-01 .inner table tr td {
  padding-left: 25px;
}

.l-sub-inquiry .section-01 .inner table tr td.flex.ie {
  position: relative;
  top: 15px;
}

.l-sub-inquiry .section-01 .inner table tr td .input-box-flex.ie {
  position: relative;
  top: 15px;
}

.l-sub-inquiry .section-01 .inner table tr td input, .l-sub-inquiry .section-01 .inner table tr td textarea, .l-sub-inquiry .section-01 .inner table tr td select {
  border: 1px solid #c3c3c3;
  padding-left: 10px;
  font-size: 14px;
}

.l-sub-inquiry .section-01 .inner table tr td select {
  margin-left: 0 !important;
  margin-right: 20px;
  width: 180px;
  height: 40px;
  font-size: 14px;
  color: #666666;
  letter-spacing: -0.06em;
  padding-left: 10px;
}

.l-sub-inquiry .section-01 .inner table tr td textarea {
  width: 1000px;
  height: 156px;
  padding: 15px;
  margin: 15px 0;
  font-size: 14px;
  font-family: 'Noto Sans KR';
  resize: none;
}

.l-sub-inquiry .section-01 .inner table tr td textarea::-webkit-input-placeholder {
  color: #666666;
}

.l-sub-inquiry .section-01 .inner table tr td textarea:-ms-input-placeholder {
  color: #666666;
}

.l-sub-inquiry .section-01 .inner table tr td textarea::-ms-input-placeholder {
  color: #666666;
}

.l-sub-inquiry .section-01 .inner table tr td textarea::placeholder {
  color: #666666;
}

.l-sub-inquiry .section-01 .inner table tr td .input-box input {
  width: 260px;
  height: 40px;
  line-height: 40px;
}

.l-sub-inquiry .section-01 .inner table tr td .input-box input:disabled {
  width: 180px;
  background-color: #f7f7f7;
}

.l-sub-inquiry .section-01 .inner table tr td .input-box input#dis {
  font-size: 14px;
  padding-left: 10px;
  width: 180px;
  background-color: none;
}

.l-sub-inquiry .section-01 .inner table tr td .input-box-long input {
  width: 800px;
}

.l-sub-inquiry .section-01 .inner table tr td .input-box-flex {
  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-sub-inquiry .section-01 .inner table tr td .input-box .at {
  display: block;
  margin: 0 15px;
}

.l-sub-inquiry .section-01 .inner table tr td .input-box .check-box {
  margin-left: 20px;
}

.l-sub-inquiry .section-01 .inner table tr td.flex {
  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-sub-inquiry .section-01 .inner table tr td.flex .input-file {
  background-color: #004a80;
  width: 120px;
  height: 40px;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -0.06em;
  line-height: 40px;
  display: block;
  text-align: center;
  margin-right: 15px;
}

.l-sub-inquiry .section-01 .inner table tr td.flex > div {
  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-sub-inquiry .section-01 .inner table tr td.flex > div input {
  border: none;
  font-size: 16px;
  letter-spacing: -0.06em;
  color: #333333;
  text-decoration: underline;
  width: 200px;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.l-sub-inquiry .section-01 .inner table tr td.flex > div a {
  display: block;
}

.l-sub-inquiry .section-01 .inner table tr td.flex .notice {
  font-size: 14px;
  color: #666666;
  letter-spacing: -0.06em;
  margin-left: auto;
}

.l-sub-inquiry .section-01 .inner table tr.radio-wrap.ie th {
  vertical-align: middle;
}

.l-sub-inquiry .section-01 .inner table tr.radio-wrap.ie td {
  top: 0;
}
