
/*add Held*/
.contents{
    background-color: #FFFFFF;
}

#header img.logo{
    display: none;
}

#header a.menuToggle{
    background-color: #93D5E1;
}
#header a.menuToggle .inner span{
    background-color: #FFFFFF;
}

#header.color {
    background-color: rgba(255, 255, 255, 0.8);
}


#header .langChange.forPc{
color: #93D5E1;
}
#header .langChange.forPc a{
    color: rgba(147,213,225,0.5);
}
#header #navigation ul#globalMenu li a{
    color: #93D5E1;
}

#topMain a.pageScroll img{
    width: 16px;
    bottom: -21px;
}

#topMain{
    background: rgba(0, 0, 0, 0);
    background-image: url(../img/main_bg_held.webp);
    background-size: cover;
    padding-bottom: 841px;
}

#topMain img.mainlogo{
    top:56px;
    left: 50px;
    width: 300px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
}


#topMain .youtubeBox{
    position: absolute;
    top: 174px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    height: 440px;
    width: 100%;
    max-width: 781px;
}

#topMain .youtubeBox .movieInner{
    position: relative;
    padding-bottom: 56.25%;
}

#topMain .youtubeBox .movieInner iframe{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
}

#topMain .youtubeBox .movieInner .notStart{
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
}

#topMain .youtubeBox .movieInner .notStart p{
    color:#999999;
    position: absolute;
    text-align: center;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 100%;
}


#topMain .result{
    position: absolute;
    width: 90%;
    max-width: 1042px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: #FFFFFF;
    border-radius: 50px;
    box-shadow: 0px 0px 15px -5px #999999;
    padding: 15px 0;
    bottom:100px;
}
#topMain .result .inner{
    padding: 0;
    max-width: 1024px;
}

#topMain .result ul{
    display: flex;
    align-items: center;
    justify-content: center;
}


#topMain .result ul li.news{
    width: calc(100% - 380px);
    height: 70px;
    background-color:#FAFAFA;
    border-radius: 10px;
    margin-right: 32px;
    overflow: hidden;
}

#topMain .result ul li.news div{
    padding: 10px;
    overflow-y: auto;
    font-size: 0.75rem;
    color: #000000;
    max-height: 70px;
}


#topMain .result ul li a.Btn{
    color: #FFFFFF;
    font-weight: bold;
    background-color: #39A7CD;
    padding: 10px 77px;
    width: fit-content;
    display: inline-block;
    border-radius: 10px;
}

#topEvent{
    background-color: #F7F7F7;
    color: #464646;
}

#topEvent h2{
color:#93D5E1;
}
#topEvent h2:after{
    background-color:#93D5E1;

}
#topEvent ul.slider li p{
    color: #464646;
}


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

    #header #navigation{
        background-color: #93D5E1;
    }
    #header #navigation ul#globalMenu li a{
        color: #FFFFFF;
    }

    #topMain{
        padding-bottom: 173.02798vw;
    }
    #topMain img.mainlogo{
        width: 37.6590vw;
        left: 3.8vw;
        top:5vw;
    }
    #topMain .youtubeBox{
        position: absolute;
        top: 25.9vw;
        max-width: 92.4vw;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        height: auto;
    }
    #topMain .result{
        position: absolute;
        width: 92.4vw;
        max-width: 1024px;
        left: 50%;
        transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        background-color: rgba(0,0,0,0);
        border-radius: 50px;
        box-shadow: none;
        padding: 15px 0;
        bottom: 12.7vw;
    }
    #topMain .result ul{
        display: block;
    }
    #topMain .result ul li.news{
        width: 100%;
        height: 53vw;
        background-color: #FFFFFF;
        border-radius: 10px;
        margin-right: 0;
        padding: 10px 20px 10px 10px;
    }
    #topMain .result ul li.news .newstext {
        padding: 10px;
        font-size: 0.75rem;
        color: #000000;
        max-height: 53vw;
        background-color: #FAFAFA;
        height: 100%;
    }

    #topMain .result ul li:nth-of-type(2){
        display: flex;
        margin-top: 6vw;
        position: relative;
    }
    #topMain .result ul li a.Btn{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
    }
    #topMain .result ul li a.Btn.resultBtn{
        margin-left: 3.8vw;
    }
}




/*topDaily*/
#topDaily{
    padding-top: 50px;
    padding-bottom: 100px;
    position: relative;
    background-color: rgba(88,203,224,0.98);
}

#topDaily  h2{
    font-size: 5.31rem;
    position: relative;
    color:#FFFFFF;
}

#topDaily h2:after{
    content:"";
    display: block;
    width: 52px;
    height: 4px;
    background-color: #FFFFFF;
    position:absolute;
    left: 0;
    bottom:0;
}

#topDaily ul{
    display: flex;
    margin-top: 70px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

#topDaily ul li{
    width: calc((100% - 170px)/3);
    margin-right: 85px;
    margin-bottom: 30px;
}

#topDaily ul li:nth-of-type(3n){
    margin-right: 0;
}

#topDaily ul li h3{
    text-align:  center;
    margin-top: 10px;
    font-weight: normal;
}

@media screen and (max-width: 780px){
    #topDaily{
        padding-top: 10vw;
        padding-bottom: 20vw;
    }
    
    #topDaily  h2{
        font-size: 1.8rem;
        padding-bottom: 2vw;
        margin-bottom: 8vw;
    }
    
    #topDaily h2:after{
        width: 7.1vw;
    }
    
    #topDaily ul{
        display: block;
        margin-top: 10vw;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    
    #topDaily ul li{
        width: 100%;
        margin-right: 0;
    }
    
    

}