@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);
/* CORE STYLES */



.navigation {
  width: 100%;
  height: 105px;
  display: table;
  font-family: 'Nanum Gothic',monospace;
  z-index: 9;
}

.nav-layout{
  width:1200px;
  margin:0 auto;
  padding:0;
}

#nav-wrap{
  width:100%;
  height: 105px;
  position: fixed;
  top:0px;
   z-index: 9;
   background-color: #ffffff;
   border-bottom: 1px solid #f1f1f1
}
.navigation:after{
  display:block;
  content: "";
  clear: both;
}
.navigation * {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
  height: 58px;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 80px;
  padding: 0 0px;
  text-decoration: none !important;
}



.nav-logo > img {
  height: 83px;
  margin: 11px auto;
  padding: 0px;
  float: left;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 46px;
  margin: 6px auto 6px 0px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #70798b;
  border-radius: 10px;
  box-shadow: 0 0.5em 0 0 #70798b, 0 1em 0 0 #70798b;
}

.navigation-portrait .nav-toggle {
  display: block;
}

.navigation-portrait .nav-menus-wrapper {
  width: 300px;
  height: 100%;
  top: 0;
  left: -400px;
  position: fixed;
  background-color: #ffffff;
  z-index: 20000;
  overflow-y: scroll;
 /* -webkit-overflow-scrolling: touch;*/
  -webkit-transition-duration: .8s;
  transition-duration: .8s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  border-right:1px solid #ddd;
}

.navigation-portrait .nav-menus-wrapper li a{
  font-size:14px;
  padding:10px 5px;
}
.navigation-portrait .nav-menus-wrapper li li a{
  width:auto;
   padding:10px 10px 10px 30px;
   font-size:12px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #70798b;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
}




.nav-menu > li {
  display: inline-block;
  float: left;
  text-align: left;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border: 1px solid #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a {
  height: 104px;
  padding: 45px 22px;
  display: inline-block;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  color: #404041;
  -webkit-transition: color 0.3s, background 0.3s;
  transition: color 0.3s, background 0.3s;
}

.nav-menu > li > a.last-menu{padding-right:0px;}

.navigation-portrait .nav-menu > li > a {
  width: 100%;
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #0c4da2;
  background-color: #fff;
}





/* DROPDOWN EXTENSION */
.nav-dropdown {
  min-width: 180px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 0;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #70798b;
  background-color: #fdfdfd;
  -webkit-transition: color 0.3s, background 0.3s;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  background-color: #0c4da2;
  color:#fff;
}




/* MEGAMENU EXTENSION */
.megamenu-panel {
  width: 100%;
  padding: 25px;
  display: none;
  position: absolute;
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

/* GRID */
.megamenu-panel-row {
  width: 900px;
  margin:0 auto;
}

.megamenu-panel-row:before, .megamenu-panel-row:after {
  display: table;
  content: "";
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}
/*
.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}
*/
.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
  margin-top: 0;
}


.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  /*width: 31.333333333333%;*/
  width:280px;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}
@media screen and (max-width: 1200px) {
    .nav-layout{width:100%; margin:0;}
    .nav-menu > li > a.last-menu{padding-right:15px;}
    .nav-menu > li > a {
    padding: 45px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #404041;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
  }
}
@media screen and (max-width: 992px) {
  .navigation {
    height: 65px;
  }
  #nav-wrap{
    top:0px;
    height: 65px;
  }
  .nav-menu > li > .nav-dropdown {
    border: solid 0px #f0f0f0;
  }
  .navigation-portrait .nav-menu > li {
    width: 100%;
    position: relative;
    border:0px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
  }
  .megamenu-panel-row {
    width:100%; 
  }
  .navigation-portrait .megamenu-panel {
    padding: 0px;
    position: static;
    display: block;
  }
  .megamenu-panel-row{
    padding-left:2.5%;
  }
    .navigation-portrait .megamenu-panel .col-4{
      width:30%;
      text-align: center;
    }
    .navigation-portrait .megamenu-panel .col-4 a{
      font-size:0.8em;
    }
    .navigation-portrait .megamenu-panel .col-4 img{
      width:100%;
      margin-bottom: 5px;
    }
    .navigation-portrait .megamenu-panel .nav-last{
      padding-bottom: 15px;
    }
}



@media screen and (max-width: 320px) {
  .navigation-portrait .nav-menus-wrapper {
      width: 270px;
  }
}