@charset "utf-8";
/** 웹폰트 호출 **/

@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);
/* 스크롤 설정 */

html {
	overflow-x: hidden;
	overflow-y: scroll;
}

.body-layout {
	padding-top:105px;
	background-color: #fff;
	word-break: keep-all;
}

/* 폰트 설정 */

div,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
small,
section,
main {
	font-family: 'Nanum Gothic', sans-serif !important;
	-webkit-font-smoothing: antialiased;
}

.fa {
	font-family: 'FontAwesome' !important;
}

.glyphicon {
	font-family: 'Glyphicons Halflings' !important;
}

ol,
ul,
li {
	list-style: none;
}

a,
a:hover,
a:focus,
a:link,
a:visited {
	text-decoration: none !important;
}

/* 메뉴 설정 시작 */

.navbar-inverse {
	background: #fff;
	padding: 0;
	margin: 0;
	border: none;
	box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
}
.navbar-inverse .caret, .navbar-inverse .divider-vertical, .navbar~br, .topmarginLay_a {
	display: none;
}
#menu-top {
    height: 28px;
    background: #e6e6e6;
}
#menu-top .container, #menu-top .pull-right {
	height:100%;
}
#menu-top .lang {
    padding: 0 20px;
    margin: 0 -3px;
    line-height: 28px;
    border: none;
    background: transparent;
    font-size: 12px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    background: #bcbcbc;
    color: #fff;
}
#menu-top .active {
    font-weight: bold;
    color: #1a3ec7;
    background: #fff;
}
/*===== 로고 설정 =====*/

.navbar-inverse .navbar-brand {
	margin: 20px 0 0 !important;
	padding: 0;
}

.navbar-inverse .navbar-brand img {
	margin: 0 !important;
}

/*===== 메인 메뉴 설정 =====*/

.navbar.navbar-inverse>.container {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.navbar-inverse .navbar-nav>li>a {
	color: #222;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.04em;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
	margin: 0 10px;
	padding: 30px 10px 28px;
	border-bottom: 2px solid #fff !important;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
	background: none;
	color: #1a3ec7 !important;
	border-bottom: 2px solid #1a3ec7 !important;
}

/*===== 서브 메뉴 설정 =====*/
.navbar-inverse .dropdown-menu {
    background: #e6e6e6;
    right: auto !important;
    padding: 5px;
    margin: 0;
    border-radius: 0;
    border: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar-inverse .dropdown-menu > li > a {
    background: #f6f6f6;
    color: #323232;
    padding: 14px 15px;
    margin: 1px 0;
    font-size: 13px;
    letter-spacing: -0.04em;
    line-height: 1;
}
.navbar-inverse .dropdown-menu > li > a:focus, .navbar-inverse .dropdown-menu > li > a:hover {
    background: #1a3ec7;
    color: #FFF;
    font-weight: bold;
}

/*===== 모바일 메뉴 설정 =====*/

.navbar-toggle {
	border-radius: 0;
	border: none;
	margin: 13px 15px 0;
	padding: 10px 10px;
	background: #fff;
}

.navbar-toggle .icon-bar {
	background: #3669b4 !important;
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover {
	background: #fff;
}

@media screen and (max-width: 767px) {
	.navbar-inverse {
		box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	}
	.navbar-top>div>a {
		margin: 5px 20px 0;
	}
	.navbar-collapse {
		padding: 0;
	}
	.navbar-inverse .navbar-nav>li>a {
		color: #5a5a5a !important;
		font-size: 14px;
		font-weight: 400;
		text-align: center;
		margin: 0;
		padding: 10px 30px;
		border-bottom: 1px solid #ddd;
	}
	.navbar-inverse .navbar-nav>li>a .caret {
		bottom: 5px;
	}
	.navbar-nav .open .dropdown-menu {
		padding: 10px 0;
		background: #ddd;
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		color: #333 !important;
		border: none !important;
		margin: 0 0 0;
		background: #f7f7f7;
	}
	.navbar-inverse .navbar-collapse .navbar-nav {
		margin: 0;
		background: #f3f3f3;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
		color: #5a5a5a;
		text-align: center;
		padding: 4px;
	}
	.navbar-nav .open .dropdown-menu .dropdown-header,
	.navbar-nav .open .dropdown-menu>li>a {
		padding: 10px 15px 10px 25px;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
		color: #1a3ec7;
		background-color: transparent;
		font-weight: 600;
	}
}

/* //메뉴 설정 끝 */

/* 슬라이드 설정 시작 */

div.col-sm-12.intro-html-layout {
	padding: 0;
}

.container_contents,
.sub-layout {
	width: 100%;
	padding: 0;
}

/* 슬라이드 설정 */

.carousel-inner {
	height: 500px;
	position: relative;
}

.carousel-inner>.item {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

.carousel-inner>.item:nth-child(1) {
	background-image: url('/skin/img/slide/slide_1.jpg');
}

.carousel-inner>.item:nth-child(2) {
	background-image: url('/skin/img/slide/slide_2.jpg');
}

.carousel-caption {
	top: 50%;
	bottom: auto;
	padding: 0;
	margin: -41px 0 0;
	text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.carousel-caption > p.slide_name {
    display: inline-block;
    background: rgba(26, 62, 199, 0.8);
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.4em;
    padding: 4px 21px 8px;
    margin: 0 0 10px;
    line-height: 1;
}
.carousel-caption>h3.slide_text {
	font-size: 46px;
	font-weight: 600;
	letter-spacing: -0.06em;
	text-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	margin: 0;
	line-height: 1;
}

.carousel-indicators {
	bottom: 20px;
	margin: 0 auto;
	width: 100%;
	left: auto;
	right: auto;
}

.carousel-indicators>li {
	width: 14px !important;
	height: 14px !important;
	border: 2px solid #ffffff;
	margin: 0 2px !important;
	background: none;
}

.carousel-indicators>li.active {
	background: #1a3ec7;
	border: none;
}

@media (max-width: 767px) {
	.carousel-inner {
		height: 280px;
	}
	.carousel-caption h3 {
		font-size: 24px;
	}
}

/* //슬라이드 설정 끝 */

/* main content */

.main-wrap {
	max-width: 1170px;
	width: 100%;
	padding: 60px 15px;
	margin: 0 auto;
}

.img-box-wrap {
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.img-box-wrap img {
	width: 100%;
	transition: all 0.3s;
}

.text-box-wrap {
	position: relative;
}

.text-box-wrap h4 {
	margin: 0;
	padding: 16px 20px;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	position: absolute;
	letter-spacing: -0.04em;
	width: 100%;
	bottom: 0;
	color: #fff;
	background: rgba(26, 62, 199, 0.8);
	z-index: 999;
}

.text-box-wrap h4:after {
	content: "\276F";
	float: right;
}

.main-box .text-box-wrap h4 {
	transition: all 0.3s;
}

.main-box a:hover .img-box-wrap {
	border: 1px solid #2c1cf4 !important;
	overflow: hidden;
}

.main-box a:hover .text-box-wrap {
	background: #1a3ec7;
}

.main-box a:hover .text-box-wrap h4 {
	background: rgb(26, 62, 199);
}

.main-box a:hover .img-box-wrap {
	border: 1px solid rgba(44, 28, 244, 0.8);
}

.contact-wrap {
	position: relative;
}

.contact-us {
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	padding: 40px 20px;
	height: 210px;
	z-index: 999;
	width: 100%;
}

.contact-us .contact-text {
	font-size: 16px;
	letter-spacing: -0.06em;
	margin: 0 0 20px;
}

.contact-us .contact-tel {
	margin: 0 0 10px;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.contact-us .contact-mail {
	margin: 0;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -0.04em;
}

.contact-us i {
	display: inline-block;
	background: #1a3ec7;
	font-size: 14px;
	width: 30px!important;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	padding: 8px 0 0;
}

/* main content */

/* footer 설정 */

.footer-social-layout {
	display: none;
}

.footer_copy .text-center {
	background: #eeeeee;
	border-top: 1px solid #eeeeee;
	color: #ababab;
	font-size: 12px;
	text-align: left;
	padding: 30px 0 10px;
	margin: 0;
}

.footer-top {
	width: 1170px;
	margin: 0 auto 10px;
	padding: 0 15px;
}

.footer-top ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
}

.footer-top ul li {
	float: left;
	display: inline-block;
}

.footer-top ul li a {
	color: #666;
	font-size: 13px;
	margin-right: 30px;
}

.footer-top ul li:last-child a:after {
	content: ""
}

.footer-middle {
	width: 1170px;
	margin: 0 auto 20px;
	padding: 0 15px;
}

.footer-middle ul {
	margin: 0;
	padding: 0;
	display: inline-block;
	width: 100%;
	line-height: 1.6;
}

.footer-middle ul li {
	float: left;
	display: inline-block;
}

.footer-middle ul li span:after {
	content: "|";
	color: #f1f1f1;
	padding: 0 6px 0;
}

.footer-middle ul li:last-child span:after {
	content: "";
}

.footer-bottom {
	width: 1170px;
	margin: 0 auto;
	padding: 0 15px;
}

.footer-bottom p {
	display: inline-block;
	width: 100%;
}

.footer-bottom p span {
	font-weight: 900;
	color: #1a3ec7;
}

@media screen and (max-width: 991px) {
	.footer-top {
		width: 100%;
	}
	.footer-middle {
		width: 100%;
	}
	.footer-bottom {
		width: 100%;
	}
}

/* footer 설정 */

/* sub commons */

.visual_wrap {
	background-image: url('/skin/img/sub/subTop.jpg');
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	width: 100%;
	height: 220px;
	position: relative;
}

.visual_inner_wrap {
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 76px 0 0;
}

.visual_inner_wrap h4 {
	font-size: 34px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	letter-spacing: -0.06em;
	margin: 0 0 14px;
}

.visual_inner_wrap p {
	font-size: 13px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	display: block;
	padding: 0;
	margin: 0;
	letter-spacing: 0.4em;
	font-style: italic;
	line-height: 1;
}

.breadcrumb_wrap {
	display: inline-block;
	width: 100%;
	border-bottom: 1px solid #d6d6d6;
	margin: 0 0 40px;
}

.breadcrumb_wrap h3 {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 0 20px;
	color: #222;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: -0.06em;
}

.breadcrumb_wrap h3 span {
	font-size: 13px;
	font-weight: 300;
	color: #888;
	letter-spacing: 0;
	display: inline-block;
}

.breadcrumb {
	background: none;
	border-radius: 0;
	display: inline-block;
	margin: 20px 0 0;
	padding: 0;
	text-align: right;
	font-size: 12px;
	font-weight: 400;
	color: #888;
	letter-spacing: -0.04em;
	float: right;
}

.breadcrumb>li {
	display: inline-block;
}

.breadcrumb>.active {
	color: #1a3ec7;
	font-weight: 700;
}

.breadcrumb>li+li:before {
	content: "\276D";
}

.sub-page {
	min-height: 600px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
	padding: 60px 15px 40px;
}

.left_menu_wrap {
	padding: 0;
}

.right_menu_wrap {
	padding: 0 0 0 50px;
}

@media (max-width: 767px) {
	.right_menu_wrap {
		padding: 30px 0 0 0;
	}
}

.left_menu {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}

.left_menu>div {
	padding: 40px 20px;
	background: #1a3ec7;
	text-align: center;
}

.left_menu h3 {
	color: #fff;
	font-size: 24px;
	font-weight: 300;
	margin: 0;
	letter-spacing: -0.02em;
}

.left_menu>li>a {
	display: block;
	background: #f6f6f6;
	border-bottom: 1px solid #e2e2e2 !important;
	margin: 0;
	padding: 16px 20px;
	color: #444;
	font-size: 13px;
	line-height: 1;
	font-weight: 400;
	letter-spacing: -0.02em;
}

.left_menu>li.active>a {
	color: #fff;
	background-color: #27335d;
	font-weight: 600;
}

.left_menu>li.active>a:after {
	content: "\276F";
	float: right;
}

.sub-page>.row {
	margin: 0;
}

.company-wrap {
	margin-bottom: 40px;
}

.company-wrap>.row {
	margin: 0 -15px 40px;
}

.sub-title {
	font-size: 24px;
	font-weight: 600;
	color: #222;
	margin: 0 0 20px;
	letter-spacing: -0.04em;
	line-height: 1;
}

.sub-title:before {
	width: 20px;
	height: 3px;
	background: #1a3ec7;
	display: block;
	content: "";
	margin-bottom: 10px;
}

.sub-title-sub {
	color: #222;
	font-size: 19px;
	font-weight: 500 !important;
	letter-spacing: -0.08em;
	margin: 0;
	padding: 10px 10px;
	position: relative;
}

.sub-title-sub:before {
	content: "";
	background: #1a3ec7;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0;
}

.sub-list {
	background: #f6f6f6;
	margin: 0;
	text-align: left;
	padding: 14px 10px;
	border-radius: 4px;
}

.sub-list li {
	list-style: none;
	letter-spacing: -0.04em;
	line-height: 1.8;
	color: #323232;
	font-size: 13px;
	background-image: url(/skin/img/sub/bulit.png);
	background-repeat: no-repeat;
	background-position: 10px 12px;
	padding-left: 20px;
}

/* sub commons */

/* intro01 */

.greeting-content p {
	font-size: 15px;
	font-weight: 400;
	color: #444;
	line-height: 1.8;
	letter-spacing: -0.04em;
	margin: 0 0 20px;
}

.comp-tb {
	border-top: 2px solid #27335d;
	border-right: 1px solid #e2e2e2;
	border-left: 1px solid #e2e2e2;
}

.comp-tb tbody tr th {
	padding: 14px 15px;
	text-align: center;
	color: #222;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.04em;
	background: #f6f6f6;
	border-bottom: 1px solid #e2e2e2;
	border-right: 1px solid #e2e2e2;
}

.comp-tb tbody tr td {
	padding: 14px 15px;
	text-align: left;
	color: #444;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.02em;
	border-bottom: 1px solid #e2e2e2;
}

/* intro01 */

/* intro02 */

.greetings-text {
	font-size: 18px !important;
	font-weight: 600 !important;
	font-family: "Nanummyeongjo", serif !important;
	text-align: center;
	margin: 0 !important;
	padding: 20px 0;
	color: #ca8359 !important;
	letter-spacing: -0.06em;
	line-height: 1.8;
	position: relative;
}

.greetings-text:before {
	content: "\f10d";
	font-family: "FontAwesome";
	position: absolute;
	top: 15px;
	left: 15px;
	color: #ccc;
	font-size: 22px;
}

.greetings-text:after {
	content: "\f10e";
	font-family: "FontAwesome";
	position: absolute;
	top: 15px;
	right: 15px;
	color: #ccc;
	font-size: 22px;
}

@media (max-width: 767px) {
	.greetings-text:before {
		top: 0;
		left: 0;
	}
	.greetings-text:after {
		top: 0;
		right: 0;
	}
}

/* intro02 */

/* intro04 */

.vision .row {
	margin-bottom: 20px;
}

.vision-text p {
	font-size: 15px;
	font-weight: 400;
	color: #545454;
	letter-spacing: -0.04em;
	margin: 0 0 10px;
	padding: 0;
}

.vision-text p span {
	color: #1a3ec7;
	font-weight: 600;
	letter-spacing: -0.06em;
}

.vision-box p {
	background: rgba(26, 62, 199, 0.04);
	width: 100%;
	height: 120px;
	font-size: 20px;
	font-weight: 300;
	letter-spacing: -0.04em;
	color: #222;
	line-height: 1.4;
	text-align: center;
	margin: 0;
	padding: 28px 0 0;
	border: 1px solid #1a3ec7;
	border-radius: 4px;
}

.vision-box-area .vision-box:nth-child(2) p,
.vision-box-area .vision-box:nth-child(4) p {
	border: 1px solid #666;
	background: rgba(102, 102, 102, 0.04);
}

.vision-arrow {
	text-align: center;
}

.vision-arrow i {
	font-size: 30px;
	font-weight: 800;
	color: #1a3ec7;
}

.vision-purpose h3 {
	text-align: center;
	font-size: 26px;
	line-height: 1;
	letter-spacing: 0.04em;
	font-style: italic;
	font-weight: 800;
	color: #444;
	margin: 0;
}

/* intro04 */

/* intro05 */

.org-tb {
	border-top: 2px solid #27335d;
}

.org-tb>thead>tr>th {
	background: #f6f6f6;
	padding: 16px 15px;
	line-height: 1;
	border-right: 1px solid #e2e2e2;
	border-bottom: 2px solid #e2e2e2;
}

.org-tb>thead>tr>th:last-child {
	text-align: center;
	border-right: none;
}

.org-tb>tbody>tr>th,
.org-tb>tbody>tr>td {
	border-bottom: 1px solid #e2e2e2;
	padding: 16px 15px;
	color: #444;
	font-size: 13px;
	line-height: 1;
}

.org-tb>tbody>tr>th,
.org-tb>tfoot>tr>th {
	border-right: 1px solid #e2e2e2;
	color: #222;
	letter-spacing: -0.04em;
}

.org-tb>tbody>tr>td,
.org-tb>tfoot>tr>td {
	text-align: center;
}

.org-tb>tfoot>tr>th,
.org-tb>tfoot>tr>td {
	border-top: 2px solid #e2e2e2;
	border-bottom: 2px solid #ccc;
	color: #444;
	font-size: 13px;
	padding: 16px 15px;
	line-height: 1;
	background: #f6f7fd;
}

/* intro05 */

/* product */

.product-wrap {
	margin-bottom: 40px;
}

.product-wrap>.row {
	margin-bottom: 20px;
}

.product-section p {
	color: #666;
	font-size: 14px;
	letter-spacing: -0.04em;
	line-height: 1.8;
	margin: 0 0 20px;
}

.product-section {
	margin-bottom: 24px !important
}

.product-section .row {
	margin-bottom: 15px !important
}
@media(min-width:768px){
	.product-image{
		width:270px;
		max-width:270px;
	}
	
}
/* 
.product-image {
	width: 100%;
	height: 260px;
}

.product-image-2 {
	width: 65%;
	height: 260px;
} */

/* product */

/* business */

.coop-box {
	border: 1px solid #dedede;
	margin: 0 -1px -1px 0;
	padding: 16px 20px;
}

.coop-title {
	color: #222;
	font-size: 19px;
	font-weight: 500 !important;
	letter-spacing: -0.08em;
	margin: 0;
	padding: 10px 10px;
	position: relative;
}

.coop-title:before {
	content: "";
	background: #1a3ec7;
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	top: 50%;
	left: 0;
}

.coop-content {
	color: #666;
	font-size: 13px;
	font-weight: 400;
	letter-spacing: -0.02em;
	margin: 0;
}

.coop-content a {
	color: #1a3ec7;
	font-weight: 600;
	text-decoration: underline !important;
	margin: 10px 0 0;
	display: block;
}

.country-wrap {
	width: 33.333336%;
	float: left;
	border: 1px solid #dedede;
	margin: 0 -1px 0 0;
	padding: 16px 20px;
	min-height: 260px;
	height: 330px;
}

/* business */

/* login & join */

.panel-body {
	padding: 0 15px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.join-layout>.jumbotron {
	display: none;
}

.join-agree-area {
	padding: 0 15px;
	max-width: 1170px;
	width: 100%;
	margin: 0 auto;
}

.login-layout .panel-body>div.col-sm-12 {
	text-align: center;
}

.inner-box-msg {
	width: 100%;
	text-align: center;
	float: none;
	margin-bottom: 35px;
}

.inner-box-form {
	width: 100%;
	max-width: 440px;
	float: none;
	margin: 0 auto;
	overflow: hidden;
}

.login-layout .panel {
	box-shadow: none;
	max-width: 540px;
	padding: 20px 0px 35px;
	margin: 60px auto 100px;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.login-layout .btn-warning {
	float: right;
	width: 120px;
	height: 40px;
	background: #ea5511;
	border-radius: 3px;
	box-shadow: none;
	border: none;
	font-size: 14px;
	font-weight: 600;
}

.biz-boxing .row {
	margin-right: 0px;
	margin-left: 0px;
}

.nav-tabs {
	background: #fff;
	margin: 0 0 15px;
	border-bottom: none !important;
}

.nav-tabs>li>a {
	text-align: center;
	margin: 0 0 0;
	padding: 12px 0;
	line-height: 1;
	border-radius: 0;
	color: #666;
	font-size: 14px;
	font-weight: 400;
	border: none;
	border-right: 3px solid #fff;
	margin-bottom: 4px;
	background: #f3f3f3;
}

.nav-tabs>li>a:hover {
	background: #1a3ec7;
	border-right: 3px solid #fff;
	color: #fff;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	background: #1a3ec7;
	border: none;
	border-right: 3px solid #fff
}

.nav-tabs>li {
	width: 33.333333333333%;
}

.tab-content>div {
	padding: 20px 0;
}

.tab-wrap {
	padding: 0 15px;
}

@media (max-width: 990px) {
	.tab-wrap {
		margin: 0 -15px;
	}
	.nav-tabs>li {
		width: 50%;
	}
	.nav-tabs>li {
		/* 		border-right: none;
		border-top: 1px solid #cecece; */
	}
	.nav-tabs>li>a {
		border-bottom: 1px solid #cecece !important;
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
	}
	.nav-tabs>li>a:hover {
		border-bottom: 1px solid #cecece !important;
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
	}
	.nav-tabs>li:nth-child(odd) a {
		/* 		border-right: 1px solid #cecece !important; */
	}
	.nav-tabs>li {
		width: 20%;
	}
}

@media (max-width: 767px) {
	.tab-wrap {
		margin: 0 -15px;
	}
	.nav-tabs>li {
		width: 100%;
	}
	.nav-tabs>li {
		border-right: none;
		border-top: 1px solid #cecece;
	}
	.nav-tabs>li>a {
		border-bottom: 1px solid #cecece !important;
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
	}
	.nav-tabs>li:nth-child(odd) a {
		border-right: none !important;
	}
	.nav-tabs>li>a:hover {
		border-bottom: 1px solid #cecece !important;
		border-top: none !important;
		border-right: none !important;
		border-left: none !important;
	}
	.nav-tabs>li {
		width: 25%;
	}
}

#goTop {
	position: fixed;
	z-index: 9999999;
	right: 15%;
	bottom: 50px;
	width: 50px;
	height: 50px;
	padding: 14px 5px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #ffffff;
	background: #444;
	border-radius: 0;
	box-shadow: 3px 5px 9px rgba(0, 0, 0, 0.2);
}

#goTop:hover,
#goTop:focus {
	background: #1a3ec7;
	text-decoration: none;
}