* {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    position: relative;
    background-color: #ffffff;
    font-family: "Open Sans", "Helvetica Neue", 微軟正黑體, Helvetica, Arial, sans-serif;
    color: #333333;
    font-size: 1.8rem;
}

@media (max-width: 768px) {
    body {
        min-height: 100%;
    }
}


h1 {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 3px;
}


@media(max-width: 480px) {
    h1 {
        font-size: 3.6rem;
    }
}


h2 {
    font-size: 4rem;
    letter-spacing: 3px;
    font-weight: bold;
    color: #236a82;
    text-align: center;
}

h4 {
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 3rem;
}

h5 {
    color: #3cbb9b;
    font-size: 1.6em;
}

section,
header {
    position: relative;
}

section {
    padding: 4.5rem 1.5rem;
    margin: 0;
}

section:last-of-type {
    margin-bottom: 0;
}

.mat30 {
    margin-top: 30px;
}

.justify {
    text-align: justify;
}

header {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    box-shadow: 0 0 10px #ffffff;
/*
    background-color: #ffffff;
    border-bottom: 4px solid #bd0101;
*/
}

header .navbar-inverse .navbar-nav {
    float: right;
}

@media (max-width: 768px) {
    header .navbar-inverse .navbar-nav {
        float: left;
        margin: 0;
        text-align: center;
        width: 100%;
    }
}

@media (max-width: 768px) {
    header {
        height: auto;
    }
}



.navbar-inverse {
    height: 80px;
    /*background-color: transparent;
    border-color: transparent;*/
    padding: 0 30px;
    margin-bottom: 0;
}

@media (max-width: 1024px) {
    .navbar-inverse {
        height: auto;
    }
}

@media (max-width: 767px) {
    .navbar-inverse {
        position: absolute;
        /*background-color: #ffffff;*/
/*        border-bottom: 4px solid #bd0101;*/
        height: auto;
        width: 100%;
        padding: 0;
        padding-top: 10px;
    }
}

.navbar-inverse .navbar-form {
    border-color: #bd0101;
}

.navbar-inverse .navbar-collapse.in {
    overflow-y: unset;
}

.navbar-inverse .navbar-header {
    width: 33.33%;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-header {
        width: auto;
    }
}

.navbar-inverse .navbar-logobox {
    display: block;
    max-height: 90px;
    margin-top: 20px;
    float: left;
    position: relative;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-logobox {
        left: 95px;
        margin-top: 0px;
    }
}

@media (max-width: 667px) {
    .navbar-inverse .navbar-logobox {
        width: 50%;
        margin-left: 8px;
    }
}

.navbar-inverse .navbar-logobox img {
    width: 100%;
   height: 45px;
}

.navbar-inverse .navbar-10thbox {
    height: auto;
    display: block;
    position: absolute;
    left: calc(50% - 100px);
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-10thbox {
        top: 0px;
        left: 15px;
    }
}

.navbar-inverse .navbar-10thbox img {
    width: 100%;
    display: block;
    max-width: 200px;
    margin: 0 auto;
    margin-top: 25px;
}

@media (max-width: 1024px) {
    .navbar-inverse .navbar-10thbox img {
        width: 150px;
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-10thbox img {
        margin-top: 10px;
        width: 80px;
    }
}

.navbar-inverse .navbar-toggle {
    border-radius: 0px;
    padding: 14px;
    color: #309097;
    border: none;
    position: absolute;
    right: 0;
}

.navbar-inverse .navbar-toggle i {
    font-size: 2.8rem;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-toggle {
        right: -5px;
        top: -10px;
    }
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
    background-color: transparent;
    color: #fe2626;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav li {
        border-bottom: 1px solid #bd0101;
        text-align: center;
    }
}

.navbar-inverse .navbar-nav li a {
    font-size: 16px;
    font-weight: 800;
    color: #eee;
    line-height: 55px;
    padding-left: 10px;
    padding-bottom: 12px;
    transition: all .3s ease;
}

.navbar-inverse .navbar-nav li a:hover,
.navbar-inverse .navbar-nav li a:focus {
    color: #d9853b;
    border-bottom: 4px solid #fe2626;
}

.navbar-inverse .navbar-nav li a:hover:after,
.navbar-inverse .navbar-nav li a:focus:after {
    content: '';
    /* background: url("../img/nav-bear.png") no-repeat; */
    background-size: 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    bottom: 0;
}

.navbar-inverse .navbar-nav li a.sponsor {
    /* border-bottom: 4px solid #bd0101;
    padding-right: 30px;
    margin-right: -30px;
    background-color: #d09a6c; 
    color: #ffffff;*/
}

/* .navbar-inverse .navbar-nav li a.sponsor:after {
    content: '';
    background: url("../img/nav-bear.png") no-repeat;
    background-size: 100%;
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0px;
    bottom: 0;
} */

/* .navbar-inverse .navbar-nav li a.sponsor:hover {
    border-color: #fe2626;
} */

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav li a {
        padding: .3em;
    }
}

.navbar-inverse .navbar-nav li .dropdown-menu {
    padding: 0px;
    border-radius: 0;
    left: calc(50% - 80px);
}

.navbar-inverse .navbar-nav li .dropdown-menu li {
    border-bottom: 1px solid #eee;
}

.navbar-inverse ul li:last-child {
    border-bottom: none;
}

.navbar-inverse .dropdown {
    float: left;
}

.navbar-inverse .dropdown a:hover,
.navbar-inverse .dropdown a:active,
.navbar-inverse .dropdown a:visited {
    color: #a692da;
}

.navbar-inverse .dropdown .btn {
    background: transparent;
}

.navbar-inverse .navbar-nav .dropdown-menu li a {
    line-height: 30px;
    padding: 10px 1em;
    text-align: center;
}

.navbar-inverse .nav .open>a,
.navbar-inverse .nav .open>a:focus,
.navbar-inverse .nav .open>a:hover {
    background: transparent;
    border-color: transparent;
}


.menu--fade {
    opacity: 0.8;
}

/*kv*/

.section--kv {
    margin: 0;
    padding: 0;
    top: 90px;
}

.section--kv img {
    max-width: 100%;
}

.section--kv .kv__bg {
    background: url("/images/ironman/11th/event/kv-bg.png") no-repeat bottom;
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;
}

.section--kv .kv__text {
    position: absolute;
    top: 50px;
    left: 30%;
    width: 40%;
}

@media (max-width: 768px) {
    .section--kv {
        top: 60px;
    }

    .section--kv .kv__text img {
        position: absolute;
        top: -20px;
        max-width: 95%;
    }
}

@media (max-width: 667px) {
    .section--kv .kv__text img {
        position: absolute;
        top: 20px;
        max-width: 90%;
    }
}

@media (max-width: 420px) {
    .section--kv .kv__text img {
        position: absolute;
        top: -2em;
        right: -2em;
        max-width: 130%;
    }
}


/*cut1*/

.section--cut1 {
    background: url("/images/ironman/11th/event/cut1.jpg") no-repeat center;
    background-size: cover;
    height: 1000px;
}

.section--cut1 h1,
.section--cut1 h5 {
    color: #fff;

    line-height: 1.5em;
    padding-top: 1em;
}

.section--cut1 h4 {
    color: #fff;
    text-align: center;
}

.section--cut1 h5 {
    font-size: 1.3em;
}

@media (max-width: 768px) {
    .section--cut1 {
        height: 900px;
    }

    .section--cut1 h1 {
        padding-top: 0
    }

    .section--cut1 h5 {
        padding: 0 1.5rem;
        font-size: 1.1em;
    }

}


.bg-box{
    background:#080808ab;
/*    opacity: 0.6;*/
    padding: 0 2em;
    padding-bottom: 2em;
}

@media (max-width: 420px) {.bg-box{ 
    padding: 0 0.5em;
    padding-bottom: 0.5em;}}

/*section--challenge*/
.section--challenge {
    padding: 40px 15px;
    background-color: #ffffff;
}

.section--challenge ul {
    color: #fff;
    font-size: 18px;
    padding-left: 20px;

}

.challenge-box {
    position: relative;
    width: 360px;
    margin: 0 auto;
    margin-bottom: 60px;

    text-align: center;
    /*    cursor: pointer;*/
    overflow: hidden
}

.challenge-box .top--challenge {
    background-color: #31708f;
    border-bottom: 8px solid rgb(2, 81, 178);
    border-radius: 5%;

}

/*top*/

.challenge-box__deco {
    position: relative;
    width: 360px;
    height: 360px;
    margin: 0 auto;
    margin-bottom: 10px;
    /*    border-radius: 50%;*/
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}


.challenge-box--top .challenge-box__deco:after {
    position: absolute;
    content: '主題挑戰';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    background-color: #464646;
    font-size: 30px;
}

/*group*/

.challenge-box--group .challenge-box__deco:after {
    position: absolute;
    content: '團體挑戰';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    background-color: #464646;
    font-size: 30px;

}

/*myself*/

.challenge-box--myself .challenge-box__deco:after {
    position: absolute;
    content: '自我挑戰';
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    background-color: #464646;
    font-size: 30px;

}

.challenge-box__head {
    position: relative;
    /*
    width: 180px;
    height: 180px;
*/
    display: inline-block;
    margin-top: 0px;
    /*    border-radius: 50%;*/
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black)
}

.challenge-box__img {
    margin: 0 auto;

}

.challenge-box__name1 {
    font-size: 20px;
    font-weight: 700;
    color: #FFF;
    /*    height: 58px;*/
    text-align: left;
    padding-left: 0.8em;
    padding-right: 0.8em;
    padding-bottom: 0.2em;
}

.challenge-box__title {
    /*    margin-bottom: 10px;*/
    color: #FFF;
    padding: 0.4em 0.9em;
    /*
    padding-bottom: 0.4em;
    padding-left: 0.9em;
    padding-right: 0.9em;
*/
    /*    height: 54px;*/
    text-align: left;
    font-size: 16px;
}

.challenge-box__title+p {
    color: #888
}



/*arrow*/

.arrow-down-i {
    display: block;
    color: #ffffff;
    font-size: 3.2em;
    z-index: 1000;
    opacity: 0.6;
}

.arrow-bounce {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -20px;
    /*   background-image: url(); */
    /*   background-size: contain; */
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
    z-index: 9;
}

@media (max-width:990px) {

    .arrow-bounce {
        display: none;
    }
}




@media (max-width: 768px) {
    .navbar-inverse .navbar-nav li a.sponsor:after {
        right: 30px;
    }

    .title:before {
        top: -6rem;
        background-size: 80%;
        left: calc(50% - 24px);
    }

    .section--ten {
        padding: 2rem 1.5rem;
    }

    .section--ten h1 {
        font-size: 5rem;
    }

    .section--ten h1 span {
        font-size: 9rem;
    }

    .section--slogan .sloganbox__text {
        margin: 0;
    }

    .type--content {
        text-align: center;
    }

    .section--type .type--content__til:after {
        left: calc(50% - 72px);
    }

    .section--type .type--content__ul {
        text-align: left;
        margin: 8%;
        margin-left: 30%;
    }
}


.section--ten {
    background: #1B4857;
    /*  background-size: cover;*/
    color: #ffffff;
}

.section--ten img {
    max-width: 70%;
    display: block;
    margin: auto;
}

.section--ten h1 {
    font-size: 4rem;
    text-align: center;
    letter-spacing: 3px;
    color: #ffffff;
}

.section--ten h1 span {
    color: #ffd82f;
    font-size: 10rem;
}

@media (max-width: 480px) {
    .section--ten h1 {
        font-size: 3.6rem;
    }
}

.section--ten h4 {
    color: #fff;
    text-align: center;
    font-size: 3rem;
}

@media (max-width: 480px) {
    .section--ten h4 {
        font-size: 2.8rem;
    }
}

.section--ten h4 span {
    font-weight: bold;
    color: #ff2a2c;
    width: 200px;
    font-size: 3rem;
}

.section--ten h4 .num {
    display: block;
    margin: 10px auto;
}

.section--ten .ten_treebox {
    text-align: center;
    margin-bottom: 3%;
}

.kv-content {
    margin-top: 90px;
}

@media (max-width: 768px) {
    .kv-content {
        margin-top: 50px;
    }

    .iron-box-content {
        height: 500px
    }
}

.section--award{
    background-color: #ffffff;
}

#adward .section--award img {
    /*max-width:50%;*/
}

.section--award .a1 p {padding: 0 20px;}

.a1 h5{color: #1B4857;}
#award .topic-img {
    max-width: 60%
}

#award .topic-img image: {
    width: 100%;
}

/*#award .section--award .ten_h1 .topic-img {
    max-width:75%;

}*/
/*.iron-block{
    display: block;
    width:100%;
}*/
/*.iron-box{
    height:250;
    background-color:;
    margin-bottom: 20px;
    border-radius: 25px;
    padding:3%;
}*/
.iron-box {
    padding: 5px;
    display: inline-block;
    /*text-align: center;*/
    vertical-align: middle;
    max-height: 100%
}

.iron-box img {
    max-width: 100%;
    padding-top: 1em;
}



.iron-box-content {
    margin: 5px;
    padding: 5px;
    line-height: 30px;
    width: 100%;

    background-color: #31708f;
    border-radius: 25px;
    color: #fff;
    display: block;
    margin-top: 30px;
}

.iron-box h5{color: #f5c520}

.award-group {
    padding-top: 50px;
    margin: 0 auto;
}

.mt150 {
    margin-top: 150px;
}

.section--groupaward {
    background-color: #1B4857
}

.section--groupaward h1 {
    color: #fff;
}

.three-group {
    padding-top: 50px;

}

.three-group p {
    color: #fff;
}

.section--rules {
    width: calc(100% - 12px);
    padding: 8rem 1.5rem;
}

@media (max-width: 768px) {
    .section--rules {
        padding: 3rem 1.5rem;
    }
}



.section--footer {
    overflow: hidden;
    background: #000000;
    padding: 3rem 1.5rem;
    /*    border-top: 3px solid #bd2100;*/
}

.section--footer img {
    margin: 0 auto;
}

.section--footer .logobox {
    margin-top: 3%;
}

.section--footer .logo {
    max-height: 56px;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: #331257;
    z-index: 9999;
    opacity: 1;
    -webkit-transition: .5s linear;
    -o-transition: .5s linear;
    transition: 0.5s linear;
}

.loading__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 300px;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading__logo svg {
    width: 100%;
}

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

/*book*/

.section--book {
    background-color: #eeeeee;
}

@media (max-width: 990px) {
    .section--book img {
        margin: auto;
        width: 50%;
    }

    #award .iron-box .iron-box-content h5,
    p {
        text-align: center;
    }

    .award-group h5,
    p {
        text-align: center;
    }

    /* p {
        text-align: center;
    }*/

    .spancenter {
        text-align: center;
    }

    #award .topic-img {
        max-width: 35%
    }

    .iron-box-content {

        height: 150%
    }
}

@media (min-width: 767px){
    .iron-box-content{
        height: 150px;
        
    }
}



.section--book h2,
h4,
    {
    color: #001872;

}

.section--book h2 {
    font-size: 4rem;
    letter-spacing: 3px;
}

.section--book h4 {
    font-size: 3rem;
    letter-spacing: 3px;
    line-height: 3rem;
}

.award p {
    font-size: 2.8rem;
    line-height: 6rem;
    color: #fff;

}

@media (max-width: 1200px) {
    .award p {
        font-size: 2rem;
        line-height: 5rem;
        color: #fff;
    }
}

.award {
    background-color: #39bee1;
    width: 30%;
    display: block;
    margin: 0px auto;
    border-radius: 50px;

}

@media (max-width: 768px) {
    .award {
        display: none;
    }

}


.book p {
/*    color: #001872;*/
    padding-left: 1em;
}

.books {
    padding-bottom: 3em;
}


/*connection*/

.section--connection img {
    max-width: 100%;
}

.section--connection {
    padding: 0rem 0rem;
    margin: 0;
    position: relative;
}

.co__bg {

    background: #39bee1;
    width: 100%;
    margin: 0;
    padding: 0;

}

.co__bg h2 {
    margin: 0;
    padding-top: 4rem;
    color: #001872;

}



.section--connection .kv__text {
    position: absolute;
    top: 15%;
    left: 20%;
    width: 60%;
}

@media (max-width: 1370px) {
    .section--connection .kv__text {
        position: absolute;
        top: 20%;
        left: 10%;
        width: 75%;

    }
}

@media (max-width: 770px) {
    .section--connection .kv__text {
        position: absolute;
        top: 25%;
        left: 10%;
        width: 80%;

    }
}

@media (max-width: 420px) {
    .section--connection .kv__text {
        position: absolute;
        top: 35%;
        left: 5%;
        width: 90%;

    }
}

.section--connection .myButton1 {
    position: absolute;
    top: 15%;
    left: 40%;
    z-index: 1;

}


@media (max-width: 1370px) {
    .section--connection .myButton1 {
        position: absolute;
        top: 20%;
        left: 35%;
    }

    .section--connection .myButton1 img {
        width: 28%
    }
}

@media (max-width: 770px) {
    .section--connection .myButton1 {
        position: absolute;
        top: 40%;
        left: 25%;
    }

    .section--connection .myButton1 img {
        width: 28%
    }
}


@media (max-width: 420px) {
    .section--connection .myButton1 {
        position: absolute;
        top: 45%;
        left: 20%;
        width: 220px;
        font-size: 15px;
        line-height: 60px;
        padding: 0px 30px;

    }

    .section--connection.myButton1 img {
        width: 28%
    }
}

.myButton1 {
    display: block;
    width: 360px;
    margin: 0 auto;
    padding: 12px;
    font-size: 24px;
    letter-spacing: 2px;
    -moz-box-shadow: 2px 2px 11px -4px #1c8099;
    -webkit-box-shadow: 2px 2px 11px -4px #1c8099;
    box-shadow: 2px 2px 11px -4px #1c8099;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #66e3ff), color-stop(1, #39bde1));
    background: -moz-linear-gradient(top, #66e3ff 5%, #39bde1 100%);
    background: -webkit-linear-gradient(top, #66e3ff 5%, #39bde1 100%);
    background: -o-linear-gradient(top, #66e3ff 5%, #39bde1 100%);
    background: -ms-linear-gradient(top, #366e3ff 5%, #39bde1 100%);
    background: linear-gradient(to bottom, #FFEB3B 5%, #FFC107 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39bde1', endColorstr='#66e3ff', GradientType=0);
    background-color: #39bde1;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    display: block;
    cursor: pointer;
    color: #f44336;
    font-weight: bold;
    padding: 10px 64px;
    text-decoration: none;
}

.myButton1:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FF9800), color-stop(1, #FFC107));
    background: -moz-linear-gradient(top, #FF9800 5%, #FFC107 100%);
    background: -webkit-linear-gradient(top, #FF9800 5%, #FFC107 100%);
    background: -o-linear-gradient(top, #FF9800 5%, #FFC107 100%);
    background: -ms-linear-gradient(top, #FF9800 5%, #FFC107 100%);
    background: linear-gradient(to bottom, #FF9800 5%, #FFC107 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66e3ff', endColorstr='#39bde1', GradientType=0);
    background-color: #66e3ff;
    text-decoration: none;
    color: #ffffff;
}

/*
@media (max-width: 480px) {
    .section--connection .kv__text {
        top: 10px;
    }
}
*/

.email a {
    color: #333;
    font-size: 2em;
    line-height: 90px;
}

.email {
    position: absolute;
    top: 42%;
    left: 30%;
}

@media (max-width: 1370px) {
    .email {
        position: absolute;
        top: 26em;
        left: 15em;
    }

    .email img {
        max-width: 120%;
    }

    .email at {
        font-size: 2.4em;
        line-height: 100px;
    }
}

@media (max-width: 770px) {
    .email {
        position: absolute;
        top: 18em;
        left: 20%;
    }

    .email img {
        max-width: 150%;
    }

    .email a {
        font-size: 1.1em;
        line-height: 80px;
    }
}

@media (max-width: 420px) {
    .email {
        position: absolute;
        top: 14.5em;
        left: 2em;
    }

    .email img {
        max-width: 130%;
    }

    .email a {
        font-size: 0.8em;
        line-height: 35px;
    }
}

/*phone */

.phone a {
    color: #333;
    font-size: 2em;
    line-height: 90px;
}

.phone {
    position: absolute;
    bottom: 36%;
    left: 30%;
}



@media (max-width: 1370px) {
    .phone {
        position: absolute;
        top: 35em;
        left: 15em;
    }

    .phone img {
        max-width: 120%;
    }

    .phone at {
        font-size: 2.4em;
        line-height: 100px;
    }
}




@media (max-width: 770px) {
    .phone {
        position: absolute;
        top: 23em;
        left: 20%;
    }

    .phone img {
        max-width: 150%;
    }

    .phone a {
        font-size: 1.1em;
        line-height: 80px;
    }
}


@media (max-width: 420px) {
    .phone {
        position: absolute;
        top: 17em;
        left: 2em;
    }

    .phone img {
        max-width: 130%;
    }

    .phone a {
        font-size: 0.8em;
        line-height: 35px;
    }
}

/*section--pdf*/

.section--pdf {
    padding: 0rem 0rem;
    margin: 0;
    position: relative;
    overflow: hidden;
}

@media (max-width: 1370px) {
    .section--pdf .pbg {
        width: 120%;
    }

}

@media (max-width: 420px) {
    .section--pdf .pbg {
        width: 140%;
    }

}


.section--pdf .kv__text {
    position: absolute;
    top: 15%;
    left: 33%;
    width: 50%;

}




@media (max-width: 770px) {
    .section--pdf .kv__text {
        position: absolute;
        top: 8em;
        left: 30%;
        width: 30%;
    }
}



@media (max-width: 1370px) {
    .section--pdf .kv__text {


        width: 40%;
    }
}





.section--pdf .poh2 h2 {
    position: absolute;
    top: 1em;
    left: 35%;
    color: #fff;
}

@media (max-width: 770px) {
    .section--pdf .poh2 h2 {
        position: absolute;
        top: 1.2em;
        left: 12%;

    }
}

@media (max-width: 420px) {
    .section--pdf .poh2 h2 {
        position: absolute;
        top: 0em;
        left: 6%;
        color: #001872;
        text-align: center;
    }

}


.section--pdf .btn {
    position: absolute;
    bottom: 10em;
    left: 38%;

}


@media (max-width: 1370px) {
    .section--pdf .myButton {
        position: absolute;
        top: 12%;
        left: 60%;
    }

    .section--pdf .myButton img {
        width: 28%
    }
}


@media (max-width: 770px) {
    .section--pdf .myButton {
        position: absolute;
        top: 2em;
        left: -1em;
        width: 220px;
        font-size: 16px;
        line-height: 60px;
        padding: 0px 30px;
    }

    .section--pdf .myButton img {
        width: 28%
    }
}

@media (max-width: 420px) {
    .section--pdf .myButton {
        position: absolute;
        top: 2em;
        left: -4em;
        width: 220px;
        font-size: 16px;
        line-height: 60px;
        padding: 0px 30px;
    }

    .section--pdf .myButton img {
        width: 28%
    }
}

.myButton {
    display: block;
    width: 360px;
    margin: 0 auto;
    padding: 12px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 2px;
    -moz-box-shadow: 2px 2px 11px -4px #1c8099;
    -webkit-box-shadow: 2px 2px 11px -4px #1c8099;
    box-shadow: 2px 2px 11px -4px #1c8099;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #66e3ff), color-stop(1, #39bde1));
    background: -moz-linear-gradient(top, #66e3ff 5%, #39bde1 100%);
    background: -webkit-linear-gradient(top, #66e3ff 5%, #39bde1 100%);
    background: -o-linear-gradient(top, #66e3ff 5%, #39bde1 100%);
    background: -ms-linear-gradient(top, #366e3ff 5%, #39bde1 100%);
    background: linear-gradient(to bottom, #66e3ff 5%, #39bde1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#39bde1', endColorstr='#66e3ff', GradientType=0);
    background-color: #39bde1;
    -moz-border-radius: 42px;
    -webkit-border-radius: 42px;
    border-radius: 50px;
    border: 1px solid #ffffff;
    display: block;
    cursor: pointer;
    ` font-weight: bold;
    padding: 10px 64px;
    text-decoration: none;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00BCD4), color-stop(1, #2196F3));
    background: -moz-linear-gradient(top, #00BCD4 5%, #2196F3 100%);
    background: -webkit-linear-gradient(top, #00BCD4 5%, #2196F3 100%);
    background: -o-linear-gradient(top, #00BCD4 5%, #2196F3 100%);
    background: -ms-linear-gradient(top, #00BCD4 5%, #2196F3 100%);
    background: linear-gradient(to bottom, #00BCD4 5%, #2196F3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66e3ff', endColorstr='#39bde1', GradientType=0);
    background-color: #66e3ff;
    text-decoration: none;
    color: #ffffff;
}


.a970 img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;

}


/*********  
    EVENT KV
*/

.section--kv-event {
    margin: 0;
    padding: 0;
    top: 80px;
    min-height: 400px;
}

.section--kv-event .btn-apply {
    color: #ffffff;
    background-color: #e67b22;
    border-radius: 10px;
    line-height: 40px;
    padding: 10px 25px;
    position: relative;
    right: auto;
    top: 0;
    z-index: 0;
    margin: 10px;
    margin-top: 13px;
    border: none;
    margin-right: 12px;
    font-size: 1.6rem;
    font-weight: 700;
    max-width: 200px;
    font-size: 18px;
    letter-spacing: 1px;
    box-shadow: inset 0 -4px 0 0 rgba(#000, .2);
    transition: .2s linear;
}
@media (max-width: 992px) {
    .section--kv-event .btn-apply {
            position: absolute;
            right: unset;
            bottom: -80px;
            width: 100%;
            top: unset;
            margin-left: 0;
    }
}

.section--kv-event .btn-apply:hover,:focus {
        top: -2px;
        background-color: #e67b22;
        border: none;
        color: #eeeeee;
}
.section--kv-event .btn-apply:active {
        top: 0;
        box-shadow: inset 0 0 0 0 rgba(#000, .3);
        background-color: #e67b22;
        border: none;
        color: #eeeeee;
}

.section--kv-event .btn-apply-mini {
    color: #ffffff;
    background-color: #e67b22;
    border-radius: 10px;
    line-height: 40px;
    padding: 5px;
    position: absolute;
    width: 90%;
    max-width: 90%;
    left: 2%;
    bottom: 0;
    z-index: 99;
    margin: 10px;
    margin-top: 13px;
    border: none;
    margin-right: 12px;
    font-size: 1.6rem;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 1px;
    transition: .2s linear;
}

@media (max-width: 460px) {
    .section--kv-event .btn-apply-mini{
        bottom: 40px;
    }
}

@media (min-width: 667px) {
    .mini-hidden { display: block; }
    .mini-show { display: none; }
}


@media (max-width: 667px) {
    .mini-hidden { display: none; }
    .mini-show { display: block; }
}

.section--kv-event img {
    max-width: 100%;
}

.kv__bg-grace {
    max-width: 100%;
    /*height:450px;*/
    overflow: hidden;

}

.kv__bg-grace img {
    margin-bottom: -15%;
    margin-top: -5%;


}

.section--kv-event .kv__bg {
    /*background: url("../img/kv_event/kv-bg.png") no-repeat bottom;*/
    background-size: cover;
    width: 100%;
    margin: 0;
    padding: 0;
}

.section--kv-event .kv__text {
    position: absolute;
    top: 50px;
    left: 10%;
    width: 30%;
    max-width: 500px;
}

@media (max-width: 768px) {

    .section--kv-event {
        top: 50px;
        padding-bottom: 5%;
        min-height: 280px;
        background-color: #132140;
    }

    .section--kv-event .kv__text {
        width: 45%;
    }

    .section--kv-event .kv__text img {
        /* position: absolute;
        top: -30px; */
        max-width: 70%;
    }
}

@media (max-width: 667px) {
    .section--kv-event .kv__text {
        width: 80%;
        z-index: 9;
        left: 10%;
    }
    
    .section--kv-event .kv__text img {
        position: absolute;
        /* top: 20px; */
        max-width: 60%;
    }
}

@media (max-width: 420px) {
    .section--kv-event {
        top: 71px;
    }
    .section--kv-event .kv__text img {
        position: absolute;
        top: -2em;
        /*right: -2em;*/
        max-width: 70%;
    }
}

.section--kv-event .bear-fly {
    width: 8%;
}

/*social*/

.section--group {
    color: #ffffff;
    background-color: #1B4857;
    line-height: 30px;
}

.section--group h2 {
    color: #ffffff;
}


.section--group .group__table {
    background: #eaf8fa;
    border: 15px solid #00BCD4;
    border-top: 15px solid #7BCBD9;
    border-bottom: 15px solid #006775;



    padding: 0;
    margin-top: 5%;
}

.section--group .group__table h3 {
    border-bottom: 1px solid #ab9020;
    padding: 10px;
    text-align: center;
}

.section--group .group__table ul {
    margin-top: 10px;
}

.section--group .group__table ul li {
    list-style: disc;
    margin-left: 15%;
    color: #333;
}

.section--group .group__table .table-cell-leftbox {
    background: #ffffff;
    padding: 2% 0%;
}

.section--group .group__table .table-cell-rightbox {
    background: #eaf8fa;
    padding: 2% 0%;
}

.section--group a {
    color: #007d71;
}

/*org*/

.section--org {
    color: #333333;
    background: #eeeeee;
}

.section--org .title {
    color: #eeeeee;
    margin: 1rem 0 .6rem;
}

.section--org .title:before {
    background: url("/images/ironman/11th/event/deco-title-red.png") no-repeat;
}

.section--org .org__logobox {
    background: #ffffff;
    margin-top: 10px;
    padding: 15px;
}
.section--org .org__logobox:first-of-type {
        border-right: 10px solid #eeeeee;
}
@media (max-width: 991px) {
    .section--org .org__logobox:first-of-type {
        border-right: none;
    }
}

.section--org .org__logobox img {
    max-width: 300px;
    margin: auto;
}
@media (max-width: 480px) {
    .section--org .org__logobox img {
        max-width: 100%;
    }
}

.section--org .org__logobox .org__title{
    font-size: 30px;
}

.section--org .org__logobox .org__subtitle{
    font-size: 24px;
}

.section--org .org__logobox .org__title{
    font-size: 30px;
}

.section--org .org__logobox .org__subtitle{
    font-size: 24px;
}

.section--org .org__logobox__til {
    border-bottom: 2px solid #eeeeee;
}

.section--org .org__logobox-left {
    border-right: 10px solid #eee;
}

@media (max-width: 768px) {
    .section--org .org__logobox-left {
        border-right: 0 solid #eee;
    }
}

.section--org .org h3 {
    color: #333333;
}

.vertical-align {
    display: flex;
    align-items: center;
}

@media (min-width: 992px) {
    .d-flex {
        display: flex
    }
}

/*rule*/
.section--rules .contestants-wrapper {
    padding: 6px;
    min-height: 500px;
}

@media (min-width: 769px) {
    .section--rules .contestants-wrapper {
        float: left;
        width: calc(100% - 220px);
    }
}

@media (min-width: 993px) {
    .section--rules .contestants-wrapper {
        float: left;
        width: calc(100% - 300px);
    }
}

.section--content__titlebox {
    margin-top: 30px;
}

@media (max-width: 768px) {
    .section--content__titlebox {
        margin-top: 60px;
    }
}

.section--content .title {
    margin: 0% 6%;
    font-size: 4rem;
}

.section--content .title:before {
    content: '';
    /*background: url(../img/deco-title-red.png) no-repeat;*/
    width: 68px;
    height: 81px;
    position: absolute;
    top: -90px;
    left: calc(50% - 34px);
}

.section--rules {
    width: calc(100% - 12px);
    padding: 8rem 1.5rem;
}

@media (max-width: 768px) {
    .section--rules {
        padding: 3rem 1.5rem;
    }
}

.section--rules h1,
.section--rules h2,
.section--rules h3,
.section--rules h4,
.section--rules h5,
.section--rules h6 {
    color: #bd0101;
    margin-bottom: 30px;
}

@media (max-width: 768px) {

    .section--rules h1,
    .section--rules h2,
    .section--rules h3,
    .section--rules h4,
    .section--rules h5,
    .section--rules h6 {
        margin-left: 0;
    }
}

.section--rules .contestants-filter {
    padding: 4px 12px;
    cursor: pointer;
    text-align: center;
    background: #bd0101;
    color: #fff;
    letter-spacing: 3px;
    padding: 4% 0;
    transition: all .3s ease;
}

@media (min-width: 769px) {
    .section--rules .contestants-filter {
        display: none;
    }
}

.section--rules .contestants-filter.open+.contestants-nav {
    display: block;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.section--rules .contestants-nav {
    padding-right: 30px;
}

@media (max-width: 768px) {
    .section--rules .contestants-nav {
        border-bottom-right-radius: 6px;
        border-bottom-left-radius: 6px;
    }
}

@media (min-width: 769px) {
    .section--rules .contestants-nav {
        float: left;
        width: 220px;
    }
}

@media (min-width: 993px) {
    .section--rules .contestants-nav {
        width: 300px;
    }
}

@media (max-width: 768px) {
    .section--rules .contestants-nav__ul {
        display: none;
    }
}

.section--rules .contestants-nav__item {
    display: list-item;
    text-align: match-align;
}

.section--rules .group-nav {
    position: relative;
    display: block;
    height: auto;
    padding-left: 12px;
    width: 100%;
    border-bottom: 1px solid #bd0101;
    background-color: #eee;
    color: inherit;
    border-bottom: 1px solid #bd0101;
    background-color: #eee;
    color: inherit;
}

@media (max-width: 768px) {
    .section--rules .group-nav {
        padding-left: 0px;
    }
}

.section--rules .group-nav:active,
.section--rules .group-nav:hover,
.section--rules .group-nav:focus {
    outline: 0;
    text-decoration: none;
    background-color: #d5d5d5;
}

.section--rules .group-nav.active {
    background: #bd0101;
    color: white;
    font-weight: bold;
}

@media (max-width: 768px) {
    .section--rules .group-nav {
        padding: 0px 0px 0px inherit;
        border: none;
    }
}

@media (min-width: 769px) {
    .section--rules .group-nav {
        padding: 8px;
        border-radius: 0px;
    }
}

.section--rules .group-nav__text {
    display: table-cell;
    line-height: 1.6;
    padding-left: 10px;
    vertical-align: middle;
    padding: 4% 0;
    display: inline-block;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #fff1f1;
}

@media (max-width: 768px) {
    .section--rules .group-nav__text {
        background: #8a0101;
        color: #fff;
    }

    .section--rules .group-nav__text:hover {
        color: #ffbebe;
        background: #580000;
    }
}

.section--rules .contestants-wrapper {
    padding: 6px;
    min-height: 500px;
}

@media (min-width: 769px) {
    .section--rules .contestants-wrapper {
        float: left;
        width: calc(100% - 220px);
    }
}

@media (min-width: 993px) {
    .section--rules .contestants-wrapper {
        float: left;
        width: calc(100% - 300px);
    }
}

.section--rules .rule-content__title {
    width: 100%;
    border-bottom: 3px solid #bd0101;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 6px;
    margin-top: 14px;
}

.section--rules .rule-content__ul {
    list-style: none;
    padding-left: 26px;
}

.section--rules .rule-content__ul li {
    position: relative;
    margin-top: 20px;
    line-height: 1.6;
}

.section--rules .rule-content__ul li::before {
    box-sizing: border-box;
    position: absolute;
    left: -18px;
    top: 12px;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #bd0101;
}

.section--rules .rule-content__ul-notice {
    color: grey;
}

.section--rules .rule-content__ul-notice li {
    line-height: 1.6;
    font-size: 16px;
    list-style: none;
}

.section--rules .rule-content__topic {
    font-size: 20px;
    font-weight: 700;
    color: #bd0101;
}

.section--rules .rule-content__badge {
    display: inline-block;
    padding: 2px 10px;
    line-height: 1.6;
    font-weight: 700;
    background-color: #ffd82f;
    border-radius: 50px;
}

.section--rules .rule-content__link {
    color: #bd0101;
    text-decoration: underline;
}

.section--rules .rule-content__emphasize {
    color: #bd0101;
}


/* Bear fly */
.section--kv-event .kv__bg .kv__bear {
    position: absolute;
    top: 35%;
    width: 100%;
    z-index: 1;
}

@keyframes bear {
    100% {
        transform: translate3d(0px, 25px, 0px);
    }
}

.section--kv-event .kv__bg .kv__bear img {
   width: 6%;
   right: 17%;
   position: absolute;
   display: block;
   animation: bear 1s ease-in-out alternate infinite;
}

@media (max-width: 1200px) {
    .section--kv-event .kv__bg .kv__bear {
        position: absolute;
        top: 30%;
        right: -1%;
    }    
}

@media (max-width: 667px) {
    .section--kv-event .kv__bg .kv__bear {
        position: absolute;
        top: 20%;
        right: 0;
        width: 100%;
    }
    .section--kv-event .kv__bg .kv__bear img {
       width: 16%;
       right: 6%;
       position: absolute;
       animation-play-state: paused;
    }
}



/*****
    search bar copy from main-style.css(scss compile's)
  ****/
header .menu-search-parent .bar__search-input {
  float: left;
  margin-bottom: 16px;
  width: 100%;
  padding: 14px 12px;
  font-size: 20px;
  line-height: 1.42857143;
  color: #333;
  background-color: transparent;
  background-image: none;
  border: none;
  border-bottom: 1px solid #f6f6f6;
  border-radius: 0;
  transition: .15s ease-in-out; }
  header .menu-search-parent .bar__search-input:focus {
    outline: none; }
@media (max-width: 1199px) {
  header .menu-search-parent .bar__search-li {
    user-select: auto;
    position: absolute; } }
header .menu-search-parent .bar__search-btn {
  cursor: pointer;
  width: 44px;
  height: 50px;
  margin-top: 20px; }
  header .menu-search-parent .bar__search-btn:hover, header .menu-search-parent .bar__search-btn:focus {
    color: #333;
    background-color: #ffb06e;
    border-bottom: none; }
    header .menu-search-parent .bar__search-btn:hover .bar__search-toggle::before, header .menu-search-parent .bar__search-btn:focus .bar__search-toggle::before {
      border-color: #ffb06e; }
    header .menu-search-parent .bar__search-btn:hover .bar__search-toggle::after, header .menu-search-parent .bar__search-btn:focus .bar__search-toggle::after {
      background: #ffb06e; }
  @media (max-width: 1199px) {
    header .menu-search-parent .bar__search-btn {
      display: none; } }
  header .menu-search-parent .bar__search-btn .menu__search-toggle::before {
    border-color: #ffb06e; }
  header .menu-search-parent .bar__search-btn .menu__search-toggle::after {
    background-color: #ffb06e; }
header .menu-search-parent .bar__search-toggle {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0 auto;
  cursor: pointer; }
  @media (max-width: 1199px) {
    header .menu-search-parent .bar__search-toggle {
      top: 0; } }
  header .menu-search-parent .bar__search-toggle::before, header .menu-search-parent .bar__search-toggle::after {
    content: '';
    position: absolute;
    display: block;
    transition: 0.1s linear; }
  header .menu-search-parent .bar__search-toggle::before {
    left: -2px;
    top: -2px;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid #fff; }
  header .menu-search-parent .bar__search-toggle::after {
    height: 2px;
    width: 7px;
    top: 13px;
    left: 10px;
    background: #fff;
    transform: rotate(45deg); }
  header .menu-search-parent .bar__search-toggle.active::before {
    left: 7px;
    top: 1px;
    width: 0;
    border: none;
    border-left: 2px solid white;
    border-radius: 0;
    transform: rotate(45deg); }
  header .menu-search-parent .bar__search-toggle.active::after {
    width: 16px;
    left: 0px;
    top: 8px; }
header .menu-search-parent .bar__dropform {
  display: none;
  position: relative;
  z-index: 999999;
  width: calc(100% - 30px);
  background-color: rgba(204, 204, 204, 0.9);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
  animation-name: fadeIn;
  animation-duration: .3s; }
  @media (max-width: 1199px) {
    header .menu-search-parent .bar__dropform {
      width: 100%; } }
  header .menu-search-parent .bar__dropform form {
    width: 90%;
    margin: 0 auto;
    padding: 60px 0; }
  header .menu-search-parent .bar__dropform-btn {
    margin-top: 10px;
    margin-left: 16px;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    color: rgba(58, 58, 58, 0.96);
    background-color: #f6f6f6;
    transition: .2s ease; }
    header .menu-search-parent .bar__dropform-btn:focus {
      color: rgba(58, 58, 58, 0.96);
      background-color: #fbfbfb;
      outline: none; }
    header .menu-search-parent .bar__dropform-btn:hover {
      color: rgba(58, 58, 58, 0.96);
      background-color: #fbfbfb; }
    header .menu-search-parent .bar__dropform-btn:active {
      color: rgba(67, 67, 67, 0.96);
      background-color: #f1f1f1;
      outline: none; }
  header .menu-search-parent .bar__dropform .pull-left {
    width: 88%; }
  header .menu-search-parent .bar__dropform .radio-label {
    margin-right: 30px;
    margin-bottom: 0;
    padding-left: 22px;
    color: #fff; }
    header .menu-search-parent .bar__dropform .radio-label::before, header .menu-search-parent .bar__dropform .radio-label::after {
      top: 5px;
      width: 16px;
      height: 16px; }
    header .menu-search-parent .bar__dropform .radio-label::before {
      background-color: transparent;
      border: 2px solid #fff;
      box-shadow: none; }
    header .menu-search-parent .bar__dropform .radio-label::after {
      background-color: #fff; }
  header .menu-search-parent .bar__dropform .radio-input:checked + .radio-label {
    font-weight: normal; }
  header .menu-search-parent .bar__dropform .radio-input:checked + .radio-label::after {
    transform: scale(0.5, 0.5); }
header .menu-search-parent .bar__mask {
  display: none;
  background-color: rgba(0, 0, 0, 0.45);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 2;
  animation-name: fadeIn;
  animation-duration: .3s; }
  header .menu-search-parent .bar__mask--open {
    display: block; }

.dropdown-badge {
  position: static;
  display: inline-block;
  margin-left: 4px;
  vertical-align: text-bottom; }
