/*-----------------------------------------------------*/
/* top_info */
/*-----------------------------------------------------*/
.top_info {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  width: 100%
  height: 32px;
  font-weight: 600;
  line-height: 32px;
  border-bottom: solid 1px #eee;
  background: rgba(79, 83, 103, 1);
}
.top_info i.fa {font-size: 12px;}
.top_info a {
  display: block;
  float: left;
  padding-left: 7px;
  padding-right: 12px;
  border-left: solid 1px #6b718c;
  border-right: solid 1px #6b718c;
  color: #fff;
  font-weight: 500 !important;
}
.top_info a:hover {color: #ee4a42;}
.top_info #top_book {color: #fff; padding-left: 10px;}
.top_info .top_phone {color: #fff; font-size: 14px; font-weight: 600; padding-left: 10px;}
@media screen and (max-width:640px) {
 .top_info #top_book {display:none;}
 .top_info .top_phone {display:none;}
}
.top_info .toparea {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.top_info .toparea li {
  display: block;
  float: left;
}
.top_info .toparea li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  font-family: 'Raleway', sans-serif, "Nanum Gothic";
  font-size: 12px;
  color: #fff;
  line-height: 32px;
  vertical-align: middle;
  border-right: solid 1px #6b718c;
  border-left: none;
}
.top_info .toparea li a:hover {
  color: #ee4a42;
}
/*-----------------------------------------------------*/
/* Header */
/*-----------------------------------------------------*/
.logo { text-align: center; padding-top: 15px; }
.top-bar { background-color: #fff; padding: 20px 0 0 0; }
.top-info-bar { position: relative; }
.top-info-icon { font-size: 24px; color: #484862; font-weight: 600; position: absolute; }
.top-info-text { padding-left: 30px; font-size: 13px; color: #333; font-weight: 500; line-height: 1.6;}
.top-info-text span { font-size: 16px; color: #666; font-weight: 600; }
.header-wrapper { clear:both; width: 100%; }
/*-----------------------------------------------------*/
/* Nav */
/*-----------------------------------------------------*/
nav { width: 100%; margin: 0 auto; }
.spin-state input[type=checkbox] { display: none; }
.nav_wrapper {
  float: left; 
  position: absolute;
  left: 0;
  z-index: 1000;
  width: 100%;
  transition: top .5s ease-out; 
}
@media (min-width: 768px) {
.menu {
  width: 100%;
  height: auto;
  background: #fff;
  transition: all 0.3s ease;
  text-align: center;
  border-top:2px solid #4f5367;
  border-bottom:1px solid #a3aaae;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #cccccc;
}
.menu ul li { padding: 0 25px 0 0px; }
.menu > ul > li { display: inline-block; }
.menu ul li a {
  display: block;
  text-decoration: none;
  color: #555;
  font-size: 16px;
  font-weight: 600; 
}
.menu ul li.hover > a {
  color: #ee4a42;
}
.menu ul li > a { padding: 10px 15px 15px 15px; }
.menu ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 160px;
  min-width: 160px;
  background: #fff;
  border: 1px solid #a3aaae;
}
.menu ul li:hover > ul { display: block; }
.menu ul li ul > li { position: relative; width: 100%; }
.menu ul li ul > li a {
  clear: both; 
  float: left;  
  padding: 10px 15px;
  width: 158px;
  height: auto;
  background: #fff;  
  color: #333;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
}
.menu ul ul > li a:hover {  
  color: #fff;
  background: #4f5367;
}
.divider {
  height: 1px;
  margin: 0;
  overflow: hidden;
  background-color: #a3aaae;
}
}
ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
    margin: 0;
}

@media all and (max-width: 767px) {
.logo { text-align: center; padding-top: 0; }
.nav_wrapper { margin-top: 20px; background: #fff; border-top:2px solid #4f5367;}
.example-header .container { width: 100%; }
.spin-state * {
  transition: all 0.3s;
  box-sizing: border-box;
}
.spin-state {
  position: relative;
  margin: 10px;
  height: 28px;
  width: 28px;
  float: left;
}
.spin-state label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 4px;
  left: 0;
}
.spin-state .spin {
  position: absolute;
  height: 4px;
  width: 100%;
  padding: 0;
  background-color: #4f5367;
}
.spin-state .diagonal.part-1 {
  position: relative;
  float: left;
}
.spin-state .horizontal {
  position: relative;
  float: left;
  margin-top: 4px;
}
.spin-state .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 4px;
}
.spin-state input[type=checkbox]:checked ~ .spin-spin > .horizontal { opacity: 0; }
.spin-state input[type=checkbox]:checked ~ .spin-spin > .diagonal.part-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: 10px;
}
.spin-state input[type=checkbox]:checked ~ .spin-spin > .diagonal.part-2 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: -12px;
}
.menu {
  clear: both;
  min-width: inherit;
  float: left;
}
.menu,
.menu > ul ul {
  overflow: hidden;
  max-height: 0;
  background: rgba(79, 83, 103, 1);
}
.menu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}
.menu.active,
.menu > ul ul.active { max-height: 55em; }
.menu ul { display: inline; }
.menu li,
.menu > ul > li { display: block; }
.menu > ul > li:last-of-type a { border: none; }
.menu li a {
  color: #fff;
  display: block;
  padding: 0.8em;
  position: relative;
}
.menu li.has-submenu > a:after {
  content: "+";
  position: absolute;
  top: 0;
  right: 10px;
  display: block;
  font-size: 1.5em;
  padding: 0.55em 0.5em;
}
.menu li.has-submenu > a.active:after { 
  content: "-";
  position: absolute;
  display: block;
  font-size: 1.5em;
  padding: 2px 10px 0 0;
}
.menu ul ul > li a {
  background-color: #61667f;
  padding: 8px 18px 8px 30px;
}
.menu ul li.hover > a {
  background: #61667f;
  color: #fff;
}
.menu ul li ul li a:hover {
  background: #747a98;
  color: #fff;
}
.menu ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  border: none;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.menu ul li { padding: 0 5px 0 0px; }
}
.top-menu-none {color: #fff; display: none;}
@media all and (max-width: 767px) {
.top-menu-none {color: #5a5e75; display: block; margin:2px 0 0 38px;}
}