@charset "utf-8";

nav{width:100%;}
.nav_wrapper span.allmu{position:absolute; right:0; top:15px;}
.nav_wrapper {
  position:relative;
  right: 0;
  top: 0;
  width:100%;
  /*transition: top .5s ease-out;*/
  /*background: #2f3b3f;*/
  margin:0 auto;
}

/*.scroll {top: -90px;}

.no-scroll {
  top: 0;
  z-index: 9999;
}*/

.btn {
  padding: 10px 1%;
  margin: 5px;
  color: #fff;
  text-decoration: none;
  font-family: sans-serif;
  /*transition: all 0.1s ease;*/
}

.btn:hover { /*transition: all 0.1s ease; */}

/*main {
  max-width: 800px;
  margin: 0 auto;
}

main p {  1.2em;
}*/

#search {
  float: right;
  font-size:16px;
  padding: 2px 15px;
  line-height:30px;
  color: #fff;
  margin: 0;
  font-weight: 700;
  -webkit-transform: rotate(181deg);
  -moz-transform: rotate(181deg);
  -ms-transform: rotate(181deg);
  -o-transform: rotate(181deg);
  transform: rotate(181deg);
}

#search:hover { color: #efa666; }

.search_box {
  clear: both;
  width: 100%;
  background: #e8ebf0;
  padding: 0;
  margin: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.1s ease-in-out;
}

.search_box.active {
  height: auto;
  padding: 15px 0;
}

.search_box input {
  width: 80%;
  font-size: 13px;
  margin: 0 0 0 15px;
  padding: 10px;
  border: none;
  background: #fff;
}

.search_box input:focus { outline: none; }

.search_box input.search_icon {
  clear: both;
  width: 10%;
  height: auto;
  padding: 10px;
  margin: 0;
  margin-left: -5px;
  border: none;
  color: #fff;
  cursor: pointer;
  background: #8c949d;
  opacity: 1;
  transition: all 0.1s ease;
}

.search_box input.search_icon:hover { background: #efa666; }

.menu-link {display: none;}

.spinner-master input[type=checkbox] { display: none; }

.menu {
  width: 100%;
  height: auto;
  /*background: #2f3b3f;*/
  transition: all 0.3s ease;
}
.menu > p a img {display: none;}

.menu ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  position: relative;
  display: inline-block;
  font-family: 'Noto Sans KR', sans-serif;
}

.menu > li > ul.sub_menu {
  min-width: 10em;
  padding: 4px 0;
  background-color: #f4f4f4;
  border: 1px solid #fff;
}

.menu ul > li {padding:0px; /*border-right:1px solid #ddd;*/}

.menu > ul > li {float:left;}

.menu ul li a {
  display: block;
  color:#555;
  /*font-size:18px;*/
}

.menu ul li a:hover {
  color: #e60a00;
}

.menu ul li.hover > a {
  color:#e60a00;
  background:#fff;
}

.menu ul li > a {padding:15px 25px 39px; min-width:130px; text-align:center;}
@media screen and (max-width:1024px){
  .menu ul li > a {margin-left: 0;}
}

/*.menu ul li ul li {width: 150px;}*/

.menu ul ul {
  display: none;
  position: absolute;
  top:100%;
  min-width:130px;
  background:#fff;
}

.menu ul li:hover > ul {display: block;}
@media screen and (min-width:1025px){
  .menu ul li:hover > ul {
    -webkit-box-shadow: -1px 10px 42px -17px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 10px 42px -17px rgba(0,0,0,0.75);
    box-shadow: -1px 10px 42px -17px rgba(0,0,0,0.75);}
}

.menu ul ul > li {position: relative; border-bottom:1px solid #ddd; border-right:0;}
.menu ul ul > li:last-child{border-bottom:0}

.menu ul ul > li > a {
  padding: 10px 10px;
  height: auto;
  font-size:13px;
  text-align: center;
}

@media screen and (max-width:1024px){
  .menu ul ul > li > a {text-align: left;}
}

.menu ul ul > li a:hover {
  background: #89a9d8;
  color: #fff;
}

.menu ul ul ul {
  position: absolute;
  left: 100%;
  top: 0;
}

#hero {
  width: 100%;
  height: auto;
  background: #e8ebf0;
  margin: 70px 0 20px 0;
}

#hero img {
  width: 100%;
  height: auto;
}

/*footer {
  width: 100%;
  background: #0099cc;
  padding: 10px;
  color: #fff;
  margin-top: 40px;
}

footer a {
  color: #fff;
  text-decoration: none;
}*/


@media all and (max-width:1024px) {
.nav_wrapper span.allmu{display:none;}
.example-header .container { width: 100%; }

#search { padding: 10px; }

.spinner-master * {
  transition: all 0.3s;
  box-sizing: border-box;
}

.spinner-master {
  position: relative;
  margin:10px;
  height:20px;
  width: 30px;
  float: right;
}

.spinner-master label {
  cursor: pointer;
  position: absolute;
  z-index: 99;
  height: 100%;
  width: 100%;
  top: 2px;
  right: 0;
}

.spinner-master .spinner {
  position: absolute;
  height: 3px;
  width: 100%;
  padding: 0;
  background-color: #fff;
}

.spinner-master .diagonal.part-1 {
  position: relative;
  float: left;
}

.spinner-master .horizontal {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master .diagonal.part-2 {
  position: relative;
  float: left;
  margin-top: 4px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .horizontal { opacity: 0; }

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-1 {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin-top: 10px;
}

.spinner-master input[type=checkbox]:checked ~ .spinner-spin > .diagonal.part-2 {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-top: -10px;
}

a.menu-link {
  display: block;
  color: #fff;
  float: left;
  text-decoration: none;
  padding: 10px 16px;
  font-size: 1.5em;
}

a.menu-link:hover { color: #efa666; }

a.menu-link:after {
  content: "\2630";
  font-weight: normal;
}

a.menu-link.active:after { content: "\2715"; }

.nav_wrapper {
  /*background: #2f3b3f;*/
  background: #8BC3D7;
  width:100%;
}
.menu {
  clear: both;
  min-width: inherit;
  float: none;
  background: #2f3b3f;
}

.menu,
.menu > ul ul {
  overflow: hidden;
  max-height: 0;
  background-color: #507cbd;
}

.menu > li > ul.sub-menu {
  padding: 0px;
  border: none;
}


.menu > ul > li {float:none; border-bottom:1px solid #8398b7;}
.menu ul li > a {padding:15px 10px; text-align:left; color:#fff; font-family: 'Noto Sans KR', sans-serif; font-size: 17px;}

.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 ul ul > li { position: relative; border-bottom:1px solid #717171; border-right:0}
.menu ul ul > li:last-child{border-bottom:none;}
.menu ul > li {padding:0px; border-right:none;}

.menu li a {
  color: #fff;
  display: block;
  padding: 0.8em;
  position: relative;
}

.menu li.has-submenu > a:after {
  content: '+';
  position: absolute;
  top: -5px;
  right: 0;
  display: block;
  font-size: 1.5em;
  padding: 0.55em 0.5em;
}

.menu li.has-submenu > a.active:after { content: "-"; }

.menu ul ul > li a {
  background-color: #444;
  padding: 10px 18px 10px 30px;
}

.menu ul li a:hover {
  background: #395b8d;
  color: #fff;
}

.menu ul li.hover > a {
  background: #395b8d;
  color: #fff;
}

.menu ul ul,
.menu ul ul ul {
  display: inherit;
  position: relative;
  left: auto;
  top: auto;
  border: none;
}

.search_box {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 10;
}

.search_box input { width: 70%; }
.search_box input.search_icon { width: 17%; }
#hero { height: 200px; }

}