@charset "utf-8";

img {max-width:100%;position:relative;}
* {letter-spacing:-0.05em;word-break:keep-all;}

.ready {
    text-align:center;
    font-size:22px;
    color:#999999;
    margin:130px 0;
    font-weight:300;
}

#_wrap {position:relative;width:100%;padding-top:80px;}

#_header {padding:0 10px;position:fixed;left:0;top:0;height:80px;width:100%;background:#fff;overflow:hidden;transition:0.5s;box-sizing:border-box;z-index:200;}
#_header:before {
	content:"";
	position:absolute;
	left:0;
	top:79px;
	background:#e8e8e8;
	width:100%;
	height:1px;
}
#_header ._inner {max-width:1180px;height:80px;position:relative;margin:0 auto;}
#_header ._logo {position:absolute;left:0;top:12px;width:183px;font-size:0;}
#_header ._logo a {display:block;}

#_header ._gnb {position:absolute;right:-50px;top:0;z-index:10;}
#_header ._gnb > li {float:left;position:relative;}
#_header ._gnb > li > a {display:block;width:160px;height:80px;line-height:80px;font-family:ns;color:#000;font-size:18px;position:relative;text-align:center;}

#_header ._gnb > li > a > span {display:inline-block;padding:0 15px;position:relative;}
#_header ._gnb > li > a > span:before {
	content:"";
	display:block;
	width:0;
	left:2%;
	position:absolute;
	bottom:0;
	height:2px;
	background:#ed1c24;
	transition:0.5s;
}
#_header ._gnb li ul {position:absolute;left:48px;top:100px;white-space:nowrap;}
#_header ._gnb li ul li a {display:block;font-size:14px;color:#666;padding:4px 0;letter-spacing:-0.05em;}

#_header ._gnb > li.active > a > span:before,
#_header ._gnb > li:hover > a > span:before {width:100%;}
#_header ._gnb > li.active > a,
#_header ._gnb > li:hover > a,
#_header ._gnb li ul li:hover a,
#_header ._gnb li ul li.active a {color:#ed1c24;}

#_header ._btn {width:30px;height:30px;box-sizing:border-box;border:none;background:none;position:absolute;top:14px;display:none;}
#_header ._menu {left:10px;}

#_header._nav-on {height:321px;/*box-shadow:0 3px 5px rgba(0,0,0,0.2);*/}

#_nav {position:fixed;left:0;top:0;width:100%;height:0;z-index:500;font-family:nr,sans-serif;overflow:hidden;transition-delay:0.3s;display:none;}
#_nav ._bg {position:absolute;left:0;top:0;width:100%;height:100%;z-index:0;background:rgba(0,0,0,0.6);transition:0.5s;opacity:0;}
#_nav ._inner {position:absolute;left:-30px;top:0;width:80%;background:#fff;height:100%;overflow:auto;z-index:5;transition:0.5s;opacity:0;}
#_nav ._nav-close {position:absolute;right:16px;top:50%;margin-top:-15px;z-index:10;width:30px;height:30px;border:none;background:none;transition:0.5s;opacity:0;}
#_nav ._top {background:#fff;position:relative;height:60px;box-sizing:border-box;padding:0 20px;border-bottom:1px solid #ccc;}
#_nav ._top h3 {height:60px;line-height:60px;color:#fff;font-size:15px;letter-spacing:-0.05em;font-weight:500;}
#_nav ._top h3 a {display:block;color:#fff;width:120px;}
#_nav ._gnb > li {border-bottom:1px solid #ddd;}
#_nav ._gnb > li > a {display:block;font-size:13px;padding:12px 20px;color:#000;letter-spacing:-0.05em;position:relative;}
#_nav ._gnb > li > a:before {
	content:"";
	display:block;
	right:20px;
	position:absolute;
	top:50%;
	margin-top:-10px;
	width:20px;
	height:20px;
	background:url(../images/gnb-off.png) no-repeat;
	background-size:100% 100%;
}
#_nav ._gnb li ul {display:none;background:#f4f4f4;}
#_nav ._gnb li ul li {border-top:1px solid #ddd;}
#_nav ._gnb li ul li a {display:block;font-size:12px;padding:12px 20px 12px 30px;color:#000;letter-spacing:-0.05em;}
#_nav ._gnb > li.active > a {color:#ed232b;}
#_nav ._gnb > li.active > a:before {background-image:url(../images/gnb-on.png);}
#_nav ._gnb > li.active > ul {display:block;}

._mnav-on #_nav {height:100%;transition-delay:0s;}
._mnav-on #_nav ._bg {opacity:1;}
._mnav-on #_nav ._inner {opacity:1;left:0;}
._mnav-on #_nav ._nav-close {opacity:1;}

#_vis,
#_vis ._vis {text-align:center;position:relative;overflow:hidden;}
#_vis ._vis {background-position:50% 0;background-repeat:no-repeat;background-size:cover;}
#_vis > ._roll > ._vis:nth-child(n+2) {display:none;}

#_vis .bx-pager {position:absolute;z-index:100;bottom:65px;left:50%;margin-left:560px;text-align:center;}
#_vis .bx-pager .bx-pager-item {display:inline;}
#_vis .bx-pager .bx-pager-item a {
	display:inline-block;
	text-align:left;
	margin:0 3px;
	width:12px;
	height:12px;
	background:url(../images/vis_off.png) no-repeat;	
	text-indent:-9999px;
	overflow:hidden;	
	transition:0.3s;
}
#_vis .bx-pager .bx-pager-item a.active {background:url(../images/vis_on.png) no-repeat;}
#_vis .mouse{display:block;width:26px;height:39px;position:absolute;left:50%;margin-left:-13px;bottom:15px;z-index:100;display:none;}
#_vis .mouse:after { content:''; background:url(../images/vis_mouse.png) no-repeat;width:26px;height:39px;left:0;top:0px;position:absolute;
	-webkit-animation: one 1s ease infinite;
    -moz-animation: one 1s ease infinite;
    -ms-animation: one 1s ease infinite;
    -o-animation: one 1s ease infinite;
    animation: one 1s ease infinite;
 }
@keyframes one {
	0% {top:-10px}
	50% {top:-40px}
	100% {top:-10px}
}

.maintit {display:block;font-family:os,nr,sans-serif;font-size:36px;color:#000;font-weight:600;text-align:center;}
.maintit span {font-weight:300;}
.mainstit {display:block;font-size:14px;color:#666;padding-top:15px;text-align:center;line-height:22px;}

#_main1 {padding:78px 10px 80px;}
#_main1 ._inner {max-width:1180px;margin:0 auto;}
.main1_list {overflow:hidden;margin-top:60px;}
.main1_list > li {float:left;width:20%;text-align:center;}
.main1_list > li > a {display:block;transition:0.3s;}
.main1_list > li .tit {display:block;font-family:os,nr,sans-serif;font-size:18px;color:#000;font-weight:500;margin-top:30px;}
.main1_list > li .txt {font-size:14px;color:#666;margin-top:12px;line-height:22px;letter-spacing:-0.05em;}
.main1_list > li .more_btn {display:inline-block;font-size:12px;color:#555;padding:6px 28px;border:1px solid #8b8b8b;border-radius:40px;margin-top:20px;}
.main1_list > li > a:hover .more_btn {color:#ed1c24;border:1px solid #ed1c24;transition:0.3s;}

#_main2 {padding:78px 10px 180px;background:#f9f9f9 url(../images/main2_bg_180827.png) center bottom no-repeat; ;}
#_main2 > ._inner {max-width:1180px;margin:0 auto;}
#_main2 ._rollbox {background:#fff;border-top:1px solid #ed232b;padding:46px 55px;margin-top:40px;position:relative;
	-moz-box-shadow: 1px 2px 4px #d2d2d2;
	-webkit-box-shadow: 1px 2px 4px #d2d2d2;
	box-shadow: 1px 2px 4px #d2d2d2;}
#_main2 ._roll {}

#_main2 .product {display:block;overflow:hidden;}
#_main2 .product > div {float:left;width:50%;}
#_main2 .product .desc {padding-left:50px;box-sizing:border-box;}
#_main2 .product .desc .type {display:block;font-size:16px;color:#666;padding:5px 0 10px;}
#_main2 .product .desc .name {font-family:os,nr,sans-serif;font-size:30px;color:#ed1c24;font-weight:600;line-height:32px;}
#_main2 .product .desc .txt {font-size:15px;color:#222;line-height:28px;margin-top:20px;overflow:hidden;text-overflow:ellipsis;height:80px;word-wrap:break-word;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}

#_main2 ._rollbox > a {display:block;width:104px;height:41px;line-height:41px;background:rgba(237,28,36,0.63);text-align:center;transition:0.3s;position:absolute;top:-41px;z-index:100;}
#_main2 ._rollbox > a:hover {background:rgba(237,28,36,1);transition:0.3s;}
#_main2 ._rollbox .btn_prev {right:105px;}
#_main2 ._rollbox .btn_next {right:0px;}

#_main2 .bx-pager {position:absolute;z-index:100;bottom:85px;left:50%;margin-left:48px;text-align:center;}
#_main2 .bx-pager .bx-pager-item {display:inline;}
#_main2 .bx-pager .bx-pager-item a {
	display:inline-block;
	text-align:left;
	margin:0 5px;
	width:12px;
	height:12px;
	background:url(../images/vis_off.png) no-repeat;	
	text-indent:-9999px;
	overflow:hidden;	
	transition:0.3s;
}
#_main2 .bx-pager .bx-pager-item a.active {background:url(../images/vis_on.png) no-repeat;}

#_main3 {padding:120px 10px 90px;}
#_main3 ._inner {max-width:1180px;margin:0 auto;}
.main3_list {overflow:hidden;margin:35px -10px 0;}
.main3_list > li {float:left;width:33.333333%;padding:0 10px;box-sizing:border-box;}
.main3_list > li > a {display:block;height:460px;box-sizing:border-box;overflow:hidden;transition:0.5s;position:relative;color:#fff;border-radius:10px;}
.main3_list > li > a .img {position:absolute;left:0;top:0;width:100%;height:100%;transition:0.5s;background-position: 50% 100% !important;}
.main3_list > li > a .img:before {contnet:'';position:absolute;left:0;top:0;width:100%;height:100%;background-size:cover !important;}
.main3_list > li:nth-child(1) > a .img {background:url(../images/main3_img1.jpg) no-repeat;}
.main3_list > li:nth-child(2) > a .img {background:url(../images/main3_img2.jpg) no-repeat;}
.main3_list > li:nth-child(3) > a .img {background:url(../images/main3_img3.jpg) no-repeat;}
.main3_list > li > a:hover .img {transform:scale(1.1,1.1);}
.main3_list > li .box {position:absolute;left:0;top:0;padding:50px 40px;}
.main3_list > li .tit {display:block;font-family:ns;font-size:32px;font-weight:400;padding-bottom:10px;}
.main3_list > li .txt {font-size:15px;position:relative;padding-bottom:28px;}
.main3_list > li .txt:after {content:'';display:block;width:13px;height:1px;background:#fff;position:absolute;left:0;bottom:0;}

#_main4 {padding:50px 10px 130px;}
#_main4 > ._inner {max-width:1180px;margin:0 auto;overflow:hidden;}
#_main4 .notice {float:left;width:46%;}
#_main4 .resource {float:right;width:46%;}
#_main4 .bbs_tit {display:block;font-family:ns;font-size:32px;color:#222;font-weight:400;position:relative;margin-bottom:24px;}
#_main4 .bbs_tit > a {position:absolute;right:0;top:50%;margin-top:-10px;}
#_main4 .list {overflow:hidden;}
#_main4 .list > li {padding:20px 0;border-bottom:1px solid #e8e8e8;}
#_main4 .list a {display:block;font-size:15px;color:#363636;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:0 100px 0 15px;position:relative;}
#_main4 .list a:before {content:'';display:block;width:4px;height:4px;background:#ed1c24;border-radius:100px;position:absolute;left:0;top:50%;margin-top:-2px;}
#_main4 .list a .date {font-size:14px;color:#999;position:absolute;right:3px;top:0;}

#_footer {background:#2f2f2f;padding:34px 10px 60px;}
#_footer ._inner {max-width:1180px;margin:0 auto;}
#_footer .one {font-size:14px;color:#999;line-height:23px;position:relative;}
#_footer .one > * {display:inline-block;vertical-align:middle;}
#_footer .one .name {color:#e1e1e1;font-weight:600;}
#_footer .one em {color:#999;padding:0 6px;}
#_footer .one .family_site {width:158px;height:40px;font-family:os,nr,sans-serif;font-size:13px;color:#999;border:1px solid #ccc;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(../images/foot_sel_bg_180827.png) no-repeat 100% 50%, transparent;padding-left:20px;position:absolute;right:0;top:-8px;}
#_footer .one .family_site::-ms-expand {display: none;}
#_footer .one .family_site option {color:#222;}

.go_top {position:fixed;left:50%;margin-left:650px;bottom:58px;z-index:999;}

#_svis {background-repeat:no-repeat;background-position:50% 0;background-size:cover;text-align:center;font-size:0;position:relative;}
#_svis ._inner {position:absolute;left:0;top:0;width:100%;height:100%;}
#_svis ._inner:before {content:"";display:inline-block;width:0;height:100%;vertical-align:middle;}
#_svis ._inner span {display:inline-block;vertical-align:middle;color:#fff;}
#_svis ._inner span h3 {font-family:ns,nr,sans-serif;font-size:50px;font-weight:400;letter-spacing:0.3em;}

#_snb {border-bottom:1px solid #f5f5f5;background:#fcfcfc;padding:0 10px;position:relative;z-index:10;}
#_snb ._inner {max-width:1180px;margin:0 auto;text-align:center;}
#_snb ._inner > a {display:inline-block;height:64px;line-height:64px;font-size:16px;color:#222;transition:0.3s;padding:0 28px;}
#_snb ._inner > a:hover, #_snb ._inner > a.active {color:#ed1c24;transition:0.3s;}

#_msnb {display:none;}
#_msnb a {display:block;margin-top:-1px;height:45px;line-height:47px;border:1px solid #dfdfdf;font-size:14px;color:#222;padding-left:15px;position:relative;}
#_msnb a:after { 
	content:"";
	display:block;
	right:15px;
	position:absolute;
	top:50%;
	margin-top:-5.5px;
	width:17px;
	height:9px;
	background:url(../images/mgnb-off.png) no-repeat;
	background-size:100% 100%;
 }
#_msnb .active {color:#ed1c24;background:#f7f7f7;}
#_msnb .active:after {
	content:"";
	display:block;
	right:15px;
	position:absolute;
	top:50%;
	margin-top:-5.5px;
	width:17px;
	height:9px;
	background:url(../images/mgnb-on.png) no-repeat;
	background-size:100% 100%; }

#_sub {padding:76px 10px 140px;}
#_sub > ._inner {max-width:1180px;margin:0 auto;}

.subtxt {font-size:16px;color:#555;line-height:28px;}
.subtxt.fc777 {color:#777;}

/* sub111 */
.sub111 {text-align:center;}
.sub111_tit {font-size:34px;color:#000;font-weight:400;padding-bottom:28px;}
.sub111_tit > strong {font-weight:400;}
.sub111_img {margin:34px auto;}
.sales_box {text-align:center;padding:60px 0;}
.sales_box1 {text-align:center;padding:60px 0 0;}
.sales {font-size:16px;color:#000;padding:5px 0 5px 40px;background:url(../images/ico_sales_180827.gif) left center no-repeat;}
.sales em {color:#555;}
.sub111_cer {display:block;font-size:24px;color:#000;font-weight:600;margin:60px 0 30px;}
.sub111_cerlist {margin:0 -10px 0;}
.sub111_cerlist:after {content:'';display:block;clear:both;}
.sub111_cerlist > li {float:left;width:20%;padding:0 10px;box-sizing:border-box;margin-bottom:35px;}
.sub111_cerlist > li:nth-child(5n+1) {clear:both;}
.sub111_cerlist > li .box img {box-shadow:3px 3px 3px rgba(157,157,157,0.2)}
.sub111_cerlist > li .box strong {display:block;font-size:14px;color:#222;font-weight:400;text-align:center;margin-top:20px;}
/* //sub111 */

/* sub113 */
.dep3 {text-align:center;margin:-36px 0 60px;}
.dep3 > a {display:inline-block;font-size:15px;color:#222;transition:0.3s;margin:0 28px;}
.dep3 > a:hover {color:#ed1c24;transition:0.3s;}
.dep3 > .active {color:#ed1c24;border-bottom:1px solid #ed1c24;}

.__history .area {position:relative;margin-top:80px;}
.__history .area:before {content:"";display:block;width:1px;position:absolute;left:50%;top:0;height:100%;background:#ed1c24;}

.__history .area .box {position:relative;width:50%;box-sizing:border-box;margin-top:80px;}
.__history .area .box:first-child {margin-top:0;}
.__history .area .box:nth-child(odd) {padding-left:88px;margin-left:50%;}
.__history .area .box:nth-child(even) {padding-right:88px;text-align:right;}
.__history .area .box:before,
.__history .area .box:after {content:"";display:block;position:absolute;}
.__history .area .box:before {width:8px;height:8px;background:#ed1c24;border:6px solid #f9cfe1;border-radius:50%;z-index:10;}
.__history .area .box:after {width:47px;height:3px;top:8px;background:url(../images/history_dot_180827.gif) no-repeat;z-index:0;}
.__history .area .box:nth-child(odd):before {left:-10px;}
.__history .area .box:nth-child(odd):after {left:20px;}
.__history .area .box:nth-child(even):before {right:-10px;}
.__history .area .box:nth-child(even):after {right:20px;}
.__history .area .box .con {margin-top:30px;}
.__history .area .box h4 {font-family:os,nr,sans-serif;font-size:36px;color:#ed1c24;font-weight:500;position:relative;top:-10px;line-height:1em;}
.__history .area .box dl {position:relative;font-size:16px;line-height:1.5em;margin-top:20px;}
.__history .area .box dl:first-child {margin-top:0;}
.__history .area .box dl dt {font-family:os,nr,sans-serif;font-size:22px;position:absolute;color:#222;font-weight:500;}
.__history .area .box dl dd {font-size:18px;color:#555;}
.__history .area .box:nth-child(odd) dl {padding-left:55px;}
.__history .area .box:nth-child(odd) dl dt {left:0;}
.__history .area .box:nth-child(even) dl {padding-right:55px;}
.__history .area .box:nth-child(even) dl dt {right:0;}
/* //sub113 */

/* sub114 */
#ctt_con img.organ_img {max-width:inherit;}
/* //sub114 */

/* sub12 */
.sub12:after {content:'';display:block;clear:both;}
.ceo_img {float:right;width:27%;padding-right:10px;box-sizing:border-box;}
.ceo_txt {float:right;width:73%;font-size:17px;color:#555;line-height:28px;position:relative;}
.ceo_txt .ceo_name {display:block;font-size:20px;color:#000;}
/* //sub12 */

/* sub13 */
.partner_tit {display:block;font-size:18px;color:#222;font-weight:500;position:relative;padding-left:15px;margin-bottom:28px;}
.partner_tit:before {content:'';display:block;width:5px;height:5px;background:#ed1c24;border-radius:100px;position:absolute;left:0;top:50%;margin-top:-2.5px;}
.partner_list {overflow:hidden;margin:0 -10px 55px;}
.partner_list > li {float:left;width:20%;padding:0 10px;margin-bottom:20px;box-sizing:border-box;}
.partner_list > li > a {display:block;border-bottom:1px solid #e8e8e8;}
/* //sub13 */

/* sub14 */
.location_box {overflow:hidden;}
.location_box .location_txt {float:left;width:41%;}
.location_box table {width:100%;}
.location_box table .w1 {}
.location_box table .w2 {}
.location_box table th {font-size:18px;color:#363636;font-weight:500;text-align:left;padding:25px 0;vertical-align:top;}
.location_box table td {font-size:17px;color:#363636;border-bottom:1px solid #e8e8e8;padding:25px 20px;}
.location_box .location_map {float:right;width:53%;}
/* //sub14 */

/* sub21 */
.net_tbox {background:url(../images/net_bg1.jpg) 50% 0 no-repeat;background-size:cover;padding:75px 10px;margin-top:35px;position:relative;}
.net_tbox span {display:block;font-size:19px;color:#fff;position:absolute;top:128%;width:164px;left:50%;margin-left:-82px;}
.net_tbox:before {content:'';display:block;width:378px;height:313px;background:url(../images/net_bigarr2.png) no-repeat;background-size:cover;position:absolute;left:50%;margin-left:-189px;top:88%;}
.net_bbox {background:#f9f9f9;border:1px solid #d6252e;padding:160px 15px 70px;position:relative;margin-top:278px;}
.net_bbox:after {content:'';display:block;width:276px;height:276px;background:url(../images/net_biglogo1.png) no-repeat;background-size:cover;position:absolute;left:50%;margin-left:-138px;top:-138px;}
.net_bbox ul:after {content:'';display:block;clear:both;}
.net_bbox li {float:left;width:20%;padding:0 5px;box-sizing:border-box;}
.net_bbox li .in {display:block;vertical-align:middle;height:66px;margin-bottom:20px;}
.net_bbox li .in:before {content:'';display:inline-block;height:100%;vertical-align:middle;}
.net_bbox li .in .txt {display:inline-block;vertical-align:middle;font-size:16px;color:#000;line-height:24px;}

.net_partner {margin:55px 0 90px;}
.net_partner .tit {display:block;font-size:24px;color:#000;font-weight:400;margin-bottom:30px;}
.net_partner .link {overflow:hidden;}
.net_partner .link a {float:left;width:20%;text-align:left;padding-right:15px;box-sizing:border-box;}
/* //sub21 */

/* sub22 */
.secu_box {margin-bottom:124px;}
.secu_box.fst {margin-top:55px;}
.secu_box.lst {margin-bottom:76px;}
.secu_box.box2 {background:#f9f9f9;padding:90px 0 100px;}
.secu_box .tit {display:block;font-size:34px;color:#000;}
.secu_box img {margin-top:56px;}
/* //sub22 */

/* sub23 */
.smt_box.box1 {margin-top:22px;}
.smt_box .tit {display:block;font-size:30px;color:#000;padding-bottom:40px;}
/*.smt_box .tit.line {padding-top:20px;position:relative;}
.smt_box .tit.line:before {content:'';display:block;width:60px;height:1px;background:#000;position:absolute;left:50%;margin-left:-30px;top:0;}*/
.smt_box.box2 {margin-top:80px;}
.smt_box.box2.lst {margin-bottom:85px;}
.smt_box.box2 ul {overflow:hidden;margin:0 -10px 85px;}
.smt_box.box2 li {float:left;width:33.33333%;padding:0 10px;box-sizing:border-box;}
.smt_box.box2 .in {background:#f9f9f9;border:1px solid #ccc;height:398px;vertical-align:middle;}
.smt_box.box2 .in:before {content:'';display:inline-block;width:0;height:100%;vertical-align:middle;}
.smt_box.box2 .in .area {display:inline-block;vertical-align:middle;width:90%;margin:0 auto;}
.smt_box.box2 .area .stit {display:block;font-size:17px;color:#000;font-weight:500;padding-top:50px;}
.smt_box.box2 .area .os {font-family:os,nr,sans-serif;}
.smt_box.box2 .area .txt {display:block;font-size:15px;color:#555;line-height:26px;padding-top:20px;}
/* //sub23 */

/* sub24 */
.mas_logo {padding:0 60px;margin:20px 0 74px;}
.mas_logo .in {display:table;width:100%;}
.mas_logo .in > span {display:table-cell;}
.mas_logo .logo1 {width:34%;/*text-align:right;*/}
.mas_logo .logo2 {width:32%;text-align:center;padding:0 10px;}
.mas_logo .logo3 {width:34%;}

.mas_img {margin-bottom:100px;}
.mas_img img {margin-bottom:30px;}
.mas_img .tit, .mas_img .stit {display:block;font-size:24px;color:#000;}
.mas_img .stit {display:block;font-size:24px;color:#000;padding:12px 0 5px;}
.mas_img .link {text-align:center;margin-top:50px;}
.mas_img .link > a {display:inline-block;font-size:16px;color:#fff;background:#222;padding:20px 50px;}
.mas_img .link .color {background:#eb1e2e;}

.layout.gray {background:#f9f9f9;padding:96px 40px;margin-bottom:70px;}
.mas_img2{margin-top:72px;}
/* sub24 */

/* sub25 */
.maten_tbox {height:680px;}
.maten_tbox:after {content:'';display:block;clear:both;}
.maten_tbox .box {float:left;text-align:center;color:#fff;}
.maten_tbox .box:after {content:'';display:block;clear:both;}
.maten_tbox .box1 {height:100%;width:33.3333%;}
.maten_tbox .box2 {height:50%;width:66.6667%;}
.maten_tbox .box3 {height:50%;width:66.6667%;}
.maten_tbox .box > div {float:left;}
.maten_tbox .box3 > div {float:right;}
.maten_tbox .box .txt {height:50%;vertical-align:middle;position:relative;}
.maten_tbox .box .txt:before {content:'';display:inline-block;height:100%;vertical-align:middle;}
.maten_tbox .box .txt .in {display:inline-block;vertical-align:middle;padding:0 10px;box-sizing:border-box;width:95%;margin:0 auto;}
.maten_tbox .box1 .txt {background:#695143;width:100%;}
.maten_tbox .box2 .txt {background:#a43437;width:50%;height:100%;}
.maten_tbox .box3 .txt {background:#656668;width:50%;height:100%;}
.maten_tbox .box1 .txt:after {content:'';display:block;width:91px;height:42px;background:url(../images/arr_maten1.png) no-repeat;position:absolute;left:50%;margin-left:-45px;bottom:-23px;z-index:50;}
.maten_tbox .box2 .txt:after {content:'';display:block;width:43px;height:90px;background:url(../images/arr_maten2.png) no-repeat;position:absolute;left:-23px;top:50%;margin-top:-45px;z-index:50;}
.maten_tbox .box3 .txt:after {content:'';display:block;width:43px;height:90px;background:url(../images/arr_maten3.png) no-repeat;position:absolute;right:-23px;top:50%;margin-top:-45px;z-index:50;}
.maten_tbox .box .txt .tit, .maten_tbox .box .txt .desc {display:block;}
.maten_tbox .box .txt .tit {font-size:20px;font-weight:400;padding-top:25px;}
.maten_tbox .box .txt .desc {font-size:15px;padding-top:20px;line-height:24px;}
.maten_tbox .box1 .img {width:100%;height:50%;background:url(../images/img_maten1_180827.jpg) no-repeat;background-size:cover;}
.maten_tbox .box2 .img {width:50%;height:100%;background:url(../images/img_maten2.jpg) no-repeat;background-size:cover;}
.maten_tbox .box3 .img {width:50%;height:100%;background:url(../images/img_maten3.jpg) no-repeat;background-size:cover;}

.maten_line {padding:100px 0;position:relative;}
.maten_line:before {content:'';display:block;width:100%;height:1px;background:#e8e8e8;position:absolute;left:0;top:50%;margin-top:-0.5px;}

.maten_bbox {text-align:center;background:#f9f9f9 url(../images/maten2_bg2_180827.png) repeat;padding:80px 10px 30px;margin-bottom:60px;}
.maten_btxt {margin-bottom:60px;}
.maten_btxt .tit {display:block;font-size:24px;color:#000;padding-bottom:10px;}
.maten_btxt .txt {font-size:16px;color:#555;padding:6px 0;}
.salesbox {font-size:15px;color:#555;text-align:center;}
.salesbox strong {color:#000;font-weight:400;background:url(../images/ico_sales_180827.gif) left center no-repeat;padding:5px 0 5px 34px;}
.salesbox .blank {padding:0 30px;}
/* //sub25 */

/* sub31 */
.pro_top {text-align:center;font-size:15px;color:#222;line-height:24px;}
.pro_top .bigimg {display:block;margin:0 auto 80px;}
.pro_top .txt {margin-top:25px;}
.pro_tit {display:block;font-size:24px;color:#000;margin-top:60px;}
.pro_list {margin-top:20px;border-top:1px solid #e9e9e9;}
.pro_list .area {display:table;width:100%;border-bottom:1px solid #e9e9e9;padding:52px 42px;box-sizing:border-box;}
.pro_list .area > div {display:table-cell;vertical-align:middle;}
.pro_list .area .img {width:41%;}
.pro_list .area .desc {width:59%;padding-left:56px;box-sizing:border-box;}
.pro_list .desc .tit {display:block;font-family:os,nr,sans-serif;font-size:26px;color:#000;padding-bottom:5px;}
.pro_list .desc .stit {display:block;font-family:os,nr,sans-serif;font-size:18px;color:#555;padding-bottom:20px;}
.pro_list .desc .tbl {}
.pro_list .desc .tbl .w1 {width:120px;}
.pro_list .desc .tbl th, .pro_list .desc .tbl td {font-size:16px;color:#222;text-align:left;font-weight:400;padding:4px 0;}
.pro_list .desc .tbl td span {display:inline-block;color:#fff;background:#4c75a2;padding:3px 8px;}
.pro_list .desc .txt {font-size:14px;color:#222;line-height:28px;margin:8px 0 20px;display:block;}
.pro_list .desc .go_link {display:inline-block;font-size:12px;color:#ed1c24;padding:6px 28px;border-radius:40px;border:1px solid #ed1c24;transition:0.3s;text-align:center;margin-right:20px;}
.pro_list .desc .go_link:hover {color:#fff;background:#ed1c24;transition:0.3s;}
/* //sub31 */

/* sub41 */
.result_top {text-align:center;margin-bottom:50px;}
.result_top.type1 {position:relative;padding-top:25px;}
/*.result_top.type1:after {content:'';display:block;width:60px;height:1px;background:#000;position:absolute;top:-20px;left:50%;margin-left:-30px;}*/
.result_top .tit {display:block;font-size:34px;color:#000;padding-bottom:15px;font-weight:600;}
.result_top .txt {font-size:16px;color:#777;line-height:26px;}
.result_top.type1 .txt {color:#555;}
.result_menu {border-top:1px solid #e8e8e8;}
.result_menu:after {content:'';dipslay:block;clear:both;}
.result_menu > a {float:left;width:20%;height:72px;font-size:14px;color:#555;text-align:center;padding:0 3px;box-sizing:border-box;transition:0.3s;position:relative;}
.result_menu > a:before {content:'';display:inline-block;width:0;height:100%;vertical-align:middle;}
.result_menu > a:after {content:'';display:block;width:0;height:1px;background:#ed1c24;position:absolute;left:0;top:-1px;}
.result_menu > a span {display:inline-block;vertical-align:middle;}
.result_menu > a:hover, .result_menu > a.active {color:#ed1c24;} 
.result_menu > a.active:after {width:100%;}

.result_tbl {width:100%;}
.result_tbl th, .result_tbl td {text-align:center;padding:14px 0;word-break:break-all;}
.result_tbl th {font-size:16px;color:#fff;font-weight:400;background:#818285;border:1px solid #818285;border-right:1px solid #e8e8e8;}
.result_tbl td {font-size:15px;color:#555;border-bottom:1px solid #e8e8e8;border-right:1px solid #e8e8e8;}
.result_tbl td a {word-break:break-all;}
.result_tbl .bl {border-left:1px solid #e8e8e8;}
.result_tbl .left {text-align:left;padding-left:10px;}
/* //sub41 */

/* paging */
.__botarea {margin-top:30px;position:relative;}
.__botarea .cen {text-align:center;}
.__paging {font-size:0;}
.__paging a {
	display:inline-block;_display:inline;
	box-sizing:border-box;
	text-align:center;
	vertical-align:baseline;
	color:#999;
	font-size:20px;
	z-index:0;
	margin:0 10px;
	position:relative;
	font-family:os,nr,sans-serif;
}
.__paging .num.active {color:#ed1c24;font-weight:600;}
.__paging .arr:hover, .__paging .num:hover {color:#ed1c24;}
.__paging .prev {margin-right:20px;}
.__paging .next {margin-left:20px;}
/* //paging */

