.mySlides {
  display: none;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  /* max-width: 1000px; */
  position: relative;
  margin: auto;
  padding: 0 0 0 20px;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active,
.dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}
/* SIDE NAV */
/* lnb */
#mySidenav {
  display: flex;
  position: sticky;
  height: 100%;
  top: 80px;
  max-height: calc(100vh - 130px);
  overflow-y: auto;
  /* flex: 1 1 auto; */
  flex-direction: column;
}

#lnb h1 {
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: -2px;
  background: #d71a21;
}
#lnb > ul {
  /* flex: 1 0 0px; */
  overflow: hidden auto;
  overscroll-behavior: none;
  padding: 0 14px;
}
#lnb > ul > li > a {
  display: block;
  padding: 10px 35px 10px 15px;
  color: #000;
  font-size: 14px;
  background: #fff url(../images/Icon\ ionic-ios-arrow-down.png) no-repeat 95% 15px;
}
#lnb > ul > li.on > a {
  color: #2e7061;
  font-weight: bold;
  border-radius: 4px;
  background-color: #F0F7FA;
}
#lnb > ul > li.point > a {
  color: #2e7061;
  font-weight: bold;
  background: #F0F7FA;
  border-radius: 4px;
}
#lnb > ul > li ul {
  display: none;
}
#lnb > ul > li > ul > li {
  margin-top: 8px;
  border: 1px solid #ECECEC;
  border-radius: 4px;
}
#lnb > ul > li > ul > li > a {
  display: block;
  padding: 15px 16px;
  font-size: 12px;
  font-weight: 500;
  color: #171717;
  line-height: 18px;
  text-align: left;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
#lnb > ul > li > ul > li > a .txt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#lnb > ul > li > ul > li > a:hover {
  background-color: #F6F6F6;
}
#lnb > ul > li > ul > li.on a {
  color: #d91c1b;
  background: #f5f2ec url("http://cfile9.uf.tistory.com/image/257B794F570C5C0D1A05E1") no-repeat 95% 3px;
}
#lnb > ul > li > ul li ul {
  display: none;
  padding-bottom: 8px;
  background-color: #f5f2ec;
}
#lnb > ul > li > ul li li a {
  display: block;
  padding: 0 25px 10px 22px;
  color: #666;
  font-size: 12px;
  background-color: #f5f2ec;
}
#lnb > ul > li > ul > li li a:hover {
  color: #ff6600;
}
#lnb > ul li.noDepth a {
  background-image: none !important;
}

#navbar {
  overflow: hidden;
  background-color: #333;
  text-align: center;
  height: 42px;
  display: flex;
  justify-content: space-between;
}
#navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 16px 16px;
  text-decoration: none;
  font-size: 17px;
}
#navbar .ico {
  display: inline-block;
}
#navbar a:hover {
  background-color: #ddd;
  color: black;
}
#navbar a.active {
  background-color: #04aa6d;
  color: white;
}
#navbar .commTitle {
  color: #fff;
  font-size: 18px;
  line-height: 36px;
  font-weight: bold;
  margin-top: 2px;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  max-width: 1140px;
  z-index: 100;
}

.sticky + .content {
  padding-top: 60px;
}

/*# sourceMappingURL=js.css.map */
