* {
	box-sizing:border-box;
}
a, a:link, a:visited {color:#333;text-decoration:none;}
a:hover {color:#000;text-decoration:none;}

/* 공통 */
.divider {
	border-bottom:2px solid #000;
	width:50px;
	margin:22px 0 48px 0;
}
.mtext {
	font-size:1.05rem;
}


/* _site_head.php */
#m_header_section {
	display:-webkit-flex;display:-moz-flex;display:flex;
	-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;
	-webkit-align-items:center;-moz-align-items:center;align-items:center;
	border-top:5px solid #24439b;
	height:57px;
}
#m_header_section .menu_toggler {
	padding-left:10px;
	font-size:1.6rem;
	cursor:pointer;
}
#m_header_section .logo_area {
}
#m_header_section .logo_area img {
	max-width:150px;
}
#m_header_section .tel_area {
	padding-right:10px;
}

#mainbody {
	padding:20px 13px;
}
#mainbody .main_company {
	margin-bottom:11px;
}
#mainbody .main_product {
	margin-bottom:6px;
}
#mainbody .main_catalogue {
	margin-bottom:11px;
}
#mainbody .main_customer {
	margin-bottom:11px;
}

/* _site_tail.php */
#tail_contact_section {
	background-color:#24439b;
}
#tail_contact_section .tail_contact {
	display:-webkit-flex;display:-moz-flex;display:flex;
	-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;
	-webkit-align-items:center;-moz-align-items:center;align-items:center;
	height:73px;
}
#tail_contact_section .contact_title {
	color:#fff;
	font-size:0.8rem;
}
#tail_contact_section .contact_tel {
	color:#fff;
	font-size:1.6rem;
	font-weight:700;
}
#tail_contact_section .contact_call {
	width:86px;
	height:23px;
	line-height:23px;
	border-radius:12px;
	text-align:center;
	background-color:#000;
	color:#fff;
	font-size:0.8rem;
}
#tail_contact_section .contact_call i {
	color:#1eb8dd;
	font-size:0.7rem;
}
#tail_section {
	background-color:#191919;
	color:#b3b3b3;
	text-align:center;
	padding:16px 0 25px 0;
	font-size:0.8rem;
}

.m_menu_pos {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.7);
	display:none;
}
.m_menu_pos .m_menu_container {
	position:absolute;
	top:0;
	left:-100%;
	width:70%;
	height:100%;
	background-color:#112537;
	z-index:99999;
}
.m_menu_pos .m_menu_container .m_menu_head {
	display:-webkit-flex;display:-moz-flex;display:flex;
	-webkit-justify-content:space-between;-moz-justify-content:space-between;justify-content:space-between;
	-webkit-align-items:center;-moz-align-items:center;align-items:center;
	height:60px;
	background-color:#005caa;
}
.m_menu_pos .m_menu_container .m_menu_head .m_menu_charset {
	color:#307dbe;
	padding:20px;
}
.m_menu_pos .m_menu_container .m_menu_head .m_menu_charset a {
	color:#fff;
	font-size:0.8rem;
}
.m_menu_pos .m_menu_container .m_menu_head .m_menu_close {
}
.m_menu_pos .m_menu_container .m_menu_head .m_menu_close a {
	color:#fff;
	font-size:2rem;
	margin-right:15px;
}
.m_menu_pos .m_menu_container .m_menu {
}
.m_menu_pos .m_menu_container .m_menu .m_menu_item {
	background-color:#0d2234;
}
.m_menu_pos .m_menu_container .m_menu .m_menu_item a.menu {
	display:block;
	height:48px;
	line-height:48px;
	text-decoration:none;
	color:#fff;
	border-bottom:1px solid #182e42;
	margin-left:20px;
}
.m_menu_pos .m_menu_container .m_menu .m_menu_item a.menu i {
	float:right;
	line-height:48px;
	margin-right:20px;
	color:#aaa;
}
.m_submenu {
	background-color:#fff;
}
.m_submenu a.submenu {
	display:block;
	line-height:30px;
	border-bottom:1px solid #f4f4f4;
	padding-left:24px;
}

/* index.php */
.main_catalogue {position:relative;}
.main_catalogue .catalogue_link {
	position:absolute;
	bottom:10px;
	width:100%;
	text-align:center;
}
.main_catalogue .catalogue_link a {
	display:inline-block;
}
.main_catalogue .catalogue_link a span {
	font-size:0.8rem;
}


/* sub_head.php */
.sub_head_img_section {
	height:100px;
	background:url('/theme/slhitech/img/subimg.jpg') center center no-repeat;
	background-size:cover;
	text-align:center;
	color:#fff;
	font-size:30px;
	padding-top:25px;
}

/* about.php */
.ceo_sign_wrap {
	text-align:center;
	margin:30px 0 80px 0;
}

/* history.php */
.line p {
	color:#707070;
}

/* location.php */
.location_info {
	margin:20px 0 150px 0;
}
.location_info .line {
	display:-webkit-flex;display:-moz-webkit;display:flex;
	border-bottom:1px solid #ddd;
}
.location_info .line:first-child {
	border-top:1px solid #ddd;
}
.location_info .line .subject {
	width:100px;
	background-color:#f5f5f5;
	font-size:14px;
	line-height:45px;
	text-align:center;
}
.location_info .line .content {
	font-size:14px;
	line-height:45px;
	padding-left:20px;
}

/* business.php */
.business_msg {
	font-size:1.0rem;
	color:#1b94d3;
	text-align:center;
	letter-spacing:0.05rem;
}
.product_info_box {
	width:100%;
	min-height:50px;
	line-height:50px;
	border:1px solid #b6c9e5;
	background-color:#e9f2ff;
	color:#3f6193;
	text-align:center;
	letter-spacing:-0.07rem;
}
.biz_area {
	margin-bottom:30px;
}
.biz_area_03_box h4 {
	font-size:1.2rem;
	color:#1b94d3;
}

/* product.php */
.product_category {
	display:-webkit-flex;display:-moz-webkit;display:flex;
	flex-wrap:wrap;
	margin:50px 0 20px 0;
}
.product_category a.select_category {
	width:32%;
	text-align:center;
	font-size:1rem;
	height:54px;
	line-height:54px;
	background-color:#e1e1e1;
	margin:2px;
	border:1px solid #e1e1e1;
}
.product_category a.select_category:first-child {
	width:98.4%
}
.product_category a.select_category {
	width:48.6%
}
.product_category a.select_category.active {
	background-color:#fff;
}
.product_area {
	width:100%;
	display:none;
}
.product_area.active {
	width:100%;
	display:block;
}
.product_area td {
	text-align:center;
}
.product_area .product_list_box {
	margin-bottom:40px;
}
.product_area .product_img_wrap {
	width:100%;
	display:inline-block;
	border:1px solid #e5e5e5;
	text-align:center;
}
.product_area .product_img_wrap_blank {
	width:100%;
}
.product_area .product_img_wrap .product_img {
	width:100%;
}
.product_area .product_name {
	display:inline-block;
	width:100%;
	height:55px;
	border-right:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-left:1px solid #e5e5e5;
	font-size:16px;
	line-height:55px;
}
.product_spec_wrap {
	display:inline-block;
	width:100%;
	margin:10px 0 10px 0;
}
.product_spec {
	width:100%;
	border-top:1px solid #e5e5e5;
	border-left:1px solid #e5e5e5;
}
.product_spec tr td {
	height:43px;
	border-right:1px solid #e5e5e5;
	border-bottom:1px solid #e5e5e5;
}
.product_spec tr td:first-child {
	width:40%;
}
.product_spec > tbody > tr:first-child > td {
	background-color:#f2f5f7;
}

/* equip.php */
.page_slogan {
	text-align:center;
	color:#1b94d3;
	font-size:18px;
	margin:30px 0 30px 0;
}
.page_comment {
	text-align:center;
}
.equip_area {
	text-align:center;
}