@charset 'utf-8';

@media all and (max-width:767px) {
    
    .speaker-box p:first-child{ height:auto; }
    .speaker-area ul li {width:98%;margin: 0 auto}
    .speaker-area ul li .speaker-box{padding:0 0 30px 0}
    
}
@media all and (min-width:768px) and (max-width:1279px) {
    
    .speaker-box p:first-child{ height:117px; }
    .speaker-area ul {overflow: hidden}
    .speaker-area ul li {float: left;width: 50%}
    .speaker-box {height: 460px}
    
}
@media all and (min-width:1280px) {
    
    .speaker-box p:first-child{ height:117px; }
    .speaker-area ul {overflow: hidden;}
    .speaker-area ul li {float: left;width: 33.3%}
    .speaker-box {height: 420px}
    
}

.nav-box .gnb ul li:nth-child(2) {
    
    border-bottom: 2px solid #86a4c3;
    
}
.nav-subbox ul li:nth-child(4) {
    
    border-bottom: 4px solid #86a4c3;
    
}

.nav-box .gnb ul li:nth-child(2){border-bottom: 2px solid #86a4c3}
.nav-subbox ul li:nth-child(3){border-bottom: 4px solid #86a4c3}

.speaker-area{overflow: hidden}
.speaker-area ul{ display:flex; align-content:center; justify-content:center; flex-wrap:wrap; }
.speaker-area ul li .speaker-box{}

.speaker-box {width:98%;margin: 0 auto 30px 0}
.speaker-box p {margin:0 auto 20px auto;}
.speaker-box p span {display: block;text-align: center;}
.speaker-box .speaker-img{
    background: #fff;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    margin: 0 auto;
    box-shadow:1px 5px 5px 4px rgba(0,0,0,0.1);
    border:2px solid #86a4c3;
    overflow: hidden;
}

.speaker-box .speaker-img span img{width: 100%;display: inline-block;}
.speaker-box:nth-child(2) .speaker-img span img{width: 100px}

.speaker-box p:first-child .category{font-weight: 700;font-size: 1.2em;line-height: 30px;letter-spacing: -.065em}
.speaker-box p:first-child .title{font-weight: 900;font-size: 1.6em;letter-spacing: -.065em;color: #8095b0}

/*speacker text*/
.speaker-box .speaker-text{margin: 20px 0 20px 0}
.speaker-box p:first-child{text-align: center;}
.speaker-box p .category{display: inline-block;padding: 5px 10px 10px 10px}
.speaker-box .speaker-text .name{font-size: 1.6em;font-weight: 900;color: #000;line-height: 30px;margin: 0 0 10px 0}

/*profile-list*/
.speaker-box .speaker-text .profile-list{
    margin: 0 auto;
    font-weight: 400;
    letter-spacing: -0.4px;
    font-size: 1.2em;
    width: 85%;
    line-height: 24px;
}


