body {
    font-family: 'Helvetica Neue', Arial, '微軟正黑體', 'Microsoft Jhenghei', sans-serif;
    line-height: 1.6;
    font-size: 16px;
    color: #333;
    background-image: none;
    background-color: #f4f4f4;
}

a {
    color: #666;
    transition: .2s ease;
}

a:hover,
a:focus {
    color: #259cb3;
    text-decoration: none;
}

a:focus {
    outline: none;
}














/* ----------
    header
------------- */

#header {
    background-color: #fec24a;
    background-image: url('../../images/ironman/bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 80px 0;
    padding-top: 100px;
}

.kv {
    width: 275px;
    height: 368px;
    position: relative;
    margin: 0 auto;
}

.cut1,
.cut2 {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
}

.cut2 {
    opacity: 0;
}

.kv {
    -webkit-animation: bounceInDown 1s both;
    animation: bounceInDown 1s both;
}

.active .cut1 {
    -webkit-animation: zoomOut .5s 2s forwards;
    animation: zoomOut .5s 2s forwards;
}

.active .cut2 {
    -webkit-animation: bounceIn .75s 2.5s forwards;
    animation: bounceIn .75s 2.5s forwards;
}

.chat {
    position: absolute;
    top: 30px;
    left: 255px;
    display: block;
    opacity: 0;
    width: 85%;
}

.chat2 {
    position: absolute;
    top: 40px;
    left: -334px;
    display: block;
    opacity: 0;
}

.chat3 {
    position: absolute;
    /* top: 220px; */
    top: 150px;
    left: 425px;
    display: block;
    opacity: 0;
}

.active .chat {
    -webkit-animation: bounceIn .75s 3.25s forwards;
    animation: bounceIn .75s 3.25s forwards;
}

.active .chat2 {
    /*     -webkit-animation: bounceIn .75s 3.25s forwards;
    animation: bounceIn .75s 4s forwards; */
    -webkit-animation: bounceIn .75s 3.25s forwards;
    animation: bounceIn .75s 3.25s forwards;
}

.active .chat3 {
    /*     -webkit-animation: bounceIn .75s 3.25s forwards;
    animation: bounceIn .75s 4.75s forwards; */
    -webkit-animation: bounceIn .75s 4s forwards;
    animation: bounceIn .75s 4s forwards;
}

.mobile-soon {
    display: block;
    color: #259cb3;
    font-size: 24px;
    letter-spacing: 1px;
    font-weight: bold;
    opacity: 0;
}

.m30 {
    margin: 30px 0;
}

.active .mobile-soon {
    -webkit-animation: bounceIn .75s 3.25s forwards;
    animation: bounceIn .75s 3.25s forwards;
}

@media (min-width: 992px) {
    .kv {
        width: 414px;
        height: 555px;
        position: relative;
        margin: 0 auto;
    }

    .chat {
        top: 50px;
        left: 400px;
        width: 319px;
    }
}














/*@media (min-width: 1200px) {
    .kv {
        width: 459px;
        height: 613px;
        position: relative;
        margin: 0 auto;
    }
    .chat {
        top: 30px;
        left: 440px;
        width: 90%;
    }
}*/


/* ----------
    navbar
------------- */

#nav .navbar {
    border: none;
    margin-bottom: 0;
}

#nav .navbar-default {
    background-color: #259cb3;
    border: none;
}

#nav .navbar-default .navbar-nav>li>a {
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    transition: .1s linear;
}

#nav .navbar-default .navbar-nav>li>a:focus,
#nav .navbar-default .navbar-nav>li>a:hover {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 45px;
    color: #259cb3;
}

#nav .navbar-collapse {
    box-shadow: none;
}

#nav .navbar-default .navbar-toggle,
#nav .navbar-collapse,
#nav .navbar-default .navbar-collapse,
#nav .navbar-default .navbar-form {
    border: none;
}

#nav .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

#nav .navbar-default .navbar-toggle:focus,
#nav .navbar-default .navbar-toggle:hover {
    background-color: rgba(255, 255, 255, .7);
}

#nav .navbar-default .navbar-toggle:focus .icon-bar,
#nav .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #259cb3;
}

#nav .navbar-nav {
    margin: 10px -15px;
}

#nav .nav>li>a {
    margin: 0 10px;
}

#nav .navbar-brand {
    height: auto;
}

#nav .navbar-default .navbar-brand,
#nav .navbar-default .navbar-brand:focus,
#nav .navbar-default .navbar-brand:hover {
    color: #fff;
}

@media (min-width: 768px) {
    #nav .navbar {
        border-radius: 0px;
    }

    #nav .navbar-nav {
        width: 100%;
        text-align: center;
        float: none;
        margin: 10px auto;
    }

    #nav .navbar-nav>li {
        float: none;
        display: inline-block;
    }

    #nav .nav>li>a {
        padding: 8px 8px 8px;
    }
}

@media (min-width: 992px) {
    #nav .nav>li>a {
        padding: 8px 20px 8px;
        margin: 0 20px;
    }
}














/* --------------------
         index
----------------------- */

.space {
    background-color: #343434;
    padding-top: 40px;
    padding-bottom: 40px;
}

.space a {
    color: #ddd;
    transition: .2s ease;
}

.space a:hover,
.space a:active {
    color: #fff;
}

.underline {
    text-decoration: underline;
}

.title {
    color: #259cb3;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin: 0;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.more {
    font-size: 16px;
}

a .title .more:hover,
a .title .more:active {
    color: #fff;
    transition: .2s ease;
}

@media (min-width: 768px) {
    .space {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}














/* --------------------
     what's ironman
----------------------- */

.whatsironman h2 {
    text-align: center;
    margin-top: 30px;
}

.whatsironman-img {
    text-align: center;
    margin-bottom: 20px;
}

.whatsironman p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
}

@media (min-width: 768px) {
    .whatsironman h2 {
        text-align: left;
    }

    .whatsironman-img {
        text-align: right;
        margin-bottom: 0px;
    }

    .whatsironman {
        padding-bottom: 30px;
    }
}














/* --------
    soon
----------- */

.soon {
    background-color: #fec24a;
    padding: 40px;
    margin-top: 40px;
}

.soon .bg {
    background-color: #fff;
    border-radius: 18px;
    padding: 40px 30px;
}

.soon h2 {
    text-align: center;
    color: #c75353;
}

.soon p {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.8;
    color: #c75353;
}

.soon-img {
    position: relative;
}

.soon-img img {
    position: absolute;
    bottom: -200px;
}

@media (min-width: 768px) {
    .soon h2 {
        text-align: right;
    }

    .soon-img img {
        bottom: -200px;
    }
}














/* ----------------
    winners list
------------------- */

#winner {
    padding-top: 50px;
}

@media (min-width: 768px) {
    #winner {
        padding-top: 80px;
    }
}

.winner-bg {
    background-color: #f4f4f4;
    padding-bottom: 60px;
}

.winner p {
    font-size: 18px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 60px;
}














/* tabs */

.winner-pills {
    background-color: #f4f4f4;
    padding: 30px 15px;
}

.winner-pills .nav {
    display: inline-block;
    border: 2px solid #259cb3;
    background-color: #fff;
}

.winner-pills .nav-pills>li+li {
    margin-left: 0px;
    cursor: pointer;
}

.winner-pills .nav-pills>li>a {
    border-radius: 0;
    font-size: 20px;
    padding: 10px 16px;
    color: #259cb3;
    background-color: #fff;
    transition: .2s ease-out;
}

.winner-pills .nav-pills>li #showNew {
    background-color: #259cb3;
    color: #ffffff;
    position: relative;
    outline: none;
}
.winner-pills .nav-pills>li #showNew::after {
    content:'';
    background: linear-gradient(90deg,#d8d8d8 0%,#d8d8d800 100%);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;

}

.winner-pills .nav-pills>li #showOld {
    background-color: #259cb3;
    color: #ffffff;
    outline: none;
}
.winner-pills .nav-pills>li #showNew:hover,
.winner-pills .nav-pills>li #showOld:hover {
    background-color: #3abbd4;
}
.winner-pills .nav-pills>li #showOld::after {
    content:'';
    background: linear-gradient(-90deg, #d8d8d8 0%,#d8d8d800 100%);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}

.winner-pills .nav-pills>.pills-text {
    color: #fff;
    line-height: 16px;
    padding: 16px 28px;
}

.winner-pills .nav>li>a:focus,
.winner-pills .nav>li>a:hover {
    background-color: #fadd86;
    color: #333333;
    border-radius: 0;
}

.winner-pills .nav-pills>li.active>a {
    cursor: pointer;
}

.winner-pills .nav-pills>li.active>a,
.winner-pills .nav-pills>li.active>a:focus,
.winner-pills .nav-pills>li.active>a:hover {
    background-color: #fadd86;
    color: #333333;
    border-radius: 0;
}

.pills-title {
    font-weight: bold;
    font-size: 20px;
    color: #259cb3;
}


.hidden {
    display: none;
}

.winner-pills .nav-pills>li>button {
    border-radius: 0;
    font-size: 18px;
    padding: 10px 16px;
    color: #fff;
    background-color: #259cb3;
    position: relative;
    transition: .2s ease-out;
    border: 0;
    outline: none;
}
.winner-pills .nav-pills>li #showNewUnder:hover,
.winner-pills .nav-pills>li #showOldUnder:hover {
    background-color: #3abbd4;
}
.winner-pills .nav-pills>li #showNewUnder::after {
    content:'';
    background: linear-gradient(90deg, #d8d8d8 0%,#d8d8d800 100%);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    z-index: 1;
}
.winner-pills .nav-pills>li #showOldUnder::after {
    content:'';
    background: linear-gradient(-90deg, #d8d8d8 0%,#d8d8d800 100%);
    height: 100%;
    width: 20px;
    display: block;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}

@media (min-width: 992px) {
    .winner-pills .nav {
        /* border-radius: 50px; */
        background-color: #259cb3;
    }
}












/* end tabs */


/*big award*/

.bigaward-border {
    border: 5px solid #fadd86;
    background-color: #fadd86;
    margin-bottom: 20px;
}

.big-award {
    background-color: #fadd86;
    text-align: center;
    padding: 20px 0;
    display: block;
}

.big-award h3 {
    color: #e05353;
    font-weight: bold;
    font-size: 48px;
    letter-spacing: 2px;
    margin: 0;
    text-shadow: 0px 3px #fff;
}

.big-award h3:first-child {
    font-size: 36px;
    margin-bottom: 20px;
}

#th2012 .big-award h3,
#th2011 .big-award h3,
#th2010 .big-award h3,
#th2009 .big-award h3 {
    font-size: 36px;
}

#th2012 .big-award h3:first-child,
#th2011 .big-award h3:first-child,
#th2010 .big-award h3:first-child,
#th2009 .big-award h3:first-child {
    font-size: 30px;
    margin-bottom: 10px;
}

.bigaward-content {
    text-align: center;
    background-color: #fff;
    padding: 20px;
    overflow: hidden;
}

.bigaward-content a {
    color: #444;
    text-decoration: none;
    font-weight: bold;
    display: block;
}

.bigaward-content a:hover {
    color: #259cb3;
}

.bigaward-content p {
    color: #555;
    font-size: 18px;
}

.bigaward-content .topic {
    font-size: 24px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

#th2012 .bigaward-content .topic,
#th2011 .bigaward-content .topic,
#th2010 .bigaward-content .topic,
#th2009 .bigaward-content .topic {
    margin-bottom: 16px;
}

.bigaward-content .name {
    font-size: 18px;
}

.bigaward-content .name img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-right: 14px;
}

@media (min-width: 992px) {
    .big-award {
        padding: 50px 30px;
        float: left;
    }

    #th2012 .big-award,
    #th2011 .big-award,
    #th2010 .big-award,
    #th2009 .big-award {
        padding: 42px 20px;
    }

    #th2010 .big-award h3 {
        font-size: 36px;
    }

    #th2010 .big-award h3:first-child {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .bigaward-content {
        padding: 50px 0;
        min-height: 197px;
    }

    #th2012 .bigaward-content,
    #th2011 .bigaward-content,
    #th2010 .bigaward-content,
    #th2009 .bigaward-content {
        padding: 30px 10px;
        min-height: 170px;
    }

    #th2009 .big-award {
        min-width: 240px;
    }

    #th2018 .third-award {
        min-height: 210px;
    }
}














/* end of big award */

.award-year-title {
    color: #444;
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin: 30px 0 10px;
}

.award-title {
    color: #444;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    margin: 80px 0 40px;
}

.second-award {
    background-color: #fff;
    border: 3px solid #fadd86;
    padding: 16px;
    margin-bottom: 16px;
    transition: .2s ease-out;
    min-height: 230px;
}

#th2019 .second-award {
    min-height: 280px;
}

#th2018 .second-award {
    min-height: 285px;
}

#th2018 .third-award {
    min-height: 290px;
}

#th2017 .second-award {
    min-height: 250px;
}

#th2014 .second-award {
    min-height: 210px;
}

#th2013 .second-award {
    min-height: 180px;
}

.second-award h4 {
    margin: 0 0 8px;
    color: #ff6700;
    font-size: 17px;
    font-weight: bold;
}

.second-award p {
    color: #333;
    font-size: 20px;
    font-weight: bold;
}

.second-award img {
    border-radius: 100%;
    margin-right: 10px;
    width: 40px;
    height: 40px;
}

.second-award:hover {
    background-color: #fadd86;
}

.third-award {
    min-height: 168px;
}








/* 2018 團隊 */

.group-award {
    width: 50%;
    float: left;
    background-color: #fff;
    border: 3px solid #fadd86;
    padding: 10px;
    margin-left: -3px;
    margin-bottom: -3px;
    transition: .2s ease-out;
    text-align: left;
    min-height: 210px;
}

#th2018 .winner-team__badge {
    margin-top: 10px;
    font-size: 16px;
    padding: 1px 8px;
    text-align: center;
}

.award-name {}

#th2014 .third-award {
    min-height: 168px;
}

.third-award,
.fourth-award {
    width: 50%;
    float: left;
    background-color: #fff;
    border: 3px solid #fadd86;
    padding: 10px;
    margin-left: -3px;
    margin-bottom: -3px;
    transition: .2s ease-out;
    text-align: left;
}

.fourth-award {
    min-height: 220px;
}

.third-award p,
.fourth-award p {
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.third-award p {
    font-size: 18px;
}

#th2013 .third-award a {
    word-wrap: break-word;
}

.third-award img {
    border-radius: 100%;
    width: 45px;
    height: 45px;
    margin-right: 10px;
}

.second-award a,
.third-award a,
.fourth-award a {
    color: #888;
}

.second-award p a,
.third-award p a,
.fourth-award p a {
    color: #333;
}

.second-award a:hover,
.third-award a:hover,
.fourth-award a:hover {
    color: #259cb3;
}

.second-award:hover,
.third-award:hover,
.fourth-award:hover {
    background-color: #fadd86;
}

#th2011 .third-award h4 {
    margin: 0 0 8px;
    color: #ff6700;
    font-size: 18px;
    font-weight: bold;
}

@media (min-width: 768px) {

    .third-award,
    .gruop-award {
        width: 25%;
    }

    .fourth-award {
        width: 20%;
    }

    #th2013 .third-award {
        min-height: 168px;
    }

    #th2014 .fourth-award {
        min-height: 181px;
    }

    #th2012 .fourth-award {
        min-height: 184px;
    }
}

@media (min-width: 992px) {
    .fourth-award {
        width: 16.666%;
    }

    #th2011 .third-award,
    #th2010 .third-award,
    #th2009 .third-award,
    #th2008 .third-award {
        display: inline-block;
        float: none;
        text-align: left;
        margin: 0 30px;
        vertical-align: top;
    }

    #th2014 .third-award {
        min-height: 180px;
    }

    #th2011 .third-award {
        min-height: 140px;
    }

    #th2010 .third-award,
    #th2009 .third-award,
    #th2008 .third-award {
        min-height: 80px;
    }

    #th2011 .other-award {
        min-height: 100px;
    }

    #th2014 .fourth-award {
        min-height: 181px;
    }

    #th2012 .fourth-award {
        min-height: 156px;
    }
}

@media (min-width: 1200px) {
    #th2014 .third-award {
        min-height: 115px;
    }

    #th2011 .third-award {
        min-height: 140px;
    }

    #th2010 .third-award,
    #th2009 .third-award,
    #th2008 .third-award {
        min-height: 80px;
    }

    #th2011 .other-award {
        min-height: 100px;
    }

    #th2012 .fourth-award {
        min-height: 134px;
    }
}














/* ----------------
    review
------------------- */

.review .title {
    margin-bottom: 40px;
}

.review img {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 100%;
}














/* ----------------
    footer
------------------- */

.history-footer {
    padding: 20px 10px;
    background-color: #212529;
}

.history-footer p {
    margin-bottom: 0;
    color: #fff;
}

#goTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
}

#about {
    padding-top: 120px;
    padding-bottom: 80px;
    font-size: 18px;
    line-height: 1.7;
    color: #444;
}

.fz18 {
    font-size: 18px;
}

.th {
    margin-top: 50px;
}

.about-title {
    display: inline-block;
    padding: 10px 18px;
    background-color: #259cb3;
    color: #fff;
    font-weight: bold;
}













/* .about-title:hover {
    background-color: #2bb4ce;
    color: #fff;
} */

#photo {
    padding-top: 120px;
    padding-bottom: 60px;
}

#photo h2 {
    padding-bottom: 20px;
}

#photo img {
    display: block;
    max-width: 100%;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
}