/*list-step*/
.list-step {
  margin: 20px 0 35px;
}
.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:first-child 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: 0;
  }
}
/*End list-step*/

@media (min-width: 992px) {
  .listdt {
    width: 280px;
    float: left;
    padding: 0;
    position: sticky;
    z-index: 99;
    top: 70px;
    bottom: 20px;
    max-height: calc(100vh - 85px);
    overflow-y: auto;
  }
}
.listdt-title {
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 13px;
  border-bottom: 1px dotted #be100f;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #be100f;
}
.listdt-title img {
  margin-right: 15px;
}
.listdt::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.listdt::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.listdt::-webkit-scrollbar-thumb {
  background: #be100f;
  border-radius: 10px;
}
.listdt-content li {
  counter-increment: List;
  margin-bottom: 8px;
}
.listdt-content li a {
  color: #000;
  font-size: 13px;
  display: block;
}
.listdt-content li a:hover {
  color: #c4161c;
}
.listdt-content li a::before {
  line-height: 1.2;
  font-family: inherit;
  content: counters(List, ".");
  margin-right: 10px;
}
.ctt-content {
  width: calc(100% - 305px);
  float: right;
}
.ctt-title {
  font-size: 30px;
  margin-top: 0;
  color: #be100f;
  font-weight: 600;
}
.ctt-info {
  color: #7f7f7f;
  margin: 0 0 10px;
  font-size: 14px;
}
.ctt-info span {
  margin-right: 15px;
}
.ctt-info span a {
  color: #be100f;
}
.ctt-info span a:hover {
  color: #2196f3;
}
.ctt-content .ft-social {
  text-align: left;
  margin: 5px 0;
}
.ctt-star i {
  color: #f5891f;
}
.ctt-star span {
  padding-left: 15px;
}
@media (max-width: 991px) {
  .listdt {
    display: none;
  }
  .ctt-content {
    width: 100%;
  }
  .ctt-title {
    font-size: 22px;
  }
}
.ctt-content-inner a,
.ctt-content-inner a:focus {
  color: #be100f;
}
/*faqs*/
.faqs {
  margin: 35px 0 15px;
}
.faq-title {
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 18px;
  color: #c4161c;
  text-transform: uppercase;
}
.faqs .panel {
  border: none;
  margin-bottom: 10px;
  background: #fff;
}
.faqs .panel-default > .panel-heading {
  border: none;
  background: #c4161c;
  color: #fff;
  position: relative;
}
.faqs .panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 30px -15px;
}
.faqs .panel-title {
  font-size: 14px;
  font-weight: normal;
}
.faqs .panel-title a {
  display: block;
  position: relative;
  padding-left: 30px;
  font-size: 15px;
}
.faqs .panel-title a:before,
.faqs .panel-title a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 10px;
  right: auto;
  left: 0;
}
.faqs .panel-title a:before {
}
.faqs .panel-title a:after {
  transform: rotate(90deg);
  transition: all ease 0.4s;
}
.faqs .panel-title a:hover,
.faqs .panel-title a[aria-expanded="true"] {
  color: #fff;
}
.faqs .panel-title a[aria-expanded="true"]:before {
  background: #fff;
  height: 1.5px;
}
.faqs .panel-title a[aria-expanded="true"]:after {
  transform: rotate(0);
  background: #fff;
}
/*End faqs*/

/*st10*/
.st10 {
  padding-top: 20px;
  background: rgb(240, 240, 240);
}
.st10-item-inner {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 16px;
  display: block;
  color: #fff;
}
.st10-item-img {
  position: relative;
}
.st10-item-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}
.st10-item-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  left: -1px;
  right: -1px;
  background-color: rgba(0, 0, 122, 0);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.3s;
  transition: opacity 0.6s, -webkit-transform 0.3s;
  -o-transition: transform 0.3s, opacity 0.6s;
  transition: transform 0.3s, opacity 0.6s;
  transition: transform 0.3s, opacity 0.6s, -webkit-transform 0.3s;
  pointer-events: none;
  background-image: linear-gradient(to top, #0000007a, #00000000);
}
.st10-item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  padding-left: 1.5em;
  padding-right: 1.5em;
  padding-top: 0.7em;
  padding-bottom: 1.4em;
  font-size: 0.9em;
  transition: all 0.4s;
}
.st10-item-name {
  font-size: 18px;
  padding-top: 6px;
  width: 82%;
  margin: 2px 0;
  color: #fff;
  font-weight: bold;
}
.showhover {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 46px;
  right: 25px;
  bottom: 10px;
  color: #fff;
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(6.5px);
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.18);
  font-size: 24px;
  text-align: center;
  display: none;
}
.st10-item-inner:hover .showhover {
  display: block;
}
.st10-item-inner:hover .st10-item-text {
  transform: translateX(14px);
  transition: 0.8s;
}
.st10-item-inner:hover .st10-item-text p {
  opacity: 1;
}
/*End st10*/

/*st9*/
.st9-heading .st1-title {
  font-size: 26px;
  line-height: 1.6;
}
.st9-item-name {
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #c4161c;
  font-size: 18px;
}
.st9-item-img img {
  width: 100%;
  max-width: 100%;
  height: 160px;
  object-fit: cover;
}
.st9-item-text {
  background: #c4161c;
  color: #fff;
  padding: 30px 15px 35px;
}
.st9-item-des {
  text-align: justify;
  height: 166px;
  overflow: hidden;
  margin: 0 0 15px;
}
.st9-item-link {
  padding: 8px 24px;
  color: #fff;
  display: inline-block;
  border-radius: 20px;
  border: 2px solid #fff;
  font-weight: 600;
  font-size: 14px;
}
.st9-item-link:hover {
  background: #059669;
  border-color: #059669;
  color: #fff;
  animation-name: elementor-animation-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
@keyframes elementor-animation-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  .st9-heading .st1-title {
    font-size: 20px;
  }
  .st9-item-des {
    height: initial;
  }
}
/*End st9*/

#ftwp-container.ftwp-wrap #ftwp-header,
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-item button {
  display: none;
}
#ftwp-widget-container #ftwp-container.ftwp-wrap #ftwp-list,
#ftwp-widget-container
  #ftwp-container.ftwp-wrap
  #ftwp-contents:hover
  #ftwp-list {
  background: 0 0;
  color: #000;
}
#ftwp-container #ftwp-list.ftwp-list-nest.ftwp-colexp-icon .ftwp-anchor {
  padding-left: 0;
}
#ftwp-widget-container #ftwp-container.ftwp-wrap #ftwp-contents {
  width: 100%;
  border: none;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor,
#ftwp-container #ftwp-list.ftwp-liststyle-decimal .ftwp-anchor:before,
#ftwp-container
  #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal
  > .ftwp-item
  > .ftwp-anchor::before,
#ftwp-container
  #ftwp-list.ftwp-strong-first
  > .ftwp-item
  > .ftwp-anchor
  .ftwp-text {
  font-weight: 400;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:hover,
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-anchor:focus,
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-active,
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-active:hover {
  color: #be100f;
}
#ftwp-container.ftwp-wrap #ftwp-list .ftwp-text::before {
  background: 0 0;
}
#ftwp-container #ftwp-list.ftwp-liststyle-decimal .ftwp-item {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  #ftwp-container.ftwp-wrap #ftwp-trigger {
    display: none;
  }
}
@media (max-width: 991px) {
  #ftwp-widget-container #ftwp-container.ftwp-wrap #ftwp-list,
  #ftwp-widget-container
    #ftwp-container.ftwp-wrap
    #ftwp-contents:hover
    #ftwp-list {
    background: 0 0;
    color: #000;
  }
  #ftwp-widget-container #ftwp-container.ftwp-hidden-state {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    position: relative;
  }
  #ftwp-container.ftwp-wrap #ftwp-list {
    height: 100% !important;
  }
}
