@font-face {  
    font-family: 'supermarket';  
    src: url('../../../font/supermarket.eot');
    src: local('supermarket'),   local('supermarket'),   url('../../../font/supermarket.ttf') format('truetype');  
}

html,body{
    box-sizing: border-box;
    position: relative;
    height: 100%;
    width: 100%;
}
body{
    padding: 0;
    margin: 0;
    background: #ebeae7;
    background: url(../images/bg_tophead2.gif) fixed  top #ebeae7;;
}

.cnc-wrapper{
    width: 100%;
    margin: 0 auto;
}
.cnc-wrap{
    max-width: 1150px;
    min-width: 1150px;
    width: 100%;
    margin: 0 auto;
}
.cnc-clear{
    clear: both;
}
.cnc-toolbar{
    background: url(../images/bg_tab.png) repeat-x center bottom;
    height: 60px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 5;
}
.cnc-toolbar .menu{
    display: block;
    list-style: none;
    margin: 0;
    padding: 5px;
}
.cnc-toolbar .menu li{
    display: inline-block;
}
.cnc-toolbar .menu a{
    display: inline-block;
    padding: 10px 20px;
    color: #FFF;
    font-family: supermarket,Tahome,sans-serif;
    font-size: 22px;
    cursor: pointer;
    min-width: 170px;
    text-align: center;
}
.cnc-toolbar .menu a:hover{
    color: #fcd305;
}

#cnc-page-home{
    background: url(../images/bg_tophead2.gif) fixed top;
}
#cnc-page-home .page-home,#prize .page-prize,#criteria .page-criteria,#howto .page-howto{
    background: url(../images/bg_tag_at.png) no-repeat center center;
    color: #273490;
    background-size: 100% 31px;
}
#cnc-page-regis{
    background: url(../images/bg_tophead2.gif) #63469c center 40px fixed;
    min-height: 100%;
    box-sizing: border-box;
    padding-bottom: 70px;
}
#cnc-page-regis .page-profile{
    background: url(../images/bg_tag_at.png) no-repeat center center;
    color: #273490;
}

.head-project{
    background: url(../images/bg_tophead2.gif) #63469c center 40px fixed;
    padding-top: 60px;
    overflow: hidden;
    position: relative;
    overflow: hidden;
}
.head-project:before{
    content: url(../images/shadow_head_bg.png);
    position: absolute;
    bottom: -7px;
    left: 50%;
    z-index: 0;
    margin-left: -599px;
}
.head-project:after{
    content: "";
    display: block;
    height: 0;
    clear: both;
}
.head-project .alogo{
    float: left;
    position: relative;
    z-index: 2;
}
.head-project .logo{
    margin-left: -15px;
}
.head-sub{
    text-align: center;
}
.head-sub .logo{
    position: relative;
    z-index: 1;
}
.head-sub .cnc-wrap{
    padding-top: 70px;
}
.head-sub .bg-back-logo{
    position: absolute;
    left: 50%;
    top: -210px;
    margin-left: -530px;
    z-index: 0;
}

.cnc-vdo{
    background: url(../images/bg_vdo.png) no-repeat center center;
    background-size: 100% 100%;
    width: 100%;
    max-width: 549px;
    height: 320px;
    float: right;
    margin-top: 53px;
    margin-right: 58px;
    position: relative;
    z-index: 1;
}
.cnc-vdo p{
    text-align: right;
    font-size: 15px;
    color: #FFF;
    padding: 20px 25px;
}
.cnc-vdo p a{
    text-decoration: none;
    color: #fcd305;
    display: inline-block;
    border-bottom: dotted 1px #fcd305;
}
.cnc-vdo p a:hover{
    border-bottom: solid 1px #fcd305;
}
.cnc-vdo-iframe{
    padding: 20px 25px;
    text-align: center;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}
.cnc-vdo-iframe iframe{
    width: 100%;
    height: 100%;
    border: solid 2px #FFF;
    box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
    -webkit-box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
    --box-shadow: 5px 5px 8px rgba(0,0,0,0.2);
}
.cnc-desc{
    width: 46%;
    float: left;
    position: relative;
    margin-top: 20px;
    z-index: 1;
}
.cnc-desc:after{
    display: block;
    content: "";
    clear: both;
    height: 0;
}
.cnc-desc .pr-br{
    float: right;
    margin-right: -55px;
    margin-top: -50px;
    position: relative;
    z-index: 2;
    max-width: 315px;
}
.cnc-desc .cnc-desc-cont{
    max-width: 377px;
    text-align: center;
    background: url(../images/bg_project.png) no-repeat center top;
    position: absolute;
    top: -30px;;
    left: -20px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    min-height: 230px;
}
.cnc-desc .cnc-desc-cont img{
    display: block;
    margin: 0px auto 0px;
}

.cnc-desc .cnc-btn{
    margin: 5px 0;
    /*min-width: 170px;*/
    position: relative;
    z-index: 3;
}
.cnc-btn{
    border:solid 3px #FFF;
    font-size: 18px;
    font-family: Tahome,sans-serif;
    max-height: 42px;
    border-radius: 20px;
    background: #eaeaea;
    display: inline-block;
    padding: 5px 15px 5px;
    box-sizing: border-box;
    box-shadow: 0px 1px 6px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}
.cnc-btn._blu{
    background: #08bad7;
    color: #FFF;
}
.cnc-btn._pin{
    background: #ed0a8f;
    color: #FFF;
}
.cnc-btn._pin:hover{
    background: #c50475;
}
.cnc-btn._fb{
    background: #3b5998;
}
.cnc-desc .cnc_pd{
    position: absolute;
    z-index: 4;
}
.cnc_pd.cnc_pd1{
    top: -22px;
    left: 1127px;
}
.cnc_pd.cnc_pd2{
    top: 148px;
    left: 1074px;
}
.cnc_pd.cnc_pd3{
    left: 1070px;
    top: -141px;
}
.bg-back-logo,.bg-back-pr{
    position: absolute;
    z-index: 0;
    left: 50%;
}
.bg-back-logo{
    top: -180px;
    margin-left: -890px;
}
.bg-back-pr{
    bottom: -240px;
    margin-left: -560px;
}

.wrap-clip{
    width: 100%;
}
.wrap-clip .list-clip{
    width: 100%;
}
.list-clip li{
    float: left;
    width: 25%;
    padding: 15px 0;
    box-sizing: border-box;
}
.list-clip .box-clip{
    width: 100%;
    min-height: 250px;
    max-width: 265px;
    margin: 0 auto;
    background: url(../images/bg_box_clip.png);
    background-size: 100% 100%;
    padding:15px;
    position: relative;
}
.list-clip .box-clip img.cnclogo{
    position: absolute;
    right: -59px;
    bottom: -52px;
    width: auto;
    z-index: 1;
}

.box-clip a.thumb{
    display: block;
    min-height: 160px;
    max-height: 176px;
    border:solid 1px #63469c;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.box-clip a.thumb:after{
    content: url(../../assets/images/layer_play.png);
    left: 50%;
    top: 50%;
    margin-left: -35px;
    margin-top: -36px;
    position: absolute;
    z-index: 2;
}
.box-clip a.thumb img{
    display: block;
    height: 174.75px;
}
.box-clip a.name{
    display: inline-block;
    width: 48%;
    float: left;
}
.box-clip p{
    overflow: hidden;
    white-space: nowrap;
    padding: 10px 0;
    font-size: 16px;
    font-weight: bold;
    color: #2b2c84;
    text-overflow: ellipsis;
    box-sizing: border-box;
}
.box-clip .item{
    display: block;
    padding: 5px 0px 10px;
    clear: both;
}
.box-clip .item span.cnc-btn{
    border-width: 1px;
    border-color: #c7c7c7;
    background: none;
    box-shadow: none;
    float: left;
    width: 48%;
    text-align: center;
    cursor:inherit;
}
.box-clip .item .cnc-btn{
    border-width: 1px;
    border-color: #FFF;
    box-shadow: none;
    float: left;
    width: 48%;
    text-align: center;
    font-size: 16px;
    padding-top: 4px;
}
.box-clip .item .cnc-btn._fb{
    color: #FFF;
    float: right;
    font-size: 16px;
    padding-top: 4px;
}
.box-clip .item:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.box-clip span.cnc-btn.score{
    display: inline-block;
    width: 48%;
    float: right;
    box-shadow: none;
    border: solid 1px #CCC;
    background: #FFF;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.wrap-clip .cnc-wrap:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.cnc-nav-clip{
    width: 100%;
}
.cnc-nav-clip ul{
    list-style: none;
    margin: 0;
    padding: 30px 16px 20px;
    float: left;
    width: 100%;
    box-sizing: border-box;
}
.cnc-nav-clip ul li{
    float: left;
    padding: 5px;
    box-sizing: border-box;
}
.cnc-nav-clip ul li a{
    display: inline-block;
    font-family: supermarket,Tahoma,sans-serif;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    color: #FFF;
    background: #ed0a8f;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    padding: 10px 20px;
    cursor: pointer;
}
.cnc-nav-clip ul li a._active{
    background: #fcd305;
    color: #273490;
}
.cnc-nav-clip ul li a:hover{
    box-shadow: 0 0 2px 0 rgba(0,0,0,0.2);
}
.cnc-nav-clip ul li.wrap-search{
    float: right;
}
.cnc-nav-clip .cnc-wrap:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.cnc-nav-clip .cnc-search{
    display: inline-block;
    border: solid 1px #ed0a8f;
    border-radius: 4px;
    background: #FFF;
    overflow: hidden;
}
.cnc-nav-clip .cnc-search input{
    border: none;
    vertical-align: top;
    line-height: 38px;
    background: none;
    padding: 0 10px;
    max-width: 200px;
    font-size: 18px;
}
.cnc-nav-clip .cnc-search input:focus{
    outline: none;
}
.cnc-nav-clip .cnc-search button{
    border: none;
    font-family: supermarket,Tahoma,sans-serif;
    font-size: 22px;
    background: #ed0a8f;
    color: #FFF;
    padding: 1px 20px;
    min-height: 38px;
}

.cnc-nav-page{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 30px 0 70px;
}
.cnc-nav-page ul{
    padding: 0;
    margin: 0;
    display: inline-block;
}
.cnc-nav-page li{
    display: inline-block;
}
.cnc-nav-page a{
    display: inline-block;
    padding: 9px;
    border-radius: 4px;
    font-family: Tahoma,sans-serif;
    font-size: 22px;
    background: #FFF;
    cursor: pointer;
    min-width: 44px;
}
.cnc-nav-page a:hover{
    background: #CCC;
    color: #FFF;
}
.cnc-nav-page a._active,.cnc-nav-page a._active:hover{
    background: #ed0a8f;
    color: #FFF;
}


/*Register*/
.cnc-step{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 0;
}
.cnc-step ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.cnc-step ul:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.cnc-step li{
    width: 33.33333333333333%;
    display: block;
    float: left;
    text-align: center;
    color: #FFF;
    font-size: 16px;
    position: relative;
}
.cnc-step li i{
    display: block;
    border-radius: 50%;
    height: 48px;
    width: 48px;
    background: #FFF;
    position: relative;
    margin: 0 auto;
    line-height: 44px;
    font-size: 30px;
    font-weight: bold;
    font-family: supermarket,Tahoma,sans-serif;
    margin-bottom: 5px;
    color: #304092;
    position: relative;
    z-index: 1;
}
.cnc-step li p{
    line-height: 1.2em;
}
.cnc-step li:before{
    display: block;
    width: 100%;
    position: absolute;
    right: 50%;
    top: 22px;
    content: "";
    height: 6px;
    z-index: 0;
    background: #FFF;
}
.cnc-step li:first-child:before{
    display: none;
}
.cnc-step li._active i{
    color: #FFF;
    background: #e21683;
}
.cnc-step li._active:before{
    background: #e21683;
}

.cnc-box{
    width: 100%;
    max-width: 900px;
    background: #FFF;
    margin: 0 auto;
    box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
    -os-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
    -mz-box-shadow: 0 0 10px 2px rgba(0,0,0,0.4);
}

.cnc-box h1{
    text-align: center;
    color: #e21683;
    font-family: supermarket,Tahoma,sans-serif;
    font-size: 30px;
    padding: 10px;
}
.cnc-box-wrap{
    padding: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.cnc-form{
    text-align:left;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
    font-size: 14px;
}
.cnc-form .item{
    padding: 10px;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
}
.box-confirm{
    border:solid 1px #CCC;
    padding: 2em 2em 1em;
    margin-bottom: 1em;
}
.box-confirm .item-cover{
    text-align: center;
    border-bottom: dotted 1px #CCC;
}
.box-confirm h2{
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #07bbd6;
}
.item-edit{
    text-align: center;
    padding: 1em;
}
.cnc-btn._edit{
    background: #666165;
    color: #FFF;
    padding: 1px 15px 2px;
    font-size: 17px;
}
.cnc-form .item._boxleft,.cnc-form .item._boxright{
    border: solid #304092 1px;
    box-sizing: border-box;
    padding: 10px 10px 25px;
    float: left;
    width: 49%;
    margin: 20px 0;
    text-align: center;
}
.item.check-box{
    padding: 3px;
    max-width: 500px;
}
.cnc-form .item._boxleft{
    float: left;
}
.cnc-form .item._boxright{
    float: right;
}
.cnc-form .item._boxleft h2,.cnc-form .item._boxright h2{
    background: url(../images/hline_st.png) no-repeat center center;
    background-size: 100% 46px;
    height: 46px;
    text-align: center;
    font-size: 20px;
    line-height: 46px;
    color: #ffdf07;
}
.cnc-form .item._boxleft p,.cnc-form .item._boxright p{
    text-align: center;
    margin: 15px 0;
    padding: 0 0 10px;
    border-bottom: dotted #CCC 1px;
}
.cnc-form .item._boxleft p span,.cnc-form .item._boxright p span{
    font-size: 13px;
    display: block;
    text-align: center;
    padding: 10px;
}
.cnc-form .item._boxleft p span.input-box,.cnc-form .item._boxright p span.input-box{
    display: inline-block;
    padding: 0;
    text-align: left;
}
.cnc-form .item._boxleft p span.input-box b,.cnc-form .item._boxright p span.input-box b{
    margin: 5px 0;
    color: orangered;
    font-size: 11px;
    line-height: 1.2em;
}
.cnc-form .item._boxleft p label,.cnc-form .item._boxright p label{
    display: inline-block;
    min-width: 110px;
    margin-right: 10px;
    color: #303030;
    font-weight: bold;
}
.cnc-form .item._boxleft p span a{
    color: #304092;
    text-decoration: underline;
}

.cnc-form .item._textcenter{
    text-align: center;
    color: #FFF;
}
.cnc-form .item._textcenter a.mdownload{
    display: inline-block;
    border-bottom: dotted 1px #fcd305;
    text-decoration: none;
    color: #fcd305;
    padding: 5px 0;
}
.cnc-form .item._textcenter a.mdownload:hover{
    border-bottom: solid 1px #fcd305;
}
.cnc-form label{
    min-width: 180px;
    text-align: right;
    display: inline-block;
}
.cnc-form input[type="text"]{
    width: 100%;
    max-width: 380px;
    padding: 5px;
    box-sizing: border-box;
    font-size: 16px;
}
.cnc-form .item2c input[type="text"]{
    max-width: 150px;
}
.cnc-form .item2c label{
    min-width: 56px;
}
.cnc-form .item2c label:first-child{
    min-width: 180px;
}
.cnc-form textarea{
    max-width: 380px;
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
    vertical-align: top;
}
.cnc-form .cnc-btn{
    line-height: 28px;
}
.cnc-form ._condition{
    font-size: 13px;
    padding-top: 20px;
}
.cnc-form ._condition a{
    text-decoration: underline;
    color: #ed0a8f;
    cursor: pointer;
}
.cnc-form._upvdo{
    max-width: 100%;
}
.cnc-form h3{
    font-size: 18px;
}

.step-vdo{
    text-align: center;
}
.step-vdo iframe{
    width: 580px;
    height: 335px;
    background: url(../images/bg_vdo.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 20px
}
.input-box{
    display: inline-block;
    vertical-align: top;
}
.input-box b{
    display: block;
    font-size: 13px;
    font-weight: normal;
}

.wrap-vote{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    display: none;
}
.cnc-box-vote{
    background: url(../images/bg_popu.png) no-repeat center center;
    width: 724px;
    /*height: 431px;*/
    left: 50%;
    margin-left: -362px;
    top: 50%;
    margin-top: -215px;
    position: fixed;
    background-size: 100% 100%;
}
.cnc-box-vote a.cnc-x-clo{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #fcd305;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    top: 20px;
    right: 0;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 11;
}
.cnc-body-vote{
    padding: 30px;
    position: relative;
}
.cnc-body-vote:after{
    display: block;
    height: 0;
    content: "";
    clear: both;
}
.vote_normal,.vote_plus{

    box-sizing: border-box;
    float: left;
    text-align: center;
    padding:10px;
}
.vote_normal{
    width: 45%;
}
.vote_plus{
    width: 55%;
    border-left: solid 1px #CCC;
}
.vote_plus span{
    font-size: 11px;
    color: red;
    display: block;
    padding: 10px;
}
.vote_plus input[type="file"]{
    background: #f7eaf2;
}
.vote_normal h2,.vote_plus h2{
    text-align: center;
    color: #304092;
    font-family: supermarket,Tahoma,sans-serif;
    font-size: 30px;
    padding: 10px 5px 5px;
}
.vote_normal p,.vote_plus p{
    padding: 15px 0;
    font-size: 14px;
    min-height: 24px;
}
.vote_normal p b,.vote_plus p b{
    font-weight: bold;
}
.vote_banner{
    text-align: center;
    clear: both;
}


.cnc-loading{
    padding: 60px 10px 10px;
    text-align: center;
    height: 100%;
}
.cnc-loading p{
    font-size: 18px;
    font-weight: bold;
    color: #2e378c;
}
@keyframes cncmotion {
    0% { transform: translateY(0px);}
    50% {transform: translateY(-15px);}
    100% { transform: translateY(0px);}
}
.cnc-loading img{
    animation-name: cncmotion;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}

.vote-result{
    padding-top: 40px;
}
.vote-result h3{
    text-align: center;
}
.vote-result h3 i{
    font-size: 100px;
    margin-bottom: 10px;
}
.vote-result h3 span{
    display: block;
    text-align: center;
    font-size: 26px;
    font-family: Tahoma,sans-serif;
    font-weight: bold;
}
.vote-result h3._gre{
    color: #3fbc51;
}
.vote-result p{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    padding: 10px;
    line-height: 1.2em;
}
.vote-result h3._ora{
    color: #fd7945;
}
.vote-result h3._red{
    color: #f51d1d;
}
.vote-result h3._pin{
    color: #ed0a8f;
}

.regis-vote{
    text-align: center;
}
.regis-vote h2{
    text-align: center;
    color: #304092;
    font-family: supermarket,Tahoma,sans-serif;
    font-size: 30px;
    padding: 10px 5px 5px;
}
.regis-vote .cnc-form label{
    min-width: 110px;
}
.regis-vote .cnc-form .item{
    text-align: center;
}


.cnc-box-profile{
    margin-top: 1em;
    position: relative;
    z-index: 1;
    margin-bottom: 4em;
}
.cnc-box-profile .wrap-score .cnc-btn{
    min-width: 120px;
    border: 1px solid #FFF;
    box-shadow: none;
}
.cnc-box-profile .wrap-score span.cnc-btn{
    border-color: #CCC;
    background: #FFF;
    color: #ed0a8f;
    cursor: auto;
}
.cnc-box-profile .wrap-detail:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.cnc-box-profile .wrap-detail-left{
    width: 50%;
    float: left;
    border-right: solid 1px #CCC;
    text-align: left;
    padding: 1em;
    box-sizing: border-box;
}
.cnc-box-profile .wrap-detail-left .item{
    display: block;
    padding: 8px 0px;
}
.cnc-box-profile .wrap-detail-left .item:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.cnc-box-profile .wrap-detail-left .item .title{
    display: inline-block;
    width: 35%;
    text-align: right;
    vertical-align: top;
    color: #63469c;
}
.cnc-box-profile .wrap-detail-left .item .result{
    display: inline-block;
    width: 64%;
    text-align: left;
    vertical-align: top;
    border-bottom: solid 1px #e0dfdf;
}
.cnc-box-profile .wrap-detail-right{
    width: 50%;
    float: right;
    text-align: left;
    padding: 1em;
    box-sizing: border-box;
}
.cnc-box-profile .wrap-detail-right span{
    display: block;
    padding: 30;
    padding-bottom: 5px;
}
.cnc-box-profile .wrap-detail-right span input{
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
}
.cnc-box-profile .wrap-detail-right .item{
    padding: 5px 0;
}
.wrap-vdo{
    padding: 1em 0;
}
.wrap-vdo .cnc-temp{
    background: url(/seetherealmeth/assets/images/bg_vdo_pf.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 25px 32px;
    box-sizing: border-box;
    max-width: 785px;
    min-height: 469px;
    margin: 0 auto;
    position: relative;
}
.wrap-vdo .cnc-temp .icmusic{
    position: absolute;
}
.wrap-vdo .cnc-temp .icmusic1{
    left: -22px;
    top: 20%;
    animation-name: cncani;
    animation-duration: 7s;
    animation-iteration-count: infinite;
}
.wrap-vdo .cnc-temp .icmusic2{
    right: -30px;
    top: 10%;
    animation-name: cncani;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}
.wrap-vdo .cnc-temp iframe{
    width: 100%;
    height: 100%;
    background: #000;
}
.cnc-box-profile .wrap-detail-right .cnc-btn._fb{
    border: none;
    box-shadow: none;
    color: #FFF;
}

.cnc-edit_cover{
    text-align: center;
    box-sizing: border-box;
    padding: 2em;
    margin-bottom: 4em;
    
}
.cnc-edit_cover .ec_box{
    border: solid 1px #304193;
    padding: 1em;
    margin: 1em 0;
    text-align: center;
}
.ec_box .ec_box-left{
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em;
}
.ec_box .ec_box-left img{
    width: 100%;
    max-width: 250px;
}
.ec_box .ec_box-right{
    display: inline-block;
    vertical-align: middle;
}
.ec_box .ec_box-right span{
    display: block;
    padding: 5px;
    text-align: left;
}
.ec_box .ec_box-right span.title{
    font-weight: bold;
    color: #63469c;
}
.ec_box .ec_box-right span.note{
    font-size: 12px;
    color: red;
}

.sub-cnc{
    padding: 2em;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
    font-size: 16px;
    margin-bottom: 4em;
}

.sub-cnc h1{
    color: #63469c;
    background: url(/seetherealmeth/assets/images/bg_h_sub.png) no-repeat center center;
    margin: 0 auto 10px;
    padding: 0 20px;
    line-height: 60px;
    background-size: 100% 60px;
    display: table;
    min-width: 200px;
}
.sub-cnc .cncline{
    display: block;
    margin: 10px auto;
}

.sub-cnc h2{
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background: url(/seetherealmeth/assets/images/hline_st2.png) no-repeat left center;
    display: inline-block;
    padding: 10px 20px;
    min-width: 225px;
    background-size: 100% 31px;
}
.sub-cnc ol{
    padding-left: 3em;
}
.sub-cnc ol li{
    padding: 5px 0;
    list-style: inherit;
}

.sub-cnc .cnc-boxslide{
    border: solid 1px #ed0a8f;
    margin: 0.5em 0;
    border-radius: 3px;
    overflow: hidden;
}
.sub-cnc .cnc-boxslide a._click{
    background: #ed0a8f;
    font-size: 16px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    padding: 10px 20px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.sub-cnc .cnc-boxslide a._click i{
    float: right;
}
.sub-cnc .cnc-boxslide .cnc-boxslide-detail{
    display: none;
    padding: 1.5em 2em;
}
.sub-cnc .cnc-boxslide .cnc-boxslide-detail h3{
    background: #ed0a8f;
    display: inline-block;
    padding: 5px 10px;
    color: #FFF;
}
.sub-cnc .cnc-boxslide .cnc-boxslide-detail p{
    margin-bottom: 20px;
}
.sub-cnc .cnc-boxslide .cnc-boxslide-detail table td:first-child{
    min-width: 150px;
}
.sub-cnc .cnc-boxslide .cnc-boxslide-detail table td{
    padding: 5px 0;
}
.sub-cnc .cnc-boxslide .cnc-boxslide-detail table td p{
    padding: 10px 0;
    margin: 0;
}
.sub-cnc .cnc-section{
    padding: 1em 0;
    line-height: 1.3em;
}
.sub-cnc .cnc-section p{
    padding: 5px 0 10px;
}
.sub-cnc .cnc-section table._ctr tr td:first-child{
    width: 90px;
    font-weight: bold;
}
.sub-cnc .cnc-section table._ctr tr td{
    padding-bottom: 15px;
}
.sub-cnc .cnc-section a{
    display: inline-block;
    border-bottom: dotted 1px #ed0a8f;
    color: #ed0a8f;
}
.sub-cnc table h4{
    font-weight: bold;
    color: #ed0a8f;
}
@keyframes cncani{
    0%{ transform: translateY(0px)}
    50%{transform: translateY(20px)}
    100%{transform: translateY(0px)}
}
.pdbg{
    position: fixed;
    z-index: 0;
    left: 50%;
}
.pdbg.pdbg1{
    top: 40%;
    margin-left: -615px;
    animation-name: cncani;
    animation-duration: 3s;
    animation-iteration-count: infinite;
}
.pdbg.pdbg2{
    top: 30%;
    margin-left: 440px;
    animation-name: cncani;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.cnc_pd.cnc_pd1{
    animation-name: cncani;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}
.cnc_pd.cnc_pd2{
    animation-name: cncani;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.cnc_pd.cnc_pd3{
    animation-name: cncani;
    animation-duration: 6s;
    animation-iteration-count: infinite;
}


@keyframes iload{
    0%{transform: rotate(0deg);}
    30%{transform: rotate(180deg);}
    50%{transform: rotate(180deg);}
    80%{transform: rotate(180deg);}
    100%{transform: rotate(360deg);}
}
._uploading i{
    animation-name: iload;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}
.disp_mb{
    display: none;
}
.disp_mb.nav-mobile{
    max-width: 80px;
    padding: 7px 15px;
    float: left;
    color: #FFF;
    font-size: 2.2em;
}
.cnc-toolbar .menu._disp_show{
    display: block;
}
.table_mb{
    display: none;
}
.box-bill{
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    border: solid 1px #CCC;
    box-sizing: border-box;
    margin-bottom: 1em;
}
.check-bill{
    text-align: center;
}
.check-bill h1{
    background: none;
    line-height: inherit;
}
.box-bill h3{
    text-align: center;
    background: url(/seetherealmeth/assets/images/hline_st2.png) no-repeat left center;
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0;
    background-size: 100% 100%;
}
.box-bill p{
    text-align: center;
    padding: 2em;
}
.box-bill p b{
    display: block;
    text-align: center;
    font-size: 3em;
    font-weight: normal;
}
.cnc-box-train{
    background: none;
    box-shadow: none;
}
.cnc-box.cnc-box-train h1{
    color: #fcd305;
}
.btn-nav-show{
    display: none;
    padding: 1em;
}
.btn-nav-show a{
    background: #fcd305;
    color: #273490;
    display: block;
    text-align: center;
    font-family: supermarket,Tahoma,sans-serif;
    font-size: 22px;
    font-weight: normal;
    border-radius: 3px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    padding: 10px 20px;
    cursor: pointer;
}
.btn-nav-show a i{
    float: right;
    margin: 3px;
}
.btn-nav-show._show{
    display: none;
}
.room39_lyrics{
    width: 100%;
    margin: 15px auto;
    max-width: 570px;
    box-sizing: border-box;
    padding: 1em;
    background: #FFF;
    font-size: 16px;
}
.room39_lyrics h2{
    text-align: left;
    margin-bottom: 15px;
    font-weight: bold;
    color: #ed0a8f;
}

.item.check-box:after{
        content: "";
        display: block;
        clear: both;
        height: 0;
}
.item.check-box input{
    display: inline-block;
    vertical-align: top;
    float: left;
    margin: 4px;
}
.item.check-box label{
    display: inline-block;
    vertical-align: top;
    width: 90%;
    text-align: left;
}
.footer-cnc{
    text-align: center;
    color: #FFF;
    background: #63469c;
    box-sizing: border-box;
    padding: 1em;
    position: relative;
    z-index: 1;
}
.footer-dd{
    text-align: center;
    background: #FFF;
    box-sizing: border-box;
    padding: 1em;
    position: relative;
    z-index: 1;
}
.footer-dd img{
    display: inline-block;
    vertical-align: middle;
}
.cnc-toolbar .cnc-wrap {
    position: relative;
}
.fb-share-bt .fa.fa-facebook-square {
    font-size: 18px;
}
.fb-share-bt {
    position: absolute;
    right: 20px;
    top: 50%;
    font-size: 14px;
    color: #fff;
    margin-top: -16px;
    cursor: pointer;
    border: 1px solid #3b5998;
    padding: 5px 14px;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    background: #3b5998;
}
.fb-share-bt:hover {
    background: #3b5998;
    border: 1px solid #3b5998;
}
.fb-set{
    text-align: center;
}
.fb-set .fb_set_pic{
    display: inline-block;
}
.fb-set .fb_set_pic._mb{
    display: none;
}
.fb-set p{
    text-align: center;
    font-size: 18px;
    margin: 0;
}
.fb-set p span._note{
    font-size: 11px;
    color: red;
    display: block;
}

.popup_fb_warn{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    box-sizing: border-box;
    padding: 10% 2em 0;
    z-index: 12;
    text-align: center;
    display: none;
}
.popup_fb_warn-box{
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    background: #FFF;
    position: relative;
}
.popup_fb_warn-box .x-clo{
    position: absolute;
    top: 10px;
    right: -10px;
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #fcd305;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    cursor: pointer;
}
.popup_fb_warn-wrap{
    padding: 1em 1em 2em;
    max-height: 100%;
    box-sizing: border-box;
    overflow-x: none;
    overflow-y: auto;
}
.popup_fb_warn-wrap h1{
    text-align: center;
    color: #e21683;
    font-family: supermarket,Tahoma,sans-serif;
    font-size: 30px;
    padding: 10px;
    line-height: 0.8em;
}
.w_set_vdo{
    position: absolute;
    top: -40px;
    right: 0px;
    z-index: 3;
    cursor: pointer;
    animation-name: cncani;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.mailcontact{
    display: inline-block;
    color: #ed0a8f;
    font-weight: bold;
    text-decoration: none;
    vertical-align: middle;
    border:solid 1px #63469c;
    border-radius: 3px;
    padding: 3px 10px;
}
.mailcontact b{
    display: block;
    color: #63469c;
}
.popup-update{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    left: 0;
    top: 0;
    box-sizing: border-box;
    padding: 1em;
    padding-top: 18%;
}
.popup-update-wrap{
    height: 100%;
    width: 100%;
    max-width: 720px;
    margin: 0 auto;
}
.popup-update-box{
    background: #e2e2e9;
    position: relative;
}
.popup-update-box a.x-clo{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #fcd305;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: -10px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    z-index: 11;
}
.popup-update-body{
    max-height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
}
.popup-update-body h1{
    text-align: center;
    color: #e21683;
    font-family: supermarket,Tahoma,sans-serif;
    font-size: 30px;
    padding: 20px 30px 5px;
}
.popup-update-body p{
    padding: 30px 30px 10px;
    font-size: 18px;
}
.popup-update-body img{
    display: block;
    margin: 0 auto;
}

.finalists .box-clip span.cnc-btn.score{
    display: none;
}
.finalists .box-clip .item{
    display: none;
}
.finalists .box-clip a.name{
    width: 100%;
}
.win-wrap {
    max-width: 1108px;
    min-width: 1108px;
    width: 100%;
    margin: 0 auto;
    background: #543395;
    position: relative;
    overflow: hidden;
    padding: 0 60px;
    box-shadow: inset 0px 0px 12px 0px rgba(49, 49, 49, 0.5);
}
.cnc-winner {
    width: 100%;
    margin-top: 30px;
}
ul.win-clip {
    width: 100%;
    z-index: 1;
    position: relative;
}
.win-clip li {
    float: left;
    width: 50%;
    padding: 60px 41px 28px;
    box-sizing: border-box;
    text-align: center;
}
.win-box {
    max-width: 358px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}
.win-box p {
    color: #fff;
    font-size: 18px;
    padding: 5px 0;
}
.win-head {
    width: 100%;
    max-width: 296px;
    margin: 0 auto;
    text-align: center;
    background: url(../images/bg_h_win.png) no-repeat center center;
    min-height: 63px;
    position: relative;
    margin-bottom: -38px;
    z-index: 2;
}
.dot-bg {
    position: absolute;
    z-index: 0;
    left: 0%;
    margin-top: 0px;
}
.win-head h1 {
    font-family: supermarket,Tahome,sans-serif;
    line-height: 53px;
    font-size: 40px;
    color: #e21683;
}
.win-box a.pic img {
    border: 2px solid #fff;
}
.win-box a.pic::after {
    content: url(../images/layer_play2.png);
    z-index: 2;
    margin-left: -48px;
    margin-top: -170px;
    position: absolute;
    top: 50%;
}
.win-box a.pic {
    position: relative;
}


@media screen and (max-width:480px){
    .win-wrap {
    min-width: 100%;
    padding: 0px;
    }
    .win-clip li {
        width: 100%;
        padding: 10px;
    }
    .win-head {
        margin-bottom: -38px;
    }
    .win-box {
    max-width: 100%;
    }
    img.dot-bg {
    max-width: inherit;
    margin-left: -61px;
    }
    .win-clip li:nth-child(1) {
        padding-top: 45px;
    }
    .win-head h1 {
    font-size: 2em;
    }
    .popup-update{
        padding-top: 1em;
    }
    .popup_fb_warn{
        padding: 1em;
    }
    .popup_fb_warn-box{
        height: 100%;
    }
    .fb-set .fb_set_pic._dt{
        display: none;
    }
    .fb-set .fb_set_pic._mb{
        display: inline-block;
        vertical-align: middle;
    }
    .w_set_vdo{
        max-width: 20%;
        top: 20px;
        right: 0;
    }
    .w_set_vdo img{
        width: 100%;
    }
    .box-clip a.thumb{
        min-height: initial;
    }
    .disp_mb{
        display: block;
    }
    .table_mb{
        display: block;
    }
    .table_dt{
        display: none;
    }
    .cnc-wrap{
        max-width: 100%;
        min-width: 100%;
    }
    .head-project .alogo{
        text-align: center;
        float: none;
        display: block;
    }
    .head-project .logo{
        margin: 0;
        width: 90%;
    }
    .cnc-toolbar .menu{
        display: none;
        position: fixed;
        top: 50px;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        z-index: 2;
        background: #ed0a8f;
    }
    .cnc-toolbar .menu a{
        box-sizing: border-box;
        text-align: center;
        width: 100%;
    }
    .cnc-toolbar .menu li{
        width: 100%;
        float: none;
        display: block;
        text-align: center;
        border-top: dotted 1px #e879ba;
    }
    .cnc-toolbar .menu._disp_show{
        display: block;
        box-shadow: 0 5px 5px rgba(0,0,0,0.3);
    }
    .cnc-vdo{
        float: none;
        margin: 0;
        height: 260px;
    }
    .cnc-vdo-iframe{
        padding: 13px 14px;
    }
    .cnc-desc{
        width: 100%;
        box-sizing: border-box;
        padding-left: 1em;
        padding-right: 1em;
    }
    .cnc-desc .pr-br{
        float: left;
        max-width: 55%;
        margin-top: -30px;
        margin-left: -56px;
    }
    .cnc-desc .cnc-desc-cont{
        right: 0;
        left: inherit;
        max-width: 75%;
        background-size: 100% 44%;
        padding: 11px 30px 20px 60px;
        min-height: inherit;
        top: -10px;
    }
    
    .list-clip li{
        width: 50%;
    }
    .box-clip .item .cnc-btn{
        width: 100%;
    }
    
    .sub-cnc{
        padding: 1em;
    }
    #howto,#criteria,#prize,#prof-page{
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    .sub-cnc ol{
        padding-left: 2em;
    }
    .cnc-form label{
        text-align: left;
    }
    #cnc-page-regis{
        padding-left: 0.5em;
        padding-right: 0.5em;
    }
    #cnc-page-regis .cnc-box-wrap{
        padding: 0.5em;
    }
    
    .cnc-box-profile{
        padding: 0.5em;
    }
    .cnc-box-profile .cnc-box-wrap{
        padding: 0;
    }
    .wrap-vdo .cnc-temp{
        min-height: 200px;
    }
    .cnc-box-profile .wrap-detail-left,.cnc-box-profile .wrap-detail-right{
        float: none;
        width: 100%;
    }
    .cnc-box-profile .wrap-detail-right{
        text-align: center;
    }
    .cnc-box-profile .wrap-detail-left{
        border: 0;
    }
    .cnc-box-profile .wrap-detail-left .item .title{
        min-width: 130px;
    }
    .cnc-box-profile .wrap-detail-left .item .result{
        width: 49%;
    }

    .cnc-box-vote{
        width: 100%;
        left: 0;
        margin-left: 0;
        background-size: 100% 100%;
        top: 0;
        margin-top: 0;
        height: initial;
    }
    .vote_normal{
        width: 100%;
        float: none;
    }
    .vote_plus{
        width: 100%;
        float: none;
        border-left: 0;
        border-top: solid 1px #CCC;
        border-bottom: solid 1px #CCC;
    }
    .cnc-box-vote a.cnc-x-clo{
        top: 0.5em;
        right: 0.5em;
    }
    .step-vdo iframe{
        width: 100%;
        height: 270px;
    }
    .cnc-form .item._boxleft{
        width: 100%;
        float: none;
    }
    .cnc-form .item._boxright{
        width: 100%;
        float: none;
    }
    .sub-cnc .cnc-boxslide .cnc-boxslide-detail{
        padding: 1em;
    }
    .wrap-vdo .cnc-temp .icmusic{
        display: none;
    }
    
    .cnc-vdo p{
        display: none;
    }
    .cnc-nav-clip ul li{
        display: block;
        width: 100%;
        float: none;
    }
    .cnc-nav-clip ul li a{
        display: block;
        text-align: center;
    }
    .cnc-nav-clip ul li.wrap-search{
        float: none;
        text-align: center;
    }
    .cnc-nav-clip ul{
        padding-top: 1em;
        padding-bottom: 0;
    }
    .cnc-nav-clip{
        display: none;
    }
    .cnc-nav-clip._show{
        display: block;
    }
    .btn-nav-show{
        display: block;
    }
    .btn-nav-show._show{
        display: block;
    }
    .btn-nav-show._hide{
        display: none;
    }
    
    #date_of_birth{
        width: 100%;
        max-width: 100%;
        margin-bottom: 1em;
    }
    #age{
        width: 95%;
        max-width: 95%;
    }
    .list-clip .box-clip img.cnclogo{
        right: -47px;
    }
    .cnc-desc .cnc-btn{
        width: 100%;
        box-sizing: border-box;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
    }
    .fb-share-bt {
        right: 15px;
    }
    .cnc-toolbar .cnc-wrap {
        position: initial;
    }
    .box-clip a.thumb img {
        height: auto;
    }
    .finalists .list-clip .box-clip{
        min-height: 210px;
    }
    
}
@media screen and (max-width:320px){
    .cnc-desc .cnc-desc-cont{
        max-width: 86%;
        background-size: 100% 100%;
    }
    .cnc-desc .cnc-desc-cont img.room39pic{
        display: none;
    }
}