/*list-step*/
.list-step {
  margin: 35px 0 0;
}
.ul-list-step {
  display: flex;
  position: relative;
}
.ul-list-step li {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 0px;
  flex: 1 0 0;
  margin: 0 4px;
  font-size: 13px;
  text-align: center;
}
.ul-list-step li a {
  color: #333;
}
.ul-list-step li a:hover span {
  color: #be100f;
  text-decoration: underline;
}
.ul-list-step li a::before {
  content: "";
  width: 44px;
  height: 44px;
  border: 2px solid #bebebe;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  line-height: 41.6px;
  background: #fff;
  color: #be100f;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
.ul-list-step li:not(:first-child) a:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
}
.ul-list-step li:nth-child(2) a:before {
  /*background-image: url('../images/korea.svg');*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-color: #fff;
}
.ul-list-step li a::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background: #ddd;
  top: 21px;
  left: 0;
  z-index: -1;
}
.ul-list-step li:hover a::before,
.ul-list-step li.is-active a::before {
  background-color: #be100f;
  color: #fff;
  transition: all 0.2s ease;
  border-color: #be100f;
}
@media (max-width: 991px) {
  .ul-list-step {
    width: 991px !important;
  }
  .list-step-inner {
    overflow-x: auto;
  }
  .list-step {
    margin-top: 15px;
  }
}
/*End list-step*/

/*pager*/
.pager {
  margin: 10px 0 0px;
}
.pager li > a,
.pager li > span {
  border-radius: 0;
  margin: 0px 2px 5px;
  border: none;
  background: #000;
  padding: 5px 13px;
  color: #fff;
  line-height: 1.5;
}
.pager .active a,
.pager .active span,
.pager .active a:hover,
.pager .active span:hover,
.pager li:hover a {
  background: #be100f;
}
/*End pager*/

.new-item-inner {
  margin-bottom: 30px;
  display: block;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
}
.new-item-inner img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: all 0.3s;
}
.new-item-text {
  text-align: center;
  width: 100%;
  padding: 15px 10px 5px;
  color: #be100f;
  background: #fff;
  transition: all 0.3s;
}
.new-item-inner:hover {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}
.new-item-inner:hover .new-item-name {
  color: #e86729;
}
.new-item-name {
  font-size: 16px;
  margin: 0 0 5px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
}
.new-item-text p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 42px;
  color: #000;
}
@media (max-width: 767px) {
  .new-item-name {
    height: initial;
    min-height: initial;
    margin-bottom: 10px;
  }
}

/*lay6*/
.lay6-box {
  background-color: #fff;
  border: 1px dashed #005596;
  margin: 0 0 20px;
  height: 300px;
  overflow: hidden;
  padding: 20px 20px 10px;
  position: relative;
}
.lay6-box.active {
  height: auto;
}
a.btn-show2 {
  display: inline-flex;
  align-items: center;
  column-gap: 5px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  padding: 0px 20px;
  border-radius: 20px;
  background: #005596;
  margin: 0 10px;
}
a.btn-show2:hover {
  opacity: 0.7;
}
/*End lay6*/
