@charset "utf-8";
@import url("reset.css");
@font-face {
    font-family: "ArcherBold";
    src: url("//db.onlinewebfonts.com/t/1f386639b52564cd55b0c3a9f9b0ffa0.eot");
    src: url("//db.onlinewebfonts.com/t/1f386639b52564cd55b0c3a9f9b0ffa0.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/1f386639b52564cd55b0c3a9f9b0ffa0.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/1f386639b52564cd55b0c3a9f9b0ffa0.woff") format("woff"), url("//db.onlinewebfonts.com/t/1f386639b52564cd55b0c3a9f9b0ffa0.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/1f386639b52564cd55b0c3a9f9b0ffa0.svg#ArcherBold") format("svg");
}

@font-face {
    font-family: "Neutraface Text Demi Alt";
    src: url("//db.onlinewebfonts.com/t/dc7655bbe821034b0cc65201bd672124.eot");
    src: url("//db.onlinewebfonts.com/t/dc7655bbe821034b0cc65201bd672124.eot?#iefix") format("embedded-opentype"), url("//db.onlinewebfonts.com/t/dc7655bbe821034b0cc65201bd672124.woff2") format("woff2"), url("//db.onlinewebfonts.com/t/dc7655bbe821034b0cc65201bd672124.woff") format("woff"), url("//db.onlinewebfonts.com/t/dc7655bbe821034b0cc65201bd672124.ttf") format("truetype"), url("//db.onlinewebfonts.com/t/dc7655bbe821034b0cc65201bd672124.svg#Neutraface Text Demi Alt") format("svg");
}


/*-- web font --*/

.ArcherBold {
    font-family: "ArcherBold", serif, "微軟正黑體";
}

.Neutraface {
    font-family: "Neutraface Text Demi Alt", serif, "微軟正黑體";
}


/*-- CSS Document --*/

a {
    color: #54c3bd;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    text-decoration: none;
}

a:hover {
    opacity: 0.8;
}


/*-- font effect --*/

.clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.bold {
    font-weight: bold;
}

.red {
    color: #D62817;
}

.green {
    color: #54c3bd;
}

.align_r {
    text-align: right;
}

.align_c {
    text-align: center;
}

.italic {
    font-style: italic;
    opacity: 0.7;
    font-weight: normal;
}

.nowrap {
    width: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.divider {
    height: 8px;
    line-height: 8px;
}

.greenLine,
.grayLine {
    height: 0px;
    line-height: 0px;
    border-bottom: 1px solid #54c3bd;
    width: 100%;
    margin: 30px auto;
}

.grayLine {
    border-bottom: 1px solid #e0e0e0;
}

ol.number,
ol.dot {
    display: block;
}

ol.number li,
ol.dot li {
    margin: 0 0 6px 20px;
    list-style: decimal;
}

ol.number li:last-child,
ol.dot li:last-child {
    margin-bottom: 0;
}

ol.dot li {
    list-style: disc;
}


/*-- hiddenLeader --*/

#hiddenLeader,
#hiddenTrainer,
#hiddenAgenda {
    display: none
}


/*-- btn effect --*/

.btnStyle {
    -webkit-appearance: none;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    color: #54c3bd;
    background: #FFF;
    border: 2px solid #54c3bd;
    border-radius: 50px;
}

.btnStyle:hover {
    opacity: 0.8;
    background: #54c3bd;
    color: #fff;
}


/*-- kvBg --*/

.kvBg2,
.kvBg3,
.kvBg4 {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    /*for ani*/
    opacity: 0;
    animation: InOutBtn 4.5s ease-in;
    animation-iteration-count: infinite;
    animation-delay: 2s;
}

.kvBg2 {
    background-image: url(../images/kvBg2.jpg);
}

.kvBg3 {
    background-image: url(../images/kvBg3.jpg);
    animation-delay: 4s;
}

.kvBg4 {
    background-image: url(../images/kvBg1.jpg);
    animation-delay: 6s;
}


/*-- regInfo icon --*/

.regInfo li:first-child div.regInfoL {
    background-image: url(../images/date.svg);
}

.regInfo li:nth-child(2) div.regInfoL {
    background-image: url(../images/venue.svg);
}

.regInfo li:nth-child(3) div.regInfoL {
    background-image: url(../images/money.svg);
}


/*-- trainers icon --*/

.trainers li:first-child a div {
    background-image: url(../images/Trainer-Mandy-black.png);
}

.trainers li:first-child a:hover div {
    background-image: url(../images/Trainer-Mandy.png);
}

.trainers li:nth-child(2) a div {
    background-image: url(../images/Trainer-tracy-black.png);
}

.trainers li:nth-child(2) a div:hover {
    background-image: url(../images/Trainer-tracy.png);
}


/*-- leaderList icon --*/

.leaderList li:first-child a div {
    background-image: url(../images/kuo-black.jpg);
}

.leaderList li:first-child a:hover div {
    background-image: url(../images/kuo-color.jpg);
}

.leaderList li:nth-child(2) a div {
    background-image: url(../images/oneyoung-black.jpg);
}

.leaderList li:nth-child(2) a:hover div {
    background-image: url(../images/oneyoung-color.jpg);
}

.leaderList li:last-of-type a div {
    background-image: url(../images/Cindy-black.jpg);
}

.leaderList li:last-of-type a:hover div {
    background-image: url(../images/Cindy-color.jpg);
}


/*-- time --*/

#time {
    text-align: center;
    overflow: auto;
    color: #000;
}

#time dd {
    display: inline-block;
    width: 50%;
    background-color: #fff;
    border-radius: 10px;
}

#time dd:last-of-type {
    margin: 0;
}

#time dd a {
    color: #000;
}

#time dd a:hover {
    opacity: 0.7;
}

#time dd h2 {
    padding: 25px 0;
    background-color: #54c3bd;
    color: #fff;
    border-radius: 10px 10px 0 0;
}

#time dd h2 span {
    font-size: 51px;
}

#time ul li {
    padding: 20px 0;
    border-bottom: 1px solid #ededed;
}

#time ul li:last-of-type {
    border-bottom: 0;
}

#time ul li h3 {
    margin-bottom: 5px;
}


/*-- reg --*/

.regInfo div.regInfoR p.pink em {
    background-color: #F78386;
    color: #fff;
}

.regInfo div.regInfoR p.blue em {
    background-color: #5CC3EC;
    color: #fff;
}

.regInfo div.regInfoR p.pink b {
    color: #F78386;
}

.regInfo div.regInfoR p.blue b {
    color: #5CC3EC;
}

.regInfo div.regInfoR p.pink i,
.regInfo div.regInfoR p.blue i {
    background-color: #F78386;
    font-size: 13px;
    color: #fff;
    padding: 2px 5px;
}

.regInfo div.regInfoR p.blue i {
    background-color: #5CC3EC;
}


/*-- footer --*/

#footerWrapper dd ul.social li:first-child a {
    background-image: url(../images/Facebook-Round.png);
}

#footerWrapper dd ul.social li:nth-child(2) a {
    background-image: url(../images/Linkedin-round.png);
}

#footerWrapper dd ul.social li:nth-child(3) a {
    background-image: url(../images/Instagram.png);
}

#footerWrapper dd ul.social li:nth-child(4) a {
    background-image: url(../images/Twitter-round.png);
}

#footerWrapper dd ul.social li:nth-child(5) a {
    background-image: url(../images/Youtube-round.png);
}

footer a {
    color: #fff;
    text-decoration: none;
    opacity: 0.6;
}

footer a:hover {
    opacity: 1;
    color: #fff;
}

#footerWrapper dd ul {
    margin-top: 10px;
}

#footerWrapper dd ul li {
    display: inline-block;
    margin-right: 10px;
}

#footerWrapper dd ul li:last-child {
    margin-right: 0;
}

#footerWrapper dd ul.social li a {
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
}


/* - toTop  ---*/

#toTop {
    position: fixed;
    right: 30px;
    bottom: 35px;
    width: 40px;
    height: 40px;
    background: url(../images/icon_top.svg) no-repeat rgba(0, 0, 0, 0.3) center center;
    cursor: pointer;
    display: none;
    z-index: 123;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

#toTop:hover {
    background: url(../images/icon_top.svg) no-repeat #54c3bd center center;
}

@media screen and (min-width:801px) {
    /*-- body --*/
    html,
    body {
        margin: 0;
        padding: 0;
        color: #333;
        font-size: 15px;
        line-height: 160%;
        font-family: 'Neutraface Text Demi Alt', "微軟正黑體", sans-serif;
    }
    p {
        line-height: 160%;
    }
    h1,
    h2,
    h3 {
        line-height: 130%;
        font-family: 'ArcherBold', "微軟正黑體", sans-serif;
    }
    .btnStyle {
        padding: 12px 10%;
        line-height: 100%;
        font-size: 25px;
    }
    .NoShowInPC {
        display: none;
    }
    /*-- scroll bar --*/
    /* width */
     ::-webkit-scrollbar {
        width: 10px;
    }
    /* Track */
     ::-webkit-scrollbar-track {
        background: #ededed;
    }
    /* Handle */
     ::-webkit-scrollbar-thumb {
        background: #999;
        border-radius: 50px;
    }
    /* Handle on hover */
     ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }
    /*-- header --*/
    header {
        position: fixed;
        background-color: #000;
        width: 100%;
        z-index: 999;
        padding: 10px 5%;
    }
    header #logo {
        width: 200px;
        height: 40px;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        float: left;
    }
    header h4.openMenu {
        display: none;
    }
    header #menu {
        float: right;
    }
    header #menu li {
        display: inline-block;
        margin-left: 20px;
    }
    header #menu li a {
        display: block;
        line-height: 40px;
        color: #ffffff;
        font-size: 17px;
    }
    #menu li a.current {
        color: #54c3bd;
    }
    /*-- kv --*/
    #kvWrapper {
        position: relative;
        background-image: url(../images/kvBg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    #kvText {
        width: 600px;
        position: absolute;
        color: #fff;
        right: calc(50% - 300px);
    }
    #logoLeader {
        width: 100%;
        height: 60px;
        background-image: url(../images/logoLeader.svg);
        background-repeat: no-repeat;
        background-size: auto 95%;
        background-position: left 10px center;
        text-align: right;
        padding-right: 5px;
        /*background-color: #f00;*/
        /*for ani*/
        opacity: 0;
        animation: fadeIn 2s ease;
        animation-fill-mode: forwards;
        animation-delay: 0.5s;
    }
    #kvText h1,
    #kvText h3,
    #kvText h2,
    #kvText p {
        line-height: 100%;
    }
    #kvText p {
        font-size: 19px;
        letter-spacing: 3px;
    }
    #kvText h2 {
        font-family: 'Neutraface Text Demi Alt';
        font-size: 42px;
        letter-spacing: 4px;
    }
    #kvText h1 {
        font-size: 135px;
        width: auto;
        white-space: nowrap;
        letter-spacing: 20px;
        margin: 30px 0 15px 0;
        /*for ani*/
        opacity: 0;
        animation: fadeIn 2s ease;
        animation-fill-mode: forwards;
        animation-delay: 1.2s;
    }
    #kvText h3 {
        font-size: 40px;
        font-weight: normal;
        /*for ani*/
        opacity: 0;
        animation: fadeIn 2s ease;
        animation-fill-mode: forwards;
        animation-delay: 1.8s;
    }
    #kvText h1,
    #kvText h3 {
        text-shadow: rgb(122, 246, 255) 0px 0 15px, rgb(0, 183, 255) 0px 0px 2px;
    }
    #kvText div.sponsors {
        margin-top: 35px;
        text-align: center;
        /*for ani*/
        opacity: 0;
        animation: fadeIn 2s ease;
        animation-fill-mode: forwards;
        animation-delay: 2s;
    }
    #kvText div.sponsors img {
        width: 60%;
    }
    #scrollBtn {
        opacity: 0;
        position: absolute;
        bottom: 20px;
        left: 50%;
        width: 80px;
        height: 80px;
        margin-left: -40px;
        background-image: url(../images/scroll.svg);
        background-repeat: no-repeat;
        background-size: auto 70%;
        background-position: center center;
        cursor: pointer;
        /*for ani*/
        animation: InOutBtn 1.5s ease-in;
        animation-iteration-count: infinite;
        animation-delay: 2s;
    }
    /*-- article --*/
    article {
        max-width: 1000px;
        margin: 0 auto;
        padding: 80px 0;
        font-size: 19px;
    }
    article h1 {
        font-size: 51px;
    }
    article h2 {
        font-size: 29px;
        font-weight: normal;
    }
    /*-- intro --*/
    #intro {
        background-image: url(../images/bgIntro.png);
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: left center;
        background-color: #54c3bd;
        color: #fff;
    }
    #intro h2 {
        margin-bottom: 20px;
    }
    .left {
        float: left;
        width: 50%
    }
    .right {
        float: right;
        width: 50%
    }
    /*-- agenda --*/
    #agenda {
        background-image: url(../images/bgAgenda.jpg);
        background-color: #000;
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: bottom center;
        color: #fff;
    }
    /*-- trainers --*/
    #trainers article {
        border-top: 1px solid #54c3bd;
    }
    ul.trainers {
        text-align: center;
    }
    ul.trainers li {
        float: left;
        width: 40%;
        margin-left: 10%;
    }
    .trainers li a {
        color: #000;
        display: block;
        transition: all 0.5s ease-out;
    }
    .trainers li a:hover {
        color: #54c3bd;
        transition: all 0.5s ease-out;
    }
    .trainers li a div {
        background-repeat: no-repeat;
        background-size: 100% 100%;
        background-position: top center;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        transition: all 0.5s ease-out;
        margin-bottom: 15px;
    }
    .trainers li a:hover div {
        transition: all 0.5s ease-out;
    }
    .trainers li a h2,
    .trainers li a p {
        border-left: 3px solid #54c3bd;
        padding-left: 12px;
        text-align: left;
    }
    .trainers li a h2 {
        font-family: 'Neutraface Text Demi Alt';
    }
    /*-------------leader--------------------*/
    .leaderList {
        margin-top: 20px;
    }
    .leaderList li {
        float: left;
        width: 32%;
        margin-right: 2%;
    }
    .leaderList li:last-of-type {
        margin-right: 0;
    }
    .leaderList li a {
        color: #333;
        display: block;
        transition: all 0.5s ease-out;
    }
    .leaderList li a div {
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top center;
        width: 90%;
        padding-bottom: 140%;
        margin-bottom: 15px;
        transition: all 0.5s ease-out;
    }
    .leaderList li a:hover div {
        transition: all 0.5s ease-out;
    }
    .leaderList li a:hover {
        opacity: 1;
    }
    .leaderList li a h2 {
        font-family: 'Neutraface Text Demi Alt', "微軟正黑體", sans-serif;
        border-left: 3px solid #54c3bd;
        padding: 0 0 5px 12px;
        font-weight: bold;
    }
    .leaderList li a h2 span {
        font-size: 19px;
    }
    .leaderList li a:hover h2 {
        color: #54c3bd;
        transition: all 0.5s ease-out;
    }
    .leaderList li a p {
        padding-left: 12px;
        font-size: 17px;
        border-left: 3px solid #54c3bd;
    }
    .leaderList li:nth-child(2) a div {
        margin: 15px 0 0 0;
    }
    /*-- lightbox --*/
    .lightbox {
        width: 801px;
        height: 90%;
        border-radius: 15px;
        padding: 40px 17px 40px 40px;
    }
    .lightboxContnet {
        height: 100%;
        overflow-y: auto;
        padding: 0 40px 0 0;
    }
    .lightbox h2 span {
        color: #333;
        font-size: 17px;
        font-weight: normal;
    }
    .lightboxLeader li {
        overflow: auto;
    }
    .lightboxLeader li:first-child {
        margin-bottom: 25px;
        border-bottom: 1px solid #e1e1e1;
        padding-bottom: 25px;
    }
    .lightboxLeader div.lightboxL {
        float: left;
        width: 200px;
    }
    .lightboxLeader div.lightboxR {
        width: auto;
        margin-left: 230px;
    }
    .trainerWrapper {
        width: 801px;
        border-radius: 15px;
        padding: 40px;
    }
    /*-------------reg--------------------*/
    .regInfo {
        overflow: auto;
    }
    .regInfo li {
        float: left;
        width: 50%;
        margin: 0 0 4% 0;
    }
    .regInfo li:last-of-type {
        width: 100%;
    }
    .regInfo div.regInfoL {
        width: 100px;
        height: 100px;
        float: left;
        background-repeat: no-repeat;
        background-size: 80px 80px;
        background-position: left center;
    }
    .regInfo div.regInfoR {
        width: auto;
        height: 100px;
        margin-left: 110px;
        /*垂直致中*/
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .regInfo div.regInfoR span,
    .number {
        font-size: 15px;
    }
    .regInfo div.regInfoR em {
        background-color: #ededed;
        display: inline-block;
        color: #666;
        font-size: 15px;
        width: 60px;
        line-height: 100%;
        padding: 5px 0;
        text-align: center;
        border-radius: 15px;
        margin-right: 5px;
    }
    .regInfo div.regInfoR b {
        font-size: 21px;
    }
    /*-- footer --*/
    footer {
        background-color: #000;
        color: #fff;
        padding: 30px 10%;
    }
    footer h4 {
        width: 195px;
        height: 30px;
        display: block;
        background-image: url(../images/logoFooter.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }
    #footerWrapper dd {
        display: inline-block;
        vertical-align: top;
        width: 33%;
    }
    #footerWrapper dd ul li {
        float: left;
        margin-right: 15px;
    }
}


/*------------------for mobile ---*/

@media screen and (max-width:800px) {
    /* --body --*/
    html {
        width: 100%;
        min-height: 100%;
        margin: 0;
        padding: 0;
        -webkit-text-size-adjust: none;
    }
    body {
        color: #333;
        line-height: 150%;
        font-size: 14px;
        font-family: 'Neutraface Text Demi Alt', "微軟正黑體", sans-serif;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        min-height: 100%;
    }
    p {
        line-height: 150%;
        font-size: 14px;
    }
    h1,
    h2,
    h3 {
        line-height: 130%;
        font-family: 'ArcherBold', "微軟正黑體", sans-serif;
    }
    .btnStyle {
        font-size: 21px;
        padding: 12px 25px;
        line-height: 100%;
        -webkit-appearance: none;
        /*取消手機預設樣式*/
    }
    .alignCenterMobile {
        text-align: center;
    }
    .picForMobile {
        width: 100%;
        height: auto;
    }
    /*-- header --*/
    header {
        position: fixed;
        background-color: #000;
        width: 100%;
        z-index: 999;
        height: 50px;
    }
    header #logo {
        width: 150px;
        height: 30px;
        background-image: url(../images/logo.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        position: absolute;
        left: 15px;
        top: 10px;
        z-index: 999;
    }
    /*-- menu --*/
    h4.openMenu {
        cursor: pointer;
        display: block;
        position: fixed;
        width: 30px;
        height: 30px;
        top: 10px;
        right: 15px;
        background-image: url(../images/bars.svg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -9999px;
        z-index: 100;
    }
    h4.changColor {
        background-image: url(../images/close.svg);
    }
    #menu {
        display: none;
        position: fixed;
        right: 15px;
        top: 65px;
        background: #FFF;
        padding: 20px;
        box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
        border-radius: 5px;
        z-index: 998;
    }
    #menu li a {
        color: #333;
        display: block;
        padding-bottom: 10px;
        font-size: 17px;
    }
    #menu li:last-child a {
        padding-bottom: 0;
    }
    #menu li a.current {
        color: #54c3bd;
    }
    /*-----------------banner---------------*/
    #kvWrapper {
        position: relative;
        background-image: url(../images/kvBg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
    #kvText {
        width: 300px;
        margin: 0 auto;
        color: #fff;
    }
    #logoLeader {
        width: 100%;
        height: 120px;
        background-image: url(../images/logoLeader.svg);
        background-repeat: no-repeat;
        background-size: auto 55px;
        background-position: center top;
        padding-top: 65px;
        text-align: center;
        /*background-color: #f00;*/
        /*for ani*/
        opacity: 0;
        animation: fadeIn 2s ease;
        animation-fill-mode: forwards;
    }
    #kvText h1,
    #kvText h3,
    #kvText h2,
    #kvText p {
        line-height: 100%;
    }
    #kvText p {
        font-size: 16px;
    }
    #kvText h2 {
        font-family: 'Neutraface Text Demi Alt';
        font-size: 31px;
        letter-spacing: 3px;
        margin-bottom: 5px;
    }
    #kvText h1 {
        font-size: 70px;
        width: auto;
        white-space: nowrap;
        letter-spacing: 5px;
        margin: 30px 0 15px 0;
    }
    #kvText h3 {
        font-size: 19px;
        text-align: center;
    }
    #kvText h1,
    #kvText h3 {
        /*for ani*/
        opacity: 0;
        animation: fadeIn 2s ease;
        animation-fill-mode: forwards;
        animation-delay: 1s;
    }
    #kvText div.sponsors {
        margin-top: 30px;
        text-align: center;
        /*for ani*/
        opacity: 0;
        animation: fadeIn 2s ease;
        animation-fill-mode: forwards;
        animation-delay: 1.5s;
    }
    #kvText div.sponsors img {
        width: 70%;
    }
    /*-----------------article---------------*/
    article {
        padding: 40px 20px;
    }
    article h1 {
        font-size: 31px;
    }
    article h2 {
        font-size: 21px;
        font-weight: normal;
    }
    /*-- intro --*/
    #intro {
        background-color: #54c3bd;
        color: #fff;
    }
    /*-- time --*/
    #time dd {
        width: 90%;
    }
    /*-- agenda --*/
    #agenda {
        background-image: url(../images/bgAgenda.jpg);
        background-repeat: no-repeat;
        background-size: auto 100%;
        color: #fff;
    }
    /*-- trainers --*/
    #trainers article {
        border-top: 1px solid #54c3bd;
    }
    .left {
        margin-bottom: 20px;
    }
    .trainers {
        text-align: center;
    }
    .trainers li {
        float: left;
        width: 48%;
        margin-right: 4%;
    }
    .trainers li:last-of-type {
        margin-right: 0;
    }
    .trainers li a {
        color: #000;
        display: block;
        transition: all 0.5s ease-out;
    }
    .trainers li a:hover {
        color: #54c3bd;
        transition: all 0.5s ease-out;
    }
    .trainers li a div {
        background-repeat: no-repeat;
        background-size: 90% 90%;
        background-position: top center;
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        transition: all 0.5s ease-out;
    }
    .trainers li a:hover div {
        transition: all 0.5s ease-out;
    }
    .trainers li a h2,
    .trainers li a p {
        border-left: 3px solid #54c3bd;
        padding-left: 8px;
        text-align: left;
    }
    /*-------------leader--------------------*/
    .leaderList li {
        margin-bottom: 30px;
        text-align: center;
    }
    .leaderList li:last-of-type {
        margin-bottom: 0;
    }
    .leaderList li a {
        color: #333;
        display: block;
    }
    .leaderList li a div {
        background-repeat: no-repeat;
        background-size: 100% auto;
        background-position: top center;
        width: 70%;
        height: 0;
        padding-bottom: 70%;
        margin: 0 auto 15px auto;
    }
    .leaderList li a:hover div {
        transition: all 0.5s ease-out;
    }
    .leaderList li a h2 {
        font-weight: bold;
        font-family: 'Neutraface Text Demi Alt';
    }
    .leaderList li a h2 span {
        font-size: 17px;
    }
    /*-- reg --*/
    .regInfo li {
        margin-bottom: 25px;
    }
    .regInfo div.regInfoL {
        width: 60px;
        height: 60px;
        float: left;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .regInfo div.regInfoR {
        width: auto;
        min-height: 60px;
        margin-left: 70px;
        /*垂直致中*/
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .regInfo div.regInfoR p {
        margin-bottom: 5px;
    }
    .regInfo div.regInfoR p:last-of-type {
        margin: 0
    }
    .regInfo div.regInfoR span,
    .number {
        font-size: 13px;
    }
    .regInfo div.regInfoR em {
        background-color: #ededed;
        display: inline-block;
        color: #666;
        font-size: 12px;
        width: 50px;
        line-height: 100%;
        padding: 4px 0;
        text-align: center;
        border-radius: 15px;
        margin-right: 3px;
    }
    .regInfo div.regInfoR p i {
        display: inline-block;
        margin-left: 57px;
        font-size: 12px;
    }
    /*-----------------lightbox---------------*/
    .lightbox,
    .trainerWrapper {
        padding: 25px 15px 15px 15px;
        margin: 15px;
        border-radius: 10px;
    }
    .lightbox h2 span {
        color: #333;
        font-size: 14px;
        font-weight: normal;
    }
    .lightboxLeader li {
        overflow: auto;
    }
    .lightboxLeader li:last-child {
        display: none;
    }
    .lightboxLeader div.lightboxL {
        width: 150px;
        margin: 0 auto 15px auto;
    }
    /*-- footer --*/
    footer {
        background-color: #000;
        color: #fff;
        padding: 25px 0;
        text-align: center;
    }
    footer dd {
        margin-bottom: 20px;
    }
    footer dd:last-of-type {
        margin: 0;
    }
    footer dd h4 {
        width: 213px;
        height: 25px;
        display: block;
        background-image: url(../images/logoFooter.svg);
        background-repeat: no-repeat;
        background-size: cover;
        margin: 0 auto;
    }
}