body {
    background-color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* padding-top: 140px;
    -webkit-transition: padding-top 0.3s;
    transition: padding-top 0.3s; */
  }

  body.pd {
    /* padding-top: 120px; */
  }

  @media screen and (max-width: 1024px) {
    body {
      /* padding-top: 60px; */
    }
  }

  /* ---------------header--------------- */
  #project_header {
    z-index: 100;
    /* position: absolute; */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #project_header .header_wrap .header_top {
    background-color: #fff;
  }

  @media screen and (min-width: 1024.1px) {
    #project_header .header_wrap .header_top .center1720 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      height: 60px;
    }
    #project_header .header_wrap .header_top .center1720 .member_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }
    #project_header .header_wrap .header_top .center1720 .member_list li {
      font-size: 14px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 15px;
      color: #666;
    }
    #project_header .header_wrap .header_top .center1720 .member_list li.mypage {
      color: #db0b3c;
      font-weight: 700;
    }
    #project_header .header_wrap .header_top .center1720 .member_list li a {
      display: block;
    }
  }

  @media screen and (max-width: 1024px) {
    #project_header .header_wrap .header_top {
      display: none;
    }
  }

  #project_header .header_wrap .header_top .header_search_box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 15px;
  }

  #project_header
    .header_wrap
    .header_top
    .header_search_box
    .header_search_input {
    display: block;
    width: 250px;
    height: 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #1c1c1c;
    padding-right: 30px;
    font-size: 14px;
    -webkit-transition: none !important;
    transition: none !important;
  }

  #project_header
    .header_wrap
    .header_top
    .header_search_box
    .header_search_input::-webkit-input-placeholder {
    font-size: inherit;
  }

  #project_header
    .header_wrap
    .header_top
    .header_search_box
    .header_search_input:-ms-input-placeholder {
    font-size: inherit;
  }

  #project_header
    .header_wrap
    .header_top
    .header_search_box
    .header_search_input::-ms-input-placeholder {
    font-size: inherit;
  }

  #project_header
    .header_wrap
    .header_top
    .header_search_box
    .header_search_input::placeholder {
    font-size: inherit;
  }

  #project_header .header_wrap .header_top .header_search_box .header_search_btn {
    display: block;
    position: absolute;
    right: 0;
    top: 7.5px;
    width: 25px;
    height: 25px;
  }

  #project_header
    .header_wrap
    .header_top
    .header_search_box
    .header_search_btn
    img {
    display: block;
    max-width: 100%;
  }

  #project_header .header_wrap .header_bottom {
    position: relative;
    height: 80px;
    background-color: rgba(0,0,0,0.7);
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  }

  #project_header .header_wrap .header_bottom .center1720 {
      width: 95%;
      max-width: 1280px;
      margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  #project_header .header_wrap .header_bottom .center1720 h1.logo {
    width: 160px;
    height: 50px;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }

  @media screen and (min-width: 1024.1px) {
   #project_header .header_wrap .header_bottom {
      -webkit-transition: height 0.3s, -webkit-box-shadow 0.3s;
      transition: height 0.3s, -webkit-box-shadow 0.3s;
      transition: box-shadow 0.3s, height 0.3s;
      transition: box-shadow 0.3s, height 0.3s, -webkit-box-shadow 0.3s;
   }
   #project_header .header_wrap .header_bottom .gnb_dummy {
      display: block !important;
      background-color: rgba(0,0,0,0.7) !important;
      left: 0;
      top: 100%;
      position: absolute;
      width: 100%;
      height: 0;
      transition: height 0.4s;
      -webkit-box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.1);
      z-index: 50;
   }
  }


  @media screen and (max-width: 1024px) {
   #project_header .header_wrap .header_bottom {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 60px;
   }
   #project_header .header_wrap .header_bottom .gnb_dummy {
      display: none;
      background-color: rgba(0, 0, 0, 0.7) !important;
      position: fixed;
      left: 0;
      top: 0;
      width: 100%;
      height: 100% !important;
      z-index: 50;
   }
   #project_header .header_wrap .header_bottom .center1720 h1.logo {
     width: 120px;
   }
  }

  @media screen and (max-width: 450px) {
    #project_header .header_wrap .header_bottom .center1720 h1.logo {
      width: 100px;
    }
  }

  #project_header .header_wrap .header_bottom .center1720 h1.logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  #project_header .header_wrap .header_bottom .center1720 h1.logo a img {
    display: block;
    max-width: 100%;
  }

  @media screen and (min-width: 1024.1px) {
    #project_header .header_wrap .header_bottom .center1720 .gnb {
      z-index: 80;
      position: relative;
      height: 100%;
    }
    #project_header .header_wrap .header_bottom .center1720 .gnb .mbtn_close {
      display: none;
    }
    #project_header .header_wrap .header_bottom .center1720 .gnb .mobile_top {
      display: none;
    }
    #project_header .header_wrap .header_bottom .center1720 .gnb .menu_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 20px;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:nth-last-of-type(1) {
      padding-right: 0;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:nth-last-of-type(1)
      > ul {
      padding-left: 30px;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:hover
      > a {
      color: #2ff568;
      font-weight: 700;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:hover
      > a::before {
      width: 100%;
    }
  }

  @media screen and (min-width: 1024.1px) and (max-width: 1600px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu {
      padding: 0 15px;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:nth-last-of-type(1) {
      padding-right: 0;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:nth-last-of-type(1)
      > ul {
      padding-left: 25px;
    }
  }

  @media screen and (min-width: 1024.1px) and (max-width: 1300px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu {
      padding: 0 7px;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:nth-last-of-type(1) {
      padding-right: 0;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:nth-last-of-type(1)
      > ul {
      padding-left: 20px;
    }
  }

  @media screen and (min-width: 1024.1px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a {
      position: relative;
      display: block;
      height: 25px;
      line-height: 25px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      font-size: 18px;
      color: #fff;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
    }
  }

  @media screen and (max-width: 1600px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a {
      font-size: 16px;
    }
  }


  @media screen and (max-width: 1300px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a {
      font-size: 15px;
    }
  }


  @media screen and (min-width: 1024.1px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a::before {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      margin: auto;
      bottom: -2px;
      display: block;
      background-color: #2ff568;
      width: 0;
      height: 2px;
      -webkit-transition: width 0.3s;
      transition: width 0.3s;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul.sss{
display: block;
      }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul {
      display: none;
      position: absolute;
      width: 70vw;
      max-width: 750px;
      padding: 10px 0;
      left: 50%;
      transform: translateX(-50%);
      top: calc(100%);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      text-align: center;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul::before{
          display: block;
          position: absolute;

          background-color: rgba(0,0,0,0.7);
      }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul
      > li {
        display: inline-block;
        margin: 0 20px;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul
      > li
      > a {
      display: block;
      height: 40px;
      line-height: 40px;
      white-space: nowrap;
      text-align: center;
      font-size: 14px;
      color: #fff;
      -webkit-transition: color 0.3s;
      transition: color 0.3s;
    }
  }

  @media screen and (min-width: 1024.1px) and (max-width: 1600px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul
      > li
      > a {
      font-size: 13px;
    }
  }

  @media screen and (min-width: 1024.1px) and (max-width: 1100px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul
      > li
      > a {
      font-size: 12px;
    }
  }

  @media screen and (min-width: 1024.1px) and (min-width: 1024.1px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul
      > li
      > a:hover {
      color: #2ff568;
      font-weight: 700;
    }
  }

  @media screen and (max-width: 1024px) {
    #project_header .header_wrap .header_bottom .center1720 .gnb {
      z-index: 80;
      position: fixed;
      right: 0;
      top: 0;
      width: 100%;
      max-width: 370px;
      height: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding-top: 20px;
      /* padding-bottom: 150px; */
      background-color: #b68f4e;
      opacity: 0;
      -webkit-transform: translateX(100%);
      transform: translateX(100%);
    }
  }

  @media screen and (max-width: 1024px) and (max-width: 400px) {
    #project_header .header_wrap .header_bottom .center1720 .gnb {
      max-width: 300px;
    }
  }

  @media screen and (max-width: 1024px) and (max-width: 350px) {
    #project_header .header_wrap .header_bottom .center1720 .gnb {
      max-width: 270px;
    }
  }

  @media screen and (max-width: 1024px) {
    #project_header .header_wrap .header_bottom .center1720 .gnb.active {
      opacity: 1;
      -webkit-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: opacity 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 0.3s;
      transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
    }
    #project_header .header_wrap .header_bottom .center1720 .gnb .mobile_top {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 40px;
      margin-bottom: 20px;
      padding: 0 25px;
      padding-bottom: 20px;
    }
  }

  @media screen and (max-width: 1024px) and (max-width: 400px) {
    #project_header .header_wrap .header_bottom .center1720 .gnb .mobile_top {
      margin-bottom: 15px;
      padding-bottom: 15px;
    }
  }

  @media screen and (max-width: 1024px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .mobile_top::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      display: block;
      width: calc(100% - 50px);
      height: 1px;
      background-color: #fff;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .mobile_top
      .mbtn_close {
      position: relative;
      float: right;
      display: block;
      width: 30px;
      height: 25px;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .mobile_top
      .mbtn_close
      span {
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: 9px;
      background-color: #fff;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .mobile_top
      .mbtn_close
      span.line1 {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg);
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .mobile_top
      .mbtn_close
      span.line2 {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    #project_header .header_wrap .header_bottom .center1720 .gnb .menu_list {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0 25px;
      height: calc(100% - 100px);
      overflow-y: auto;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:not(:nth-of-type(1)) {
      margin-top: 25px;
    }
  }

  @media screen and (max-width: 1024px) and (max-width: 400px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu:not(:nth-of-type(1)) {
      margin-top: 15px;
    }
  }

  @media screen and (max-width: 1024px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a {
      position: relative;
      display: block;
      font-size: 20px;
      font-weight: 700;
	  color: #fff;
    }
  }

  @media screen and (max-width: 1024px) and (max-width: 400px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a {
      font-size: 18px;
    }
  }

  @media screen and (max-width: 1024px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a.dep::before {
      content: "";
      position: absolute;
      top: calc(50% - 1px);
      right: 0;
      display: block;
      width: 15px;
      height: 2px;
      background-color: #fff;
      -webkit-transition: background-color 0.3s;
      transition: background-color 0.3s;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a.dep::after {
      content: "";
      position: absolute;
      top: calc(50% - 7.5px);
      right: 6.5px;
      display: block;
      width: 2px;
      height: 15px;
      background-color: #fff;
      -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
      transition: background-color 0.3s, -webkit-transform 0.3s;
      transition: transform 0.3s, background-color 0.3s;
      transition: transform 0.3s, background-color 0.3s, -webkit-transform 0.3s;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a.dep.active {
      margin-bottom: 10px;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a.dep.active::before {
      background-color: #db0b3c;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > a.dep.active::after {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg);
      background-color: #fff;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul {
      display: none;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin-top: 10px;
      padding: 5px 15px;
      border-radius: 10px;
      background-color: #fff;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul
      > li {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 10px 0;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul
      > li:not(:nth-last-of-type(1)) {
      border-bottom: 1px solid #b68f4e;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul
      > li
      > a {
      display: block;
	  color: #b68f4e;
    }
  }

  @media screen and (max-width: 1024px) and (max-width: 400px) {
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .menu_list
      .menu
      > ul
      > li
      > a {
      font-size: 14px;
    }
  }

  @media screen and (max-width: 1024px) {
    #project_header .header_wrap .header_bottom .center1720 .gnb .member_list {
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
      right: 0;
      bottom: 0;
      width: 100%;
      max-width: inherit;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .member_list
      .m_gnb_bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative;
      width: 50%;
      height: 50px;
      background-color: #f5f5f5;
      font-size: 14px;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .member_list
      .m_gnb_bottom:nth-of-type(1)::before {
      content: "";
      position: absolute;
      right: -1px;
      top: 50%;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      display: block;
      width: 2px;
      height: 50%;
      background-color: #ddd;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .member_list
      .m_gnb_bottom
      a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 50px;
      text-align: center;
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .member_list
      .m_gnb_top {
      width: 100%;
      height: 50px;
      background-color: rgba(255, 86, 52, 0.2);
    }
    #project_header
      .header_wrap
      .header_bottom
      .center1720
      .gnb
      .member_list
      .m_gnb_top
      a {
      display: block;
      width: 100%;
      height: 100%;
      line-height: 50px;
      text-align: center;
      font-size: 14px;
      font-weight: 700;
      color: #db0b3c;
    }
  }

  #project_header .header_wrap .header_bottom .center1720 .mbtn {
    position: relative;
    width: 30px;
    height: 20px;
  }

  @media screen and (min-width: 1024.1px) {
    #project_header .header_wrap .header_bottom .center1720 .mbtn {
      display: none;
    }
  }

  @media screen and (max-width: 1024px) {
    #project_header .header_wrap .header_bottom .center1720 .mbtn {
      display: block;
    }
  }

  #project_header .header_wrap .header_bottom .center1720 .mbtn span {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  #project_header .header_wrap .header_bottom .center1720 .mbtn span.line1 {
    margin-top: -7px;
  }

  #project_header .header_wrap .header_bottom .center1720 .mbtn span.line3 {
    margin-top: 7px;
  }

  #project_header.active .header_wrap .header_bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 7px rgba(0, 0, 0, 0.1);
  }

  @media screen and (min-width: 1024.1px) {
    #project_header.active .header_wrap .header_bottom {
      height: 60px;
    }
    #project_header.active .header_wrap .header_bottom .center1720 h1.logo{
        width: 120px;
    }
  }



  /* sns 추가 */
  #project_header .header_wrap .sns-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;right: 0;
    width: calc((100% - 1280px)/2);
    max-width: 200px;
    height: 100%;
  }
  #project_header .header_wrap .sns-wrap li{
    margin: 0 10px;
  }
  #project_header .header_wrap .sns-wrap li img{
    display: block;
  }
  #project_header .header_wrap .sns-wrap li img.insta{
    width: 25px;
  }
  #project_header .header_wrap .sns-wrap li img.naver{
    width: 45px;
  }

  @media screen and (max-width: 1600px) {
    #project_header .header_wrap .sns-wrap{
      position: unset;
      width: auto;
    }
    #project_header .header_wrap .sns-wrap li{
      margin: 0 7px;
    }
    #project_header .header_wrap .sns-wrap li:nth-of-type(2){
      margin-right: 0;
    }
  }
  @media screen and (max-width: 1300px) {
    #project_header .header_wrap .sns-wrap li{
      margin: 0 5px;
    }
    #project_header .header_wrap .sns-wrap li img.insta{
      width: 20px;
    }
    #project_header .header_wrap .sns-wrap li img.naver{
      width: 30px;
    }
  }
  @media screen and (max-width: 1024px) {
    #project_header .header_wrap .sns-wrap{
      position: absolute;
      right: calc(2.5% + 55px);
    }
    #project_header .header_wrap .sns-wrap li{
      margin: 0 7px;
    }
  }

  /* ---------------header end--------------- */
  /*

  */
  /* ---------------footer--------------- */
  #project_footer {
    background-color: #111;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 0;
  }

  @media screen and (max-width: 1024px) {
    #project_footer {
      padding: 30px 0;
    }
  }

  #project_footer .center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  @media screen and (max-width: 1024px) {
    #project_footer .center {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: unset;
      -ms-flex-pack: unset;
      justify-content: unset;
    }
  }

  #project_footer .center .footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  @media screen and (max-width: 1024px) {
    #project_footer .center .footer_wrap {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }
  }

  #project_footer .center .footer_wrap .footer_logo {
    width: 250px;
    height: 45px;
    /* @media screen and (max-width:600px){
                      width: 170px;
                      height: 35px;
                  } */
  }

  @media screen and (max-width: 1350px) {
    #project_footer .center .footer_wrap .footer_logo {
      width: 230px;
    }
  }

  @media screen and (max-width: 1100px) {
    #project_footer .center .footer_wrap .footer_logo {
      width: 200px;
      height:auto;
    }
  }

  #project_footer .center .footer_wrap .footer_logo a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }

  #project_footer .center .footer_wrap .footer_logo a img {
    display: block;
    max-width: 100%;
  }

  #project_footer .center .footer_wrap .footer_logo .download{
      margin-top:20px;
      width:fit-content;
      display:table;
      height:auto;
      padding:10px;
      border:1px solid #999;
      color:#999;
  }

  @media screen and (max-width: 1024px) {
      #project_footer .center .footer_wrap .footer_logo .download{
          margin-top:20px;
          padding:7px;
          font-size:14px;

      }
  }

  #project_footer .center .footer_wrap .footer_info {
    margin-left: 20px;
  }

  @media screen and (max-width: 1024px) {
    #project_footer .center .footer_wrap .footer_info {
      width: 100%;
      margin-left: 0;
      margin: 20px 0;
    }
  }

  #project_footer .center .footer_wrap .footer_info p {
    color: #666;
    font-size: 14px;
  }

  #project_footer .center .footer_wrap .footer_info p.copy {
    margin-top: 10px;
  }

  @media screen and (max-width: 1100px) {
    #project_footer .center .footer_wrap .footer_info p {
      font-size: 13px;
    }
  }

  #project_footer .center .footer_wrap .footer_info p i {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 170%;
  }

  @media screen and (max-width: 1100px) {
    #project_footer .center .footer_wrap .footer_info p i {
      padding: 0 7px;
    }
  }

  @media screen and (max-width: 1024px) {
    #project_footer .center .footer_wrap .footer_info p i {
      line-height: 150%;
      padding: 0;
    }
  }

  #project_footer .center .footer_privacy {
    display: block;
    width: 130px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #999;
    color: #999;
    font-size: 14px;
    -webkit-transition: background-color 0.3s, color 0.3s;
    transition: background-color 0.3s, color 0.3s;
  }

  #project_footer .admin {
    color: #fff;
    margin-bottom: 10px;
  }
  @media screen and (min-width: 1024px) {
    #project_footer .admin {
      padding: 7px 10px 0 0;
      margin-bottom: 10px;
      box-sizing: border-box;
    }
  }

  @media screen and (min-width: 1024.1px) {
    #project_footer .center .footer_privacy:hover {
      background-color: #999;
      color: #111;
    }
  }

  @media screen and (max-width: 1100px) {
    #project_footer .center .footer_privacy {
      width: 120px;
      font-size: 13px;
    }
  }

  /* ---------------footer end--------------- */

  .mb_header_logo {
	display: none;
  }

@media screen and (max-width:1024px) {
  .mb_header_logo {
	text-align: center;
	margin-top: 185px;
	display: block;
  }

  .mb_header_logo img {
	width: 160px;
  }

  .mb_header_tel {
	display: block;
	margin-top: 15px;
	font-size: 20px;
	color: #fff;
  }
}
