@charset "UTF-8";

/* ----------------------------------
======[ slider ] ======================
---------------------------------- */
.swiper-slide {
	color: #FFF;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-link {
	position: absolute;
	z-index: 100;
    }
.swiper-link .btn-primary{
	color: #0366cc !important;
	background-color: #FFFFFF;
	background-image: url(../special/cplus/image/blue-arrow.png);
	background-repeat: no-repeat;
	background-position: 8% 50%;
	background-size: 7px auto;
	text-shadow: 0px 0px;
	min-width: 120px;
}
.swiper-link .btn-primary:hover{
	color: #FFFFFF !important;
	background-color: #0366cc;
	text-shadow: 0px 0px;
	background-image: url(../special/cplus/image/white-arrow.png);
}



.swiper-title {
	position: absolute;
	z-index: 30;
    }
.swiper-data{
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,80,0.40);
	z-index: 5;
}
.swiper-data2{
	width: 100%;
	position: absolute;
	z-index: 50;
}
.swiper-pic {
	position: absolute;
	z-index: 10;
}
.swiper-bg {
	position: absolute;
	z-index: -10;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
	background-image: url(../special/cplus/slider/slider-base.jpg);
}
.swiper-pagination-bullet-active {
    background: #1856A4;
}

/* ----------------------------------
======[ promote ] ======================
---------------------------------- */
#promote {
	padding-bottom: 0px;
}
#promote  p{
	text-align: left;
}
.promote-main {
	padding-bottom: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.20);
}

#promote  h2 {
	text-align: center;
}
.promote-note p {
	font-size: 12px;
	text-align: left !important;
}
.promote-note {
	border-top: 1px solid #FFFFFF;
	padding-top: 10px;
}

.new-pic-area{
	padding-top: 15px;
	padding-left: 30%;
	padding-right: 30%;
}
/* ----------------------------------
======[ new-box ] ======================
---------------------------------- */
.new-box {
	border: 1px solid #dddddd;
	padding-top: 20px;
	padding-bottom: 20px;
	border-radius: 4px;
	background-color: #FFFFFF;
	overflow-y: hidden;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px;
}
.new-box h4 {
	color: #0366CC;
	font-size: 26px;
	border-bottom: 2px solid #0366CC;
	padding-bottom: 4px;
	padding-top: 0px;
	margin-top: 4px;
}
.new-text-area p {
	font-size: 14px;
	line-height: 1.6em;
}

p.new-read {
	font-weight: bold;
	font-size: 16px;
}
.new-tag {
	display: inline-block;
	background-color: #0366cc;
	padding-left: 16px;
	padding-right: 16px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	border-radius: 12px;
	height: 24px;
	line-height: 24px;
	margin-bottom: 0px;
}
.new-box .pull-left , .new-box .pull-right {
	width: 45%;
}
.new-box .pull-left a, .new-box .pull-right a{
	width: 100%;
}

@media screen and (min-width : 768px){
.swiper-container{
		height: 380px;
		display: block;
	}

.new-pic-area{
	padding: 15px;
}
	.new-box {
	margin-bottom: 0px;
}
}
@media screen and (min-width : 1024px){
.swiper-container{
		height: 530px;
		display: block;
	}
#promote p{
	text-align: center;
}
}
