.body {
    background-color: #000;
}

/* why */
#why .sec1 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}
#why .sec1 .container {
    position: relative;
    z-index: 10;
}
/* #why .sec1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
} */
#why .sec1 .why_back {
    position: absolute;
    z-index: 1;
}
#why .sec1 .why_back.why_back1 {
    left: 10vw;
    top: 10vw;
    max-width: 25vw;
}
#why .sec1 .why_back.why_back2 {
    left: -5vw;
    top: 25vw;
    max-width:23vw;
    opacity: .5;
    z-index: 0;
}
#why .sec1 .why_back.why_back3 {
    left: 20vw;
    bottom: 5vw;
    max-width:17vw;
}
#why .sec1 .why_back.why_back4 {
    right: 25vw;
    top: 15vw;
    max-width:17vw;
    opacity: .8;
}
#why .sec1 .why_back.why_back5 {
    right: -2vw;
    top: 17vw;
    max-width: 25vw;
    opacity: .5;
}
#why .sec1 .why_back.why_back6 {
    right: 15vw;
    bottom: 7vw;
    max-width: 20vw;
    opacity: .4;
}


#why .sec2 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    height: 100vh;
}
#why .sec2 .content {
    position: relative;
}
#why .sec2 .content .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:992px){
    #why .sec2 {
        height: auto;
    }
}


/* his_bt */
.his_bt {
    position: relative;
}
.his_bt .historyImgsWrpWrp {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 200px;
    width: 100%;
}
.his_bt .historyImgsWrpWrp > .pin-spacer {
    height: auto !important;
}
.his_bt .historyImgs {
    height: 460px;
    width: 100%;
    background: url(../img/his_top.jpg) center center no-repeat;
    background-size: cover;
}
@media (max-width:992px){
    .his_bt .historyImgsWrpWrp {
        top: 75px;
        z-index: 8;
        background-color: #000;
        margin: -15px;
        padding: 25px;
        width: calc(100% + 30px);
    }
    .his_bt .historyImgs {
        height: 300px;
    }
    .his_bt .historyImgs video {
        height: 100% !important;
    }
}
@media (max-width:500px){
    .his_bt .historyImgs {
        height: 200px;
    }
}
/* historyBox */
.historyBoxWrp {
    position: relative;
    margin-left: auto;
    width: 35%;
    padding-top: 600px;
}
.historyBox {
    position: relative;
}
.historyBox .historyItem {
    position: relative;
    padding-left: 70px !important;
}
.historyBox .historyProgress {
    position: absolute;
    left: 35px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: rgba(221, 221, 221, 0.3);
    transform: translateX(-50%);
}
.historyBox .historyProgress .crrt{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: var(--main-color);
}
.historyBox .historyItem + .historyItem {
    margin-top: 120px;
}
.historyBox .historyItem .yy {
    position: relative;
}
.historyBox .historyItem .yy img {
    border-radius: 20px;
}
.historyBox .historyItem .yy:after {
    content: "";
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 12px;
    height: 12px;
    background-color: var(--main-color);
    border-radius: 50%;
}
@media (max-width:992px){
    .historyBoxWrp {
        width: 100%;
        padding-top: 0;
    }
    .historyBox .historyItem {
        padding-left: 40px !important;
    }
    .historyBox .historyItem + .historyItem {
        margin-top: 60px;
    }
    .historyBox .historyProgress {
        position: absolute;
        left: 20px;
    }
    .historyBox .historyItem .yy:after {
        left: -20px;
        width: 7px;
        height: 7px;
    }
}


/* marquee */
.marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 0px;
    border-radius: 10px;
    position: relative; 
}
.marquee-container text {
    font-size: 1.2em;
    font-weight: 700;
    letter-spacing: 2px !important;
}
@media (max-width: 768px) {
    .marquee-container svg {
        height: 20rem !important;
    }
    .marquee-container text {
        font-size: 2em;
    }
}

@media (max-width: 480px) {
    .marquee-container svg {
        height: 15rem !important;
    }
    .marquee-container text {
        font-size: 4em; 
    }
}

/* Background size */
.marquee-container path {
    stroke-width: 3rem;
}
@media (max-width: 768px) {
    .marquee-container path {
        stroke-width: 6rem; 
    }
}
@media (max-width: 480px) {
    .marquee-container path {
        stroke-width: 8rem;
    }
}

/* sportBox */
.sportBox {
    margin-top: -10vw;
}
.sportBox .sptBox {
    border-radius: 20px;
    padding: 60px 40px;
    background-color: rgba(10,10,10,0.7);
    backdrop-filter: blur(10px);
}
.sportBox .sptBox .icon {
    margin-top: 20px;
    text-align: right;
}
@media (max-width: 768px) {
    .sportBox .sptBox {
        border-radius: 10px;
        padding: 40px 20px;
        display: flex;
        align-items: center;
    }
    .sportBox .sptBox .tcon {
        width: calc(100% - 40px);
        padding-right: 20px;
    }
    .sportBox .sptBox .icon {
        margin-top: 0;
        width: 40px;
    }
}

/* support */
#support .sec2 {
    background: url(../img/support_bg2.jpg) center center no-repeat;
    background-size: cover;
    height: 900px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
#support .sec2 .biggerTxt {
    position: relative;
    display: inline-block;
}
#support .sec2 .biggerTxt .post {
    position: absolute;
    padding: 14px 18px;
    box-shadow: 15px 25px 20px rgba(0, 0, 0, .15);
    letter-spacing: 0px;
    line-height: 1em;
    z-index: 5;
    background-color: rgba(244, 102, 13, 0.9);
    color: #fff;
    display: inline-block;
    padding: 7px 10px;
    font-weight: 600;
}
#support .sec2 .biggerTxt .post1 {
    left: 95%;
    top: 15%;
}
#support .sec2 .biggerTxt .post2 {
    right: 95%;
    top: 5%;
}
@media (min-width:992px){
    #support .sec2 .biggerTxt .huge {
        font-size: 150px;
    }
}
@media (max-width:992px){
    #support .sec2 {
        height: 700px;
    }
    #support .sec2 .container {
        width: 100%;
    }
}
@media (max-width: 768px) {
    #support .sec2 {
        height: 500px;
    }
}
@media (max-width: 500px) {
    #support .sec2 {
        height: 400px;
    }
    #support .sec2 .biggerTxt .post {
        padding: 4px 7px;
        font-size: 9px;
    }
    #support .sec2 .biggerTxt .post1 {
        top: 5%;
    }
    #support .sec2 .biggerTxt .post2 {
        top: -5%;
    }
}


/* formCon */
.formRow  {
    margin: 0 -50px;
}
.formRow  > div {
    padding: 0 50px;
}
.formRow .snsWrp a {
    text-decoration: none;
    display: inline-block;
    border-radius: 50%;
    width: 60px;
}
#formCon .lb {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
}
#formCon .form-control {
    border: 1px solid rgba(214, 214, 214, 0.6);
    height: 50px;
    background-color: transparent;
    border-radius: 4px;
    box-shadow: 0 0 0;
    margin-top: 8px;
    padding: 8px;
    font-size: 16px;
    color: #fff;
}
#formCon textarea.form-control {
    border: 1px solid #333;
    height: auto;
}
#formCon .smtBtn {
    background-color: #f4640d;
    padding: 15px;
    font-size: 18px;
    font-weight: 600;
    border: 0px;
    color: #fff;
    width: 100%;
    text-align: center;
}
#formCon .radio-custom-wrp {
    display: flex;
    align-items: center;
    gap: 20px;
    height: 50px;
    margin-top: 8px;
}
#formCon .radio-custom-wrp .radio-custom,
#formCon .radio-custom-wrp .radio-custom label {
    margin: 0px;
}
@media (max-width:768px) {
    #formCon .form-control:not(textarea) {
        margin-top: 8px;
    }
    #formCon .agrees label {
        display: inline;
    }
}


/* contact */
#contact {
    position: relative;
    overflow: hidden;
}
#contact .sec1 {
    position: relative;
    z-index: 5;
}
#contact .dot_rt {
    position: absolute;
    background-color: var(--main-color);
    filter: blur(300px);
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    opacity: .15;
    right: 0;
    top: 0;
    transform: translate3d(50%, -50%, 0);
    z-index: 2;
}
#contact .dot_lt {
    position: absolute;
    background-color: var(--main-color);
    filter: blur(300px);
    width: 50vw;
    height: 50vw;
    border-radius: 50%;
    opacity: .15;
    left: 0;
    top: 40%;
    transform: translate3d(-80%, -50%, 0);
    z-index: 2;
}

/* creators */
#creator .sec1 {
    position: relative;
    z-index: 10;
}
#creator .creators .row {
    margin: 0 -40px;
}
#creator .creators .row > div{
    padding: 40px;
}
#creator #flowMaqee {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: blur(5px);
    z-index: 1;
}
@media (max-width:768px){
    #creator .creators .row {
        margin: 0 -10px;
    }
    #creator .creators .row > div{
        padding: 10px;
    }
}

/* flowMaqee */
#flowMaqee svg {
    user-select: none;
    width: 100%;
    aspect-ratio: 100 / 12;
    overflow: visible;
    display: block;
    font-size: 15rem;
    font-weight: 700;
    font-family: "Cormorant Infant", sans-serif;
    letter-spacing: 1vw;
    text-transform: uppercase;
    line-height: 1;
    opacity: .7;
}
