@charset "utf-8";

/* -----------SCP 방송 보기----------- */
.test1{
    background-color: #f8f8f8;
}

.select_game {
    width: 30%;
    min-width: 240px;
    font-size: large;
    text-align: center;
    margin: 0 auto;
}

.onair-form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.onair-title p{
    font-size: 3.2em;
    text-align: center;
    padding: 100px 0 20px 0;
    font-weight: 700;
    color: #454545;
}

.onair-title span{
    color: #2476fb;
}

.onair1{
    width: 30%;
    background-color: #fff;
    padding: 30px 40px;
    position: relative;
    border: 1px solid #d5d5d5;
    margin-top: 30px;
    margin: 5px;
}

.platform{
    position: absolute;
    top: 10px;
    left: 10px;
}

.my_pick {
    position: absolute;
    top: 0;
    right: 0;
}
.my_pick p {
    padding: 1rem;
    background: #587ef6;
    color: #fff;
}

.my_pick::after {
    content: '';
    display: block;
    border-bottom: 20px solid transparent;
    border-top: 20px solid #587ef6;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
}

.channel-profile{
    text-align: center;
    padding-top: 15px;
}

.channel-profile-img-wrap {
    position: relative;
}

.channel-profile-img-wrap img{
    max-width: 88px;
    min-height: 88px;
    border-radius: 44px;
    overflow: hidden;
}

.on_air {
    position: absolute;
    left: 50%;
    bottom: 0;
    padding: 0.3rem 1.2rem;
    background: red;
    border-radius: 2rem;
    color: #fff;
    font-weight: 700;
}

.chan-name{
    font-size: 20px;
    font-weight: 500;
    color: #2476fb;
    padding-top: 10px;
}

.chan-txt{
    color: #454545;
    font-size: 20px;
    border-bottom: 3px dotted #d5d5d5;
    padding-bottom: 30px;
}

.grade_wrap {
    width: 100%;
    text-align: center;
}

.grade-1{
    padding: 6px 13px;
    border-radius: 30px;
    /* width: 25%; */
    display: inline-block;
    min-width: 74px;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    margin: 30px auto 0;
}

.chan_num{
    font-size: 20px;
    text-align: center;
    padding-top: 15px;
    color: #454545;
    font-weight: 400;
}

.chan_num p {
    color: #808080;
}

.chan_num span{
    color: #454545;
}

.supp-btn{
    display: flex;
    justify-content: center; 
    padding-top: 20px;
}
.supp-btn button{
    width: 50%;
    margin: 0 5px;
    padding: 15px;
}

.supp-btn .btn1{
    background-color: #427ff6;
    color: #fff;
    border: none;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}

.supp-btn .btn2{
    background-color: #fff;
    color: #427ff6;
    border: 1px solid #427ff6;
    font-size: 18px;
    font-weight: 400;
    cursor: pointer;
}


.more{
    text-align: center;
    padding: 20px;
    color: #454545;
}

.cur-act{
    padding-bottom: 200px;
}
.btn-group {
    display: flex;
    justify-content: center;
    margin: 0px;
}

.btn-group .cur-menu {
    background-color: #e4e4e4; 
    border: 1px solid #e4e4e4;
    color: #979797;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
    float: left;
    width: 33.5%;
    margin-bottom: 10px;
}

.btn-group .cur-menu:hover,
.btn-group .cur-menu.select {
  background-color: #fff; 
  border: 1px solid #e4e4e4;
  color: #454545;
}


/* responsive */
@media screen and (max-width: 1280px) {
    .area{
        max-width: 100% !important;
        min-width: 100% !important;
    }
    
    .onair-title p{
        width: 100%;
        font-size: 50px;
        padding: 80px 10px 20px;
    }

    .onair-form{
        padding: 0 15px;
    }

    .onair1{
        width: 46%;
        margin: 5px;
    }
    
    .supp-btn button {
        margin:0 1px;
        padding: 10px;
    }
    .supp-btn .btn1 {
        font-size: 15px;
    }
    .supp-btn .btn2 {
        font-size: 15px;
    }
    
   
}
@media screen and (max-width: 700px) {
    .onair-title p{
        font-size: 40px;
    }
    
    .platform img{
        width: 25px;
    }
}   

@media screen and (max-width: 600px) {
    
    .btn-group .cur-menu {
        padding: 7px;
    }
    
    .channel-profile{
        padding-top: 30px;
    }
    
    .supp-btn{
        display: block;
        padding-top: 20px;
    }
    
    .supp-btn .btn1 {
        width: 100%;
        height: 45px;
        margin-bottom: 5px;
    }
    .supp-btn .btn2 {
        width: 100%;
        height: 45px;
    }
    
    .chan-txt{
        padding-bottom: 20px;
    }
    
    .grade-1{
        margin-top: 20px;
    }
    
}

@media screen and (max-width: 500px) {
    .onair-title p{
        font-size: 35px;
    }
}

@media screen and (max-width: 450px) {
    .chan-name{
        font-size: 17px;
    }

    .chan-txt{
        font-size: 17px;
    }
    
    .chan_num{
        font-size: 17px;
    }
   
}






















