/* 인사말 */
.greeting_content{ width: 100%; max-width: 1200px; margin: auto; padding: 0 20px 150px; }
.greeting_content>div{ width: 100%; height: 300px; background-position: center; background-repeat: no-repeat; background-size: cover; transition: all 0.2s ease-in-out; }
.greeting_content>figure{ width: 100%; height: 1px; margin-top: 50px; background-color: rgb(0,0,0); transition: all 0.2s ease-in-out; }
.greeting_content>h2{ margin-top: 60px; color: rgb(29,29,29); font-size: 22px; font-weight: normal; transition: all 0.2s ease-in-out; }
.greeting_content>p{ margin-top: 30px; color: rgb(29,29,29); font-size: 16px; font-weight: normal; line-height: 40px; text-align: justify; transition: all 0.2s ease-in-out; }
.greeting_content>h5{ margin-top: 50px; color: rgb(29,29,29); font-size: 16px; font-weight: normal; transition: all 0.2s ease-in-out; }

/* 회사개요 */
.intro_content{ width: 100%; max-width: 1200px; margin: auto; padding: 0 20px 150px; }
.intro_content>div{ width: 100%; height: 300px; margin-bottom: 50px; padding: 50px; background-position: center; background-repeat: no-repeat; background-size: cover; color: rgb(255,255,255); font-size: 28px; text-align: justify; line-height: 50px; transition: all 0.2s ease-in-out; }
.intro_content>ul{ width: 100%; border-bottom: 1px solid rgb(178,178,178); display: flex; flex-flow: row nowrap; justify-content: space-between; align-items: center; transition: all 0.2s ease-in-out; }
.intro_content>ul:first-of-type{ border-top: 1px solid rgb(0,0,0); }
.intro_content>ul>li:first-of-type{ width: 120px; min-width: 120px; height: auto; padding: 10px 0; font-weight: bold; text-align: center; transition: all 0.2s ease-in-out; }
.intro_content>ul>li:last-of-type{ width: 100%; height: auto; margin-left: 20px; padding: 10px 0; color: rgb(29,29,29); line-height: 40px; transition: all 0.2s ease-in-out; }
.intro_content>ul>li.lf_custom{ display: flex; flex-flow: row wrap; }
.intro_content>ul>li.lf_custom>span{ margin-right: 5px; }

/* 오시는길 */
.direction_content{ width: 100%; max-width: 1200px; height: auto; margin: auto; padding: 0 20px 150px; }
.direction_content .kakao_map{ width: 100% !important; height: 400px !important; transition: all 0.2s ease-in-out; }
.direction_content .kakao_map:last-of-type{ margin-top: 50px; }
.direction_content .kakao_map .wrap_map{ height: calc(100% - 32px) !important; }
.direction_content>h4{ margin: 50px 0 30px; font-size: 24px; color: rgb(29,29,29); font-weight: bold; transition: all 0.2s ease-in-out; }
.direction_content>h6{ font-size: 16px; color: rgb(21,143,213); transition: all 0.2s ease-in-out; }
.direction_content>p{ font-size: 16px; color: rgb(29,29,29); text-align: justify; line-height: 40px; transition: all 0.2s ease-in-out; }
.direction_content>h5{ margin: 50px 0 20px; font-size: 18px; color: rgb(29,29,29); font-weight: bold; transition: all 0.2s ease-in-out; }
.direction_content>figure{ width: 100%; height: 1px; margin-top: 30px; background-color: rgb(0,0,0); transition: all 0.2s ease-in-out; }
