
/* 공통 */
.container { position: relative; width: 100%; max-width: 1200px; height: auto; margin: 0 auto; padding: 80px 0;}

/* 회사소개 */
/* 소개글 */
.intro_content > h3 { font-weight: lighter; font-size: 28px; letter-spacing: -2px; color: #555;}
.intro_content > h3 > span { color: #945c22; }
.intro_content > h4 { font-weight: lighter; font-size: 50px; letter-spacing: -3px; padding: 18px 0;}
.intro_content > p { font-size: 16px; line-height: 38px; }
.intro_content > p > span { color: #945c22; font-size: 25px; font-weight: 600; }
.intro_content > h5 { font-size: 18px; padding: 20px 0 0; font-weight: lighter;}
.intro_content > .sub_bg { position: absolute; bottom: 55px; right: -55px; }

/* 오시는길 */
.location_content > div > div > table { width: 1200px; border-top: 2px solid #945c22;}
.location_content > div > div > table tr { height: 35px; border-bottom: 1px solid #eedbc8;}
.location_content > div > div > table th { background: #fff4e8; border-right: 1px solid #eedbc8; color: #945c22; font-size: 17px; }
.location_content > div > div > table td { padding-left: 50px; font-size: 17px; }
.wrap_controllers { display: none; }
.root_daum_roughmap { width: 1200px !important;}
.root_daum_roughmap .wrap_map { height: 400px !important; }

/* 제품소개 */
.introduce_content > img { display: block; margin: 0 auto 15px ; }


