.pc-mode{display: block;}
.m-mode{display: none;}


.fl{
    float: left;
}

table{
    border-top: 2px solid #2c4b9b;
}

table tr{
    border-bottom: 1px solid #ddd;
}

table th,
table td{
    padding: 15px;
}


.vs-wrap{
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
}

.vs-img {
    z-index: -1;
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%;
    will-change: transform;
    animation-duration: 20s;
    animation-name: background-image-animation;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: linear;
    transform: translateX(0) scale(1.1);
    background-size: cover;

  }

  .vs-wrap.vs-01 .vs-img{
    background-image: url("../images/sub/sub-vs-01.png");
  }

  .vs-wrap.vs-02 .vs-img{
    background-image: url("../images/sub/sub-vs-02.png");
  }

  .vs-wrap.vs-03 .vs-img{
    background-image: url("../images/sub/sub-vs-03.png");
  }

  .vs-wrap.vs-04 .vs-img{
    background-image: url("../images/sub/sub-vs-04.png");
  }

  .vs-wrap.vs-05 .vs-img{
    background-image: url("../images/sub/sub-vs-05.png");
  }

  
  @keyframes background-image-animation {
    0% {
      transform: translateX(-5%) scale(1.1);
    }
    100% {
      transform: translateX(5%) scale(1.1);
    }
  }
    

.vs-wrap .tbox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #fff;
}

.vs-wrap .tbox p{
    margin: 10px auto 30px auto;
}

.vs-wrap .breadcrumb{
    justify-content: center;
}

.vs-wrap .breadcrumb li{
    float: left;
}

.vs-wrap .breadcrumb li:first-child{
    background: url("../images/sub/bc-icon.png") right center no-repeat;
    padding-right: 20px;
    margin-right: 10px;
}



.sbunav-wrap{
    border-bottom: 1px solid #ddd;
}

.subnav{
    display: flex;
    width: 1140px;
    margin: 0 auto;
}

.subnav li{
    flex: 1;
}

.subnav li.on{
    border-bottom: 1px solid #2c4b9b;
}

.subnav li.on a{
    color: #2c4b9b;
    font-weight: 600;
}

.subnav li a{
    padding: 20px 0;
    color:#afafaf;
    text-align: center;
}




.sub-inner{
    width: 1140px;
    margin: 0 auto;
}

.title{
    background: linear-gradient(to right, #1f9aa7, #2c579e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600;
    font-size: 3.5rem;
}

.title::before{
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: linear-gradient(to right, #2c4c9b, #1e9ca8);
    margin-bottom: 50px;
}

.title-02::before{
    display: block;
    content: "";
    width: 40px;
    height: 3px;
    background: linear-gradient(to right, #2c4c9b, #1e9ca8);
    margin-bottom: 20px;
}


.greeting{
    padding-top: 100px;
}

.greeting .cbox-01{
    position: relative;
}

.greeting .cbox-01 .title{
    width: 56%;
    float: left;
}

.greeting .cbox-01 .img{
    float: right;
}

.greeting .cbox-01 .bg{
    position: absolute;
    bottom: 5em;
}

.greeting .cbox-02{
    position: relative;
}

.greeting .cbox-02 .tbox span{
    font-weight: 600;
}

.greeting .cbox-02 .img{
    float: left;
    transform: translateY(-100px);
}

.greeting .cbox-02 .tbox{
    float: right;
    width: 50%;
    margin-top: 80px;
    line-height: 1.8em;
}

.greeting .cbox-02 .tbox h4{
    margin-bottom: 30px;
    font-weight: 300;
    line-height: 1.6em;
}

.greeting .cbox-02 .bg{
    position: absolute;
    bottom: -6rem;
    z-index: -1;
    left: 5rem;
}

.greeting .cbox-03{
    margin: 100px auto;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.greeting .cbox-03 h5{
    float: left;
    line-height: 1.6em;
}

.greeting .cbox-03 .sign{
    float: right;
    background: url("../images/sub/sign.png") right center no-repeat;
    padding: 10px 110px 10px 10px;
    margin-top: 5px;
}

.intro .sec-01{
    position: relative;
    padding-top: 100px;

    background: url("../images/sub/intro-bg-01.png") no-repeat;
    background-position: bottom;
}

.intro .sec-01 .cbox-01{
    position: relative;
    padding-bottom: 250px;
    margin-bottom: 50px;
}

.intro .sec-01 .cbox-01 .tbox{
    float: left;
    width: 60%;
}

.intro .sec-01 .cbox-01 .tbox span{
    font-weight: 600;
}


.intro .sec-01 .cbox-01 .tbox p {
    font-size: 1.4rem;
    width: 70%;
    word-break: keep-all;
    line-height: 1.8em;
    margin-top: 30px;
}

.intro .sec-01 .cbox-01 .img-wrap img{
    position: absolute;
}

.intro .sec-01 .cbox-01 .img-wrap .img-01{
    right: -10%;
    top: 10%;
}

.intro .sec-01 .cbox-01 .img-wrap .img-02{
    right: 40%;
    bottom: 0;
}

.intro .sec-02{
    margin: 50px auto;
}

.num{
    position: absolute;
    top: 0;
    left: 20px;
    width: 126px;
    height: 76px;
    background: url("../images/sub/num.png") no-repeat ;
    background-size: auto;
}

.num p{
    color: #fff;
    font-weight: 600;
    display: inline-block;
    transform: translate(28px,25px);
}

.intro .sec-02 .list{
    margin-top: 50px;
}

.intro .sec-02 .item{
    position: relative;
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 2%;
}

.intro .sec-02 .item img{
    width: 100%;
}

.intro .sec-02 .item:nth-child(3n){
    margin-right: 0;
}


.intro .sec-02 .item > p{
    margin: 20px auto;
    text-align: center;
}

.intro .sec-03{
    margin-bottom: 100px;
}

.intro .sec-03 h4{
    margin-bottom: 20px;
}

.intro .sec-03 .list{
    margin-top: 30px;
}

.intro .sec-03 .item{
    float: left;
    width: 48%;
}

.intro .sec-03 .item img{
    margin-bottom: 20px;
}

.intro .sec-03 .item:first-child{
    margin-right: 2%;
}

.intro .sec-03 .item img{
    width: 100%;
}

.intro .sec-03 .item .tbox h4{
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}

.intro .sec-03 .item ul li{
   background: url("../images/sub/dot.png") left 12px no-repeat;
   padding-left: 20px;
}

.purpose .sec-01{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 520px;
    background: url("../images/sub/purpose-bg.png") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}

.purpose .sec-01 .tbox{
    width: 40%;
    text-align: center;
}

.purpose .sec-01 .tbox h1{
    margin-bottom: 20px;
}

.purpose .sec-01 .tbox p{
    word-break: keep-all;
}

.fc-p-01{
    background: linear-gradient(to right, #1f9aa7, #2c579e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.purpose .sec-02{
    margin: 100px auto;
}

.purpose .sec-02 .title-02{
    margin-bottom: 30px;
}

.purpose .sec-02 .list .item{
    position: relative;
    width: 22%;
    float:left;
    margin-right: 2%;
}

.purpose .sec-02 .list .tbox::before{
    display: block;
    content: "";
    width: 2px;
    height: 30px;
    background: linear-gradient(#2b519c, #1f9ca8);
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
}

.purpose .sec-02 .list .tbox{
    position: relative;
    text-align: center;
    margin-top: 30px;
}

.purpose .sec-02 .list .tbox h5{
    margin-bottom: 10px;
}

.purpose .sec-02 .item img{
    width: 100%;
}

.purpose .sec-02 .list .item p{
    width: 90%;
    margin: 0 auto;
}

.purpose .sec-02 .list .item:nth-child(3) p,
.purpose .sec-02 .list .item:nth-child(4) p{
    width: 60%;
    word-break: keep-all;

}

.org .sec-01{
    background: url("../images/sub/org-bg.png");
    padding: 100px 0;
}

.org .sec-01 .tbox p{
    font-size: 1.4rem;
    width: 70%;
    word-break: keep-all;
    line-height: 1.8em;
    margin-top: 30px;
}

.org .sec-01 img{
    margin-top: 50px;
}

.org .sec-02{
    margin: 30px auto 100px auto;
}

.org .sec-02 table{
    text-align: center;
}

.org .sec-02 .title-02{
    margin-bottom: 30px;
}

.org .sec-02 table th{
    background: #f8f8f8;
}

.org table{
    width: 100%;
}

.loc{
    padding: 50px 0;
}

.loc .title{
    margin-bottom: 10px;
}

.loc .map-wrap{
    margin: 30px auto 60px auto;
}

.loc .tbox-01{
    float: left;
    width: 45%;
} 

.loc .tbox-02{
    width: 45%;
    float: left;
    margin-left: 2%;
}

.loc .item:last-child{
    margin-top: 50px;
}

.loc .cbox .title-02{
    margin-bottom: 30px;
}

.loc .cbox b,
.loc .cbox p{
    font-size: 1.1rem;
}

.loc .cbox b{
    color: #2b519c;
    display: block;
    margin-bottom: 10px;
    background: url("../images/sub/dot-02.png") left 10px no-repeat;
    padding-left: 20px;
}

.loc .cbox .tbox{
    padding-left: 20px;
}

.loc .call p{
    float: left;
}

.loc .call p:last-child{
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ddd;
    line-height: 18px;
    margin-top: 5px;
}


.btn-more{
    border:1px solid #ddd;
}

.btn-more span{
    position: relative;
    width: 24px;
    height: 24px;
    display: inline-block;
    transform: translateY(7px);
    margin-left: 30px;
}

.btn-more:hover span::after{
    animation: dgrr 0.3s alternate forwards;
}

.btn-more span::before{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background-image: url("../images/sub/icon-l-arrow-02.png");
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}
.btn-more span::after{
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    left: -5px;
    transform: translateY(-50%);
    background-color: #f4f4f4;
    border-radius: 12px;
    z-index: 0;
}

.loc .btn-more{
    width: 220px;
    padding: 10px 0px 15px 15px;
    margin-top: 20px;
    margin-left: 20px;
}

.sub-program{
    padding-top: 80px;
}

.sub-program .sec-01{
    position: relative;
}

.sub-program .sec-01 .tit-wrap{
    margin-bottom: 30px;
}

.sub-program .sec-01 .tit-wrap h1{
    margin-bottom: 10px;
}

.sub-program .sec-01  .img-wrap{
    position: relative;
    width: 100%;
    overflow: hidden;
}

.sub-program .sec-01  .img-wrap .img-tit{
    z-index: 9;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: linear-gradient(to right, #1f9aa7, #2c579e);
    color: #fff;
}

.sub-program .sec-01  .img-wrap .img-tit >div{
    padding: 30px 40px;
}

.sub-program .sec-01  .img-wrap .img-tit h3,
.sub-program .sec-01  .img-wrap .img-tit p{
    float: left;
}

.sub-program .sec-01  .img-wrap .img-tit p{
    margin: 5px 0 0 10px;
}

.sub-program .img-tit > div{
    background-repeat: no-repeat;
    background-position: 95% center;
}

.swim .img-tit > div{
    background-image: url("../images/sub/swim-icon.png");
}

.fitness .img-tit > div{
    background-image: url("../images/sub/fitness-icon.png");
}

.pilates .img-tit > div{
    background-image: url("../images/sub/pilates-icon.png");
}

.ysports .img-tit > div{
    background-image: url("../images/sub/ysports-icon.png");
}
.gnu-ac .img-tit > div{
    background-image: url("../images/sub/gnu-ac-icon.png");
}

.arrow-wrap{
    width: 189px;
    position: absolute;
    top: 126px;
    right: 0;
}

.arrow-wrap .arr-btn{
    float: left;
}

.arrow-wrap .next-btn{
    margin-left: 20px;
}

.arr-btn{
    display: block;
    z-index: 9;
    width: 77px;
    height: 22px;
    cursor: pointer;
}


.prev-btn{
    left: 0;
    background: url("../images/sub/arr-pre.png") no-repeat;
}


.next-btn{
   right: 0;
   background: url("../images/sub/arr-nxt.png") no-repeat;
}

.next-btn::after{
    position: absolute;
    top: -5px;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border:1px solid #ddd;
    opacity: 0.8;

}


.next-btn::after{
    right: 7px;
}

.sub-program .sec-02{
    background: url("../images/sub/prg-bg.png");
    width: 100%;
    margin-top: -94px;
    padding-bottom: 100px;
}

.sub-program .sec-02 .sub-inner{
    position: relative;
    padding-top: 150px;
}

.sub-program .sec-02 .title::before{
    margin-bottom: 10px;
}

.sub-program .sec-02 .title{
    background: transparent;
    -webkit-text-fill-color: #fff;
    margin-bottom: 50px;
}

.sub-program .sec-02 .arrow-wrap{
    top:190px;
}

.sub-program .sec-02 .next-btn::after{
    border:1px solid #fff;
}

.sub-program .sec-02 .tbox{
    color: #fff;
    margin-top: 20px;;
}

.sub-program .sec-02 .tbox b{
    display: block;
    margin-bottom: 10px;
}

.sub-program .sec-02 .tbox .tbox-01 b{
    margin-right: 10px;
}

.sub-program .sec-02 .tbox .tbox-01 b,
.sub-program .sec-02 .tbox .tbox-01 p{
    float:left;
}

.sub-program .sec-02 .tbox .tbox-02{
    border-top:1px solid rgba(255,255,255,0.5);
    border-bottom:1px solid rgba(255,255,255,0.5);
    margin: 20px auto;
    padding: 20px 0;
    height: 150px;
    
}

.sub-program .sec-02 .item{
    padding: 0 10px;
}

.sub-program .sec-02 .item .img{
    width: 100%;
}

.sub-program .sec-02 .item .img img{
    width: 100%;
}


.sub-program.fitness .sec-02 .tbox .tbox-02{
    height: auto;
}

.sub-program.pilates .sec-02 .tbox .tbox-02{
    height: 200px;
}

.sub-program.ysports .sec-02 .tbox .tbox-02{
    height: 230px;
}

.gnu-ac .sec-02{
    height: 220px;
}

.inquire{
    background: url("../images/sub/inquire-bg.png") no-repeat;
    padding: 50px 0;
    background-size: cover;
}

.inquire-wrap{
    border-radius: 10px;
    width: 500px;
    margin: 50px auto;
    box-shadow: 1px 1px 10px rgba(0 0 0 / 10%);
    background: #fff;
    padding: 40px;
}

.inquire-wrap .top-tit{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 30px;
}

.inquire-wrap .item{
    margin-bottom: 30px;
}

.inquire-wrap .item .tit{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.inquire-wrap .item input,
.inquire-wrap .item select{
    border:1px solid #eaeaea;
    width: 100%;
    height: 55px;
    line-height: 55px;
    padding: 10px;
}

.inquire-wrap .item select{
    line-height: normal;
}

.inquire-wrap .item textarea{
    border:1px solid #eaeaea;
    width: 100%;
    height: 150px;
    padding: 10px;
    resize: none;
}

.inquire-wrap .btn-wrap{
    display: flex;
}

.inquire-wrap .btn-wrap button{
    color: #fff;
    border:0;
    flex:1;
    height: 55px;
    line-height: 55px;
}

.inquire-wrap .btn-wrap button:first-child{
    background: #333;
    margin-right: 10px;
}

.inquire-wrap .btn-wrap button:last-child{
    background: #1e9ca8;
    margin-right: 10px;
}

.fc-red{
    color: #db4426;
}

.facility .tabmenu{
    width: 1140px;
    margin: 50px auto;
}

.facility .tabmenu li{
    float: left;
    width: 20%;
    border-bottom:1px solid #ddd;
    border-right: 1px solid #ddd; 
}

.facility .tabmenu .on{
    background: linear-gradient(to right, #1f9aa7, #2c579e);
}

.facility .tabmenu .on a{
    color: #fff;
}

.facility-wrap{
    position: relative;
}

.facility-wrap .sub-inner{
    position: relative;
}

.facility .tabmenu li:nth-child(-n+5) a {
    border-top: 1px solid #ddd;
}
.facility .tabmenu li:nth-child(5n+1) a {
    border-left: 1px solid #ddd;
}


.facility .tabmenu li a{
    padding: 10px;
    text-align: center;
}

.facility .slick-dots{
    bottom: 20px;
}

.slick-dots li button:before{
    font-size: 40px;
}

.facility .title{
    font-size: 1.8rem;
    margin-bottom: 30px;
}

.facility .title::before{
    margin-bottom: 10px;
}

.facility .arrow-wrap{
    top: 35px;
}

.facility .info{
    margin-top: 30px;
}

.facility .sn-wrap{
    padding: 30px 0 60px 0;
    margin-top: 30px;
    background: url("../images/sub/sn-bg.png");
    background-size: cover;
    background-position: center;
}

.facility .sn-wrap .slider-nav{
    width: 1140px;
    margin: 0 auto;
}

.facility .slick-initialized .slick-slide{
    padding: 0 5px;
}

.facility .sn-wrap .slider-nav .slick-current img{
    border:2px solid #1e9ca8;
}



@media screen and (max-width : 1024px){
    
    .vs-wrap{
        height: 300px;
    }

    .vs-wrap .tbox{
        width: 70%;
        top: 60%;
        word-break: keep-all;
    }

    .sbunav-wrap{
        overflow-x: scroll;
    }

    .subnav{
        width: 640px;
    }

    .subnav li a {
        padding: 10px 0;
        font-size: 0.9rem;
    }

    .greeting {
        padding-top: 50px;
    }

    .sub-inner {
        width: 100%;
        padding: 0 20px;
    }

    .title {
        font-size: 1.3rem;
        word-break: keep-all;
    }

    .title::before{
        margin-bottom: 20px;
    }

    .greeting .cbox-01 .title {
        width: 100%;
        float: none;
        font-size: 1.5rem;
    }

    .greeting .cbox-01 .img {
        display: none;
    }

    .greeting .cbox-02 .img {
        float: none;
        transform: initial;
        width: 100%;
        margin-top: 30px;
    }

    .greeting .cbox-01 .bg {
        position: absolute;
        bottom: 5em;
        display: none;
    }

    .greeting .cbox-02 .tbox {
        float: none;
        width: 100%;
        margin-top: 30px;
        line-height: 1.8em;
    }

    .greeting .cbox-02 .tbox h4 {
        word-break: keep-all;
    }

    .intro .sec-01{
        padding-top: 50px;
    }

    .intro .sec-01 .cbox-01 .tbox {
        float: none;
        width: 100%;
    }

    .intro .sec-01 .cbox-01 .tbox p {
        font-size: 1.0rem;
        width: 100%;
    }

    .intro .sec-01 .cbox-01 .img-wrap .img-01 {
        display: none;
    }

    .intro .sec-01 .cbox-01 .img-wrap .img-02 {
        display: none;
    }

    .intro .sec-01 .cbox-01 {
        position: relative;
        padding-bottom: 0;
        margin-bottom: 50px;
    }

    .intro .sec-01 img{
        width: 100%;
    }

    .intro .sec-02 .item{
        width: 48%;
        margin-right: 2%;
    }

    .intro .sec-02 .item:nth-child(2n){
        margin-right: 0;
    }

    .intro .sec-02 .item:nth-child(3n) {
        margin-right: 2%;
    }

    .num{
        width: 78px;
        height: 48px;
        background-size: contain;
    }

    .num p {
        transform: translate(11px,14px);
    }

    .intro .sec-02 {
        margin: 30px auto;
    }

    .intro .sec-02 .list {
        margin-top: 30px;
    }

    .intro .sec-03 .item {
        float: none;
        width: 100%;
    }

    .intro .sec-03 .item:first-child {
        margin-bottom: 20px;
        margin-right: 0;
    }

    .purpose .sec-01{
        height: auto;
        padding: 50px 0;
    }

    .purpose .sec-01 .tbox{
        width: 80%;
    }

    .purpose .sec-01 .tbox h1 {
        font-size: 1.2rem;
    }

    .purpose .sec-02 {
        margin: 30px auto;
    }

    .purpose .sec-02 .title-02 {
        margin-bottom: 30px;
        word-break: keep-all;
        width: 68%;
    }

    .purpose .sec-02 .list .item{
        width: 48%;
    }

    .purpose .sec-02 .list .item:last-child{
        margin-right: 0;
    }

    .org .sec-01{
        padding: 30px 0;
        background: #fff;
    }

    .org .sec-01 .tbox p {
        font-size: 1.0rem;
        width: 100%;
        margin-top: 10px;
    }

    .pc-mode{display: none;}
    .m-mode{display: block;}

    .org .sec-01 img{
        width: 100%;
    }

    .org table th, table td {
        padding: 10px;
        font-size: 0.92rem;
    }

    .org table th:first-child,
    .org table td:first-child{
        text-align: left;
    }

    .org .sec-02 {
        margin: 20px auto 50px auto;
    }

    .loc .map-wrap{
        width: 100%;
        margin: 30px auto;
    }

    .loc .map-wrap img{
        width: 100%;
    }

    .loc .tbox-01 {
        float: none;
        width: 100%;
        margin-bottom: 50px;
    }

    .loc .item:last-child {
        margin-top: 20px;
    }

    .loc .tbox-02 {
        width: 100%;
        float: none;
        margin-left: 0;
    }

    .loc .cbox b, .loc .cbox p {
        font-size: 1.0rem;
    }

    .sub-program {
        padding-top: 0;
        transform: translateY(30px);
    }

    .sub-program .sec-01 .img-wrap .img-tit{
        position: relative;
    }

    .sub-program .sec-01 .img-wrap .img-tit >div {
        padding: 10px 20px;
    }

    .sub-program .sec-01 .img-wrap .img-tit h3,
    .sub-program .sec-01 .img-wrap .img-tit p{
        font-size: 1rem;
    }

    .sub-program .sec-01 .img-wrap .img-tit p {
        margin: 0px 0 0 10px;
    }

    .sub-program .sec-02 .tbox .tbox-02 {
        height: auto;
        margin: 10px auto;
        padding: 10px 0;
    }

    .sub-program .sec-02 .img-sd.type-02 .slick-dots{
        display: none !important;
    }

    .sub-program .sec-02 .arrow-wrap{
        right: 20px;
    }

    .sub-program .sec-02 .tbox .tbox-01 b, .sub-program .sec-02 .tbox .tbox-01 p{
        float: none;
    }

    .sub-program .sec-02 .tbox .tbox-01 b {
        margin-right: 0;
        margin-bottom: 5px;
    }

    .sub-program .sec-02 .tbox b,
    .sub-program .sec-02 .tbox p{
        font-size: 0.9rem;
    }

    .sub-program .sec-02 .item{
        padding: 0 5px;
    }

    .sub-program .sec-01 .arrow-wrap{
        top: 110px;
    }

    .sub-program .sec-02{
        padding-bottom: 0;
    }

    .sub-program .sec-01 .img-wrap{
        margin-top: 70px;
    }

    .sub-program .sec-01 .tit-wrap{
        margin-bottom: 0;
    }

    .sub-program.swin .sec-02 .sub-inner{
        padding-bottom: 0;
    }

    .sub-program .sec-02 .sub-inner{
        padding-bottom: 50px;
    }

    .sub-program.pilates .sec-02 .tbox .tbox-02 {
        height: auto;
    }

    .sub-program.ysports .sec-02 .tbox .tbox-02{
        height: auto;
    }

    .sub-program.gnu-ac .sec-01 .img-wrap {
        margin-top: 30px;
    }

    .sub-program .sec-01 .img-wrap .img-tit h3, 
    .sub-program .sec-01 .img-wrap .img-tit p {
        float: none;
        margin: 0;
    }

    .facility .tabmenu {
        width: 100%;
        margin: 30px auto;
        padding: 0 20px;
    }

    .facility .tabmenu li{
        width: 50%;
    }

    .facility .tabmenu li a{
        font-size: 0.8rem;
    }

    .facility .tabmenu li:nth-child(-n+5) a {
         border-top: 0;
    }

 
    .facility .tabmenu li:nth-child(5n+1) a {
        border-top: 0;
        border-left: 0;
    }


    .facility .tabmenu li:nth-child(2n+1) a {
        border-left: 1px solid #ddd;
    }

    .facility .tabmenu li:nth-child(-n+2) a {
        border-top: 1px solid #ddd;
    }

    .facility .sn-wrap .slider-nav {
        width: 100%;
        margin: 0 auto;
    }

    .facility .sn-wrap {
        padding: 30px 0;
        margin-top: 30px;
    }

    .facility .arrow-wrap {
        top: 70px;
        right: 20px;
    }

    .facility .img-wrap{
        padding-top: 30px;
    }

    .inquire {
        padding: 30px 0;
        background-size: contain;
    }

    .inquire-wrap{
        width: 100%;
        padding: 20px;
    }

   

}

@media screen and (max-width : 768px){
    
}
    