
/* 프로그램 */
.program .visual-area{background-image:url('/wp-content/themes/weloveu/images/program_visual.jpg'); background-position:center}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx), (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi){
  .program .visual-area{background-image:url('/wp-content/themes/weloveu/images/program_visual@2x.jpg')}
}

.program .text-block .wp-block-heading{margin-bottom:var(--unit-2x)}
.program .text-block .wp-block-table + p{margin-top:var(--unit-1x)}


/* 연사 */
.speaker .visual-area{background-image:url('/wp-content/themes/weloveu/images/speaker_visual.jpg'); background-position:center}
@media only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-resolution:1.5dppx), (-webkit-min-device-pixel-ratio:1.5), (min-resolution:144dpi){
  .speaker .visual-area{background-image:url('/wp-content/themes/weloveu/images/speaker_visual@2x.jpg')}
}

.speaker .lists.list-fix-thum{row-gap:24px;}
.speaker .list-item{margin-bottom:0;}
.speaker .lists .thum-img{padding-bottom:140%}
.speaker .post-title{font-size:16px; line-height:1.4; font-weight:600; position:relative}
.speaker .post-title::before{content:''; display:block; width:50px; border-bottom:2px solid #333; margin-bottom:15px; margin-top:2px}

.speaker .post-en-name{font-size:13px; line-height:1.4}
.speaker .post-position{font-size:13px;line-height:1.4; font-weight:600}
.speaker .post-role{display:inline-block; background:#9A8C7E; color:#fff; padding:4px 6px; border-radius:2px; font-size:12px}
.speaker .post-notes{font-size:13px; color:var(--text-gray); line-height:1.5}
@media(min-width:768px){
  .speaker .post-title{font-size:20px}
  .speaker .post-position{font-size:15px}
}
@media(min-width:1070px){

}
