@charset 'utf-8';

.container section#speaker{ margin-bottom: 70px; }
.speaker-wrapper{ display: flex; align-content:center; justify-content:center; flex-wrap:wrap; gap: 40px;}
.speaker-box{ display: flex; flex-direction: column; align-items: center; gap: 20px; border: 1px solid #ededed; padding: 32px; border-radius: 12px; flex: 1 ; max-width: 380px;box-sizing: border-box;}

.title-area{ text-align: center; word-break: keep-all; }
.title-area .category{display: block; margin-bottom: 10px; color: #888; }
.title-area h4{ font-size: 1.375rem; line-height: 1.34; letter-spacing: -.065em; color: #2a5069;}

.speaker-text{font-size: 1.125em; text-align: center; }
.speaker-text b{ display: block; font-size: 1.25rem;}
.speaker-text .profile-list{ margin-top: 12px; color: #797979;}

.nav-subbox ul li:nth-child(3){border-bottom: 4px solid #41e6f7}
.nav-box .gnb ul li:nth-child(2) {border-bottom: 2px solid #41e6f7;}

@media all and (max-width:767px) {    
  .speaker-wrapper{ flex-direction: column; }
}
@media all and (max-width:480px) {    
  .speaker-box{ width: 90%; }
}