@media (max-width: 320px) {
    .reward .list li div span { font-size: 0.7em !important; }
}

/* Landscape phones and down */
@media (min-width: 321px) and (max-width: 480px) {
    .reward .list li div span { font-size: 0.87em !important; }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 767px) {
    .reward .list li div span { font-size: 1.2em !important; }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .reward .list li div span { font-size: 2em !important; }
}

@media (min-width: 980px) and (max-width: 1199px) {
    .reward .list li div span { font-size: 2.5em !important; }
}

/* Large desktop */
@media (min-width: 1200px) {
    .reward .list li div span { font-size: 3em !important; }
}

/*튜토리얼*/
.overlay-wrap {background-color: rgba(0, 0, 0, 0.7);}
/*튜토리얼*/

/*메인배너*/
.main_visual .btn_rolling p {width: 100% !important;}
/*메인배너*/

.rolling_jp,
.rolling_cn,
.rolling_gr,
.rolling_vt     { display: none; }

.notice             { height: 12px; padding: 10px 0 10px 10px; }
.notice div ul li   { padding-left: 29px; background:url('../images/common/index_sprite.png') no-repeat; background-position: 5px -324px; background-size: 62px 367px;/*background: url('../images/main/bg_notice.gif') no-repeat 11px 6px; background-size: 11px 12px;*/ }
.notice div ul li a { font-size: 0.75em; color: #333; }

/*마이핫딜*/
.my_hotdeeal table tbody .like span         {display: block; text-align: left; width: 76%;}
.my_hotdeeal table tbody .grade span.best   {background-image: none; background-color: #ff393a; border-radius: 4px; padding-top: 2px;}
.my_hotdeeal table tbody .grade span.new    {background-image: none; background-color: #67a2e8; border-radius: 4px; padding-top: 2px;}
/*마이핫딜*/

/*리워드*/
.reward .list li                    {background: none;}
.reward .list li div.reward-list    {background: #ff393a;width: 100%;}
/*.reward .list li {/*background: none;}
.reward .list li div {background-color: #ff393a;}
/*리워드*/

.recommand_svc ul li {width:20%;}