/* 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: #fb8c00;
}
.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;
}
