/* nav start */
body{
    background: #fff;
}
nav{
    width: 100%;
    height: 50px;
    background:#fff;
    position: absolute;
    z-index: 10;
    top: 0;
}
.navbar{
    width: 95%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-shadow: 0.1em 0.1em #000;
}
.nav-right{
    display: flex;
}
.nav-right .member{
    width: 35px;
    height: 35px;

}
.menu-pc {
    width: 900px;
}
.menu-pc li{
    width: 20%;
    float: left;
    font-size: 20px;
    font-weight: bold;
}
.menu-pc li a:hover{
    border-bottom:solid 2px #FECB3D; 
    padding-bottom: 10px;
}
.menu_l{
    width: 20%!important;
}

.menu-pc a{
    color: #FECB3D;
    text-decoration: none;
}
.iframe{
    position: relative;top:50px;z-index: 0;
}

.year{margin-top:10px;
    margin-left:-10px; 
    width: 84px;
    display: none;
    background-color: #000;
    position: absolute;
    top: 50px;
    padding: 10px;
}
.year_t{
    font-size: 16px;
    background: #000;
    color:#fff!important;
    padding: 8px 5px;
    display: inline;
}
.member img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.coming{
    margin: 200px auto!important;
}

/*logout*/
.logout a{
    background: #000;
    color:#FECB3D;
    text-decoration:none;
}
.hide2 {
  font-size: 16px;
  width: 34px;
  display: block;
  color: #FECB3D;
  margin-top: -2px;
  margin-left:2px;
}
.hide2:hover{
border-bottom:solid 1px #FECB3D;
}
.no_line{
    border: 0!important;
    font-size: 16px!important;
}

@media (max-width:768px){
.hide2{
  display: none!important;
}  
.nav-right .member{
    width: 30px!important;
    height: 30px!important; 
} 
.nav-right{
    margin-top:0!important; 
}
.year{
display: block;
width: 100%;
background-color: #000;
position: relative;
text-align: center;
padding: 5px;
margin-top: -50px;
border: 0!important;
}
.year_t{
font-size: 15px!important;
padding-left: 10px!important; 
}
.win{
    padding-top:60px!important; 
}
.coming{
    margin: 100px auto!important;
}
}
@media (min-width:769px){
.nav-right .member{
    margin-top:-20px;
}
}



/*logout*/
.m-pic{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    overflow: hidden;
}
.m-pic img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.nav-right .ham{
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.ham img{
    width: 100%;
    height: 100%;
}
.soon{
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding:15% 0; 
}
.form{
    text-align: center;
    height: 800px;
}
iframe {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 7%;
    border: 0;

}
@media (max-width:768px) {
 .soon{padding:30% 0; 
}
.form{
    height: 650px;
}
}
@media (max-width:1024px) {
    .navbar{
        width: 90%;
    }
    .nav-left img{
        width: 118px;
        height: auto;
        margin-top: 6px;
    }
   .nav-right .member{
        margin-right: 20px;
        width: 20px;
        height: 20px;
        margin-top: -4px;
    } 
    .nav-right .ham{
        width: 18px;
        height: 18px;
    }
    .year li{
    font-size: 14px!important;
}
}
/* nav end */
/* burger menu */
.menu-outer{
    display: none;
    z-index: 1000;
}
.menu{
    position: absolute;
    display: flex;
    width:100vw;
}
.menu-logo{
    width: 100%;
    height: 100vh;
    background: #000;
    opacity: 0.95;
    display: flex;
    justify-content: center;
    align-items: center;
}
.menu-logo img{
    display: block;
}
.menu-select{
    min-width: 400px;
    height: 100vh;
    background: #000;/*
    box-shadow: 0px 3px 6px #00000029;*/
    opacity: 1;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction:column;
    justify-content: space-between;
    padding: 0 15px;
}
.close{
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
}
.menu-main{
    margin: 0 auto;
    margin-top:90px;
    text-align: center;
}
.menu-main ul{
    width: 181px;
    margin: 0 auto;
}
.menu-main li a{
    display: block;
    padding: 17px 0;
    border-bottom: 1px solid #FECB3D;
}
.menu-main li:hover{
    background: #000;
    transition: 0.3s linear;
}
.menu-main li a{
    text-decoration: none;
    color: #FECB3D;
    border-bottom: 1px solid #FECB3D;
    font-size: 22px;
    line-height: 35px;
}
.makeup-reco{
    margin-top: 50px;
    height: 180px;
    pointer-events: none;
}
.makeup-reco img {
    height: 100%;
    margin-left: 120px;
}
.menu-btn{
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.menu-btn a{
    color: #fff;
    background-color: #FC9E9E;
    width: 155px;
    height: 55px;
    border-radius: 30px;
    text-align: center;
}
.menu-btn a:first-child{
    margin-right: 30px;
}
.menu-btn a:hover{
    background-color: #ddd;
    transition: .3s linear;
}
.menu-btn span{
    font-size: 18px;
    line-height: 55px;
}
.menu-select::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(236, 92, 133, 0.6);
    background-color: #FFEDED;
  }
  /* 捲軸寬度 */
  .menu-select::-webkit-scrollbar {
    width: 6px;
    background-color: #000;
  }
  /* 捲軸本體顏色 */
  .menu-select::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 50px;
  }

@media (max-width: 1200px){
  .padding-top{
    padding-top:0!important;
  }
}
@media (max-width: 1024px){
    .menu-pc li{
        font-size: 16px;
    }
    .nav-left img {
    width: 130px!important;
    }
    .menu{
        justify-content: flex-end;
    }
    .close{
        top:20px;
        right:20px
    }
    .close img{
        width: 25px;
        height: 25px;
    }
    .menu-logo{
        display: none;
    }
    .menu-select{
        width: 428px;
        padding: 0;
    }
    .menu-main{
        margin-top:65px;
    }
    .menu-main ul{
        width: 140px;
    }
    .menu-main li a{
        padding: 12px 0;
    }
    .menu-main li a{
        font-size: 20px;
        line-height: 30px;
    }
    .makeup-reco {
        height: 244px;
    }
    .makeup-reco img{
        margin-left: 10%;
    }
    .menu-btn a{
        width: 145px;
        height: 50px;
    }
    .menu-btn span{
        line-height: 50px;
    }
    
}

@media (max-width:414px){
    .menu-select{
        /* overflow-y: hidden; */
    }
    .menu{
        justify-content: center;
    }
    .makeup-reco{
        height: 230px;
        margin: 0;
    }
    .makeup-reco img {
        margin-left: 10%;
    }
}
@media (max-width:375px) {
    .makeup-reco {
        height: 230px;
    }
    .makeup-reco img {
        margin-left: -1%;
    }
    .close{
        right:30px
    }
}
@media (max-width:360px){
    .close{
        right:40px
    }
    .makeup-reco img {
        margin-left: 3%;
    }
    .menu-btn a:first-child{
        margin-right: 10px;
    }
    
}
/* burger menu end*/
/* banner start*/
.banner{
    margin-top: 80px;
    width: 100%;
    max-height: 350px;
    position: relative;
}
.banner-bg{
    width: 100%;
    max-height: 350px;
    overflow: hidden;
}
.banner-bg img{
    object-fit: contain;
    object-position:top;
    width: 100%;
    height: auto;
}
.banner-text{
    width: 253px;
    height: 117px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.crown{
    width: 253px;
    margin: 0 auto;
}
.crown2{
    width:280px;
}
.crown-img{
    width: 100%;
    height: 60px;
}
.crown img{
    width: 100%;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.crown p{
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    margin: 0;
    margin-top:14px;
}
.crown2 p{
    color: #000!important;
}
.banner-deco{
    width: 397px;
    height: 437px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    pointer-events: none;
}
.banner-deco img{
    margin-top: -26px;
    margin-left: -15px;
}
.banner-deco-m{
    display: none;
}
@media (max-width:1200px) {
    .banner-deco{
        height: 120%;
    }
    .banner-deco img{
        height: 100%;
        margin-left: 3%;
    }
}
@media (max-width:1024px){
    .banner{
        margin-top: 45px;
        height: 150px;
    }
    .banner-deco{
        display: none;
    }
    .banner-deco-m{
        display: block;
        position: absolute;
        top: 0;
        right: 0;
    }
    .banner-text{
        width: 164px;
        height: 73px;
    }
    .crown{
        width: 164px;   
    }
    .crown-img{
        width: 100%;
        height: 39px;
    }
    .crown p{
        font-size: 20px;
        margin-top:5px;
    }
    .banner-deco{
        display: none;
    }
    .banner-bg{
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .banner-bg img{
        height: 100%;
        object-fit: cover;
    }
    .banner-deco-m{
        width: 97px;
        height: 177px;
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        overflow: hidden;
    }
    .banner-deco-m img {
        margin-top: -12px;
        margin-left: 8px;
    }
}
.ad-banner-pc{
    margin: 0 auto;
    margin-top: 25px;
    width: 970px;
    height: 280px;
    margin-bottom: 15px;
    display: flex;
    align-items: flex-end;
}
.ad-banner-pc img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.ad-banner-mobile{
    display: none !important;
    margin: 0 auto;
    width: 320px;
    height: 125px;
    margin-top: 15px;
    margin-bottom: 5px;
    position: relative;
}
.ad-banner-mobile img{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: auto;
    object-fit: contain;
}
@media (max-width:1200px) {
    .ad-banner-pc{
        width: 80%;
    }
}
@media (max-width:1024px){
    .ad-banner-pc{
        display: none;
    }
}
@media (max-width:428px){
    .ad-banner-mobile{
       display: block !important;
    }
}
@media (max-width: 350px){
    .ad-banner-mobile {
    width: 90%;
    }
}
/* banner end */
/* go to top */
.gotop {
    display: block;
    position: fixed;
    margin: 0 10px 15px 0;
    z-index: 9;
    right: 0;
    bottom: 0;
    text-align: center;
    transition: 0.5s;
}
.gotop-img {
    width: 40px;
    height: 40px;
    display: block;
    border-radius: 5px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.3);
}
.gotop-img img {
    width: 25px;
    height: auto;
    margin-top: 12px;
}
.hide{
    transform: translateY(100px);
}
/* go to top end*/
/* for vote page */
.for-vote-page{
    position: fixed;
    top:50%;
    right:0;
    padding:10px 9px 0px 9px;
    z-index: 3;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}
.vote-page-inner{
    position: relative;
    width: 40px;
    height: 95px;
}
.for-vote-page::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FECB3D;/*
    opacity: 0.7;*/
    z-index: -1;/*
    border-radius: 10px 0 0 10px;*/
}
.for-vote-page p{
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    color: #000;
    font-weight: bold;
}
.vote-page-img{
    width: 22px;
    height: 24px;
    margin: 0 auto;
    margin-top: 3px;
}
.vote-page-img img{
    width: 100%;
    height: 100%;
}
@media (max-width:768px){
    .menu-pc {
        display: none;
    }
    .nav-right .member{
    margin-right:30px;
    }
    .for-vote-page{ 
        top: 170px;
        padding:8px 6px 0px 6px;
    }
    .vote-page-inner{
        width: 28px;
        height: 65px;
    }
    .for-vote-page p{
        font-size: 14px;
        line-height: 16px;
    }
    .vote-page-img{
        width: 17px;
        height: 18px;
        margin-top: 2px;
    }
    .ham{
        display: block;
    }
    .pro-bt p{
        font-size: 16px;
    }
    .pro-card{
        height: 300px;
    }
    .pro-img{
        height: 120px;
    }
}
@media (min-width:769px){
    .ham{
        display:none;
    }
    .nav-left img{
        width: 150px;
    }
    .pro-img {
    height: 170px;
    }
    .pro-card{
    height: 350px;
    }
}
@media (min-width:769px) and (max-width:1024px){
    .pro-img {
    height: 100px;
    }
    .pro-card{
    height: 280px;
    }
}
/* for vote page end*/
/* footer start */
footer{
    width: 100%;
    position: relative;top:1050px;z-index: 1;
    background: #333;
}
.info{
    width: 100%;
    height: 150px;
    background: #333333;
}
.info-icon-wrap{
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    width: 120px;
    height: 45px;
    padding-top: 60px;
}
.icon{
    width: 45px;
    height: 45px;
}
.icon img{
    width: 100%;
    height: 100%;
}
.info-text{
    padding-top: 35px;
    text-align: center;
}
.info-text p{
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    margin: 0;
}
@media (max-width:768px) {
    .info{
        height: 140px;
    }
    .info-icon-wrap{
        width: 100px;
        height: 35px;
        padding-top: 23px;
    }
    .icon{
        width: 35px;
        height: 35px;
    }
    .info-text p{
        font-size: 14px;
        line-height: 22px;
    }
}
.list_box{
    padding-left: 18px; 
}
.list_box li{
    list-style: decimal;
    line-height: 1.5em;
    padding: 10px 0;
    color: #fff;
}
/* footer end */
