*{
    margin: 0;
    padding: 0;
    font-family: "Noto Sans KR";
}
#wrap{
    width: 100%;
    height: auto;
}
#section1{
    width: 100%;
    height: 930px;
    background-image: url(../img/back.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}
#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; */
    /* background: url(../img/logo1.1.png) no-repeat; */
}
#section2{
    width: 100%;
    height: 860px;
    margin: 0 auto;
}
#contain2{
    position: relative;
    width: 1024px;
    height: 860px;
    margin: 0 auto;
}
@keyframes titleAnimation {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
       transform: translateY(50px);
       opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
      clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
    
  }
}
#contain2 h3{
     -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
     clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
     transform: translateY(-50px);
    opacity: 0;
    animation-name: titleAnimation;
    animation-timing-function:ease;
    animation-duration: 5s;
}

#contain2>p:nth-child(1){
    position: absolute;
    top: 100px;
    display: none;
}
#contain2>p:nth-child(2){
    position: absolute;
    top: 420px;
}
span{
    color: #358aca;
}
#contain2 h3{
    font-size: 50px;
    text-align: center;
    position: absolute;
    top: 560px;
    left: 160px;
    animation-delay: 3s;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
}
#contain2>p:nth-child(4){
    font-size: 20px;
    font-weight: 600;
    position: absolute;
    top: 660px;
    left: 250px;
    text-align: center;
}


/*서비스*/

#section3{
    width: 100%;
    height: 860px;
    margin: 0 auto;
}
#contain3{
    position: relative;
    width: 1024px;
    height: 860px;
    margin: 0 auto;
    /* border: 1px solid black; */
}
#contain3>img{
    position: absolute;
    top: 160px;
    left: -160px;
}
#contain3 h3{
    position: absolute;
    width: 170px;
    height: 35px;
    color: white;
    background-color: #358aca;
    top: 300px;
    left: 680px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
}
#contain3 h2{
    position: absolute;
    font-size: 25px;
    top: 400px;
    left: 680px;
}
#contain3 p{
    position: absolute;
    top: 480px;
    left: 680px;
}
#contain3 h4{
    position: absolute;
    top: 580px;
    left: 860px; 
}
#contain3 h4:hover{
    transform: translateX(10px);
    transition-duration: 0.3s;
}
#contain3 h4>a{
    color: black;
    text-decoration: none;
}

/*포폴*/

#section4{
    width: 100%;
    height: 860px;
    margin: 0 auto;
    background-color: #358aca;
}
#contain4{
    position: relative;
    width: 1024px;
    height: 860px;
    margin: 0 auto;
    /* border: 1px solid black; */
}
#contain4 img{
    position: absolute;
    top: 190px;
    left: 310px;
}
#contain4 h3{
    position: absolute;
    top: 300px;
    width: 170px;
    height: 35px;
    border: 4px solid white;
    color: white;
    line-height: 35px;
    text-align: center;
}
#contain4 h2>span{
    color: black;
}
#contain4 h2{
    position: absolute;
    top: 410px;
    color: white;
}
#contain4 p{
    position: absolute;
    top: 490px;
    color: white;
}
#contain4 h4{
    position: absolute;
    top: 590px;
    /* left: 860px;  */
}
#contain4 h4:hover{
    transform: translateX(10px);
    transition-duration: 0.3s;
}
#contain4 h4>a{
    color: black;
    text-decoration: none;
}

/*아티클*/


#section5{
    width: 100%;
    height: 860px;
    margin: 0 auto;
}
#contain5{
    position: relative;
    /* overflow: hidden; */
    width: 1024px;
    height: 860px;
    margin: 0 auto;
    /* border: 1px solid black; */
}
#contain5>img{
    position: absolute;
    top: 180px;
    left: -160px;
}
#contain5 h3{
    position: absolute;
    width: 170px;
    height: 35px;
    color: white;
    background-color: #358aca;
    top: 300px;
    left: 680px;
    line-height: 35px;
    text-align: center;
}
#contain5 h2{
    position: absolute;
    font-size: 25px;
    top: 400px;
    left: 680px;
}
#contain5 p{
    position: absolute;
    top: 520px;
    left: 680px;
}
#contain5 h4{
    position: absolute;
    top: 610px;
    left: 860px; 
}
#contain5 h4:hover{
    transform: translateX(10px);
    transition-duration: 0.3s;
}
#contain5 h4>a{
    color: black;
    text-decoration: none;
}


/*문의하기*/

#section6{
    width: 100%;
    height: 1800px;
    margin: 0 auto;
}
#main{
    width: 1024px;
    height: auto;
    margin: 0 auto;
}
#contain6{
    width: 1024px;
    height: 1200px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    background-color: rgb(248, 248, 248);
    box-shadow: 8px 15px 15px rgba(0, 0, 30, 0.2);
}
#contain6_1{
    display: none;
}

.field-label{
    color: rgb(117, 117, 117);
    font-size: 17px;
    font-weight: bold;
}
#contact{
    position: absolute;
    top: 100px;
    left: 130px;
}
#contact1{
    position: absolute;
    top: 100px;
    left: 544px;
}
.radio-type-label{
    position: absolute;
    left: 130px;
    top: 410px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(117, 117, 117);
}
.radio-type-label1{
    position: absolute;
    left: 130px;
    top: 510px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(117, 117, 117);
}
.radio-type-label2{
    position: absolute;
    left: 130px;
    top: 590px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(117, 117, 117);
}
.div-block-3{
    position: absolute;
    top: 450px;
    left: 130px;
}
.div-block-4{
    position: absolute;
    top: 550px;
    left: 130px;
}
.div-block-5{
    position: absolute;
    top: 630px;
    left: 130px;
}
.w-radio {
    padding: 10px 40px;
    position: relative;
    line-height: 30px;
    left: -30px;
}
.w-radio span{
    font-size: small;
    position: absolute;
    width: 100px;
    top: 3px;
}
.field-label1{
    position: absolute;
    top: 700px;
    left: 130px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(117, 117, 117);
}
#field-2{
    position: absolute;
    top: 740px;
    left: 130px;
}
.div-block-3 span{
    color: black;
}
.div-block-4 span{
    color: black;
}
.div-block-5 span{
    color: black;
}
.private{
    position: absolute;
    top: 880px;
    left: 130px;
}
.private #text{
    position: absolute;
    border: none;
    top: 40px;
    left: 0px;
    width: 780px;
    height: 60px;  
}
.fregister_agree{
    position: absolute;
    width: 780px;
    left: 0px;
    top: 110px;
    font-size: small;
    border: none;
}
.fregister_agree label{
        position: absolute;
        width: 500px;
        top: 1px;
        left: 28px;
}
.button{
    position: absolute;
    top: 1040px;
    left: 130px;
    font-size: 18px;
    color: white;
    border: none;
    background-color: #358aca;
    font-weight: bold;
}
.field-label>.sound_only{
    position: relative;
    top: 35px;
    left: 290px;
}
.field-label>.sound_only1{
    position: relative;
    top: 35px;
    left: 295px;
}
.field-label1>strong{
    position: relative;
    top: 45px;
    left: 685px;
    z-index: 49;
}


/* footer*/

#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){

#section1{
    width: 100%;
    height: 850px;
    background-image: url(../img/back3.png);
    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;
}
#section2{
    width: 100%;
    height: 450px;
    margin: 0 auto;   
}
#contain2{
    position: relative;
    width: 320px;
    height: 450px;
    margin: 0 auto;
    overflow: hidden;
}
@keyframes titleAnimation {
    0% {
      transform: translateY(-50px);
      opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
  }
  20% {
      transform: translateY(0);
      opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  80% {
       transform: translateY(0);
       opacity: 1;
      -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
      clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 15%);
  }
  100% {
       transform: translateY(50px);
       opacity: 0;
      -webkit-clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
      clip-path: polygon(100% 0, 100% -0%, 0 100%, 0 100%);
    
  }
}
#contain2 h3{
     -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
     clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 80%);
     transform: translateY(-50px);
    opacity: 0;
    animation-name: titleAnimation;
    animation-timing-function:ease;
    animation-duration: 3s;
}

#contain2>p:nth-child(1){
    position: absolute;
    top: 0px;
    left: -140px;
    display: none;
}
#contain2>p>img{
    width: 600px;
}
#contain2>p:nth-child(2){
    position: absolute;
    left: -140px;
    top: 220px;
}
span{
    color: #358aca;
}
#contain2 h3{
    font-size: 23px;
    text-align: center;
    position: absolute;
    top: 310px;
    left: -5px;
    animation-delay: 0.4s;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
}
#contain2>p:nth-child(4){
    font-size: 11px;
    font-weight: 600;
    position: absolute;
    top: 370px;
    left: 20px;
    text-align: center;
}


/* 서비스*/


#section3{
    width: 100%;
    height: 770PX;
    margin: 0 auto;
    overflow: hidden;
}
#contain3{
    position: relative;
    width: 350px;
    height: 770px;
    margin: 0 auto;
    overflow: hidden;
}
#contain3>img{
    position: absolute;
    width: 450px;
    top: 50px;
    left: -50px;
}
#contain3 h3{
    position: absolute;
    width: 160px;
    height: 38px;
    font-size: 16px;
    color: white;
    background-color: #358aca;
    top: 360px;
    left: 0px;
    line-height: 38px;
    text-align: center;
}
#contain3 h2{
    position: absolute;
    font-size: 26px;
    top: 455px;
    left: 0px;
}
#contain3 p{
    position: absolute;
    font-size: 16px;
    top: 545px;
    left: 0px;
}
#contain3 h4{
    position: absolute;
    top: 655px;
    font-size: 15px;
    left: 205px; 
}
#contain3 h4>a{
    color: black;
    text-decoration: none;
}

/*포트폴리오*/

#section4{
    width: 100%;
    height: 770px;
    margin: 0 auto;
    background-color: #358aca;
}
#contain4{
    position: relative;
    width: 350px;
    height: 770px;
    margin: 0 auto;
    overflow: hidden;
}
#contain4 img{
    position: absolute;
    width: 420px;
    top: 80px;
    left: -42px;
}
#contain4 h3{
    position: absolute;
    width: 160px;
    height: 38px;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    top: 380px;
    left: 0px;
    line-height: 38px;
    text-align: center;
}
#contain4 h2>span{
    color: black;
}
#contain4 h2{
    position: absolute;
    font-size: 26px;
    top: 480px;
    left: 0px;
}
#contain4 p{
    position: absolute;
    font-size: 16px;
    top: 570px;
    left: 0px;
}
#contain4 h4{
    position: absolute;
    top: 670px;
    font-size: 15px;
    left: 170px; 
}
#contain4 h4>a{
    color: black;
    text-decoration: none;
}


/*아티클*/


#section5{
    width: 100%;
    height: 860px;
    margin: 0 auto;
    overflow: hidden;
}
#contain5{
    position: relative;
    width: 350px;
    height: 860px;
    margin: 0 auto;
}
#contain5 img{
    position: absolute;
    width: 450px;
    top: 80px;
    left: -42px;
}
#contain5 h3{
    position: absolute;
    width: 160px;
    height: 38px;
    font-size: 16px;
    color: white;
    border: 2px solid white;
    top: 420px;
    left: 0px;
    line-height: 38px;
    text-align: center;
}
#contain4 h2>span{
    color: black;
}
#contain5 h2{
    position: absolute;
    font-size: 25px;
    top: 520px;
    left: 0px;
}
#contain5 p{
    position: absolute;
    font-size: 16px;
    top: 645px;
    left: 0px;
}
#contain5 h4{
    position: absolute;
    top: 750px;
    font-size: 15px;
    left: 210px; 
}
#contain5 h4>a{
    color: black;
    text-decoration: none;
}


/*문의하기*/

#section6{
    width: 100%;
    height: 2100px;
    margin: 0 auto;
    overflow: hidden;
}
#contain6{
    display: none;
}
#contain6_1{
    display: block;
}
#main{
    width: 350px;
    height: auto;
    margin: 0 auto;
}
#main p>img{
    width: 450px;
    position: relative;
    left: -45px;
}
#main img{
    width: 370px;
    position :relative;
    left: -15px;
}
#contain6_1{
    width: 370px;
    height: 1740px;
    margin: 0 auto;
    border-radius: 15px;
    position: relative;
    background-color: rgb(248, 248, 248);
    box-shadow: 8px 15px 15px rgba(0, 0, 30, 0.2);
}

/* #contain2 .submit-text w-input{
    width: 500px;
    height: 40px;
    border: 1px solid rgb(180, 180, 180);
    border-radius: 5px;
} */
.field-label{
    color: rgb(117, 117, 117);
    font-size: 17px;
    font-weight: bold;
}
#contact1{
    position: absolute;
    top: 50px;
    left: 10px;
}
#contact2{
    position: absolute;
    top: 460px;
    left: 10px;
}

.radio-type-label{
    position: absolute;
    left: 15px;
    top: 880px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(117, 117, 117);
}
.radio-type-label1{
    position: absolute;
    left: 15px;
    top: 1090px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(117, 117, 117);
}
.radio-type-label2{
    position: absolute;
    left: 15px;
    top: 1200px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(117, 117, 117);
}
.w-radio{
    position: relative;
    line-height: 30px;
    left: 0px;
}
.w-radio span{
    font-size: 15px;
    position: absolute;
    width: 150px;
    top: 3px;
}
.div-block-3{
    position: absolute;
    width: 620px;
    top: 910px;
    left: 0px;
}
.div-block-4{
    position: absolute;
    top: 1120px;
    left: 0px;
}
.div-block-5{
    position: absolute;
    top: 1230px;
    left: 0px;
}
.w-radio {
    padding: 10px 10px;
}
.field-label1{
    position: absolute;
    top: 1310px;
    left: 10px;
    font-size: 18px;
    font-weight: bold;
    color: rgb(117, 117, 117);
}
#field-2{
    position: absolute;
    top: 1350px;
    left: 10px;
}
.div-block-3 span{
    color: black;
}
.div-block-4 span{
    color: black;
}
.div-block-5 span{
    color: black;
}
.private{
    position: absolute;
    top: 1480px;
    left: 10px;
}
.private #text{
    position: absolute;
    border: none;
    top: 40px;
    left: 0px;
    width: 340px;
    height: 60px;  
}
.fregister_agree{
    position: absolute;
    width: 780px;
    left: 0px;
    top: 110px;
    font-size: small;
    border: none;
}
.button{
    position: absolute;
    top: 1630px;
    left: 10px;
    font-size: 18px;
    color: white;
    border: none;
    background-color: #358aca;
    font-weight: bold;
}
.field-label>.sound_only{
    position: relative;
    top: 35px;
    left: 270px;
}
.field-label>.sound_only1{
    position: relative;
    top: 35px;
    left: 275px;
}
.field-label1>strong{
    position: relative;
    top: 45px;
    left: 250px;
    z-index: 49;
}

/* footer*/

#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;
}

}