@font-face {
  font-family: 'DidotLTStd-Headline';
  src: url(fonts/285937_0_0.eot);
  src: url(fonts/285937_0_0.eot?#iefix) format("embedded-opentype"), url(fonts/285937_0_0.woff) format("woff"), url(fonts/285937_0_0.ttf) format("truetype");
}

* {
  resize: none;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  font-family: 'DidotLTStd-Headline', "Times New Roman", "Microsoft JhengHei", "Heiti TC", "LiHei Pro", serif;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.8;
  letter-spacing: 1px;
}

p, div, a, h1, h2, h3, h4, h5, h6, label, select, option, span, input, ul, li, textarea {
  padding: 0;
  margin: 0;
}

ul {
  list-style: none;
}

.c:after {
  clear: both;
  content: "";
  display: block;
}

.stop-scrolling {
  height: 100%;
  overflow-y: hidden;
}

.grecaptcha-badge {
  display: none;
}

.popup-wrap {
  display: none;
  max-width: 90%;
  max-height: 80%;
  background-color: #2a2a2a;
  color: #ffffff;
  /* Custom transition - slide from top*/
}

.btn-close {
  position: absolute;
  right: 5%;
  top: 5%;
  width: 40px;
  height: 40px;
  opacity: 0.6;
  z-index: 5;
}

.btn-close:hover {
  opacity: 1;
}

.btn-close:before, .btn-close:after {
  position: absolute;
  left: 20px;
  content: ' ';
  height: 40px;
  width: 3px;
  background-color: #eeeeee;
}

.btn-close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.btn-menu {
  width: 7.8125%;
  height: 28.96552%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  transition-duration: 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
  -webkit-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}

.btn-menu.menu-bubble {
  background-color: #cba551;
  border-radius: 50%;
}

.btn-menu > span {
  display: block;
  width: 100%;
  height: 20%;
  background-color: #ffffff;
}

.btn-menu span + span {
  margin-top: 15%;
}

.btn {
  display: block;
}

.ol-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(48, 7, 9, 0.7);
  z-index: 20;
}

.ol-wrap .video-player {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  height: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 5;
  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;
}

.ol-wrap .video-player > div {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.ol-wrap .video-player > div > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0 none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background: url("../images/BG.jpg") top center no-repeat;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.container .sidelogo {
  position: absolute;
  top: 80px;
  left: 70px;
  background: url("../images/BazaarLOGO.png") top center no-repeat;
  width: 60px;
  height: 200px;
}

.container .logoContainer {
  max-width: 300px;
  width: 300px;
  margin: 70px auto 150px;
}

.container .logoContainer .logo {
  background: url("../images/RedListLOGO.png") top center no-repeat;
}

.container .logoContainer .logo:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.container .nav {
  max-width: 1200px;
  width: 100%;
  margin: 0px auto 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .nav a {
  text-decoration: none;
}

.container .nav a:visited {
  text-decoration: none;
}

.container .nav a:hover {
  text-decoration: none;
}

.container .nav a:active {
  text-decoration: none;
}

.container .nav .nav_btn {
  cursor: pointer;
  width: 50%;
  text-align: center;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #432626;
  color: #ffffff;
  font-size: 48px;
  line-height: 100px;
  font-style: italic;
}

.container .nav .nav_btn.left_btn {
  border-right: 0.5px solid #ffffff;
}

.container .nav .nav_btn.right_btn {
  border-left: 0.5px solid #ffffff;
}

.container.MacOS .nav .nav_btn {
  padding-top: 15px;
  line-height: 80px;
}

.container .desc {
  width: 81%;
  max-width: 1080px;
  margin: 0px auto;
  font-size: 32px;
}

.container .title {
  max-width: 1080px;
  margin: 0px auto;
  margin-top: 180px;
  font-style: italic;
  font-size: 48px;
}

.container .title span {
  font-size: 56px;
}

.container .menuWinnerList {
  width: 100%;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 90px auto 0px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .menuWinnerList .winner_btn {
  position: relative;
  width: 32.40741%;
  max-width: 350px;
}

.container .menuWinnerList .winner_btn:before {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.container .menuWinnerList .winner_btn:hover:before {
  opacity: 1;
}

.container .menuWinnerList .winner_btn.beauty {
  background: url("../images/btn_winners_beauty_OFF.png") center center no-repeat;
  background-size: contain;
}

.container .menuWinnerList .winner_btn.beauty:before {
  background: url("../images/btn_winners_beauty_ON.png") center center no-repeat;
  background-size: contain;
}

.container .menuWinnerList .winner_btn.beauty:after {
  display: block;
  content: '';
}

.container .menuWinnerList .winner_btn.deluxe {
  background: url("../images/btn_winners_deluxe_OFF.png") center center no-repeat;
  background-size: contain;
}

.container .menuWinnerList .winner_btn.deluxe:before {
  background: url("../images/btn_winners_deluxe_ON.png") center center no-repeat;
  background-size: contain;
}

.container .menuWinnerList .winner_btn.fashion {
  background: url("../images/btn_winners_fashion_OFF.png") center center no-repeat;
  background-size: contain;
}

.container .menuWinnerList .winner_btn.fashion:before {
  background: url("../images/btn_winners_fashion_ON.png") center center no-repeat;
  background-size: contain;
}

.container .menuWinnerList .winner_btn:after {
  content: '';
  display: block;
  padding-top: 100%;
}

.container .judgeList {
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
}

.container .judgeList.row1 {
  width: 100%;
  margin-top: 90px;
  max-width: 1200px;
}

.container .judgeList.row2 {
  width: 66.66667%;
  max-width: 800px;
  margin-top: -20px;
}

.container .judgeList.row3 {
  width: 100%;
  max-width: 1200px;
  margin-top: -20px;
}

.container .judgeList.row4 {
  width: 66.66667%;
  max-width: 800px;
  margin-top: -20px;
  padding-bottom: 130px;
}

.container .judgeList .judge_btn {
  position: relative;
  max-width: 400px;
  width: 100%;
  display: -ms-grid;
  display: grid;
}

.container .judgeList .judge_btn img {
  width: 100%;
}

.container .judgeList .judge_btn:after {
  content: '';
  display: none;
  padding-top: 100%;
}

.container .judgeList .judge_btn:before {
  position: absolute;
  top: -23.75%;
  left: -23.75%;
  width: 147.5%;
  height: 147.5%;
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.container .judgeList .judge_btn:hover:before {
  opacity: 1;
}

.container .judgeList .judge_btn.judge1:before {
  background: url("../images/btn_judges1_ON.png") center center no-repeat;
  background-size: contain;
}

.container .judgeList .judge_btn.judge2:before {
  background: url("../images/btn_judges2_ON.png") center center no-repeat;
  background-size: contain;
}

.container .judgeList .judge_btn.judge3:before {
  background: url("../images/btn_judges3_ON.png") center center no-repeat;
  background-size: contain;
}

.container .judgeList .judge_btn.judge4:before {
  background: url("../images/btn_judges4_ON.png") center center no-repeat;
  background-size: contain;
}

.container .judgeList .judge_btn.judge5:before {
  background: url("../images/btn_judges5_ON.png") center center no-repeat;
  background-size: contain;
}

.container .judgeList .judge_btn.judge6:before {
  background: url("../images/btn_judges6_ON.png") center center no-repeat;
  background-size: contain;
}

.container .judgeList .judge_btn.judge7:before {
  background: url("../images/btn_judges7_ON.png") center center no-repeat;
  background-size: contain;
}

.container .judgeList .judge_btn.judge8:before {
  background: url("../images/btn_judges8_ON.png") center center no-repeat;
  background-size: contain;
}

.container .judgeList .judge_btn.judge9:before {
  background: url("../images/btn_judges9_ON.png") center center no-repeat;
  background-size: contain;
}

.container .judgeList .judge_btn.judge10:before {
  background: url("../images/btn_judges10_ON.png") center center no-repeat;
  background-size: contain;
}

.container .sideLogo {
  position: relative;
}

.container .sideLogo .asidelogo {
  position: absolute;
  top: 0px;
  right: 40px;
  background: url("../images/RedList2019.png") center center no-repeat;
  height: 500px;
  width: 250px;
}

.container .main-wrap {
  max-width: 1200px;
  margin: 0px auto;
}

.container .main-wrap .detail {
  position: relative;
  width: 100%;
}

.container .main-wrap .detail .img-wrap {
  position: absolute;
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}

.container .main-wrap .detail .img-wrap img {
  width: 100%;
}

.container .main-wrap .detail .img-wrap .desktopImg {
  display: block;
}

.container .main-wrap .detail .img-wrap .mobileImg {
  display: none;
}

.container .main-wrap .detail .emptyBlock {
  width: 62.03704%;
  max-width: 670px;
}

.container .main-wrap .detail .emptyBlock:after {
  display: block;
  content: '';
  padding-top: 100%;
}

.container .main-wrap .detail .info {
  position: relative;
  max-width: 530px;
  width: 44.16667%;
  left: 50.92593%;
  top: 0px;
  text-align: left;
  background: rgba(48, 7, 9, 0.7);
  padding: 20px 3% 45px;
}

.container .main-wrap .detail .info .name {
  font-size: 64px;
  text-transform: uppercase;
  line-height: 1.2;
}

.container .main-wrap .detail .info .name span {
  font-size: 84px;
}

.container .main-wrap .detail .info .description {
  font-size: 25px;
}

.container .main-wrap .detail .info .interview {
  padding-top: 30px;
  margin: 0px auto;
  width: 100%;
  max-width: 380px;
}

.container .main-wrap .detail .info .interview .desktopImg {
  display: block;
}

.container .main-wrap .detail .info .interview .mobileImg {
  display: none;
}

.container .main-wrap .choice a {
  color: #fff;
  text-decoration: none;
}

.container .main-wrap .choice a:visited {
  text-decoration: none;
}

.container .main-wrap .choice a:link {
  text-decoration: none;
}

.container .main-wrap .choice .choice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0px auto;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.container .main-wrap .choice .choice-wrap .btn-choice {
  position: relative;
  width: 32%;
  margin-left: 0.5%;
  margin-right: 0.5%;
}

.container .main-wrap .choice .choice-wrap .btn-choice .choice-name .brand {
  text-align: center;
  font-size: 40px;
  line-height: 1.2;
  font-style: italic;
  padding-bottom: 10px;
}

.container .main-wrap .choice .choice-wrap .btn-choice .choice-name .brand:after {
  display: block;
  content: '';
  width: 150px;
  height: 2px;
  margin: 0px auto;
  background: #ffffff;
}

.container .main-wrap .choice .choice-wrap .btn-choice .choice-name .product {
  text-align: center;
  font-size: 24px;
  font-style: italic;
  line-height: 1.2;
  padding-bottom: 50px;
}

.container .main-wrap .choice .choice-wrap .btn-choice .imageHover {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.container .main-wrap .choice .choice-wrap .btn-choice img {
  width: 100%;
}

.container .main-wrap .choice .choice-wrap .btn-choice:hover .imageHover {
  opacity: 1;
}

.container .winnerList {
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1082px;
}

.container .winnerList.row1 {
  width: 100%;
  margin-top: 90px;
  max-width: 1082px;
}

.container .winnerList.row2 {
  width: 66.17375%;
  max-width: 716px;
}

.container .winnerList.row3 {
  width: 100%;
  max-width: 1082px;
}

.container .winnerList.row4 {
  width: 66.17375%;
  max-width: 716px;
  padding-bottom: 130px;
}

.container .winnerList .winner_btn {
  position: relative;
  max-width: 350px;
  width: 100%;
  display: -ms-grid;
  display: grid;
}

.container .winnerList .winner_btn img {
  width: 100%;
}

.container .winnerList .winner_btn .hoverImg {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.container .winnerList .winner_btn:hover .hoverImg {
  opacity: 1;
}

.container .winnerList .winner_btn:after {
  content: '';
  display: none;
  padding-top: 100%;
}

.container .winnerList .winner_btn:before {
  position: absolute;
  top: -23.75%;
  left: -23.75%;
  width: 147.5%;
  height: 147.5%;
  content: '';
  display: block;
  opacity: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  pointer-events: none;
}

.container .winnerList .winner_btn:hover:before {
  opacity: 1;
}

.container .winner-wrap {
  max-width: 1200px;
  margin: 0px auto;
}

.container .winner-wrap .detail {
  position: relative;
  width: 100%;
}

.container .winner-wrap .detail .img-wrap {
  position: absolute;
  left: 11.125%;
  width: 76.66667%;
  max-width: 920px;
  margin: 0px auto;
}

.container .winner-wrap .detail .img-wrap img {
  width: 100%;
}

.container .winner-wrap .detail .emptyBlock {
  width: 62.03704%;
  max-width: 670px;
}

.container .winner-wrap .detail .emptyBlock:after {
  display: block;
  content: '';
  padding-top: 120%;
}

.container .winner-wrap .detail .info {
  position: relative;
  max-width: 650px;
  width: 54.16667%;
  left: 42.75%;
  bottom: 0px;
  text-align: left;
  background: rgba(48, 7, 9, 0.7);
}

.container .winner-wrap .detail .info .name {
  padding: 20px 5% 5px;
  font-size: 50px;
  line-height: 1.2;
  font-style: italic;
}

.container .winner-wrap .detail .info .brand {
  position: relative;
  font-size: 32px;
  text-transform: uppercase;
  line-height: 1.2;
  font-style: italic;
  padding: 0px 5% 15px;
}

.container .winner-wrap .detail .info .brand:after {
  position: absolute;
  left: 5%;
  bottom: 0px;
  width: 190px;
  height: 2px;
  background: #fff;
  content: '';
  display: block;
}

.container .winner-wrap .detail .info .description {
  padding: 20px 5% 15px;
  font-size: 25px;
}

.container .winner-wrap .detail .info .interview {
  padding-top: 30px;
  margin: 0px auto;
  width: 100%;
  max-width: 380px;
}

.container .winner-wrap .detail .info .interview .desktopImg {
  display: block;
}

.container .winner-wrap .detail .info .interview .mobileImg {
  display: none;
}

.container .winner-wrap .choice a {
  color: #fff;
  text-decoration: none;
}

.container .winner-wrap .choice a:visited {
  text-decoration: none;
}

.container .winner-wrap .choice a:link {
  text-decoration: none;
}

.container .winner-wrap .choice .choice-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  margin: 0px auto;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .winner-wrap .choice .choice-wrap .btn-choice {
  position: relative;
  width: 32%;
}

.container .winner-wrap .choice .choice-wrap .btn-choice .choice-name .brand {
  text-align: center;
  font-size: 50px;
  font-style: italic;
  padding-bottom: 10px;
}

.container .winner-wrap .choice .choice-wrap .btn-choice .choice-name .brand:after {
  display: block;
  content: '';
  width: 150px;
  height: 2px;
  margin: 0px auto;
  background: #ffffff;
}

.container .winner-wrap .choice .choice-wrap .btn-choice .choice-name .product {
  text-align: center;
  font-size: 28px;
  font-style: italic;
}

.container .winner-wrap .choice .choice-wrap .btn-choice img {
  width: 100%;
}

.container .winner-wrap .related .related-wrap .relatedImg {
  width: 100%;
  max-width: 770px;
  margin: 0px auto;
  position: relative;
}

.container .winner-wrap .related .related-wrap .relatedImg .article {
  width: 100%;
}

.container .winner-wrap .related .related-wrap .relatedImg .article_hover {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
}

.container .winner-wrap .related .related-wrap .relatedImg:hover .article_hover {
  opacity: 1;
}

footer {
  padding-top: 290px;
  position: relative;
  z-index: 10;
}

footer .wrapper .logo {
  max-width: 180px;
  width: 180px;
  margin: 0px auto 10px;
  background: url("../images/RedListLOGO_white.png") top center no-repeat;
}

footer .wrapper .logo:after {
  content: '';
  display: block;
  padding-top: 100%;
}

footer .social-wrap {
  max-width: 320px;
  width: 320px;
  margin: 0px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer .btn-social-fb {
  display: inline-block;
  background: url("../images/btn_bottom_facebook.png") 0 0 no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  margin-left: 10px;
}

footer .btn-social-ig {
  display: inline-block;
  background: url("../images/btn_bottom_instagram.png") 0 0 no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
}

footer .btn-social-yt {
  display: inline-block;
  background: url("../images/btn_bottom_youtube.png") 0 0 no-repeat;
  background-size: 100%;
  width: 100px;
  height: 100px;
  margin-left: 10px;
}

footer .copyText {
  padding-top: 34px;
  padding-bottom: 180px;
  text-align: center;
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .container .main-wrap .detail .info .name {
    font-size: 5.8vw;
  }
  .container .main-wrap .detail .info .name span {
    font-size: 7.8vw;
  }
  .container .main-wrap .detail .info .description {
    font-size: 2.25vw;
  }
}

@media screen and (max-width: 800px) {
  body {
    background: url("../images/mobile/BG.jpg") top center no-repeat;
  }
  .container {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
  }
  .container .sidelogo {
    position: absolute;
    top: 60px;
    left: 52px;
    background: url("../images/mobile/Bazaar_LOGO.png") top center no-repeat;
    width: 28px;
    height: 111px;
  }
  .container .title {
    text-align: center;
  }
  .container .winnerList {
    width: 85%;
    max-width: 680px;
  }
  .container .winnerList.row1 {
    width: 78%;
    max-width: 624px;
  }
  .container .winnerList.row2 {
    width: 52%;
    max-width: 416px;
  }
  .container .winnerList.row3 {
    width: 78%;
    max-width: 624px;
  }
  .container .winnerList.row4 {
    width: 52%;
    max-width: 416px;
  }
  .container .winnerList .winner_btn {
    width: 100%;
    max-width: 208px;
  }
  .container .winnerList .winner_btn:before {
    opacity: 1;
  }
  .container .menuWinnerList {
    width: 85%;
    max-width: 680px;
  }
  .container .menuWinnerList .winner_btn {
    width: 30.58824%;
    max-width: 208px;
  }
  .container .menuWinnerList .winner_btn:before {
    opacity: 1;
  }
  .container .judgeList {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .container .judgeList.row1 {
    margin-top: 70px;
    max-width: 680px;
  }
  .container .judgeList.row2 {
    max-width: 452px;
    margin-top: -10px;
  }
  .container .judgeList.row3 {
    max-width: 680px;
    margin-top: -10px;
  }
  .container .judgeList.row4 {
    max-width: 452px;
    margin-top: -10px;
    padding-bottom: 100px;
  }
  .container .judgeList .judge_btn {
    position: relative;
    max-width: 220px;
    width: 100%;
  }
  .container .judgeList .judge_btn:before {
    display: none;
  }
  .container .judgeList .judge_btn:hover:before {
    opacity: 0;
  }
  .container .sideLogo .asidelogo {
    right: 50px;
    background: url("../images/mobile/RedList2019.png") center center no-repeat;
    height: 212px;
    width: 109px;
  }
  .container .main-wrap {
    max-width: 800px;
  }
  .container .main-wrap .detail .img-wrap {
    width: 75%;
    max-width: 600px;
    margin: 0px 12.5%;
  }
  .container .main-wrap .detail .img-wrap .desktopImg {
    display: none;
  }
  .container .main-wrap .detail .img-wrap .mobileImg {
    display: block;
  }
  .container .main-wrap .detail .info {
    margin: 0px auto;
    position: relative;
    max-width: 800px;
    width: 100%;
    left: auto;
    bottom: 0px;
    text-align: center;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  .container .main-wrap .detail .info .name {
    max-width: 650px;
    width: 81.25%;
    font-size: 40px;
    text-transform: uppercase;
    font-style: italic;
    margin: 0px auto;
  }
  .container .main-wrap .detail .info .name span {
    font-size: 55px;
  }
  .container .main-wrap .detail .info .description {
    max-width: 650px;
    width: 81.25%;
    font-size: 30px;
    margin: 0px auto;
  }
  .container .main-wrap .detail .info .interview {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .container .main-wrap .detail .info .interview .desktopImg {
    display: none;
  }
  .container .main-wrap .detail .info .interview .mobileImg {
    display: block;
  }
  .container .main-wrap .choice a {
    color: #fff;
    text-decoration: none;
  }
  .container .main-wrap .choice a:visited {
    text-decoration: none;
  }
  .container .main-wrap .choice a:link {
    text-decoration: none;
  }
  .container .main-wrap .choice .choice-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 800px;
    margin: 0px auto;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .container .main-wrap .choice .choice-wrap .btn-choice {
    position: relative;
    width: 32%;
    margin: 0px 0.5%;
    max-width: 208px;
  }
  .container .main-wrap .choice .choice-wrap .btn-choice .choice-name .brand {
    text-align: center;
    font-size: 30px;
    font-style: italic;
    padding-bottom: 10px;
  }
  .container .main-wrap .choice .choice-wrap .btn-choice .choice-name .brand:after {
    display: block;
    content: '';
    width: 150px;
    height: 2px;
    margin: 0px auto;
    background: #ffffff;
  }
  .container .main-wrap .choice .choice-wrap .btn-choice .choice-name .product {
    text-align: center;
    font-size: 22px;
    font-style: italic;
  }
  .container .main-wrap .choice .choice-wrap .btn-choice img {
    width: 100%;
    max-width: 208px;
  }
  .container .main-wrap .choice .choice-wrap .btn-choice .imageHover {
    opacity: 1;
  }
  .container .winner-wrap {
    max-width: 800px;
    margin: 0px auto;
  }
  .container .winner-wrap .detail .emptyBlock:after {
    padding-top: 100%;
  }
  .container .winner-wrap .detail .info {
    position: relative;
    max-width: 800px;
    width: 100%;
    left: 0%;
    bottom: 0px;
    text-align: left;
    background: rgba(0, 0, 0, 0);
  }
  .container .winner-wrap .detail .info .name {
    font-size: 64px;
  }
  .container .winner-wrap .detail .info .brand {
    font-size: 64px;
    text-transform: uppercase;
  }
  .container .winner-wrap .detail .info .brand span {
    font-size: 84px;
  }
  .container .winner-wrap .detail .info .description {
    font-size: 25px;
  }
  .container .winner-wrap .detail .info .interview {
    padding-top: 30px;
    margin: 0px auto;
    width: 100%;
    max-width: 380px;
  }
  .container .winner-wrap .detail .info .interview .desktopImg {
    display: block;
  }
  .container .winner-wrap .detail .info .interview .mobileImg {
    display: none;
  }
  .container .winner-wrap .related .related-wrap .relatedImg .article_hover {
    opacity: 1;
  }
  footer {
    padding-top: 100px;
  }
  footer .social-wrap {
    max-width: 320px;
    width: 320px;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .btn-social-fb {
    width: 70px;
    height: 70px;
    margin-left: 55px;
  }
  footer .btn-social-ig {
    width: 70px;
    height: 70px;
  }
  footer .btn-social-yt {
    width: 70px;
    height: 70px;
    margin-left: 55px;
  }
}
/*# sourceMappingURL=style.css.map */