﻿header {
    position: relative;
    z-index: 99999;
}

.header_top {
    background-color: #444;
    /*position: relative;*/
    z-index: 99999;
    margin: 0;
    /*padding: 20px 10px;*/
    /*line-height: 24px;*/
    color: #fff;
    font-size: 14px;
}

    .header_top ul {
        list-style-type: disc;
        margin-left: 20px;
    }

    .header_top hr {
        border-color: #696969;
        margin: 15px 0px;
    }

a.for_kr_a {
    text-decoration: underline;
    color: #fff;
}

    a.for_kr_a:hover,
    a.for_kr_a:active {
        color: rgba(153, 179, 84, 1);
    }


.offcanvas-top1 {
    position: relative;
   /*overflow: hidden;*/ 
    background-color: #444;
   /* height: 3.2em;*/ 
    -webkit-transition: height 0.5s ease-out;
    -moz-transition: height 0.5s ease-out;
    -o-transition: height 0.5s ease-out;
    transition: height 0.5s ease-out;
}

  

.o-content {


    padding: 20px;
}

.crumbs li a {
    display: block;
    padding: 1em;
    border-bottom: 1px solid #000;
}

.crumbs li:last-child a {
    border-bottom: 0;
}
/*#trigger {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  font-size: 1em; 
  padding: 0 1em 1em;
}*/
