@media all and (min-width:768px){
    #about .contents .description{
        line-height: 1.4;
        font-size: 16px;
        color:#fff;
    }
   
    #about .s1{
        background-position: center 0;
    }
    #about .s2 .titLine h3{
        text-align: right;
    }
    #about .s2 .titLine p{
        text-align: right;
    }
    #about .s1 .wrap{
        display: block;
    }
    #about .s1 .txtBox{
        text-align: left;
        position: absolute;
        bottom: 40px;
        left: 40px;
    }

    #about .s1 .txtBox h2{
        font-size: 48px;
        color:#fff;
    }
    #about .s1 .txtBox .subTit{
        font-size: 22px;
    }
    #about .s1 .txtBox .description{
        font-size: 18px;
        line-height: 1.4;
    }


    #about .s2 .wrap{
        display: flex;
        height: 100vh;
        align-items: center;
    }


    #about .s2 .wrap>*{
        flex: 1;
    }

    #about .contents{
        text-align: right;
    }

    #about .contents .imgBox{
        margin-right: unset;
        width: 90%;

    }

    #about .s2 .grdObj{
        position: absolute;
        top: 50%;
        width: 800px;
        height: 800px;
        left: -50%;
        margin-left: 100px;
        translate: 0 -50%;
        background-image: radial-gradient(300px 300px,#60bcd19f, transparent);
        animation: grd 7s infinite alternate;
    }

    #about .s3 .titLine{
        text-align: center;
    }

    #about .s3 .descriptions{
        text-align: center;
    }

    #about .s3 .imgBox{
        width:40%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px;
    }
    #about .s3 .imgBox img{
        display: block;
    }


    #about .s4 .titLine{
        text-align: center;
    }
    #about .s4 .quote{
    }
    #about .s4 figure{
        width: 40%;
    }
    #about .s4 .description{
        text-align: center;
    }
    #about .s4 .slogan span{
        font-size: 18px;
    }

    #about .s5 .titLine{
        text-align: left;
    }
    #about .s5 .titLine h3{
        text-align: left;
    }
    #about .s5 .titLine .description{
        text-align: left;
    }

    #about .s5 .contents{
        align-items: center;

    }

    #about .s5 .iconBox{
        max-width: 800px;
        margin-left: auto;
        margin-right: auto;
        padding-top: 48px;
    }

    #about .s5 .item{
        display: flex;
        align-items: center;
        justify-content: center;
        padding:20px 10px;
    }

    #about .s5 .item figure img{
        max-width: unset;
        width: 50%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    #about .s5 .item figure figcaption{
        font-size: 16px;
        font-weight: 700;
        margin-top: 24px;
    }
    #about .s5 .item:not(:last-child){
        margin-right: 24px;
    }
    #about .s6 .titLine h3{
        text-align: right;
    }
    #about .s6 .titLine .description{
        text-align: right;
    }
    #about .s6 .con{
        display: flex;
    }
    #about .s6 .txtBox{
        order: 2;
        width: 40%;
    }
    #about .s6 .txtBox li{
        margin-right: unset;
        width: 225px;
        height: 32px;
        line-height: 32px;
        font-weight: 700;
    }

    #about .s7 .titLine h3{
        text-align: left;
        font-size: 36px;
    }

    #about .s7 .titLine .description{
        text-align: left;
    }

    #about .s7 .wrap{
        display: flex;
    }

    #about .s7 .titLine{
        width: 40%;
    }
    #about .s7 figure{
        width: 55%;
    }

    #about .s8, #about .s6{
        margin-bottom: 72px;
    }

    #about .s8 .titLine{
        text-align: center;
    }
    #about .s8 .txtBox{
        margin-left: auto;
        margin-right: auto;
        width: fit-content;
    }
    #about .s8 .txtBox li{
        margin-left: unset;
        width: 225px;
        height: 32px;
        line-height: 32px;
        font-weight: 700;
    }

    #about .s8 .con{
        justify-content: center;
        margin-top: 100px;
    }

    #about .s8 .imgBox{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-left: auto;
        margin-right: auto;
        max-width: 900px;
        width: calc(100% - 260px);
        margin-top: -48px;
    
    }

    #about .s8 .imgBox img{
        width: 30%;
        height: auto;
        display: block;
    }
    #about .s8 .imgBox .design2{
        margin: 0;
        position: relative;
        left:10px;
        top: 145px;

    }
    #about .s8 .imgBox .design3{
        position: relative;
        right: 0px;
        bottom: 20px;
    }

    @keyframes grd{
        0%{
            transform: scale(1);
        }
        100%{
            transform: scale(2);
        }
    }

    @keyframes bounce{
        0%{
            margin-top: 0;
        }
        100%{
            margin-top: 20px;
        }
    }


    #facility .s1 .item{
        display: flex;
        align-items: center;
        margin-bottom: 72px;
        border-radius: 0px;
        padding-bottom:0;
        max-width: 1180px;
        box-shadow: unset;
        border:0;
        position: relative;
        overflow:visible;
    }

    #facility .s1 .item:not(:last-child):after{
        content: '';
        width: 100%;
        height: 1px;
        background-color: #eee;
        position: absolute;
        left: 0;
        bottom: -36px;
    }

    #facility .s1 .item figure{
        flex: 1;
        overflow: hidden;
        border-radius: 15px;
    }

    #facility .s1 .item article{
        flex: 1;
        text-align: center;
        margin-top:0;
        padding:0 24px;
        text-align: left;

    }
    #facility .s1 .item article h4{
        font-size: 24px;
        width: 80%;
        margin:0 auto 24px;
    }
    #facility .s1 .item article p{
        line-height: 2em;
        word-break: keep-all;
        width: 80%;
        margin:0 auto;
    }

    #facility .s1 .item article .strike{
        border-bottom: 1px solid #111;
        padding-bottom: 1px;
    }

    #guide .s2 .wrap{
        display: flex;
    }
    #guide .s2 .wrap article{
        width: 60%;
    }

    #guide .s2 .wrap article h4{
        font-size: 36px;
        font-weight: 800;
    }

    #guide .s2 .wrap article p{
        font-size: 18px;
    }

    #guide .s3 .wrap article h4{
        text-align: center;
        font-size: 36px;
        line-height: 1.2;
    }
    #guide .s3 .wrap article p{
        font-size: 18px;
        text-align: center;
        margin-top: 24px;
    }
    #guide .s3 .wrap{
        justify-content: center;
        max-width: 870px;
        margin-left: auto;
        margin-right: auto;
    }
    #guide .s3 .wrap figure .icoWrap .icoBox{
        width: 22%;
        height: auto;
        padding:24px 0;
        margin:12px;
        border-width: 2px;
    }
    #guide .s3 .wrap figure .icoWrap .icoBox .num{
        display: none;
    }

    #guide .s4{
        margin-top: 120px;
    }
    #guide .s4 article h4{
        font-size: 36px;
        line-height: 1.2;
    }
    #guide .s4 article .description{
        font-size: 18px;
        margin-top: 24px;
    }
    #guide .s4 .wrap{
        display: flex;
        justify-content: space-between;
    }
    #guide .s4 .wrap article{
        width: 40%;
    }
    #guide .s4 .wrap figure{
        width: 55%;
    }

    #items .con{
        margin-top: 72px;
    }

    #items .con .titLine h3{
        margin-bottom: 0;
    }
    #items .itemList{
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }
    #items .itemList.on{
        position: sticky;
       -webkit-position: sticky;
        top: 70px;
        left: 0;
        max-width: 100%;
    }

    #items .itemList.on li{
        flex:1;
        background-color:rgba(255,255,255,0.8);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border:0;
        position: relative;
    }
    #items .itemList.on li:hover{
        color:#000;
        font-weight: bold;
    }
    #items .itemList.on li:after{
        content: '';
        width: 1px ;
        height:14px;
        background-color: #ccc;
        position: absolute;
        right:0;
        top:20px;
    }

    #items .itemList.on li:last-child:after{
        content: none;
    }
    
    #items .itemList.on li.active{
        color: rgb(55, 211, 189);
        font-weight: bold;
    }

    #items .row1{
        display: flex;
        justify-content: space-between;
        
    }
    #items .row1 .imgBox{
        width: 68%;
    }



    #items .row1 .txtBox{
        flex-direction: column;
        width: 28%;
    }
    #items .row1 .txtBox .txt{
        width: 100%;
        height:58%;
    }
    #items .row1 .txtBox .txt:nth-child(1){
        height: 38%
    }
    #items .item .txtBox .txt p,
    #items .item .txtBox .txt ul{
    font-size: 16px;
    padding:15px;
    }
    #items .item .txtBox .txt li{
        margin-bottom: 5px;
    }
    #items .item .txtBox .txt p br{
        display: none;
    }
    #items .item .txtBox .txt h4{
        padding:10px 0;
    }

    #items .item7 .txtBox{
        flex-wrap: nowrap;
    }
    #items .item7 .txtBox .txt:not(:first-child){
        margin-top: 12px;
    }

    #items .row2{
        margin-top:216px;
    }

    #items .view figure{
        width:60%;
        left: 20%;
        top: 5%;

    }

    #items .view .list img{
        width: 7%;
        margin-bottom:2%;

    }

    #location h2{
        font-size: 32px;
        margin-bottom: 48px;
    }
    #location .contact{
        margin-bottom: 72px;
    }
    #location .content{
        display:flex;
        max-width: 1180px;
        margin:24px auto;
    }
    #location .content #map1,
    #location .content #map2{
        width: 50%;
        height:50vh
    }

    #location address{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: left;
        width: 40%;
    }
    #location address strong{
        display: block;
        font-size: 24px;
        margin-bottom: 6px;
    }
    #location address span{
        display: block;
        font-size: 18px;
    }

}/*태블릿*/