﻿@charset "UTF-8";

#license_business #brands {
  width: 100％;
  margin: 0 auto;
}
#license_business .tlt_top {
  font-size: 36px;
  text-align: center;
  font-weight: 600;
  margin-bottom: 40px;
  color: #d60027;
}
#license_business .agree_down {
  cursor: pointer;
  max-width: 426px;
  width: 100%;
  margin: 0 auto 16px;
  text-align: center;
}
#license_business .agree_down h2 {
  font-size: 14px;
  text-align: center;
  font-weight: 700;
  color: #084e96;
  margin: 0;
}
#license_business .list_brands .col_03 {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -9.5px 19px;
}
#license_business .list_brands .col_03 li {
  width: 33.333%;
  padding: 0 9.5px;
  margin-bottom: 19px;
}
#license_business .list_brands .item_thumb {
  margin-bottom: 9px;
}
#license_business .list_brands .item_thumb > img {
  margin-bottom: 9px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: all .3s linear;
}
#license_business img {
  height: auto;
}
#license_business .list_brands .item_thumb .license {
  font-size: 8px;
  line-height: 14px;
  font-weight: 600;
  color: #b5b5b5;
  text-align: left;
  margin-bottom: 9px;
  display: block;
}
#license_business .list_brands .item_content h3 {
  font-size: 17px;
  font-weight: 600;
  text-align: left;
  color: #555;
  display: flex;
  align-items: center;
  margin-bottom: 2px;
}
#license_business .list_brands .item_content h3:before {
  content: '';
  width: 4px;
  height: 35px;
  display: inline-block;
  background-color: #d60027;
  margin-right: 8px;
}
#license_business .list_brands .item_content.inquiries_info {
  background-color: #d60027;
  border-radius: 10px;
  height: 215px;
  position: relative;
}
#license_business .list_brands .item_content.inquiries_info a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#license_business .list_brands .item_content.inquiries_info a:hover {
  text-decoration: none;
  opacity: .8;
}
#license_business .list_brands .item_content.inquiries_info .click_inquiries h3 {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 600;
  display: block;
}
#license_business .list_brands .item_content.inquiries_info .click_inquiries h3:before {
  background: url(../../../img/usr/license_business/arrow_next_w.svg) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
  background-size: cover;
}
#license_business .list_brands .item_site {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: bold;
}
#license_business .list_brands .item_site .pdf {
  border-radius: 13px;
  border: 1px solid #e2e2e2;
  background-color: #fff;
  max-width: 65px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  color: #d60027;
  padding-left: 12px;
}
#license_business .list_brands .item_site .pdf:before {
  position: absolute;
  content: '';
  background: url(../../../img/usr/license_business/arrow_next_s_r.svg) no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  margin-right: 7px;
}
#license_business .list_brands .item_site .special {
  max-width: 100px;
  width: 100%;
  height: 25px;
  line-height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  background-color: #d60027;
  color: #fff;
  position: relative;
  border-radius: 13px;
  margin-left: 6px;
  padding-left: 12px;
}
#license_business .list_brands .item_site .special:before {
  content: '';
  background: url(../../../img/usr/license_business/arrow_next_s_w.svg) no-repeat;
  width: 6px;
  height: 10px;
  top: 50%;
  transform: translateY(-50%);
  left: 12px;
  margin-right: 7px;
  position: absolute;
}
#license_business .list_brands .item_site a:hover {
  text-decoration: none;
}
#license_business #character_news {
  width: 100%;
  margin: 80px auto 0;
}
#license_business #character_news h2 {
  font-size: 26px;
  letter-spacing: 2.24px;
  line-height: 38px;
  text-align: center;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
  color: #d60027;
  margin-bottom: 60px;
}
#license_business #character_news_tab {
  margin: 0 0 40px 0;
  display: flex;
  justify-content: space-between;
}
#license_business #character_news_tab li {
  width: 120px;
  height: 120px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0F5F7;
  color: #0047BA;
  transition: 0.3s;
  cursor: pointer;
  overflow: hidden;
}
#license_business #character_news_tab li.all {
  font-family: "roc-grotesk", sans-serif;
  font-size: 32px;
  font-weight: 800;
}
#license_business #character_news_tab li.active {
  background: #0047BA;
  color: #fff;
}
#license_business #character_news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#license_business #character_news_list li {
  width: calc((100% - 60px)/ 4);
  margin: 0 0 15px 0;
}
#license_business #character_news_list li a {
  text-decoration: none;
}
#license_business #character_news_list li .image {
  width: 100%;
  padding: 75% 0 0 0;
  margin: 0 0 10px 0;
  position: relative;
  transition: 0.3s;
}
#license_business #character_news_list li .image figure {
  width: 100%;
  height: 100%;
  border: #F0F5F7 1px solid;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
#license_business #character_news_list li .image img {
  vertical-align: top;
}
#license_business #character_news_list li a:hover .image {
  opacity: 0.7;
}
#license_business #character_news_list li .desc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#license_business #character_news_list li .desc .block-icon {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #F0F5F7;
  overflow: hidden;
}
#license_business #character_news_list li .desc .block-data {
  width: calc(100% - 70px);
}
#license_business #character_news_list li .desc .block-data .date {
  margin: 0 0 5px 0;
  font-size: 14px;
  color: #0047BA;
}
#license_business #character_news_list li .desc .block-data .title {
  max-height: 39.2px !important;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#license_business #abouts {
  width: 100%;
  margin: 110px auto 50px;
}
#license_business #abouts h2 {
  font-size: 26px;
  font-weight: 700;
  text-align: left;
  color: #d60027;
  margin-bottom: 40px;
  line-height: 1.4;
}
#license_business #abouts p {
  font-size: 16px;
  line-height: 35px;
  text-align: left;
  margin-bottom: 70px;
}
#license_business #abouts h3 {
  position: relative;
  color: #d60027;
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  padding: 0 0 20px;
  margin: 0 0 36px;
}
#license_business #abouts h3:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 3px;
  background: #d60027;
}