@charset "utf-8";

.img_banner {
	background: url(/include/base/img/sub_header_banner_00.png) no-repeat center;
	background-size: auto;
	height: 328px;
	background-color: #e8e4e4;
}

.img_banner .text_box {
	margin-top: 150px;
	margin-left: 700px;
	font-weight: 600;
	width: 800px;
	height: 100px;
	margin: 0 auto;
	padding-top: 130px;
}

.img_banner .text_box p.banner_title {
	font-size: 45px;
	letter-spacing: -3px;
}

.img_banner .text_box p.bottom_text {
	font-size: 15px;
	font-weight: 600;
}

.img_banner .icon_box {
	background-color: rgba(255, 255, 255, 0.63);
	width: 281px;
	height: 281px;
	border: 1px solid #ccc;
	display: block;
	margin-left: 550px;
	margin-top: -198px;
}

.img_banner .icon_box .top_part {
	height: 140px;
	font-weight: 100;
	position:relative;
}

.img_banner .icon_box .top_part .recruit_title {
	text-align: center;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: 600;
	font-size: 16px;
	display:inline-block;
	margin-left:25px;
}

.img_banner .icon_box .top_part .recruit_title img {
	margin-top: 20px;
	vertical-align: bottom;
}

.img_banner .icon_box .top_part .recruit_more {
	font-size:12px;
	font-weight:bold;
	display:inline-block;
	position:absolute;
	top:33px;
	right:32px;
	color:#cc0000;
	cursor:pointer;
}

.img_banner .icon_box .top_part .recruit_list {
	font-size: 14px;
	font-weight: 500;
	text-align: left;
	padding-left:30px;
}

.img_banner .icon_box .top_part .recruit_list li {
	line-height: 30px;
	white-space:nowrap;
	width:224px;
	overflow:hidden;
	text-overflow:ellipsis;
}

.img_banner .icon_box .top_part .recruit_list li.no_data {
	text-align: center;
}

.img_banner .icon_box .top_part a:hover {
	text-decoration: none;
	border-bottom: 1px solid #cc0000;
	padding-bottom: 1px;
	color: #cc0000;
}


.img_banner .icon_box .bottom_part {
	width: 140px;
	height: 140px;
	display: inline-block;
	text-align: center;
	font-weight: 600;
	font-size: 15px;
}

.img_banner .icon_box .bottom_part a {
	display: inline-block;
	width: 140px;
	height: 140px;
}

.img_banner .icon_box .bottom_part a:hover {
	color: #cc0000;
}

.img_banner .icon_box .under {
	float: left;
}

.img_banner .icon_box .bottom_part img {
	margin-top: 30px;
}

section {
	margin: inherit;
	width: inherit;
	min-height: inherit;
}

section .product_slider {
	width: 1380px;
	height: 430px;
	margin: 0 auto;
}

section .product_slider h3.slider_title {
	font-size: 33px;
	font-weight: 900;
	color: #646464;
	letter-spacing: -1px;
	margin-top: 40px;
	margin-left: 53px;
	margin-bottom: 10px;
}


section .product_item {
	background-color: #fff;
	width: 300px;
	height: 300px;
	border: 1px solid #ccc;
	text-align: center;
}

section .product_slider .slider_wrap .slider_btn {
	display: inline-block;
	width: 35px;
	height: 300px;
	line-height: 350px;
	float: left;
}

section .product_slider .slider_wrap .slider_btn.left_side {
	background: url(/img/left_arrow.png) no-repeat center;
}

section .product_slider .slider_wrap .slider_btn.left_side:hover {
	background: url(/img/h_left_arrow.png) no-repeat center;
}

section .product_slider .slider_wrap .slider_btn.right_side {
	background: url(/img/right_arrow.png) no-repeat center;
}

section .product_slider .slider_wrap .slider_btn.right_side:hover {
	background: url(/img/h_right_arrow.png) no-repeat center;
}

section .product_slider .slider_wrap p.product_title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: -15px;
}

section .product_slider .slider_wrap a.more_view {
	width: 140px;
	height: 40px;
	display: inline-block;
	border: 1px solid #cc0000;
	color: #cc0000;
	line-height: 40px;
}

section .product_slider .slider_wrap a.more_view:hover {
	background-color: #cc0000;
	color: #fff;
}

.bx-wrapper{
	float: left;
}

/* popup global begin */
.pop_up_layer_base{
	display:none;
}
.pop_up_layer_base .pop_up_in_area .pop_up_layer {
	background-color: #fff;
	position: absolute;
	top: 90px;
	left: 40px;
	box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2);	
	border: 1px solid #91afc4;
	color: #525252;	
	z-index: 2;
	display:block;
}
.pop_up_layer_base .pop_up_in_area .pop_up_layer img {	
	margin: 10px 10px 0px 10px;
}
.pop_up_layer_base .pop_up_in_area .pop_up_layer p.dont_show_again {
	width: 170px;	
	display: inline-block;
	padding-left: 10px;
}
.pop_up_layer_base .pop_up_in_area .pop_up_layer a.popup_close_btn {
	float: right;
	margin-right : 10px;
}
.pop_up_layer_base.center_bg_on{
	width : 100%;
	height : 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, .4);
	opacity: 1;
	transition: all 0.5s;
	z-index:3;
}
.pop_up_layer_base.center_bg_on .pop_up_in_area {
	width : 100%;
	height : 100%;
	position: relative;
	display:flex;
}
.pop_up_layer_base.center_bg_on .pop_up_in_area .pop_up_layer{
	margin:auto;
	position: static;
	display:block;
}
/* popup global end */

/* popup popup_out_web_240304 begin */
#popup_out_web_240304_out_area_obj .pop_bottom_area a.control_btn {
	background-color: #4a4a4a;
	border: none;
	color: #fff;
	display: inline-block;
	width: 120px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 5px;
	font-size: 14px;
}
#popup_out_web_240304_out_area_obj .pop_bottom_area a.control_btn:hover {
	transition: 0.3s;
	background-color: #767676;
	cursor: pointer;
}
#popup_out_web_240304_out_area_obj .pop_bottom_area {
	height: 50px;
	line-height: 50px;
	margin-top: -9px;
}
#popup_out_web_240304_out_area_obj .pop_bottom_area img.canon_logo {
	margin-left: 10px;
	margin-right: 331px;
}
/* popup popup_out_web_240304 end */
