@charset "UTF-8";

/* font */
@import url("../fonts/icomoon/icomoon-style.css");
@import url("../fonts/notokr/notokr-style.css");
@import url("../fonts/montserrat/montserrat-style.css");

/* style */
@import url("color.css");
@import url("utilities.css");
@import url("form-style.css");

body {
	min-width: 360px;
	position: relative;
	font-family: "NotoKrR", Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 15px;
	letter-spacing: -0.03em;
}
h1, h2, h3, h5, h6, p,
ul li, dl dt, dl dd {
	word-break : keep-all; /* 단어 기준으로 줄바꿈 */
}
.font-number {
	font-family: 'Montserrat', sans-serif;
}
a {
	color: inherit;
}
a:hover {
	color: #2196F3;
}
a, a:after, a:before,
.btn, .btn:after, .btn:before,
ul li, ol li {
	-webkit-transition: -webkit-all 0.3s;
	transition: all 0.3s;
}
nav a,
nav a:hover,
ul li a:hover {
	color: inherit;
	text-decoration: none;
}

/* clearfix (float 초기화)*/
.form-row:before,
.form-row:after,
.list-card:before,
.list-card:after {
	display: table;
	content: " ";
}
.form-row:after,
.list-card:after {
	clear: both;
}

/* mCustomScrollbar */
.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
	background-color: #ddd !important;
	background-color: rgba(221, 221, 221, .2) !important;
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
	background-color: #ddd !important;
	background-color: rgba(221, 221, 221, .5) !important;
}

/* -----------------------------
							layout
----------------------------- */

/* content */
.content {
	padding-top: 40px;
	background-color: #fff;
}
.content h3 {
	font-size: 38px;
	font-weight: 500;
	letter-spacing: -2px;
}
/*@media (max-width: 767px) {
	.content {
		padding: 50px 15px;
	}
}*/

/* page-header */
.page-header { /*border: 1px solid red;*/
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0 0 10px;
	border-bottom: none;
}
.page-header .page-title {
	font-weight: 600;
}
.page-header .breadcrumb {
	display: inline-block;
	background-color: #fff;
	margin-bottom: 0;
}
.page-header .breadcrumb li:first-child {
	color: #2196F3;
}
.body-portal .page-header {
	margin: 0 0 60px;
}

/* footer */
.footer {
	/*font-size: 13px;*/
	background-color: #fff;
}
.footer .footer-links {
	line-height: 34px;
	padding: 10px 0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ededed;
}
.footer .footer-address {
	padding: 30px 0 30px;
}
.footer .company-info {
	color: #666;
	font-size: 13px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.footer .copyright {
	color: #999;
	font-size: 12px;
}
@media (max-width: 991px) {
	.footer .pull-left,
	.footer .pull-right {
		float: none !important;
		display: block !important;
		text-align: center !important;
	}
	.footer .company-info li {
		display: block;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.footer .company-info li:before {
		content: none;
	}
}



/* -----------------------------
							nav
----------------------------- */

/*.content-none:after,
.content-none:before {
	content: none !important;
}*/
/* nav-trigger */
.navbar-header {
	position: relative;
}
.navbar-header .navbar-brand img {
	height: 100%;
}
.nav-trigger {
	position: absolute; top: 50%; right: 0;
	padding: 12px 10px;
	margin: 0;
	-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
					transform: translateY(-50%);
}
.nav-trigger em,
.nav-trigger em::after,
.nav-trigger em::before {
	display: block;
	position: relative;
	height: 2px;
	width: 26px;
	background-color: #333;
	-webkit-backface-visibility: hidden;
					backface-visibility: hidden;
}
.nav-trigger em {
	margin: 6px auto;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
}
.nav-trigger em::before,
.nav-trigger em::after {
	content: '';
	position: absolute; left: 0;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}
.nav-trigger em::before {
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.nav-trigger em::after {
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
}
@media only screen and (min-width: 1024px) {
	.nav-trigger {
		display: none;
	}
}
.nav-trigger.collapsed em {
	background-color: #333;
}
.nav-trigger.collapsed em::before {
	-webkit-transform: translateY(-8px);
			-ms-transform: translateY(-8px);
					transform: translateY(-8px);
}
.nav-trigger.collapsed em::after {
	-webkit-transform: translateY(8px);
			-ms-transform: translateY(8px);
					transform: translateY(8px);
}


/* -----------------------------
							form
----------------------------- */
.form-inline .form-group + .form-group {
	margin-top: 0;
}

/* input-group-tel */
.form-group-tel {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.form-group-tel .form-control,
.form-group-tel .form-group-addon {
	display: inline-block;
}
.form-group-tel .form-control {
	width: 120px;
}
.form-group-tel .form-group-addon {
	width: 20px;
	height: 34px;
	line-height: 34px;
	text-align: center;
}

/* input-group-spacing */
.input-group {
	width: 100%;
}
.input-group-spacing .form-control,
.input-group-spacing .btn {
	margin: 0;
	border-radius: 2px!important;
}
.input-group-spacing .input-group-prepend {
	padding-right: 6px;
}
.input-group-spacing .input-group-append,
.input-group-spacing .input-group-btn {
	padding-left: 6px;
}
.input-group-spacing .input-group-btn .btn + .btn {
	margin-left: 6px;
}

/* form-login (로그인) */
.form-login-wrap {
	width: 450px;
	margin: 0 auto;
}
.form-login .form-group .form-control {
	font-size: 15px;
	background-color: #f7f8fa;
}
.form-forgot-wrap {
	max-width: 550px;
	margin: 0 auto;
}

/* form-style1 (아이디/비밀번호 찾기) */
.form-style1 {
	/*width: 800px;*/
	padding: 20px 15px;
/*  margin: 0 auto;*/
	background-color: #f7f7f9;
}
.form-style1 .form-group { /*border: 1px solid red;*/
	position: relative;
	padding-left: 160px;
}
.form-style1 .form-group + .form-group {
	margin-top: 15px;
}
.form-style1 .form-group .control-label {
	position: absolute; top: 0; left: 0;
	width: 140px;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	line-height: 34px;
	margin-bottom: 0;
}
.form-style1 .form-group-lg .control-label {
	line-height: 40px;
}
@media (max-width: 991px) {
	.form-style1 .form-group { /*border: 1px solid red;*/
		padding-left: 0;
	}
	.form-style1 .form-group + .form-group {
		margin-top: 15px;
	}
	.form-style1 .form-group .control-label {
		position: relative;
		width: 100%;
		text-align: left;
		margin-bottom: 0;
	}
	.form-style1 .form-group-lg .control-label {
		line-height: 34px;
	}
}


/* -----------------------------
							table
----------------------------- */

/* table-header */
.table-header {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-bottom: 10px;
}
.table-header .table-title {
	position: relative; top: -1px;
	color: #333;
	font-size: 24px;
}
.table-header .table-title + .table-location {
	margin-left: 10px;
}
.table-header .table-title,
.table-header .table-location {
	float: left;
	line-height: 34px;
	margin-top: 0;
	margin-bottom: 0;
}
.table-header .table-location {
	color: #999;
}
.table-header .table-location strong {
	color: #000;
	font-weight: 400;
	margin-left: 6px;
}
.table-header p {
	line-height: 34px;
	margin-bottom: 0;
}


/* table-footer */
.table-footer {
	text-align: center;
}

/* table-color */
table.table tr.danger td,
table.table tr.danger th,
table.table tr th.danger,
table.table tr td.danger {
	background-color: #fef2f2!important;
}
table.table tr.point-line th,
table.table tr.point-line td {
	/*border-bottom:  3px double #ddd;*/
	border-bottom-color: #aaa;
}

/* table-board */
table.table-board {
	table-layout: fixed;
}
table.table-board tr th,
table.table-board tr td {
	padding: 15px;
}
table.table-board thead tr th,
table.table-board tbody tr:last-child td {
	border-bottom-color: #aaa;
}
table.table-board .title_link {
	display: block;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow:ellipsis;
	padding-right: 40px;
}

/* table-default */
table.table-info thead tr th,
table.table-info tbody tr th,
table.table-default thead tr th,
table.table-default tbody tr th {
	background-color: #f5f5f5;
}
table.table-info tbody tr th,
table.table-default tbody tr th {
	text-align: center;
}
table.table-info thead tr th,
table.table-info tbody tr th,
table.table-info tbody tr td,
table.table-default thead tr th,
table.table-default tbody tr th,
table.table-default tbody tr td {
	padding: 10px 15px;
}
table.table-info thead tr th,
table.table-default thead tr th {
	border-right: 1px solid #ddd;
}
table.table-info thead tr th:last-child,
table.table-default thead tr th:last-child {
	border-right: none;
}
/* table-guide */
table.table-guide {
	width: 100%;
	max-width: 100%;
	border-top: 1px solid #455A64;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
table.table-guide thead tr th,
table.table-guide tbody tr th,
table.table-guide tbody tr td {
	font-size: 15px;
	padding: 10px 12px;
	text-align: center;
}
table.table-guide thead tr th {
	color: #fff;
	font-weight: 400;
	/*vertical-align: top;*/
	border: 1px solid #455A64;
	background-color: #56687B;
}
table.table-guide tbody tr th,
table.table-guide tbody tr td {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.body-portal table.table-guide tbody tr th,
.body-portal table.table-guide tbody tr td {
	border-top: 1px solid #ddd;
}
table.table-guide tbody tr:first-child td {
	border-top: none;
}
table.table-guide tbody tr th {
	text-align: center;
	background-color: #eff2f4;
}
table.table-guide tr.point-line th,
table.table-guide tr.point-line td {
	border-top-color: #aaa!important;
}


/* table-fixed (테이블 head 고정 스크롤) */
.table-fixed-container {
	position: relative;
	padding-top: 42px; /* header-bg height값 */
}
.table-fixed-header-bg { /*헤더(타이틀 영역)*/
	position: absolute; top: 0; right: 0; left: 0;
	height: 42px;
	border-bottom: 1px solid #ddd;
	background: #f5f5f5;
}
.table-fixed-wrapper {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
table.table-fixed {
	width: 100%;
	border-collapse: collapse;
	border-top: none;
}
table.table-fixed thead tr th {
	padding: 0px !important; /* reset */
}
table.table-fixed thead tr th,
table.table-fixed tbody tr:last-child th,
table.table-fixed tbody tr:last-child td {
	border-bottom: none;
}
table.table-fixed .th-text {
	position: absolute; top: 0;
	width: inherit;
	line-height: 42px; /* header-bg height값 */
	border-left: 1px solid #ddd;
}
table.table-fixed th:first-child .th-text {
	border-left: none;
}

/* table-form */
table.table-form tbody tr th {
	text-align: right;
	vertical-align: top;
	padding: 15px;
}
table.table-form tbody tr td {
	text-align: left;
}
table.table-form tbody tr td input + p,
table.table-form tbody tr td textarea + p {
	margin-top: 6px;
	margin-bottom: 0;
}
/* table-contact */
table.table-contact tbody tr th {
	text-align: center;
	vertical-align: top;
	padding: 17px 15px;
	background-color: #f5f5f5;
}
table.table-contact tbody tr td {
	text-align: left;
}
table.table-contact tbody tr td .form-control {
	/*background-color: #f7f8fa;*/
}

/* board-detail (게시판 상세) */
.board-detail {
	border-top: 2px solid #333;
}
.board-detail-header {
	position: relative;
	padding: 25px 160px 25px 20px;
	border-bottom: 1px solid #aaa;
}
.board-detail-header .board-detail-title {
	font-size: 22px;
	margin-top: 0;
	margin-bottom: 0;
}
.board-detail-header .board-detail-title small {
	position: relative;
	color: inherit;
	font-size: 100%;
	padding-right: 15px;
	margin-right: 14px;
}
.board-detail-header .board-detail-title small:after {
	content: '';
	position: absolute; top: 50%; right: 0;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background-color: #ddd;
}
.board-detail .title_link a small {}
.board-detail-header .board-detail-info {
	position: absolute; top: 50%; right: 20px;
	margin-top: -10px;
}
.board-detail-body {
	min-height: 400px;
	padding: 30px 20px;
}
.board-detail-body p,
.board-detail-comment p {
	line-height: 1.6;
	margin: 0 0 20px;
}
.board-detail-body + .board-detail-footer,
.board-detail-comment + .board-detail-footer {
	border-top: 1px solid #aaa;
}
.board-detail-footer table {
	border-top: none;
}
.board-detail-comment .comment-wrap {
	position: relative;
	padding: 35px 35px 35px 70px;
	margin-bottom: 60px;
	border-top: 1px solid #aaa;
	background-color: #f5f5f5;
}
.board-detail-comment .comment-wrap:after {
	content: '';
	position: absolute;  top: 34px; left: 40px;
	display: inline-block;
	width: 12px;
	height: 12px;
	border-left: 2px solid #bbb;
	border-bottom: 2px solid #bbb;
}
.board-detail-comment .comment-header {
	margin-bottom: 20px;
}
.board-detail-comment .comment-header .id-brand {
	position: relative; top: -2px;
}
.board-detail-comment .comment-header .id-brand img {
	width: 100px;
}

/* attachedFile-wrap */
.attachedFile-wrap {
	margin-top: 120px;
}
.attachedFile-wrap .list-group .list-group-item {
	border-radius: 0 !important;
	background-color: #f7f8fa;
}


/* -----------------------------
							panel
----------------------------- */

/* panel-group-accordion */
.panel-group-accordion {
	border-top: 2px solid #000;
}
.panel-group-accordion .panel {
	border-radius: 0;
	border-bottom: 1px solid #ddd;
}
.panel-group-accordion .panel + .panel {
	margin-top: 0;
}
.panel-group-accordion .panel-heading {
	cursor: pointer;
	position: relative;
	padding: 16px 80px 16px 16px;
}
.panel-group-accordion .panel-heading:after {
	content: "\e9ca";
	position: absolute; top: 50%; right: 30px;
	font-family: 'icomoon';
	color: #2196F3;
	font-size: 2rem;
	margin-top: -14px;
}
.panel-group-accordion .panel-heading.collapsed:after {
	content: "\e9c9";
	color: #333;
}
.panel-group-accordion .panel-heading .panel-title {
	color: #0096f6;
}
.panel-group-accordion .panel-heading.collapsed .panel-title {
	color: #333;
}
.panel-group-accordion .panel-heading .category {
	display: inline-block;
	width: 140px;
	text-align: center;
	vertical-align: middle;
	padding: 0 15px;
}
.panel-group-accordion .panel-heading .panel-title,
.panel-group-accordion .panel-heading .category {
	display: table-cell;
	/*width: 1%;*/
}
.panel-group-accordion .panel-collapse {
	background-color: #f5f5f5;
}
.panel-group-accordion .panel-body {
	padding: 25px 30px;
}

/* user-dashboard */
@media (max-width: 1300px) {
	.user-dashboard .row > div .panel-dashboard {
		height: auto;
	}
}

/* panel-dahboard */
.panel-dashboard {
	height: 332px;
	margin-bottom: 30px;
	background-color: #fff;
	border: 5px solid #eee;
	border-radius: 0;
}
.panel-dashboard.no-border {
	border: none;
}
.panel-dashboard > .panel-heading {
	position: relative;
	display: inline-block;
	width: 100%;
	color: #333;
	padding: 18px 20px 0;
	/*background-color: #f7f7f7;
	border-color: #e7e7e7;*/
}
.panel-dashboard .panel-title {
	float: left;
	font-size: 22px;
	line-height: 30px;
}
.panel-dashboard .panel-tab {
	float: left;
}
.panel-dashboard .panel-elements {
	float: right;
	/*position: absolute; top: -1px; right: -1px;*/
}
.panel-dashboard .panel-body {
	padding: 12px 20px 20px;
	/*padding: 0 0 0;*/
	/*border: 1px solid #ddd;*/
}
.panel-dashboard .panel-body .card-key {
	border: none;
	/*border-top-color: #000;*/
	margin-bottom: 0;
	/*background-color: #f7f8fa;*/
}
.panel-dashboard .panel-body .card-key .key-info-wrap {
	/*padding: 10px 15px;*/
}
.panel-dashboard .panel-body .table-board {
	/*border-top: none;*/
	border-top-color: #ccc;
}
.panel-dashboard .panel-body .table-board tbody tr td {
	padding: 11px 10px !important;
	border-color: #eee;
}
.panel-dashboard .panel-body .table-board tbody tr:last-child td {
	border-bottom: none;
}
.panel-dashboard .panel-footer {
	padding: 0 20px 15px;
	border-top: none;
	background-color: transparent;
}
.panel-dashboard .panel-footer p {
	color: #999;
	font-size: 13px;
	margin-bottom: 0;
}

.panel-tab .nav-tabs-outline > .active {
	background-color: #f7f7f7;
}
.panel-tab .nav-tabs-outline > li.active:after {
	border-bottom-color: #f7f7f7;
}
.panel-tab .nav > li + li {
	margin-left: 10px;
}
.panel-tab .nav > li.active > a,
.panel-tab .nav > li.active > a:hover,
.panel-tab .nav > li.active > a:focus {
	background-color: #263238;
}

/* nav-tabs-text */
.nav-tabs-text {
	display: inline-block;
	color: #999;
	font-size: 20px;
	line-height: 30px;
}
.nav-tabs-text > li {
	float: left;
	position: relative;
	padding: 0 10px;
}
.nav-tabs-text > li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 12px;
	margin-top: -6px;
	border-radius: 50%;
	background-color: #ddd;
}
.nav-tabs-text > li:first-child {
	padding-left: 0;
}
.nav-tabs-text > li:first-child:before {
	content: none;
}

.nav-tabs-text > li.active > a {
	color: #333;
	font-size: 22px;
}

/* -----------------------------
							btn
----------------------------- */

/* btn-area */
.btn-area {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: top;
}
.btn-area .btn + .btn {
	margin-left: 6px;
}

/* btn-outline */
.btn-line.btn-primary,
.btn-line.btn-primary:hover,
.btn-outline-primary,
.btn-outline-primary:hover {
	color: #2196F3;
	border-color: #2196F3;
	background-color: #fff;
}
.btn-outline-success,
.btn-outline-success:hover {
	color: #4CAF50;
	border-color: #4CAF50;
	background-color: #fff;
}
.btn-outline-warning,
.btn-outline-warning:hover {
	color: #FF9800;
	border-color: #FF9800;
	background-color: #fff;
}
.btn-outline-danger,
.btn-outline-danger:hover {
	color: #ef5350;
	border-color: #ef5350;
	background-color: #fff;
}
.btn-outline-secondary,
.btn-outline-secondary:hover {
	color: #56687B;
	border-color: #56687B;
	background-color: #fff;
}

/* btn-collapse */
.btn-collapse,
.btn-collapse:hover {
	color: #2196F3;
	text-align: center;
	padding: 5px 6px;
	border-color: #dadada;
	background-color: #fff;
}
.btn-collapse.collapsed {
	color: #fff;
	border-color: #2196F3;
	background-color: #2196F3;
}
.btn-collapse .collapse-open,
.btn-collapse.collapsed .collapse-colos {
	display: none;
}
.btn-collapse.collapsed .collapse-open,
.btn-collapse .collapse-colos {
	display: inline-block
}
/* 개발 가이드 페이지 -> 버튼 여백 없이 붙는 문제 해결 */
#serviece-guide .btn-collapse + .btn-collapse {
	margin-left: 6px;
}

/* fixed-item-icon  */
.fixed-item-icon {
	position: relative;
}
.fixed-item-icon > i { /*border-right: 1px solid red;*/
	position: absolute; top: 0; bottom: 0;
	color: #333;
	padding: 8px;
}
.form-group-lg .fixed-item-icon > i,
.fixed-item-icon .input-lg > i {
	padding: 12px;
}
.form-group-xl .fixed-item-icon > i,
.fixed-item-icon .input-xl > i {
	padding: 14px;
}
.fixed-item-icon.fixed-item-left input,
.fixed-item-icon.fixed-item-left button {
	left: 0;
	padding-left: 44px;
}
.fixed-item-icon.fixed-item-right input,
.fixed-item-icon.fixed-item-right button {
	right: 0;
	padding-right: 44px;
}

/* btn-menu, btn-menu */
.btn-menu,
.btn-close {
	padding: 6px;
	border-color: transparent;
	background-color: transparent;
}
.btn-menu em,
.btn-menu em::after,
.btn-menu em::before,
.btn-close em,
.btn-close em::after,
.btn-close em::before {
	display: block;
	position: relative;
	height: 2px;
	width: 26px;
	background-color: #000;
}
.btn-menu em,
.btn-close em {
	margin: 9px auto;
}
.btn-close em {
	background-color: rgba(255, 255, 255, 0);
}
.btn-menu em::before,
.btn-menu em::after,
.btn-close em::before,
.btn-close em::after {
	content: '';
	position: absolute; left: 0;
}
.btn-menu em::before {
	top: 8px;
}
.btn-menu em::after {
	bottom: 8px;
}
.btn-close em::before {
	-webkit-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
					transform: rotate(-45deg);
}
.btn-close em::after {
	-webkit-transform: rotate(45deg);
			-ms-transform: rotate(45deg);
					transform: rotate(45deg);
}

/* btn-bookmark */
.card-service .btn-bookmark,
.card-service .btn-bookmark.focus,
.card-service .btn-bookmark:hover {
	color: #ccc;
	border-color: transparent;
	background-color: #fff;
}
.card-service .btn-bookmark.active {
	color: #FF9800;
}
.serviece-detail-header .btn-bookmark,
.serviece-detail-header .btn-bookmark.focus,
.serviece-detail-header .btn-bookmark:hover {
	color: #ccc;
	border-color: #ddd;
	background-color: #fff;
}
.serviece-detail-header .btn-bookmark.active {
	color: #FF9800;
	border-color: #FF9800;
}

/* btn-group-tab (line)*/
.btn-group-style1 {
	display: inline-block;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.btn-group-style1 .btn {
	float: none;
	font-size: 16px;
	min-width: 240px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	border-radius: 2px !important;
	/*border-bottom-color: #000;*/
}
.btn-group-style1 .btn + .btn {
	margin-left: 6px;
}
.btn-group-style1 .btn:hover {
	z-index: 1;
}
.btn-group-style1 .btn.active {
	position: relative;
	z-index: 2;
	color: #fff;
	border: 1px solid #273246;
	/*border-bottom-color: #fff;*/
	background: #273246;
}
.btn-group-style1 .btn.active:after {
	content: '';
	position: absolute; bottom: -16px; left: 50%;
	display:inline-block;
	width:0;
	height:0;
	margin-left: -8px;
	border-style: solid;
	border-width: 8px;
	border-color: #273246 transparent transparent transparent ;
}

/* btn-group-tab (multi) */
.btn-group-style2 {
	display: inline-block;
	width: 100%;
	text-align: left;
	vertical-align: top;
	margin-bottom: 20px;
}
.btn-group-style2 .btn {
	float: left;
	font-size: 16px;
	min-width: 25%;
	vertical-align: top;
	margin-left: -1px;
	margin-bottom: -1px;
	border: 1px solid #ddd;
	border-radius: 0!important;
	background: #f5f5f5;
}
.btn-group-style2 > .btn:first-child {
	margin-left: -1px !important;
}
.btn-group-style2 .btn:hover {
	z-index: 1;
}
.btn-group-style2 .btn.active {
	z-index: 3;
	color: #fff;
	border-color: #273246;
	background: #273246;
}

/* btn-group-type */
.btn-group-type .btn {
	border: 1px solid #ddd;
}
.btn-group-type .btn:hover {
	z-index: 1;
}
.btn-group-type .btn.active,
.btn-group-type .btn.active:hover {
	z-index: 2;
	color: #fff;
	border-color: #2196F3;
	background-color: #2196F3;
}
.btn-group-type .btn small {
	margin-left: 5px;
}

@media (min-width: 992px) {
	.btn-group-type .btn {
		min-width: 160px;
	}
}
@media (max-width: 991px) {
	.btn-group-type {
		width: 100%;
	}
	.btn-group-type .btn {
		width: 50%;
		margin-bottom: -1px;
		border-radius: 0!important;
	}
	.btn-group-type .btn:nth-child(odd) {
		margin-left: 0;
	}
}

/* btn-group-sort */
.btn-group-sort .btn {
	color: #666;
	padding-left: 27px;
	padding-right: 6px;
}
.btn-group-sort .btn:hover {
	z-index: 1;
}
.btn-group-sort .btn.active,
.btn-group-sort .btn.active:hover {
	z-index: 2;
	color: #2196F3;
}
.btn-group-sort .btn:after {
	content: "\f052";
	position: absolute; top: 50%; left: 12px;
	color: #ddd;
	font-family: icomoon!important;
	font-size: 10px;
	margin-top: -7px;
	transition: none;
}
.btn-group-sort .btn.active:after {
	content: "\ed6e";
	left: 8px;
	color: #2196F3;
	font-size: 16px;
	margin-top: -12px;
}

/* btn-group btn-default:active */
.btn-group .btn-default.active {
	z-index: 3;
	color: #fff;
	border-color: #56687B;;
	background-color: #56687B;
}

/* -----------------------------
							icon
----------------------------- */

/* icon-circle */
.circle-full-wrap,
.circle-outline-wrap {
	display: inline-block;
	width: 36px;
	height: 36px;
	text-align: center;
	padding: 10px 0;
	/*border: 1px solid #ddd;*/
	border-radius: 50%;
}
.circle-full-wrap.icon-2x,
.circle-outline-wrap.icon-2x {
	width: 70px;
	height: 70px;
	padding: 18px 0;
}
.circle-full-wrap + p,
.circle-outline-wrap + p {
	margin-top: 6px;
}
.circle-full-wrap {
	background-color: #f0f3f8;
}
.circle-outline-wrap {
	border: 1px solid #ddd;
}


/* -----------------------------
							label
----------------------------- */

/* label-outlin */
.label-outline {
	border: 1px solid #ddd;
	border-radius: 30px;
	background-color: #fff !important;
}
.label-outline-primary {
	color: #2196F3;
	border-color: #2196F3;
}
.label-outline-success {

}
.label-outline-danger {
	color: #ef5350;
	border-color: #ef5350;
}
.label-outline-salt {
	color: #0ed058;
	border-color: #0ed058;
}


/* -----------------------------
							panel
----------------------------- */

/* panel */
.panel-heading {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.panel-group-terms .panel-heading {
	padding: 12px 15px;
}
.panel-group-terms .panel-heading .checkbox label {
	font-size: 16px;
	font-weight: 500;
}
.panel-group-terms input[type=checkbox] {
	margin-top: 4px;
}
.panel-group-terms .panel-heading .btn {
	color: #fff;
	border-color: #56687B;
	background-color: #56687B;
}
.panel-group-terms .panel-heading .btn.collapsed {
	color: #56687B;
	border-color: #56687B;
	background-color: #fff;
}
.panel-group-terms .panel-body {
	padding: 0;
}
.panel-group-terms .terms-wrap {
	padding: 15px;
}

/* -----------------------------
							alert
----------------------------- */

/* alert-default */

.alert-default {
	/*display: table;
	width: 100%;*/
	padding: 30px 30px;
	border: 1px solid #eee;
	background-color: #fff;
}
.alert-default .alert-heading,
.alert-default .alert-body {
	position: relative;
	display: block;
	/*display: table-cell;
	vertical-align: middle;*/
}
.alert-default .alert-heading {
	/*width: 160px;*/
	color: #333;
	/*text-align: center;*/
	text-align: left;
}
.alert-default .alert-heading-lg {
	/*width: 220px;*/
}
.alert-default .alert-heading h4 {
	margin: 0;
}
.alert-default .alert-heading-lg i {
	position: relative; top: -2px;
	color: #999;
	font-size: 22px;
}
.alert-default .alert-heading-lg h4 {
	/*color: #666;*/
	font-size: 20px;
	margin-bottom: 15px;
}
.alert-default .alert-body {
	color: #7e7e7e;
	padding-left: 10px;
	margin-top: 10px;
}
.alert-default .alert-body strong {
	font-weight: 400;
}
@media (max-width: 768px) {
	.alert-default > .alert-heading,
	.alert-default > .alert-body {
		display: block;
	}
	.alert-default > .alert-heading {
		text-align: left;
	}
	.alert-default > .alert-body {
		margin-top: 10px;
	}
}


/* -----------------------------
							tab
----------------------------- */
.nav-tabs.nav-justified li a {
	border-color: #ddd;
	margin-left: -1px;
}
.nav-tabs.nav-justified .active a {
	z-index: 2;
	border-color: #000;
}

/* nav-tabs-outline */
.nav-tabs-outline,
.nav-tabs-outline-full {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
.nav-tabs-outline > li,
.nav-tabs-outline-full > li {
	position: relative;
	display: table-cell;
	width: 1%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	/*background: #f5f5f5;*/
}
.nav-tabs-outline > li {
	border: 1px solid #ddd;
	border-bottom-color: #000;
	background: #fff;
}
.nav-tabs-outline-full > li {
	border: 1px solid #ddd;
	background: #f5f5f5;
}
.nav-tabs-outline > li.active:after {
	display:block;
	content:'';
	position:absolute; left:-1px; top:-1px; right: -1px; bottom: -1px;
	border: 1px solid #273246;
	border-bottom-color: #fff;
}
.nav-tabs-outline > li > a,
.nav-tabs-outline-full > li > a {
	position: relative;
	display: block;
	color: #777;
	font-size: 17px;
	line-height: 18px;
	height: 100%;
	padding: 17px 20px 17px;
}
.nav-tabs-outline > li > a:hover,
.nav-tabs-outline > li > a:focus,
.nav-tabs-outline-full > li > a:hover,
.nav-tabs-outline-full > li > a:focus {
	/*color: #000;*/
	text-decoration: none;
}
.nav-tabs-outline > .active,
.nav-tabs-outline-full > .active {
	z-index: 2;
	border-collapse: none;
	border-color: #273246;
	border-bottom-color: #fff;
	background: #fff;
}
.nav-tabs-outline-full > .active {
	border-bottom-color: #273246;
}
.nav-tabs-outline > .active > a,
.nav-tabs-outline-full > .active > a{
	font-weight: 500;
}
.nav-tabs-outline > .active > a {
	color: #273246;
}
.nav-tabs-outline-full > .active > a {
	color: #fff;
	background-color: #273246;
}
@media (max-width: 1299px) {
	.nav-tabs-outline,
	.nav-tabs-outline-full {
		display: inline-block;
		width: 100%;
		vertical-align: top;
	}
	.nav-tabs-outline > li,
	.nav-tabs-outline-full > li {
		float: left;
		margin-top: -1px;
		margin-left: -1px;
	}
	.nav-tabs-outline > li {
		border-bottom-color: #eee;
	}
	.nav-tabs-outline > li.active:after {
		border-bottom-color: #273246;
	}
}
/*@media (max-width: 1299px) {
	.nav-tabs-outline > li,
	.nav-tabs-outline-full > li {
		width:50%;
	}
}*/
@media (min-width: 992px) and (max-width: 1299px) {
	.nav-tabs-outline > li,
	.nav-tabs-outline-full > li {
		width: 25%;
	}
}
@media (max-width: 991px) {
	.nav-tabs-outline > li,
	.nav-tabs-outline-full > li {
		width: 50%;
	}
}



/* nav-tabs-bottom */
.nav-tabs-bottom {
	border-top: 1px solid #333;
}
.nav-tabs-bottom li {
	float: left;
	width: 16.6666%;
	margin-top: -1px;
}
.nav-tabs-bottom li a {
	color: #777;
	margin-left: -1px;
	border: 1px solid #ddd;
	border-top-color: #333;
	background: #f5f5f5;
}
.nav-tabs-bottom .active a {
	z-index: 2;
	color: #333;
	border-color: #333;
	border-top-color: #fff;
	background: #fff;
}
.nav-tabs-bottom .active a,
.nav-tabs-bottom .focus a {

}


/* -----------------------------
							modal
----------------------------- */

.modal .modal-header {
	height: 64px;
}
.modal .modal-header .btn-close {
	position: absolute; top: 15px; right: 15px;
}

/* modal-alert */
.modal-alert {
	width: 500px;
}
.modal-alert .modal-header {
	height: 49px;
	padding-bottom: 0;
	border-bottom: none;
}
.modal-alert .modal-body {
	padding: 0 15px 5px;
}
.modal-alert .modal-body i {
	display: inline-block;
	width: 92px;
	height: 92px;
	padding: 18px;
	margin-bottom: 20px;
	border: 4px solid #eee;
	border-radius: 50%;
}
.modal-alert .modal-body .lead {
	color: #333;
	margin-bottom: 10px;
}
.modal-alert .modal-body p {
	color: #787878;
}
.modal-alert .modal-body p strong {
	font-size: 16px;
	font-weight: 400;
}
.modal-alert .modal-body,
.modal-alert .modal-footer {
	text-align: center;
}
.modal-alert .modal-footer {
	border-top: none;
	padding-bottom: 30px;
}

/* modal-terms (이용약관) */
.modal-terms .modal-footer {
	border-top: none;
	padding-top: 0;
}
.modal-terms .terms-wrap {
	border: 1px solid #ddd;
	border-top-color: #000;
}

/* modal-type1 (키 정보, 키 사용량 모달)*/
.modal-type1 .modal-content {
	padding: 0 25px;
}
.modal-type1 .modal-header {
	border-bottom: 2px solid #000;
}
.modal-type1 .modal-header,
.modal-type1 .modal-footer {
	padding: 15px 0;
}
.modal-type1 .modal-header .modal-title {
	font-size: 22px;
	line-height: 34px;
}
.modal-type1 .modal-header .modal-title small {
	position: relative; top: -3px;
}
.modal-type1 .modal-body {
	padding: 0;
}
.modal-type1 .modal-body > .table {
	border-top: none;
}
.modal-type1 .modal-body > .table tbody tr:last-child th,
.modal-type1 .modal-body > .table tbody tr:last-child td {
	border-bottom: none;
}

/* modal-type2 */
.modal-type2 .modal-header {
	padding: 15px 25px;
	/*background-color: #111;*/
}
.modal-type2 .modal-header .modal-title {
	/*color: #fff;*/
	font-size: 22px;
	line-height: 34px;
}
.modal-type2 .modal-header .btn-close em::after,
.modal-type2 .modal-header .btn-close em::before {
	/*background-color: #eee;*/
}
.modal-type2 .modal-body {
	padding: 0;
}

/* -----------------------------
							list
----------------------------- */
/* contact-header */
.contact-header {
	color: #fff;
	padding: 20px 20px 30px;
	margin-bottom: 5px;
	background-color: #56687B;
}

/* list-contact-type */
.list-contact-type {
	display: table;
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.list-contact-type > li {
	position: relative;
	display: table-cell;
	text-align: center;
	padding: 30px 20px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.list-contact-type > li.active,
.list-contact-type > li:hover {
	cursor: pointer;
	background-color: #fff;
}
.list-contact-type > li.active:after,
.list-contact-type > li:hover:after {
	position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px;
	content: '';
	display: block;
	border: 2px solid #2196F3;
}
.list-contact-type > li > .lead {
	margin-bottom: 5px;
}
.list-contact-type > li .btn {
	cursor: pointer;
	margin-top: 10px;
}
.list-contact-type > li:hover .btn {
	color: #fff;
	border-color: #2196F3;
	background-color: #2196F3;
}

/* list-plan-type */
.list-plan-type {
	display: table;
	width: 100%;
	table-layout: fixed; /* 동일한 너비 */
	margin-right: 0px;
	margin-left: 0px;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
}
.list-plan-type > li {
	position: relative;
	display: table-cell;
	text-align: center;
	padding: 30px 20px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.list-plan-type > li.active,
.list-plan-type > li:hover {
	cursor: pointer;
	background-color: #fff;
}
.list-plan-type > li.active:after,
.list-plan-type > li:hover:after {
	position: absolute; top: -1px; left: -1px; bottom: -1px; right: -1px;
	content: '';
	display: block;
	border: 2px solid #2196F3;
}
.list-plan-type > li > .lead {
	margin-bottom: 5px;
}
.list-plan-type > li .btn {
	cursor: pointer;
	margin-top: 10px;
}
.list-plan-type > li:hover .btn {
	color: #fff;
	border-color: #2196F3;
	background-color: #2196F3;
}


/* list-faq-type :: icon-contact */
.iconSet-contact .icon-area {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin-bottom: 10px;
	background: url(../../assets/images/iconSet_contact.png) no-repeat;
}
.iconSet-contact .icon-area.icon-type1 {
	background-position: 0 0;
}
.iconSet-contact .icon-area.icon-type2 {
	background-position: -50px 0;
}
.iconSet-contact .icon-area.icon-type3 {
	background-position: -100px 0;
}
.iconSet-contact .icon-area.icon-type4 {
	background-position: 0px -50px;
}
.iconSet-contact .icon-area.icon-type5 {
	background-position: -50px -50px;
}

@media (max-width: 1300px) {
	.list-contact-type > li {
		position: relative;
		display: block;
		float: left;
		width: 50%;
		text-align: left;
		padding-left: 90px;
		padding: 30px 20px 30px 90px;
	}
	.list-contact-type > li .icon-area {
		position: absolute; top: 30px; left: 20px;
	}
}

@media (max-width: 1300px) {
	.list-plan-type > li {
		position: relative;
		display: block;
		float: left;
		width: 50%;
		text-align: left;
		padding-left: 90px;
		padding: 30px 20px 30px 90px;
	}
	.list-plan-type > li .icon-area {
		position: absolute; top: 30px; left: 20px;
	}
}

/* icon-line-wrap-circle */
.icon-wrap-line-circle-2x,
.icon-wrap-line-circle-3x {
	display: inline-block;
	text-align: center;
	margin-bottom: 20px;
	border: 4px solid #eee;
	border-radius: 50%;
}
.icon-wrap-line-circle-2x {
	width: 74px;
	height: 74px;
	padding: 18px 0;
	margin-bottom: 20px;
}
.icon-wrap-line-circle-3x {
	width: 92px;
	height: 92px;
	padding: 18px;
	margin-bottom: 20px;
}

.member-info li {
	position: relative;
	padding-left: 100px;
}
.member-info li dl {
	margin-bottom: 0;
}
.member-info li dl dt {
	color: #777;
	font-weight: 400;
}
.member-info i {
	position: absolute; top: 50%; left: 0;
	margin-top: -37px;
}

/* list-faqTop */
.list-faqTop {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-top: 2px solid #000;
	border-left: 1px solid #ddd;
}
.list-faqTop .faqTop-item {
	position: relative;
	float: left;
	width: 20%;
	height: 160px;
	padding: 70px 30px 20px;
	text-align: center;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.list-faqTop .faqTop-item > a {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
@media (min-width: 992px) and (max-width: 1299px){
	.list-faqTop .faqTop-item {
		width: 33.3333%;
	}
}
@media (max-width: 991px) {
	.list-faqTop .faqTop-item {
		width: 50%;
	}
}

.list-faqTop .faqTop-item:after {
	position: absolute; top: 25px; left: 50%;
	content: 'Q';
	color: #fff;
	width: 31px;
	height: 31px;
	text-align: center;
	padding: 4px 0;
	border-radius: 50%;
	margin-left: -15px;
	background-color: #2196F3;
}

/* list-card */
.list-card {
	margin-right: -10px;
	margin-left: -10px;
}
.list-card > .card-item {
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
@media (min-width: 1160px) and (max-width: 1590px) {
	.list-card > .card-item {
		width: 50%;
	}
}
@media (min-width: 1591px) {
	.list-card > .card-item {
		width: 33.3333%;
	}
}

/* 결제수단 */
.list-card {
	margin-right: -10px;
	margin-left: -10px;
}
.list-card > .card-item-pointer {
	float: left;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
}
@media (min-width: 1160px) and (max-width: 1590px) {
	.list-card > .card-item-pointer {
		width: 50%;
	}
}
@media (min-width: 1591px) {
	.list-card > .card-item-pointer {
		width: 33.3333%;
	}
}

.card-item-pointer {
	/*border: 2px solid transparent;*/
	/*transition: border-color 0.3s ease;*/
	cursor: pointer; /* 클릭 가능한 영역 표시 */
}

/** 결제수단 선택 */
.card-item-pointer.selected-item .card-key{
	border-width: thin;
	border-color: rgb(33, 150, 243);
}

/* list-category */
.list-category {
	display: inline-block;
	vertical-align: middle;
}
.list-category .category-item,
.list-category .list-item {
	float: left;
	position: relative;
	padding-left: 12px;
	padding-right: 5px;
}
.list-category .category-item:first-child,
.list-category .list-item:first-child {
	padding-left: 0;
}
.list-category .category-item:after,
.list-category .list-item:after {
	content: "\e9c7";
	position: absolute; top: 50%; left: 0;
	height: 16px;
	font-family: icomoon!important;
	color: #ccc;
	font-size: 16px;
	line-height: 1;
	margin-top: -8px;
}
.list-category .category-item:first-child,
.list-category .list-item:after:first-child {
	padding-left: 0;
}
.list-category .category-item:first-child:after,
.list-category .list-item:first-child:after {
	content: none;
}


/* -----------------------------
						content
----------------------------- */

/* no-data-wrap */
.no-data-wrap {
	color: #ccc;
	text-align: center;
	padding: 60px 0;
}
.no-data-wrap > p {
	color: #707070;
	margin-top: 20px;
}

/* search-mini */
.search-mini {
	position: relative;
}
.search-mini .form-control {
	padding-right: 40px;
	/*border-color: #eee;*/
	background-color: #f7f8fa;
}
.search-mini .btn {
	position: absolute; top: 0; right:0;
	color: #999;
}

/* search-tope-type1 */
.search-top-type1 {
	display: inline-block;
	width: 100%;
	padding: 30px 30px 24px;
	margin-bottom: 50px;
	text-align: center;
	background-color: #f5f5f5;
}
.search-top-type1 .form-control {
	border-color: #ccc;
}
.search-top-type1 .form-control,
.search-top-type1 .btn {
	margin-bottom: 6px;
}
@media (min-width: 992px) {
	.search-top-type1 .form-group,
	.search-top-type1 .input-group-wrap {
		display: inline-block;
		vertical-align: top;
	}
	.search-top-type1 .form-group .form-col-6,
	.search-top-type1 .form-group .form-col-12 {
		width: 170px;
		float: left;
		margin-right: 6px;
	}
	.search-top-type1 .input-group-wrap {
		width: 500px;
	}
}
@media (max-width: 991px) {
	.search-top-type1 .form-row {
		margin-right: -3px;
		margin-left: -3px;
	}
	.search-top-type1 .form-row .form-col-6,
	.search-top-type1 .form-row .form-col-12 {
		float: left;
		width: 100%;
		padding-right: 3px;
		padding-left: 3px;
	}
	.search-top-type1 .form-row .form-col-6 {
		width: 50%;
	}
	.search-top-type1 .form-row .form-col-12 {
		width: 100%;
	}
}

/* pagination */
.pagination li a {
	color: #666;
	margin-left: 6px;
	border-radius: 0 !important;
}
.pagination li.first a,
.pagination li.previous a,
.pagination li.next a,
.pagination li.end a {
	padding: 6px 8px;
}
.pagination li.active a {
	border-color: #333;
	background-color: #333;
}

/* signUp-step (회원가입) */
.signUp-step {
	text-align: center;
	vertical-align: top;
}
.signUp-step > .step-item > a {
	position: relative;
	text-align: center;
	padding: 20px 0;
/*  width: 90px;
	height: 90px;
	border: 1px solid red;
	border-radius: 50%;*/
}
.signUp-step > .step-item > a:after {
	content: "\e9cb";
	position: absolute; top: 50%; left: -27px;
	font-family: 'icomoon';
	color: #bbb;
	font-size: 32px;
	margin-top: -23.5px;
}
.signUp-step > .step-item:first-child > a:after {
	content: none;
}
.signUp-step > .step-item > a:hover,
.signUp-step > .step-item > a:focus {
	background-color: transparent;
}
.signUp-step > .step-item> a > p {
	margin-top: 0;
	margin-bottom: 0;
}
.signUp-step > .step-item.active > a > i {
	color: #fff;
	border-color: #2196F3;
	background-color: #2196F3;
}
.signUp-step > .step-item.active > a > p {
	color: #2196F3;
}
.signUp-step > .step-item.active a::before  {
	content: '';
	position: absolute; bottom: -1px; left: 0;
	width: 100%;
	height: 4px;
	background-color: #2196F3;
}

/* signUp-step-content */
.signUp-step-content {
	margin-bottom: 60px;
}
.signUp-step-content .pane-header h4 {
	font-size: 26px;
	margin-top: 0;
	margin-bottom: 15px;
}
.signUp-step-content .pane-body h5 {
	font-size: 28px;
}
.signUp-step-content .pane-footer {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin-top: 30px;
}

/* member-type (일반/기업 회원 선택) */
.member-type {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
.member-type .member-item {
	float: left;
	position: relative;
	width: 50%;
	text-align: center;
	padding: 50px 15px 80px;
}
.member-type .member-item + .member-item {
	border-left: 1px solid #eee;
}
.member-type .member-item p {
	min-height: 40px;
}
.member-type .member-item .btn {
	position: absolute; bottom: 15px; left: 50%;
	margin-left: -102px;
}

/* terms-wrap (이용약관 내용) */
.terms-wrap {
	color: #666;
	font-size: 14px;
	overflow-y: auto;
	padding: 25px 25px;
	background-color: #fff;
}
.terms-wrap > h2,
.terms-wrap > h3,
.terms-wrap > h4,
.terms-wrap ul li strong {
	color: #000;
}
.terms-wrap > h2 {
	font-size: 19px;
}
.terms-wrap > h3 {
	font-size: 17px;
}
.terms-wrap > h4 {
	font-size: 15px;
}
.terms-wrap ul {
	padding-left: 15px;
}
.terms-wrap ul li {
	position: relative;
	padding-left: 20px;
}
.terms-wrap ul li .num {
	position: absolute; top: 0; bottom: 0; left: 0;
}
.terms-wrap > ul > li,
.terms-wrap > ul > li > ul {
	margin-top: 6px;
}

/* sitemap-wrap */
.sitemap-wrap > li {
	margin: 10px 0 40px;
}
.sitemap-wrap > li > h4 {
	text-align: center;
	padding-bottom: 8px;
	margin-bottom: 12px;
	border-bottom: 2px solid #333;
}



/* serviece-group */
@media (max-width: 1299px) {
	.body-console .serviece-group .container {
		padding-right: 0;
		padding-left: 0;
	}
}
@media (max-width: 1689px) {
	.body-console .serviece-group .container {
		width: auto;
	}
}
.serviece-group {
	/*border: 1px solid red;*/
}
.serviece-group .content-divider {
	margin-top: 60px;
	margin-bottom: 40px;
}
.serviece-group .content-divider:before {
	/*background-color: #ccc;*/
}
.serviece-group .content-divider span { /*border: 1px solid red;*/
	position: relative;
	font-size: 32px;
	padding: 0 40px;
	/*background-color: #f7f8fa;*/
}
.serviece-group .content-divider span:after,
.serviece-group .content-divider span:before {
	content: '';
	position: absolute; top: 50%;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
}
.serviece-group .content-divider span:after {
	left: 0;
	transform: rotate( 45deg );
	background-color: #0097f6;
}
.serviece-group .content-divider span:before {
	right: 0;
	background-color: #0ed058;
}
.serviece-group > ul {
	margin-left: -10px;
	margin-right: -10px;
}
.serviece-group > ul > li {
	padding-left: 10px;
	padding-right: 10px;
}
.serviece-group .serviece-title { /*border: 1px solid red;*/
	margin-bottom: 25px;
}
.serviece-group .serviece-title h3 {
	display: none;
	color: #000;
	font-size: 30px;
	margin: 0;
}

/* card-service */
.card-service {
	position: relative;
	padding: 20px 25px 35px 90px;
	margin-bottom: 30px;
	border: 1px solid #eee;
	background: #fff;
	/*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08);*/
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.card-service:after {
	content: '';
	position: absolute; top: -1px; left: -1px; right: -1px;
	height: 1px;
	background-color: #0ed058;
}
.card-service:hover {
	box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}
.card-service .serviece-icon { /*border: 1px solid red;*/
	position: absolute; top: 20px; left: 22px;
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	vertical-align: top;
}
.card-service .serviece-icon img { /*border: 1px solid blue;*/
	height: 100%;
}
.card-service h4 {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	font-size: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
	margin-bottom: 4px;
}
.sub-menu .label {
	position: relative; top: -4px;
	/*position: absolute; top: 24px; right: 20px;*/
	/*color: #fff;*/
	color: #0ed058;
	font-size: 12px;
	font-weight: 400;
	padding: 1px 8px;
	margin-left: 12px;
	border: 1px solid;
	border-color: #0ed058;
	border-radius: 30px;
	/*background-color: #666;*/
}
.card-service .label {
	/*position: relative; top: -4px;*/
	position: absolute; bottom: 15px; left: 10px;
	/*color: #fff;*/
	color: #0ed058;
	font-size: 12px;
	font-weight: 400;
	padding: 4px 10px 3px;
	margin-left: 12px;
	border: 1px solid;
	border-color: #0ed058;
	border-radius: 30px;
}
.card-service p {
	height: 42px;
	color: #707070;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 25px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.card-service .btn-bookmark {
	position: absolute; bottom: -1px; right: 36px;
	width: 36px;
	height: 36px;
	border-bottom: 1px solid #eee;
	padding: 7px 0;
}
.card-service .btn-bookmark,
.card-service .btn-bookmark:hover {
	background-color: #f4f4f4;
}
.card-service a.more {
	position: absolute; bottom: -1px; right: -1px;
	display: inline-block;
	width: 36px;
	height: 36px;
	color: #fff;
	text-align: center;
	padding: 7px 0;
	background-color: #0ed058;
}

.serviece-ranking-title {
	font-weight: 600;
}
.serviece-ranking-list {
	border-top: 1px solid #333;
}
/* card-service-ranking */
.card-service-ranking {
	position: relative;
	padding: 17px 70px 17px 45px;
	/*margin-bottom: 30px;*/
	border-bottom: 1px solid #eee;
	background: #fff;
}
.card-service-ranking .ranking-num {
	position: absolute; top: 17px; left: 5px;
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #0ed058;
	font-size: 11px;
	text-align: center;
	line-height: 22px;
	border: 1px solid #0ed058;
	border-radius: 1px;
	/*background-color: #0ed058;*/
}
.serviece-ranking-list .serviece-ranking-item:first-child .card-service-ranking .ranking-num {
	color: #fff;
	border-color: #0dbe50;
	background-color: #0ed058;
}
.card-service-ranking .serviece-icon { /*border: 1px solid red;*/
	display: none;
	/*position: absolute; top: 50%; right: 10px;
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	margin-top: -25px;*/
}
.card-service-ranking h4 {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	font-size: 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
	margin-bottom: 0;
}
.card-service-ranking p {
	/*height: 40px;*/
	color: #707070;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;
}
.card-service-ranking a.more {
	position: absolute; top: 17px; right: 5px;
	display: inline-block;
	width: 24px;
	height: 24px;
	color: #0ed058;
	text-align: center;
	padding: 2px 0;
	/*border: 1px solid #eee;*/
	/*background-color: #0ed058;*/
}
.tag-list {
	padding-left: 10px;
	text-align: center;
}
.tag-list li,
.tag-list li a {
	display: inline-block;
}
.tag-list li {
	margin-right: 10px;
	margin-bottom: 15px;
}
.tag-list li a {
	padding: 3px 18px;
	border: 1px solid #ddd;
	border-radius: 30px;
	background-color: #fff;
}
.tag-list li a:hover {
	color: #0ed058;
	border-color: #0ed058;
}
.tag-list li.active a {
	color: #fff;
	border-color: #0dbe50;
	background-color: #0ed058;
}

/* serviece-detail */
.serviece-detail-wrap {

}
/* serviece-detail-header */
.serviece-detail-header {
	text-align: center;
	padding: 50px 0 60px;
	border-top: 2px solid #000;
	border-bottom: 1px solid #ddd;
	background-color: #f7f8fa;
	/*background: #f7f8fa url(../../assets/images/bg01.png) repeat;*/
}
.serviece-detail-header .label {
	font-size: 14px;
	font-weight: 400;
	border-radius: 30px;
	padding: 3px 15px;
	background-color: #282f39;
}
.serviece-detail-header .label-ondemand {
	background-color: #7e57c2;
}
.serviece-detail-header h1 {
	font-size: 36px;
	line-height: 50px;
	margin-top: 15px;
}
.serviece-detail-header h1 .serviece-icon {
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	vertical-align: top;
	margin-right: 14px;
}
.serviece-detail-header h1 .serviece-icon img {
	vertical-align: top;
}
.serviece-detail-header .btn-area {
	margin-top: 15px;
}
.serviece-detail-header .btn-area .btn {
	margin-top: 10px;
}


/* serviece-detail-body */
.serviece-detail-body {
	position: relative;
	color: #555;
	font-size: 16px;
	line-height: 26px;
}
.serviece-detail-body p,
.serviece-detail-body dl dt,
.serviece-detail-body dl dd {
	word-break : keep-all; /* 단어 기준으로 줄바꿈 */
}
.serviece-detail-body hr {
	display: none;
	/*margin-top: 60px;
	margin-bottom: 60px;*/
}
.serviece-detail-body .nav-tabs-outline {
	margin-top: -1px;
}
.serviece-detail-body .group-wrap {
	padding: 60px 50px 70px;
	border-top: 1px solid #eee;
}
.serviece-detail-body .group-wrap:first-child {
	border-top: none;
}
.serviece-detail-body .group-wrap + .group-wrap {
	margin-top: 0;
}
@media (max-width: 991px) {
	.serviece-detail-body .group-wrap {
		padding: 60px 20px;
	}
}
.serviece-detail-body .group-wrap > h4 {
	font-size: 32px;
	font-weight: 500;
}
.serviece-detail-body .group-wrap .group-header {
	text-align: center;
	margin-bottom: 60px;
}
.serviece-detail-body .group-wrap .group-body .sub-title {
	font-size: 20px;
	font-weight: 500;
}

/* 특징/활용사례 타이틀 (group-title-type1) */
.serviece-detail-body .group-wrap .group-header .group-title-type1 {
	z-index: 1;
	position: relative;
	display: inline-block;
	color: #000;
	font-size: 30px;
	padding: 0 12px;
}
.serviece-detail-body .group-wrap .group-header .group-title-type1 span {
	position: relative;
	display: inline-block;
	z-index: 2;
}
.serviece-detail-body .group-wrap .group-header .group-title-type1:after {
	content: '';
	z-index: 1;
	position: absolute; bottom: -6px; left: 0; right: 0;
	display: inline-block;
	width: 100%;
	height: 16px;
	background-color: #c8e5fc;
}
.serviece-detail-body .group-wrap .group-header .group-title-type1 + p {
	margin-top: 15px;
}
.serviece-detail-body .group-wrap .group-header p {
	color: #787878;
}

/* 개발가이드 타이틀 (group-title-type2) */
.serviece-detail-body .group-wrap .group-title-type2 {
	color: #000;
	font-size: 24px;
	margin-bottom: 15px;
}
.serviece-detail-body .group-wrap .group-title-type2 i {
	color: #2196F3;
	margin-right: 10px;
}

/* table / image / video */
.table-wrap,
.image-wrap,
.video-wrap {
	margin: 35px 0 50px;
}
.image-wrap {
	text-align: center;
}
.brand-box img,
.image-wrap img,
.video-wrap img {
	max-width: 100%;
	height: auto;
}
/* 개발 가이드 -> 테이블 상단 여백 해결 */
#serviece-guide .group-title-type2 + .table-wrap,
#serviece-guide .clearfix + .table-wrap{
	margin: 0 0 50px;
}
@media screen and (max-width: 767px) {
	.table-responsive table tbody tr th:first-child,
	.table-responsive table tbody tr td:first-child {
		border-left: none;
	}
	.table-responsive table tbody tr th:last-child,
	.table-responsive table tbody tr td:last-child {
		border-right: none;
	}
	.table-responsive table tbody tr:last-child th,
	.table-responsive table tbody tr:last-child td {
		border-bottom: none;
	}
}

.serviece-detail-body .lead {
	position: relative;
	/*display: inline-block;*/
}
.serviece-detail-body .list-dot > li:before {
	width: 4px;
	height: 4px;
	top: 10px;
}
.serviece-detail-body .list-hyphen > li:before {
	top: 12px;
}
.serviece-detail-body ul li small {
	color: #888;
}

/* list-block */
.list-block {
	font-size: 0;
	margin-right: -40px;
	margin-left: -40px;
}
.list-block > .list-item {
	display: inline-block;
	overflow: hidden;
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 50px;
	vertical-align: top;
}
.list-block > .list-item > dt,
.serviece-detail-body .cont-title {
	display: inline-block;
	color: #0e8df2;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 12px;
}
.serviece-detail-body .cont-title {
	display: block;
	margin-top: 30px;
}
.list-block > .list-item > dd {
	font-size: 16px;
	line-height: 26px;
}
.list-block.block-col-3 > .list-item {
	width: 33.3333%;
}
.list-block.block-col-2 > .list-item {
	width: 50%;
}
@media (max-width: 991px) {
	.list-block {
		margin-left: 0;
		margin-right: 0;
	}
	.list-block > .list-item {
		padding-left: 0;
		padding-right: 0;
	}
	.list-block.block-col-3 > .list-item,
	.list-block.block-col-2 > .list-item {
		width: 100%;
		display: inline-block;
	}
}
@media (min-width: 992px) and (max-width: 1299px) {
	.list-block.block-col-3 > .list-item {
		width: 50%;
	}
}

/* usecase-ci-list */
.usecase-ci-list {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #273246;
	border-left: 1px solid #ddd;
	background-color: #f9f8f7;
}
.usecase-ci-list li {
	float: left;
	width: 50%;
	text-align: center;
	padding: 13px 0;
	/*margin-top: -1px;*/
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.usecase-ci-list li img {
		height: 40px;
	}
@media (min-width: 992px) {
	.usecase-ci-list li {
		width: 33.3333%;
	}
}
@media (min-width: 1300px) {
	.usecase-ci-list li {
		width: 20%;
	}
}

/* serviece-detail-footer */
.serviece-detail-footer {
	text-align: center;
	margin-top: 100px;
}

/* key-info (대시보드 상단, 키 번호 표시)*/
.page-header .key-info {
	height: 42px;
	padding: 6px 6px;
	vertical-align: top;
	background-color: #f5f5f5;
}
.page-header .pull-right .key-info .key-number {
	display: inline-block;
	line-height: 30px;
	padding: 0 10px;
}
.page-header .pull-right .key-info div,
.page-header .pull-right .key-info button {
	vertical-align: top;
}

/* card-key (키 발급 카드) */
.card-key {
	font-size: 15px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	border-radius: 2px;
	background-color: #fff;
}
.card-key .key-info-wrap {
	padding: 15px 20px 20px;
}
.card-key .key-info-wrap .key-number {
	position: relative;
	display: inline-block;
	width: 100%;
	font-size: 24px;
	text-align: center;
	padding: 15px 0;
	margin-bottom: 0;
	border: 1px solid #eee;
	background-color: #f7f8fa;
}
.card-key .key-info-wrap .key-number .btn-copy {
	position: absolute; top: 3px; right: 3px;
	font-size: 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
}
.key-info-header {
	position: relative;
	padding-left: 50px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eee;
}
.key-info-header .key-sort {
	position: absolute; top: 50%; left: 4px;
	display: inline-block;
	width: 34px;
	height: 34px;
	text-align: center;
	padding: 4px 0;
	margin-top: -23px;
	border: 2px solid transparent;
	border-radius: 50%;
}
.key-free .key-info-header .key-sort {
	color: #2196F3;
	border-color: #2196F3;
}
.key-upgrade .key-info-header .key-sort {
	color: #ff7043;
	border-color: #ff7043;
}
.key-custom .key-info-header .key-sort {
	color: #009688;
	border-color: #009688;
}
.key-ondemand .key-info-header .key-sort {
	color: #7e57c2;
	border-color: #7e57c2;
}
.key-info-header .key-category {
	display: table-cell;
	width: 100%;
	height: 40px;
	vertical-align: middle;
}
.key-info-header .key-title {
	color: #2196F3;
	font-size: 20px;
	line-height: 40px;
}

.card-key hr {
	margin: 15px 0 25px;
}
.card-key .label-text {
	color: #777;
	margin-right: 5px;
}
.card-key ul li strong,
.card-key span strong {
	font-size: 22px;
	font-weight: 400;
}
.card-key .progress {
	height: 11px;
	margin: 10px 0 15px;
}
.card-key .progress,
.card-key .progress .progress-bar {
	border-radius: 20px;
}
.card-key .btn-area {
	padding: 10px 10px 4px;
	/*border-top: 1px solid #eee;*/
	background-color: #f5f5f5;
}
.card-key .btn-area .btn {
	margin-bottom: 6px;
}


/* family-site (footer 패밀리사이트 dropdown메뉴) */
.family-site {
	display: inline-block;
}
.family-site .btn {
	position: relative;
	text-align: left;
	padding-left: 15px;
	padding-right: 15px;
}
.family-site .btn:after {
	content: "\ed5a";
	position: absolute; top: 50%; right: 15px;
	font-family: icomoon;
	font-size: 16px;
	margin-top: -11px;
	/*-webkit-transition: -webkit-transform 0.1s;
	transition: transform 0.1s;*/
}
.family-site.open .btn {
	color: #2196F3;
}
.family-site.open .btn:after {
	color: #2196F3;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.family-site .dropdown-menu {
	border-radius: 0;
	margin-bottom: -2px;
	border-bottom-color: #ddd;
	box-shadow: none;
}
.family-site .dropdown-menu li a {
	padding: 3px 15px;
}

/* box-default */
.box-default {
	padding: 30px 30px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}
.box-success {
	border-color: #0ed058;
	background-color: #f2fef7;
}
.box-primary {
	border-color: #2196F3;
	background-color: #dbeefd;
}

/* code-area */
.code-area .test-result {
	padding: 30px 30px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
}
.code-area pre {
	padding: 30px 30px;
	border-color: #ddd;
	border-radius: 0;
}


/* -----------------------------
						social
----------------------------- */

/* btn-social (로그인 소셜 버튼) */
.btn-social {
	position: relative;
	color: #fff;
	text-align: left;
	display: inline-block;
	padding: 9px 12px 9px 53px;
	margin-bottom: 15px;
}
.btn-social i {
	position: absolute; top: 0; bottom: 0; left: 2px;
	width: 38px;
	text-align: center;
	padding: 11px 0;
	border-right: 1px solid rgba(0,0,0,0.06);
}
.btn-social.facebook {
	color: #fff;
	background-color: #3b5a9a;
}
.btn-social.kakao {
	color: #3c1d1f;
	background-color: #f9e000;
}
.btn-social.google {
	color: #fff;
	background-color: #ea4335;
}
.btn-social.twitter {
	color: #fff;
	background-color: #1da1f2;
}
.btn-social.naver {
	color: #fff;
	background-color: #1ec800;
}

/* list-social (footer 소셜 링크) */
.list-social .social-item {
	display: inline-block;
	width: 34px;
	height: 34px;
	color: #fff;
	text-align: center;
	padding: 6px 0;
	margin: 0 !important;
	border-radius: 50%;
	background-color: #ccc;
	/*transition: background-color 0.3s;*/
}
.list-social .facebook:hover {
	background-color: #3b5a9a;
}
.list-social .blog:hover {
	background-color: #2db400;
}
.list-social .youtube:hover {
	background-color: #ff0000;
}
.list-social .instagram:hover {
	background-color: #c5008d;
}

/* [콘솔] carousel-inner */
.carousel-inner {

}
.carousel-control.left,
.carousel-control.right {
	background-image: none;
}
.statistic-period {
	display: inline-block;
	position: relative;
	padding: 0 80px;
}
.statistic-period .statistic-date {
	font-size: 38px;
	font-weight: 600;
}
.statistic-period .btn {
	position: absolute; top: 50%;
	padding: 6px 9px;
	margin-top: -17px;
}
.statistic-period .btn-left {
	left: 0;
}
.statistic-period .btn-right {
	right: 0;
}

/* [콘솔] 유료 서비스 : 서비스 가격 */
.price-number {
	font-family: 'Montserrat', sans-serif;
	color: #2196F3;
	font-size: 30px;
	font-weight: 400;
}
.table-price-wrap {
	padding: 17px 30px;
	border: 1px solid #ddd;
}
.table-price {
	width: 100%;
}
.table-price tr th,
.table-price tr td {
	font-weight: 600;
	vertical-align: middle;
	padding: 10px 50px;
}
.table-price tr th {
	text-align: left;
}
.table-price tr td {
	text-align: right;
}
.table-price tbody tr th,
.table-price tbody tr td {
	/*background-color: #f7f8fa;*/
}
.table-price tbody tr th {
	/*color: #666;*/
}
.table-price tbody tr td {
	font-size: 18px;
}
.table-price tbody tr td .form-control {
	text-align: right;
}
.table-price tfoot tr th,
.table-price tfoot tr td {
	color: #2196F3;
	border-top: 2px solid #333;
}
.table-price tfoot tr th {
	font-size: 20px;
}
.table-price tfoot tr td {
	font-size: 32px;
}

/* [콘솔] 유류 서비스 : 서비스 목록  */
.service-list-mini li {
	margin-top: 5px;
}
.service-list-mini li a {
	display: block;
	text-align: center;
	padding: 6px 12px;
	border: 1px solid #ddd;
}
.service-list-mini li a:hover {
	color: #2196F3;
	border-color: #2196F3;
}
.service-list-mini li.active a {
	color: #fff;
	border-color: #2196F3;
	background-color: #2196F3;
}




/* [포털] 소개 : 브랜드 설명 */
.brand-box {
	display: block;
	height: 246px;
	padding: 40px 20px;
	text-align: center;
	border: 1px solid #eee;
	background: url(../images/introduce-image/introduce-bg01.png) 0 0 repeat;
}
.brand-box .label {
	position: relative;
	display: inline-block;
	height: 30px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 6px 30px;
	margin-bottom: 40px;
	border-radius: 0;
	background-color: #333;
}
.brand-box .label:before,
.brand-box .label:after {
	content: '';
	position: absolute; top: 0;
	width: 0;
	height: 0;
}
.brand-box .label:before {
	right: -20px;
	border-bottom: 30px solid #333;
	border-right: 20px solid transparent;
}
.brand-box .label:after {
	left: -20px;
	border-top: 30px solid #333;
	border-left: 20px solid transparent;
}
.brand-box img {
	width: 540px;
	text-align: center;
}

/* [포털] 소개 : 서비스 구성 */
.service-configuration > dl {
	display: table;
	width: 100%;
}
.service-configuration > dl > dt,
.service-configuration > dl > dd {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	padding: 30px 20px 25px;
}
.service-configuration > dl > dt {
	width: 16%;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
}
.service-configuration > dl > dd {
	width: 84%;
	background-color: #fff;
}

/* [포털] 소개 : 서비스 구성 : 무료 서비스 */
.service-configuration dl.service-free > dt {
	background-color: #0ed058;
}
.service-configuration dl.service-free > dd {
	border: 1px solid #0ed058;
}
.service-configuration dl.service-free > dd > .service-free-category li {
	margin-left: 20px;
	margin-bottom: 10px;
}
.service-configuration dl.service-free > dd > .service-free-category li > span {
	display: block;
	color: #fff;
	font-size: 13px;
	padding: 1px 12px 2px;
	margin-top: 8px;
	border-radius: 15px;
	background-color: #0ed058;
}

/* [포털] 소개 : 서비스 구성 : 유료 서비스 */
.service-configuration dl.service-paid > dt {
	background-color: #0097f6;
}
.service-configuration dl.service-paid > dd {
	border: 1px solid #0097f6;
}
.service-configuration dl.service-paid > dd > ul > li {
	float: left;
	width: 33.3333%;
	padding: 0 15px;
}
.service-configuration dl.service-paid > dd > ul > li + li {
	border-left: 1px solid #eee;
}
.service-configuration dl.service-paid > dd > ul > li > dl > dt {
	color: #0097f6;
	font-size: 22px;
}
.service-configuration dl.service-paid > dd > ul > li > dl > dd {
	text-align: center;
	margin-top: 25px;
}
.service-configuration dl.service-paid > dd > ul > li > dl > dd > p {
	font-size: 18px;
	margin-bottom: 0;
}
.service-configuration dl.service-paid > dd > ul > li > dl > dd > p > small {
	color: #888;
}


/* [포털] 서비스 : 유료서비스 */
.service-paid-desc,
.service-paid-type {
	margin-bottom: 40px;
}
.service-paid-desc dl,
.service-paid-type dl {
	margin-bottom: 0;
}

/* [포털] 서비스 : 유료서비스 : 서비스 설명 */
.service-paid-desc dl > dt {
	position: relative;
	display: table;
	width: 100%;
	height: 240px;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
	vertical-align: middle;
	background-size: 100% auto;
	background-position: 50% 50%;
}
.service-paid-desc > div:nth-child(1) dl > dt {
	background-image: url(../../assets/images/introduce-image/service-paid-img01.png);
}
.service-paid-desc > div:nth-child(2) dl > dt {
	background-image: url(../../assets/images/introduce-image/service-paid-img02.png);
}
.service-paid-desc > div:nth-child(3) dl > dt{
	background-image: url(../../assets/images/introduce-image/service-paid-img03.png);
}
.service-paid-desc dl > dt:after {
	content: '';
	z-index: 2;
	position: absolute; top: 0; left: 0; bottom: 0;  right: 0;
	display: table;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
}
.service-paid-desc dl > dt h5 {
	display: table-cell;
	vertical-align: middle;
}
.service-paid-desc dl > dt h5 {
	position: relative;
	z-index: 3;
	color: #fff;
	font-size: 26px;
	text-shadow: #000 1px 0 10px;
}
.service-paid-desc dl > dt h5 span {
	color: #0ed056;
}
.service-paid-desc dl > dd {
	min-height: 250px;
	color: #555;
	font-size: 17px;
	text-align: left;
	padding: 25px 30px 25px;
	background-color: #f7f8fa;
}
.service-paid-desc dl > dd p {
	word-break: normal !important;
}
@media (max-width: 1299px) {
	.service-paid-desc dl > dd {
		min-height: auto;
		margin-bottom: 30px;
	}
}
.service-paid-desc dl > dd p strong {
	color: #333;
}

/* [포털] 서비스 : 유료서비스 : 서비스 종류 */
.service-paid-type {
	margin-left: -40px;
	margin-right: -40px;
}
.service-paid-type > div {
	min-height: 276px;
	padding-left: 40px;
	padding-right: 40px;
	border-right: 1px solid #e4e4e4;
}
.service-paid-type > div:last-child {
	border-right: none;
}
.service-paid-type dl dt {
	font-size: 26px;
	font-weight: 400;
	line-height: 80px;
	margin-bottom: 20px;
}
.service-paid-type dl dt .service-icon {
	margin-right: 20px;
}
.service-paid-type dl strong {
	color: #000;
}
.service-paid-type dl dd {
	color: #666;
	font-size: 17px;
}
.service-paid-type dl dd strong {
	color: #0097f6;
	font-weight: 400;
}


/* serviece-info */
.serviece-info {
	margin-top: 10px;
	position: relative;
	padding: 40px 30px 40px 140px;
	/*border: 1px solid #ddd;*/
	 background-color: #f7f8fa;
}
.serviece-info .service-icon {
	position: absolute; top: 50%; left: 30px;
	margin-top: -40px;
}
.serviece-info .service-name {
	display: inline-block;
	font-size: 22px;
}
.serviece-info .service-name strong {
	/*color: #2196F3;*/
}
.serviece-info p {
	font-size: 17px;
	margin-top: 10px;
	margin-bottom: 0;
}
.serviece-info p small {
	color: #707070;
}
.serviece-info button {
	position: absolute; top: 50%; right: 30px;
	margin-top: -20px;
}

/* list-serviceIcon-choice */
.list-serviceIcon-choice-wrap {
	overflow-y: auto;
	padding: 5px;
	border: 1px solid #ddd;
	background-color: #f7f8fa;
}
.list-serviceIcon-choice {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.list-serviceIcon-choice li {
	position: relative;
	float: left;
	width: 20%;
	text-align: center;
	padding: 20px 0 15px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.list-serviceIcon-choice .list-serviceIcon-title {
	padding: 0;
}
.list-serviceIcon-choice .list-serviceIcon-title div {
	padding: 22px 0;
	color: #0ed056;
	font-size: 30px;
	height: 128px;
	background-color: #f7f8fa;
}
@media (max-width: 991px) {
	.list-serviceIcon-choice li {
		width: 25%;
	}
}
.list-serviceIcon-choice li .icon-area {
	display: inline-block;
	overflow: hidden;
	width: 40px;
	height: 40px;
	vertical-align: top;
	/*opacity: 0.8;*/
}
.list-serviceIcon-choice li .icon-area img {
	height: 100%
}
.list-serviceIcon-choice li .label {
	position: absolute; top: 50%; right: 50%;
	width: 80px;
	height: 20px;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	margin: -10px -40px 0 0;
	background: #263238;
}
.list-serviceIcon-choice li p {
	display: inline-block;
	width: 100%;
	height: 33px;
	color: #666;
	font-size: 13px;
	text-align: center;
	vertical-align: middle;
	padding: 7px 0;
	margin: 10px 0 0;
}
.list-serviceIcon-choice li p small {
	display: block;
	color: #999;
}
.list-serviceIcon-choice li.active {
	background-color: #0ed056;
}
/*.list-serviceIcon-choice li.active span,
.list-serviceIcon-choice li:hover span {
	opacity: 1;
}*/
.list-serviceIcon-choice li.active .icon-area img {
	position: relative; left: -40px;
}
.list-serviceIcon-choice li.active p,
.list-serviceIcon-choice li.active p small {
	color: #fff;
}
.list-serviceIcon-choice li.active:after,
.list-serviceIcon-choice li:hover:after {
	content: '';
	position: absolute; top: -1px; left: -1px; right: -1px; bottom: -1px;
	display: block;
}
.list-serviceIcon-choice li:hover:after {
	border: 2px solid #0ed056;
}
.list-serviceIcon-choice li.active:after {
	border: 1px solid #0ed056;
}

/* list-serviceIcon-choice : disabled */
.list-serviceIcon-choice li.disabled {
	background: #f7f8fa;
}
.list-serviceIcon-choice li.disabled .icon-area,
.list-serviceIcon-choice li.disabled p {
	opacity: 0.5;
}
.list-serviceIcon-choice li.disabled:hover:after,
.list-serviceIcon-choice li.disabled.active:after {
	content: none;
}

/* [포털] 소개 : 활용사례 */
.usecase-group-wrap .group-wrap {
	margin-bottom: 140px;
}
.usecase-group-wrap .group-wrap .group-header {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 80px 0;
	margin-bottom: 15px;
	background-size: 100% auto;
	background-position: 50% 50%;
}
@media (max-width: 991px) {
	.usecase-group-wrap .group-wrap .group-header {
		background-size: auto 100%;
	}
}
.usecase-group-wrap .group-wrap:nth-child(1) .group-header { /* Enterprise, SMB */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg01.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(2) .group-header { /* 공공 분야/ 연구기관 */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg02.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(3) .group-header { /* Marketing */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg03.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(4) .group-header { /* Customer Service Care */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg04.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(5) .group-header { /* Healthcare */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg05.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(6) .group-header { /* 금융 */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg06.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(7) .group-header { /* Smart City, Security */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg07.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(8) .group-header { /* Living */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg08.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(9) .group-header { /* Tour */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg09.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(10) .group-header { /* Education */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg10.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(11) .group-header { /* 유통/물류 */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg11.jpg);
}
.usecase-group-wrap .group-wrap:nth-child(12) .group-header { /* Media */
	background-image: url(../../assets/images/introduce-image/usecase-header-bg12.jpg);
}
.usecase-group-wrap .group-wrap .group-header:after {
	content: '';
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	display: inline-block;
	opacity: 0.7;
	background-color: #000;
}
.usecase-group-wrap .group-wrap .group-header h4 {
	z-index: 2;
	position: relative;
	color: #fff;
	font-size: 38px;
	font-weight: 600;
	text-align: center;
	text-shadow: #000 1px 0 10px;
}
.usecase-group-wrap .group-wrap .group-header h4 i {
	position: relative; top: -4px;
	margin-right: 20px;
}
.usecase-group-wrap .group-wrap .group-body {
	font-size: 16px;
}
 .group-body .item-table {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}
.usecase-group-wrap .group-wrap .group-body .item-row {
	display: table-row;
}
.usecase-group-wrap .group-wrap .group-body .item-row .item-cell {
	display: table-cell;
	padding: 25px 30px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}
@media (max-width: 991px) {
	.usecase-group-wrap .group-wrap .group-body .item-row  {
		display: inline-block;
		width: 100%;
	}
	.usecase-group-wrap .group-wrap .group-body .item-row {
		display: inline-block;
	}
	.usecase-group-wrap .group-wrap .group-body .item-row .item-cell {
		display: block;
	}
}
.usecase-group-wrap .group-wrap .group-body .item-row .item-cell strong {
	position: relative;
	display: block;
	font-size: 18px;
	padding-bottom: 16px;
	margin-bottom: 13px;
}
.usecase-group-wrap .group-wrap .group-body .item-row .item-cell strong:after {
	content: '';
	position: absolute; left: 0; bottom: 0;
	display: inline-block;
	width: 24px;
	height: 3px;
	/*transform: rotate( 45deg );*/
	background-color: #2196F3;
}
.usecase-group-wrap .group-wrap .group-body .item-row .item-cell ul {
	font-size: 14px;
}
.usecase-group-wrap .group-wrap .group-body .item-row .item-cell p {
	color: #707070;
}
.usecase-group-wrap .group-wrap .group-body .item-row .item-cell p small,
.usecase-group-wrap .group-wrap .group-body .item-row .item-cell ul {
	display: block;
	color: #999;
	margin-top: 5px;
}

/* upgrade-step-list */
.upgrade-step-list > li {
	position: relative;
	display: inline-block;
	width: 100%;
	min-height: 200px;
	padding-left: 340px;
	margin-bottom: 30px;
	/*border-bottom: 1px solid #eee;*/
}
.upgrade-step-list > li:last-child {
	border-bottom: none;
}
.upgrade-step-list .step-label {
	z-index: 2;
	position: absolute; top: -10px; left: -10px;
	width: 54px;
	height: 54px;
	color: #fff;
	font-size: 11px;
	text-align: center;
	line-height: 1;
	padding: 9px 6px;
	border-radius: 50%;
	background-color: #2196F3;
}
.upgrade-step-list .step-label em {
	display: block;
	font-style: normal;
	font-size: 22px;
	margin-top: 2px;
}
.upgrade-step-list .img-area {
	position: absolute; top: 0; left: 0;
}
.upgrade-step-list .img-area img {
	width: 300px;
	border: 1px solid #ddd;
}
.upgrade-step-list .text-area h4 {
	text-decoration: underline;
}

/* price-wrap  */
.price-wrap {
	margin: 0 0 80px;
}
.price-top-info {
	/*color: #fff;*/
	line-height: 25px;
	border: 1px solid #ddd;
	border-top: 2px solid #2196F3;
	/*border-bottom: 1px solid #ddd;*/
	padding: 15px 20px;
	/*background-color: #263238;*/
}
.price-top-info em {
	font-style: inherit;
	margin: 0 25px 0 5px;
}
.price-top-info .title {
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}
.price-total > div {
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 0;
}
.price-total dl {
	position: relative;
	padding: 30px 60px 25px;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #ddd;
	margin-bottom: 0;
}
.price-total dl:after {
	content: '';
	position: absolute; top: 50%; left: -15px;
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	border-radius: 50%;
	background: #333 url(../../assets/images/icon-sign.png) 0 0 no-repeat; /*#0ed056*/
}
.price-total dl:nth-child(1):after {
	content: none;
}
.price-total dl:last-child {
	border-right: none;
}
.price-total dl:last-child:after {
	background-color: #2196F3;
	background-position: -30px 0;
}
.price-total dl dt {
	height: 42px;
	font-size: 18px;
	margin-bottom: 35px;
}
.price-total dl dt small {
	display: block;
	color: #888;
	font-weight: 400;
	margin-top: 3px;
}
.price-total dl dd {
	font-size: 22px;
	text-align: right;
}
.price-total dl dd strong {
	font-size: 38px;
	font-weight: 400;
}

/* [콘솔] 이용요금 정보 :: 청구서 테이블 */
.table-charge {
	width: 100%;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	background-color: #fff;
}
.table-charge thead tr th {
	/*color: #fff;*/
	font-weight: 400;
	/*background-color: #263238;*/
}
.table-charge thead tr th:first-child,
.table-charge tbody tr th,
.table-charge tfoot tr th {
	text-align: left;
}
.table-charge thead tr th,
.table-charge tbody tr th,
.table-charge tbody tr td {
	padding: 10px 30px;
}
.table-charge tfoot tr th,
.table-charge tfoot tr td {
	padding: 13px 30px;
}
.table-charge thead tr th,
.table-charge tbody tr td,
.table-charge tfoot tr td {
	text-align: right;
}
.table-charge tr td .price {
	margin-right: 3px;
}
.table-charge tr.service-group th,
.table-charge tr.service-group td {
	color: #000;
	border-top: 1px solid #ddd;
}
.table-charge tr.service-group td .price {
	font-size: 16px;
	font-weight: 600;
}
.table-charge tr.service-item th {
	font-weight: 400;
}
.table-charge tr.service-item th,
.table-charge tr.service-item td {
	color: #666;
	font-size: 14px;
}
.table-charge tr.service-item th {
	padding-left: 60px;
}
.table-charge tfoot tr th,
.table-charge tfoot tr td {
	font-size: 18px;
	border-top: 1px solid #333;
	/*border-bottom: 1px solid #333;*/
}
.table-charge tfoot tr td .price {
	font-size: 26px;
	font-weight: 600;
}
.table-charge tr.point-line th,
.table-charge tr.point-line td {
	/*border-bottom:  3px double #ddd;*/
	border-bottom-color: #aaa;
}

.table-form {
	/*display: inline-block;*/
	vertical-align: top;
}
.table-form label {
	display: inline-block;
	font-weight: 14px;
	font-weight: 400;
	margin-right: 10px;
}
.table-form .form-group,
.table-form .form-control {
	display: inline-block !important;
}
.table-search-period .form-control {
	width: 140px;
}
.table-search-period button {
	margin-left: 3px;
}
.print-area {
	/*border: 1px solid red;*/
}
.seal-wrap {
	padding: 40px;
	text-align: center;
}
.seal-wrap > p {
	font-size: 18px;
	margin-bottom: 30px;
}
.seal-wrap .seal-brand-name {
	font-size: 30px;
}
.seal-wrap .seal-brand-stamp {
	display: inline-block;
	width: 70px;
	margin-left: 10px;
}
.seal-wrap .seal-brand-stamp img {
	width: 100%;
}

/* serviece-state */
.serviece-detail-header .btn-area .serviece-state {
	display: inline-block;
	line-height: 34px;
	vertical-align: top;
	padding: 0 20px;
	margin-top: 10px;
}
.serviece-detail-header .btn-area .serviece-state ul > li {
	line-height: 34px;
}
.serviece-detail-header .btn-area .serviece-state ul > li > strong {
	margin-right: 10px;
}

/* top-button */
.top-button a {
	position: fixed; bottom: 20px; right: 20px;
	z-index: 1001;
	display: block;
	width: 50px;
	height: 50px;
	color: #fff;
	text-align: center;
	padding: 8px;
	border-radius: 50%;
	background: rgba(0,0,0,0.6);
}
.top-button a:hover {
	color: #fff;
	text-decoration: none;
	background: #2196F3;
}


/* bg-imgStyle2 : 소개 AI is Everywher */
.bg-imgStyle2 {
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 100px 0;
	background-size: auto 100%;
	background-position: 50% 50%;
	background-image: url(../../assets/images/introduce-image/introduce-bg02.jpg);
}
.bg-imgStyle2:after {
	content: '';
	position: absolute; top: 0; left: 0; right: 0; bottom: 0;
	display: inline-block;
	opacity: 0.8;
	background-color: #000;
}
.bg-imgStyle2 .container {
	position: relative;
	z-index: 2;
	color: #fff;
}


/* popup */
.popup-wrap {
	position: relative;
	padding: 15px 15px 55px;
}
.popup-wrap .popup-header {
	margin-bottom: 25px;
}
.popup-wrap .popup-header h1 {
	font-size: 38px;
}
.popup-wrap .popup-body {
}
.popup-wrap .popup-body p {
	text-align: center;
	font-size: 16px;
}
.popup-wrap .popup-body p a {
	color: #2196F3;
}
.popup-wrap .popup-footer {
	height: 40px;
	position: absolute; left: 0; right: 0; bottom: 0;
	display: inline-block;
	width: 100%;
	padding: 9px 10px 8px;
	background-color: #efefef;
}
.popup-wrap .popup-footer .checkbox {
	display: inline-block;
}
.popup-wrap .popup-footer .checkbox label {
	font-size: 13px;
	line-height: 22px;
}

.popup-dark {
	background-color: #222;
}
.popup-dark .popup-header h1,
.popup-dark .popup-body p {
	color: #fff;
}

/* crowdsourcing-feature-list */
.crowdsourcing-feature-list li {
	/*float: left;
	width: 20%;*/
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 15px;
	border: 1px solid #aaa;
	background-color: #fff;
}
.crowdsourcing-feature-list li + li {
	margin-top: 15px;
}
/*.crowdsourcing-feature-list li:nth-child(odd) {
	color: #2196F3;
	border-color: #2196F3;
}
.crowdsourcing-feature-list li:nth-child(even) {
	color: #0ed056;
	border-color: #0ed056;
}*/

/* m-banner */
.m-banner {
	text-align: center;
	padding: 60px 0;
	background: #282f39;
}
.m-banner .inner h3,
.m-banner .inner h4 {
	color: #fff;
	margin-top: 0;
	margin-bottom: 20px;
}
.m-banner .inner h3 {
	font-size: 38px;
}
.m-banner .inner h4 {
	font-size: 34px;
}
.m-banner .inner .btn-area .btn {
	padding-left: 30px;
	padding-right: 30px;
}
.m-banner .inner .btn-area .btn + .btn {
	margin-left: 20px;
}

/* table-category-link */
.table-category-link {
	display: inline-block;
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin-left: 0;
	margin-right: 0;
}
.table-category-link li {
	text-align: center;
	padding: 15px 30px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #fff;
}
.table-category-link li a {
	display: block;
	font-size: 16px;
}

/* openSource */
.card-openSource {
	position: relative;
	padding: 20px 25px 20px 90px;
	margin-bottom: 30px;
	border: 1px solid #eee;
	background: #fff;
	-webkit-transition: box-shadow 0.2s;
	-moz-transition: box-shadow 0.2s;
	transition: box-shadow 0.2s;
}
.card-openSource:after {
	content: '';
	position: absolute; top: -1px; left: -1px; right: -1px;
	height: 1px;
	background-color: #0097f6;
}
.card-openSource:hover {
	box-shadow: 0 1px 10px rgba(108, 125, 142, 0.3);
}
.card-openSource .openSource-icon {
	position: absolute; top: 20px; left: 22px;
	display: inline-block;
	overflow: hidden;
	width: 50px;
	height: 50px;
	vertical-align: top;
	border-radius: 50%;
	background-color: #f4f4f4;
}
.card-openSource .openSource-icon img {
	width: 40px;
	height: 40px;
	margin: 5px;
}
.card-openSource h4 {
	overflow: hidden;
	display: inline-block;
	width: 100%;
	font-size: 22px;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 0;
	margin-bottom: 5px;
}
.card-openSource p {
	height: 42px;
	/*height: 63px;*/
	color: #707070;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-top: 0 !important;
	margin-bottom: 20px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.card-openSource .btn-area { /*border: 1px solid red;*/
	text-align: left;
}
.card-openSource .btn-area a + a {
	margin-left: 15px;
}
.card-openSource .btn-area a.link-download {}
.card-openSource .btn-area a.link-overview {}
.card-openSource .btn-area a:hover {
	color: #0097f6;
}
.card-openSource .btn-area a {
	color: #707070;
	font-size: 13px;
}
.card-openSource .btn-area a i {
	margin-left: 5px;
}

/* tutorial-container */
.tutorial-container {
	border: 1px solid #ddd;
	background-color: #fff;
}
.tutorial-container > .row {
	margin-left: 0;
	margin-right: 0;
}
.tutorial-container > .row > div {
	padding-left: 0;
	padding-right: 0;
}
@media (max-width: 1299px) {
	.tutorial-container .video-player,
	.tutorial-container .video-playList {
		height: auto;
	}
	.tutorial-container .video-playList {
		border-top: 1px solid #ddd;
	}
}
@media (min-width: 1300px) {
	.tutorial-container .video-player,
	.tutorial-container .video-playList {
		height: 660px;
	}
	.tutorial-container .video-player {
		border-right: 1px solid #eee;
	}
}
.tutorial-container .video-playList .playList-header {
	font-size: 18px;
	line-height: 54px;
	height: 54px;
	padding: 0 25px;
	border-bottom: 1px solid #eee;
}
.tutorial-container .video-playList .playList-body {
	height: 616px;
	padding: 20px 25px;
	overflow-y: auto;
}
@media (max-width: 1299px) {
	.tutorial-container .video-playList .playList-body {
		height: 500px;
	}
}
/* video-caption */
.tutorial-container .video-player .video-caption {
	padding: 20px 30px;
}
.tutorial-container .video-playList .video-caption {
	padding: 6px 10px 6px 15px;
}
/* video-info (title, time) */
.tutorial-container .video-title {
	color: #333;
}
.tutorial-container .video-player .video-title {
	font-size: 20px;
}
.tutorial-container .video-playList .video-title {
	font-size: 14px;
	min-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	-webkit-line-clamp: 2;
}
.tutorial-container .video-playList .video-title a:hover {
	color: #2196F3;
	/*text-decoration: underline;*/
}
.tutorial-container .video-time {
	display: block;
	color: #999;
	font-size: 13px;
	margin-top: 10px;
}

/* list-play */
.video-playList .list-play {

}
.video-playList .list-play .list-play-item {
	position: relative;
	margin-top: 15px;
}
.video-playList .list-play .list-play-item:first-child {
	margin-top: 0;
}
.video-playList .list-play .list-play-item .item-wrap {
	position: relative;
	min-height: 82px;
	padding-left: 140px;
}
.video-playList .list-play .list-play-item .item-wrap .video-thumbnail {
	position: absolute; top: 0; left: 0;
}
.video-playList .list-play .list-play-item .item-wrap .video-thumbnail .thumbnail-link {
	z-index: 49;
	position: relative;
	display: inline-block;
	width: 140px;
	height: 81px;
	overflow: hidden;
}
.video-playList .list-play .list-play-item .item-wrap .video-thumbnail .thumbnail-link img {
	position: absolute; left: 50%; top: 50%;
	width: auto;
	height: 100%;
	-webkit-transform: translate(-50% -50%);
	transform: translate(-50%, -50%);
}
.video-playList .list-play .list-play-item .item-wrap .video-thumbnail .thumbnail-link:after {
	z-index: 51;
	content: '';
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	display: block;
	background-color: #000;
	opacity: 0.4;
}
.video-playList .list-play .list-play-item.active .item-wrap .video-thumbnail .thumbnail-link:before {
	z-index: 52;
	content: "\ee73";
	position: absolute; top: 50%; left: 50%;
	display: inline-block;
	width: 32px;
	height: 32px;
	color: #2196F3;
	font-family: 'icomoon';
	font-size: 32px;
	line-height: 32px;
	vertical-align: top;
	margin-top: -16px;
	margin-left: -16px;
}



