@charset "UTF-8";
/*******************************************************************************************************************************
 *** 헤더
*******************************************************************************************************************************/
.header {
  background: #fff;
  position: relative;
  z-index: 3;
}

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

.gnb_nav {
  float: right;
}

#gnb {
  display: flex;
}

.gnb_li_1 {
  position: relative;
  padding: 0 20px;
  color: #222;
}
.gnb_li_1.on > a {
  color:#2c9194;
}
.gnb_li_1 > a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  line-height: 91px;
}
.gnb_li_1 > a:hover {
  color:#2c9194;
}
.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;
  visibility: hidden;
  background-color: #2763b9;
}
.gnb_dropmenu li {
  color: #fff;
  padding: 10px 10px;
}
.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;
  }
  #gnb {
    background: #444;
  }
  .header.type_1 .logo, .header.type_1 .gnb_nav {
    float: none;
  }
  .header.type_1 .logo {
    text-align: center;
    /* border-bottom: 1px solid #333; */
    padding: 20px 0 20px 0;
  }
  .header.type_1 .logo img {
    /* height: 20px; */
  }
  
  .header.type_1 .gnb_li_1 {
    width: 25%;
    padding: 0;
  }
  .header.type_1 .gnb_li_1 > a {
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    color: #fff;
  }
  .header.type_1 .gnb_dropmenu {
    display: none;
  }

  /* 모바일메뉴 타입-2 */
  .header.type_2 {
    /* position: fixed; */
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
  }
  .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: 20px 0 22px 20px;
  }
  .header.type_2 .logo img {
    height: 40px;
  }
  .header.type_2 .gnb_nav {
    position: fixed;
    right: -100%;
    top: 0;
    height: 100%;
    background-color: #444;
    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: #fff;
    line-height: 45px;
  }
  .header.type_2 .toggle_li.active .gnb_dropmenu {
    display: block;
  }
  .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: none;
    position: static;
    padding: 10px;
  }
  .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: #fff;
  }
}
/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/



/*******************************************************************************************************************************
 *** 푸터
*******************************************************************************************************************************/
footer {
  width: 100%;
  padding: 30px 0;
  background: #444;
}
.foot_con {
  text-align: center;
  font-size: 14px;
  color:#ddd;
}



/*******************************************************************************************************************************
 *** PC ~ 테블릿
*******************************************************************************************************************************/
/*******************************************************************************************************************************
 *** 모바일
*******************************************************************************************************************************/
@media (max-width:768px){
  footer {
    padding:20px 0;
  }
  .foot_con {
    font-size: 13px;
  }
  .header.type_1 .logo {
    padding: 20px 0 10px 0;
  }
  .header.type_1 .logo img {
    height: 32px;
  } 
  /**PC 모바일 이미지 사이즈 조정 시작**/
  .d-block{display: none;}
  .m-block{display: block;}
  /**PC 모바일 이미지 사이즈 조정 끝**/
}

@media (max-width:480px){
  .header.type_2 .logo {
    padding: 15px 0 15px 20px;
  }
  .header.type_2 .logo img {
    height: 36px;
  }
}