@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}




.score_banner {
    width: 100%;
    height: 300px;
    background: url('<?php echo $content_skin_url; ?>/img/score_banner.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    background-color: #f2f2f2;
    border-radius: 20px;;
    margin-bottom: 60px;
    overflow: hidden;
}
.score_banner img {
    width: 100%;
}
.score_cont_wrap {
    display: flex;
    justify-content: center;
    align-items: start;
    padding: 50px 0;
    gap: 90px;
}
.score_cont {
    width: 1000px;
}
.score_banner_area {
    flex:1;
}

.s_banner01 {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;;
}

.score_title {
    border-bottom: 2px solid #00BBFF;
}
.score_title h2{
    font-family: "Orbitron", sans-serif;
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 20px;
}

.score_list ul li {
    padding: 30px 20px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
}
.score_user_area {
    width: 46%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.score_user {
    font-family: 'Electrical-Safety';
    font-weight: 600;
    font-size: 18px;
    color:#313131;

    span {
        color:var(--main-color);
    }
}
.hometeam span {
    margin-left: 20px;
}
.awayteam span {
    margin-right: 20px;
}
.vs {
    font-family: 'Electrical-Safety';
    color:#ccc;
}
.score_date {

}