* {
    resize: none;
    outline: 0;
}

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

body {
    margin: 0;
    min-height: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 1.4;
    font-family: Arial, Helvetica, "Microsoft JhengHei", "Heiti TC", sans-serif;
    background-color: rgba(255, 180, 236, 1);
    background-image: url(../images/kv_2019_main.png), url(../images/bg_top.png);
    background-position: top right, top left;
    background-repeat: no-repeat, no-repeat;
    /* background-size: 34%, cover; */
    background-size: 34%, contain;
    position: relative;
}

.mainpagebg::before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding-top: 50%;
    background-image: url(../images/bg_bottom.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.teampagebg:after {
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 67%;
    background-image: url(../images/kv_teamMember_content.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
}

.otherbg{
    /* background-color: rgb(254, 138, 180);
    background-image: url(../images/kv_2019_main.png), url(../images/kv_content.png); */
    background-color: rgba(255, 180, 236, 1);
    background-image: url(../images/kv_2019_main.png), url(../images/bg_top.png);
    background-position: top right, top left;
    background-repeat: no-repeat, no-repeat;
    background-size: 34%, contain;
}

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

.noselect {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */      
}

h1{
    opacity: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: -999px;
}

.container {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    /* background-image: url(../images/kv_2019_main.png), url(../images/bg_element.png); */
    /* background-position: top right, top left; */
    /* background-repeat: no-repeat, no-repeat; */
    /* background-size: auto, cover; */
    /* background-size: 34%, cover; */
    min-height: calc((100vh - 74.49vh) + 800px);
    padding-bottom: 40px;
}

.mobile_menu{
    display: none;
}

.menu{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content:flex-end;
    flex-wrap: nowrap;
    padding-top: 30px;
    z-index: 10;
    height: unset;
    background-color: unset;
    text-align: unset;
    top: 0;
    left: 0;
}

.menu .menu_btn{
    margin-right: 4.9479167%;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.menu .menu_btn:last-child{
    margin-right: 5.20834%;
}

.menu .menu_btn .text{
    position: relative;
    z-index: 2;
}

.menu .menu_btn:hover:after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 1;
}

.menu .selected:after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    z-index: 1;
}

/* .menu .menu_btn:hover::before{
    content: "";
    position: absolute;
    top: -15px;
    left: -30px;
    width: 60px;
    height: 60px;
    background-image: url("../images/btn_select.png");
    opacity: 1;
    z-index: 1;
    background-color: unset;
} */

.menu .selected::before{
    content: "";
    position: absolute;
    top: -15px;
    left: -30px;
    width: 60px;
    height: 60px;
    background-image: url("../images/btn_select.png");
    opacity: 1;
    z-index: 1;
    background-color: unset;
}

.menu .selected{
    position: relative;
}

.menu .menu_closebtn{
    display: none;
    position: absolute;
    width: 50px;
    height: 50px;
    right: 4px;
    top: 34px;
    margin-right: 50px;
    margin-top: 20px;
    cursor: pointer;
}

.menu .menu_closebtn:before, .menu .menu_closebtn:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -17.5px;
    display: block;
    height: 4px;
    width: 35px;
    background-color: #ffffff;
    -webkit-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

.menu .menu_closebtn:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu .menu_closebtn.active:before,
.menu .menu_closebtn.active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.content {
    margin-left: 90px;
    padding-top: 135px;
    width: 17.6041667%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    display: inline-block;
    vertical-align: top;
}

.content .cosmo_logo{
    background-image: url("../images/logo_cosmo.png");
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 150px;
    max-height: 180px;
    margin-bottom: 30px;
    width: 44.3786983%;
}

.content .event_icon{
    background-image: url("../images/kv_logo_main.png");
    background-repeat: no-repeat;
    background-size: contain;
    max-width: 338px;
    max-height: 512px;
    margin-bottom: 25px;
}

.content .cosmo_logo::after{
    display: block;
    content: '';
    padding-top: 120%;
}

.content .event_icon::after{
    display: block;
    content: '';
    padding-top: 151.48%;
}

.content .event_partner{
    /* max-width: 338px; */
}

.content .event_partner .event_partner_text{
    font-size: 15px;
    margin-bottom: 15px;
    font-family: "Microsoft YaHei", "LiHei Pro", sans-serif;
}

.content .event_partner .event_partner_icon{
    display: flex;
    justify-content:flex-start;
}

.content .event_partner .event_partner_icon .partner_icon{
    /* width: 150px; */
    /* height: 60px; */
    width: 45.857989%;
    height: auto;
}

.content .event_partner .event_partner_icon .partner_icon img{
    width: 100%;
}
/*index page*/
.detail_area{
    /* display: inline-block;
    width: 76.708334%;
    vertical-align: top; */
    width: 53.489584%;
    position: absolute;
    top: 20%;
    right: 25.21875%;
}

.detail_area .detail_photo{

}

.detail_area .detail_photo img{
    width: 100%;
}

.detail_area .detail_textbox{
    position: absolute;
    left: calc(((100% - 530px)/4) + 40%);
    top: 80%;
    text-align: center;
    /* background-color: rgba(212, 0, 0, 0.8); */
    background-color: rgba(254, 101, 131, 0.8);
    width: 85%;
    padding: 20px;
}

.detail_area .detail_textbox .title{
    font-size: 28px;
    font-style: italic;
    font-family: "Microsoft YaHei", "LiHei Pro", sans-serif;
}

.detail_area .detail_textbox .subtitle{
    font-size: 20px;
}

.detail_area .detail_textbox .detail{
    font-size: 15px;
    text-align: justify;
    line-height: 2;
}
/*index page*/

/*pastevent page*/
.pastevent_detail_area{
    width: 53.489584%;
    position: absolute;
    top: 33%;
    /* right: 19.21875%; */
    right: 13.21875%;
}

.pastevent_detail_area .organized_partner_area{
    display: flex;
}

.pastevent_detail_area .pastyear_link{

}

.pastevent_detail_area .pastyear_link .yaer_btn_list{
    display: flex;
}

.pastevent_detail_area .pastyear_link .yaer_btn_list .yaer_btn{
    width: 18%;
    background-color: rgba(255, 183, 197, 0.9);
    margin-right: 3.89484%;
    text-align: center;
    padding: 0 2%;
    border-radius: 45px;
    cursor: pointer;
    font-size: 24px;
}

.pastevent_detail_area .event_organized,.pastevent_detail_area .event_partner{
    width: 50%;
    margin-bottom: 60px;
}

.pastevent_detail_area .event_organized .event_organized_text,.pastevent_detail_area .event_partner .event_partner_text, .pastevent_detail_area .pastyear_link .yaer_text{
    font-size: 30px;
    margin-bottom: 30px;
    font-family: "Microsoft YaHei", "LiHei Pro", sans-serif;
}

.pastevent_detail_area .event_organized .event_organized_icon .organized_icon{
    width: 64.26485%;
    height: auto;
}

.pastevent_detail_area .event_partner .event_partner_icon .partner_icon{
    width: 29.211295%;
    height: auto;
}

.pastevent_detail_area .event_organized .event_organized_icon .organized_icon img,.pastevent_detail_area .event_partner .event_partner_icon .partner_icon img{
    width: 100%;
}
/*pastevent page*/

/*rule page*/
.rule_detail_area{
    width: 62%;
    position: relative;
    top: 15%;
    right: 0%;
    display: inline-block;
    padding-top: 135px;
    padding-left: 6%;
}

.rule_detail_area h2{
    font-size: 30px;
    font-family: "Microsoft YaHei", "LiHei Pro", sans-serif;
    font-style: italic;
}

.rule_detail_area ol li {
    line-height: 1.8;
}
/*rule page*/

/* team page */
.team_data{
    padding-top: 165px;
    padding-left: 8.854167%;
    padding-right: 8.854167%;
}

.team_data .mobile_topmenu{
    display: none;
}

.team_data .topmenu{
    display: flex;
    margin-bottom: 55px;
}

.team_data .topmenu .logo{
    max-width: 100px;
    max-height: 120px;
    min-width: 100px
}

.team_data .topmenu .logo img{
    width: 100%;
}
.team_data .topmenu .title_and_team{
    display: flex;
    flex-wrap: wrap;
    margin-left: 10px;
    align-content: center;
    z-index: 1;
}

.team_data .topmenu .title_and_team .title{
    font-size: 30px;
    font-family: "Microsoft YaHei", "LiHei Pro", sans-serif;
    width: 100%;
}

.team_data .topmenu .title_and_team .team_list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    line-height: 1.8;
}

.team_data .topmenu .title_and_team .team_list .team_name{
    margin-right: 18px;
    position: relative;
    cursor: pointer;
}

.team_data .topmenu .title_and_team .team_list .selected:after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.team_data .topmenu .title_and_team .team_list .team_name:hover:after{
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.team_info{
    position: relative;
    padding-bottom: 40px;
    z-index: 1;
}

.team_info .group_photo{
    max-width: 940px;
    max-height: 630px;
    position: relative;
    font-size: 0;
}

.team_info .group_photo img{
    width: 100%;
}

.team_info .team_detail{
    /* position: absolute;
    background-color: rgba(254, 101, 131, 0.8);
    font-size: 15px;
    max-width: 590px;
    max-height: 350px;
    padding: 25px;
    bottom: 33%;
    right: -50%; */
    position: absolute;
    background-color: rgba(254, 101, 131, 0.8);
    font-size: 15px;
    max-width: 590px;
    max-height: 350px;
    padding: 55px 25px;
    top: calc((100% - 640px)/100 * 20);
    right: 60px;
    min-height: 240px;
}

.team_info .team_detail .team_title{
    font-size: 20px;
    margin-bottom: 10px;
}

.team_info .team_detail .team_desc{
    margin-bottom: 35px;
}

.team_info .team_detail .team_subtitle{
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
}

.team_info .team_detail .team_subtitle::before{
    content: "";
    background-image: url(../images/icon_win.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 12px;
    padding-left: 24px;
}

.team_info .team_detail .team_subtitle.mission::before{
    content: "";
    background-image: url(../images/icon_talkingBubble.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 1px;
    padding-left: 32px;
}

.team_info .team_detail .team_subtitle:after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
}

.team_info .team_detail .team_slogan{
    font-size: 15px;
}

.team_info .member_detail{
    text-align: center;
    margin-bottom: 5%;
    margin-top: 75px;
}

.team_info .member_titlelogo{
    max-width: 390px;
    max-height: 62px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.team_info .member_titlelogo img{
    width: 100%;
}

.team_info .member_detail .member_list{
    display: flex;
    /* background-image: url(../images/kv_teamMember_content.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.team_info .member_detail .memberdata{
    width: 25%;
    max-width: 250px;
    margin: 0 auto;
}
.team_info .member_detail .memberdata .memberphoto{
    font-size: 0;
    position: relative;
}
.team_info .member_detail .memberdata .memberphoto img{
    width:100%;
}

.team_info .member_detail .memberdata .mask::after{
    display: none;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #3b3a3ac9;
}

.team_info .member_detail .memberdata .active::after{
    background-color: unset;
}

.team_info .member_detail .memberdata .info{
    background-color: #fff;
    color: #000;
    padding: 35px 20px;
    /* width: 210px; */
    /* height: 210px; */
    line-height: 1.8;
    right: 0;
    display: block;
}

.team_info .mobile_slick{
    display: none;
    height: 100%;
}

.photoList{
	position:relative;
	width:100%;
}

.photoList .photoListContainer{
	position:relative;
	width:100%;
}

.photoList .photoListContainer .photoElement{
	padding: 0px 5px;
	position:relative;
}

.photoList .photoListContainer .photoElement img
{
	position:relative;
}

.photoList .photoListContainer .slick-prev:before,
.photoList .photoListContainer .slick-next:before{
	color: #000;
}

/* team page */

footer{
    /* position: relative;
    bottom: -2.2em;
    background-color: #666; */
    position: absolute;
    bottom: 0;
    background-color: #666;
    width: 100%;
}

footer .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 14px;
    padding: 0.6em 1em;
    max-width: 1000px;
    margin: 0 auto
}

footer .wrapper br {
    display: none
}

footer .wrapper .lWrap {
    width: 75%;
    text-align: left
}

footer .wrapper .rWrap {
    width: 25%;
    text-align: right
}

footer .wrapper .footer-pp {
    color: #ffffff;
    text-decoration: none
}

/*winner page*/
.winner_detail_area{
    width: 62%;
    position: relative;
    top: 15%;
    right: 0%;
    display: inline-block;
    padding-top: 135px;
    padding-left: 6%;
}

.winner_detail_area h2{
    font-size: 30px;
    font-family: "Microsoft YaHei", "LiHei Pro", sans-serif;
    font-style: italic;
    text-align: center;
}

.winner_detail_area .winnerContainer{
    display: flex;
    flex-wrap: wrap;
}

.winner_detail_area .winnerContainer .main_kv_img{
    background: url('../images/winner1.jpg') no-repeat 0% 0%;
    background-size: contain;
    position: relative;
    max-width: 1180px;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.winner_detail_area .winnerContainer .main_kv_img:after{
    content:'';
    display: block;
    padding-top: 62.29%;
}

.winner_detail_area .winnerContainer .winner_element {
    position: relative;
    width: 48%;
}

.winner_detail_area .winnerContainer .winner_element .img{
    position: relative;
    max-width: 1200px;
    width: 100%;
    display: block;
}

.winner_detail_area .winnerContainer .winner_element.team1 {
    padding-right: 2%;
}

.winner_detail_area .winnerContainer .winner_element.team2 {
    padding-left: 2%;
}

.winner_detail_area .winnerContainer .winner_element.team1 .img{
    background: url('../images/winner3.jpg') no-repeat 0% 0%;
    background-size: contain;
}

.winner_detail_area .winnerContainer .winner_element.team2 .img{
    background: url('../images/winner2.jpg') no-repeat 0% 0%;
    background-size: contain;
}

.winner_detail_area .winnerContainer .winner_element .img:after{
    content:'';
    display: block;
    padding-top: 62.29%;
}

.winner_detail_area .winnerContainer .winner_element .descn{
    background-color: rgba(254, 101, 131, 0.8);
    font-size: 15px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    padding: 20px 5% 40px;
}

.winner_detail_area .winnerContainer .winner_element .descn .title,
.winner_detail_area .winnerContainer .winner_element .descn .subtitle{
    font-size: 20px;
    line-height: 32px;
    padding-top: 0px;
    padding-bottom: 5px;
}

.winner_detail_area .winnerContainer .winner_element .descn .text{
    padding-top: 10px;
}



/*rule page*/



@media screen and (max-width: 1680px) {
    .team_info .group_photo{
        margin: 0 auto;
    }

    .team_info .team_detail {
        position: relative;
        max-width: 890px;
        margin: 0 auto;
        right: 0;
        max-height: unset;
    }
}

@media screen and (max-width: 828px) {

    body {
        background-image: url(../images/kv_content.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fe748e;
    }

    .otherbg {
        background-image: url(../images/kv_content.jpg);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #fe748e;
    }

    .container {
        min-height: calc((100vh - 74.49vh) + 800px);
        /* padding-bottom: 80px; */
        padding-bottom: 74.49px;
    }

    .mobile_menu{
        position: relative;
        top: 0;
        left: 0;
        display: flex;
        justify-content: space-between;
        width: 92%;
        padding: 4%;
        align-items: flex-start;
    }

    .mobile_menu .mobile_cosmo_logo{
        width: 16%;
    }

    .mobile_menu .mobile_cosmo_logo img{
        width: 100%;
    }

    .mobile_menu .mobile_event_icon{
        width: 58%;
        text-align: center;
    }

    .mobile_menu .mobile_event_icon img{
        width: 100%;
        padding-top: 1%;
    }

    
    .mobile_menubtn {
        /* display: block;
        cursor: pointer;
        margin-top: 50px;
        margin-right: 50px;
        position: absolute;
        z-index: 10;
        right: 0; */
        display: block;
        cursor: pointer;
        width: 8%;
        min-width: 61px;
    }
    
    .mobile_menubtn .col {
        display: inline-block;
        width: 52px;
        text-align: center;
        height: auto;
        position: relative;
        background-color: #fff;
        border-radius: 40px;
        padding: 4px;
    }
    
    .mobile_menubtn .col .bar {
        display: block;
        height: 3px;
        width: 35px;
        background: #feabc8;;
        margin: 10px auto;
    }
    
    .mobile_menubtn .col .arrow-bottom-fall,
    .mobile_menubtn .col .arrow-top-fall {
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    
    .mobile_menubtn.active .arrow-top-fall {
        -webkit-transform: translateY(15px);
        transform: translateY(15px);
    }
    
    .mobile_menubtn.active .arrow-bottom-fall {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
      

    .menu {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        padding-top: 100px;
        z-index: 10;
        background-color: rgba(254, 108, 141, 0.9);
        text-align: center;
    }

    .menu .menu_closebtn{
        display: block;
    }

    .menu .menu_btn {
        cursor: pointer;
        margin: 6% 0;
        font-size: 28px;
        width: 100%;
    }

    .menu .menu_btn:hover:after{
        background-image: unset;
        background-color: unset;
    }
    
    .menu .selected:after{
        background-image: unset;
        background-color: unset;
    }

    .content {
        margin: 0 auto;
        margin-left: 0px;
        padding-top: 0px;
        width: 100%;
        text-align: center;
    }

    .mobilehide{
        opacity: 0;
        height: 0;
        /* display: none !important; */
    }



    .content .cosmo_logo {
        margin: 0 auto;
        margin-bottom: 30px;
        width: 22.3786983%;
    }

    .content .event_icon {
        margin: 0 auto;
        margin-bottom: 25px;
        width: 54.3478%;
    }

    .content .event_partner .event_partner_icon{
        justify-content:center;
    }

    .content .event_partner .event_partner_icon .partner_icon {
        width: 18.857989%;
        height: auto;
        min-width: 150px;
    }

    /*index page*/
    .detail_area {
        width: 100%;
        position: relative;
        padding-top: 10%;
        right: 0%;
    }

    .detail_area .detail_textbox {
        position: relative;
        left: 0;
        top: 0;
        text-align: center;
        background-color: unset;
        width: calc(100% - 40px);
        padding: 20px;
    }

    /*index page*/

    /*pastevent page*/
    .pastevent_detail_area{
        width: 100%;
        position: relative;
        /* top: 112px; */
        top: 30px;
        left: 0;
        right: unset;
        text-align: center;
        z-index: 2;
    }

    .pastevent_detail_area .organized_partner_area{
        display: flex;
        flex-wrap: wrap;
    }
    
    .pastevent_detail_area .pastyear_link .yaer_btn_list .yaer_btn {
        width: 42%;
        background-color: rgba(255, 183, 197, 0.9);
        margin: 2%;
        text-align: center;
        padding: 0 2%;
        border-radius: 45px;
        cursor: pointer;
        font-size: 36px;
    }
    

    .pastevent_detail_area .event_organized .event_organized_icon .organized_icon{
        width: 64.26485%;
        height: auto;
        margin: 0 auto;
    }

    .pastevent_detail_area .event_partner .event_partner_icon .partner_icon{
        width: 29.211295%;
        height: auto;
        margin: 0 auto;
    }

    .pastevent_detail_area .event_organized, .pastevent_detail_area .event_partner{
        width: 100%;
        margin-bottom: 60px;
    }

    .pastevent_detail_area .pastyear_link .yaer_btn_list{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

/* 
    .pastevent_detail_area .event_organized .event_organized_text,.pastevent_detail_area .event_partner .event_partner_text, .pastevent_detail_area .pastyear_link .yaer_text{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .pastevent_detail_area .event_organized .event_organized_icon .organized_icon img,.pastevent_detail_area .event_partner .event_partner_icon .partner_icon img{
        width: 100%;
    } */
    /*pastevent page*/

    /*rule page*/
    .rule_detail_area {
        width: 94%;
        position: relative;
        top: 0;
        right: 0;
        padding: 0 3%;
    }
    /*rule page*/

    /*team page*/
    .team_data{
        padding: 0px;
    }

    .team_data .topmenu{
        display: none;
    }
    
    .team_data .mobile_topmenu{
        display: block;
        text-align: center;
    }

    .team_data .mobile_topmenu select{
        -webkit-appearance: button;
        -webkit-border-radius: 2px;
        -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
        -webkit-padding-end: 20px;
        -webkit-padding-start: 2px;
        -webkit-user-select: none;
        background-image: url('../images/btn_dropdown.png'), -webkit-linear-gradient(#ffb7c5, #ffb7c5 40%,#ffb7c5);
        background-position: 97% center;
        background-repeat: no-repeat;
        background-size: 7%, cover;
        border: 1px solid #ffb7c5;
        color: #fff;
        font-size: 30px;
        margin: 10px;
        overflow: hidden;
        padding: 10px 20px;
        text-overflow: ellipsis;
        white-space: nowrap;
        width: 85%;
        text-align: center;
        text-align-last: center;
    }

    .team_data .mobile_topmenu option{
        text-align: center;
        text-align-last: center;
        background-color: #ffb7c5;
    }

    .team_data .mobile_topmenu .title {
        font-size: 28px;
        font-style: italic;
        letter-spacing: 4px;
        margin-top: 60px;
    }

    .team_info {
        padding-bottom: 0px;
    }

    .team_info .member_detail{
        text-align: center;
        margin-bottom: 0;
        margin-top: 0;
    }

    .team_info .team_detail{
        background-color: unset;
    }

    .team_info .member_titlelogo {
        max-width: 315px;
        max-height: 50px;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .team_info .member_detail .member_list {
        background-color: #000;
    }

    .team_info .member_detail .memberdata {
        margin: 0;
    }

    .team_info .member_detail .memberdata .info{
        display: none;
    }

    .team_info .mobile_slick{
        display: block;
    }

    .team_info .mobile_slick .mobile_info{
        display: block;
        background-color: #fff;
        color: #000;
        padding: 35px 100px;
        line-height: 1.8;
        text-align: center;
        min-height: 200px;
    }

    /*winner page*/
    .winner_detail_area {
        width: 100%;
        position: relative;
        top: 0;
        right: 0;
        padding: 0 0%;
    }

    .winner_detail_area .winnerContainer .winner_element {
        width: 100%;
    }
    
    .winner_detail_area .winnerContainer .winner_element.team1,
    .winner_detail_area .winnerContainer .winner_element.team2 {
        padding-left: 0%;
        padding-right: 0%;
    }

    /*rule page*/

    /* Arrows */
    .slick-prev,
    .slick-next
    {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 35px;
        height: 35px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
        z-index: 1;
        border: 1px solid #000;
        border-radius: 24px;
        padding: 0px;
    }
    .slick-prev:hover,
    .slick-prev:focus,
    .slick-next:hover,
    .slick-next:focus
    {
        color: transparent;
        outline: none;
        background: transparent;
    }
    .slick-prev:hover:before,
    .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before
    {
        opacity: 1;
    }
    .slick-prev.slick-disabled:before,
    .slick-next.slick-disabled:before
    {
        opacity: .25;
    }

    .slick-prev:before,
    .slick-next:before
    {
        font-family: 'slick';
        font-size: 21px;
        line-height: 1;
        opacity: .75;
        color: #000;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    .slick-prev
    {
        left: 20px;
    }
    [dir='rtl'] .slick-prev
    {
        right: 20px;
        left: auto;
    }
    .slick-prev:before
    {
        content: '←';
    }
    [dir='rtl'] .slick-prev:before
    {
        content: '→';
    }

    .slick-next
    {
        right: 20px;
    }
    [dir='rtl'] .slick-next
    {
        right: auto;
        left: 20px;
    }
    .slick-next:before
    {
        content: '→';
    }
    [dir='rtl'] .slick-next:before
    {
        content: '←';
    }

    .team_info .member_detail .memberdata .mask::after{
        display: block;
    }
    /*team page*/

    footer {
        position: absolute;
        bottom: 0;
        background-color: #666;
        width: 100%;
    }

    footer .wrapper {
        display: block
    }

    footer .wrapper br {
        display: block
    }

    footer .wrapper .lWrap,
    footer .wrapper .rWrap {
        width: 100%;
        text-align: center
    }
}

/*# sourceMappingURL=style.css.map */