.bg-main {
  background-color: #009491 !important;
}

.text-main,
.text-main-hover:hover {
  color: #009491 !important;
}

.h-52 {
  height: 52px !important;
  overflow: hidden;
}

.rounded-1r {
  border-radius: 1rem;
}

.accordion-button:focus {
  z-index: 0;
  border-color: #86b7fe;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
          box-shadow: 0 0 0 0rem rgba(13, 110, 253, 0.25);
}

.accordion-button:not(.collapsed) {
  color: #009491;
  background-color: unset;
  -webkit-box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
          box-shadow: inset 0 0px 0 rgba(0, 0, 0, 0.13);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

footer .top_bar .inquiry_block .title {
  font-size: 2.5rem;
}

footer .top_bar .inquiry_block .inquiry_btn {
  font-size: 2rem;
}

footer .top_bar .inquiry_block .inquiry_btn > a {
  padding: 12px 50px;
  background-color: #009491;
  color: white;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  display: inline-block;
  border-radius: 5px;
}

footer .top_bar .inquiry_block .inquiry_btn > a::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: '\f105';
  font-size: 2rem;
  margin-left: 10px;
}

footer .top_bar .inquiry_block .inquiry_btn > a:hover {
  background-color: #008481;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, -webkit-transform 0.2s;
  transition: color 0.2s, transform 0.2s;
  transition: color 0.2s, transform 0.2s, -webkit-transform 0.2s;
}

@media (max-width: 575.98px) {
  footer .top_bar .inquiry_block .inquiry_btn > a {
    padding: 8px 30px;
  }
}

footer .under_bar {
  background-color: #f3f4f6;
}

footer .under_bar .privacy_block p {
  line-height: 60px;
  text-align: center;
}

footer .under_bar .privacy_block a:hover {
  color: #009491;
}

footer .under_bar .polaris_block > p a {
  color: black;
}

footer .under_bar .polaris_block > p a:hover {
  color: #009491;
}

footer .under_bar .polaris_block > img {
  width: 60px;
  height: 60px;
  -o-object-fit: contain;
  object-fit: contain;
}

footer .top_btn {
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  background-color: #009491;
  border-radius: 50%;
  opacity: 0.6;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

footer .top_btn:hover {
  opacity: 1;
}

footer .top_btn::after {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: '\f106';
  color: white;
  font-size: 2rem;
  line-height: 50px;
  display: block;
  text-align: center;
}
