@charset "utf-8";

/*
 * --------------------------------------------------------------------------
 * descript : 서브 콘텐츠
 * --------------------------------------------------------------------------
 * version	: 2.0.0
 * author	: Yoodaekyung
 * update	: 2018.08.17
 * email	: eorud0818@naver.com
 * --------------------------------------------------------------------------
 */

/* --------------------------------------------------------------------------
   타이틀
   -------------------------------------------------------------------------- */
h2{font-size:2.2em; font-weight:500; line-height:1em; color:#222; text-align:center; width:100%; margin:75px 0;}
h2 span{position:relative; display:inline-block;}
h2 span::before{position:absolute; display:inline-block; width:50px; height:14px; left:-70px; top:50%; transform:translate(0, -50%); background:url(/assets/img/common/theme/h2_bg.png) no-repeat left center;}
h2 span::after{position:absolute; display:inline-block; width:50px; height:14px; right:-70px; top:50%; transform:translate(0, -50%); background:url(/assets/img/common/theme/h2_bg.png) no-repeat left center;}

/* --------------------------------------------------------------------------
   회사소개 -> 오시는길
   -------------------------------------------------------------------------- */
.pcode901{margin-bottom:50px;}

/* 지도 API 콘트롤 박스 제거 */
.pcode901 .wrap_controllers{display:none;}