@charset "UTF-8";

/*============================================================
	Sitecore ： group company list
============================================================*/

.grouplogo img {
    border: none;
    position: absolute;
    top: 35%;
    left: 50%;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    max-width: 75%;
    max-height: 60%;
    width: auto;
    height: auto;
    -webkit-box-sizing: border-box !important;
}

.grouplogo .img {
	border: 1px solid #ccc;
	font-size: 50%;
	min-height: 152px;
}

.grouplogo .img p.name {
	-webkit-box-sizing: border-box !important;
    position: absolute;
    line-height: 1.5 !important;
    bottom: -10px;
    left: 0;
    z-index: 20;
    color: black;
    padding: 50px 15px 25px 15px;
    font-weight: bold;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    line-height: 1.2em;
    word-break: break-word;
    text-align: center;
    width: 100%;
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 100%);
    background-position: center bottom center top, center top;
    background-repeat: repeat , repeat, no-repeat;
    background-size: 100% 100%, auto, cover;
    font-size: 120%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.owl-carousel .owl-item img {
    width: auto;
}

.group_sec .owl-prev, .group_sec .owl-next {
    height: 156px !important;
}

/* ====  owl ==== */
.owl-prev,
.owl-next{
	display: block;
	width: 45px;
	height: 120px;
	background-position: center center;
	cursor: pointer;
	position: absolute;
	top: 50%;
}

.owl-prev{
	background-image: url(../../../-/media/group_site/common/bg_ar_l.png);
}
.owl-next{
	background-image: url(../../../-/media/group_site/common/bg_ar_r.png);
}
.home_read .owl-prev{
	left: 10%;
	margin-top: -60px;
}

.home_read .owl-next{
	right: 10%;
	margin-top: -60px;
}
/* ===== group ===== */
/*
main .group_sec:last-child {
    padding-bottom: 80px;
}
*/


.group_sec .hA{
    clear: both;
    font-size: 125%;
    line-height: 1.3;
    color: #003F9F;
    padding: 30px 0 8px 10px;
    border-bottom: 5px solid #ccc;
    margin-bottom: 20px;
}
.group_sec .hDomestic{
    clear: both;
    font-size: 125%;
    line-height: 1.3;
    color: #003F9F;
    padding: 30px 0 8px 10px;
    border-bottom: 2px solid #0192dc;
    margin-bottom: 20px;
}
.group_sec .hForeign{
    clear: both;
    font-size: 125%;
    line-height: 1.3;
    color: #003F9F;
    padding: 30px 0 8px 10px;
    border-bottom: 2px solid #6ebc39;
    margin-bottom: 20px;
}
.grouplogo{
	margin-bottom: 50px;
}

.group_sec .owl-prev{
	left: 0;
}

.group_sec .owl-next{
	right: 0;
}
#group-company.group_sec{
	padding-bottom: 40px;
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
}

/* ===== group ===== */

.group_sec .owl-prev,
.group_sec .owl-next{
	height: 100%;
	margin-top: 0;
	top: 0;
}
/*
.group_sec .owl-prev{
	left: 3%;
}

.group_sec .owl-next{
	right: 3%;
}
*/
.group_sec *:last-child {
    margin-bottom: 0;
}

.owl-stage-outer
{
	height: 154px;
}




@media screen and (max-width: 960px)
{
	/* ===== group ===== */
	.group_sec .hA{
		border-bottom: #ccc 2px solid;
		padding-bottom: 8px;
		font-size: 100%;
	}
	.grouplogo{
		margin-bottom: 50px;
	}

	.group_sec .owl-prev{
		left: 0;
	}

	.group_sec .owl-next{
		right: 0;
	}
	.group_sec:last-child{
		padding-bottom: 40px;
        padding-top: 40px;
	}

}