/* BASIC css start */
li{list-style-type:none;}
a:link, a:visited{text-decoration:none; color:#5b5b5b}
a:hover, a:active{text-decoration:underline; color:#5b5b5b}
#header{
	position:relative;
	height:140px;
	background:#fff;
	min-width:1300px
	box-sizing:border-box;

}
#header .topH{
	overflow:hidden;
	font-size:11px;
	padding-top:5px;

}
#header .topH .fl{
	float:left;
	margin-left:15px;}
#header .topH .fl img{}
#header .topH .frr{float:left;}
#header .topH .fr{float:right;}
#header .topH .fr ul,#header .topH .frr ul{overflow:hidden;}
#header .topH .frr ul {
    position: absolute;
    top: 4px;
    left: 68px;
}
#header .topH .frr ul li a{color:#000}
#header .topH .fr >ul >li,#header .topH .frr >ul >li{
	display:inline-block;
	margin-right:21px;
}
#header .topH .fr >ul >li{margin-right:13px;}
#header .topH .fr >ul >li.noti{color:#000;    margin-right: 5px !important;}
#header .topH .fr >ul >li.noti a:hover{text-decoration:none}
#header .topH .fr >ul >li.commu{
	position:relative;
	    height: 116px;	
}
#header .topH .fr >ul >li.commu ul{
	display:none;
    position: absolute;
    top: 15px;
    left: 0;
	width:100%
}
#header .topH .fr >ul >li.commu ul li{    line-height: 20px;    padding-left: 2px;}
#header .topH .fr ul li a{
	display:inline-block;
	color:#000;
}
#header h1{
	position:absolute;
    top: 45px;
    left: 50%;
    margin-left: -52px;
}
#headGnb {
	box-sizing: border-box;
    min-width: 1300px;
    background: #fff;
	display:none;
    box-shadow: 2px 2px 5px #383838;
        border-bottom: 1px solid #383838;

}
#headGnb nav.fixGnb{    
    width: 1220px;
    margin: 0 auto;
    font-size: 13px;
    height: 40px;
    line-height: 36px;
	}
#headGnb nav.fixGnb ul{overflow:hidden;text-align: center;}
#headGnb nav.fixGnb ul>li{display: inline-block;    margin-left: 35px;}
#headGnb nav.fixGnb ul>li:first-child{margin-left: 20px;}
#headGnb nav.fixGnb ul>li:first-child{}
#headGnb nav.fixGnb ul li a{color:#000}
#headGnb .subMenu{}
#headGnb .subMenu ul{}
#headGnb .subMenu ul li{display:block;}
.navbar-header-fix { position:fixed; top:0; left:0; right:0; z-index:200;     opacity: 1;}
.links{
	padding: 8px;
	background-color: #52b529;
	margin: 5px;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
}
.links a{
	color: #000;
	display: inline-block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
.links:hover{
background-color: #1e824c;
}
.current{
	background-color: #22a7f0;
}
.swiper-container {
	/*width: 100%;
	max-width: 100%;
	max-height: 100%;*/
	margin: 0 auto;
	background: #000;
}
.swiper-slide {
	text-align: center;
	background: #000;
	   /* width:49% !important;*/

	/* Center slide text vertically */
	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-slide img{width:100%}

.swiper-button-prev{
    background-image:none !important;
    width: 54px!important;
    height: 54px!important;
    background: #000;
    border-radius: 50%;
    opacity: 0.7;
left: -22px !important;
}
.swiper-button-prev:after {
    border-left: 0;
    border-right: 5px solid #000;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 22px 0 0 -4px;
    width: 32px;
}

.swiper-button-next{
   background-image:none !important;
    width: 54px!important;
    height: 54px!important;
    background: #000;
    border-radius: 50%;
    opacity: 0.7;
right: -22px !important;
}
.swiper-button-next:after {
    border-left: 5px solid #000;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    content: "";
    display: inline-block;
    height: 0;
    margin: 22px -10px 0 18px;
    width: 32px;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #333 !important;
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 1225px;
    height: 700px;
}

input.MS_search_word {
    background: none;
    border: none;
    border-bottom: 1px solid #000;
    width:125px;
    color:#000
}
i.fas.fa-search {
    font-size: 14px;
    vertical-align: middle;}
    
    




.rightArea { 
    width: 100%;
    height: 40px;
    background: #383838;
 
}
.rightArea>ul { 
    min-width: 1350px;
    margin: 0 auto;
    height: 40px;
    text-align:center
}




.rightArea>ul>li {
    display: inline-block;
    position: relative;
    height: 40px;
    margin-left: 34px;
    font-size: 13px;
    line-height: 37px;
    
}
.rightArea>ul>li:first-child{margin-left:0}
.rightArea li a{color:#000}





.rightArea .subMenu {
    display: none;
    position: absolute;
    top: 40px;
    height: auto;
    z-index: 500;
    background: #000;
    opacity: .9;

}
.rightArea .subMenu.subMenu1 {
    width: 137px;
    left: -29px;
}
.rightArea .subMenu.subMenu2 {
    width: 102px;
    left: -12px;
}
.subMenu.subMenu7 {
    width: 88px;
    left: -11px;
}
.subMenu.subMenu4 {
    left: -32px;
    width: 116px;
}
.subMenu.subMenu5 {
    width: 78px;
    left: -16px;
}
.subMenu.subMenu6 {
    width: 78px;
    left: -14px;
}
.subMenu.subMenu3 {
    left: -12px;
    width: 88px;
}

.rightArea .subMenu ul {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #000;
}
.rightArea .subMenu li {
    display: block;
    width: 100%;
    text-align: left;
    padding: 0 5px;
    margin: 4px;
   
}

.rightArea .subMenu li a {
    display: block;
    line-height: 24px;
    font-size: 11px;
    padding-left: 10px;
    margin: 0;
}


/* BASIC css end */

