/* BASIC css start */
#header {width:100%;;position: fixed;z-index: 9999;}
.navCategory li:nth-child(2), .navCategory li:nth-child(3),.navCategory li:nth-child(4),.navCategory li:nth-child(5){padding-left:58px;}
#header .headerTop {height: 40px;text-align:center;border-bottom:1px solid #000;margin: 10px 20px 0px 20px;transition: 0.6s ease; }
#header .logo{ 
  float: left;
  z-index: 9999;
  cursor: pointer;
 }
 
 #header .ENG {
    width: 28px;
    height: 20px;
    margin-top: 22px;
    margin-right: 10px;
    float: left;
    background-image: url(/design/bodram/img/ENG.png);
    background-size: 100%;background-repeat: no-repeat;
}
#header .ENG:hover {background-image: url(/design/bodram/img/ENG_on.png);}

#header .KOR {
    width: 28px;
    height: 20px;
    margin-top: 22px;
    margin-right: 12px;margin-left:-4px;
    float: left;
    background-image: url(/design/bodram/img/KOR.png);
    background-size: 100%;background-repeat: no-repeat;
}
#header .KOR:hover {background-image: url(/design/bodram/img/KOR_on.png);}


#header{height: 54px;transition: 0.6s ease;background: #00492b;}
#header .logo img{    width: 100px; padding: 17px 20px;}

.top-pt-02{ top:0;   background: #00492b;transition: 0.6s ease; }

#header .headerTop a {padding: 0 21px; height: 36px; line-height: 36px; display:inline-block;}
#header .headerTop img {width:56px}
#header .headerTop a .fa {vertical-align:top; position: relative; top:12px;}

.text {
  max-width: 800px;
  margin: 0 auto;
  display: block;
  text-align: left;
}

.mobile-nav-button {

  position: absolute;
  margin: 16px 20px;
  right: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  width: 28px;
  height: 28px;
}

.mobile-nav-button .mobile-nav-button__line {
  width: 100%;
  height: 1px;
  background: #fff;
  position: relative;
  transition: 0.1s ease;
}

.mobile-nav-button .mobile-nav-button__line:nth-of-type(2) { margin: 0.6rem 0; }

.mobile-nav-button .mobile-nav-button__line--1 {
  transform: rotate(45deg);
  top: 13px;
  position: absolute;
}

.mobile-nav-button .mobile-nav-button__line--2 { display: none; }

.mobile-nav-button .mobile-nav-button__line--3 {
  transform: rotate(135deg);
  top: 13px;
  position: absolute;
}

.mobile-menu {
  display: block;
  max-width: 500px;
  width: 100%;
  top: -345px ;
  height: 345px ;
  background: #00492b;
  position: absolute;
  z-index: 8888;
  transition: 0.5s ease;
  
  opacity: 0;
}

.mobile-menu ul {
  position: relative;
  top:55px;
  padding: 20px 0 0 0;
    border-top: 1px solid #fff;
}

.mobile-menu ul li { list-style: none;width: 70%;padding-left: 20px; }

.mobile-menu ul li a {
  
  max-width: 1200px;
  margin: 0 auto;
  display: block;
  text-align: left;
  text-decoration: none;
  font-family: GrotzecCond-Demibold3, sans-serif; color: #fff; 
  font-size: 30px;
  padding:2px 0;
  overflow: hidden;
  position: relative;
}
.mobile-menu ul li a.img{margin: 0 0px 0 27px}


.mobile-menu ul li.menuBt {width:20%; position: absolute;
    right: 2px;
    top: 27px;}
.mobile-menu ul li .img{width:30px;height:34px}
.mobile-menu img {

  width: 100%;
  display: block;
 
}

.mobile-menu--open {
  top: 0;transition: 0.05s ease;
  opacity: 1;
}




@keyframes animatedBackground {
  0% { background-position: 0 0; }
  46% { background-position: 0 -3%; }

  50% { background-position: 0 -100%; }
    
  96% { background-position: 0 -97%; }
  100% { background-position:0 -200%; }
}
#animate-area {
  width: 150px;margin:16px 20px;
  height: 22px;background-size:100%;
  background-image: url(/design/bodram/img/logo_roll.png);
  background-position: 0px 0px;
  background-repeat: repeat-y;
  animation: animatedBackground 5s  linear infinite ;
}
/* BASIC css end */

