/*********** mt *********/
.latest_freegame{position:relative;overflow:hidden;width:100%;background:#fff;border-radius:9px;box-shadow:0 9px 11px rgba(0,0,0,0.06);}
.latest_freegame .header{display:flex;align-items:center;border-bottom:1px solid rgba(0,0,0,0.1);padding:0 15px}
.latest_freegame .header .title{font-size:18px;font-weight:var(--bold);color:var(--mainColor);height:56px;padding:0 5px;border-bottom:2px solid var(--mainColor);display:inline-flex;align-items:center;}
.latest_freegame .header .more{margin-left:auto;font-size:16px;font-weight:var(--bold);display:inline-flex;align-items:center;gap:5px;}
.latest_freegame .header .more:after{content:"\e938";font-family:'intaefont';font-size:13px;font-weight:normal;color:var(--mainColor);}

.latest_freegame .gall_ul {justify-content:center; padding:20px 15px;}
.latest_freegame li.bin{display:block;text-align:center;height:500px;background:rgba(0,0,0,0.1);}
.latest_freegame li.bin:before{content:"\e0f8";font-family:'newfont';font-size:66px;line-height:500px;color:rgba(255,255,255,0.7);}
.latest_freegame li {width:auto;}
.latest_freegame li .gall_thumb img{width:150px;height:70px;border-radius:6px;}
.latest_freegame li .gall_thumb .no-img{width:150px;height:70px;background:rgba(71,78,103,0.25);border-radius:6px;display:inline-flex;align-items:center;justify-content:center;}
.latest_freegame li .gall_thumb .no-img:before{content:"\e976";font-family:'intaefont';font-size:28px;font-weight:normal;color:#fff;}
.latest_freegame li .gallContents{gap:10px}
.latest_freegame li .gallContents .textSubject{font-size:13px;width:90%;margin:0 auto;text-align:center;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-text-overflow:ellipsis;}