body {
  font-family: 'Helvetica Neue';
}

.sec-00 {
  background-color: #cacaca;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.sec-00__close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 50px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.66);
  border-radius: 0 0 50px 50px;
  color: #888;
  border: none;
  outline: none;
  font-size: 11px;
  -webkit-box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
          box-shadow: 0 0 10px rgba(32, 32, 32, 0.25);
  line-height: 12px;
  z-index: 3;
}

.sec-00.bannerClose {
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height;
  transition-property: height;
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
}

.sec-00 .container-fluid {
  background-color: #cacaca;
}

.sec-00__slider {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 1310px;
  padding-top: 20px;
  padding-bottom: 24px;
}

@media (max-width: 1850px) {
  .sec-00__slider {
    max-width: 1310px;
  }
}

@media (max-width: 1550px) {
  .sec-00__slider {
    max-width: 1310px;
  }
}

@media screen and (max-width: 576px) {
  .sec-00__slider {
    max-width: 100%;
    height: auto;
  }
}

.sec-00__slider .slide-item {
  width: 100%;
  height: 100%;
  max-width: 1310px;
  max-height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
  height: 300px;
  cursor: pointer;
}

@media screen and (max-width: 576px) {
  .sec-00__slider .slide-item {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 576px) {
  .sec-00 .slick-next {
    right: 25px;
  }
}

.sec-00 .slick-prev {
  z-index: 100;
}

@media screen and (max-width: 576px) {
  .sec-00 .slick-prev {
    left: 25px;
  }
}

.sec-00 .slick-prev:before, .sec-00 .slick-next:before {
  display: none;
}

.sec-00__bulletList {
  position: absolute;
  bottom: 21px;
  left: calc(50% - 655px);
  width: 1310px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 576px) {
  .sec-00__bulletList {
    width: 100%;
    left: 0px;
  }
}

.sec-00__bullet {
  position: relative;
  width: 100%;
  height: 3px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  opacity: 1;
}

.sec-00__bullet::after {
  content: "";
  background: #ee7800;
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 2px;
}

.sec-00 .bullet-active::after {
  width: 0;
  -webkit-animation-name: progress;
  animation-name: progress;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@keyframes progress {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes progress {
  0% {
    width: 0%;
  }
  25% {
    width: 25%;
  }
  50% {
    width: 50%;
  }
  75% {
    width: 75%;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes slidein {
  100% {
    height: 0px;
  }
}

@keyframes slidein {
  100% {
    height: 0px;
  }
}

.navbar {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  padding-top: 5px;
  padding-bottom: 5px;
  background-color: white !important;
  z-index: 99;
}

.navbar .container-fluid {
  padding: 0 2.5rem;
}

@media (max-width: 1100px) {
  .navbar .container-fluid {
    padding: 0 .6rem;
  }
}

.navbar-toggler {
  padding-left: 0;
  border-color: transparent !important;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.navbar-toggler-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
}

.navbar-toggler-icon i {
  font-size: 25px;
  line-height: 30px;
  display: inline-block;
}

.navbar-search, .navbar-login {
  padding-right: 2px;
}

.navbar-login {
  cursor: pointer;
}

.navbar-search-magnify {
  cursor: pointer;
}

.navbar-brand {
  font-size: 1.5rem;
}

.navbar-brand.navbar-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.navbar-brand .navbar-login {
  font-size: 1rem;
  color: #EE7800;
  text-decoration: none;
}

.navbar .nav-link {
  cursor: pointer;
}

@media (max-width: 1100px) {
  .navbar .nav-link {
    padding: .5rem .5rem;
    font-size: .9rem;
  }
}

.navbar .navbar-nav .nav-item {
  margin: 0 .5rem;
}

@media (max-width: 1100px) {
  .navbar .navbar-nav .nav-item {
    margin: 0 0rem;
  }
}

.navbar .navbar-nav .nav-item .dropbox {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  position: absolute;
  width: 100vw;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.932);
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.navbar .navbar-nav .nav-item .dropbox ul {
  padding-left: 0;
}

.navbar .navbar-nav .nav-item .dropbox-item {
  margin-bottom: .5rem;
}

.navbar .navbar-nav .nav-item .dropbox-item.first {
  font-size: 1.1rem;
  font-weight: 600;
}

.navbar .navbar-nav .nav-item .dropbox-item.first .dropbox-link {
  color: black;
}

.navbar .navbar-nav .nav-item .dropbox-link {
  text-decoration: none;
  color: #929292;
  font-size: .85rem;
}

.navbar .navbar-nav .nav-item .dropbox-link:hover {
  color: #EE7800;
}

.navbar .navbar-nav .nav-item .dropbox-link.dropbox-btn {
  border: 1px solid #929292;
  padding: .5rem 2rem;
  border-radius: 5px;
  width: 85%;
  min-width: 7rem;
  max-width: 11rem;
}

.navbar .navbar-nav .nav-item .dropbox-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.navbar .navbar-nav .nav-item .dropbox .container {
  max-width: 900px;
  width: 70%;
}

.navbar .navbar-nav .nav-item .dropbox .container.stylebox {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
}

.navbar .navbar-nav .nav-item .dropbox .container.designerbox {
  -webkit-transform: translateX(-5%);
          transform: translateX(-5%);
}

.navbar .navbar-nav .nav-item .dropbox .container.newbox {
  -webkit-transform: translateX(15%);
          transform: translateX(15%);
}

.navbar .navbar-nav .nav-item .dropbox .container.forumbox {
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.navbar .navbar-nav .nav-item .nav-link {
  position: relative;
}

.navbar .navbar-nav .nav-item .nav-link:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 90%;
  top: 0;
  right: 0;
  border-bottom: 2px solid #EE7800;
  opacity: 0;
  -webkit-transform: opacity 1s;
          transform: opacity 1s;
}

.navbar .navbar-nav .nav-item:hover .nav-link:after {
  opacity: 1;
}

.navbar .navbar-nav .nav-item:hover > .dropbox {
  visibility: visible;
  opacity: 1;
}

.navbar .navbar-nav .nav-item.lg .container {
  max-width: 1200px;
  width: 90%;
}

.navbar .navbar-nav .nav-item.lg .dropbox-link {
  text-decoration: none;
  color: #929292;
  font-size: .7rem;
}

.navbar .navbar-nav .nav-item.lg .dropbox-link:hover {
  color: #EE7800;
}

.navbar .navbar-nav .nav-item.lg .dropbox-item {
  margin-bottom: .1rem;
}

.navbar .navbar-nav .nav-item.lg .dropbox-item.first .dropbox-link {
  font-size: .85rem;
}

.navbar-search .container {
  max-width: 900px;
  width: 70%;
}

@media (max-width: 1100px) {
  .navbar-search .container {
    width: 90%;
  }
}

.navbar-search .dropbox {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  width: 100vw;
  top: 100%;
  left: 0;
  background-color: rgba(255, 255, 255, 0.932);
  padding-top: 1.5rem;
  padding-bottom: 3rem;
}

.navbar-search .dropbox.open {
  visibility: visible;
  opacity: 1;
}

.navbar-search .dropbox__searchtab {
  width: 100%;
  background-color: gray;
  border-radius: 3px;
  padding: .2rem 1rem;
  padding-bottom: 1rem;
}

.navbar-search .dropbox__hots__title {
  font-size: 1rem;
  color: #6b6b6b;
}

.navbar-search .dropbox__hots__link {
  font-size: .9rem;
  color: #929292;
  text-decoration: none;
  cursor: pointer;
  margin: 0 .2rem;
}

.navbar-search .dropbox__searchBar__input {
  width: 100%;
  outline: none;
  border: 2px solid #EE7800;
  border-radius: 5rem;
  padding: .3rem 1.2rem;
  font-size: .9rem;
}

.navbar-search .dropbox__searchBar__submit {
  outline: none;
  border: none;
  font-size: .9rem;
  background-color: transparent;
  color: #EE7800;
  margin-left: -1rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  padding: 0 .6rem;
}

.navbar-search .dropbox__tab .nav-item {
  margin: 0 .6rem;
}

.navbar-search .dropbox .nav-item-link {
  border: none;
  outline: none;
  font-size: 1rem;
  color: white;
  padding: 3px;
  position: relative;
}

.navbar-search .dropbox .nav-item-link::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-bottom: 3px solid #EE7800;
  opacity: 0;
}

.navbar-search .dropbox .nav-item-link.active::after {
  opacity: 1;
}

.navbar-search .dropbox-tab-content .tabpar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: .5rem;
}

.navbar-search .dropbox-tab-content .tabpar .col {
  margin: 0 .6rem;
}

.navbar-search .dropbox-tab-content .tabpar .select {
  font-size: 1rem;
  padding: .6rem;
  border-radius: 3px;
  color: #747474;
}

.navbar-search .dropbox-tab-content .tabpar button {
  border: none;
  outline: none;
  background-color: #EE7800;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  padding: .6rem;
}

.navbar-search .dropbox-tab-content .tabpar .image-search {
  border: none;
  outline: none;
  background-color: #EE7800;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
}

.navbar-search .dropbox-tab-content .tabpar .article-btn {
  border: none;
  outline: none;
  background-color: #EE7800;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  padding: .6rem;
}

.navbar-search .dropbox-tab-content .tabpar .home-btn {
  border: none;
  outline: none;
  background-color: #EE7800;
  border-radius: 3px;
  color: white;
  font-size: 1rem;
  padding: .6rem;
}

.navbar-search .dropbox__tab .nav-item-link.active .nav-item-link::after {
  opacity: 1;
}

.navbar-main.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.navbar-main.sticky + .sec-02 {
  padding-top: 53.5px;
}

.sec-02__slider {
  width: 100%;
  height: 100%;
}

.sec-02__slider .slide-item {
  width: 100%;
  height: 74vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}

.sec-02 .slick-prev:before, .sec-02 .slick-next:before {
  display: none;
}

.sec-02 .slick-prev {
  left: 15px;
  z-index: 3;
}

.sec-02 .slick-next {
  right: 15px;
}

.sec-04 {
  background-color: #F4F4F4;
  padding: 4rem 1rem;
}

.sec-04 .container {
  max-width: 950px;
  width: 70%;
}

@media (max-width: 1100px) {
  .sec-04 .container {
    width: 90%;
  }
}

.sec-04 .card {
  -webkit-box-shadow: 1px 2px 8px 1px #d6d6d6;
          box-shadow: 1px 2px 8px 1px #d6d6d6;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all .6s;
  transition: all .6s;
}

.sec-04 .card-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  color: #4C4C4C;
  font-weight: 500;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.sec-04 .card__imgfr {
  width: 100%;
}

.sec-04 .card__imgfr img {
  width: 100%;
  height: 100%;
}

.sec-04 .card:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.sec-guessLike .container {
  margin: 0 auto;
  padding: 2rem 2rem;
  max-width: 1050px;
  width: 70%;
}

@media (max-width: 1100px) {
  .sec-guessLike .container {
    width: 90%;
    padding: 0 1rem;
  }
}

.sec-guessLike__titlebox-h2 {
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 600;
  color: #535353;
  padding: .8rem 0;
  border-bottom: 6px solid #EE7800;
  display: inline-block;
}

.sec-guessLike__title {
  display: block;
  text-align: center;
  position: relative;
  font-size: 1.2rem;
  margin-bottom: .8rem;
}

.sec-guessLike__title::before, .sec-guessLike__title::after {
  position: absolute;
  content: " ";
  width: 40%;
  height: 0rem;
  border-top: 1px solid black;
  top: 50%;
}

.sec-guessLike__title::before {
  left: 0;
}

.sec-guessLike__title::after {
  left: 60%;
}

.sec-guessLike__article h5 {
  font-size: 1.1rem;
}

.sec-guessLike__article p {
  font-size: 14px;
}

.sec-guessLike__case p {
  font-size: 1.1rem;
  font-weight: 500;
}

.sec-guessLike__card {
  width: 100%;
  overflow: hidden;
  height: 26vh;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-guessLike__card.special {
  height: 45vh;
}

.sec-guessLike__card__img {
  width: 100%;
  -webkit-transition: all .8s;
  transition: all .8s;
}

.sec-guessLike__card__txt {
  position: absolute;
  bottom: 1rem;
  left: 3rem;
  color: white;
  z-index: 2;
  font-size: 600;
  text-shadow: 1px 1px 2px gray;
}

.sec-guessLike__video__play {
  position: absolute;
  width: 2.5rem;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec-05 {
  border-top: 1px solid #bbbbbb;
  padding-bottom: 2rem;
}

.sec-05 .container {
  margin: 0 auto;
  padding: 0 2rem;
  max-width: 1050px;
  width: 70%;
}

@media (max-width: 1100px) {
  .sec-05 .container {
    width: 90%;
    padding: 0 1rem;
  }
}

.sec-05__tabdiv {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec-05__tabdiv .more {
  padding-bottom: .4rem;
}

.sec-05__tabdiv .nav-item {
  position: relative;
  padding-right: 18px;
  padding-left: 18px;
}

.sec-05__tabdiv .nav-item::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 30%;
  left: 0;
  top: 35%;
  background-color: transparent;
  border-right: 1px solid #b3b3b3;
  z-index: -1;
}

.sec-05__tabdiv .nav-item:nth-of-type(3)::after {
  display: none;
}

.sec-05__tabdiv .nav-item-link {
  color: black;
  font-weight: 500;
  font-size: 1.6rem;
  border: none;
  position: relative;
  padding: 1.5rem 0;
  outline: none;
}

@media screen and (max-width: 385px) {
  .sec-05__tabdiv .nav-item-link {
    font-size: 1.1rem;
  }
}

.sec-05__tabdiv .nav-item-link:focus {
  outline: none !important;
}

.sec-05__tabdiv .nav-item-link.active {
  color: #EE7800;
}

.sec-05__tabdiv .nav-item-link::before {
  position: absolute;
  content: " ";
  width: 101%;
  height: 100%;
  left: -2px;
  top: 0px;
  background-color: transparent;
  border-top: 3px solid #EE7800;
  opacity: 0;
}

.sec-05__tabdiv .nav-item-link.active::before {
  opacity: 1;
}

.sec-05 .tab-pane {
  height: 100%;
}

.sec-05tab-content {
  height: 35vh;
}

.sec-05 .tabpar__card {
  margin: 3px;
  position: relative;
  font-size: 14px;
  cursor: pointer;
}

.sec-05 .tabpar__card__imgfr {
  width: 100%;
  height: 25vh;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1100px) {
  .sec-05 .tabpar__card__imgfr {
    height: 20vh;
  }
}

.sec-05 .tabpar__card h5 {
  font-size: 1rem;
}

.sec-05 .tabpar__card p {
  font-size: .95rem;
  font-weight: 300;
  color: gray;
}

.sec-05 .tabpar__card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
}

.sec-05 .slick-prev {
  top: 40%;
  left: -2rem;
  z-index: 2;
}

.sec-05 .slick-next {
  top: 40%;
  right: -2rem;
  z-index: 2;
}

.sec-05 .slick-prev:before, .sec-05 .slick-next:before {
  display: none;
}

.sec-06 {
  padding: 2rem 0;
}

.sec-06 .container {
  margin: 0 auto;
  padding: 1rem 2rem;
  max-width: 1050px;
  width: 70%;
}

@media (max-width: 1100px) {
  .sec-06 .container {
    width: 90%;
    padding: 0 1rem;
  }
}

.sec-06__title h3 {
  display: inline-block;
  font-size: 1.6rem;
  padding-bottom: .5rem;
  border-bottom: 6px solid #EE7800;
  color: #535353;
  margin-bottom: 0;
}

.sec-06__video {
  width: 100%;
  position: relative;
}

.sec-06__video__imgfr {
  width: 100%;
  height: 34vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1100px) {
  .sec-06__video__imgfr {
    height: 25vh;
  }
}

.sec-06__video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2.5rem;
  height: 2.5rem;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.sec-06__videotxt {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.842);
  -webkit-box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
          box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
  padding: .4rem .8rem;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  font-weight: 600;
  font-size: 1.1rem;
}

.sec-06__btns {
  display: block;
  outline: none;
  border: none;
  padding: .4rem 1.2rem;
  width: 88%;
  margin: 0 auto;
  background-color: #ea068c;
  color: white;
  border-radius: 3px;
  -webkit-box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
          box-shadow: 1px 1px 3px 1px rgba(196, 196, 196, 0.795);
  -webkit-transition: all .4s;
  transition: all .4s;
  text-decoration: none;
}

.sec-06__btns:hover {
  -webkit-transform: translate(2px, 2px);
          transform: translate(2px, 2px);
  color: white;
}

.sec-06__btns__txt {
  font-weight: 600;
}

.sec-06__btns:nth-of-type(2), .sec-06__btns:nth-of-type(3) {
  padding: 1rem 1.2rem;
}

.sec-06__card {
  width: 100%;
}

.sec-06__card:hover .sec-06__card__imgfr {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.sec-06__card h5 {
  font-size: 1.1rem;
  margin-bottom: .3rem;
}

.sec-06__card p {
  font-size: .9rem;
}

.sec-06__card__outer {
  width: 100%;
  height: 48vh;
  overflow: hidden;
}

.sec-06__card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
}

.sec-06__card__imgfr {
  width: 100%;
  height: 48vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .5s;
  transition: all .5s;
  position: relative;
}

.sec-06 .slick-prev {
  top: 40%;
  left: .5rem;
  z-index: 2;
}

.sec-06 .slick-next {
  top: 40%;
  right: .5rem;
  z-index: 2;
}

.sec-06 .slick-prev:before, .sec-06 .slick-next:before {
  display: none;
}

.sec-08 {
  padding-bottom: 2.5rem;
}

.sec-08 .container {
  margin: 0 auto;
  padding: 1rem 0rem;
  max-width: 1050px;
  width: 70%;
}

@media (max-width: 1100px) {
  .sec-08 .container {
    width: 90%;
    padding: 0 1rem;
  }
}

.sec-08__title {
  border-bottom: 6px solid #EE7800;
  color: #535353;
}

.sec-08__title h3 {
  font-size: 1.6rem;
}

.sec-08__slider {
  width: 100%;
  cursor: pointer;
}

.sec-08__imgfr {
  width: 100%;
  height: 28vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1100px) {
  .sec-08__imgfr {
    height: 20vh;
  }
}

.sec-08__card h5 {
  font-size: 1rem;
}

.sec-08__card p {
  font-size: .9rem;
}

.sec-08__card__play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2.5rem;
}

.sec-08__cardtxt {
  font-size: 14px;
  padding-right: .6rem;
}

.sec-08 .slick-prev {
  top: 40%;
  left: -2rem;
  z-index: 2;
}

.sec-08 .slick-next {
  top: 40%;
  right: -2rem;
  z-index: 2;
}

.sec-08 .slick-prev:before, .sec-08 .slick-next:before {
  display: none;
}

.sec-09 {
  background-color: #F4F4F4;
}

.sec-09 .container {
  margin: 0 auto;
  padding: 2rem 0rem;
  max-width: 1050px;
  width: 70%;
}

@media (max-width: 1100px) {
  .sec-09 .container {
    width: 90%;
    padding: 0 1rem;
  }
}

.sec-09__imgfr {
  width: 100%;
  height: 25vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1100px) {
  .sec-09__imgfr {
    height: 20vh;
  }
}

.sec-09__card {
  margin: 5px;
  text-align: center;
  cursor: pointer;
}

.sec-09__card p {
  font-size: 14px;
  margin-top: .5rem;
}

.sec-09__card__play {
  position: absolute;
  right: .6rem;
  bottom: .6rem;
  width: 2.5rem;
}

.sec-09__title {
  border-bottom: 6px solid #EE7800;
  color: #535353;
}

.sec-09__title h3 {
  font-size: 1.6rem;
}

.sec-09 .slick-prev {
  top: 40%;
  left: -2rem;
  z-index: 2;
}

.sec-09 .slick-next {
  top: 40%;
  right: -2rem;
  z-index: 2;
}

.sec-09 .slick-prev:before, .sec-09 .slick-next:before {
  display: none;
}

.sec-10 {
  padding: 2.5rem 0;
}

.sec-10 .container {
  max-width: 1000px;
  width: 70%;
}

@media (max-width: 1100px) {
  .sec-10 .container {
    width: 90%;
    padding: 0 1rem;
  }
}

.sec-10__titlebox {
  border-bottom: 1px solid #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-10__titlebox-h2 {
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 600;
  color: #535353;
  padding: .8rem 0;
  border-bottom: 6px solid #EE7800;
  display: inline-block;
}

.sec-10__card {
  cursor: pointer;
}

.sec-10__card h5 {
  font-size: 1rem;
  margin-bottom: .3rem;
}

.sec-10__card p {
  font-size: .95rem;
  font-weight: 300;
  color: gray;
}

.sec-10__card-img {
  width: 100%;
  height: 25vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1100px) {
  .sec-10__card-img {
    height: 20vh;
  }
}

.sec-10__card__play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}

.sec-11 {
  padding: 2.5rem 0;
  padding-top: 1rem;
}

.sec-11 .container {
  max-width: 1000px;
  width: 70%;
}

@media (max-width: 1100px) {
  .sec-11 .container {
    width: 90%;
    padding: 0 1rem;
  }
}

.sec-11__titlebox {
  border-bottom: 1px solid #4b4b4b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec-11__titlebox-h2 {
  margin: 0 auto;
  font-size: 1.8rem;
  font-weight: 600;
  color: #535353;
  padding: .8rem 0;
  border-bottom: 6px solid #EE7800;
  display: inline-block;
}

.sec-11__card {
  cursor: pointer;
}

.sec-11__card h5 {
  font-size: 1rem;
  margin-bottom: .3rem;
}

.sec-11__card p {
  font-size: .95rem;
  font-weight: 300;
  color: gray;
}

.sec-11__card-img {
  width: 100%;
  height: 25vh;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 1100px) {
  .sec-11__card-img {
    height: 20vh;
  }
}

.sec-11__card__play {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 2.5rem;
  height: 2.5rem;
}

.footer {
  background: #e9e9e9;
  padding: 2.5rem 0;
}

@media (max-width: 1100px) {
  .footer .container {
    width: 98%;
    max-width: 950px;
  }
}

.footer__block {
  padding: 1rem 3rem;
  border-left: 1px solid #8f8f8f;
}

@media (max-width: 1100px) {
  .footer__block {
    padding: 1rem 1rem;
  }
}

.footer__block-title {
  font-size: 1.3rem;
  margin-bottom: 1.5rem;
}

.footer__block-list {
  padding-left: 0;
}

.footer__block:nth-of-type(1) {
  border-left: none;
}

.footer__block:nth-of-type(2) {
  padding: 1rem 4rem;
}

@media (max-width: 1100px) {
  .footer__block:nth-of-type(2) {
    padding: 1rem 1rem;
  }
}

.footer__block-socials {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 1100px) {
  .footer__block-socials img {
    width: 30px;
  }
}

.footer__block .follows-fp {
  text-decoration: none;
  color: #696969;
  font-size: .9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 1100px) {
  .footer__block .follows-fp {
    font-size: .8rem;
  }
}

.footer__block-phone p {
  display: inline;
}

@media (max-width: 900px) {
  .footer__block-phone p {
    display: block;
  }
}

.footer__block-phone p, .footer__block-phone span {
  font-size: .9rem;
}

.footer__block-phone .text-phone {
  color: #EE7800;
  text-decoration: none;
}

.footer__block-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 1rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__block-links-grp {
  padding: .3rem;
  border-left: 1px solid #b9b9b9;
}

.footer__block-links-grp:nth-of-type(1) {
  border-left: none;
}

.footer__block-links-grp a {
  display: block;
  text-decoration: none;
  color: #696969;
  font-size: .9rem;
  margin-bottom: .4rem;
}

@media (max-width: 1100px) {
  .footer__block-links-grp a {
    font-size: .8rem;
  }
}

.footer__block-subscribe {
  width: 100%;
  margin-top: 1rem;
}

.footer__block-subscribe .subscribeBar {
  font-size: .8rem;
  width: 70%;
  margin-left: 7%;
}

@media (max-width: 900px) {
  .footer__block-subscribe .subscribeBar {
    width: 75%;
    margin-left: 3%;
    font-size: .7rem;
  }
}

.footer__block-subscribe .subscribeBtn {
  width: 20%;
  padding: .4rem .6rem;
  padding-bottom: 9px;
  border: none;
  outline: none;
  background-color: #292929;
  color: white;
  border-radius: 0 3px 3px 0;
  margin-left: -.4rem;
}

@media (max-width: 900px) {
  .footer__block-subscribe .subscribeBtn {
    margin-left: -.3rem;
    font-size: .8rem;
    padding-top: 9px;
    padding-bottom: 10px;
  }
}

.footer__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  margin-bottom: .5rem;
}

.footer__list-item p {
  color: #696969;
  font-size: .9rem;
  font-weight: 300;
}

.footer__list-icon {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: .3rem;
}

.footer .bottom-box {
  padding: 1rem 0;
  border-top: 1px solid #b9b9b9;
  margin-top: 2.5rem;
}

#videoModal .modal-content {
  background-color: transparent;
  border: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

#videoModal .modal-dialog {
  max-width: 700px;
}

.morelink {
  text-decoration: none;
  color: #EE7800;
  font-weight: 700;
}

.morelink:hover {
  color: #EE7800;
}

.fixed-btn {
  position: fixed;
  right: 15px;
  bottom: 2rem;
}

.fixed-btn .btn-gotop, .fixed-btn .btn-login, .fixed-btn .btn-favor {
  cursor: pointer;
  padding: 1.2rem .8rem;
  background-color: rgba(255, 255, 255, 0.897);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.sec-login-list {
  background-color: #F3F3F3;
  padding: 1rem;
  padding-bottom: 1.4rem;
}

.sec-login-list hr {
  background-color: #aaaaaa;
}

.sec-login-btns {
  padding: 1rem;
  background-color: white;
  -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
          box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
}

#loginModal .btn-close {
  position: absolute;
  right: -2rem;
  top: -2rem;
}

#favorModal .btn-close {
  position: absolute;
  right: -2rem;
  top: -2rem;
}

#favorModal .sec-favor-title {
  color: #4C4C4C;
  font-size: 18px;
}

#favorModal .sec-favor-list {
  background-color: #F3F3F3;
  padding: 1rem;
  padding-bottom: 1.4rem;
}

#favorModal .sec-favor-list hr {
  background-color: #aaaaaa;
}

#favorModal .sec-favor-form .form-user, #favorModal .sec-favor-checklist .form-user {
  width: 50%;
  color: #707070;
  font-size: 16px;
}

#favorModal .sec-favor-form .form-progressbar, #favorModal .sec-favor-checklist .form-progressbar {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#favorModal .sec-favor-form .form-progressbar li, #favorModal .sec-favor-checklist .form-progressbar li {
  width: 1.6rem;
  height: 1.6rem;
  border-radius: 50%;
  border: 2px solid #D3D3D3;
  line-height: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  color: #D3D3D3;
  background-color: #F3F3F3;
  z-index: 2;
}

#favorModal .sec-favor-form .form-progressbar li.active, #favorModal .sec-favor-checklist .form-progressbar li.active {
  border: 2px solid #EE7800;
  color: #EE7800;
}

#favorModal .sec-favor-form .form-progressbar li.active::before, #favorModal .sec-favor-checklist .form-progressbar li.active::before {
  border-top: 2px solid #EE7800;
}

#favorModal .sec-favor-form .form-progressbar li::before, #favorModal .sec-favor-checklist .form-progressbar li::before {
  position: absolute;
  content: " ";
  width: 4rem;
  height: 0;
  border-top: 2px dashed #D3D3D3;
  right: 100%;
  top: 50%;
  z-index: 1;
}

#favorModal .sec-favor-form .form-progressbar li:nth-of-type(1)::before, #favorModal .sec-favor-checklist .form-progressbar li:nth-of-type(1)::before {
  display: none;
}

#favorModal .sec-favor-form .form-step, #favorModal .sec-favor-checklist .form-step {
  background-color: white;
  border-radius: 3px;
  padding: 1.5rem 1rem;
  padding-bottom: 1.5rem;
  -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
          box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
  overflow: visible;
}

#favorModal .sec-favor-form .form-step .next, #favorModal .sec-favor-checklist .form-step .next {
  padding: .6rem 5rem;
  background-color: #EE7800;
  border-radius: 3px;
  color: white;
  border: none;
  outline: none;
}

#favorModal .sec-favor-form .form-step1, #favorModal .sec-favor-checklist .form-step1 {
  display: block;
}

#favorModal .sec-favor-form .form-step2, #favorModal .sec-favor-checklist .form-step2 {
  display: none;
}

#favorModal .sec-favor-form .form-step3, #favorModal .sec-favor-checklist .form-step3 {
  display: none;
  position: relative;
  padding-bottom: 1.5rem;
}

#favorModal .sec-favor-form input[type="checkbox"], #favorModal .sec-favor-form input[type="radio"], #favorModal .sec-favor-checklist input[type="checkbox"], #favorModal .sec-favor-checklist input[type="radio"] {
  display: none;
}

#favorModal .sec-favor-form .imgfr, #favorModal .sec-favor-checklist .imgfr {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 4.5rem;
  border-radius: 8px;
  border: 2px solid transparent;
}

#favorModal .sec-favor-form h4, #favorModal .sec-favor-checklist h4 {
  color: #AAAAAA;
  font-size: 15px;
  font-weight: 400;
}

#favorModal .sec-favor-form input[type="checkbox"]:checked + .fs-label-info .imgfr, #favorModal .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-info .imgfr {
  border: 2px solid #EE7800;
}

#favorModal .sec-favor-form input[type="checkbox"]:checked + .fs-label-chbox, #favorModal .sec-favor-checklist input[type="checkbox"]:checked + .fs-label-chbox {
  border: 1px solid #EE7800;
  color: #EE7800;
}

#favorModal .sec-favor-form input[type="radio"]:checked + .fs-label-chbox, #favorModal .sec-favor-checklist input[type="radio"]:checked + .fs-label-chbox {
  border: 1px solid #EE7800;
  color: #EE7800;
}

#favorModal .sec-favor-form .step3-block, #favorModal .sec-favor-checklist .step3-block {
  margin-bottom: 1rem;
}

#favorModal .sec-favor-form .step3-block:nth-of-type(3), #favorModal .sec-favor-checklist .step3-block:nth-of-type(3) {
  margin-bottom: 0;
}

#favorModal .sec-favor-form .step3-block-title, #favorModal .sec-favor-checklist .step3-block-title {
  color: #AAAAAA;
  display: block;
  margin-bottom: .5rem;
  font-size: 1rem;
}

#favorModal .sec-favor-form .step3-block .radio, #favorModal .sec-favor-checklist .step3-block .radio {
  display: inline-block;
  padding: .25rem .7rem;
  margin-right: .4rem;
  border: 1px solid #707070;
  border-radius: 2rem;
  color: #797979;
  margin-bottom: .5rem;
}

#favorModal .sec-favor-form .skip, #favorModal .sec-favor-checklist .skip {
  padding: .3rem 1rem;
  color: #AAAAAA;
  border: none;
  outline: none;
  background-color: transparent;
}

#favorModal .sec-favor-form .btngrp, #favorModal .sec-favor-checklist .btngrp {
  /* position: absolute;
                left: 50%;
                transform: translateX(-50%);
                bottom: -6rem; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#favorModal .sec-favor-form .btngrp .next, #favorModal .sec-favor-checklist .btngrp .next {
  -webkit-transform: translateY(0rem);
          transform: translateY(0rem);
}

#favorModal .sec-favor-checklist .form-user {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 1rem;
}

#favorModal .sec-favor-btns {
  padding: 1rem;
  background-color: white;
  -webkit-box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
          box-shadow: 0 0 15px 2px rgba(190, 190, 190, 0.61);
}

.test {
  position: relative;
}

.test .cover {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  background-color: white;
  height: 100%;
}

.test .cover.slidein {
  -webkit-animation: slidein 2s forwards;
  animation: slidein  2s forwards;
}

.title_back {
  display: block;
  position: relative;
  width: 10em;
  height: 1.75em;
  overflow: hidden;
}

.title_back .title {
  position: absolute;
  left: 0;
  bottom: -1.75em;
  display: block;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.test_content {
  opacity: 0;
}

.test_content.fadein {
  -webkit-animation: fadein 2s forwards;
  animation: fadein  2s forwards;
}

@-webkit-keyframes slidein {
  100% {
    height: 0px;
  }
}

@keyframes slidein {
  100% {
    height: 0px;
  }
}

@-webkit-keyframes fadein {
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  100% {
    opacity: 1;
  }
}

#hhh-cases .article__readMore::before {
  content: '';
  display: inline-block;
  background: -webkit-gradient(linear, left bottom, left top, from(#FCFCFC), to(rgba(255, 255, 255, 0.454219)));
  background: linear-gradient(0deg, #FCFCFC 0%, rgba(255, 255, 255, 0.454219) 100%);
  width: 100%;
  height: 25px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#hhh-cases .article__contexts_cases {
  font-size: 1.1rem;
  line-height: 1.8;
  height: 50px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  color: #727679;
}

#hhh-cases .article__readMore {
  cursor: pointer;
  margin-left: auto;
  margin-right: auto;
  color: #FFAC73;
  text-align: center;
  font-size: 90%;
  padding: 0 0 1rem;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#hhh-cases .article__readMore a {
  text-decoration: none;
  color: #FFAC73;
}

#hhh-cases .img-wrapper-desktop {
  background-color: #6D6D6D;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

#hhh-cases .swiper-zoom-container-desktop {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

#hhh-cases .swiper-zoom-container-desktop img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#hhh-cases .swiper-zoom-container-sm-desktop {
  width: 50%;
  height: 70%;
}

#hhh-cases .swiper-zoom-container-sm-desktop {
  width: 50%;
  height: 70%;
}

#hhh-cases .slick-prev:before, #hhh-cases .slick-next:before {
  display: none;
}

#hhh-cases .modal-body {
  padding: 0 !important;
}

#hhh-cases .case-slick-box {
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 15px;
}

@media screen and (max-width: 576px) {
  #hhh-cases .case-slick-box {
    height: 60vh;
    position: static;
  }
}

#hhh-cases .img-wrapper-desktopp {
  width: 95%;
  margin: 0 auto;
  height: 100%;
}

#hhh-cases .CaseDetail-slick {
  height: 100vh;
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  #hhh-cases .CaseDetail-slick {
    height: 60vh;
  }
}

#hhh-cases .CaseDetail-slick .slick-slide {
  height: 100vh;
}

@media screen and (max-width: 576px) {
  #hhh-cases .CaseDetail-slick .slick-slide {
    height: 60vh;
  }
}

#hhh-cases .CaseDetail-slick img {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

#hhh-cases .breadcrumb {
  padding: 0.75rem 1rem;
}

@media screen and (max-width: 576px) {
  #hhh-cases .breadcrumb {
    margin-bottom: 0;
    display: block;
  }
}

#hhh-cases .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  float: unset;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}

#hhh-cases .breadcrumb a {
  font-size: 0.75rem;
  color: #727679;
  text-decoration: none;
}

@media screen and (max-width: 576px) {
  #hhh-cases .breadcrumb li {
    display: inline;
  }
}

#hhh-cases .breadcrumb .active a {
  color: #AAAAAA;
}

#hhh-cases .h4 {
  font-weight: bold;
  color: #34404B;
}

#hhh-cases .article {
  color: #727679;
}

#hhh-cases .article .small {
  padding: 0.5rem 0;
  font-size: 80%;
}

#hhh-cases .shadow-sm {
  -webkit-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
          box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
}

#hhh-cases .container-width-column {
  max-width: 1120px;
  margin: 0 auto;
}

#hhh-cases .article__wrapper {
  padding: 0.75rem 1rem;
}

#hhh-cases .shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

#hhh-cases .cases-content {
  background: #FCFCFC;
}

#hhh-cases .cases-content .caseSlider {
  background: #fff;
  max-width: 1310px;
  margin: 0 auto;
  padding: 100px;
  position: relative;
}

@media screen and (max-width: 576px) {
  #hhh-cases .cases-content .caseSlider {
    padding: 0;
  }
}

#hhh-cases .cases-content .caseSlider .morePhotoTip {
  cursor: pointer;
  position: absolute;
  color: #FFF;
  right: 120px;
  bottom: 120px;
  padding: 0.2rem 0.8rem;
  background-color: rgba(0, 0, 0, 0.45);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 576px) {
  #hhh-cases .cases-content .caseSlider .morePhotoTip {
    bottom: 10px;
    right: 10px;
  }
}

#hhh-cases .container--padding {
  padding: 1.2rem 0;
}

#hhh-cases .info__items {
  font-size: 1.2rem;
  text-align: center;
  color: #34404B;
  font-weight: 800;
  min-height: 4.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 576px) {
  #hhh-cases .info__items {
    font-size: 1rem;
  }
}

#hhh-cases .info__items__title {
  color: #727679;
  font-weight: 400;
  font-size: 1rem;
}

#hhh-cases .case-scMedia__block {
  width: 35%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  #hhh-cases .case-scMedia__block {
    width: 100%;
  }
}

#hhh-cases .case-scMedia__block .case-scMedia__list {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 10px #cecece;
          box-shadow: 0 1px 10px #cecece;
  border-radius: 45px;
  padding: 1rem 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 576px) {
  #hhh-cases .case-scMedia__block .case-scMedia__list {
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

#hhh-cases .relTag {
  padding: 1rem;
}

#hhh-cases .relTag a {
  margin: 0 0 0.6rem 0.6rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#hhh-cases .relTag a:hover {
  color: #FFAC73;
  border-color: #FFAC73;
}

#hhh-cases .relTag__items__title {
  width: 7%;
}

#hhh-cases .relTag__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hhh-cases .relTag__items__tags {
  width: 93%;
}

#hhh-cases .btn-outline-custom {
  border-color: #707070;
}

#hhh-cases .caseData {
  color: #727679;
  padding: 0.5rem 0 0;
  margin-bottom: 3rem;
}

#hhh-cases .caseData h4 {
  font-weight: bold;
  color: #34404B;
  padding: 0.5rem;
}

@media screen and (max-width: 576px) {
  #hhh-cases .caseData h4 {
    padding: 1rem 0.5rem 0.5rem;
  }
}

#hhh-cases .caseData .caseData__infoBlock {
  position: relative;
  -webkit-box-shadow: 0 1px 10px #cecece;
          box-shadow: 0 1px 10px #cecece;
  padding: 1rem;
}

#hhh-cases .caseData .caseData__infoItems {
  padding: 0.5rem;
}

#hhh-cases .caseData .caseData__infoItems__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#hhh-cases .caseData .caseData__infoItems__list--lf {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 15%;
  -ms-flex-preferred-size: 15%;
      flex-basis: 15%;
  -webkit-box-flex: 0;
}

@media screen and (max-width: 576px) {
  #hhh-cases .caseData .caseData__infoItems__list--lf {
    max-width: 25%;
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
  }
}

#hhh-cases .caseData .caseData__infoItems__list--rt {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  max-width: 80%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  word-break: break-all;
}

@media screen and (max-width: 576px) {
  #hhh-cases .caseData .caseData__infoItems__list--rt {
    -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
    max-width: 70%;
  }
}

#hhh-cases .caseData a {
  text-decoration: none;
  background-color: transparent;
  color: #727679;
}

#hhh-cases .caseData__designerBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 1px 10px #cecece;
          box-shadow: 0 1px 10px #cecece;
}

#hhh-cases .caseData__designerBlock ul {
  list-style-type: none;
  padding: 0.6rem;
}

#hhh-cases .caseData__designerBlock__designer--pc {
  padding: 1rem 0.9rem;
  width: 50%;
  height: 370px;
}

@media screen and (max-width: 576px) {
  #hhh-cases .caseData__designerBlock__designer {
    width: 60%;
  }
}

#hhh-cases .caseData__designerBlock__designer--above {
  height: 70%;
}

#hhh-cases .caseData__designerBlock__designer--below {
  height: 25%;
  border-top: 1px solid #727679;
}

#hhh-cases .caseData__designerBlock__avatar--img {
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 576px) {
  #hhh-cases .caseData__designerBlock__avatar--img {
    height: 190px;
    background-size: contain;
  }
}

#hhh-cases .caseData__designerBlock__avatar {
  width: 50%;
}

@media screen and (max-width: 576px) {
  #hhh-cases .caseData__designerBlock__avatar {
    width: 40%;
  }
}

#hhh-cases .tel {
  color: #EE751B !important;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  #hhh-cases .tel {
    font-size: 1rem;
  }
}

#hhh-cases .likeSee__state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}

#hhh-cases .likeSee__state h4 {
  font-weight: bold;
  color: #34404B;
}

#hhh-cases .likeSee__state .likeSee__state__filter--divider {
  height: 12px;
  display: inline-block;
  border: 0.5px solid #9d9d9d;
}

#hhh-cases .likeSee__state a {
  color: #727679;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#hhh-cases .likeSee__state a:hover {
  color: #EE7800;
}

#hhh-cases .likeSee__state .active {
  color: #EE751B;
}

#hhh-cases .card {
  border: none;
  font-size: 0.75rem;
}

#hhh-cases .vue-waterfall {
  position: relative;
}

#hhh-cases .vue-waterfall a {
  color: #727679;
  text-decoration: none;
  background-color: transparent;
  font-size: 0.75rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#hhh-cases .vue-waterfall a:hover {
  color: #FFAC73;
}

#hhh-cases .vue-waterfall .card-body {
  padding: 0.5rem 0.5rem 0.5rem 0;
}

#hhh-cases .vue-waterfall .likeSee__tag--item {
  margin: 0 0.2rem 0 0;
  text-decoration: none !important;
  color: #727679;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#hhh-cases .vue-waterfall .likeSee__tag--item:hover {
  color: #FFAC73;
}

#hhh-cases .likeSee__tag {
  padding: 0.5rem 0;
}

#hhh-cases .likeSee__tag--item {
  margin: 0 0.2rem 0 0;
  text-decoration: none !important;
  color: #727679;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#hhh-cases .likeSee__tag--item:hover {
  color: #FFAC73;
}

#hhh-cases .likeSee__state__filter--item {
  cursor: pointer;
}

#hhh-cases .formBtn .btn {
  padding: 1.2rem 0.75rem;
}

#hhh-cases .btn-primary {
  color: #fff;
  background-color: #EE7800;
  border-color: #EE7800;
}

#hhh-cases .btn-block {
  display: block;
  width: 100%;
}

#hhh-cases .container-width-ad {
  max-width: 768px;
}

#hhh-cases .formBtn {
  width: 47%;
}

@media screen and (max-width: 576px) {
  #hhh-cases .formBtn {
    margin-top: 15px;
    width: 100%;
  }
}

#hhh-cases .ad__bgImg {
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#hhh-cases .container-width-ad {
  max-width: 768px;
  margin-bottom: 30px;
}

@media screen and (max-width: 576px) {
  #hhh-cases .container-width-ad {
    margin-bottom: 100px;
  }
}

#hhh-cases .contact-section-avatar {
  width: 75px;
  height: 100px;
}

#hhh-cases .contact-section-company {
  font-weight: bold;
  font-size: 18px;
  color: #6D6D6D;
  text-decoration: none;
  height: calc(18px * 2 *1.39);
}

#hhh-cases .contact-section-detail-box {
  color: #6D6D6D;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

#hhh-cases .contact-section-detail-box .contact-section-detail-lf {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 7%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: start;
  -webkit-box-flex: 0;
}

#hhh-cases .contact-section-detail-box a {
  color: #6D6D6D;
  text-decoration: none;
}

#hhh-cases .loading-move {
  -webkit-animation-name: move;
          animation-name: move;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes move {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes move {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

#hhh-cases .info-area-title-desktop {
  font-size: 18px;
  font-weight: bold;
  padding: 0.6rem 0 0.6rem 0.6rem;
  margin: 1.6rem 0 1rem 0;
  background-color: #EFEFEF;
}

#hhh-cases .info-area-title-desktop a {
  color: #6D6D6D;
  text-decoration: none;
}

#hhh-cases .info-area-data-desktop, #hhh-cases .info-area-other-case-desktop, #hhh-cases .info-area-same-case-desktop, #hhh-cases .info-area-contact-desktop {
  font-size: 16px;
  font-weight: bold;
  color: #6D6D6D;
}

#hhh-cases .info-area-data-desktop a, #hhh-cases .info-area-other-case-desktop a, #hhh-cases .info-area-same-case-desktop a, #hhh-cases .info-area-contact-desktop a {
  color: #6D6D6D;
  text-decoration: none;
}

#hhh-cases .divider {
  width: 100%;
  height: 1px;
  border-left: none;
  border-bottom: 1px solid #9c9c9c;
  margin: 10px 0;
}

#hhh-cases .data-table-desktop {
  width: 100%;
  font-size: 14px;
  padding: 0.55rem 0;
}

#hhh-cases .data-table-lf {
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: start;
}

#hhh-cases .contact-section-detail-desktop {
  font-size: 14px;
}

#hhh-cases .contact-section-detail-lf {
  -ms-flex-preferred-size: 7%;
      flex-basis: 7%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: start;
  max-width: 7%;
}

#hhh-cases .info {
  margin: 0 0 1.8rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#hhh-cases .info .info__option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100%;
}

#hhh-cases .info .info__items--ellipse {
  -webkit-box-orient: vertical;
  box-orient: vertical;
  -webkit-line-clamp: 1;
  height: calc(19.2px * 1 * 1.5);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

@media screen and (max-width: 576px) {
  #hhh-cases .info .info__items--ellipse {
    height: calc(16px * 1 * 1.5);
    min-height: 0;
    padding: 0;
  }
}

#hhh-cases .info .border-sidebar {
  position: relative;
}

#hhh-cases .info .border-sidebar::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: calc(150px * 0.8);
  background-color: #cecece;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: absolute;
  left: 100%;
  top: 12px;
}

#hhh-cases .info .mh {
  min-height: 75px;
}

#hhh-cases .info .border-below {
  border-bottom: 1px solid #cecece;
}

@media screen and (max-width: 576px) {
  #hhh-cases .info .container--padding {
    padding: 0 1.875rem;
  }
}

@media screen and (max-width: 576px) {
  #hhh-cases .display-pc {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  #hhh-cases .CaseInfo-pc {
    display: none;
  }
}

#hhh-cases .info--shadow {
  -webkit-box-shadow: 0 1px 10px #cecece;
  box-shadow: 0 1px 10px #cecece;
}

.fixed_menu {
  height: 78px;
  position: fixed;
  z-index: 4;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.12);
}

@media (min-width: 480px) {
  .fixed_menu {
    height: 50px;
  }
}

@media (min-width: 480px) {
  .fixed_menu .row {
    height: 50px;
  }
}

@media (min-width: 480px) {
  .fixed_menu__box {
    width: 100%;
    height: 100%;
  }
}

.fixed_menu__box img:focus-visible {
  outline: none;
}

@media (min-width: 480px) {
  .fixed_menu__box img {
    width: 100%;
    height: 100%;
  }
}

.article--style {
  background: #fff;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 576px) {
  .article--style {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.article__title {
  color: #34404B;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.article__contexts {
  font-size: 1.1rem;
  line-height: 1.8;
}

@media screen and (max-width: 576px) {
  .article__contexts {
    max-width: calc(100vw - 32px);
    height: auto !important;
    word-break: break-word;
  }
}

.article__contexts img {
  max-width: 80%;
  margin: 0.5rem 0;
}

@media screen and (max-width: 576px) {
  .article__contexts img {
    max-width: 100%;
  }
}

.article__contexts p {
  margin-bottom: 1rem !important;
}

.article__contexts a {
  text-decoration: none;
}

.article__contexts strong {
  font-weight: bolder;
}

.cardList__items {
  -webkit-box-shadow: 0 1px 10px #eee;
          box-shadow: 0 1px 10px #eee;
  margin: 0 0 1.5rem;
}

.cardList__items img {
  width: 100%;
  height: 293px;
}

.cardList__items .cardList__items__content {
  padding: 0.5rem 1rem;
}

.cardList__items .cardList__items--title {
  font-size: 1.125rem;
  font-weight: bold;
  margin: 0.5rem 0;
  color: #727679;
}

.cardList__items .likeSee__tag--item {
  margin: 0 0.2rem 0 0;
}

.cardList__items a {
  font-size: 16px !important;
}

.cardList__items p {
  margin-bottom: 1rem !important;
}

.article__contexts__note {
  width: 99.5%;
  margin: 1.8rem auto;
  font-size: 1.125rem;
  padding: 1rem;
  border: 1px solid #727679;
}

.article__contexts__note p {
  margin-bottom: 1rem !important;
}

.scMedia {
  width: 35%;
  margin: 0 auto;
}

@media screen and (max-width: 576px) {
  .scMedia {
    width: 100%;
    padding: 1rem 0;
  }
}

.scMedia .scMedia__list {
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 10px #cecece;
          box-shadow: 0 1px 10px #cecece;
  border-radius: 45px;
  padding: 1rem 2.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

@media screen and (max-width: 576px) {
  .scMedia .scMedia__list {
    border-radius: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
  }
}

.fixed-btn {
  position: fixed;
  right: 15px;
  bottom: 8rem;
}

@media (min-width: 480px) {
  .fixed-btn {
    bottom: 5rem;
  }
}

.fixed-btn .btn-gotop {
  padding: 1.2rem .8rem;
  background-color: rgba(255, 255, 255, 0.897);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 1px 1px 1px -3px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.sec-07_Ads {
  padding: 2rem 0;
  background-color: #F4F4F4;
}

.sec-07_Ads .slick-prev {
  left: 15px;
  z-index: 100;
}

.sec-07_Ads .slick-next {
  right: 15px;
}

.sec-07_Ads .sec07_slide_box {
  width: 85%;
  margin: 0 auto;
}

.sec-07_Ads .container {
  margin: 0 auto;
  padding: .8rem 1.2rem;
  max-width: 1050px;
  width: 60%;
}

@media (max-width: 1100px) {
  .sec-07_Ads .container {
    width: 90%;
    padding: 0 1rem;
  }
}

.sec-07_Ads__slider {
  height: 100%;
}

.sec-07_Ads__slider .slide-item {
  height: 23vh;
  cursor: pointer;
}

@media (max-width: 1100px) {
  .sec-07_Ads__slider .slide-item {
    height: 20vh;
  }
}
/*# sourceMappingURL=style.css.map */