*{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR";
}
#wrap{
    width: 100%;
    height: auto;
}

#section{
    width: 100%;
    height: auto; 
    background-image: url(../img/서비스.png) ;
    background-position: center 0px; 
    background-repeat: no-repeat;
}
#contain{
    width: 100%;
    height: 80px;
    position: fixed;
    margin: 0 auto;
    z-index: 34;
    background-color: white;
    border-bottom: 2px solid #358aca;
}

#contain>#nav>p{
    display: none;
}
#contain>#nav{
    width: 1024px;
    height: 80px;
    position: relative;
    background-color: #fff;
    margin: 0 auto;
    /* border: 1px solid black; */
} 
/* #nav.on {
    box-shadow: 8px 5px 15px rgba(0, 0, 40, 0.2);
} */
#nav ul {
    position: fixed;
    padding-left: 470px;
}
ul>li {
    display: inline-block;
    list-style: none;
    margin-left: 60px;
    line-height: 80px;
}
li>a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 16px;
}
li>a:hover{
    color: #358aca;
}
#nav h2{
    display: block;
    width: 200px;
    height: 80px;
    /* line-height: 70px; */
    position: fixed;
    z-index: 39;
    top: 0px;
    /* left: 445px; */
}

#img{
    position: relative;
    top: 470px;
    width: 1024px;
    height: 780px;
    margin: 0 auto;
}
#img>p:hover{
    transform: translateY(-20px);
    transition-duration: 0.3s;
}
#img>p:nth-child(1){
    position: absolute;
    top: 50px;
    width: 154px;
    height: 154px;
}
#img>p:nth-child(2){
    position: absolute;
    top: 50px;
    left: 174px;
    width: 154px;
    height: 154px;
}
#img>p:nth-child(3){
    position: absolute;
    top: 50px;
    left: 348px;
    width: 154px;
    height: 154px;
}
#img>p:nth-child(4){
    position: absolute;
    top: 50px;
    left: 522px;
    width: 154px;
    height: 154px;
}
#img>p:nth-child(5){
    position: absolute;
    top: 50px;
    left: 696px;
    width: 154px;
    height: 154px;
}
#img>p:nth-child(6){
    position: absolute;
    top: 50px;
    left: 870px;
    width: 154px;
    height: 154px;
}
#section #text{
    width: 100%;
    height: 350px;
    background-color: #2e2e2e;
}
#text #service{
    width: 1024px;
    height: 350px;
    margin: 0 auto;
}
strong{
    font-size: 40px;
}
span{
    font-weight: bold;
    font-size: 18px;
}
#text #T1{
    position: relative;
}
#T1>img{
    position: absolute;
    top: -70px;
    left: 12px;
}
#T1 p{
    position: absolute;
    top: 30px;
    left: 480px;
    color: white;
}
#text #T2{
    position: relative;
    display: none;
}
#T2>img{
    position: absolute;
    top: -70px;
    left: 12px;
}
#T2 p{
    position: absolute;
    top: 30px;
    left: 480px;
    color: white;
}
#text #T3{
    position: relative;
    display: none;
}
#T3>img{
    position: absolute;
    top: -70px;
    left: 12px;
}
#T3 p{
    position: absolute;
    top: 30px;
    left: 480px;
    color: white;
}
#text #T4{
    position: relative;
    display: none;
}
#T4>img{
    position: absolute;
    top: -70px;
    left: 12px;
}
#T4 p{
    position: absolute;
    top: 30px;
    left: 480px;
    color: white;
}
#text #T5{
    position: relative;
    display: none;
}
#T5>img{
    position: absolute;
    top: -70px;
    left: 12px;
}
#T5 p{
    position: absolute;
    top: 30px;
    left: 480px;
    color: white;
}
#text #T6{
    position: relative;
    display: none;
}
#T6>img{
    position: absolute;
    top: -70px;
    left: 12px;
}
#T6 p{
    position: absolute;
    top: 30px;
    left: 480px;
    color: white;
}

#section7{
    width: 100%;
    height: 220px;
    margin: 0 auto;
    background-color: rgb(238, 238, 238);

    /* border-top: 2px solid #358aca; */
}
#contain7{
    width: 1024px;
    height: 220px;
    margin: 0 auto;
    position: relative;
}
#contain7 img{
    position: absolute;
    top: 60px;
}
#contain7 h3{
    position: absolute;
    color: #358aca;
    top: 50px;
    font-weight: bold;
    left: 300px;
}
#contain7 h6:nth-child(3){
    position: absolute;
    top: 120px;
    left: 440px;
}
#contain7 h6:nth-child(4){
    position: absolute;
    top: 120px;
    left: 300px;
}
#contain7 p:nth-child(5){
    position: absolute;
    top: 55px;
    left: 690px;
}
#contain7 p:nth-child(6){
    position: absolute;
    top: 55px;
    left: 750px;
}
#contain7 p:nth-child(7){
    position: absolute;
    top: 55px;
    left: 810px;
}
#up{
    width: 80px;
    height: 50px;
    background-color: #d4d4d4;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 115px;
    left: 910px;
}
#up>a{
    text-decoration: none;
    font-weight: 600;
    color: black;
}



@media all and (max-width:800px){

    #section{
        width: 100%;
        height: 1000px;
        background-image: none;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto;
    }
    #contain{
        width: 100%;
        height: 60px;
        position: fixed;
        margin: 0 auto;
        /* overflow: hidden; */
        border: none;
        z-index: 34;
        background-color: white;
        border-bottom: 3px solid #358aca;
    }
    #contain>#nav {
        width: 350px;
        height: 60px;
        position: relative;
        background-color: #fff;
        left: 0;
        z-index: 9;
        margin: 0 auto;
        /* border: 1px solid black; */
    }
    #nav ul{
        position: relative;
        width: 350px;
        height: 400px;
        padding: 20px;
        background-color: rgb(255, 255, 255);
        display: none;
        z-index: 19;
        top: 63px;
        left: -20px;
    }
    #contain>#nav>p:nth-child(1){
        position: absolute;
        top: 22px;
        left: 320px;
        display: block;
    }
    #contain>#nav>p:nth-child(2){
        position: absolute;
        top: 22px;
        left: 320px;
        display: none;
    }
    ul>li {
        list-style: none;
        line-height: 80px;
        margin: 15px 0px;
        text-align: center;
        display: block;    
    }
    li>a {
        text-decoration: none;
        color: black;
        font-weight: bold;
        font-size: 16px;  
    }
    #nav h2{
        display: block;
        width: 280px;
        height: 90px;
        /* line-height: 70px; */
        position: fixed;
        z-index: 9;
        top: 0px;
        margin: 0 auto;
    }
    #nav h2>a>img{
        /* width: 180px; */
        height: 65px;
    }
    #img{
    position: relative;
    top: 80px;
    width: 350px;
    height: 380px;
    margin: 0 auto;
    overflow: hidden;
    }
    #img>p:hover{
        transform: translateY(-20px);
        transition-duration: 0.3s;
    }
    #img>p>img{
        width: 100px;
        height: 100px;
    }
    #img>p:nth-child(1){
        position: absolute;
        top: 30px;
   /* background-image: url('../img/S1.png'); */
    }
    #img>p:nth-child(2){
        position: absolute;
        top: 30px;
        left: 120px;
        width: 154px;
        height: 154px;
    }
    #img>p:nth-child(3){
        position: absolute;
        top: 30px;
        left: 240px;
        width: 154px;
        height: 154px;
    }
    #img>p:nth-child(4){
        position: absolute;
        top: 150px;
        left: 0px;
        width: 154px;
        height: 154px;
    }
    #img>p:nth-child(5){
        position: absolute;
        top: 150px;
        left: 120px;
        width: 154px;
        height: 154px;
    }
    #img>p:nth-child(6){
        position: absolute;
        top: 150px;
        left: 240px;
        width: 154px;
        height: 154px;
    }

   #section #text{
    width: 100%;
    height: 410px;
    background-color: #2e2e2e;
    }
    #text #service{
        width: 350px;
        height: 500px;
        margin: 0 auto;
    }
    strong{
        font-size: 36px;
    }
    span{
        font-weight: bold;
        font-size: 16px;
    }
    #text #T1{
        position: relative;
    }
    #text img{
        display: none;
    }
    #T1 p{
        position: absolute;
        top: 70px;
        left: 10px;
        color: white;
    }
    #text #T2{
        position: relative;
        display: none;
    }
    #T2 p{
        position: absolute;
        top: 70px;
        left: 10px;
        color: white;
    }
    #text #T3{
        position: relative;
        display: none;
    }
    #T3 p{
        position: absolute;
        top: 70px;
        left: 10px;
        color: white;
    }
    #text #T4{
        position: relative;
        display: none;
    }
    #T4 p{
        position: absolute;
        top: 70px;
        left: 10px;
        color: white;
    }
    #text #T5{
        position: relative;
        display: none;
    }
    #T5 p{
        position: absolute;
        top: 70px;
        left: 10px;
        color: white;
    }
    #text #T6{
        position: relative;
        display: none;
    }
    #T6 p{
        position: absolute;
        top: 70px;
        left: 10px;
        color: white;
    }


    #section7{
        width: 100%;
        height: 280px;
        margin: 0 auto;
        background-color: rgb(238, 238, 238);
    
        /* border-top: 2px solid #358aca; */
    }
    #contain7{
        width: 350px;
        height: 280px;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
    }
    #contain7>img{
        position: absolute;
        width: 140px;
        left: 30px;
        top: 35px;
        display: none;
    }
    #contain7 h3{
        position: absolute;
        color: #358aca;
        top: 40px;
        font-size: 18px;
        font-weight: bold;
        left: 20px;
    }
    #contain7 h6:nth-child(3){
        position: absolute;
        font-size: 10px;
        top: 110px;
        left: 20px;
    }
    #contain7 h6:nth-child(4){
        position: absolute;
        font-size: 10px;
        top: 110px;
        left: 210px;
    }
    #contain7>p>a>img{
        width: 50px;
    }
    #contain7 p:nth-child(5){
        position: absolute;
        top: 120px;
        left: 20px;
    }
    #contain7 p:nth-child(6){
        position: absolute;
        top: 120px;
        left: 90px;
    }
    #contain7 p:nth-child(7){
        position: absolute;
        top: 120px;
        left: 160px;
    }
    #up{
        width: 80px;
        height: 50px;
        background-color: #d4d4d4;
        text-align: center;
        line-height: 50px;
        position: absolute;
        top: 180px;
        left: 265px;
    }
    #up>a{
        text-decoration: none;
        font-weight: 600;
        color: black;
    }

}
