header .logo1{height:3rem;content:url(../img/logo-dark.png);}
.header1 a{color:black;}
#siteMap a i{color:black;}
/* section */
.section1{width: 100%; margin:auto;padding: 20vh 0;height: max-content;height:auto;}
.section1 .title{text-align: center;padding-bottom:4vh;font-size: 4rem;font-weight: 700;}
.map{width: 1200px; height: 630px;margin:0vh auto;}
.address{display:flex;width:1200px;margin:0 auto;padding-bottom: 1.5vh;font-size:2rem;font-weight: 500;margin-top: 6vh;}
.address p:nth-child(2){padding-left:2.1vw;}
.root_daum_roughmap {width:100% !important;}

  /* 테블릿 가로 (해상도 768px ~ 1023px)*/ 
  @media all and (max-width:1230px){
    .section1{width: 100%; margin:auto;padding: 10vh 0;height: max-content;height:auto;}
    .section1 .title{text-align: center;padding-bottom:3vh;font-size: 4rem;font-weight: 700;padding-top:5vh;}
    .map{width: 80%; height: auto;margin:2vh auto;}
    .address{display:flex;width:80%;margin:0 auto;padding-bottom: 1.5vh;font-size:1.2rem;font-weight: 500;}
    .address p:nth-child(2){padding-left:2.1vw;}
    .root_daum_roughmap {width:100% !important;}
    #wall{border-right: 1px solid black;margin:0 1rem;}
    
  }
   