@charset "utf-8";
.skip a{
    width: 150px;
    height: 50px;
    line-height: 50px;
    padding: 10px;
    border-radius: 5px;
    border: 3px solid #000;
    background-color: #fff;
    color: #000;
    font-family: AdobeGothicStd-Bold;
    position: absolute;
    top: -100px;
}
section ul{
    margin: 20px 0;
}
section ul li:first-child{
    font-size: 70px;
    font-family: texgyreadventor-bold;
    display: block;
    
}
section ul li{
    color: #000;
    font-family: AdobeGothicStd-Bold;
    padding: 5px;
    text-align: left;
}
section>div{
    padding-bottom: 50px;
}
section{
    margin-bottom: 100px;
}
/*sng*/
.sng-wrap{
    width: 100%;
    height: 15px;
    line-height: 30px;
}
.sng{
    width: 1400px;
    height: 1px;
    position: relative;
    margin: 0 auto;
}
.sng ul{
    position: absolute;
    left: 0;
    color: #000;
    margin: 10px;
    width: 1400px;
    height: 20px;
    font-size: 20px;
    font-family: texgyreadventor-bold;
}
.sng ul li{
    color: #000;
    display: inline-block;
    height: 20px;
}
.sng ul li:first-child{
    font-size: 20px;
    display: inline-block;
}
/*top설정*/
section{
    width: 100%;
}
.top{
    width: 1400px;
    margin: 0 auto;
}
.top img{
    width: 1400px;
}
.top ul{
    float: left;
}
.top ul li:first-child{
    padding-bottom: 20px;
}
.top ul li{
    color: #000;
    font-family: AdobeGothicStd-Bold;
    padding: 5px;
    text-align: left;
}







/*sports*/
.sports{
    width: 1400px;
    margin: 0 auto;
}
.sports img{
    width: 1400px;
}
.sports ul li:nth-child(2){
    font-size: 70px;
    font-family: texgyreadventor-bold;
    display: block;
    padding-bottom: 20px;
}
.sports ul li:nth-child(3){
    font-size: 50px;
    font-family: texgyreadventor-bold;
    display: block;
}
.sports ul li:nth-child(4){
    font-size: 50px;
    font-family: texgyreadventor-bold;
    display: block;
    padding-bottom: 20px;
}

.sports ul{
    float: right;
}
.sports ul li{
    text-align: right;
}





/*collabo*/
.collabo{
    width: 1400px;
    text-align: center;
    margin: 0 auto;
    padding: 100px 0;
}
.collabo img{
    width: 500px;
}
.text-3 ul li:nth-child(2){
    font-size: 50px;
    font-family: texgyreadventor-bold;
    display: block;
    padding-bottom: 20px;
}

.text-3 ul li{
    text-align: center;
}
















