/* 인사말 */
.greeting_content{ width: 100%; height: auto; }
.greeting_content>h5{ line-height: 60px; font-size: 45px; color: rgb(235,235,235); font-weight: normal; }
.greeting_content>h4{ line-height: 60px; font-size: 45px; color: rgb(235,235,235); font-weight: bold; }
.greeting_content>div{ width: 100%; min-height: 430px; margin-top: 40px; padding: 20px 0 50px; background-position: right 0 center; background-repeat: no-repeat; background-size: auto; }
.greeting_content>div>h6{ width: 100%; font-size: 24px; line-height: 40px; color: rgb(51,51,51); font-weight: normal; }
.greeting_content>div>h6>span{ font-weight: bold; }
.greeting_content>div>p{ width: 100%; margin-top: 40px; font-size: 16px; line-height: 28px; color: rgb(51,51,51); }

/* 오시는길 */
.direction_content{ width: 100%; height: auto; }
.daum_map{ width: 100% !important; height: 540px !important; margin-top: 50px; margin-bottom: 30px !important; transition: all 0.2s ease-in-out; }
.daum_map .wrap_map{ height: calc(100% - 32px) !important; }
.direction_content>figure{ width: calc(100% - 2px); margin-top: 20px; padding: 25px 35px; border: 1px solid rgb(204,204,204); }
.direction_content>figure>dl{ width: 100%; height: 30px; line-height: 28px; color: rgb(51,51,51); }
.direction_content>figure>dl>dt{ width: 90px; display: inline-block; float: left; font-weight: bold; }
.direction_content>figure>dl>dd{ width: auto; display: inline-block; float: left; }
.direction_content>figure>dl>dd>a:hover{ font-weight: bold; }
