@charset "UTF-8";

/*******************************************************************************************************************************
 *** 헤더
*******************************************************************************************************************************/
.header {
  background: #fff;
  position: relative;
  z-index: 3;
}

.logo {
  float: left;
  padding-top: 18px;
}

.gnb_nav {
  float: right;
}

#gnb {
  display: flex;
}

.gnb_li_1 {
  position: relative;
  padding: 0 20px;
  color: #222;
}

.gnb_li_1.on>a {
  color: #647f86;
}

.gnb_li_1>a {
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 91px;
}

.gnb_li_1>a:hover {
  color: #647f86;
}

.gnb_li_1:hover .gnb_dropmenu {
  opacity: 1;
  visibility: visible;
}

.gnb_li_1:last-child {
  padding-right: 0;
}

.gnb_dropmenu {
  position: absolute;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 5px;
  visibility: hidden;
  background-color: #fff;
}

.gnb_dropmenu li {
  padding-bottom: 5px;
}

.hamburger {
  display: none;
}

/*quick 시작*/
.quick {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 200;
}

.quick a.call {
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align: center;
  display: block;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
}

.quick a.call i {
  font-size: 24px;
  line-height: 50px;
}

.quick button {
  text-align: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #333;
  margin-top: 6px;
  color: #fff;
}

/*quick 끝//*/

/**PC 모바일 이미지 사이즈 조정 시작**/
.d-block {
  display: block;
}

.m-block {
  display: none;
}

/**PC 모바일 이미지 사이즈 조정 끝**/


/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
@media (max-width: 1000px) {
  .header .container {
    width: 100%;
    padding: 0;
  }

  .hamburger {
    display: block;
  }


  /* 모바일메뉴 타입-2 */
  .header.type_2 {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background-color: rgb(255, 255, 255);
    padding: 5px;
  }

  .header.type_2 .container {
    position: relative;
  }

  .header.type_2 .logo,
  .header.type_2 .gnb_nav {
    float: none;
  }

  .header.type_2 .logo {
    text-align: center;
    border-bottom: 0;
    padding-top: 10px;
  }

  .header.type_2 .logo img {
    height: 38px;
  }

  .header.type_2 .gnb_nav {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background: #91a883;
    transition: all 0.25s;
    z-index: 5;
    width: 250px;
  }

  .header.type_2 .gnb_nav.is-active {
    right: 0;
  }

  .header.type_2 #gnb {
    display: block;
    padding-top: 50px;
  }

  .header.type_2 .gnb_li_1 {
    width: auto;
    padding: 0;
  }

  .header.type_2 .gnb_li_1>a {
    text-align: left;
    padding-left: 15px;
    color: rgb(255, 255, 255);
    line-height: 45px;
  }

  .header.type_2  .gnb_dropmenu {
    display: block;
    visibility: visible;
    background: #ffffff7a;
  }

  .header.type_2 .toggle_li.active>a:after {
    transform: rotate(180deg);
  }

  .header.type_2 .toggle_li>a {
    position: relative;
  }

  .header.type_2 .toggle_li>a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f107";
    position: absolute;
    right: 15px;
    top: 13px;
    color: #fff;
    font-size: 20px;
    transform: rotate(0deg);
    transition: all 0.15s;
  }

  .header.type_2 .gnb_dropmenu {
    display: block;
    position: static;
    visibility: visible;
    padding: 10px;
    opacity: 1;
  }

  .header.type_2 .hamburger {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
  }

  .header.type_2 .hamburger-inner,
  .header.type_2 .hamburger-inner::before,
  .header.type_2 .hamburger-inner::after {
    background-color: #666;
  }

  .header.type_2 .hamburger-box {
    width: 25px;
  }

  .header.type_2 .hamburger-inner,
  .header.type_2 .hamburger-inner::before,
  .header.type_2 .hamburger-inner::after {
    height: 2px;
    width: 25px;
  }

  .header.type_2 #mobileClose {
    right: 0;
    top: 0;
    transform: translateY(0);
  }

  .header.type_2 #mobileClose .hamburger-inner,
  .header.type_2 #mobileClose .hamburger-inner::before,
  .header.type_2 #mobileClose .hamburger-inner::after {
    background-color: rgb(255, 255, 255);
  }
}

/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/



/*******************************************************************************************************************************
 *** 푸터
*******************************************************************************************************************************/
footer {
  width: 100%;
  padding: 30px 0;
  background: #444;
}

.foot_con {
  text-align: center;
  font-size: 14px;
  color: #ddd;
}



/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/
@media (max-width:768px) {
  .header.type_2 .logo {
    text-align: left;
    padding-left: 10px;
    padding-top: 12px;
  }

  .header.type_2 .logo img {
    height: 34px;
    padding-top: 0px;
  }

  footer {
    padding: 20px 0;
  }

  .foot_con {
    font-size: 13px;
  }

  /**PC 모바일 이미지 사이즈 조정 시작**/
  .d-block {
    display: none;
  }

  .m-block {
    display: block;
  }

  /**PC 모바일 이미지 사이즈 조정 끝**/
}