/* contact.vm */
.map-area {
    width: 100%;
    height: 450px;
    margin: 0 0 30px;
}
#marker-title {
    width: 200px;
    height: 40px;
}
#marker-title h1 {
    height:40px;
    line-height:40px;
    font-size: 15px;
}

/* 초청의 말씀 */
.article.greetings {

}
.article.greetings p {
    text-align: justify;
}
.article.greetings .name {
    font-size: 18px;
    font-weight: 700;
}
.article.greetings .chairman {
    text-align: right;
}
.article.greetings .chairman .date {
    display: block;
    margin: 0 0 10px;
}
.article.greetings .chairman .sign b {
    margin-left: 10px;
    font-size: 22px;
    font-weight: bold;
}

/* 주요행사 */
.article.major-events {

}
.article.major-events h2.section-title small {
    display: inline-block;
    margin: 0 0 0 5px;
    font-size: 16px;
    color: #333;
}

/* ----------------------------------------------------------------------------------
    특별강연
---------------------------------------------------------------------------------- */
.profile-area {
    margin: 0;
}
.profile-area .thm {
    float: left;
    width: 160px;
    margin-right: 30px;
}
.profile-area .title {
    margin: 0 0 20px;
    padding: 0;
    line-height: 1.1;
    letter-spacing: -0.25px;
    font-size: 24px;
    font-weight: 700;
    color: #fd5256;
}
.profile-area .name {
    margin: 0 0 10px !important;
    padding: 0;
    line-height: 1.1;
    font-size: 18px;
    font-weight: 700;
    color: #333;
}
.profile-area .organ {
    margin: 0 0 10px 180px;
    padding: 0;
    line-height: 1.1;
    font-size: 13px;
    font-weight: 400;
    color: #333;
}
.profile-area .organ li {
    list-style: disc;
    margin: 0 0 2px;
    line-height: 1.3;
}

/* ----------------------------------------------------------------------------------
    지원 기관 및 단체
---------------------------------------------------------------------------------- */
.article.sponsor {

}
.article.sponsor .section {
    display: flex;
    flex-direction: column;
}
.article.sponsor .section ul {

}
.article.sponsor .section ul li {
    float: left;
    width: 212.5px;
    height: 60px;
    line-height: 60px;
    margin: 0 10px 12px 0;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    /*border: 3px solid #eee;*/
    /*border-left: 3px solid #0b97c4;*/
    border-radius: 2px;
}
.article.sponsor .section ul li:nth-child(4n) {
    margin-right: 0;
}


/* max-width: 767px */
@media only screen
and (max-width: 767px) {

    /* ----------------------------------------------------------------------------------
        지원 기관 및 단체
    ---------------------------------------------------------------------------------- */

    .article.sponsor .section ul li {
        float: none;
        display: inline-block;
        width: 150px;
        height: 43px;
        line-height: 43px;
        margin: 0 10px 10px;
        font-size: 15px;
    }
    .article.sponsor .section ul li:nth-child(4n) {
        margin-right: 10px;
    }
}

@media only screen
and (max-width: 450px) {
    .article .section h2.section-title,
    .article.sponsor .section ul {
        text-align: center;
    }
    .article.sponsor .section ul li {
        width: 210px;
    }
}
