@charset "UTF-8";

/* ----------------------------------------------------------------
	common style
---------------------------------------------------------------- */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #999;
	color: #fff;
}

/* ----------------------------------------------------------------
	hidden style
---------------------------------------------------------------- */
.hidden {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -3000px;
	text-indent: -10000px;
}

/* ----------------------------------------------------------------
	price style
---------------------------------------------------------------- */
.sum {
	text-align: right!important;
	font-family: 'Open Sans',sans-serif;
}


/* ----------------------------------------------------------------
	float
---------------------------------------------------------------- */
.pull-left {
	float: left;
}
.pull-right {
	float: right;
}

/* ----------------------------------------------------------------
	clearfix
---------------------------------------------------------------- */
.row:after,
.container:after,
.result-box:after,
.title-wrapper:after,
.panel-heading:after,
.topbar:after,
.service-list li:after {
	content: ' ';
	display: block;
	clear: both;
}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	content: ' ';
	display: table;
}
.clearfix:after {
	clear: both;
}

/* ----------------------------------------------------------------
	hr style
---------------------------------------------------------------- */
hr.liner {
	margin: 0;
	height: 11px;
	background: #f6f6f8;
	border-color: transparent;
}
hr.dashed {
	margin: 15px 0;
	border-top: 1px dashed #bbb;
	border-bottom: 1px dashed #fff;
}
hr.dotted {
	margin: 15px 0;
	border-top: 1px dotted #bbb;
	border-bottom: 1px dotted #fff;
}

/* ----------------------------------------------------------------
	label style
---------------------------------------------------------------- */
.label {
	position: relative;
	padding: 3px 10px;
	display: inline-block;
	line-height: 1.4rem;
	font-size: 1.1rem;
	color: #fff;
}
.label-sm {
	padding: 2px 10px;
}
.label-rounded {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
}

/* ----------------------------------------------------------------
	text style
---------------------------------------------------------------- */
/* align */
.text-left {
	text-align: left!important;
}
.text-center {
	text-align: center!important;
}
.text-right {
	text-align: right!important;
}

/* ----------------------------------------------------------------
	color
---------------------------------------------------------------- */
/* text color */
.text-cyan {
	color: #16b8be;
}
.text-blue {
	color: #5584ff;
}
.text-purple {
	color: #b887f9;
}
.text-red {
	color: #ff5252;
}
.text-gray {
	color: #b5becf;
}
.text-dark {
	background: #8492af;
}
.text-white {
	color: #fff;
}
.text-yellow {
	color: #f8b248;
}

/* bg color */
.bg-cyan {
	background: #16b8be;
}
.bg-blue {
	background: #5584ff;
}
.bg-purple {
	background: #b887f9;
}
.bg-red {
	background: #ff5252;
}
.bg-gray {
	background: #b5becf;
}
.bg-dark {
	background: #8492af;
}
.bg-white {
	background: #fff;
}
.bg-yellow {
	background: #f8b248;
}

/* line color */
.line-yellow {
	color: #f8b248;
	border: 1px solid #f8b248;
	background: transparent;
}

/* ----------------------------------------------------------------
	col width layout
---------------------------------------------------------------- */
.row {
	margin-right: -10px;
	margin-left: -10px;
}

*[class*="col-"] {
	float: left;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}

.col-12 {
	width: 100%;
}
.col-11 {
	width: 91.66666666666666%;
}
.col-10 {
	width: 83.33333333333334%;
}
.col-9 {
	width: 75%;
}
.col-8 {
	width: 66.66666666666666%;
}
.col-7 {
	width: 58.333333333333336%;
}
.col-6 {
	width: 50%;
}
.col-5 {
	width: 41.66666666666667%;
}
.col-4 {
	width: 33.33333333333333%;
}
.col-3 {
	width: 25%;
}
.col-2 {
	width: 16.666666666666664%;
}
.col-1 {
	width: 8.333333333333332%;
}

/* ----------------------------------------------------------------
	icon style
---------------------------------------------------------------- */
.ico {
	display: inline-block;
	background: url(../images/icon.png) no-repeat;
	vertical-align: middle;
	text-align: center;
}

.ico-new {
	margin-left: 6px;
	width: 12px;
	height: 12px;
	background-position: -200px 0;
}

.ico-stats {
	width: 15px;
	height: 15px;
	background-position: -250px 0;
}
.ico-access {
	width: 15px;
	height: 15px;
	background-position: -300px 0;
}
.ico-join {
	width: 13px;
	height: 15px;
	background-position: -350px 0;
}
.ico-user {
	width: 16px;
	height: 16px;
	background-position: -250px -50px;
}
.ico-mail {
	width: 16px;
	height: 14px;
	background-position: -300px -50px;
}
.ico-link {
	width: 16px;
	height: 14px;
	background-position: -350px -50px;
}
.ico-favorite{
	width: 14px;
	height: 14px;
	background-position: -400px -50px;
}
.ico-logout {
	width: 19px;
	height: 16px;
	background-position: -400px 0;
}
.ico-shop {
	width: 16px;
	height: 14px;
	background-position: 0 -100px;
}
.ico-setting {
	width: 14px;
	height: 14px;
	background-position: -50px -100px;
}
.ico-setting-white {
	width: 14px;
	height: 14px;
	background-position: -100px -100px;
}

.ico-today {
	width: 13px;
	height: 13px;
	background-position: 0 0;
}
.btn-label:hover .ico-today,
.btn-label.active .ico-today {
	background-position: 0 -50px;
}

.ico-month {
	width: 13px;
	height: 13px;
	background-position: -50px 0;
}
.btn-label:hover .ico-month,
.btn-label.active .ico-month {
	background-position: -50px -50px;
}

.ico-year {
	width: 13px;
	height: 13px;
	background-position: -100px 0;
}
.btn-label:hover .ico-year,
.btn-label.active .ico-year {
	background-position: -100px -50px;
}

.ico-all {
	width: 13px;
	height: 13px;
	background-position: -150px 0;
}
.btn-label:hover .ico-all,
.btn-label.active .ico-all {
	background-position: -150px -50px;
}


/* circle style */
.dot-circle {
	width: 6px;
	height: 6px;
	margin-right: 5px;
	display: inline-block;
	border-radius: 50%;
}


/* ----------------------------------------------------------------
	label button
---------------------------------------------------------------- */
.btn-label {
	cursor: pointer;
}
.btn-label input[type=radio] {
	width: 1px;
	height: 1px;
	overflow: hidden;
	position: absolute;
	left: -3000px;
	text-indent: -10000px;
}
.btn-label:before {
	content: " ";
	display: inline-block;
	width: 1px;
	height: 13px;
	margin-right: 15px;
	vertical-align: middle;
	background: url(../images/line.png) 0 center no-repeat;
}
.btn-label:first-child:before {
	background: none;
}
.btn-label + .btn-label {
	margin-left: 10px;
}
.btn-label i {
	margin-right: 6px;
}
.btn-label:hover,
.btn-label.active {
	color: #5584ff;
}

/* ----------------------------------------------------------------
	header
---------------------------------------------------------------- */
header{
	width: 100%;
	background: #fff;
}
.member-stats {
	float: left;
	margin-left: 40px;
}
.member-stats [class*="ico-"]  {
	margin-right: 6px;
}
.member-stats li {
	display: block;
	float: left;
	padding: 11px 15px;
	font-size: 1.2rem;
}
.member-stats b {
	margin-left: 5px;
	margin-right: 3px;
}

.member-network {
	float: right;
	font-size: 1.2rem;
	border-left: 1px solid #e9ecf1;
}
.member-network [class*="ico-"]  {
	margin-right: 6px;
}

.member-network > a {
	display: block;
	float: left;
	padding: 11px 20px;
	border-left: 1px solid #e9ecf1;
}
.member-network a:hover {
	background: #f5f5f5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.topbar {
	position: relative;
	height: 40px;
}
.topbar .hamburger {
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 5px;
	left: 10px;
	background: #f6f8fa;
	z-index: 1001;
	border-radius: 50%;
}
.hamburger span {
	width: 16px;
	height: 2px;
	display: block;
	background: #b8c1d4;
	margin: 3px 0 3px 1px;
	transition: 0.35s ease-in-out;
	border-radius: 3px;
}
.hamburger.is-open .line-one {
	transform: rotate(45deg) translate(4px, 3px);
}
.hamburger.is-open .line-two {
	opacity: 0;
}
.hamburger.is-open .line-three {
	transform: rotate(-45deg) translate(4px, -3px);
}

/* ----------------------------------------------------------------
	footer
---------------------------------------------------------------- */
footer {
	border-top: 1px solid #d4d9e3;
	padding: 10px 0;
	text-align: center;
	color: #8492af;
	font-size: 1.1rem;
}

/* ----------------------------------------------------------------
	dropdown
---------------------------------------------------------------- */
/* favorite */
.favorite-menu {
	position: relative;
	padding: 11px 20px;
	display: inline-block;
}
.favorite-menu:hover {
	background: #f5f5f5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.favorite-menu .down-menu {
	display: none;
	width: 252px;
	position: absolute;
	left: 0;
	margin-top: 15px;
	background-color: #fff;
	border-radius: 5px;
	z-index: 10;
	-webkit-box-shadow: 0 2px 13px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 13px rgba(0,0,0,.1);
	-o-box-shadow: 0 2px 13px rgba(0,0,0,.1);
	box-shadow: 0 2px 13px rgba(0,0,0,.1);
}
.favorite-menu .down-menu .scroll-box {
	height: 230px;
	width: 245px;
	padding: 10px 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.down-menu h4 {
	position: relative;
	padding: 13px 21px;
	border-radius: 5px 5px 0 0;
	color: #fff;
	background: #5584ff;
}
.down-menu h4 i {
	position: absolute;
	right: 10px;
	top: 15px;
}
.down-menu ul li a {
	display: block;
	padding: 6px 21px;
	color: #8295ab;
}

/* box arrow */
.down-menu .with-arrow {
	position: absolute;
	height: 10px;
	overflow: hidden;
	width: 40px;
	top: -10px;
}
.down-menu .with-arrow > span {
	right: 20px;
	left: auto;
}
.down-menu .with-arrow > span {
	width: 13px;
	height: 13px;
	position: absolute;
	top: 3px;
	left: 20px;
	content: "";
	border-radius: 4px 0 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* ----------------------------------------------------------------
	navbar
---------------------------------------------------------------- */
/* header navi */
.navbar ul {
	width: 100%;
	display: table;
	table-layout: fixed;
	background: #0e1a35;
}
.navbar li {
	display: table-cell;
	text-align: center;
}
.navbar li a {
	display: block;
	padding: 15px 10px;
	color: #fff;
}
.navbar li:hover a,
.navbar li.active a {
	background: #5584ff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* ----------------------------------------------------------------
	wrapper page
---------------------------------------------------------------- */
#wrapper {
	min-height: 100%;
	position: absolute;
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#content-wrapper {
	padding-left: 260px;
	z-index: 1001;
	background: #edeff0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.page-wrapper {
	padding: 30px 35px;
}

/* ----------------------------------------------------------------
	button
---------------------------------------------------------------- */
/* basic button */
.btn {
	display: inline-block;
	padding: 5px 15px;
	text-align: center;
	font-size: 1.1rem;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
}
.btn:hover {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

/* button color */
.btn-cyan {
	color: #fff;
	background: #16b8be;
	border: 1px solid #0da1a7;
}
.btn-cyan:focus,
.btn-cyan:hover {
	background: #0f979c;
}

.btn-blue {
	color: #fff;
	background: #5584ff;
	border: 1px solid #5584ff;
}
.btn-blue:focus,
.btn-blue:hover {
	background: #325fd4;
}

.btn-red {
	color: #fff;
	background: #ff5252;
	border: 1px solid #ff5252;
}
.btn-red:focus,
.btn-red:hover {
	background: #ea3c3c;
}

.btn-white {
	color: #666;
	background: #fff;
	border: 1px solid #ddd;
}
.btn-white:focus,
.btn-white:hover {
	background: #f2f2f2;
}

.btn-gray {
	background: #b5becf;
	border: 1px solid #b5becf;
}
.btn-gray:focus,
.btn-gray:hover {
	background: #8492af;
}

/* button size */
.btn-block {
	display: block;
	width: 100%;
}
.btn-sm {
	font-size: 1.1rem;
	padding: 3px 10px;
}
.btn-lg {
	font-size: 1.3rem;
	padding: 8px 20px;
}

/* button group */
.btn-group {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}
.btn-group .btn {
	position: relative;
	float: left;
}
.btn-group .btn + .btn {
	margin-left: -1px;
}

/* etc */
.more-btn {
	float: right;
}
.btn-setting {
	position: absolute;
	bottom: 0;
	right: -5px;
	width: 25px;
	height: 25px;
	line-height: 1px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	-webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.09);
}

/* ----------------------------------------------------------------
	title style
---------------------------------------------------------------- */
.title-wrapper {
	position: relative;
	margin: 10px 0;
}
h2.title {
	float: left;
	font-size: 15px;
}


/* ----------------------------------------------------------------
	panel
---------------------------------------------------------------- */
.panel {
	margin-bottom: 20px;
	background: #fff;
	-webkit-box-shadow: 0 2px 13px rgba(0,0,0,.1);
	-moz-box-shadow: 0 2px 13px rgba(0,0,0,.1);
	-o-box-shadow: 0 2px 13px rgba(0,0,0,.1);
	box-shadow: 0 2px 13px rgba(0,0,0,.1);
}
.panel-heading {
	position: relative;
}
.panel-heading h3 {
	float: left;
	font-size: 1.3rem;
	margin-top: 5px;
}

/* main chart */
.panel-chart {
	padding: 25px;
	-webkit-transition: all .25s ease;
	-o-transition: all .25s ease;
	-moz-transition: all .25s ease;
	transition: all .25s ease;
}
.panel-chart:hover {
	-webkit-transform: translateY(-4px) scale(1.02);
	-moz-transform: translateY(-4px) scale(1.02);
	-o-transform: translateY(-4px) scale(1.02);
	transform: translateY(-4px) scale(1.02);
	-webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.09);
	-o-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.09);
}
.panel-chart .panel-heading span {
	color: #a3a7b1;
	font-size: 1.1rem;
}
.panel-chart .panel-heading span + span {
	margin-left: 15px;
}
.panel-chart .chart {
	height: 150px;
	margin-top: 12px;
	text-align: center;
}

.result-wrapper {
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #e9ecf1;
}
.result-box + .result-box {
	margin-top: 5px;
}
.result-box dt {
	float: left;
	text-align: left;
}
.result-box dt b {
	margin-left: 10px;
	margin-right: 3px;
	font-size: 1.4rem;
}
.result-box dd {
	float: right;
	text-align: right;
}
.result-box dd b {
	font-size: 20px;
	font-weight: 400;
	font-family: 'Tahoma', sans-serif;
}
.result-box dd span {
	margin-left: 5px;
	position: relative;
	top: -2px;
	color: #a3a7b1;
}


/* chart line */
.line-blue {
	border: 0 solid #5584ff;
	border-top-width: 2px;
}
.line-cyan {
	border: 0 solid #16b8be;
	border-top-width: 2px;
}
.line-purple {
	border: 0 solid #b887f9;
	border-top-width: 2px;
}
.line-red {
	border: 0 solid #ff5252;
	border-top-width: 2px;
}

/* panel-table */
.panel-table {
	padding: 5px 25px 30px
}
.panel-table .panel-heading {
	padding: 15px 0;
}

/* panel-notice */
.panel-notice .panel-heading {
	padding: 15px 25px;
	border-bottom: 1px solid #e9ecf1;
}
.board-notice {
	padding: 15px 25px;
}
.board-notice em {
	margin-right: 3px;
	color: #ee3937;
}
.board-notice li {
	padding: 5px 0;
	font-size: 0;
}
.board-notice li a {
	display: inline-block;
	width: 80%;
	font-size: 1.3rem;
	vertical-align: middle;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.board-notice li a:hover {
	color: #5584ff;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.board-notice li span {
	display: inline-block;
	width: 20%;
	vertical-align: middle;
	font-size: 1.1rem;
	text-align: right;
	letter-spacing: -0.5px;
	color: #999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* ----------------------------------------------------------------
	aside sidebar
---------------------------------------------------------------- */
.sidebar-section {
	width: 260px;
	overflow: hidden;
}

/* logo */
h1.logo {
	padding: 30px 0;
	text-align: center;
	background: #fff;
}

/* user-profile */
.user-wrap {
	background: #fff;
	border-bottom: 1px solid #e9ecf1;
}
.profile-box {
	padding: 0 20px 25px;
	font-size: 0;
}
.profile-box .profile {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle;
}
.profile-box .profile img {
	width: 52px;
	height: 52px;
	border: 1px solid #b5becf;
	border-radius: 50%;
}
.profile-box .info {
	display: inline-block;
	vertical-align: middle;
}
.profile-box .info dt {
	margin-bottom: 3px;
	font-size: 1.5rem;
	color: #454e5d;
}
.profile-box .info dd {
	font-size: 1.2rem;
	color: #989ea7;
}
.profile-box .info dt,
.profile-box .info dd {
	width: 150px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: break-word;
}

/* user button */
.btn-user {
	display: table;
	width: 100%;
	table-layout: fixed;
}
.btn-user a {
	display: table-cell;
	padding: 13px 10px;
	text-align: center;
	border-top: 1px solid #e9ecf1;
	font-size: 1.2rem;
	color: #8295ab;
}
.btn-user a:hover {
	color: #5584ff;
	background: #f5f5f5;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn-user a:active {
	background: #f1f1f1;
}
.btn-user a + a {
	border-left: 1px solid #e9ecf1;
}
.btn-user [class*="ico-"] {
	margin-right: 6px;
}

.sidebar-collapse {
	padding-left: 0;
}
.sidebar-collapse #sidebar-wrapper {
	width: 0;
}
.sidebar-collapse #content-wrapper {
	position: relative;
	padding-left: 0;
}
#sidebar-wrapper {
	height: 100%;
	width: 260px;
	margin-left: 0;
	overflow: hidden;
	background: #f6f6f8;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
	-moz-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
	-o-box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
	box-shadow: 0 0 10px 0 rgba(33,33,33,.2);
}

/* sidebar design */
.sidebar {
	position: absolute;
	left: 0;
	z-index: 1000;
}

/* lnb menu */
.sidebar-menu {
	background: #fff;
}
.sidebar-menu > li {
	border-bottom: 1px solid #e9ecf1;
}
.sidebar-menu > li > a {
	position: relative;
	display: block;
	padding: 11px 0 11px 20px;
	border-left: 4px solid transparent;
}
.sidebar-menu > li:hover > a {
	border-left: 4px solid #5584ff;
	color: #5584ff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.sidebar-menu .menu.is-active > a {
	color: #5584ff;
	border-left: 4px solid #5584ff;
}

/* lnb menu in */
.sidebar-menu .in-menu {
	padding: 15px 25px;
	background: #f6f8fa;
	border-top: 1px solid #e9ecf1;
}
.sidebar-menu .in-menu li a {
	color: #a3a7b1;
	font-size: 1.2rem;
}
.sidebar-menu .in-menu li a:hover,
.sidebar-menu .in-menu li a.active {
	color: #000;
}
.sidebar-menu .in-menu li + li {
	padding-top: 5px;
}

/* arrow */
.sidebar-menu .caret:after {
	position: absolute;
	top: 6px;
	right: 10px;
	content: '';
	display: inline-block;
	height: 7px;
	width: 7px;
	margin: 10px;
	border-right: 1px solid;
	border-bottom: 1px solid;
	color: #5584ff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.sidebar-menu .menu.is-active .caret:after {
	transform: rotate(45deg);
}

/* side title */
.side-title {
	padding: 13px 25px;
	color: #fff;
	background: #6a6e7c;
	font-weight: 400;
	font-size: 1.3rem;
}

/* service */
.side-service {
	overflow: hidden;
	border-bottom: 1px solid #d4d9e3;
	background: #fff;
}
.service-box {
	margin: 20px 25px 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #e9ecf1;
	font-size: 1.2rem;
}
.service-box dt {
	font-size: 1.4rem;
	margin-bottom: 5px;
}

.service-list {
	padding: 15px 25px;
}
.service-list li + li {
	padding-top: 5px;
}
.service-list span {
	display: inline-block;
	font-size: 1.1rem;
}
.service-list span.tit {
	float: left;
	color: #a3a7b1;
}
.service-list span.info {
	float: right;
}

/* ----------------------------------------------------------------
	table style
---------------------------------------------------------------- */
.table {
	width: 100%;
}
.table td, .table th {
	padding: 10px 15px;
	text-align: center;
	border-bottom: 1px solid #e9ecf1;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	font-size: 1.2rem;
}

/* hover */
.table-hover tbody tr:hover {
	background: #f5f5f5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

/* striped */
.table-striped tbody tr:nth-of-type(odd) {
	background: #f5f5f5;
}

/* table thead type */
.table-type1 thead th {
	background: #f5f5f5;
	color: #a3a7b1;
	border-top: 1px solid #e9ecf1;
}

/* ----------------------------------------------------------------
	tab style
---------------------------------------------------------------- */
.tab-menu {
	width: 100%;
	display: table;
	table-layout: fixed;
	border-width: 0 1px;
	border-style: solid;
	border-color: #d4d9e3;
}
.tab-menu li {
	display: table-cell;
	padding: 16px 10px;
	text-align: center;
	vertical-align: middle;
	background: #f6f8fa;
	border-width: 1px 0;
	border-style: solid;
	border-color: #d4d9e3;
	cursor: pointer;
}
.tab-menu li + li {
	border-left: 1px solid #d4d9e3;
}
.tab-menu li:hover,
.tab-menu li.active {
	background: #fff;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.tab-menu li.active {
	font-weight: 700;
	border-bottom: 1px solid transparent;
}
.tab-menu .label {
	margin-left: 5px;
	top: -2px;
}

.tab-container {
	padding: 25px 25px 30px;
	margin-bottom: 20px;
	background: #fff;
	border: 1px solid #d4d9e3;
	border-top-width: 0;
}
.tab-container h4 {
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 1.2rem;
	color: #a3a7b1;
}















