/* English */


/* index ---------- */
/* slide */
.page-home .slidemain .title{background-image:url('/images/visual_home_title_en.svg')}
@media(min-width:576px){
  .page-home .slidemain .title{margin-right:30px !important}
}
@media(min-width:1070px){
  .page-home .slidemain .title{width:200px !important; height:200px !important; margin-right:60px !important}
}

/* down */
.page-home .down{margin-left:-15px; margin-right:-15px}
.page-home .down > div[class^=col]{padding-left:15px !important; padding-right:15px !important}
.page-home .down .lists div[class^=col]{flex:0 0 50%; max-width:50%} /*목록2개씩*/

.page-home .campaign,
.page-home .wallpaper{flex:0 0 100%; max-width:100%}
@media(min-width:1070px){
  .page-home .campaign,
  .page-home .wallpaper{flex:0 0 50%; max-width:50%}
}


/* humor ---------- */
.visual.together-humor::before{background-image:url('/images/visual_together_humor_en.png')}