/* Minification failed. Returning unminified contents.
(50,1): run-time error CSS1019: Unexpected token, found '@import'
(50,9): run-time error CSS1019: Unexpected token, found 'url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap")'
 */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700&display=swap");
*, *::after, *::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  background-color: #FFFCF0;
  font-family: 'Noto Sans TC', sans-serif;
  line-height: 1.38;
  z-index: 1;
  position: relative;
  min-height: 100%;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: top;
}

@media screen and (max-width: 1280px) {
  body, html {
    font-size: 0.875rem;
  }
}

.container {
  max-width: 1088px;
  margin: 0 auto;
  width: 90%;
}

.clear {
  clear: both;
}

.text_center {
  text-align: center;
}

.d_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.title {
  width: 38.9%;
  border-radius: 0 50px 50px 0;
  text-align: right;
  padding: 15px 4.5% 15px 0;
  margin-bottom: 60px;
  z-index: 2;
}

@media screen and (max-width: 1280px) {
  .title img {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .title {
    margin-bottom: 25px;
    padding: 10px 4.5% 10px 10px;
  }
  .title img {
    width: 80%;
  }
}


.fixed_btns {
    position: fixed;
    bottom: 10vw;
    right: 10vw;
    z-index:7;
}

.go_top {
    position: fixed;
    width: 70px;
    height: 70px;
    background-color: #6C8BBE;
    display: none;
    cursor: pointer;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    font-size: 1.25rem;
  
}

    .go_top p{
        width:100%;
        height:100%;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .go_top:hover {
        background-color: #59A6A6;
    }

.active1_icon {
    width: 70px;
    height: 70px;
    font-size: 1.25rem;
    color: #fff;
    background-color: #4233B6;
    border-radius: 50%;
    border: 1px solid #fff;
    text-decoration: none;
    display: inline-block;
    line-height: 1.1;
    margin-bottom: 15px;
}

    .active1_icon p{
        width:100%;
        height:100%;
        display:flex;
        align-items:center;
        justify-content:center;
    }

    .active1_icon:hover {
        background-color: #59A6A6;
    }

    @media screen and (max-width: 992px) {
        .fixed_btns {
            right: 5vw;
            bottom: 20vw;
        }
        .active1_icon{
            margin-bottom:5px;
        }
}

@media screen and (max-width: 767px) {
    .go_top, .active1_icon {
        width: 50px;
        height: 50px;
        font-size:1rem;
    }
}

.menu {
  padding: 30px 0 0;
  position: fixed;
  top: 0%;
  width: 100%;
  z-index: 3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu ul {
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu a {
  display: inline-block;
  width: 160px;
  height: 71.5px;
  margin-right: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.menu a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.menu .btn_a {
  background-image: url(/images/btns/btn-01a@2x.png);
}

.menu .btn_a:hover {
  background-image: url(/images/btns/btn-01@2x.png);
}

.menu .btn_b {
  background-image: url(/images/btns/btn-02a@2x.png);
}

.menu .btn_b:hover {
  background-image: url(/images/btns/btn-02@2x.png);
}

.menu .btn_c {
  margin-right: 0;
  background-image: url(/images/btns/btn-03a@2x.png);
}

.menu .btn_c:hover {
  background-image: url(/images/btns/btn-03@2x.png);
}
    .menu .btn_d {
        background-image: url(/images/cityexpo_taipei/logo.svg);
        background-position: center center;
    }
.menu.menu_change {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 10px 0;
}

@media screen and (max-width: 1280px) {
  .menu a {
    width: 130px;
    height: 58px;
  }
}

@media screen and (max-width: 767px) {
  .menu a {
    width: 100px;
    height: 44.6875px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 576px) {
  .menu {
    padding: 20px 0 0;
  }
}

@media screen and (max-width: 321px) {
  .menu a {
    width: 90px;
    height: 40.25px;
  }
}

.banner_wrap {
  padding-top: 6.5%;
  position: relative;
  max-width: 1920px;
  margin: 0 auto 30px;
}

.bg_1 {
  width: 100%;
  position: absolute;
  top: -4vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 1;
}

.banner_area {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  max-width: 1050px;
  margin: 0 auto;
}

.logos {
  width: 21.43%;
  position: relative;
}

.logos a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.logos a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.logos .tourism_logo {
  margin-bottom: 7px;
}

.logos .taipei_logo {
  margin-bottom: 10px;
}

.logos .ad_hint {
  background-color: #afafaf;
  display: inline-block;
  padding: 5px;
  border-radius: 20px;
  color: #fff;
  font-size: 0.875rem;
}

.logos .vote_time {
  margin-bottom: 26px;
  color: #7462b2;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.36;
}

.taipei_logos {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 10px;
}

.taipei_logos a {
  display: inline-block;
}

.logo_SNS a {
  display: inline-block;
  width: 40px;
}

.logo_SNS a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.8;
}

.logo_SNS .FB_logo {
  margin-right: 30px;
}

.logo_SNS .LINE_logo {
  margin-right: 0;
}

.banner_info {
  width: 76.476%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner_info h1 {
  margin-bottom: 20px;
}

.banner_p {
  max-width: 900px;
  margin: 0 auto;
  color: #824904;
  line-height: 1.5;
  position: relative;
  z-index: 2;
}

.banner_p h2 {
  font-size: 2.25rem;
  font-weight: 500;
  text-align: center;
  margin: 0 auto 10px;
}

.banner_p p {
  font-size: 1.25rem;
  margin: 0 auto;
}

.banner_p p span {
  font-size: 1.625rem;
  color: #c13a05;
  font-weight: bold;
}

@media screen and (max-width: 1280px) {
  .banner_area {
    width: 90%;
  }
  .banner_wrap {
    padding-top: 110px;
  }
  .bg_1 {
    top: 25%;
  }
}

@media screen and (max-width: 992px) {
  .banner_p h2, .banner_p p {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .banner_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .logos {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .banner_info {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .banner_p h2 {
    font-size: 2rem;
  }
  .banner_wrap {
    padding-top: 80px;
  }
  .logos .vote_time {
    font-size: 1rem;
    width: 50%;
    line-height: 1.5;
  }
  .taipei_logos {
    width: 40%;
  }
  .logo_SNS {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .logo_SNS a {
    width: 35px;
  }
  .logo_SNS .FB_logo {
    margin-right: 10px;
  }
}

.go_vote_area {
  position: relative;
  margin-bottom: 5%;
  z-index: 1;
}

.vote_wrap {
  position: relative;
  z-index: 2;
}

.vote_wrap .container {
  position: relative;
}

.bg_2 {
  position: absolute;
  top: 25vw;
  left: 0;
  z-index: -1;
}

.go_vote_area_title {
  background-color: #77966e;
}

.vote_container {
  max-width: 1088px;
  margin: 0 auto;
  position: relative;
  width: 90%;
}

.vote_p {
    font-size: 1.625rem;
    color: #77966e;
    max-width: 1088px;
    margin: 0 auto 60px;
    width: 90%;
}

    .vote_p span {
        color: #BB3972;
        font-size: 2rem;
    }

    .vote_p:first-of-type {
        margin-bottom: 0;
    }
 

.vote_step {
        max-width: 1088px;
        margin: 0 auto 60px;
        width: 90%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

.vote_step_d_img {
  width: 23%;
  text-align: center;
}

.vote_step_img {
  width: 73.53%;
  text-align: center;
}

.see_result_btn {
  display: inline-block;
  width: 600px;
  height: 135px;
  background-image: url(/images/btns/result_btn_a.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.see_result_btn:hover {
  background-image: url(/images/btns/result_btn_a1.png);
}

.vote_list_tabs {
  height: 100px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
  z-index: 3;
  position: -webkit-sticky;
  position: sticky;
  top: 95px;
}

.vote_list_tabs li {
  width: calc(33.333% - 1px);
  margin-right: 1px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.vote_list_tabs li:nth-child(3n) {
  margin-right: 0;
}

.vote_list_tabs .v_tab {
  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;
  color: #fff;
  height: 70%;
  width: 100%;
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 1.625rem;
}

.vote_list_tabs .v_tab span {
  display: inline-block;
  font-size: 1.6rem;
}

.vote_list_tabs .v_tab span:first-of-type {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-image: url(/images/btns/btn-a2@2x.png);
  background-size: contain;
}

.vote_list_tabs .v_tab1 {
  background-color: #6c8bbe;
}

.vote_list_tabs .v_tab2 {
  background-color: #59a6a6;
}

.vote_list_tabs .v_tab3 {
  background-color: #b9c84a;
}

.vote_list_tabs .vote_list_tab_active {
  height: 100%;
}

.vote_list_tabs .vote_list_tab_active .v_tab {
  height: 100%;
}

.vote_list_tabs .v_tab_done .v_tab {
  height: 100%;
}

.vote_list_tabs .v_tab_done i {
  color: #fe6465;
}

.vote_list_tabs .v_tab_done span {
  display: inline-block;
}

.vote_list_tabs .v_tab_done span:first-of-type {
  background-image: url(/images/btns/btn-a1@2x.png);
}

.vote_tab_fixed {
  margin-bottom: 0;
}

.vote_content_ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.vote_option {
  width: calc(33.333% - 3px);
  margin-right: 4px;
  margin-bottom: 4px;
  position: relative;
  overflow: hidden;
}

.vote_option:nth-child(3n) {
  margin-right: 0;
}

.vote_option:hover .option_img img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.vote_option_a {
  display: block;
}

.option_img {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
}

.option_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

@media screen and (min-width: 768px) {
  .vote_list_tabs .v_tab:hover {
    height: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .vote_list_tabs {
    top: 81px;
  }
}

@media screen and (max-width: 992px) {
  .vote_step_d_img {
    width: 30%;
  }
  .see_result_btn {
    width: 300px;
    height: 67.5px;
  }
}

@media screen and (max-width: 768px) {
  .go_vote_area {
    margin-bottom: 60px;
  }
  .vote_list_tabs .v_tab {
    font-size: 1.6rem;
  }
  .vote_list_tabs .v_tab span:first-of-type {
    width: 30px;
    height: 30px;
  }
}

@media screen and (hover: 0) {
  /* 把hover的样式跟一般情况下做成一样*/
}

@media screen and (max-width: 767px) {
  .vote_container {
    width: 100%;
  }
  .vote_list_tabs {
    height: 70px;
    top: 69px;
  }
  .vote_list_tabs .v_tab span {
    font-size: 1rem;
  }
  .vote_list_tabs .v_tab span:first-of-type {
    margin-right: 8px;
    width: 20px;
    height: 20px;
  }
  .vote_p {
    font-size: 1.2rem;
    margin-bottom: 20px;
    line-height: 1.5;
  }
  .vote_step {
    -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;
  }
  .vote_step_d_img {
    width: 60%;
    margin: 0 auto 20px;
  }
  .vote_step_img {
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .vote_option {
    width: calc(50% - 3px);
  }
  .vote_option:nth-child(3n) {
    margin-right: 3px;
  }
  .vote_option:nth-child(2n) {
    margin-right: 0px;
  }
  .vote_step_d_img {
    width: 70%;
  }
}

@media screen and (max-width: 321px) {
  .vote_list_tabs .v_tab span {
    font-size: 0.9rem;
  }
  .vote_list_tabs .v_tab span:first-of-type {
    margin-right: 5px;
  }
}

.activities_method_area {
  position: relative;
  margin-bottom: 240px;
  z-index: 1;
}

.bg_3 {
  position: absolute;
  top: 12%;
  left: 0;
  z-index: -1;
}

.activities_method_area_title_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 16px;
}

.activities_method_area_title_line .d_img {
  margin-right: 12%;
  width: 20%;
}

.activities_method_area_title {
  background-color: #6c8bbe;
  border-radius: 50px 0px 0px 50px;
  text-align: left;
  padding: 15px 0% 15px 4.5%;
}

.activities_method_box {
  position: relative;
}

.activities_method_ul {
  height: 800px;
  overflow-y: scroll;
  color: #6c8bbe;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px;
  /* Track */
  /* Handle */
  /* Handle on hover */
}

.activities_method_ul h3 {
  font-size: 2.3rem;
  line-height: 1.2;
  margin-bottom: 10px;
}

.activities_method_ul li {
  font-size: 1.5rem;
  line-height: 1.5;
}

.activities_method_ul > li {
  margin-bottom: 50px;
}


    .activities_method_ul p {
        font-size: 1.5rem;
        line-height: 1.5;
    }

        .activities_method_ul p span {
            color: #d42a78;
            font-size: 2rem;
        }

.activities_method_ul::-webkit-scrollbar {
  width: 35px;
}

.activities_method_ul::-webkit-scrollbar-track {
  background: #fff;
}

.activities_method_ul::-webkit-scrollbar-thumb {
  background: #ffe9b8;
}

.activities_method_ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.activities_method_ul ol {
  list-style: decimal;
  padding-left: 1.75rem;
}

.activities_method_ul ol li {
  margin-bottom: 15px;
}


.active_AD{
    display:inline-block;
    margin: 5% auto 0;
}


@media screen and (max-width: 1280px) {
    .activities_method_area {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 992px) {
  .activities_method_area_title_line .d_img {
    margin-right: 8%;
    width: 35%;
  }
  .activities_method_ul {
    padding: 35px;
  }
  .activities_method_ul::-webkit-scrollbar {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .activities_method_area {
    margin-bottom: 60px;
  }
  .activities_method_area_title {
    padding: 10px 0% 10px 4.5%;
  }
  .activities_method_ul {
    padding: 30px;
  }
  .activities_method_ul::-webkit-scrollbar {
    width: 15px;
  }
}

@media screen and (max-width: 767px) {
  .activities_method_ul {
    padding: 20px;
  }
  .activities_method_ul > li {
    margin-bottom: 20px;
  }
  .activities_method_ul h3 {
    font-size: 1.5rem;
  }
  .activities_method_ul p {
    font-size: 1.2rem;
  }
  .activities_method_ul ol li {
    font-size: 1.2rem;
  }
  .activities_method_ul::-webkit-scrollbar {
    width: 10px;
  }
}

@media screen and (max-width: 576px) {
  .activities_method_area_title_line .d_img {
    margin-right: 10px;
    width: 50%;
  }
}

.winning_list {
  margin-bottom: 160px;
  position: relative;
  z-index: 1;
}

.winning_list_title {
  background-color: #b9c84a;
  border-radius: 0 50px 50px 0;
  text-align: right;
  padding: 15px 4.5% 15px 0;
  margin-bottom: 60px;
}

.winning_list_front {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.winning_list_front li {
  width: 50%;
  margin-bottom: 30px;
}

.winning_list_front h3 {
  border-left: 14px solid #73aa2d;
  padding-left: 15px;
  font-size: 2.25rem;
  color: #73aa2d;
  margin-bottom: 12px;
}

.winning_list_front p {
  border-left: 14px solid transparent;
  padding-left: 15px;
  font-size: 1.625rem;
  color: #666666;
}

.winning_list_end h3 {
  border-left: 14px solid #73aa2d;
  padding-left: 15px;
  font-size: 2.25rem;
  color: #73aa2d;
  margin-bottom: 12px;
}

.winning_list_end ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
  font-weight: normal;
}

.winning_list_end ul li {
  width: 50%;
}

.winning_list_end ul > li {
  width: 50%;
  border-left: 14px solid transparent;
  padding-left: 15px;
  font-size: 1.625rem;
  color: #666666;
  margin-bottom: 12px;
}

@media screen and (max-width: 768px) {
  .winning_list_front h3 {
    border-left: 8px solid #73aa2d;
    padding-left: 10px;
    font-size: 1.8rem;
  }
  .winning_list_front p {
    padding-left: 0px;
    font-size: 1.4rem;
  }
  .winning_list_end h3 {
    border-left: 8px solid #73aa2d;
    padding-left: 10px;
    font-size: 1.8rem;
  }
  .winning_list_end ul li {
    border-left: 8px solid transparent;
    padding-left: 8px;
    font-size: 1.4rem;
  }
  .winning_list {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .winning_list_title {
    margin-bottom: 25px;
    padding: 10px 4.5% 10px 10px;
  }
  .winning_list_front {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .winning_list_front li {
    width: 100%;
  }
  .winning_list_front h3 {
    font-size: 1.5rem;
  }
  .winning_list_front p {
    font-size: 1.2rem;
  }
  .winning_list_end h3 {
    font-size: 1.5rem;
  }
  .winning_list_end ul > li {
    width: 100%;
    font-size: 1.2rem;
  }
}

.footer {
  position: relative;
  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;
  background-image: url(/images/bg/bg-03.png);
  background-size: cover;
  padding-bottom: 25.52%;
}

.footer p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 65%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #666666;
  font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
  .footer p {
    font-size: 1rem;
  }
}

.vote_option_lightbox_cover {
  min-width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.541);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}

.vote_option_lightbox_open {
  display: block;
}

.vote_option_light_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 650px;
  width: 90%;
}

.vote_option_lightbox {
  max-height: 90vh;
  overflow: auto;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 40px;
  padding: 30px;
  z-index: 6;
}

.vote_LB_close {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-image: url(/images/btns/btn-closure-1@2x.png);
  background-size: contain;
  cursor: pointer;
  z-index: 2;
}

.vote_LB_close:hover {
  background-image: url(/images/btns/btn-closure-2@2x.png);
}

.vote_each {
  background-color: #3b3b3b;
  border-radius: 0 0 40px 40px;
  margin-bottom: 20px;
}

.vote_LB_img {
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}

    .vote_LB_img img {
        /*-o-object-fit: cover;
        object-fit: cover;*/
        -o-object-fit: contain;
        object-fit: contain;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
    }

.vote_location_name {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 25px;
  color: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.vote_location_name p:first-of-type {
  font-size: 1.5rem;
}

.vote_location_name p:last-of-type {
  font-size: 2.25rem;
}

.vote_location_info {
  padding: 10px 25px;
  text-align: center;
}

.vote_location_info p {
  color: #fff;
  font-size: 1.35rem;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 20px;
}

.vote_location_info .vote_btn {
  display: inline-block;
  width: 50%;
}

.share_this_place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 10px;
}

.share_this_place span {
  font-size: 1.6rem;
  color: #d62979;
}

.share_this_place_a a {
  display: inline-block;
  vertical-align: middle;
}

.share_this_place_a a:first-of-type {
  margin-right: 20px;
}

.share_this_place_a a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .vote_option_lightbox {
    padding: 20px 20px 30px;
    border-radius: 20px;
  }
  .vote_LB_close {
    right: -10px;
    top: -20px;
    width: 40px;
    height: 40px;
  }
  .vote_location_name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10px;
  }
  .vote_location_name p:first-of-type {
    font-size: 1.3rem;
  }
  .vote_location_name p:last-of-type {
    font-size: 1.8rem;
  }
  .share_this_place {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .share_this_place span {
    font-size: 1.3rem;
    margin-bottom: 10px;
  }
  .vote_location_info .vote_btn {
    width: 80%;
  }
  .share_this_place_a a {
    width: 30px;
  }
  .share_this_place_a a:first-of-type {
    margin-right: 10px;
  }
}

.draw_lots_lightbox_cover {
  min-width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.541);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  display: none;
}

.draw_lots_lightbox_content {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1640px;
  padding: 3% 0;
  width: 80%;
  background-color: #fff;
  max-height: 95vh;
  border-radius: 40px;
}

.draw_lots_LB_close {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-image: url(/images/btns/btn-closure-1@2x.png);
  background-size: contain;
  cursor: pointer;
  z-index: 2;
}

.draw_lots_LB_close:hover {
  background-image: url(/images/btns/btn-closure-2@2x.png);
}

.draw_lots_lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 5%;
  width: 90%;
  max-width: 800px;
}

.draw_lots_lightbox h3 {
  margin-bottom: 30px;
}

.bgg1 {
  background-image: url(/images/bg/vote-photo-bg.png);
  width: 75%;
  max-width: 1200px;
  padding-top: 48.8%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin: 0 auto;
}

.draw_lots_form {
  max-width: 600px;
  width: 90%;
  margin: 0 auto 30px;
}

.row {
  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;
  margin-bottom: 20px;
}

.row label {
  font-size: 1.8rem;
  color: #824904;
  margin-right: 10px;
  width: 25%;
}

.row input {
  width: 73%;
  background-color: #fff;
  border: 1px solid #824904;
  font-size: 1.3rem;
  padding: 10px;
  border-radius: 10px;
}

.privacy_row {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.privacy_row input {
  border: 1px solid #824904;
}

.privacy_row label {
  font-size: 0.875rem;
  color: #824904;
}

.privacy_row a {
  color: #824904;
}

.send_form_btn {
  display: inline-block;
  width: 300px;
  height: 85.6px;
  background-image: url(/images/btns/send_a.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.send_form_btn:hover {
  background-image: url(/images/btns/send_a1.png);
}

@media screen and (max-width: 1280px) {
  .draw_lots_lightbox_content {
    padding: 10% 0;
  }
}

@media screen and (max-width: 992px) {
  .row {
    margin-bottom: 15px;
  }
  .row label {
    font-size: 1.7rem;
  }
  .row input {
    font-size: 1.2rem;
  }
  .send_form_btn {
    width: 200px;
    height: 57.1px;
  }
}

@media screen and (max-width: 768px) {
  .draw_lots_lightbox {
    width: 80%;
  }
  .draw_lots_form {
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 767px) {
  .draw_lots_lightbox_content {
    padding: 40% 0;
    min-height: 60vh;
    border-radius: 20px;
  }
  .bgg1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    padding-top: 66%;
    width: 100%;
  }
  .draw_lots_form {
    width: 100%;
  }
  .row label {
    font-size: 1.3rem;
    margin-right: 5px;
  }
  .row input {
    font-size: 1rem;
    padding: 5px;
    border-radius: 5px;
  }
  .send_form_btn {
    width: 150px;
    height: 42.8px;
  }
}

@media screen and (max-width: 576px) {
  .draw_lots_lightbox {
    width: 90%;
  }
  .row label {
    font-size: 1.1rem;
  }
  .draw_lots_LB_close {
    right: -25px;
    top: -25px;
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 321px) {
  .row label {
    font-size: 1rem;
  }
  .draw_lots_LB_close {
    right: -20px;
    top: -20px;
    width: 40px;
    height: 40px;
  }
}

.result_lightbox_cover {
  min-width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.541);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
  max-height: 100%;
  overflow: auto;
  display: none;
}

.result_lightbox_cover::-webkit-scrollbar {
  display: none;
}

.result_lightbox {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 1640px;
  width: 80%;
  background-color: #fff;
  max-height: 85vh;
  border-radius: 40px;
}

.result_LB_close {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 60px;
  height: 60px;
  background-image: url(/images/btns/btn-closure-1@2x.png);
  background-size: contain;
  cursor: pointer;
  z-index: 2;
}

.result_LB_close:hover {
  background-image: url(/images/btns/btn-closure-2@2x.png);
}

.result_banner {
  padding: 30px 0;
  background-image: url(/images/bg/result_bg.png);
  background-position: right -80px;
  background-size: 90%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.result_banner_img {
  width: 60%;
  margin: 0 auto;
}

.result_row {
  color: #fff;
  padding: 16px 0 32px;
}

.result_row p {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

.result_row1 {
  background-color: #6c8bbe;
}

.result_row2 {
  background-color: #59A6A6;
}

.result_row3 {
  background-color: #B9C84A;
}

.result_row_ul {
  max-width: 1488px;
  width: 88.6%;
  margin: 0 auto;
}

.result_row_ul li {
  width: calc(20% - 15px / 4);
  margin-right: 15px;
  position: relative;
  z-index: 1;
}

.result_row_ul li:last-of-type {
  margin-right: 0;
}

.result_row_ul .result_img {
  width: 100%;
  padding-top: 100%;
  position: relative;
  z-index: 1;
}

.result_row_ul .result_img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #fff;
  z-index: -1;
}

.result_row_ul .result_img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

figcaption {
  font-size: 1.3rem;
  text-align: center;
  line-height: 1.5;
  margin: 10px 0;
}

@media screen and (max-width: 576px) {
  .result_banner {
    background-position: right top;
    padding: 20px 0 10px;
  }
  .result_banner_img {
    width: 90%;
  }
  .result_row p {
    font-size: 1.6rem;
  }
  .result_row_ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .result_row_ul li {
    width: 100%;
  }
  .result_LB_close {
    width: 30px;
    height: 30px;
    top: -15px;
    right: -15px;
  }
  figcaption {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=style.css.map */
.logo_SNS > a, .v_tab, .vote_btn, .share_this_place_a > a, .vote_option {
    cursor: pointer;
}

