@charset "euc-kr";
/* 
------------------------------------------------------------
MGAME Web Design Team
first written : Shin 250410
updated : 250416
------------------------------------------------------------
*/
    /* ÀÏÁ¤Ç¥ */
.schedule_view {display: flex; justify-content: space-between; margin: 18px 0 40px; padding-bottom: 20px; border-bottom: 1px solid #383838; align-items: stretch;}
.schedule_view>div {width: 170px; margin-right: 15px; color: #eaeaea; font-size: 13px; font-weight: 200; flex: 1; position: relative;}
.schedule_view>div:last-child {margin-right: 0px;}
.schedule_view .top {height: 92px; font-size: 22px; text-align: center; line-height: 92px; background: #2d2d2d;}
.schedule_view .on .top {background: #3f2825;}
.schedule_view .bottom {min-height: 268px; margin-bottom: -17px;}
.schedule_view .bottom>ul {min-height: 248px; background: linear-gradient(to bottom, #414141, #242424); padding: 28px 20px 10px;}
.schedule_view .on .bottom>ul {background: linear-gradient(to bottom, #552f2b, #23201e);}
.schedule_view .bottom>ul>li {margin-bottom: 12px; display: flex; letter-spacing: -.5px; line-height: 18px}
.schedule_view .bottom>ul>li>div:first-child {margin-right: 10px; width: 30px; color: #ffb97c;}
.schedule_view .bottom>ul>li:last-child {margin-bottom: 0px;}
.schedule_view .bottom img {width: 170px; height: 20px;}
.schedule_view .bottom>div {background: url(https://mgameimage.gscdn.com/mgamezzang/games/knight_v3/news/bottom_line.jpg) no-repeat; height: 20px;}
.schedule_view .on .bottom>div {background: url(https://mgameimage.gscdn.com/mgamezzang/games/knight_v3/news/bottom_line_on.jpg) no-repeat;}
.schedule_view .on .today {background: url(https://mgameimage.gscdn.com/mgamezzang/games/knight_v3/news/today.png) no-repeat; position: absolute; width: 45px; height: 28px; top: -7px; left: 64px;}
    /* ÀÏÁ¤ ¾È³» */
.schedule_info {min-height: 170px; background: #393324; margin-bottom: 120px; font-size: 16px; color: #c5bca7; padding: 29px; line-height: 26px;}
.schedule_info div:first-child {font-size: 22px; color: #eaeaea; margin-bottom: 10px;}




















