* {
    margin: 0;
    padding: 0;
  }
  #wrap {
    width: 800px;
    margin: 0 auto;
  }
  header {
    border-bottom: 2px solid #ccc;
    padding-bottom: 30px;
    overflow: hidden;
  }
  header h1 {
    background-color: skyblue;
    text-align: center;
    color: #fff;
    padding: 20px 0;
    margin-bottom: 20px;
  }
  header nav {
    float: left;
    width: 30%;
  }
  header section {
    float: right;
    width: 65%;
  }
  header section h2 {
    margin-bottom: 10px;
  }
  header section p {
    line-height: 2;
    color: #555;
  }
  .gnb {
    list-style: none;
  }
  .gnb li {
    background-color: crimson;
    padding: 10px;
    border-bottom: 1px solid #eee;
  }
  .gnb li a {
    text-decoration: none;
    color: #fff;
  }
  .logo{
    width: 149px;
    height: 42px;
  }
  .icon1{
    width: 30px;
    height: 30px;
  }
  .icon2{
    width: 82px;
    height: 30px;
  }
  #content {
    padding: 50px 0;
    text-align: center;
  }
  #content h2 {
    margin-bottom: 20px;
  }
  #content .imgbox {
    word-wrap: 90%;
    margin: 10px auto;
  }
  #content img {
    width: 100%;
  }

  footer {
    background-color: #ddd;
    text-align: center;
    padding: 10px 0;
    font-size: 16px;
  }

/*미디어 뭐리!!!!!!!!!!*/
@media (max-width: 1280px){

    body { font-size: 12px;}

}
@media (max-width: 1024px){

    body { font-size: 13px;}

}
@media (max-width: 960px){

    body { font-size: 14px;}

}
@media (max-width: 768px){

    body { font-size: 15px;}

}
@media (max-width: 576px){

    body { font-size: 16px;}

}
@media (max-width:600px){ /*가로 너비가 600px 이하일 때 아래 스타일 적용*/
    #content {
        display: block;
    }
    #content .sidebar {
        min-height: 0;
    }
    /* 글로벌 메뉴 */
    .global-menu {
      padding: 2rem;
    }

    .logo {
      height: 100px;
      width: auto;
    }
    .icon1, .icon, .icon2, .footer-icon {
      height: 80px;
      width: auto;
    }
    .footer-icon-td {
      padding: 3rem 2rem;
    }
    /* 네비 메뉴 */
    .top-nav-td {
      height: 180px;
    }

    /* 네비 메뉴 반응형 */
    #Image32, #Image33, #Image34, #Image35,
    #footer-img-01, #footer-img-02, #footer-img-03, #footer-img-04 {
      height: 60px;
      width: auto;
    }
    .footer-bar {
      width: 70px;
      height: 55px;
    }

    /* 엔젤스 소개 */
    #title01, #title02_1, #title03, #title04 {
      height: 75px;
      width: auto;
      margin: 2rem auto;
    }

    #title02_1,
    #hello-head {
      display: block !important;
    }

    #overview_box, 
    #history_box {
      height: 85px;
      width: auto;
    }

    #overview_explain,
    #hello_img,
    .res-none {
      display: none;
    }

    .overview_explain,
    .logo-explain {
      display: block !important;
      width: 90%;
      margin: auto;
    }

    .overview_explain > div:first-child {
      color: #747474;
      font-size: 45px;
      font-weight: bold;
    }

    .overview_explain > div:nth-child(2),
    #hello-div,
    .logo-explain > div:first-child {
      color: #848484;
      font-size: 40px;
      word-break: keep-all;
    }

    .overview_explain > div:nth-child(2) > br {
     display: none !important;
    }

    .overview_video {
      width: 90% !important;
      height: auto;
    }

    /* 연혁 */

    #history_expain {
      width: 90%;
      height: auto;
    }

    /* 이사장 인사말 */
    #hello-div {
      margin: 4rem auto;
    }

    #hello-video {
      width: 90% !important;
      height: 750px !important;
    }
    /* 로고소개 */
    #logo-td {
      padding: 2rem 0 4rem;
    }
    .logo-subtitle {
      margin: 4rem auto;
      color: #747474;
      font-size: 45px;
    }
    .img-100 {
      margin: 4rem auto;
      width: 100%;
      height: auto;
    }
    .img-100 > img {
      width: 100%;
      height: auto;
    }
    /* 조직도 */

    #copy-td {
      width: 90%;
      text-align: right;
      padding: 3rem 0;
    }

    #copy-td > img {
      width: 90%;
      height: auto;
    }

    #top-btn-td {
      width: 10%;
      text-align: right;
      vertical-align: bottom;
    }

    #top-btn-td img {
      width: 100%;
      height: auto;
    }

}