@charset "UTF-8";
/* CSS Document */
@import url("https://asset.msi.com/event/nb/2018/Prestige_Limited_Edition/css/Fonts_CenturyGothic.css");
@font-face {
  font-family: 'CenturyGothic';
  src: local("Meiryo UI"), local("ヒラギノ角ゴ Pro W3"), local("Helvetica"), local("Arial");
  unicode-range: U+3000-9FFF, U+ff??;
}

@font-face {
  font-family: 'CenturyGothic';
  src: local("微軟正黑體"), local("Microsoft JhengHei");
  unicode-range: U+4E00-9FFF;
}

/*----landing page-----*/
#case-study {
  font-family: "CenturyGothic", "cwTeXHei", "Microsoft JhengHei";
  font-size: var(--text-md);
  color: #333;
  line-height: 1.2;
  background: #fff;
}

#case-study img {
  max-width: 100%;
}

#case-study img.full {
  width: 100%;
}

#case-study .imgxs {
  display: none;
}

@media screen and (max-width: 960px) {
  #case-study .imgxs {
    display: block;
  }
}

@media screen and (max-width: 960px) {
  #case-study .imglg {
    display: none;
  }
}

#case-study .videoWrapper {
  margin: 0 auto;
  max-width: 1000px;
}

#case-study .videoWrapper--ig {
  max-width: 540px;
}

#case-study #backtop {
  position: fixed;
  right: 0;
  z-index: 10;
  bottom: 40px;
  cursor: pointer;
  padding: 10px;
  font-size: var(--link--xl);
  color: #999;
  display: none;
}

#case-study #backtop:hover {
  background: #999;
  color: #fff;
}

@media screen and (max-width: 960px) {
  #case-study #backtop {
    background: rgba(255, 255, 255, 0.6);
  }
}

#case-study .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1280px;
  padding: 0;
}

@media screen and (max-width: 1366px) {
  #case-study .container {
    width: 90%;
  }
}

#case-study .container-md {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  padding: 0;
}

@media screen and (max-width: 1366px) {
  #case-study .container-md {
    width: 80%;
  }
}

#case-study .sp {
  padding: 1.8% 0;
}

@media screen and (max-width: 1920px) {
  #case-study .sp {
    padding: 3% 0;
  }
}

#case-study .sptop {
  padding-top: 4%;
}

@media screen and (max-width: 1920px) {
  #case-study .sptop {
    padding-top: 6%;
  }
}

#case-study h2.title {
  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;
  text-align: center;
  font-weight: bold;
  font-size: var(--title-lg);
  margin-bottom: 10px;
  color: #333;
}

#case-study h2.title:before {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #ccc;
  margin-right: 20px;
}

#case-study h2.title:after {
  content: "";
  display: block;
  width: 55px;
  height: 1px;
  background: #ccc;
  margin-left: 20px;
}

@media screen and (max-width: 960px) {
  #case-study h2.title:before {
    width: 35px;
    margin-right: 10px;
  }
  #case-study h2.title:after {
    width: 35px;
    margin-left: 10px;
  }
}

#case-study #profile {
  background: url(https://storage-asset.msi.com/event/2019/Case-Study/images/profile-bg.jpg) top center no-repeat ;
  background-size: cover;
}

#case-study #profile .container {
  position: relative;
  min-height: 50vh;
}

#case-study #profile .peo {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 40%;
}

#case-study #profile .peo img {
  vertical-align: bottom;
  max-width: 100%;
}

#case-study #profile .txtbox {
  width: 50%;
  padding: 8% 0 3%;
}

#case-study #profile h1 {
  font-weight: bold;
  font-size: var(--title-lg);
  color: #000;
  padding-bottom: 15px;
}

#case-study #profile .job-title {
  color: #939393;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: var(--title-xs);
}

#case-study #profile .job-title:before {
  content: "[";
  display: inline-block;
  padding-right: 8px;
}

#case-study #profile .job-title:after {
  content: "]";
  display: inline-block;
  margin-left: 8px;
}

#case-study #profile p {
  line-height: 1.6;
  padding: 15px 0;
  min-height: 200px;
}

#case-study #profile .subtitle {
  padding: 0px 0 10px;
}

#case-study #profile .subtitle:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2019/Case-Study/images/arrow-point-to-right.svg) center center no-repeat ;
  background-size: cover;
  opacity: .6;
  margin-left: 5px;
}

#case-study #profile .model {
  font-weight: bold;
  color: #000;
  padding-bottom: 45px;
}

#case-study #profile .model a {
  color: #000;
}

#case-study #profile .model a:hover {
  text-decoration: underline;
  color: #666;
}

#case-study #profile .model a:before {
  content: "/";
  display: inline-block;
  padding: 0 20px 0 15px;
  color: #999;
  font-size: var(--line-xs);
}

#case-study #profile .model a:first-child:before {
  display: none;
}

#case-study #profile .icon a {
  background: #666;
  color: #fff;
  display: inline-block;
  width: 52px;
  height: 52px;
  border-radius: 52px;
  text-align: center;
  line-height: 52px;
  font-size: var(--text-xl);
  margin-right: 15px;
}

#case-study #profile .icon a:hover {
  background: #ccc;
  color: #222;
}

@media screen and (max-width: 960px) {
  #case-study #profile {
    text-align: center;
  }
  #case-study #profile .peo {
    position: relative;
    width: 60%;
    margin: 0 auto;
    padding-top: 5vh;
  }
  #case-study #profile .txtbox {
    width: 100%;
  }
  #case-study #profile .job-title {
    padding-bottom: 10px;
  }
  #case-study #profile p {
    min-height: auto;
    padding-bottom: 35px;
  }
  #case-study #profile .icon a {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    line-height: 40px;
    margin-right: 10px;
  }
}

#case-study #summary {
  background: #ccc;
  padding: 2% 0;
  text-align: center;
}

#case-study #summary h2 {
  color: #000;
  font-size: var(--title-md);
  font-weight: bold;
  line-height: 1.6;
}

#case-study #summary h2:before, #case-study #summary h2:after {
  content: '"';
  display: inline-block;
}

@media screen and (max-width: 1536px) {
  #case-study #summary {
    padding: 4% 0;
  }
}

@media screen and (max-width: 960px) {
  #case-study #summary {
    padding: 5vh 0;
  }
}

#case-study #work-gallery a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 10px;
  margin-top: 7px;
  margin-bottom: 7px;
  width: calc(100% / 3 - 10px);
}

#case-study #work-gallery a:nth-child(3n) {
  margin-right: 0;
}

#case-study #work-gallery a img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #case-study #work-gallery a {
    display: block;
    width: 100%;
  }
}

#case-study #work-gallery a:hover img {
  opacity: 0.9;
}

#case-study .txt-content {
  text-align: left;
}

#case-study .txt-content h3 {
  font-size: var(--title-md);
  font-weight: bold;
  color: #333;
  padding-bottom: 25px;
}

#case-study .txt-content p {
  line-height: 1.6;
  padding-bottom: 25px;
}

#case-study .txt-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#case-study .txt-img .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  text-align: right;
}

#case-study .txt-img .img img {
  width: 90%;
}

#case-study .txt-img .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#case-study .txt-img h3 {
  padding-top: 10px;
}

@media screen and (max-width: 960px) {
  #case-study .txt-img {
    display: block;
  }
  #case-study .txt-img .img {
    padding-bottom: 25px;
  }
  #case-study .txt-img .img img {
    width: 100%;
  }
}

#case-study .img-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#case-study .img-txt .img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#case-study .img-txt .img img {
  width: 90%;
}

#case-study .img-txt .txt {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

#case-study .img-txt h3 {
  padding-top: 10px;
}

@media screen and (max-width: 960px) {
  #case-study .img-txt {
    display: block;
  }
  #case-study .img-txt .img {
    padding-bottom: 25px;
  }
  #case-study .img-txt .img img {
    width: 100%;
  }
}

#case-study .vd {
  position: relative;
}

#case-study .vd .play {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  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;
  text-align: center;
  font-size: 70px;
  color: rgba(255, 255, 255, 0.68);
}

#case-study .vd:hover img {
  opacity: 0.9;
}

#case-study .vd-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

#case-study .vd-container iframe, #case-study .vd-container object, #case-study .vd-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#case-study .back {
  text-align: right;
  padding: 3% 0 30px;
}

#case-study .back a {
  color: #333;
}

#case-study .back a span {
  padding-right: 8px;
  vertical-align: middle;
  font-size: 80%;
}

#case-study .back a:hover {
  color: #000;
}

@media screen and (max-width: 1920px) {
  #case-study .back {
    padding-top: 5%;
  }
}

@media screen and (max-width: 960px) {
  #case-study .back {
    padding-top: 5vh;
  }
}

#case-study #related-story {
  background: #eee;
  padding: 3% 0;
}

#case-study .caselist {
  padding-top: 20px;
}

#case-study .caselist .item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% / 3 - 24px);
  margin: 35px 10px;
}

#case-study .caselist img {
  vertical-align: bottom;
  width: 100%;
}

#case-study .caselist .imgbox {
  position: relative;
}

#case-study .caselist .imgbox .tag {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  background: #ccc;
  padding: 10px;
  min-width: 35%;
  text-align: center;
  cursor: pointer;
  border: none;
  font-size: var(--note-md);
}

#case-study .caselist .imgbox .tag:hover {
  background: #999;
  color: #fff;
}

#case-study .caselist .imgbox .tag a {
  color: #333;
}

#case-study .caselist .imgbox .tag a:hover {
  color: #fff;
}

#case-study .caselist .name {
  font-size: var(--title-sm);
  color: #333;
  font-weight: bold;
  padding: 25px 0 10px;
}

#case-study .caselist .job-title {
  color: #939393;
  padding-bottom: 20px;
  font-size: var(--title-xs);
}

#case-study .caselist .job-title:before {
  content: "[";
  display: inline-block;
  padding-right: 8px;
}

#case-study .caselist .job-title:after {
  content: "]";
  display: inline-block;
  margin-left: 8px;
}

#case-study .caselist p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  line-height: 28px;
  height: 112px;
  font-size: var(--text-sm);
}

#case-study .caselist .more {
  padding-top: 15px;
}

#case-study .caselist .more a {
  display: inline-block;
  font-size: var(--link-xs);
  color: #333;
  position: relative;
  padding-bottom: 5px;
  border-bottom: var(--color-gray-300) 1px solid;
}

#case-study .caselist .more a:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(https://storage-asset.msi.com/event/2019/Case-Study/images/arrow-point-to-right.svg) center center no-repeat ;
  background-size: cover;
  opacity: .6;
  margin-left: 10px;
}

#case-study .caselist .more a span {
  display: none;
}

#case-study .caselist .more a:hover {
  border: none;
}

@media screen and (max-width: 768px) {
  #case-study .caselist .item {
    width: calc(100% / 2 - 24px);
  }
}

@media screen and (max-width: 640px) {
  #case-study .caselist .item {
    width: 100%;
    margin: 0 auto 35px;
  }
}

/*socialMediaBar*/
.icon-bar {
  position: fixed;
  top: 45%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 666;
}

@media screen and (max-width: 960px) {
  .icon-bar {
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 25px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  color: white;
  font-size: 20px;
  background-color: #494848;
}

.icon-bar a:hover, .icon-bar a:focus {
  background-color: #353535;
  background-size: 40px 40px;
}

.icon-c {
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: 50% center;
  color: white;
}

.icon-c.facebook {
  background-image: url("https://storage-asset.msi.com/global/picture/image/blogs-2019/blog-fb.svg");
}

.icon-c.twitter {
  background-image: url("https://storage-asset.msi.com/global/picture/image/blogs-2019/blog-twitter.svg");
}

.icon-c.email {
  background-image: url("https://storage-asset.msi.com/global/picture/image/blogs-2019/blog-email.svg");
}

.icon-c.copy {
  background-image: url("https://storage-asset.msi.com/global/picture/image/blogs-2019/blog-copy.svg");
}

.msi-pagination .pagination-next:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-right-bk.svg);
}

.msi-pagination .pagination-previous:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: text-top;
  background-image: url(https://storage-asset.msi.com/event/msi_main_style/global_search/images/icon_angle-left-bk.svg);
}
/*# sourceMappingURL=case-study-detail.css.map */