body .fancybox-skin {
  margin-top: 5px;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.85) !important;
}

.fancybox-button.fancybox-close-small{
  display: none;
}
.opinion-style{
  background: #151515;
  max-width: 1080px;
  padding: 50px 80px;
  border-radius: 48px;
  /* border: 2px solid #E94609; */
  color: #EBEBEB;
}
.opinion-style-content{
  line-height: 25px;
}
.opinion-style-title{
    text-align: center;
    color: #F75E24;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.opinion-style-check{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.check_title{
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  color: #141414;
  font-size:20px;
  font-weight: bold;
  padding-left:20px;
  padding-right:20px;
  height: 70px;
  box-sizing: border-box;
}
.check_ok{
  background: url("../../images/common/opinion/check-1.png");
  width: 70px;
  height: 70px;
  position: relative;
}
.check_ok:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("../../images/common/opinion/check-2.png");
  width: 70px;
  height: 70px;
  opacity: 0;
  transition: all .3s ease;
}
.check_ok:hover:before{
  opacity: 1;
}


body .fancybox-skin {
  box-shadow: none;
  background: unset;
}
body .fancybox-inner {
  border-radius: 50px;
  border: 2px solid #E94609;

}
@media(max-width:700px){
  .opinion-style-title {
    font-size: 22px;
}
  .opinion-style{
    padding: 20px 20px;
  }
  .check_title {
    font-size: 15px;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
    height: 70px;
    width: 72%;
}
}