@charset "utf-8";


#ts-promotion>.container div,
#ts-promotion>.container p,
#ts-promotion>.container table,
#ts-promotion>.container th,
#ts-promotion>.container td,
#ts-promotion>.container fieldset,
#ts-promotion>.container input,
#ts-promotion>.container button,
#ts-promotion>.container select,
#ts-promotion>.container a {
    font-family: 'Pretendard', 'Noto Sans KR', 'Malgun Gothic',	sans-serif;
    box-sizing:	border-box;
}


#ts-promotion>.container {
    padding: 0 20px;
}

#ts-promotion>.container>div {
    text-align: center;
}

#ts-promotion>.top {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: url(/edu/skin/default/content/layout/event_union/images/top-bnn-bg.png) no-repeat, #E2F7FF;
    background-size: contain;
    background-position: center top;
    width: 100%;
    height: 100px;
    text-align: center;
}

#ts-promotion > .top > div {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
    font-size: 26px;
    color: #31A5FF;
}

#ts-promotion > .top > p {
    padding: 0;
    margin: 0;
    font-family: 'TmoneyRoundWindRegular', 'Pretendard';
    font-size: 14px;
    color: #333;
}

#ts-promotion > .top > p > span {
    font-family: 'TmoneyRoundWindExtraBold', 'Pretendard';
    color: #31A5FF;
}


/*tab*/
#ts-promotion>.container .tabs {
    margin: 20px 0;
    display: flex;
    justify-content: center;
    gap: 10px;
    width: 100%;
}

#ts-promotion>.container .tabs li {
    display: block;
    position: relative;
}

#ts-promotion>.container .tabs a {
    display: block;
    padding: 5px 20px;
    border: 1px solid #999;
    border-radius: 30px;
    font-size: 14px;
    color :#999;
    font-weight: 500;
}

#ts-promotion>.container .tabs .on a {
    position: relative;
    border: 2px solid #31A5FF;
    color: #31A5FF;
    font-weight: 600;
}

#ts-promotion>.container .tabcon {
    display: none;
}

#ts-promotion>.container .tabcon.on {
    display: block;
}

#ts-promotion>.container .tabcon .bnn-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: left;
    flex-wrap: wrap;
}

#ts-promotion>.container .tabcon .bnn-box > div {
    width: 100%;
    text-align: center;
    /*
	border-radius: 20px;
	overflow: hidden;
	*/
}

#ts-promotion>.container .tabcon .bnn-box > div img {
    border-radius: 20px;
}


#ts-promotion>.container .tabcon .bnn-box div.promo-text-container {
    padding-top:10px;
}
#ts-promotion>.container .tabcon .bnn-box > div p.promo-title {/*이벤트 타이틀*/
    margin: 0;
    color: #333;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
}

#ts-promotion>.container .tabcon .bnn-box > div span.promo-date {
    color: #888;
    font-weight: 600;
    font-size: 12px;
}

#ts-promotion>.container .end-promo .bnn-box > div {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

#ts-promotion>.container .tabcon .bnn-box > .ver-m {
    display: block;
}


#ts-promotion>.container .tabcon .bnn-box > .ver-pc {
    display: none;
}


/*Event-Detail*/
#ts-promotion>.container .detail-title {
    margin: 20px 0;
    text-align: center;
}

#ts-promotion>.container .detail-title span {
    display: inline-block;
    padding: 5px 50px;
    border: 2px solid #31A5FF;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    color: #31A5FF;
}
#ts-promotion>.container .detail-title.end span {
    color:#999;
    border-color:#999;
}

#ts-promotion>.container .view-list {
    display: block;
    margin: 20px 0;
    padding: 8px 0;
    width: 100%;
    border: 1px solid #666;
    color: #666;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}

/*min 960*/
@media(min-width:960px){
    #ts-promotion>.container {
        padding: 0;
        margin: 0 auto;
        width: 920px;
    }
    
    #ts-promotion>.top {
        height: 140px;
    }
    
    #ts-promotion > .top > div {
        font-size: 40px;
    }
    
    #ts-promotion > .top > p {
        font-size: 18px;
    }
    
    /*tab*/
    #ts-promotion>.container .tabs {
        margin: 30px 0;
    }
    
    #ts-promotion>.container .tabs a {
        border-radius: 40px;
        font-size: 16px;
    }
    
    #ts-promotion>.container .tabcon .bnn-box {
        display: flex;
        flex-direction: row;
        gap: 10px;
        justify-content: left;
    }
    
    #ts-promotion>.container .tabcon .bnn-box > div {
        width: 455px;
    }
    
    #ts-promotion>.container .tabcon .bnn-box > .ver-m {
        display: none;
    }
    
    #ts-promotion>.container .tabcon .bnn-box > .ver-pc {
        display: block;
    }
    
    #ts-promotion>.container .detail-title {
        margin: 30px 0;
    }
    
    #ts-promotion>.container .detail-title span {
        font-size: 18px;
        line-height: 18px;
    }
    
    #ts-promotion>.container .view-list {
        margin: 30px 0;
        padding: 10px 0;
        font-size: 16px;
    }
}

/*min 1280*/
@media(min-width:1280px){
    #ts-promotion>.container .tabcon .bnn-box > div {
        width: 300px;
    }
}

.font-bold{
    font-weight:700;
}