@charset "utf-8";

html, body {
	height: 100%;
}
body {
	min-width: 360px;
	-webkit-text-size-adjust: none;
	font-family: 'roboto', 'Segoe UI', "Malgun Gothic", Nanum Gothic, Arial, sans-serif;
	color: #666;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: -0.5px; /* 글자 간격 */
	word-spacing: 0px; /* 단어 간격 */
	/* background: url(../img/grid.png) center repeat-y; */
}

@media (min-width: 1200px) {
	.container {
		width: 1070px;
		/*border: 1px solid red;*/
	}
}


/*******************
			common
*******************/

/* a */
a:hover {
	text-decoration: none;
}

/* btn */
.btn-area {
	font-size: 0;
}
.btn-area .btn + .btn {
	margin-left: 15px;
}
.btn {
	font-size: 16px;
	font-weight: 600;
	padding: 8px 20px;
	border-radius: 0;
}
.btn-line {
	color: #fff;
	border: 2px solid #fff;
	background-color: transparent;
}
.btn-default {
	border-color: #dadada;
}
.btn-default:hover,
.btn-default:active {
	border-color: #dadada;
	background-color: #fff;
}
.btn-blue {
	color: #fff;
	border: 1px solid #0a79d4;
	background-color: #0b88ee;
}
.btn-gray {
	color: #fff;
	border: 1px solid #5e5e5e;
	background-color: #6a6a6a;
}
.btn-block {
	color: #fff;
	border: 1px solid #5e5e5e;
	background-color: #6a6a6a;
}
.btn-line:hover,
.btn-blue:hover,
.btn-gray:hover,
.btn-line:focus,
.btn-blue:focus,
.btn-gray:focus {
	color: #fff;
}

.btn-white {
	color: #0b88ee;
	background-color: #fff;
}
.btn-white:hover {
	color: #0b88ee;
}


/* img-area */
/* .img-area {
	position: relative;
	width: 100%;
	overflow: hidden;
} */
/* .img-area img {
	position: absolute; top: 0; bottom: 0; left:0; right: 0;
	width: 100%;
	margin: auto;
} */

/* text-color */
.text-white {color: #fff!important;}
.text-blue {color: #0a88ee!important;}

/* text-align */
.text-left {text-align: left!important;}
.text-center {text-align: center!important;}
.text-right {text-align: right!important;}

/* background-color */
.bg-gray {background-color: #f3f7fb;}
.bg-sky {background-color: #f3f7fb;}
.bg-navy {background-color: #1e242c; color: #fff;}
.bg-skyblue {background-color: #54abf3;}

/* background-img */
.bg-img-01 {
	background: #1e242c url(../img/bg-img-01.png) right 90% center no-repeat;
	background-size: 50% auto;
}
@media (max-width: 991px) {
	.bg-img-01 {
		background: #1e242c;
	}

}
.bg-img-02 {
	background: #f3f7fb url(../img/bg-img-02.jpg) center top no-repeat;
}
.bg-img-03 {
	background: #54abf3 url(../img/bg-img-03.png) right 7% bottom no-repeat;
	background-size: 47% auto;
}
.bg-img-04 {
	background: url(../img/bg-img-04.png) center top 110px no-repeat;
}

/* background-gradation */
.bg-gradation-01 {
	background-color: #54abf3;
	background-image: linear-gradient(to top right, #1ad2fd, #008aff);
}

/* ul li common*/
ul[class*=-list]>li dt {
	color: #333;
	font-size: 17px;
	font-weight: 600;
}
ul[class*=-list]>li dd {
	color: #666;
	font-size: 14px;
}
.inline-list {
	display: inline-block;
	width: 100%;
}
.inline-list li {
	float: left;
}

/* list icon common*/
ul li dl dt {
	position: relative;
}
ul li dl dt .icon-area { /* border: 1px solid red; */
	position: absolute; top: 0;
	width: 70px;
	height: 70px;
}

/* list style */
.style-dot li {
	padding-left: 10px;
	background: url(../img/list-style-dot.png) 0px 5px no-repeat;
}

/* label */
.label {
	font-size: 12px;
	padding:4px 12px;
	text-align: center;
	border-radius: 30px;
}
.label-yellow {
	background: #f8b42b;
}
.label-skyblue {
	background: #54abf3;
}

/* bar-list */
.bar-list {
	display: inline-block;
	width: 100%;
	color: #999;
	font-size: 14px;
	margin-top: 10px;
}
.bar-list li {
	position: relative;
	float: left;
	padding: 0 7px 0 8px;
	margin: 0;
}
.bar-list li:first-child {
	padding-left: 0;
}
.bar-list li:after {
	content: '';
	position: absolute; top: 4px; left: 0px;
	display: block;
	width: 1px;
	height: 12px;
	background-color: #eee;
}
.bar-list li:first-child:after {
	content: none;
}
.bar-list li a{
	color: #888;
}

@media (max-width: 991px) {
	.row>div {
		margin-bottom: 30px;
	}
	/*.form-member .row>div {
		margin-bottom: 15px;
	}*/
}

/*******************
			section
*******************/

/* cd-section */
.cd-section {
	position: relative;
	padding: 80px 0 100px;
	/* border: 1px solid red; */
	/* height:900px; */
}
.cd-section .section-header {
	margin-bottom:40px;
}
.section-header .small-tit {
	color: #ccc;
	font-size: 12px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 4px; /* 글자 간격 */
	margin-bottom: 6px;
}
.section-header h3 {
	display: block;
	color: #333;
	font-weight: 500;
	font-size: 39px;
	line-height: 56px;
	text-align: center;
}
.section-header p {
	max-width: 474px;
	margin-top: 20px;
}
@media (max-width: 991px) {
	.section-header p {
		max-width: 100%;
	}
}

@media (min-width: 1200px) {
	.text-block-wrap .text-block {
		display: block;
	}
}

.cd-section .section-body .sub-txt,
.cd-section .section-body .img-area {
	display: inline-block;
	/*border: 1px solid green;*/
}
.cd-section .section-body .sub-txt {
	/*border: 1px solid blue;*/
	font-size: 17px;
	text-align: justify;
	/*-moz-text-align-last: center;*/
	/*text-align-last: center;*/
	margin-bottom: 25px;
}
.cd-section .section-body .img-area{
	text-align: center;
	margin-top: 25px;
	/*border: 1px solid green;*/
}
.cd-section .section-body .img-area img {
	width: auto;
}
.cd-section .section-body .img-caption {
	display: inline-block;
	width: 100%;
	color: #999;
	font-size: 14px;
	text-align: center;
	margin-top: 20px;
}
@media (max-width: 1200px) {
	.cd-section .section-body .img-area.col-md-12 img,
	.cd-section .section-body .img-area.col-md-10 img,
	.cd-section .section-body .img-area.col-md-8 img,
	.cd-section .section-body .img-area.col-md-5 img {
		width: 100%;
	}
}
@media (max-width: 767px) {
	.cd-section .section-body .img-area.col-md-5 img {
		width: auto;
	}
}
@media (max-width: 530px) {
	.cd-section .section-body .img-area.col-md-6 img {
		width: 100%;
	}
}
@media (max-width: 445px) {
	.cd-section .section-body .img-area.col-md-5 img {
		width: 100%;
	}
}

.big-point {
	/*border: 1px solid red;*/
	display: block;
	color: #42a5f5;
	font-size: 38px;
	font-weight: 700;
	font-style: italic;
	line-height: 46px;
	text-align: center;
	margin-bottom: 20px;
}

/*******************
			visual
*******************/

/* main-visual */
.main-visual {
	width: 100%;
	height: 750px;
	padding:0;
	background: #011931 url(../img/visual-main-bg.jpg) center center no-repeat;
}
.carousel,
.carousel>div {
	position: relative;
	height: 100%;
}
.carousel .carousel-inner {
	padding-bottom: 50px;
}
.carousel .carousel-caption {
	position: absolute; top:50%; right:30%; bottom:auto; left:20px;
	/* width: 60%; */
	text-align: left;
	padding: 0;
	margin:-125px 0 0 0;
}
.carousel .carousel-caption h5 {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.9px; /* 글자 간격 */
}
.carousel .carousel-caption h4 {
	font-size: 45px;
	font-weight: 600;
	line-height: 60px;
	letter-spacing: -0.9px; /* 글자 간격 */
	margin:20px 0 25px;
}
.carousel .carousel-caption h4 span {
	font-size: 55px;
}
.carousel .carousel-caption p {
}
.carousel .carousel-caption .btn-area {
	margin-top: 40px;
}
/* sub-visual */
.sub-visual {
	width: 100%;
	height: 525px;
	padding:0;
	background-color: #061d3c;
}
.sub-visual.sub-m1 {
	background: #061d3c url(../img/visual-sub-bg-01.jpg) center center no-repeat;
}
.sub-visual.sub-m2 {
	background: url(../img/visual-sub-bg-02.jpg) center center no-repeat;
}
.sub-visual.sub-m3 {
	background: #061d3c url(../img/visual-sub-bg-03.jpg) center center no-repeat;
}
.sub-visual .container {
	position: relative;
	height: 100%;
}
.sub-visual .visual-caption { /* border:1px solid red; */
	position: absolute; top:50%; right:40%; bottom:auto; left:20px;
	color: #fff;
	text-align: left;
	padding: 0;
	margin:-110px 0 0 0;
}
.sub-visual .visual-caption h2 small {
	color: #eee;
	font-size: 24px;
	line-height: 32px;
}
.sub-visual .visual-caption h2 .name{
	display: block;
	font-size: 50px;
	line-height: 65px;
	margin-top: 10px;
}
.sub-visual .visual-caption .breadcrumb {
	display: inline-block;
	color: #fff;
	font-size: 13px;
	padding: 4px 20px;
	margin: 70px 0 0;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.3);
}
.sub-visual .visual-caption .breadcrumb a,
.sub-visual .visual-caption .breadcrumb li.active {
	color: #ccc;
}
@media (max-width: 767px) {
	.main-visual .carousel-caption,
	.sub-visual .visual-caption {
		right: 15px; left: 15px;
		text-align: center;
	}
}

/* onePage-wrap */
.onePage-wrap {
	min-height:100%;
	padding:60px 0;
	background: url(../img/bg-img-06.png) 0 0 repeat;
}
.onePage-footer p {
	color: #929292;
	font-size: 13px;
	text-align: center;
	margin-top: 20px;
}

/*******************
			form
*******************/

form .row>.left {
	padding-right: 7px;
}
form .row>.right {
	padding-left: 7px;
}
@media (max-width: 1200px) {
	form .row>.left {
		padding-right: 15px;
	}
	form .row>.right {
		padding-left: 15px;
	}
}

/* form-control  */
.form-control {
	color: #333;
	height: 46px;
	border-color: #dadada;
	border-radius: 0;
	background-color: #fafafa;
	box-shadow: none;
}
.form-control:focus {
	border-color: #0b88ee;
	background-color: #fff;
	box-shadow: none;
}
.input-group-addon {
	border: none;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	background-color: #ebebeb;
	border-radius: 0;
}

/* form-member */
.form-member {
	width: 460px;
	padding: 40px 30px;
	margin: 0 auto;
	border: 1px solid #dadada;
	background-color: #fff;
	/*box-shadow: 0 0 6px 0 rgba(0,0,0,.10);*/
	box-shadow:0px 20px 20px -20px rgba(0, 0, 0, 0.2)
}
.form-member .form-header {
	text-align: center;
}
.form-member .form-header .brand {
	display: inline-block;
	width: 265px;
	height: 50px;
	margin: 10px 0;
	/*background: url(../img/member-logo-datamixi.png) center center no-repeat;*/
}
.form-member .form-header h2 {
	color: #444;
	font-size:20px;
	font-weight: 600;
	text-align: center;
}
.form-member .form-header h3 {
	color: #333;
	font-size:22px;
	font-weight: 600;
	text-align: center;
	margin-top: 25px;
}
.form-member .form-body {
	margin: 30px 0 20px;
}
.form-member .form-body p {
	text-align: center;
	margin-bottom: 20px;
}
.form-member .btn-area .btn {
	width: 100%;
	height: 50px;
	line-height: 32px;
	border-radius: 0;
}
.login-wrap, .password-wrap {
	margin: 70px auto;
}

/* check */
.check-all {

}
.check-each {
	padding: 5px 15px;
	border: 1px solid #dadada;
	background: #ebebeb;
}
.check-each a {
	float: right;
	cursor: pointer;
	color: #888;
	font-size: 13px;
	text-decoration: underline;
}
.check-save {
	float: left;
}
.check-save .checkbox {
	margin: 0;
}
.find-password {
	float: right;
	color: #666;
	font-size: 14px;
}
.find-password:hover {
	color: #666;
	text-decoration: underline;
}

/* checkbox, radio */
.checkbox label,
.radio label {
	font-size: 14px;
	padding-left: 25px;
}
input[type=checkbox],
input[type=radio] {
	display: none;
}
input[type=checkbox],
input[type=radio] {
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin-left:-25px;
}
input[type=checkbox]:before,
input[type=radio]:before {
	content: "";
	position: absolute; left: -5px; top: -3px;
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #dadada;
	background-color: #fff;
}
input[type=radio]:before {
	border-radius: 50%;
}
input[type=checkbox]:checked:before,
input[type=radio]:checked:before {
	font-size: 18px;
	font-weight:800;
	color: #fff;
	text-align: center;
	line-height: 18px;
	border:1px solid #2f87c1;
}
input[type=checkbox]:checked:before {
	background:#0b88ee url(../img/form-check.png) center center no-repeat;
}
input[type=radio]:checked:before {
	background:#fff url(../img/form-radio.png) center center no-repeat;
}

/*******************
			footer
*******************/

.footer {
	padding:50px 0 100px;;
	background-color: #1e242c;
}
.footer .footer-link {
	display: inline-block;
	width: 100%;
	line-height: 35px;
}
.footer .footer-link ul li+li {
	margin-left:15px;
}
/* terms-list */
.footer .terms-list li a {
	color: #999;
	font-size: 14px;
}
.footer .terms-list li a:hover,
.footer .social-list li a:hover {
	color: #eee;
	text-decoration: none;
}
/* social-list */
.footer .social-list li a {
	display: inline-block;
	width: 25px;
	color: #ccc;
	font-size: 18px;
	text-align: center;
}
.footer .social-list li a.ziny .z {
	font-size:21px;
	font-weight: 700;
}
.footer .social-list li a:hover {
	color: #0b88ee;
}
/* copyright */
.footer .copyright {
	color: #8191a2;
	font-size:14px;
	text-align: center;
	padding-top: 35px;
	border-top:1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 767px) {
	.footer-link .pull-left,
	.footer-link .pull-right {
		float: none!important;
		display: inline-block;
		width: 100%;
		text-align: center;
	}
	.footer .terms-list,
	.footer .social-list {
		width: auto;
	}
}

/*******************
			modal
*******************/

/* modal-type1 */
.modal-type1 .modal-content {
	border-radius: 0;
}
.modal-type1 .modal-header {
	color: #fff;
	font-size: 18px;
	border-color: #1b2027;
	background-color: #1e242c;
}
.modal-type1 .modal-header .close {
	opacity: 1;
}
.modal-type1 .modal-body {
	background-color: #f4f4f4;
}
.modal-type1 .modal-footer {
	padding: 0 15px 15px;
	border-top: none;
	text-align: center;
	background-color: #f4f4f4;
}
.modal-type1 .modal-footer .btn {
	border-radius: 0;
}

/* modal-alert */
.modal-alert {
	text-align: center;
	margin: 0;
	border: none;
	z-index: 1041;
}
.modal-alert .modal-content {
	border-radius: 0;
}
.modal-alert .modal-header {
	height: 50px;
	border-bottom: none;
}
.modal-alert .modal-header .close {
	opacity: 1;
	color: #ccc;
	font-size: 40px;
	font-weight: 400;
	margin-top: -11px;
}
.modal-alert .modal-footer {
	text-align: center;
	border-top: none;
}
.modal-alert .modal-footer .btn {
	border-radius: 0;
}
.modal-alert .modal-body .big-text {
	margin-top:20px;
	color:#333;
	font-size:22px;
	font-weight:600;
}
.modal-alert .modal-body .small-text {
	margin-top:10px;
	color:#666;
	font-size:16px;
}
.modal-alert .icon {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto 15px;
	background: url(../img/icon_alert.png) no-repeat;
}
.alert-s-delete .icon,
.bulk-action-alert-modal .icon {
	background-position:0px 0px;
}
.alert-s-info .icon {background-position:-72px 0px;}
.alert-s-question .icon {background-position:-144px 0px;}
.alert-s-check .icon {background-position:-216px 0px;}
.alert-s-warning .icon {background-position:-288px 0px;}
.alert-s-error .icon {background-position:-360px 0px;}
.alert-s-send .icon {background-position: -432px 0px;}
.alert-s-logout .icon {background-position: -504px 0px;}
.alert-s-transpose .icon {background-position:-360px 0px;}


/* terms */
.terms-wrap {
	height: 300px;
	overflow-x: auto;
	padding: 20px;
	border: 1px solid #dadada;
	background-color: #fff;
}
.paragraph {
	font-size:13px;
	line-height:20px;
	padding:10px;
}
.paragraph h3 {
	color: #333;
	font-size:18px;
	font-weight:600;
	margin-bottom:10px;
}
.paragraph h5 {
	color: #555;
	font-size:15px;
	font-weight:600;
}
.paragraph p {
	margin-bottom:5px;
}
.paragraph ul.list-num {
	margin-bottom:25px;
	text-indent:-11px;
	padding-left:18px;
}
.paragraph ul.list-dot li {
	list-style-type:square;
	padding-left:5px;
	margin-left:6px;
}
.paragraph p,
.paragraph ul li {
	margin-top: 4px;
}
.paragraph ul li ul {
	padding-left:14px;
}

.arrow-list {
	position: relative;
	text-align: center;
}
.arrow-list>li { /*border: 1px solid blue;*/
	position: relative;
	text-align: center;
}
.arrow-list>li:after {
	position: absolute; top: 100px; right: -20px;
	content: '';
	display: inline-block;
	width: 40px;
	height: 73px;
	margin-top: -36px;
	background: url(../img/carousel-control.png) -40px 0 no-repeat;
	opacity: .5;
}
.arrow-list>li:last-child:after {
	content: none;
}
.arrow-list li .circle-area {
	position:relative;
	display:inline-block;
	width:200px;
	height:200px;
	text-align:center;
	padding:6px 0px;
	border-radius:50%;
	background:#8BC9DD;
}
.arrow-list li .circle-area div {
	display:inline-block;
	width:168px;
	height:168px;
	margin-top:-5px;
	background:url(../images/cont-icon-03.png) 0 0 no-repeat;
}
.arrow-list>li dl dt {
	margin: 10px 0 10px;
}
.arrow-list>li dl dt span {
	display: inline-block;
	font-weight: 400;
	margin: 15px 0 6px 0;
	background-color: #1e242c;
}
@media (max-width: 767px) {
	.arrow-list>li {
		margin-bottom: 90px;
	}
	.arrow-list>li:after {
	top: auto; bottom: -70px; right: 50%;
	width: 73px;
	height: 40px;
	margin-right: -36px;
	background: url(../img/carousel-control2.png) 0 -40px no-repeat;
	}
}

/* line-tabs */
.line-tabs {
	display: inline-block;
	width: 100%;
	text-align: center;
	border-bottom: 3px solid #e4e4e4;
	margin-bottom: 30px;
}
.line-tabs > li {
	display: inline-block;
	float: none;
}
.nav-tabs > li > a {
	position: relative;
	color: #888;
	padding:10px 0;
	margin:0 10px;
	border-radius: 0;
}
.line-tabs > li.active > a,
.line-tabs > li.active > a:hover,
.line-tabs > li.active > a:focus {
	color: #0a88ee;
}
.line-tabs > li > a:hover,
.line-tabs > li > a:focus,
.line-tabs > li.active > a,
.line-tabs > li.active > a:hover,
.line-tabs > li.active > a:focus {
	border-color: transparent;
	background-color: transparent;
}
.line-tabs > li.active > a:after {
	content: '';
	position: absolute; right :0; bottom: -3px; left: 0;
	display: inline-block;
	width: 100%;
	height: 3px;
	background-color: #0a88ee;
}


.banner-txt h4 {
	color: #fff;
	font-size: 26px;
	margin-bottom: 20px;
}
.banner-txt p {
	color: #fafafa;
}
.banner-txt .btn-area {
	margin-top: 40px;
}
.banner-txt .btn-area .btn {
	border-radius: 0!important;
}