/*나눔스퀘어*/
@import url(//cdn.rawgit.com/hiun/NanumSquare/master/nanumsquare.css);
/*@Font 나눔고딕*/
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css); 

/* 팝업레이어 */
#hd_pop {
	z-index:1000;
	position:relative;
	margin:0 auto;
	height:0}
#hd_pop .hd_pops .hd_pops_con img{
	width: 100%;
}
#hd_pop h2 {
	position:absolute;
	font-size:0;
	line-height:0;
	overflow:hidden
}
.hd_pops {
	position:absolute;
	border: 0px;
	background:#fff
}
.hd_pops_con {
	overflow: hidden;
}
.hd_pops_footer {
	padding:8px 0;
	background:#393939;
	color:#fff;
	text-align:right;
	border-bottom: 0px;
	width: 100%;
	position: absolute;
	border-right: 1px solid rgba(238, 238, 238, 0.1);
}

.hd_pops_footer button {
	margin-right:5px;
	padding: 0px 7px;
	border:0;
	background:#282828;
	color:#fff;
	border-radius: 4px;
	font-size: 12px;
    font-weight: 300;
	margin: 3px 5px 3px 0px;
}
@media (max-width:992px){
	#hd_pop .hd_pops{
		left: 0 !important;
		width: 80% !important;
	}
	#hd_pop .hd_pops .hd_pops_con{
		width: 100% !important;
		overflow: scroll;
	}
	.hd_pops_footer button {
		font-size: 10px;
	}
}
/*common*/
.body {	
	font-family: 'nanumgothic', '나눔고딕', sans-serif;
}
img {
	max-width: 100%;
}
/*search modal*/
.gs-modal .modal-dialog {
    width: 100%;
    margin: 0;
}
.gs-modal .modal-content{
	border-radius: 0px;
}
#header-search-modal .mobile-search-form input[type="text"]{
	vertical-align: top;
}

#header-search-modal .search-btn {
    display: inline-block;
	font-size: 13px;
    font-weight: 600;
    line-height: 26px;
    min-width: 26px;
    height: 35px;
    margin: 0;
    border-radius: 4px;
    text-align: center;
    color: #000;
    background-color: transparent;
    border: none;
	vertical-align: top;
}
#header-search-modal .mobile-search-form input[type="text"]{
	padding: 4px 5px;
    border-color: transparent;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 50%;
}
@media (max-width: 992px){
	#header-search-modal .mobile-search-form input[type="text"]{
		width: 80%;
		border-radius: 0px;
		border: 0px;
		border-bottom: 1px solid #333;
		box-shadow: 0px 0px 0px;
		font-size: 13px;
	}
}
/*Header Top*/
#header .header-nav-top .nav-top > li > a:hover, #header .header-nav-top .nav-top > li > a:focus {
    background: transparent;
    color: #3c3c3c !important;
    min-width: 50px;
}
#header .nav-top-master {
    color: #c67c77 !important;
}
#header .header-nav-top .nav-top > li > .nav-top-master:hover, 
#header .header-nav-top .nav-top > li > .nav-top-master:focus{
	color: #be1b11 !important
}
#header .user_count,
#header .list_count{
    color: #3c3c3c;
    font-size: 0.9em;
}
#header .search-mobile_wrp {
    padding: 15px 50px;
}
#header .search-mobile_wrp .btn{
	display: inline-block;
	width: 23%;
	vertical-align: top;
}
#header .header-search-mobile{
	position: absolute;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 65px;
    top: 106px;
    left: 0;
}
#header .search-mobile-input{
	width: 75%;
	display: inline-block !important;
}
#header .search-mobile a.btn.btn-primary.btn-basic {
    color: #676767 !important;
}
@media (max-width: 992px) {
	.search-in{
		display: block !important;
	}
	.header-nav-main{
		border-bottom: 1px solid #eee;
    	box-shadow: 0px 1px 1px rgba(244,244,244,0.6);
	}
	#mainNav li{
		padding: 0 10px !important;
	}
	#header .container {
    	width: 100%;
		padding-right: 0px;
	    padding-left: 0px; 
	}
	#header.header-narrow .header-logo img {
    	margin: 12px 12px 12px 15px;
	}
	#header .header-nav-main {
		background: rgb(255, 255, 255);
		clear: both;
		float: none;
		position: relative;
		top: 22px;
	}
	#header .header-container {
		display: block;
	}
	#header .top-nav-btn-wrp {
		position: absolute;
		right: 15px;
		top: 8px;
	}
    #header .header-nav-top ul>li{
	    background: none;
        background-position: right -1px;
	}
    #header .header-nav-top {
		position: absolute;
		bottom: 0;
		left: 0;
		margin-bottom: 5px;
	}
    #header .header-btn-collapse-nav {
        margin: 12px 0 8px 5px;
		font-size: 14px !important;
		background-color: #000000;
    }
    #header .header-body {
    	padding-bottom: 0;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	}
	#header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
		color: #3c3c3c !important;
		padding: 6px 0px;
		min-width: 50px;
		font-size: 11px;
	}
	#header .header-nav-top .nav-top > li > a:hover, #header .header-nav-top .nav-top > li > a a:focus {
	    color: #999 !important;
	}
	#header .nav-top-master {
	    color: #be1b11 !important;
	}
	#header .header-nav-top .nav-top > li > .nav-top-master:hover, 
	#header .header-nav-top .nav-top > li > .nav-top-master:focus{
		color: #c67c77 !important
	}
	#header .user_count,
	#header .list_count{
	    color: #999;
	}
	#header .header-nav-top ul>.bg-no-mobile{
		background: none;
	}
}
@media (max-width: 496px) {
	#header.header-narrow .header-logo img {
    	margin: 18px 12px 12px 15px;
		width: 50%;
	}
    #header .header-nav-top ul>li{
	    background: none;
        background-position: right -5px;
    }
    #header .header-nav-top {
		position: absolute;
    	bottom: 0;
	}
	#header .header-nav-main {
		top: 22px;
	}
    #header .header-btn-collapse-nav {
		color: #FFF;
		margin: 12px 0 8px 5px;
		padding: 6px 12px !important;
		background: #000000;
	}
    #header .header-nav-top .nav > li > a, #header .header-nav-top .nav > li > span {
        padding: 1px 3px;
    }
}

/*Header*/
#header .header-body{
	padding-bottom: 0;
}
#header .header-nav-main nav > ul > li > a {
	font-size: 16px;
    font-weight: 600;
	position: relative;
    padding: 15px 20px 15px 15px !important;
    color: #333 !important;
    text-transform: none;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    border-radius: 0px;
    margin-top: -2px;
    cursor: pointer;
    border-left: 5px solid transparent;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
	border-top-color: #0088cc;
}
#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li a {
    font-size: 1.1em;
}
#header .header-nav-main nav > ul > li.open > a, 
#header .header-nav-main nav > ul > li:hover > a {
    color: #FFF !important;
}
#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
    border-color: #4a4a4a transparent transparent transparent;
}
#header .header-nav-main nav > ul > li.active > a.dropdown-toggle:after, html #header .header-nav-main nav > ul > li:hover > a.dropdown-toggle:after {
    border-color: #ffffff transparent transparent transparent;
}
@media (min-width:991px) {
	#header .header-nav-main nav > ul > li.subac > a, 
	#header .header-nav-main nav > ul > li.acti > a, 
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a {
		background-color: transparent;
    	color: #5dbb46 !important;
		border-left-color: #5dbb46 !important;
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down {
		position: absolute;
		right: 15px;
		display: block;
		top: 17px;
	}
	#header .header-nav-main nav > ul > li.subac > a.dropdown-toggle .fa-caret-down:before {
		content: "\f105";		
	}
	#header .header-nav-main nav > ul > li > a.dropdown-toggle .fa-caret-down:before {
		content: "\f107";
	}
}
@media (max-width:992px) {
	#header .header-top {
		background-color: #f4f4f4;
		border-bottom: 1px solid #ededed;
		margin-top: -13px;
		padding: 2px 0;
		position: relative;
		z-index: 4;
	}
	#header .header-top .global_mode_top {
		color: #333;
		border: 1px solid #ccc;
		padding: 2px 3px;
		text-decoration: none;
		background-color: #fff;
		margin-right: 3px;
		font-size: 11px;
	}
	#header .header-top .global_mode_top:hover{		
		background-color: #eee;
		border-color: #aaa;
	}
	#header .header-top .global_mode_top.active:hover,
	#header .header-top .global_mode_top.active {
		color: #fff;
		background-color: #ccc;
		border-color: #aaa;
	}
	#header .header-body{
		padding-top: 0px;
		border-top: 0px;
		min-height: 0px;
	}
	#header .header-nav-main > nav > ul > li > a{
		color: #4a4a4a !important;
		padding: 3px 8px !important;
    	font-size: 13px;
	}
	#header .header-nav-main nav > ul > li.open > a, 
	#header .header-nav-main nav > ul > li:hover > a,
	#header .header-nav-main nav > ul > li:hover > a span {
    	color: #e61F19 !important;
	}
    #header .header-nav-main nav > ul li a{
        line-height: inherit;
        padding: 7px 8px 3px 8px;
    }
	#header .header-nav-main nav > ul > li > a i:before {
		content: "\f105";
	}
}
@media (max-width: 766px) {
	nav>ul>li>a:hover,
    nav>ul>li>a:focus{
		color: #0088cc !important;
	}
}

/*main*/
@media (min-width: 992px) {
	.body.left-header-body-gs {
		margin: 0 0 0 255px;
		width: auto;
	}
}
/*header*/
@media (min-width: 992px) {
	#header.gs_header {
		min-height: 0 !important;
	}
	.body.left-header-body-gs .main .container, 
	.body.left-header-body-gs #footer .container {
		padding: 0 35px;
		width: auto !important;
		max-width: 1210px;
	}

	.body.left-header-body-gs {
		margin: 0 0 0 255px;
		width: auto;
		overflow-x: hidden;
		overflow-y: visible;
    	position: relative;
	}

	.body.left-header-body-gs .forcefullwidth_wrapper_tp_banner .rev_slider_wrapper {
		width: 100% !important;
		left: auto !important;
	}

	#header.gs_header {
		background: #FFF;
		position: fixed;
		box-shadow: 0 0 18px rgba(0, 0, 0, 0.07);
		top: 0;
		left: 0;
		width: 255px;
		height: 100%;
	}

	#header.gs_header .header-body {
		border-top: 0;
	}

	#header.gs_header .header-container {
		margin-left: 0;
		margin-right: 0;
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
	}

	#header.gs_header .header-search {
		margin: 5px 0 10px;
		float: none;
	}

	#header.gs_header .header-search .input-group {
		width: 100%;
	}

	#header.gs_header .header-search .input-group .form-control {
		width: 100%;
		border-radius: 0px;
		border: 0px;
		border-bottom: 1px solid #333;
		box-shadow: 0px 0px 0px;
	}

	#header.gs_header .header-nav-top {
		margin: 0;
		float: none;
	}

	#header.gs_header .header-nav-top .nav > li > a, #header.gs_header .header-nav-top .nav > li > span {
		display: block;
		min-width: 50px;
		padding: 6px 0px;
	}

	#header.gs_header .header-nav-top .nav > li {
		font-size: 12px;
    	float: right;
	}

	#header.gs_header .header-logo {
		margin: 0;
		float: none;
		text-align: center;
		width: auto !important;
		height: auto !important;
		padding: 10px 0;
	}

	#header.gs_header .header-column {
		display: block;
	}

	#header.gs_header .header-column .header-row {
		clear: both;
	}

	#header.gs_header .header-nav-main {
		float: none;
		margin: 10px 0;
	}

	#header.gs_header .header-nav-main nav > ul > li.dropdown > a.dropdown-toggle:after {
		display: none;
	}

	#header.gs_header .header-nav-main nav > ul > li.dropdown.open > a, #header.gs_header .header-nav-main nav > ul > li.dropdown:hover > a {
		padding-bottom: 10px;
	}
	#header.gs_header .header-nav-main nav > ul > li.dropdown > .dropdown-menu {
		padding: 0px;
    	margin: 0px;
		
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;	
	}
	#header.gs_header .header-nav-main nav > ul > li.dropdown > .dropdown-menu, #header.gs_header .header-nav-main nav > ul > li.dropdown.open > .dropdown-menu, #header.gs_header .header-nav-main nav > ul > li.dropdown:hover > .dropdown-menu {
		position: relative;
		left: 0;
		top: 0;
		width: 100%;
		margin-left: 0px;
		border-left: 0;
		float: none;
		box-shadow: 0 0 0;
		background-color: #fcfcfc;
		border-top: 0px;
		overflow: hidden;
		opacity: 1;
	}
	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-mega-sub-nav li a,
	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu li a, #header .header-nav-main-effect-1 nav > ul > li.dropdown:hover .dropdown-mega-sub-nav li a,
	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu,
	#header .header-nav-main-effect-1 nav > ul > li.dropdown:hover > .dropdown-menu {
		transform: translate3d(0, 0, 0);
	}
	#header.gs_header .header-nav-main nav > ul > li.dropdown.actino > .dropdown-menu {
		height: 0 !important;
		opacity: 1;
	}

	#header.gs_header .header-nav-main nav > ul > li.dropdown li.dropdown-submenu:hover > .dropdown-menu {
		margin-top: -5px;
		border-top: 0;
	}
	#header .header-nav-main-effect-1 nav > ul > li.dropdown .dropdown-menu li a {
		padding: 8px 15px;
		font-size: 13px;
	}

	#header.gs_header .header-nav-main nav > ul > li.dropdown-mega {
		position: relative;
	}

	#header.gs_header .header-nav-main nav > ul > li.dropdown-mega .dropdown-menu {
		min-width: 720px;
	}

	#header.gs_header .nav-pills.gs_main_nav {
		margin: 0;
	}
	
	#header.gs_header .nav-pills > li {
		float: none;
		margin: 0 0 1px 0;
	}
	
	#header.gs_header .header-social-icons {
		float: none;
		text-align: center;
		margin-top: 25px;
	}
}
@media (max-width: 991px){
	#header .header-nav-main {
		display: none;
	}
}
/*search btn*/
#header .header-search .btn-default {
	color: #000;
}
#header .header-search .btn-default:hover {
	color: #e61F19;
}
/*hd_infoarea*/
.hd_infoarea {
	position: absolute;
    bottom: 0px;
    left: 0px;
    padding: 20px;
}
.hd_infoarea .call_info {
	background-color: #ed7200;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 1px solid #b35600;
}
.hd_infoarea .call_info p {
	font-size: 15px;
	line-height: 1em;
	margin-bottom: 5px;
	color: #fff;
	vertical-align: middle;
}
.hd_infoarea .call_info p i {
	vertical-align: middle;
}
.hd_infoarea .call_info h1 {
	font-size: 24px;
	line-height: 1em;
	color: #fff300;
	font-weight: 600;
	margin-bottom: 0px;
}
.hd_infoarea ul li {
	color: #333;
	font-size: 13px;
}
/*bt_infoarea*/
.bt_infoarea {
	bottom: 0px;
    left: 0px;
    padding: 20px;
    border-top: 1px solid #ddd;
	background-color: #f4f4f4;
}
.bt_infoarea .global_mode {
	border-bottom: 1px solid #ddd;
}
.bt_infoarea .global_mode li a {
	text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #212121;
    font-weight: 600;
    font-size: 13px;
    padding: 5px 0;
}
.bt_infoarea .global_mode li span {
    display: inline-block;
	margin-left: 5px;
}
.bt_infoarea h4 {
	font-size: 12px;
    line-height: 22px;
}
.bt_infoarea p {
	font-size: 12px;
    line-height: 20px;
	font-weight: 600;
}
/*#header .header-logo img*/
@media (max-width:992px){
	#header .header-logo img {
		margin: 11px 15px;
		width: 180px;
	}	
}
/*Mobile Navigation*/--------------------------------------------------
/*mmenu btn*/
.mmenu-toggle-btn {
	display: block;
	height: auto;
	text-align: center;
	padding: 6px 12px;
	float: right;
	font-size: 13px;
    line-height: 20px;
    min-width: 25px;
	vertical-align: middle;
	color: #fff;
}
@media (min-width: 992px) {
	.mmenu-toggle-btn {
		display: none;
	}
}
@media (max-width: 991px) {
	.mmenu-toggle-btn {
		margin-top: 10px;
	}
}
.mmenu-toggle-btn:hover, .mmenu-toggle-btn:focus {
	color: #fff;
	text-decoration: none;
}
/*mobile-nav*/
.mobile-nav {
	display: block !important;
	position: fixed;
	top: 0;
	left: -250px;
	z-index: 999;
	width: 250px;
	height: 100%;
	overflow-y: scroll;
	padding: 20px 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	background-color: #fcfcfc;
}

.mobile-side-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-side-menu > li > a {
	text-transform: uppercase;
}
.mobile-side-menu li {
	display: block;
	position: relative;
}
.mobile-side-menu li:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li a {
	display: block;
	font-size: 14px;
	line-height: 40px;
	background-color: transparent;
	color: #221714;
	border: 0;
	padding: 0 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
.mobile-side-menu li a:after {
	content: '';
	display: table;
	clear: both;
}
.mobile-side-menu li ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-side-menu li li a {
	margin-left: 10px;
	font-size: 12px;
}
.mobile-side-menu li li a:before {
	font: normal normal 16px/40px "FontAwesome";
	text-decoration: inherit;
	content: "\f105";
	-webkit-font-smoothing: antialiased;
	float: left;
	margin-right: 10px;
}
.mobile-side-menu li li li a {
	margin-left: 20px;
}
.mobile-side-menu li .mmenu-toggle {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	color: #221714;
	background-color: transparent;
	cursor: pointer;
	font-size: 0;
	width: 40px;
	height: 40px;
	margin-top: 1px;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mobile-side-menu li .mmenu-toggle:after {
	content: "\f196";
	font-family: 'FontAwesome';
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	cursor: pointer;
	width: 19px;
	height: 19px;
	font-size: 19px;
	line-height: 19px;
	display: block;
	position: absolute;
	left: 10px;
	top: 11px;
}
.mobile-side-menu li.open > .mmenu-toggle:after {
	content: "\f147";
}

#mobile-menu-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.mmenu-open #mobile-menu-overlay {
	opacity: .15;
	visibility: visible;
}

.mmenu-open.body {
	left: 250px;
}
.mmenu-open #mobile-menu-overlay {
	opacity: 0.3;
	visibility: visible;
}
.mmenu-open .mobile-nav {
	left: 0;
}
/*Mobile Navigation End*/--------------------------------------------------
/*mainsection*/
#mainsection {
	position: relative;
}
/*visualsection*/
#visualsection {
	font-family: 'Nanum Square', sans-serif;
}
#visualsection .owl-carousel .owl-stage-outer .owl-item a {
	text-decoration: none;
	display: block;
	width: 100%;
    height: 100%;
}
#visualsection .owl-carousel .owl-stage-outer .owl-item > div.bg01 {
	background: url(../img/main-slide01.jpg) center center no-repeat;
	background-size: cover;
}
#visualsection .owl-carousel .owl-stage-outer .owl-item > div.bg02 {
	background: url(../img/main-slide02.jpg) center center no-repeat;
	background-size: cover;
}
#visualsection .owl-carousel .owl-stage-outer .owl-item > div.bg03 {
	background: url(../img/main-slide03.jpg) center center no-repeat;
	background-size: cover;
}
#visualsection .owl-carousel .owl-stage-outer .owl-item > div.bg04 {
	background: url(../img/main-slide04.jpg) center center no-repeat;
	background-size: cover;
}
#visualsection .owl-carousel .owl-stage-outer .owl-item > div.bg05 {
	background: url(../img/main-slide05.jpg) center center no-repeat;
	background-size: cover;
}
#visualsection .owl-carousel .owl-stage-outer .owl-item .txt_box {
	padding: 30px;
}
#visualsection .owl-carousel.nav-inside .owl-nav, 
#visualsection .owl-carousel.nav-inside .owl-dots {
    right: auto;
    left: 30px;
    bottom: 50px;
}
#visualsection .owl-carousel .owl-dots .owl-dot span, 
#visualsection .owl-carousel .owl-dots .owl-dot span {
	background: transparent;
    border-radius: 50%;
    border: 2px solid #fff;
	width: 13px;
	height: 13px;
}
#visualsection .owl-carousel .owl-dots .owl-dot:hover span {
	background-color: #fff;
	border-color: #fff;
}
#visualsection .owl-carousel .owl-dots .owl-dot.active span{
	background-color: #fff700;
	border-color: #fff700;
	width: 25px;
    border-radius: 10px;
}
#visualsection h3 {
	font-weight: 600;
    font-size: 18px;
    color: #fff;
}
#visualsection h1 {
	font-weight: 900;
    font-size: 60px;
	line-height: 1.3em;
    color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#visualsection h4 {
	font-size: 35px;
    line-height: 1.3em;
    font-weight: 500;
    color: #fff;
}
@media (min-width:991px){	
	#visualsection .owl-carousel .owl-stage-outer,
	#visualsection .owl-carousel .owl-stage-outer .owl-item > div {
		height: 87vh !important;
	}
}
@media (max-width:992px){	
	#visualsection .owl-carousel .owl-stage-outer,
	#visualsection .owl-carousel .owl-stage-outer .owl-item > div {
		height: 50vh !important;
	}
}
@media (max-width:768px){	
	#visualsection h3,
	#visualsection h4 {
		font-size: 14px;
		line-height:20px;
		text-align: center;
	}
	#visualsection h1 {
		font-size: 27px;
		line-height: 30px;
		text-align: center;
	}
	#visualsection .owl-carousel .owl-stage-outer .owl-item .txt_box {
		padding-top: 20%;
	}
	#visualsection .owl-carousel.nav-inside .owl-nav, 
	#visualsection .owl-carousel.nav-inside .owl-dots {
		display: none;
	}
}
/*gs_rightbox*/
#gs_rightbox .banner_common h4 {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}	
#gs_rightbox .banner_common p {
	font-size: 13px;
    color: #fff;
    line-height: 19px;
}
@media(min-width:991px){
	#gs_rightbox {
		height: 100vh;
		overflow-y: scroll;
		position: fixed;
		width: 555px;
		right: 0;
		top: 0;
		z-index: 100;
	}
	#gs_rightbox .banner_common {
		min-height: 25vh;
		padding: 20px;
	}
}
@media(max-width:992px){
	#gs_rightbox .banner_common {
		min-height: 200px;
		padding: 20px;
	}
}
/*banner_sec02*/
#gs_rightbox .banner_sec02 {
	background: url(../img/banner_sec02_bg.png) right bottom no-repeat;
	background-color: #e61f19;
}
#gs_rightbox .banner_sec02 a {
	display: inline-block;
    width: 100%;
    border: 1px solid rgb(95, 3, 0);
    text-decoration: none;
    background-color: rgba(181, 5, 0, 0.9);
}
#gs_rightbox .banner_sec02 a p {
	padding: 5px 10px;
	text-align: left;
	position: relative;
}
#gs_rightbox .banner_sec02 a p:after {
	content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 5px;
}
/*#gs_rightbox .banner_sec02 a {
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.7);
	text-decoration: none;
}
#gs_rightbox .banner_sec02 a .imgwrp {
	padding: 10px 0;
}
#gs_rightbox .banner_sec02 a p {
	border-top: 1px solid rgba(255,255,255,0.7);
	padding: 5px 10px;
	text-align: left;
	position: relative;
}
#gs_rightbox .banner_sec02 a p:after {
	content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 5px;
}*/
@media (min-width:991px){
	#gs_rightbox .banner_sec02 .btnwrp {
		min-height: 105px;
		position: relative;
	}
	#gs_rightbox .banner_sec02 a {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media (max-width:1690px) and (min-width:991px){
	/*#gs_rightbox .banner_sec02 a {
		width: 100%
	}
	#gs_rightbox .banner_sec02 a .imgwrp {
		display: none;
	}	
	#gs_rightbox .banner_sec02 a p {
		border-top: 0px;
	}*/
	#gs_rightbox .banner_sec02 .btnwrp {
		min-height: 50px;
	}
}
@media (max-width:992px){
	#gs_rightbox .banner_sec02 a {
		width: 115px;
	}
	#gs_rightbox .banner_sec02 .btnwrp {
		text-align: left !important;
	}
}
/*banner_sec03*/
#gs_rightbox .banner_sec03 {
	background: url(../img/banner_sec03_bg.png) right bottom no-repeat;
	background-color: #00327d;
}
#gs_rightbox .banner_sec03 .banner_sec03_in {
	position: relative;
	z-index: 4;
}
#gs_rightbox .banner_sec03 .black_out {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../img/banner_sec03_bg_pt.png) center center;
}
#gs_rightbox .banner_sec03 a {
	display: inline-block;
	width: 100%;
	border: 1px solid rgba(0,0,0,0.9);
	text-decoration: none;
	background-color: rgba(0, 37, 93, 0.9);
}
#gs_rightbox .banner_sec03 a p {
	padding: 5px 10px;
	text-align: left;
	position: relative;
}
#gs_rightbox .banner_sec03 a p:after {
	content: "\f0da";
    font-family: fontawesome;
    position: absolute;
    right: 10px;
    top: 5px;
}
@media (min-width:991px){
	#gs_rightbox .banner_sec03 .btnwrp {
		min-height: 105px;
		position: relative;
	}
	#gs_rightbox .banner_sec03 a {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}
@media (max-width:1690px) and (min-width:991px){
	#gs_rightbox .banner_sec03 .btnwrp {
		min-height: 50px;
	}
}
@media (max-width:992px){
	#gs_rightbox .banner_sec03 a {
		width: 115px;
	}
	#gs_rightbox .banner_sec03 .btnwrp {
		text-align: left !important;
	}
}
/*banner_sec04*/
#gs_rightbox .banner_sec04 {
	background-color: #212121;
}
#gs_rightbox .banner_sec04 ul li a {
	text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}
#gs_rightbox .banner_sec04 ul li a p {
	font-size: 15px;
    padding-top: 15px;
}
@media (min-width:991px){	
	#gs_rightbox .banner_sec04 ul {
		padding: 10% 0;
	}
	#gs_rightbox .banner_sec04 ul li a {
		border-right: 1px solid #ddd;
	}
	#gs_rightbox .banner_sec04 ul li:last-child a {
		border-right: 0px;
	}
}
@media (max-width:992px){	
	#gs_rightbox .banner_sec04 ul li a {
		padding: 15px 0;
	}
}
/*page_bottom_bg*/
#page_bottom_bg {
	background: url(../img/body_right_bg.png) center center no-repeat;
	background-size: cover;
	background-color: #fcfcfc;
	min-height: 100vh;
    height: 100%;
    width: 33.33333333%;
    position: absolute;
	right: 0;
	top: 0;
}
@media (max-width:992px){
	#page_bottom_bg {
		display: none;
	}
}
/*footer*/
#footer .footer-copyright {
     margin-top: 0; 
}
#footer {
	margin-top: 0px;
	padding: 40px 0 !important;
}
#footer .contact p {
    margin: 0 0 10px;
}
/*subcon_area*/
@media (min-width:991px){
	#subcon_area {
		min-height: 100vh;
	}
}
/*all-con-wrp*/
#all-con-wrp {
	min-height: 80vh !important;
}
@media (min-width:991px){
	#all-con-wrp {
		padding: 30px 40px !important;
	}
}
/*page header*/
.page-header.parallax{
	margin-bottom: 20px !important;
	padding: 50px 0 50px;
}
.page-header.parallax h1 {
	border-bottom-color: #0088cc;
    font-size: 25px;
    display: block;
    line-height: 25px;
    position: relative;
    background-color: #fff;
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding-bottom: 15px;
}
.page-header.parallax h1 strong {
	font-weight: 500;
}
@media (max-width:768px){
	.page-header.parallax{
		padding: 0;
	}
	.page-header.parallax h1 {
		font-size: 15px;
		padding-bottom: 0px;
	}
}
/*siteconfig*/
.siteconfig{
	width: 100%;
    height: 35px;
    bottom: 0;
	border-bottom: 1px solid #ddd;
}
.siteconfig .home_box{
    display: inline-block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.siteconfig .home_box1,
.siteconfig .home_box2,
.siteconfig .home_box3{
	display: inline-block;
    color: #777;
    font-size: 13px !important;
}
.siteconfig .home_box1::after,
.siteconfig .home_box2::after {
    color: inherit;
    opacity: 0.5;
    font-family: FontAwesome;
    content: "\f105";
    padding: 0 7px 0 5px;
}
.siteconfig .home_box a{
	text-decoration: none;
	color: #777;
	display: block;
	padding: 5px 15px;
	font-size: 13px;
}
@media (max-width:768px){
	.siteconfig .home_box1,
	.siteconfig .home_box2,
	.siteconfig .home_box3{
		font-size: 11px !important;
	}
}
/*aside-menu Sub-title*/
#aside-menu.page-header{
	padding: 50px 0 !important;
	margin: 0 0 115px 0 !important;
}
#aside-menu.page-header h1>span{
	display: none;
}
/*r_content*/
@media (min-width:991px){
	#r_content {
		z-index: 3;
		background-color: #fff;
		min-height: 100vh;
	}
}
/*main_banner*/
#main_banner {
	background: url(../img/mb_bg_gr.png) center center no-repeat;
	background-color: #5dbb46;
}
#main_banner ul li a {
	text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 8% 0;
	border-right: 1px solid rgba(255,255,255,0.2);
}
#main_banner ul li:last-child a {
	border-right: 0px;
}
#main_banner a .img_wrp {
	margin-bottom: 15px;
}
#main_banner a .img_wrp img {
	width: 50px;
}
#main_banner a h3 {
	margin-bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
@media (max-width:768px){
	#main_banner ul li a {
		padding: 15px;
	}
	#main_banner a .img_wrp img {
		font-size: 35px;
	}
	#main_banner a h3 {
		font-size: 13px;
		line-height: 1.4em;
		height: 35px;
	}
}
/*galley_latest*/
#galley_latest {
	
}
#galley_latest .mtit h1 {
    font-size: 35px;
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
	position: relative;
	margin-bottom: 15px;
}
#galley_latest .mtit a {
	font-size: 17px;
    color: #333;
    line-height: 1.5em;
	border: 1px solid #333;
	background-color: transparent;
}
#galley_latest .mtit a:hover {
    color: #fff;
	background-color: #333;
}
#galley_latest .mtit a span {
	font-weight: 600;
}
#galley_latest ul {
	padding-top: 40px;
}
#galley_latest a {
	text-decoration: none;
}
#galley_latest a .thumb-info {
    border-radius: 0px;
	border: 1px solid #fff;
	margin-bottom: 0px;
}
#galley_latest a .thumb-info .thumb-info-wrapper {
	border-radius: 0px;
	margin: 0px;
}
#galley_latest a .thumb-info .thumb-info-wrapper:after {
    opacity: 0;
}
#galley_latest a .thumb-info:hover .thumb-info-wrapper:after {
    opacity: 0;
}
#galley_latest a .thumb-info img.thumb_img {
	border-radius: 0px;
	
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#galley_latest a .thumb-info:hover img.thumb_img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
#galley_latest a .text_con h1 {
	line-height: 1.3em;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    margin-bottom: 0px;
    color: #333;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    background-color: #e3e3e3;
    line-height: 50px;
    width: 100%;
}
#galley_latest a .text_con h2 {
    color: #fff;
	font-size: 16px;
    line-height: 1.3em;
    font-weight: 400;
}
@media (min-width:769px) {
	#galley_latest a .text_con h1 {
		position: absolute;
		bottom: 0;
	}
	#galley_latest a .text_con h1 span {
		display: block;
		height: 0px;
		background-color: #ed7200;
		color: #fff;
		font-size: 0.7em;

		-webkit-transition: all 0.3s ease-out;
		-moz-transition: all 0.3s ease-out;
		-o-transition: all 0.3s ease-out;
		transition: all 0.3s ease-out;
	}
	#galley_latest a:hover .text_con h1 span {
		height: 40px;
		line-height: 40px;
	}	
}
@media (max-width:768px) {
	#galley_latest .mtit h1 {
		font-size: 18px;
	}
	#galley_latest .mtit a {
		font-size: 12px;
	}
	#galley_latest a .text_con h1 span {
		display: block;
		background-color: #ed7200;
		color: #fff;
		height: 40px;
		line-height: 40px;
	}
	#galley_latest a .text_con h1{
		font-size: 13px;
		line-height: 35px;
	}
	#galley_latest a .text_con h1 span {
		height: 30px;
		line-height: 30px;
		font-size: 11px;
	}
}
/*main_latest*/
#main_latest h1 {
    font-size: 25px;
    color: #222;
    font-weight: 600;
    line-height: 1.3em;
	position: relative;
}
#main_latest h1 a {
    text-decoration: none;
	position: absolute;
	right: 0;
}
#main_latest h1 a img {
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;	
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;	
}
#main_latest h1 a:hover img {
	-ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
#main_latest ul li {
	border-bottom: 1px solid #ddd;
}
#main_latest ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #222;
    font-weight: 400;
    line-height: 1.3em;
	padding: 15px 0;
	display: block;
}
#main_latest ul li a:hover,
#main_latest ul li a:hover .data_c {
	color: #fe7b34;
}
#main_latest ul li a .data_c {
    color: #c0c0c0;
}
@media (min-width:991px) {	
	#main_latest {
		height: 230px;
	}
}
@media (max-width:992px) {	
	#main_latest h1 {
		margin-bottom: 15px;
	}
}
@media (max-width:768px) {	
	#main_latest h1 {
		font-size: 18px;
	}
	#main_latest h1 a img {
		width: 12px;
	}
	#main_latest ul li a {
		font-size: 13px;
		padding: 8px 0;
	}
}
/*main_sec01*/
#main_sec01 {
	padding: 80px 0;
	background: url(../img/msec01_bg.jpg) center center no-repeat;
}
#main_sec01 .mtit h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3em;
	position: relative;
	margin-bottom: 15px;
}
#main_sec01 .mtit a {
	font-size: 17px;
    color: #fff;
    line-height: 1.5em;
	border: 1px solid #ddd;
	background-color: transparent;
}
#main_sec01 .mtit a:hover {
    color: #333;
	background-color: #fff;
}
#main_sec01 ul {
	padding-top: 40px;
}
#main_sec01 h3 {
	font-size: 22px;
    color: #fff;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 15px;
}
#main_sec01 p {
	font-size: 17px;
	line-height: 1.6em;
    color: #fff;
    line-height: 1.5em;
}
@media (max-width:768px) {
	#main_sec01 {
		padding: 30px 0;
	}
	#main_sec01 .mtit h1 {
		font-size: 18px;
	}
	#main_sec01 .mtit a {
		font-size: 12px;
	}
	#main_sec01 ul li {
		padding: 0 5px;
	}
	#main_sec01 h3 {
		font-size: 14px;
	}
	#main_sec01 p {
		font-size: 12px;
		height: 75px;
	}
	#main_sec01 .found_item .img_wrp img {
		width: 60px;
	}
}
/*main_sec02*/
#main_sec02 {
	padding: 80px 0;
}
#main_sec02 .mainc_call {
	background: url(../img/bang_call_bg.jpg) center center no-repeat;
	background-size: cover;
	padding-top: 14%;
}
#main_sec02 .mainc_call h1 {
	font-size: 25px;
	color: #222;
	font-weight: 600;
	line-height: 1.3em;
	position: relative;
	margin-bottom:  5px;
	vertical-align:  middle;
}
#main_sec02 .mainc_call h2 {
	color:  #ff411c;
	font-size:  35px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom:  15px;
}
#main_sec02 .mainc_call h6 {
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3em;
	margin-bottom: 0;
}
@media (min-width:991px) {	
	#main_sec02 .mainc_call {
		height: 230px;
		text-align:  center;
		border: 5px solid #e0cc7a;
	}
}
@media (max-width:768px) {
	#main_sec02 {
		padding: 30px 0;
	}	
	#main_sec02 .col-md-4 {
		margin-bottom: 20px;
	}	
	#main_sec02 .mainc_call {
		padding: 20px;
		    text-align: center;
	}
	#main_sec02 .mainc_call h1 {
		 font-size: 18px;
	}
	#main_sec02 .mainc_call h1 img {
		 width: 20px;
	}
	#main_sec02 .mainc_call h2 {
		 font-size: 28px;
		margin-bottom: 5px;
	}
	#main_sec02 .mainc_call h6 {
		font-size: 13px;
	}
}
/*main_sec03*/
#main_sec03 {
	padding: 80px 0;	
	background-color: #fcfcfc;
}
@media (max-width:768px) {
	#main_sec03 {
		padding: 30px 0;
	}
}
/*main_sec04*/
#main_sec04 {
	padding: 80px 0;	
}
@media (max-width:768px) {
	#main_sec04 {
		padding: 30px 0;
	}
}