/*============================================================================================*/
/* 1.  SITE STRUCTURE and TYPOGRAPHY */
/*============================================================================================*/
/* MAIN NAVIGATION */
/* All styles for screen size over 992px*/
@media only screen and (min-width: 992px) {
  nav#menu.main-menu {
    display: block !important;
  }

  #mm-menu.main-menu {
    display: none !important;
  }

  header .btn_mobile {
    display: none !important;
  }

  /* Menu 부분 세로크기 등 조정웹*/
  .main-menu { 
    height:90px; 
    position: relative;
    z-index: 9;
    width: auto; font-weight: 500;color:333;
    top: 35px;
    right: 15px;
    float: right;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #fff;
  }
  .main-menu ul,
  .main-menu ul li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
  }
  
  .main-menu li a > i {  margin-left: 9px; font-size: 80%;
   }
   
   .main-menu ul li:before {
  font-style: normal;
  font-weight: normal;
   font-family: "fontello";
  content: "\e892";
  font-size: 16px;
  
 /*panagea/icon-pack-1.html*/
  color: #ddd;
  position: absolute;
  right:0px;
  top: 0px;
} 
  .main-menu ul li img {vertical-align:middle;
  
}  

  .main-menu ul a,
  .main-menu ul li a {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
  }

  /*1차메뉴간 간젹 */
  .main-menu > ul > li span > a { padding: 0 25px; 
   
  }
  .filters_listing ul li:first-child {
  float: left;
}
  
  .main-menu > ul > li span:hover > a {
    opacity: 0.7;
  }

  header.sticky .main-menu > ul > li span > a, header.header_in .main-menu > ul > li span > a {
    color: #444;
  }
  header.sticky .main-menu > ul > li span:hover > a, header.header_in .main-menu > ul > li span:hover > a {
    opacity: 1;
    color: #004dda;
  }

  /* Submenu*/
  .main-menu ul ul {
    position: absolute;
    z-index: 1;
    visibility: hidden;
    left: 3px;
    top: 93%;
    margin: 0;
    display: block;
    padding: 0;
    background: #fff;
    min-width: 200px;
    -webkit-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.175);
    transform: scale(0.4);
    transform-origin: 10% top;
    transition: 0.15s linear, 0.1s opacity cubic-bezier(0.39, 0.575, 0.565, 1), 0.15s transform cubic-bezier(0.1, 1.26, 0.83, 1);
    opacity: 0;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
  }
  .main-menu ul ul:before {
    bottom: 100%;
    left: 15%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #fff;
    border-width: 7px;
    margin-left: -7px;
  }
  .main-menu ul ul li {
    display: block;
    height: auto;
    padding: 0;
  }
  .main-menu ul ul li a {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #555;
    border-bottom: 1px solid #ededed;
    display: block;
    padding: 15px 10px;
    line-height: 1;
  }

  .main-menu ul li:hover > ul {
    padding: 0;
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
   /*  -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition-duration: 0s, 0.2s, 0.2s;
    transition-duration: 0s, 0.2s, 0.2s;*/
  }

  .main-menu ul ul li:first-child a:hover {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    -ms-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
  }
  .main-menu ul ul li:last-child a {
    border-bottom: none;
  }
  .main-menu ul ul li:last-child a:hover {
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    -ms-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
  }
  .main-menu ul ul li:hover > a {
    background-color: #f9f9f9;
    color: #004dda;
    padding-left: 15px;
  }
  

  
  
}
/* Submenu 2nd level right
.main-menu ul ul.second_level_right {
  left: auto;
  right: 3px;
}
.main-menu ul ul.second_level_right:before {
  right: 15%;
  left: auto;
}

/* Submenu 3rd level 
.main-menu ul ul li span a {
  font-weight: normal !important;
}
.main-menu ul ul li span a:hover {
  background-color: #f9f9f9;
  color: #004dda;
  padding-left: 18px;
  opacity: 1;
}
.main-menu ul ul li span a:after {
  font-family: 'ElegantIcons';
  content: "\35";
  float: right;
  font-size: 16px;
  font-size: 1rem;
  margin-top: -2px;
}

.main-menu ul ul ul {
  position: absolute;
  border-top: 0;
  z-index: 1;
  height: auto;
  left: 100%;
  top: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  min-width: 190px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.main-menu ul ul ul.third_level_left {
  right: 100%;
  left: auto;
}
.main-menu ul ul ul li a {
  border-bottom: 1px solid #ededed !important;
}

/* Arrows top 3rd level
.main-menu ul ul ul:before {
  border-width: 0;
  margin-left: 0;
}

/* All styles for screen size under 991px 모바일*/
@media only screen and (max-width: 991px) {
  nav#menu {
    display: none !important;
  }

  .mm-menu {
    background: #fff;
  }

  .main-menu { 
    top: 0;
    right: 0;
    float: none;
  }
  

  ul.mm-listview {
    line-height: 25px;
  }
  ul.mm-listview li a {
    color: #ccc;
    display: block;
  }
}

@media (max-width: 575px) {

  /* 모바일메뉴1차 앞*/
 .main-menu ul li:before { 
  font-style: normal;
  font-weight: normal;
   font-family: "fontello";
  content: "\e89b";
  font-size: 16px;
  font-size: 1rem;
 background-color: #333;
  color: #ccc;
  position: absolute;
  right:15px;
  top: 8px;
}
}

#menu.fake_menu {
  display: none !important;
  visibility: hidden !important;
}
/*-------- 1.3 Structure --------*/

header.header_in {
  /* 수정 padding: 10px 0;*/padding: 0px 0;
  background-color: #fff;
  position: relative;
  border-bottom: 1px solid #ededed;
}
header.header_in.is_sticky {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
header.header_in.map_view {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
header.header_in ul#top_menu li a {
  color: #444;
}
 
@media (max-width: 991px) {/*모바일=== */
  header.header_in {border-top: 1px solid #ddd;
    padding: 10px 0 8px 0;/* padding: 10px(탑) 0 5px(하단) 0;모바일세로길이조정 === */
  }
  header.header_in ul#top_menu {
    position: absolute;
    right: 0px;
    float: none;
  }
  header.header_in #logo a {
    z-index: 9;
    position: relative;
  }
}

/* .sub_header_in {
  background-color: #004dda;
  padding: 20px 0;
}
.sub_header_in.sticky_header {
  margin-top: 58px;
}
@media (max-width: 991px) {
  .sub_header_in.sticky_header {
    margin-top: 48px;
  }
}
.sub_header_in h1 {
  color: #fff;
  margin: 0;
  font-size: 26px;
  font-size: 1.625rem;
}
@media (max-width: 575px) {
  .sub_header_in h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}--*/
ul#top_menu {text-align:center;
  float: right;
  margin: 0 0 0 0px;
  padding: 0;
  
}
@media (max-width: 991px) {
  ul#top_menu {
   
  }
}


a.btn_add  {display: inline-block;
cursor: pointer;
  
  line-height: 1 !important;
  position: relative;
  top: 30px;/* border: none;===고객센터배너========= */
}
a.btn_add dl {border:1px solid #ddd;
padding: 3px 1px 6px 2px; /*상우 하좌*/
  float: right;
  margin: 0;
  line-height: 1;
  margin-right:1px;overflow: hidden;!important;
}
a.btn_add dl dt{color: #333;font-size:14px;
	}
a.btn_add dl dd {font-weight: 400;font-size:18px;	margin:0;color: #ed145b;
	}
	
a.btn_add dl dd i{font-weight: 500;font-size:21px; color: #ed0a0c;padding: 0px;!important;
	}	
	
@media (max-width: 991px) {
  a.btn_add{position: relative;
   top:-34px;/*  display: none;모바일에서안보일때===고객센터배너========= */
  }
}



header.sticky .hamburger-inner, header.sticky .hamburger-inner::before, header.sticky .hamburger-inner::after, header.header_in .hamburger-inner, header.header_in .hamburger-inner::before, header.header_in .hamburger-inner::after {
  background-color: #444; 
}

#logo { float: left;}

.header_in #logo img {
    width: auto;
    height: 45px;
    margin-top:25px;/* ===탑과의거리========= */
 }



@media (max-width: 991px) {
  #logo {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
  }
  #logo img {
    width: auto;
    height: 35px;
    /* =====margin: 10px 0 0 0;== */
  }
  .header_in #logo img {
    margin:0px;/* ===탑과의거리========= */  height: 34px;
  }
}
/* ==========================================================================
   01. top_bar
========================================================================== */

#top-bar { padding-left: 0px; padding-right: 0px; }
/* Top Bar
----------------------------------------------------------*/
#top-bar { background-color: #f3f6fc;font-family:"Noto Sans Korean", sans-serif; border-bottom: 1px solid #d7e1f3; font-size: 13px; height: ;36px; overflow: hidden; }
#top-bar .module { line-height: 36px; }
#top-bar .module.left { float: left; }
#top-bar .module.right { float: right; }
#top-bar .module .list-inline { margin-bottom: 0; }
#top-bar .module .list-inline ul:after { margin-bottom: 0; }


/* Scroll top button */
#toTop {
  position: fixed;
  right: 25px;
  bottom: 25px;
  z-index: 99;
  width: 46px;
  height: 46px;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  border-radius: 50%;
  text-align: center;
  font-size: 21px;
  color: #fff;
  cursor: pointer;
}
#toTop:after {
  content: "\e899";
  font-family: "fontello";
  position: relative;
  display: block;
  top: 50%;
  -webkit-transform: translateY(-55%);
  transform: translateY(-55%);
}
#toTop:hover {
  background-color: #0f4fb9;
}



