@charset "utf-8";

/* 서브 비쥬얼 */
#sub_visual { display:block; height:auto; margin:0; padding:0; overflow:hidden; }
#sub_visual img { max-width:100%; vertical-align:top; }

/* 서브 페이지명 */
#page_names {
	display:block; padding:16px 10px; font-size:1em; color:#333; font-weight:700; line-height:1.4; text-align:left; border-bottom:1px solid #ddd;
	box-shadow:0 1px 4px rgba(0,0,0,0.2);
}

/* 서브 컨텐츠 : 기본 */
#sub_cnt { display:block; margin:20px 20px; font-size:100%; word-break:break-all; }

/* 서브 컨텐츠 : 메뉴 */
.menu_box { position:relative; display:block; height:30px; margin-bottom:30px; background:#f4f4f4; border:1px solid #ddd; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; }
.menu_box > a { display:block; padding:7px 10px; font-size:87%; color:#333; font-weight:700; }
.menu_box > a.icon_on { background:url('/m/images/icon_down.png') no-repeat 98% 50%; background-size:5%; }
.menu_box > a.icon_off { background:url('/m/images/icon_up.png') no-repeat 98% 50%; background-size:5%; }
.menu_box ul { position:absolute; display:none; list-style:none; left:-1px; top:30px; width:100%; margin:0; padding:0; border:1px solid #ddd; border-bottom:0; z-index:100; }
.menu_box ul li { display:block; }
.menu_box ul li a { display:block; padding:7px 10px 7px 20px; font-size:81%; color:#666; font-weight:700; background:#f4f4f4; border-bottom:1px solid #ddd; }

/* 사업분야 : 사업분야 */
.biz_area { display:block; overflow:hidden; }
.biz_area .table { display:table; width:100%; margin-bottom:40px; }
.biz_area .table .th { display:table-cell; width:30%; font-size:118%; color:#fff; font-weight:800; text-align:center; vertical-align:middle; background-size:contain; }
.biz_area .table .td { display:table-cell; width:70%; font-size:81%; color:#555; font-weight:400; vertical-align:middle; }
.biz_area .table .td .txt { margin-left:10px; margin-bottom:10px; line-height:1.6; }
.biz_area .table .td .btn { display:inline-block; margin-left:10px; padding:5px 7px; font-size:100%; color:#2154ad; font-weight:400; background:#f7f7f7; border:1px solid #e0e0e0; }

.biz_area .bg1 { background:url('/m/business/images/th_bg1.png') no-repeat center 50%; }
.biz_area .bg2 { background:url('/m/business/images/th_bg2.png') no-repeat center 50%; }
.biz_area .bg3 { background:url('/m/business/images/th_bg3.png') no-repeat center 50%; }
.biz_area .bg4 { background:url('/m/business/images/th_bg4.png') no-repeat center 50%; }
.biz_area .bg5 { background:url('/m/business/images/th_bg5.png') no-repeat center 50%; }
.biz_area .bg6 { background:url('/m/business/images/th_bg6.png') no-repeat center 50%; }
.biz_area .bg7 { background:url('/m/business/images/th_bg7.png') no-repeat center 50%; }