body {
  font-family: 'HankookRegular', Helvetica, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'HankookBold', Helvetica, Arial, sans-serif;
  font-weight: bold;
}

h3 {
  font-size: 22px;
}

strong {
  font-family: 'HankookBold', Helvetica, Arial, sans-serif;
  font-weight: bold;
}

p {
  font-size: 14px;
  font-family: 'HankookRegular', Helvetica, Arial, sans-serif;
}

.main-navigation {
  padding: 45px 0 25px;
  background-color: #fff;
  z-index: 3;
}

.main-navigation .right {
  text-align: right;
}

.hankook-logo {
    width: 186px;
    display: block;
    float: left;
    margin-top: 2px;
}

.hankook-logo img {
    display: block;
    width: 100%;
    height: auto;
}

.brand-line {
  background-image: url('../img/line.png');
  background-position: center;
  width: 100%;
  height: 8px;
  z-index: 4;
  display: block;
}

span.title,
span.title a {
  font-family: 'HankookBold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.slider {

}

.slider ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slider img {
  width: 100%;
  height: auto;
}

.content {
  padding: 28px 0;
}

.block {
  font-size: 14px;
}

.block.anim {
  cursor: pointer;
  position: relative;
}

.block.anim .block--content {
  position: absolute;
  bottom: 0px;
  height: 19%;
  min-height: inherit;
}

.block.anim .block--content .more {
  display: none;
}

.block.anim .block--content .more.active {
  display: block;
}

.block.anim .block--head {
  padding-bottom: 86px;
}

.block-space {
  height: 25px;
}

.block--head {
  border: 1px solid #a4a3a3;
  padding: 21px;
}

.block--content {
  border: 1px solid #f16726;
  background-color: #f16726;
  padding: 15px 7px 15px 42px;
  /* min-height: 200px; */
}

.block--content h3 {
  margin-top: 0;
}

.block--content {
  color: #fff;
}

.block--text {
  padding-right: 10%;
  font-size: 14px;
  line-height: 20px;
}

.block-gray {
  background-color: #a4a3a3;
  color: #000;
  /* padding: 24px; */
  min-height: 350px;
  /* overflow: hidden; */
}

.block-gray .boss {
  display: inline-block;
  vertical-align: top;
}

.block-gray .boss img {
  width: 100%;
  height: auto;
}

.full-height {
  height: 100%;
}

.block-gray .ceo-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  font-size: 14px;
  justify-content: center;
  height: 100%;
  padding: 12px 30px 0 16px;
  box-sizing: border-box;
}

.fb-wrapper {
  /* height: 350px; */
  /* width: 200px; */
}

.symbol {
  width: 100%;
  height: 196px;
}

.symbol.kosz {
  background: url('../img/kosz.svg') center no-repeat;
}
.symbol.abroncsadomany {
  background: url('../img/abroncsadomany.svg') center no-repeat;
}
.symbol.otthon {
  background: url('../img/otthon.svg') center no-repeat;
}
.symbol.tekerj {
  background: url('../img/tekerj.svg') center no-repeat;
}

.btn {
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 5px 35px;
}

.btn:hover {
  background-color: #b73908;
}

.more {
  /* margin-top: 40px; */
  display: block;
  width: 100%;
  text-align: right;
  position: absolute;
  bottom: 22px;
  right: 24px;
}

.footer {
  background-color: #000;
  padding: 25px 0 52px 0;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  color: #555555;
}

.footer ul li {
  padding: 0;
  margin: 0;
  display: inline-block;
  border-right: 1px solid #252525;
  padding-right: 7px;
  padding-left: 4px;
  font-size: 13px;
}

.footer ul li:first-of-type {
  padding-left: 0;
}

.footer ul li:last-of-type {
  border: none;
  padding-right: 0;
}

.footer a {
  color: #555555;
  text-decoration: none;
}

.footer a:hover {
  color: #959595;
}

.footer a.title {
  color: #959595;
}

.footer a.title:hover {
  color: #fff;
}

.footer ul.footer-menu {
  text-align: left;
  padding-top: 40px;
}

.footer-logo {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .block,
  .block-gray {
    margin-bottom: 25px;
  }
  .block-space {
    display: none;
  }
  .block-gray {
    background: none;
  }
  .block-gray > div:first-of-type {
    text-align: center;
  }
}


@media screen and (max-width: 768px) {
  .block--content {
    padding-left: 1em;
    padding-right: 1em;
  }
  .block--content h3 {
    font-size: 17px;
  }
  .block.anim .block--content {
    height: 50px;
  }

  .footer ul.footer-menu {
    text-align: center;
    padding-top: 40px;
  }

  .footer-logo {
    text-align: center;
    margin: 45px 0 0 0;
  }

  .block.anim .block--content .more {
    display: block;
    position: relative;
    margin-top: 2em;
    bottom: 0;
    margin-bottom: 1em;
  }
  .block.anim .block--content {
    height: auto;
    position: relative;
  }
}


/* @media screen and (max-width: 425px) {
  .block-gray .boss {
    width: 100%;
  }
  .block-gray > div {
    padding: 0 !important;
  }
} */
