#highlight {
  width: 100%;
  background: #fafcfa;
  height: 88px;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.1);
}
#highlight_content {
  width: 100%;
  max-width: 860px;
  margin: auto;
  height: 88px;
  padding: 20px 15px;
}
#highlight_content span {
  float: left;
  width: 78px;
  height: 48px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#highlight_content p.opinion {
  float: left;
  height: 48px;
  width: 410px;
  margin-right: 10px;
  font-size: 17px;
  color: #474B4C;
  font-weight: bold;
  display: flex;
  align-items: center;
}
#highlight_content p.stars {
  float: left;
  height: 48px;
  width: 118px;
  margin-right: 10px;
  padding-top: 10px;
  font-size: 14px;
  color: #474B4C;
  font-weight: bold;
  position: relative;
  top: 2px;
}
#highlight_content p.stars img {
  display: inline;
  filter: hue-rotate(-100deg) brightness(1.6);
  margin-left: -8px;
  margin-right: 4px;
  position: relative;
  top: -2px;
}
#highlight_content p.apply {
  float: left;
  width: 184px;
  height: 44px;
  border-radius: 40px;
  background: linear-gradient(to top, #137B5E 0%, #17BE70 79%);
}
#highlight_content p.apply a{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-family: Monograf;
  font-weight: bold;
  letter-spacing: 0.4px;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  justify-content: center;
}
#highlight_content p.apply:hover {
  background: linear-gradient(to top, #137B5E 0%, #0dd879 69%);
}
article {
  width: 100%;
  max-width: 1040px;
  margin: auto;
}
article h1{
  font-family: Nexa;
  font-weight: bold;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 0 15px;
  margin-top: 10px;
}
#overview{
  display: flex;
  gap: 70px;
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding: 15px;
}
#overview_left{
  width: 580px;
  padding-left: 15px;
}
#tab{
  width: 100%;
  height: 28px;
  border-bottom: 1px solid #ccc;
  display: block;
  margin-bottom: 20px;
}
#tab span.overview{
  display: block;
  font-size: 16px;
  width: 120px;
  text-align: center;
  height: 28px;
  border-bottom: 2px solid #000;
  font-weight: 600;
}
#author_info{
  width: 100%;
  height: 60px;
  padding: 12px;
  background: #F1F0FA;
  border-radius: 10px;
  margin-bottom: 30px;
}
#author_and_fact{
  display: flex;
}
#author_picture{
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
#author_picture img {
  border-radius: 16px;
}
#author_name{
  width: 308px;
  height: 45px;
}
#author_name p.author {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.4px;
  color: #05031B;
}
#author_name p.role {
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #05031B;
  position: relative;
  top: -3px;
}
#author_fact{
  width: 220px;
  height: 32px;
}
#author_fact span {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-align: right;
  display: block;
}
#author_fact span svg {
  display: inline;
}
#author_fact p {
  font-size: 12px;
  text-align: right;
  letter-spacing: 0.5px;
}
#overview_left h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}
#overview_left p.title {
  font-size: 15px;
  padding-bottom: 13px;
}
#overview_brands {
  list-style: none;
  width: 100%;
  padding-bottom: 10px;
}
#overview_brands li {
  height: 60px;
  padding: 0px 5px;
  border-bottom: 1px solid #eee;
  margin: 22px 0;
}
#overview_brands li a {
  width: 100%; 
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
#overview_brands li .logo-box {
  width: 90px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#overview_brands li .logo-box img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
}
#overview_brands li p.brandtitle {
  flex: 1;
  padding: 0 10px;
  line-height: 1.5;
  font-size: 17px;
  color: #333;
}
#overview_brands li p.brandtitle span {
  display: block;
  font-size: 15px;
  color: #657E79;
}
#overview_brands li p.stars {
  width: 150px;
  flex: 0 0 150px;
  text-align: right;
  font-size: 14px;
}
#overview_brands li p.stars{
  font-size: 17px;
  color: #474B4C;
  font-weight: 600;
}
#overview_brands li p.stars img{
  display: inline;
  filter: hue-rotate(-100deg) brightness(1.6);
  margin-left: 1px;
  position: relative;
  top: -2px;
}
#overview_right p.related {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 12px;
  margin-top: 30px;
}
#relatedlist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
#relatedlist li {
  flex: 0 0 auto;
  padding: 2px 11px;
  box-sizing: border-box;
  border: 2px solid #c8c8f9;
  background: #f1f1fd;
  border-radius: 6px;
  white-space: nowrap;
  font-size: 14px;
}
#overview_right{
  max-width: 388px;
  min-width: 265px;
}
#overview_right_content{
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 30px;
  box-shadow: 2px 2px 16px rgba(0, 0, 0, 0.1);
}
#overview_right_content span.title {
  font-family: 'Monograf';
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
  margin-bottom: 10px;
  display: block;
  text-align: center;
}
#overview_right_content p.question {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  text-align: center;
}
#overview_right_content p.apply {
  float: left;
  width: 100%;
  height: 44px;
  border-radius: 40px;
  background: linear-gradient(to top, #137B5E 0%, #17BE70 79%);
}
#overview_right_content p.apply a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: Monograf;
  font-weight: bold;    
  letter-spacing: 0.8px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center; 
}
#overview_right_content p.apply:hover {
  background: linear-gradient(to top, #137B5E 0%, #0dd879 69%);
}
#overview_right p.ps {
  width: 100%;
  height: 78px;
  background: #f1f1fd url(../imgs/ico_info_blue.svg) no-repeat 14px center;
  font-size: 11px;
  letter-spacing: 0.4px;
  font-family: 'Nexa';
  font-weight: 400;
  padding: 14px 10px 10px 50px;
  text-shadow: 0 0.2px rgba(0, 0, 0, 1);
  line-height: 1.6;
  border-radius: 5px;
  margin-top: 16px;
  display: inline-block;
}
#wheelbrand{
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}
#wheelbrand p.name {
  font-size: 22px;
  font-weight: bold;
  text-shadow: 0 0.2px rgba(0, 0, 0, 1);
  text-align: center;
}
#wheelbrand p.logo img {
  max-width: 220px;
  max-height: 100px;
  margin:auto;
}
#wheelbrand p.stars {
  font-size: 16px;
  font-weight: 600;
    text-align: center;
}
#wheelbrand p.stars img {
  display: inline;
  filter: hue-rotate(165deg) brightness(2);
  margin-left: 1px;
  margin-right: -1px;
  position: relative;
  top: -2px;
}
#article_content {
  max-width: 700px;
  margin: 10px auto 50px auto;
  line-height: 2;
}
#article_content h3 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 10px;
}
#article_content h4 {
  font-size: 19px;
  font-weight: 500;
  padding-bottom: 8px;
}
#article_content h5 {
  font-size: 17px;
  font-weight: 500;
  padding-bottom: 6px;
}
#article_content li {
  list-style: disc;
  list-style-position: outside;
  margin-left: 20px;
}
#compare_table {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding-bottom: 20px;
}
#compare_table table{
  border-collapse: separate;
  border-spacing: 0;
  margin: auto;
  width: 870px;
}
#compare_table th, #compare_table td {
  border: 1px solid #ddd; 
}
#compare_table tr.darker{
  background: #f7f7f5;
}
#compare_table th {
  padding: 18px 12px;
  text-align: left;
}
#compare_table td {
  font-size: 13px;
  padding: 13px 12px 12px 16px;
}
#compare_table td a{
  text-decoration: underline;
}
#compare_table tr.read a{
  color: blue;
}
#compare_table td a:hover{
  font-weight: 600;
  color: #000;
}
#compare_table .topleft{
  border-top-left-radius: 10px;
}
#compare_table .topright{
  border-top-right-radius: 10px;
}
#compare_table .bottomleft{
  border-bottom-left-radius: 10px;
}
#compare_table .bottomright{
  border-bottom-right-radius: 10px;
}
#compare_table .shadowleft{
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.1);
}
#compare_table .centered{
  text-align: center;
}
#compare_table .blank{
  border: none;
  background: #fff;
}
#compare_table th p.overview {
  font-size: 10px;
  font-weight: 500;
  height: 16px;
  text-align: center;
}
#compare_table th h3 {
  font-size: 13px;
  font-weight: 600;
  margin-top: 7px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#compare_table th p {
  height: 67px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#compare_table th p img {
  max-width: 90px;
  max-height: 50px;
}
#compare_table th span {
  font-size: 13px;
  margin-left: 7px; 
  width: 100%;
  display: block;
  text-align: center;
}
#compare_table th span img {
  display: inline;
  filter: hue-rotate(-100deg) brightness(1.6);
  margin-left: -8px;
  margin-right: 4px;
  position: relative;
  top: -1px;
}
#compare_table th p.visit {
  width: 127px;
  height: 35px;
  border-radius: 40px;
  background: linear-gradient(to top, #137B5E 0%, #17BE70 79%);
  margin-top: 5px;
}
#compare_table th p.visit:hover {
  background: linear-gradient(to top, #137B5E 0%, #0dd879 69%);
}
#compare_table th p.visit a{
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  padding: 0 10px;
}
#compare_table th p.white {
  background: #fff;  
  border: 1px solid #137B5E;
}
#compare_table th p.white a{
  color: #137B5E;
}
#compare_table th p.white a:hover{
  color: #fff;
}
#brand_list{
  width: 100%;
  max-width: 1040px;
  margin: 16px auto;
}
#brand_list h4 {
  font-size: 24px;
  text-align: center;
  padding: 20px;
  font-weight: bold;
}
#brand_list .brand {
  max-width: 700px;
  border: 1px solid #c3cce5;
  border-radius: 8px;
  padding: 15px 25px 15px 25px;
  margin: 22px auto;
}
#brand_list .brand h3 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}
#brand_list .brand_review {
  max-width: 700px;
  margin: 30px auto;
}
#brand_list .brand_review h3 {
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 20px;
}
#brand_list p.summary {
  line-height: 1.8;
  font-size: 16px;
}
#brand_list .brand_middle {
  display: flex;
  align-items: center;
  gap: 10px;
}
#brand_list .brand_middle p.logo {
  flex: 0 0 100px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  border-radius: 6px;
}
#brand_list .brand_middle p.logo img {
  max-width: 100px;
  max-height: 50px;
}
#brand_list .brand_middle ul {
  flex: 1; 
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}
#brand_list .brand_middle ul li {
  flex: 1;
  padding: 0 10px;
  border-right: 1px solid #c3cce5; 
}
#brand_list .brand_middle ul li:last-child {
  border-right: none;
}
#brand_list .spec_title {
  font-size: 12px;
  color: #666;
  margin: 0;
}
#brand_list .spec_value {
  font-size: 14px;
  margin: 2px 0 0;
  color: #42428b;
}
.cta_buttons {
  width: 150px;
}
#brand_list .brand_middle p.apply {
  /*border-radius: 40px;
  height: 45px;*/
  border-radius: 5px;
  height: 34px;
  margin: 9px 0;
  border: 1px solid #17BE70;
}
#brand_list .brand_middle p.green {
  background: linear-gradient(to top, #137B5E 0%, #17BE70 79%);
}
#brand_list .brand_middle p.white {
  background: #fff;  
}
#brand_list .brand_middle p.apply a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 14px;
  /*font-family: Monograf;*/
  /*font-weight: bold; */
  font-weight: 600;
  letter-spacing: 0.3px;
  display: inline-flex;
  align-items: center;
  justify-content: center; 
  padding: 0 10px;
}
#brand_list .brand_middle p.white a{
  color: #137B5E;
}
#brand_list .brand_middle p.white a:hover{  
  color: #fff;
}
#brand_list .brand_middle p.apply:hover {
  background: linear-gradient(to top, #137B5E 0%, #0dd879 69%);
  
}
#legal{
  max-width: 700px;
}
@media (max-width: 1080px) {
  #highlight_content{
    padding: 20px 10px;
  }
  #highlight_content p.opinion{
    font-size: 16px;
    width: 430px;
  }
  #highlight_content p.apply {
    width: 174px;
  }
  #highlight_content p.apply a{
    font-size: 14px;
    letter-spacing: 0.2px;
  }
  #overview{
    gap: 20px;
  }
  #overview_left {
    width: 550px;
  }
  #overview_brands li p.stars img{
    margin-left: -1px;
  }
  #overview_right_content{
    padding: 15px 15px;
  }
  #compare_table td{
    font-size: 12px;
    padding: 11px 10px 10px 12px;
  }
}

@media (max-width: 480px) {  
  #highlight_content p.stars{
    display: none;
  }
  #highlight_content p.opinion {
    font-size: 15px;
    width: 230px;
  }
  #highlight_content p.apply {
    width: 124px;
  }
  #highlight_content p.apply a {
    font-size: 12px;
    letter-spacing: -0.2px;
  }  
  #article_content {
    padding: 0 15px;
  }
  #brand_list .brand_review{
    padding: 0 15px;
  }
  article h1 {
    font-size: 36px;
    line-height: 1.2;
  }
  #overview_left p.title {
    font-size: 17px;
  }
  #overview_left h2 {
    font-size: 20px;
    line-height: 1.4;
  }
  #author_name {
    width: 30%;
  }
  #author_fact {
    width: 60%;
  }
  #author_fact p {
    font-size: 11px;
  }
  #overview{
    flex-wrap: wrap;
  }
  #overview_left{
    padding-left: 5px;
  }
  #overview_right{  
    margin: auto;
  }
  #overview_brands li p.stars img {
    display: none;
  }
  #overview_brands li p.stars img:first-child {
    display: inline;
  }
  #overview_brands li p.stars {
    width: 48px;
    flex: 0 0 48px;
  }    
  #overview_brands li p.brandtitle{
    font-size: 16px;
  }
  #overview_brands li p.brandtitle span {
    font-size: 14px;
  }
  #overview_right_content p.apply{
    border-radius: 8px;
  }
  #compare_table {
    width: 90%;
    overflow-x: scroll;
  }
  #brand_list .brand{
    max-width: unset;
    width: 90%;
    margin: 15px auto;
    padding: 0 15px 15px 15px;
  }
  #brand_list .brand h3 {
    position: relative;
    left: 110px;
    top: 20px;
    width: calc(100% - 110px);
  }
  #brand_list .brand_middle {
    align-items: flex-start;
    flex-direction: column;
  }
  #brand_list .brand_middle p.logo{
    position: relative;
    top: -15px;
  }
  #brand_list .brand_middle p:first-of-type {
    flex: 0 0 100%;
  }
  #brand_list .brand_middle p.apply {
    border-radius: 8px;    
    width: 100%;
  }
  #brand_list .brand_middle ul {
    width: 100%;
  }
  .cta_buttons {
    width: 100%;
  }
}
@media (max-width: 440px) {
  #highlight_content p.apply span{
    display: none;
  }
  #highlight_content p.apply {
    width: 44px;
  }
  #highlight_content p.opinion {
    font-size: 13px;
    width: calc(100% - 150px);
  }
  #author_name {
    width: 44%;
  }
  #author_fact {
    width: 48%;
  }
  #author_fact p {
    font-size: 10px;
  }
}
@media (max-width: 375px) {
  #overview_left {
    padding-left: 0px;
  }
  #author_fact p {
    font-size: 8px;
  }
  #overview_brands li a {
    gap: 4px;
  }
  #overview_brands li p.brandtitle {    
    padding: 0 5px;
  }
  #overview_brands li p.brandtitle {
    font-size: 14px;
  }
  #overview_brands li p.brandtitle span {
    font-size: 12px;
  }
  #overview_brands li p.stars {
    font-size: 15px;
  }
}