@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@700&family=Lora:wght@600;700&family=Oswald:wght@500&family=Roboto:wght@500&display=swap');


body{
    font-family: 'noto sans KR', sans-serif;
    margin: 0;
    padding: 0;
}

* {  box-sizing: border-box;
    margin: 0;
    padding: 0;
}
div{
    display:block;
}


.top {
    width: 100%;

    margin: 0 auto;

    position: relative;
  }
 .top img {
    width: 100%;
    height: 40%;
    vertical-align: middle;


  }
  
.top .text {
    padding: 10px 20px;
    color:#fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

.section .con {
    width:90%;
   
    margin: 0 auto;

    text-align: center;
}
.con .contact{
    width:100%;
 
      display: block;
    justify-content: center;

}

.con .contact .title{

    color:#619fef;
    font-size: 1.5em;
    display: flex;
    text-align: center;
    justify-content: center;
    width:100%;
    margin-top: 5%;
}

.con .contact .title img{
   width: 100%;
   height: 1px;

}

.con .contact01{

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    

}

.con .contact01 h2{
    font-size: 25px;
    color:#619fef;
    text-align: center;
    padding: 50px;

}

.con .contact01 .map{
    margin-top: 50px;
}

.con .contact01 .address{
    vertical-align: middle;
    text-align: justify;
    margin: 0 auto;
}
.con .contact01 .address p{
    display:block;
    font-size: 1em;

}
.con .contact01 .address span{
    display: inline-block;
    vertical-align: top;
    font-size: 1rem;
    line-height: 1.375;
    color:#222;
}


@media (max-width:640px){

    body{
    
        box-sizing: border-box;
        
    }
    .header{
        width: 100%;
        height: 25%;
    }
        
.top .text{
    display: none;
}
.top img{
    width: 100%;
    height: 25%;
}
    .con .contact .title {
        margin-top:10%;
    
    
    }
    .con .contact .title h4{
        font-size: 0.9rem;
    }

    .con .contact01 h2{
        font-size: 0.9rem;
        margin-top: -5%;
    }

    .con .contact01 .address{
        width:80%;
        font-size: 0.9rem;
        text-align: justify;
      
        margin-top:-3%;
        
    }
    .con .contact01 .address p{
 
        font-size: 0.8rem;
        width:100%;
     
    }
    .con .address > *{
        display: block;
    }
    .con .contact01 .address span{
        font-size: 0.8rem;
        word-break:break-all;
    }
    .con .map iframe{
        width:100%;
        height: 300px;

    }
}