a {color:#141414;}
html * {word-break:keep-all;}
body {font-size:16px;}
em {color:#c71d22;}
img {border-style: none; max-width: 100%;}
figure {display:block;}


#subWrap .fw300 {font-weight:300;}
#subWrap .fw400 {font-weight:400;}
#subWrap .fw600 {font-weight:600;}

#subWrap .cc71d22 {color:#c71d22;}

#subWrap .pdsec {padding-bottom:100px;}
#subWrap .pt50 {padding-top:50px;}
#subWrap .pt90 {padding-top:90px;}

#subWrap .mt150 {margin-top:100px;}


#subWrap .fz24 {font-size:24px;}

#subWrap .lh2-125 {line-height:2.125em}

#subWrap .floatL {float:left;}
#subWrap .floatR {float:right;}

@media screen and (max-width: 767px) {
	#subWrap .fz28 {font-size:24px;} 
	#subWrap .fz24 {font-size:20px;}
}

@media screen and (max-width: 497px) {
	body {font-size:14px;}
}

section {*zoom:1;}
section:after {display:block; clear:both; content:'';}

.container {
	width: 100%;
	max-width: 1200px;
	min-width: 1200px;
	padding: 0 3px;
}


a.btn.default {
	border-radius:30px; 
	border-color:transparent;
	min-width:120px;
	padding:10px 2px;
	text-align:center;

}

.btn:active, .btn.active {box-shadow:inherit;}


/* //header */
#container .header {
	background-color:#fff;
	border-bottom:1px solid #8f8f8f;
    position:absolute; top:0; left:0; width:100%;
    z-index:9999999999999999;
}

.navbar {margin-bottom: 0;}
.navbar-nav, .navbar #navbar .navbar-psd-logo {float:left;}
.navbar .navbar-psd-logo {padding:20px 40px 20px 40px; display:block;}
 
.navbar-brand {height:auto; padding: 22px 0;}
.navbar-inverse .navbar-nav > li > a {color:#141414;}
.navbar-inverse .navbar-nav > li > a:hover {color:#c71d22;}
.navbar-inverse {background:none; border:none;}

.nav > li {padding:40px 0; min-width:150px;}
.nav > li > a {padding:0 25px; font-size:20px; color:#ffffff; text-align:center;}

.nav {position:relative;}




#container .navbar-inverse .navbar-nav .nav-item > ul > li > a {
	display:block;
	padding:10px 0;
}

#container .navbar-inverse .navbar-nav .nav-item > ul > li > a {
	color:#fff;
	font-weight:300;
	transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
}

#container .navbar-inverse .navbar-nav .nav-item > ul > li > a:hover {
	color:rgba(255,255,255,0.8);
}

#container .navbar-inverse .navbar-toggle .icon-bar {
	background-color:#c71d22;
}

.lan-menu-wrap {display:inline-block;}
.lan-menu-wrap:after {
	content:'';
	display:block;
	clear:both;
}
.lan-menu {
	float:right;
}

.lan-menu li {
	float:left;
}


.lan-menu li a {
	display:block;
	padding:5px 10px;
	border:1px solid #c71d22;
	font-size:0.8em;
	color:#c71d22;
}

.lan-menu li a.on {
	background-color:#fff;
	color:#c71d22;
	border-color:#fff;
}


.lan-menu li:not(:first-child) {
	margin-left:5px;
}





@media screen and (max-width: 999px) {
	header.header .nav_wrap .container {padding:0 1%;}
	.navbar-toggle {margin-top: 32px; margin-left:0;}
  .navbar-nav {width:100%; margin:0;}
	
	.nav.navbar-nav .nav-item > ul {
		top:60px;
		background:#000;
		display:none;
	}

	.navbar-inverse .navbar-collapse {
		height:100vh;
		width:80%;
		position:absolute;
		right:0;
	}

	.navbar-inverse .navbar-collapse {
		background-color:rgba(0,0,0,0.5);
		height:100vh;
		width:100%;
		padding:0;
	}

	.nav > li {
		padding:0;
		background:#fff;
	}
	
	
  .navbar-inverse .navbar-nav > li > a {
		text-align:center; 
		text-shadow:none;
		color:#141414;
		display:block;
	}

	.navbar-inverse .navbar-nav > li > a:hover {
		color:#c71d22;
	}
	
	.navbar #navbar .navbar-psd-logo {display:none;}
	.nav > li > a {
		padding:20px 5px 20px 15px;
		color:#000;
		border:1px solid #ddd;
		border-width:1px 0 0;
	}

	#container .navbar-inverse .navbar-nav .nav-item > ul > li > a {
		border:1px solid rgba(255,255,255,0.3);
		border-width:1px 0 0;
		padding:10px 15px;
		color:#fff;
		text-align:center;
	}
	
	.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
		background-image:transparent;
		background-color:#fff;
	}
	
	.lan-menu-wrap {
		background-color:#c71d22;
		display:block;	
	}

	.lan-menu {
		padding:10px 0 0 10px;
		float:left;
	}

	.lan-menu li a {
		border:1px solid #fff; 
		color:#fff;
	}
	

}

@media screen and (max-width: 479px) {
	.navbar-inverse .navbar-nav > li > a {
		font-size:1.8rem;
	}

	.nav > li.nav-item > a {
		font-size:1.1em;
	}

}


@media screen and (min-width: 1101px) {
	/* .nav {padding:0 70px;} */
	.nav.navbar-nav .nav-item > ul {
		display: none;
		overflow: hidden;
		position: absolute;
		top: 80px;
		left: 0;
		width: 100%;
		height: 0;
		border-top: 4px solid #c71d22;
		background: rgba(0,0,0,.8);
		text-align: center;
		transition: .3s;
		-webkit-transition: .3s;
		-o-transition: .3s;
		-moz-transition: .3s;
		opacity: 0;
		filter:alpha(opacity=0);
	}
		
	.nav.navbar-nav .nav-item:hover > ul {
		display: block !important;
		z-index: 9999;
		padding: 14px 0;
		height: auto;
		opacity: 1;
	}

	.lan-menu {
		padding-top:35px;
	}

	.lan-menu li a.on {
		border:1px solid #c71d22;
		background-color:#c71d22;
		color:#fff;
	}
	
	.navbar-inverse {*zoom:1;}
	.navbar-inverse:after {
		clear:both;
		content:'';
		display:block;
	}
	.navbar-collapse.collapse {
		display:inline-block !important;
		margin-left:-15px;
		margin-right:-15px;
		float:right;
	}
}


	
/* //index */
.main_slider {}
.main_slider .mslide {
	height:785px; 
	background-repeat: no-repeat; 
	background-position: center center; 
	background-size: cover; 
	position:relative;
}

.main_slider .mslide .txtWrap {
	position:absolute; 
	top: 50%; 
	left: 50%; 
	transform:translateX(-50%); 
	text-align:center;
}

.main_slider .mslide .txtWrap .tit {
	font-size:70px; 
	color:#ffffff; 
	font-weight:bold; 
	margin-bottom:10px; 
	/* text-transform: uppercase; */
}

/* .main_slider .mslide .txtWrap .tit em {color:#b5000d;} */
.main_slider .mslide .txtWrap .txt {font-size:42px; color:#ffffff; font-weight:100; margin-bottom:65px;}

.main_slider .mslide .txtWrap a.more {
	display: inline-block; 
	padding: 10px 50px; 
	font-size: 18px; 
	color:#ffffff; 
	border-radius: 150px; 
	border:1px solid #fff;
	transition:all, 0.3s;
	-webkit-transition:all, 0.3s;
	-o-transition:all, 0.3s;
	-moz-transition:all, 0.3s;
}

.main_slider .mslide .txtWrap a.more:hover {
	background-color:#c71d22; 
	border:1px solid #c71d22;
}

.main_slider ul.slick-dots { bottom:35px;}
.main_slider ul.slick-dots li {
	width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
	opacity:0.5;
	filter:alpha(opacity=50);
    -moz-box-shadow: inset 2px 2px 2px #ddd;
    -webkit-box-shadow: inset 2px 2px 2px #ddd;
    box-shadow: inset 2px 2px 2px #ddd;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.main_slider ul.slick-dots li.slick-active {
	width:45px; 
	border-radius:30px; 
	background:#fff; 
	opacity:1; 
	filter:alpha(opacity=100);
}

.main_slider .mslide01 {background-image:url("/html/_skin/2/img/main_slide01.jpg");}
.main_slider .mslide02 {background-image:url("/html/_skin/2/img/main_slide02.jpg");}
.main_slider .mslide03 {background-image:url("/html/_skin/2/img/main_slide03.jpg");}


.section-business {padding:110px 0 120px 0;}
.section-business .head {text-align: center; margin-bottom:80px;}
.section-business .head .tit {font-size:36px; color:#141414; /* text-transform: uppercase; */ font-weight:300; margin:0;}
.section-business .head .txt {font-size: 18px; color:#5f5f5f; font-weight:300;}

.section-business .product_list {margin-left:-15px; margin-bottom:54px; *zoom:1;}
.section-business .product_list:after {display: block; content:" "; clear:both;}
.section-business .product_list > li {
	float: left; 
	width: 23%; 
	/* padding: 0 15px; */ 
	border:1px solid #eee; 
	margin-left:1.5%; 
	transition:all, 0.3s;
	-webkit-transition:all, 0.3s;
	-o-transition:all, 0.3s;
	-moz-transition:all, 0.3s;
	}
.section-business .product_list > li > div > a {display:block; padding:15px 20px; text-align:center;}

.section-business .product_list > li:hover {
	border:1px solid #c71d22;
	background-color:#c71d22; 
}

.section-business .product_list > li:hover div.txtWrap a .name {
	color:#fff;
}


.section-business .product_list .imgWrap {display:block; background-color:#f2f2f2; text-align:center;}
.section-business .product_list .txtWrap {text-align:left;}
.section-business .product_list .category {display:block; font-size:14px; color:#e60318; /* text-transform: uppercase; */}
.section-business .product_list .name {display:block; font-size:18px; color:#141414;}

.btn_wrap.aligncenter {text-align: center;}
.btn_wrap {}
.btn_wrap .btn {
	display: inline-block; 
	border:1px solid #141414; 
	padding: 10px 40px; 
	color:#141414; 
	font-size:16px;
	transition:all, 0.5s;
	-webkit-transition:all, 0.5s;
	-o-transition:all, 0.5s;
	-moz-transition:all, 0.5s;
}

.btn_wrap .btn:hover {
	background-color:#c71d22; 
	border-color:#c71d22;
	color:#fff;
}

.btn_wrap .btn.radius {border-radius: 150px;}


.section-mb {background-color:#000;}
.section-mb .mb_list {display:table;width: 100%; margin:0;}
.section-mb .mb_list > li {display:table-cell; width:33.333333%; text-align: center; background-repeat: no-repeat; background-position: center center; background-size:cover;}
.section-mb .mb_list > li > a {display: block; color:#fff; padding:122px 50px; font-size:30px;}
.section-mb .mb_list > li:hover {opacity:0.8;}

.section-mb .mb_list > li.philo {background-image:url("/html/_skin/2/img/mb_bg01.jpg"); }
.section-mb .mb_list > li.history {background-image:url("/html/_skin/2/img/mb_bg02.jpg"); }
.section-mb .mb_list > li.contactus {background-image:url("/html/_skin/2/img/mb_bg03.jpg");}


.section-notice {padding:0; *zoom:1;}
.section-notice:after {display:block; content:" "; clear:both;}
/* .section-notice .head {width: 275px; padding-top:65px; background: url("/html/_skin/2/img/mnotice_icon.png") no-repeat center top; margin-top:50px;} */
.section-notice .head h1 {font-size:30px; color:#000000; text-align: left; margin:0;}

.section-notice .notice-board {width:66.666%; float:left; padding:0;}
.section-notice .notice-board .inner {
	float: right;
  width: 75%;
	padding:70px 15px 0;
}

.notice_latest {overflow:hidden; position:relative; padding:35px 0;}

.notice_latest .board-wrap {padding:0;}

.notice_latest .board-wrap .basic-board-list tbody tr:first-child {border-color:#fff;}
.notice_latest .basic-board-list tbody td.board-subject { width:90%;}

.notice_latest .basic-board-list td, 
.notice_latest .webzine-board-list td,
.notice_latest .basic-board-list tbody td.board-subject a {font-size:1.5rem;}
.notice_latest .basic-board-list, 
.notice_latest .webzine-board-list {border-bottom:none;}
.notice_latest .basic-board-list tbody td.board-subject a { color:#373737;}
.notice_latest .basic-board-list tbody td.board-date {color:#5f5f5f; font-weight:300;}


.notice_latest .more {position:absolute; top:0; right:0; color:#000000; font-size:14px;}
.notice_latest .more:after {
	display: inline-block; 
	content:" "; 
	width:8px; 
	height:7px; 
	background-image:url("/html/_skin/2/img/more_btn_plus.png"); 
	background-repeat:no-repeat; 
	background-position: 0 0; 
	margin:0 2px;
}


.section-notice .cyber-box {
	text-align: center;
    border: 1px solid #eee;
    border-width: 0 1px 0 1px;
    padding: 0
}


.section-notice .cyber-box .inner {
	float: left;
    border: 1px solid #eee;
    padding: 70px 60px;
    border-width: 0 1px 0 0;
	background-image:url('/html/_skin/2/img/common/slash-bg.gif');
}


.section-notice .cyber-box .head h1.tit {
	background: url("/html/_skin/2/img/main-cyber_ic.png") no-repeat center top;
	margin:34px 0 18px;
	padding-top:90px;
	text-align:center;
}


.section-main_video {
	background-image:url('/html/_skin/2/img/main-vid_bg.jpg');
	background-repeat:no-repeat;
	background-position:center bottom;
	background-attachment: fixed;
	background-size:cover;
}

.section-main_video .txt-wrap {
	position:relative;
	padding:12% 0;
	background-image:url('/html/_skin/2/img/slash_b_bg.png');
	background-color:rgba(0,0,0,0.4);

	display:flex;
	flex-flow:row wrap;
	justify-content:center;
	align-items:center;
}

.section-main_video .txt {
	position:absolute;
	top:auto;
	left:-51px;
}

.section-main_video .txt .dib {display:inline-block; vertical-align:middle;}

.section-main_video .tit {
	padding-left:30px;
	font-size:30px;
	color:#fff;
}


/* .section-main_video .tit:after {
	position:absolute;
	top:0;
	left:-51px;
	display:inline-block;
	content:'';
	width:102px;
	height:102px;
	background-image:url('/html/_skin/2/img/vid_ic.png');
	background-repeat:no-repeat;
	background-position:0 0;
}
 */

@media screen and (max-width: 799px) {
	.section-main_video .txt {
		left:auto;
	}

	.section-main_video .txt-wrap {
		flex:0 0 100%;
		max-width:100%;
		padding:30% 0;
	}
}



footer {background-color:#5e5e5e; padding:32px 0; font-size:14px;}
footer .footer_logo {float: left; width: 275px;}
footer .info_wrap {overflow:hidden;}
footer .info_wrap .info {color:#afafaf; margin-bottom:3px;}
footer .info_wrap .copy {color:#f8f8f8;}

@media screen and (max-width: 1065px) {
	.section-notice .notice-board .inner {width:100%;}
}


@media screen and (max-width: 999px) {
	.container {width:100%; min-width: 100%; max-width:100%;}
}

@media screen and (max-width: 767px) {
    .main_slider .mslide {height:500px;}
    .main_slider .mslide .txtWrap {width:100%; padding:0 5%;}
    .main_slider .mslide .txtWrap .tit {font-size:36px;}
    .main_slider .mslide .txtWrap .txt {margin-bottom:30px; font-size:1.5em;}


    .section-business {padding: 60px 0;}
    .section-business .head {margin-bottom:40px;}
	.section-business .head h2 {font-weight:300px;}
    .section-business .product_list {margin-left:0; margin-bottom:20px;}
    .section-business .product_list > li {width: 48%; margin-bottom: 20px;}
	.section-business .product_list > li:hover {
	}

    .section-mb .mb_list {display: block;}
    .section-mb .mb_list > li {display: block; width: 100%; background-size:cover;}
    .section-mb .mb_list > li > a {padding: 80px 50px;}

    .section-notice {padding: 40px 0 50px;}
    .section-notice .head {float:left; width: 100%;}
    .section-notice .notice_latest {float:left; width:100%; padding:0 5%;}

    .section-notice .head h1 {font-size:20px;}
    .notice_latest ul > li > a .date {float:right; width:100%; text-align:right;}
    .notice_latest .more {position:static; float:right;}


	.section-notice .notice-board, .section-notice .cyber-box {width:100%;}
	.section-notice .notice-board .inner, .section-notice .cyber-box .inner {
		float:inherit;
		width:100%;
	}

	.section-notice .head h1 {text-align:center; margin-bottom:20px;}
	.section-notice .cyber-box {border-width:1px 0; margin-top:30px; }
	.section-notice .cyber-box .inner {padding:40px 0;}


    footer .footer_logo {width:100%; padding-left:5%; padding-right:5%; margin-bottom:20px;}
    footer .info_wrap {width:100%; padding-left:5%; padding-right:5%;}
}

@media screen and (max-width: 479px) {

    .section-business .product_list > li {
		width: 100%; margin-left:0;
	}

	.main_slider .mslide .txtWrap {
		position:absolute;
		top:45%;
	}
}

/* //index*/




/* //sub-page */
/* sub-menu aside */
.page-main #main-content aside#aside  {display:none;}

#main-content #sub-menu {
	background:#f3f3f3; 
	padding:15px 0;
}

#aside {
    background-color: #f1f1f1;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
	position:relative;
	margin-top:90px;
}
#aside nav.sidemenu-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}
#aside .sidemenu {
    display: inline;
	margin-bottom: 0;
}
#aside .sidemenu > li {
    float: left;
	display:inline-block;
    position: relative;
	height: 100%;
}
#aside .sidemenu > li:last-child a {
    background-color: #fff;
}
#aside .sidemenu > li > a {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    border-bottom: 0;
	margin-top: 0;
	margin-bottom: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
    text-align:center;
	padding: 14px 20px 14px 10px;
}
#aside .sidemenu > li > a br {
/*    display: none;*/
}

#aside a {
    display: inline-block;
    font-size: 0.9em;
    color: #231f20;
    padding: 14px;
    border: 1px solid #d9d9d9;
    position: relative;
    left: 1px;
    margin-left: -1px;
    top: 0;
    margin-top: -1px;
    margin-bottom: -1px;
    min-width:190px;
    min-height: 52px;
}
#aside a.home {
    float: left;
    min-width: auto;
    text-indent: -999999px;
    background: url(/html/_skin/2/img/sub/home-ic.png) no-repeat center center;
    width: 54px;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#aside a.home:hover {
    background-color: #fff;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
#aside .sidemenu > li > a:after {
    display: block;
    content: " ";
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -2.5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #888;
}

#aside .sidemenu > li > a.on {color:#c71d22}
#aside .sidemenu > li > a.on:after {
	border-top: 5px solid #c71d22;
}
#aside .sidemenu > li.dep3{display:none;}
#aside .sidemenu > li.dep3 > a.on {color:#141414} 
#aside .sidemenu > li.dep3 > a.on:after {border-top: 5px solid #141414;}

#aside .sidemenu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 100;
}
#aside .sidemenu .sub-menu > li {
    position: relative;
    margin-top: -1px;
    top: 1px;
}
#aside .sidemenu .sub-menu a {
    padding: 14px;
    margin: 0;
    position: static;
	width:100%;
    min-height: auto;
	background-color:#fff;
	white-space: nowrap;
}
#aside .sidemenu .sub-menu a br {
/*	display: none;*/
}

#aside .sidemenu .sub-menu > li:hover > a {
	background:#ffe5bb;
}



#aside .sidemenu .sub-menu .sub-menu_drop {
	display:none !important;
	position:absolute;
	left:99.5%;
	top:0;
	background-color:#fff;
}

#aside .sidemenu .sub-menu .sub-menu_drop > li {
	
}

#aside .sidemenu .sub-menu .sub-menu_drop > li > a{ 
	width:170px;
	overflow:hidden;
	text-overflow: ellipsis;
    display: inline-block;
	float:left;
    white-space: nowrap;
    padding-right: 14px;
}
#aside .sidemenu .sub-menu .sub-menu_drop > li:not(:first-child) > a {
	border-width:0 1px 1px 1px;
}
#aside .sidemenu .sub-menu .sub-menu_drop > li > a:hover {
	color:#c71d22;
}

@media (max-width: 767px) {
	#aside > .container {
		padding: 0;
	}
	#aside .sidemenu {
		display: block;
		margin-bottom: 0;
		float: left;
		width: -webkit-calc(100% - 54px);
		width: -moz-calc(100% - 54px);
		width: calc(100% - 54px);
	}
	#aside .sidemenu > li {
		width: 100%;
	}
	#aside .sidemenu > li:not(:last-child) {
		display: none;
	}
	#aside .sidemenu > li > a {
/*		display: block;*/
	}
	#aside .sidemenu .sub-menu {
		right: -1px;
	}
}

/*
@media screen and (max-width: 479px) {
	aside#aside > .container {padding:0;}
	#aside a.home, #aside .sidemenu > li.dep1, #aside a.home, 
	#aside .sidemenu > li.dep3 , 
	#aside .sidemenu .sub-menu .sub-menu_drop {
		display:none;
	}

	#aside a.home, #aside .sidemenu > li.dep2 a {width:100%;}
	
	#aside .sidemenu > li, 
	#aside .sidemenu .sub-menu,
	#aside a {
		width:100%;
	}
}
*/



/* sub-menu aside */

/*sub-visual*/
.visual_section .slick.subpage {
	position:relative;
	width:100%;
	background-size:cover !important;
	height:354px;
	top:90px;
}

.slick-dotted.slick-slider {margin-bottom:0;}
.visual_section .slick.subpage .slick_col .slick_txt {
	padding-top:9.5rem;
}

.visual_section .slick.subpage .slick_col .slick_txt h1 {
	color:#fff;
	position:relative;
	font-weight:400;
	font-size: 50px;
}

.visual_section .slick.subpage .slick_col .slick_txt h1 img {display:inline-block;}


.visual_section .slick.subpage .slick_col .slick_txt  h1:after {
	width:219px;
	height:0;
	border-bottom:2px solid #c71d22;
	display:block;
	content:'';
	padding-top:12px;
	margin: auto;
	text-align:center;
}

.visual_section .slick.subpage .slick_col .slick_txt h2 {
	color:#fff;
	font-weight:300;
	font-size:20px;
	margin-top:12px;
}

.visual_section .slick.subpage .slick_col .slick_txt h2 em {font-weight:600;}

.visual_section .slick.subpage.company {background:url("/html/_skin/2/img/sub/aboutpsd-vis.jpg") no-repeat center top;}
.visual_section .slick.subpage.business {background:url("/html/_skin/2/img/sub/business-vis.jpg") no-repeat center top;}
.visual_section .slick.subpage.psd {background:url("/html/_skin/2/img/sub/psd-vis.jpg") no-repeat center top;}
.visual_section .slick.subpage.noti_rec {background:url("/html/_skin/2/img/sub/notice-vis.jpg") no-repeat center top;}


@media screen and (max-width: 479px) {
	.visual_section .slick.subpage {
		height:254px;
	}

	.visual_section .slick.subpage .slick_col .slick_txt {
		padding-top:6.5rem;
	}

	.visual_section .slick.subpage .slick_col .slick_txt h1 {
		font-size:30px;
	}
	
	.visual_section .slick.subpage .slick_col .slick_txt  h1:after {
		width:180px;
	}

	.visual_section .slick.subpage .slick_col .slick_txt h2 {
		font-size:17px;
	}
}


/*sub common class*/

.gray-bg {
	background-color:#f8f8f8;
	padding:50px 0;
}

.border {border:1px solid #e0e0e0; padding:40px;}

/* table.layout-fixed {table-layout:fixed;} */

/*sub-title*/
#main-content .sub-title .index-tit {
	text-align:center;
	text-transform:capitalize;
	padding:60px 0;
}

#main-content .sub-title .index-tit > span {
	text-transform: initial;
	font-size:18px;
	color:#5f5f5f;
	font-weight:300;
}

/*div-tit*/
#main-content #subWrap .sub-title .div-tit {
	background:url('/html/_skin/2/img/sub/div-tit_bg.png') no-repeat left top;
	font-size:1.75em;
	padding:0 16px 30px;
	font-weight:600;
}



@media screen and (max-width: 479px) { 
	#main-content .sub-title .index-tit  {
		padding:45px 0 35px;
		font-size:1.6em;
	}
}






/*-- section-introduce --*/
.section-introduce .intro-box {
	text-align:center;
	position:relative;
	max-height:497px;
	height:auto;
	color:#fff;
	font-weight:300;
	overflow:hidden;
	background-color:rgba(0,0,0,0.3);
}

.section-introduce .intro-box p {
	/* padding:21rem 0 3rem; */
	padding:12rem 1rem 10rem;
	font-size: 2.8rem;
	color:#fff;
	height:100%;
	z-index:1;
	text-align:center;
}

.section-introduce .intro-box p em {color:#4bbac9;}

.section-introduce .intro-box:after {
	background:url("/html/_skin/2/img/sub/intro-box-bg.jpg") no-repeat center top;
	background-size:cover;
	display:block;
	z-index:-1;
	position:absolute;
	top:0;
	left:0;
	content:'';
	width:100%;
	height:100%;
}



@media screen and  (max-width: 767px) {
	.section-introduce .intro-box p {
		font-size:1.2em;
	}
}

.section-introduce .intro-colorbox {
	border:1px solid #eee;
	border-width:0 1px;
}

.section-introduce .intro-graybox {
	padding:4% ;
	line-height:200%;
}

.section-introduce .intro-redbox {
	background:#fff;
	border-bottom:6px solid #c71d22;
	color:#141414;
	padding:4%;
	border-top:1px solid #eee;
	font-weight:300;
}


.section-introduce .intro-redbox em {
	font-weight:500;
}

.section-introduce .intro-redbox ul li:not(:first-child) {
	margin-top:24px;
}

@media screen and (max-width: 479px) { 
	.section-introduce .intro-redbox .tit {
		font-size:2.2rem;	
	}

	.section-introduce .intro-redbox , .section-introduce .intro-redbox { 
		padding:5% 4%;
	}

	.section-introduce .intro-box p {
		padding:6rem 1rem 5rem;
	}
}



/*-- section-ci --*/
.section-ci .square-pat-box {
	display:flex;
	flex-wrap:wrap;
}

.section-ci .square-pat-box li {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	background:url('/html/_skin/2/img/sub/square-pattern.png');
	border:1px solid #eee;
	width:48%;
	text-align:center;
	padding:30px 10px;
	margin:0 1%;
}


@media screen and (max-width: 479px) {
	.section-ci .symbol .square-pat-box, .section-ci .symbol .square-pat-box li {
		display:block;
	}
	
	 .section-ci .square-pat-box li {
		width:96%;
		margin-left:2%;
	}

	.section-ci .square-pat-box li img {
		width:40%;
	}

	.section-ci .symbol .square-pat-box li:last-child {margin-top:20px;}
	.section-ci .symbol .square-pat-box li:last-child img {
		width: 50%;
	}
}



/*colorsys-detail - common*/
.section-ci .colorsys-detail .fz24.fw400 {margin-top:62px; margin-bottom:30px;}

.section-ci .colorsys-detail:after {
	content:'';
	display:block;
	clear:both;
}

.section-ci .colorsys-detail .colorsys-box .circle, 
.section-ci .colorsys-detail .colorsys-box .detail-txt {
	display:inline-block;
	vertical-align:middle;
}

.section-ci .colorsys-detail .colorsys-box .circle {width:148px; height:148px; border-radius:50%; content:''; }

.section-ci .colorsys-detail .colorsys-box .detail-txt {
	width:60%;
	padding-left:3rem;
}

.section-ci .colorsys-detail .colorsys-box .detail-txt dt {
	font-size:1.2em;
	font-weight:600;
}



/*symbol*/
.section-ci .colorsys-detail .colorsys-box.red .circle {background-color:#c61d23;}
.section-ci .colorsys-detail .colorsys-box.gray .circle {background-color:#58595b;}

.section-ci .colorsys-detail .colorsys-box.red dd span {color:#c61d23; }
.section-ci .colorsys-detail .colorsys-box.gray dd span {color:#58595b; }


/*emblem*/
.section-ci .emblem {padding-top:90px; margin-top:80px; border-top:1px solid #8f8f8f;}
.section-ci .emblem .square-pat-box li {width:96%; margin:0 2%;}
.section-ci .colorsys-detail .colorsys-box.black .circle{background-color:#1f1600;}

.section-ci .colorsys-detail .colorsys-box.black dd span {color:#1f1600; }


@media screen and  (max-width: 840px){
	.section-ci .colorsys-detail .colorsys-box .circle {
		width:128px;
		height:128px;
	}
}

@media screen and  (max-width: 766px){
	.section-ci .emblem .square-pat-box, .section-ci .emblem .square-pat-box li {
		display:block;
	}
	
	.section-ci .colorsys-detail .colorsys-box {width:100%; text-align:left;}
	
	.section-ci .colorsys-detail .colorsys-box {
		margin-bottom:25px;
		flex: auto;
		max-width: 100%;	
	}

	.section-ci .colorsys-detail .colorsys-box .circle {
		width:100px;
		height:100px;
	}

	.section-ci .colorsys-detail .colorsys-box .detail-txt {
    width: 65%;
    text-align: left;
    padding-left: 4%;
	}
}



/*-- section-infra --*/

.section-infra .infra-detail .infra-detail_ul {
	display:flex;
	-webkit-display:flex;
	-o-display:flex;
	-moz-display:flex;
	justify-content:start;
	-webkit-justify-content:start;
	-o-justify-content:start;
	-miz-justify-content:start;
	flex-wrap: wrap;
	margin-bottom:0;
}

.section-infra .infra-detail .infra-detail_ul:after {
	display:block;
	clear:both;
	content:'';
}

.section-infra .infra-detail .infra-detail_ul li {
	width:25%;
	max-height:327px;
	overflow:hidden;
	background:#fff;
	text-align:center;
	position:relative;
}

.section-infra .infra-detail .infra-detail_ul li span.caption {
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	background-color:rgba(0,0,0,0.5);
	width:100%;
	text-align:center;
	padding:10px 0 12px;
}




.section-infra .infra-detail .infra-detail_ul li.bg-red.txt {
	background-color:#c71d22;
	color:#fff;
	font-size:1.6em;
	font-weight:300;
	padding:4em 2em;
}

.section-infra .infra-detail .infra-detail_ul li.bg-red span {	font-size:16px; font-weight:500;}
.section-infra .infra-detail .infra-detail_ul li .tit {	font-size:1.6em; font-weight:400;}
.section-infra .infra-detail .infra-detail_ul li strong { color:#c71d22;}
.section-infra .infra-detail .infra-detail_ul li.txt {	padding:5.5em 2em 3em; font-weight:300;}




@media screen and (max-width: 999px) {
	.section-infra .infra-detail .infra-detail_ul li{
		width:33.33333%;
	}

	.section-infra .infra-detail .infra-detail_ul li:nth-child(5) {background:#ffebeb85;}

	.section-infra .infra-detail .infra-detail_ul li img { width:100%; }

	.section-infra .infra-detail .infra-detail_ul li .tit {
		font-size:1.4em;
	}

	.section-infra .infra-detail .infra-detail_ul li.txt {
		padding:5em 2em 1em;
	}
}


@media screen and (max-width: 767px) {
	.section-infra .infra-detail .infra-detail_ul li {
		width:50%;
	}

	.section-infra .infra-detail .infra-detail_ul li.txt {
		padding:5em 2em 1em;
	}

	.section-infra .infra-detail .infra-detail_ul li.bg-red.txt {
		padding:5em 2em;
		font-size:1.4em;
	}
}


@media screen and (max-width: 580px) {
	.section-infra .infra-detail .infra-detail_ul {display:block;}
	.section-infra .infra-detail .infra-detail_ul li {
		width:100%;
	}
	
	.section-infra .infra-detail .infra-detail_ul li.txt {
		padding:7em 2em;
	}

	.section-infra .infra-detail .infra-detail_ul li.bg-red.txt {
		padding:6em 2em;
	}
}

@media screen and (max-width: 478px) {

}


/*-- section-history --*/
.section-history {
	background:url('/html/_skin/2/img/sub/his-line-bg.jpg')	repeat-y center center;
}

.section-history .his-list {
	display:inline-block;
	width:100%;
}

.section-history .his-list:after {
	display:table;
	clear:both;
	content:'';
}


.section-history .his-list dl {display:inline-block; width:100%;}
.section-history .his-list dl dt {
	width:10%; 
	clear:both; 
	font-weight:400;
}

.section-history .his-list dl dd {
	width:85%; 
	font-weight:300;
}

.section-history .his-list .his-y {position:relative; color:#700407;}
.section-history .his-list .his-y:after {
	content:'';
	display:block;
	background:url('/html/_skin/2/img/sub/his-round.png') no-repeat;
	width:18px;
	height:18px;
	position:absolute;
	top:18px;
}


.section-history .his-list:nth-child(odd) {
	text-align:right;
	padding-right:50%;
}


.section-history .his-list:nth-child(odd) .his-y:after {right:-9px;}

.section-history .his-list:nth-child(odd) dl, 
.section-history .his-list:nth-child(odd) .his-y {padding-right:40px;}

.section-history .his-list:nth-child(odd) dl dt, 
.section-history .his-list:nth-child(odd) dl dd {float:right;}



.section-history .his-list:nth-child(even) { padding-left:50%;}

.section-history .his-list:nth-child(even) .his-y:after {left:-9px;}

.section-history .his-list:nth-child(even) dl,
.section-history .his-list:nth-child(even) .his-y {padding-left:40px;}

.section-history .his-list:nth-child(even) dl dt, 
.section-history .his-list:nth-child(even) dl dd {float:left;}


@media screen and (max-width: 767px) {
	.section-history {background-position:30px top; font-size:14px;}
	
	.section-history .his-list dl dt {width:15%;}
	.section-history .his-list dl dd {width:75%;}

	.section-history .his-list:nth-child(odd) {text-align:left; padding-right:0}

	.section-history .his-list:nth-child(odd) dl dt, 
	.section-history .his-list:nth-child(odd) dl dd {float:left;}

	.section-history .his-list .his-y:after {left:18px;}

	.section-history .his-list:nth-child(odd) dl, 
	.section-history .his-list:nth-child(odd) .his-y {
		padding-right:0; 
		padding-left:55px;
	}

	.section-history .his-list:nth-child(even) {padding-left:55px;}
	.section-history .his-list:nth-child(even) dl, .section-history .his-list:nth-child(even) .his-y {padding-left:0;}
	.section-history .his-list:nth-child(even) .his-y:after {left:-37px}

	
}

/*-- section-network --*/
.section-network {}

.section-network a.btn.default {
	background-color:#4bbac9;
	color:#fff;
}
.section-network a.btn.default:hover {border-color:#4bbac9; color:#4bbac9; background-color:#fff;}
.section-network_mid {}
.section-network_bottom {}

.section-network_bottom .network-bizqrea {
	display:flex;
	flex-flow:row wrap;
	justify-content:space-between;
}

.section-network_bottom .network-bizqrea li {
	border:1px solid #eee;
	border-bottom:4px solid #c61d23;
	padding:3.75rem;
	min-height:328px;
	position:relative;
}

.section-network_bottom .network-bizqrea li:after {
	position:absolute;
	top:0;
	left:0;
	display:block;
	content:'';
	width:100%;
	height:100%;
	background-repeat:no-repeat;
	background-position:calc(100% - 30px) calc(100% - 30px);
}

.section-network_bottom .network-bizqrea li:nth-child(1):after {background-image:url('/html/_skin/2/img/sub/biz-ic01.png')}
.section-network_bottom .network-bizqrea li:nth-child(2):after {background-image:url('/html/_skin/2/img/sub/biz-ic02.png')}
.section-network_bottom .network-bizqrea li:nth-child(3):after {background-image:url('/html/_skin/2/img/sub/biz-ic03.png')}



.section-network_bottom .network-bizqrea li dl dt {
	font-size:28px;
	font-weight:400;
}

.section-network_bottom .network-bizqrea li dl dd {
	color:#5f5f5f;
	margin-top:2%;
}

/*-- section-certification --*/

.section-certification .board-wrap .gallery-list figure a {
	/* pointer-events:none; */
	border:1px solid #8f8f8f;
}
.section-certification .certi-gallary .board-wrap .gallery-list figure a .thumb-wrap {
	overflow:inherit;
}

.section-certification .certi-gallary .board-wrap .gallery-list figure a .thumb-wrap.embed-responsive-16by9 {
	height:100%;
	margin-bottom:0;
	padding-bottom:0;
}

.section-certification .certi-gallary .board-wrap .gallery-list figure a figcaption ul {display:none;}
.section-certification .certi-gallary .board-wrap .gallery-list figure {padding:0 10px;}
.section-certification .certi-gallary .board-wrap .gallery-list figure a figcaption p {text-align:center; margin-bottom:0; font-weight:400;}
.section-certification .certi-gallary .board-wrap .gallery-list figure a figcaption {padding:10px 5px; border-top:1px solid #8f8f8f; background:url('/html/_skin/2/img/common/slash-bg.gif');}

.section-certification .certi-gallary .board-wrap .board-search-wrap,
.section-certification .certi-gallary .board-wrap .board-paging,
.section-certification .certi-list .board-wrap .board-paging,
.section-certification .certi-list .board-wrap .board-search-wrap {display:none;}



@media screen and (max-width: 479px) {
	.section-certification .board-wrap .gallery-list figure {width:100%;}
	.section-certification .board-wrap .gallery-list figure a figcaption {min-height:50px;}
}



@media screen and (max-width: 767px) {
	.section-certification .board-wrap .gallery-list figure {width:50%;}
	.section-certification .board-wrap .gallery-list figure a figcaption {min-height:50px;}
}


@media screen and (min-width: 999px) {
	.section-certification .certi-gallary .board-wrap .gallery-list {
		padding-top: 0;
		margin-left: -70px;
		margin-right: -70px;
		border-top-width: 0;
		border-bottom-width: 0;
	}
	.section-certification .certi-gallary .board-wrap .gallery-list figure {width:20%; }
}


/*-- section-organization --*/
.section-organization .img-width {padding-right:40px;}
.section-organization .img-width img {width:80%;}


/*-- section-location --*/
.section-location .gm-style .gm-style-iw > div > div {
	height:50px;
}

.section-location .gm-style .gm-style-iw > div > div > div {width:100% !important;}
.section-location .gm-style .gm-style-iw > div > div p.tit {
	margin:0;
	padding:0;
	font-weight:600;
	font-size:16px;
}

.location-detail {margin:50px 0px; } 
.location-detail p.tit {font-size:2.5rem;}
.location-detail > ul > li {display:inline-block; margin-left:0.5%;}
.location-detail > ul > li > em {margin-right:8px; font-weight:500;}

.location-way {
	border-top:1px solid #141414;
	padding:16px 5px 8px;
}


@media screen and (max-width: 767px) {
	.location-detail > ul > li , .location-way {
		font-size:1.3rem;
	}

	.location-detail p.tit {font-size:1.8rem;}

	.section-location #map2 {height:350px !important;}
}



/*-- section-psd --*/
/*caption-detailcommon*/
.section-psd .caption-detail li {
	position:relative; 
	border:1px solid #ddd;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	overflow:hidden; 
	float:left;
	width:24%;
	margin:0 1% 1% 0;
	cursor:pointer;
}

.section-psd .caption-detail:after {
	display:block;
	clear:both;
	content:'';
}


.section-psd .caption-detail li .caption {
	position:absolute;
	left:0;
	bottom:-73%;
	background:rgba(0,0,0,0.4);
	width:100%;
	height:100%;
	text-align:center;
	color:#fff;
	vertical-align:middle;
	transition:all, 0.5s;
	-webkit-transition:all, 0.5s;
	-moz-transition:all, 0.5s;
	padding: 0 10px 10% 10px;
}

.section-psd .caption-detail li img {width:100%;}
.section-psd .caption-detail li:hover .caption {
	bottom:0;
	background:rgba(64,203,221,1);
	padding: 6% 10px 10% 10px;
}

.section-psd .caption-detail li .caption h4 {
	font-size:1em;
	font-weight:400;
}

.section-psd .caption-detail li:hover .caption p {
	opacity:1;
}

.section-psd .caption-detail li .caption p {
	font-weight:300;
	opacity:0;
}



/*social*/
.section-psd .social .caption-detail li .caption {
	bottom:-82%;
}
.section-psd .social .caption-detail li:hover .caption {
	bottom:-82%;
	padding: 0 10px 10% 10px;
	background:rgba(0,0,0,0.4);
}



@media screen and (min-width: 768px) {
	.section-psd .social .caption-detail li {
	width:32%; 
	cursor: inherit;
	}
}

@media screen and (max-width: 999px) {
	.section-psd .caption-detail li .caption {
		bottom:-68%;
	}
	
	.section-psd .caption-detail li:hover .caption {
		padding:3% 10px; 
	}
	
	

	
}


@media screen and (max-width: 767px) {
	.section-psd .caption-detail li {
		width:49%;
	}

	.section-psd .caption-detail li .caption {
		bottom:-79%;
	}
}


@media screen and (max-width: 479px) {
	.section-psd .caption-detail li {
		width:100%;
		margin:1% 0;
	}

	.section-psd .caption-detail li .caption {
		bottom:-81%;
	}
}







/*-- section-buisness --*/
/*list*/
.section-buisness-pro_wrap .product-list {
	*zoom:1;
	justify-content: center !important;
	-webkit-justify-content: center !important;
	-moz-justify-content: center !important;
	-ms-justify-content: center !important;
	
	display:flex;
	-webkit-display:flex;
	-moz-display:flex;

	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
}

.section-buisness-pro_wrap .product-list:after {
	clear:both;
	display:block;
	content:'';
}

.section-buisness-pro_wrap .product-list .product-list_item {
	text-align:center;
}

.section-buisness-pro_wrap .product-list .product-list_item a {
	border:1px solid #ddd;
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    height: 100%;
    padding: 2rem 0;
	transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
}

.section-buisness-pro_wrap .product-list .product-list_item:hover a {
	border-color:#c71d22;
}


.section-buisness-pro_wrap .product-list .product-list_item  .product-list_img {
	flex: 0 0 100%;
    max-width: 100%;
}

.section-buisness-pro_wrap .product-list .product-list_item  .product-list_img img {
	text-align:center;
	margin:0 auto;
}

.section-buisness-pro_wrap .product-list .product-list_item p {
	padding:1.5rem 0.1rem 0.5rem;
	text-align:center;

}


@media screen and (min-width: 767px) {
	.col-md-3 {
		flex:0 0 25%;
		max-width:25%;
	}
}



@media screen and (min-width: 467px) and (max-width: 766px){
	.col-sm-6 {
		flex:0 0 50%;
		max-width:50%;
	}
}


@media screen and (max-width: 466px){ 
	.section-buisness-pro_wrap .product-list { display:block;}
	.section-buisness-pro_wrap .product-list .product-list_item {
		width:100%;
		margin-bottom:30px;
	}
}


/*view*/
.section-buisness-pro .product_view .left {
	
}

.section-buisness-pro .product_view .left .pro-img {
	background-color:transparent;
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
	flex-wrap:wrap;
}

.section-buisness-pro .product_view .left .pro-img  img {
	/* width:556px;
	height:300px; */
	display:block;
	margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 767px) {
	.section-buisness-pro_wrap .product-list .product-list_item {
		margin-top:30px;
	}

}

/*pro-detail*/
.section-buisness-pro .product_view .right .pro-detail {
	overflow:hidden;
}

.section-buisness-pro .product_view .right .pro-detail .pro-detail_table caption {
	font-size:3.5rem;
	color:#141414;
	margin-bottom:5px;
	line-height:1.2em;
}

.section-buisness-pro .product_view .right .pro-detail .pro-detail_table caption span.tit-sub {
	font-size:1.5rem;
	color:#afafaf;
	font-weight:300;
}

.section-buisness-pro .product_view .right .pro-detail table.pro-detail_table {
	border-top:2px solid #141414;
	width:100%;
	border-collapse: collapse;
    border-spacing: 0;
}

.section-buisness-pro .product_view .right .pro-detail table.pro-detail_table tr {
	border-bottom:1px solid #d0d0d0;
}

.section-buisness-pro .product_view .right .pro-detail table.pro-detail_table th,
.section-buisness-pro .product_view .right .pro-detail table.pro-detail_table td  {
	font-size:1.8rem;
	padding:18px 10px;
}

.section-buisness-pro .product_view .right .pro-detail table.pro-detail_table th {
	color:#141414;
}

.section-buisness-pro .product_view .right .pro-detail table.pro-detail_table td  {
	color:#5f5f5f;
	font-weight:300;
}

.section-buisness-pro .pro-view-text-cont table {width:100%; border-collapse: collapse; border-top:2px solid #111; table-layout:fixed;}
.section-buisness-pro .pro-view-text-cont table tr th, 
.section-buisness-pro .pro-view-text-cont table tr td {
	border:1px solid #d0d0d0;
	padding: 10px;
} 

.section-buisness-pro .pro-view-text-cont table tr th{font-weight:500; color:#111; background-color:#f7f7f7;}

.section-buisness-pro .pro-view-text-cont table tr th:first-child, 
.section-buisness-pro .pro-view-text-cont table tr td:first-child {
	border-left:0;
}

.section-buisness-pro .pro-view-text-cont table tr th:last-child, 
.section-buisness-pro .pro-view-text-cont table tr td:last-child {
	border-right:0;
}


@media screen and (max-width: 767px) {
	.section-buisness-pro .product_view .right .pro-detail table.pro-detail_table {
		margin-top:30px;
	}

	.section-buisness-pro .product_view .left .pro-img  img {
		width:100%;
		height:auto;
	}
	
	.section-buisness-pro .product_view .left .thumb-wrap ul li a {
		width:auto;
		height:auto;
	}

	
	.section-buisness-pro .pro-view-text-cont.pt90 {
		padding-top:50px !important;
	}
	.section-buisness-pro .pro-view-text-cont .container img {
		width:auto !important;
		height:auto !important;
	}
}


@media screen and (max-width: 340px) {
	.section-buisness-pro .product_view .left .thumb-wrap ul li {
		width:49%;
	}
}

@media screen and (max-width: 479px) {
	.section-buisness-pro .product_view .right .pro-detail .pro-detail_table caption {
		font-size:2rem;
	}


	.section-buisness-pro .product_view .right .pro-detail table.pro-detail_table th,
	.section-buisness-pro .product_view .right .pro-detail table.pro-detail_table td  {
		font-size:1.5rem;
	}
}


.section-buisness-pro .pro-view-text-cont .container {
	padding:0 15px;
}




/*-- recruit --*/
/*recruit-detail*/

.section-recruit .recruit-detail {padding-left:80px;}
.section-recruit .recruit-detail li {
	float:left;
	width:50%;
	content:'';
	position:relative;
}
.section-recruit .recruit-detail li.recruit-bg {
	overflow:hidden;
}
.section-recruit .recruit-detail:after {
	display:block;
	content:'';
	clear:both;
}

.section-recruit .recruit-detail li:last-child {
	background-color:#fff;
	/* min-height:436px; */
	padding: 5.5rem 2em;
	margin-top:80px;
	margin-left:-80px;
}

.section-recruit .recruit-detail li:last-child:after {
	position:absolute;
	left:0;
	bottom:0;
	width:100%;
	height:0;
	border-bottom:4px solid #c71d22;
	content:'';
	display:block;
}

.section-recruit .recruit-detail li dl dt {
	font-size:1.75rem;
	font-weight:400;
}

.section-recruit .recruit-detail li dl dt em {
	font-size:2.25rem;
	font-weight:600;
}

.section-recruit .recruit-detail li dl dd {
	color:#373737;
	font-size:1em;
	margin-top:40px;
	font-weight:300;
}


@media screen and (max-width: 645px) {
	.section-recruit .recruit-detail{padding-left:0;}

	.section-recruit .recruit-detail li {
		clear:both;
		width:100%;
	}

	.section-recruit .recruit-detail li:last-child {
		margin-top:0;
		margin-left:0;
	}


}


/*recruit-board*/

section.section-recruit .board-wrap .gallery-list figure a .thumb-wrap.embed-responsive-16by9,
section.section-recruit .board-wrap h2.board-title,
.board-wrap .gallery-list figure a figcaption li:last-of-type {
	display:none;
}
section.section-recruit .board-wrap .gallery-list figure {width:100%;}
section.section-recruit .board-wrap .gallery-list figure a figcaption {
	background-color:transparent;
	border:1px solid #ddd;
	padding:12px;
}

section.section-recruit .board-wrap .gallery-list figure a figcaption p {
	width:auto; 
	padding:0; 
	margin:0;
	font-weight:400;
}

section.section-recruit .board-wrap .gallery-list figure a figcaption ul {
	display:inline-block;
	float:right;
}

section.section-recruit .board-wrap strong.date_on {background-color:#c71d22;}






/* ---------------------------------------------- */
/* subpage */

/* -------------------------------------------- */
/*bootstrap*/
#container.sub-page-wrap .navbar-inverse .navbar-nav > li > a,
#container.sub-page-wrap .navbar-inverse .navbar-nav > li > a:hover, 
#container.sub-page-wrap .navbar-inverse .navbar-nav > li > a:focus { color:#141414; }

#container.sub-page-wrap .navbar-inverse .navbar-nav > .active > a, 
#container.sub-page-wrap .navbar-inverse .navbar-nav > .active > a:hover, 
#container.sub-page-wrap .navbar-inverse .navbar-nav > .active > a:focus {
	background-color:transparent;
	background-image:inherit;
	box-shadow:inherit;
	color:#c71d22;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.active>a {
	box-shadow:none;
	background-image:inherit;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	color:#c71d22;
}


@media screen and (max-width: 1100px) {
	#main-content #sub-menu > .sub-tab {width:100%;}
	#container.sub-page-wrap .navbar-inverse .navbar-nav > li > a, 
	#container.sub-page-wrap .navbar-inverse .navbar-nav > li > a:hover, 
	#container.sub-page-wrap .navbar-inverse .navbar-nav > li > a:focus {
		color:#141414;
	}
}


/*board*/
.board-wrap {
	padding:15px 0;
}

.basic-board-list thead th, .webzine-board-list thead th {
	font-size:1.5rem;
}

.basic-board-list td, .webzine-board-list td,.basic-board-list tbody td.board-subject a {
	font-size:1.4rem;
}

.board-paging {margin:20px 0 50px !important;}
.board-paging li > a {border-radius:50%;}

.board-paging li.on>a, .board-paging li:hover>a {
	background-color:#4bbac9;
}

.board-paging li { margin-left: 3px;}
.board-search-wrap {background:transparent;}
.board-search-wrap .search-btn-wrap a {
	font-weight:300; 
	border-radius:30px; 
	line-height:32px;
}


.board-wrap .board-view header h1 {font-size:24px; margin-top:12px;}
.board-wrap .board-view .btn-view-wrap {text-align:center;}
.board-wrap .board-view .btn-view-wrap .btn-list {
	border-radius:30px;
	margin:0 auto;
	font-size:1.3rem;
	color:#141414;
	background-color:transparent;
	border:1px solid #141414;
}

.board-wrap .board-view .btn-view-wrap .btn-list:hover {
	background-color:#c71d22;
	border-color:#c71d22;
	color:#fff;
}

.board-wrap .board-view .post-navi li a, 
.board-wrap .board-view .post-navi li span, 
.board-wrap .board-view .post-navi li strong {
	font-size:1.3rem;
}





/*language*/
html:lang(en-US) {}

/* modal */

.modal-dialog{transform:translate(0, 36%) !important;}
.modal-content{height:auto;}
.modal-title{text-align:center;}
.modal-body{
	padding-bottom:50px;
}
.modal_img_wrap{
	width:77%;
	margin:auto;
	vertical-align:middle;
}
.modal_img_wrap > img{
	width:100%;
	max-width:100%;
}