
/* MEDIA QUERY */

/* 
*
*

************************

Min 756px - Max 1046px

************************
*
*
*/

@media screen and (max-width: 65.375em) {

    html{
        font-size: 50%;
        /* size of 16px / 50% = 8px */
    }


/*========================== 
    Contents common
========================== */



section.speakerWrap{
    width: 90%;
    margin: 4rem auto 0;
}


/*========================== 
    Top Main Visual
========================== */

section.main_visual_wrap {
    background-size: cover;
}
div.visual_contents {
    padding: 0 6% 0;
}
div.m_vs_img {
    margin-top: -24px;
}
div.m_vs_img img{
    width: 100%;
}
dl.theme_title dd.maintit{
    font-size: 5.4rem;
}  
dl.theme_title dd.subj_tit{
    padding: 0 3.2rem 0;
}
dl.theme_title dt, dl.theme_title dt span.en_kff{
    font-size: 1.5rem;
}
dl.theme_title dd.date_time{
    font-size: 1.4rem;
    margin-top: 8px;
}

.theme_evtData-item a{
    font-size: 1.6rem;
}
.logowrap{
    top: 10%;
    left: 50%;
    right:auto;
    transform: translate(-50%, -50%);
    text-align: center;
}
.logowrap img{
    height: 4rem;
}

/*========================== 
    main Speaker
========================== */

.profile-name {
    font-size: 1.5rem;
    margin-top: 1.6rem;
}
.message-content {
    text-align: left;
}
.message-content p br{
    display: none;
}


/*========================== 
    Speaker
========================== */

/* .speakercontainer{
    justify-content: center;
} */
 
.speakergroup__list{
    padding: 2rem 1.5rem;
}
.speakergroup__item{
    padding: 0 0 1.6rem;
    border-bottom: 1px solid #ebebeb;

}
.item-tit__sbj {
    padding: 0.7rem 1rem 0.6rem;
    font-size: 1.3rem;
}
.item-tit__name{
    margin-top: 0.6rem;
    font-size: 2.4rem;
}
.speakergroup__item-thum img{
    width: 100%;
    height: 100%;
}
ol.speakergroup__profile{
    font-size: 1.34em;
    padding: 0 0 0;
    letter-spacing: 0;
}
.speakergroup__profile li{
    padding-left: 0.8rem;
}



/*========================== 
    Footer
========================== */
.footerarea{
    margin: 5% auto 0;
    padding: 3% 0 3%;
    font-size: 1.6rem;
}    


}



/* 
*
*

************************

Min 321px - Max 755px 

************************
*
*
*/


@media screen and (max-width: 47.2em) {

    html{
        font-size: 40%; 
        /* size of 16px / 40% = 6.4px */
    }



/*========================== 
    Top Main Visual
========================== */

section.main_visual_wrap {
    height: 40vh;
    background-size: cover;
    background-position: 0 0;
}
div.visual_contents {
    padding: 0 4rem 0;
}
div.m_vs_img img{
    width: 100%;
}
div.theme_titlewrap{
    text-align: center;
}
dl.theme_title{
    margin-top: 3.2rem;
}
dl.theme_title dd.maintit {
    font-size: 3.4rem;
}
dl.theme_title dd.maintit br{
    display: none;
}
dl.theme_title dd.subj_tit{
    padding: 0 4rem 0;
    font-size: 1.6rem;
}
.subj_tit br{display: none;}
.theme_evtData{
    width: 100%;
    max-width: 30rem;
    margin: 3.6rem auto 0;
}
.theme_evtData-item a{
    font-size: 2.2rem;
}
.theme_evtData-item.regist.single{
    width: 100%;
}
.logowrap{top: 15%;}


/*========================== 
    Main Speaker
========================== */

.card-content{
    padding: 4rem 4rem 3rem;
    flex-direction: column;
    gap: 0;
}
.profile-section{margin: 0 auto;}
.message-content p {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #333;
}
.message-content p:last-child{
    text-align: center;
    font-family: "NanumSquareNeoHeavy";
}

/*========================== 
    Speaker
========================== */

.speakercontainer, .speakergroup{
    display: block;
}
.speakergroup{
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 3rem;
}

.speakergroup__list{
    padding: 2rem 4rem;
}
.speakergroup__item{
    padding: 0 1.6rem 2.2rem;
    border-bottom: 1px solid #ebebeb;

}
ol.speakergroup__profile{
    letter-spacing: -0.6px;
    margin-top: 2.2rem;
}
.speakergroup__profile li{
    font-size: 1.68rem;
    line-height: 2.8rem;
    padding-left: 1.3rem;
}
.speakergroup__item-tit{
    font-size: 1.75rem;
    margin-left: 2rem;
}
    .item-tit__sbj{
        background: #0589C8;
        display: inline-block;
        font-size: 1.6rem;
        border-radius: 4px;
        padding: 0.8rem 1.2rem 0.6rem;
        color: #fff;
    }
    .item-tit__name{font-size: 3rem;}
    .item-tit__posi{font-size: 2rem;}

/*========================== 
    Footer
========================== */
.footerarea{
    margin: 8% auto 0;
    padding: 4% 0 4%;
    font-size: 1.7rem;
}    

}


/* 
*
*

************************

min 0 ~ max 320px 

************************
*
*
*/


@media screen and (max-width: 20em) {


}
