*{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR";
}
#wrap{
    width: 100%;
    height: auto;
    margin: 0 auto;
}

#section{
    width: 100%;
    height: auto; 
    background-image: url(../img2/po.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:hover{
    color: #358aca;
}
li>a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 16px;
}
#nav h2{
    display: block;
    width: 200px;
    height: 80px;
    /* line-height: 70px; */
    position: fixed;
    z-index: 39;
    top: 0px;
    /* left: 445px; */
}

#contain1{
    width: 1024px;
    height: 1800px;
    margin: 0 auto;
}
#contain1>#A{
    position: relative; 
}
#A>a>img:hover{
    transform: translateY(-20px);
    transition-duration: 0.3s;
}
#A>a:nth-child(1){
    position: absolute;
    left: -20px;
    top: 560px; 
}
#A>a:nth-child(2){
    position: absolute;
    left: 325px;
    top: 560px; 
}
#A>a:nth-child(3){
    position: absolute;
    left: 670px;
    top: 560px; 
}
#A>a:nth-child(4){
    position: absolute;
    left: -20px;
    top: 1060px; 
}
#A>a:nth-child(5){
    position: absolute;
    left: 325px;
    top: 1060px; 
}
#A>a:nth-child(6){
    position: absolute;
    left: 680px;
    top: 1060px; 
}

#B{
    position: relative;
}
#B>p>a{
    text-decoration: none;
    color: rgb(0, 0, 0);
}
#B>p>a>strong{
    font-size: 18px;
}
#B>p:nth-child(1){
    position: absolute;
    top: 910px;
    left:25px;
}
#B>p:nth-child(2){
    position: absolute;
    top: 910px;
    left:370px;
}
#B>p:nth-child(3){
    position: absolute;
    top: 910px;
    left:715px;
}
#B>p:nth-child(4){
    position: absolute;
    top: 1410px;
    left:25px;
}
#B>p:nth-child(5){
    position: absolute;
    top: 1410px;
    left:370px;
}
#B>p:nth-child(6){
    position: absolute;
    top: 1410px;
    left:715px;
}

#C{
    position: relative;
}
#C>p:nth-child(1){
    position: absolute;
    top: 310px;
    left: 800px;
}
#C>p:nth-child(2){
    position: absolute;
    top: 610px;
    left: 800px;
}
#C>p:nth-child(3){
    position: absolute;
    top: 910px;
    left: 800px;
}
#C>p:nth-child(4){
    position: absolute;
    top: 1210px;
    left: 800px;
}
#C>p:nth-child(5){
    position: absolute;
    top: 1510px;
    left: 800px;
}
#C>p:nth-child(6){
    position: absolute;
    top: 1810px;
    left: 800px;
}

#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: 100px;
        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;
    }
    #contain1{
        width: 350px;
        height: 1400px;
        margin: 0 auto;
    }
    #contain1>#A{
        position: relative; 
        top: 60px;
    }
    #A>a>img{
        width:180px;
    }
    #A>a>img:hover{
        transform: translateY(-20px);
        transition-duration: 0.3s;
    }
    #A>a:nth-child(1){
        position: absolute;
        left: -10px;
        top: 50px; 
    }
    #A>a:nth-child(2){
        position: absolute;
        left: -10px;
        top: 250px; 
    }
    #A>a:nth-child(3){
        position: absolute;
        left: -10px;
        top: 450px; 
    }
    #A>a:nth-child(4){
        position: absolute;
        left: -10px;
        top: 650px; 
    }
    #A>a:nth-child(5){
        position: absolute;
        left: -10px;
        top: 850px; 
    }
    #A>a:nth-child(6){
        position: absolute;
        left: -10px;
        top: 1050px; 
    }
    
    #B{
        position: relative;
        top: 60px;
    }
    #B>p>a{
        text-decoration: none;
        color: rgb(0, 0, 0);
    }
    #B>p{
        font-size: 12px;
    }
    #B>p>a>strong{
        font-size: 15px;
        font-weight: 600;
    }
    #B>p:nth-child(1){
        position: absolute;
        top: 90px;
        left:170px;
    }
    #B>p:nth-child(2){
        position: absolute;
        top: 290px;
        left:170px;
    }
    #B>p:nth-child(3){
        position: absolute;
        top: 490px;
        left:170px;
    }
    #B>p:nth-child(4){
        position: absolute;
        top: 690px;
        left : 170px;
    }
    #B>p:nth-child(5){
        position: absolute;
        top: 890px;
        left:170px;
    }
    #B>p:nth-child(6){
        position: absolute;
        top: 1090px;
        left:170px;
    }
    

    #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;
    }
    
}