@charset "utf-8";
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff; word-break: keep-all !important;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
}



.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}
.sub-layout{
}

/* 상단 네비게이션 */

.navbar.navbar-inverse{
	background-color: rgba(0,0,0,0);
	border: 0;
	margin-bottom:0;
	padding: 18px 0;
}
.navbar-header .navbar-brand{
    display: block;
	padding: 0;
    font-size: 20px;
	width: 100px;
	margin-left: 0 !important;
}
.navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.nav.navbar-nav > li > a {
    display: block;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    color: #fff;
    line-height: 52px;
    position: relative;
    font-weight: 500;
}
.nav.navbar-nav > li:hover > a,
.nav.navbar-nav > li.open > a,
.nav.navbar-nav > li:focus > a,
.navbar-inverse .navbar-nav>.open>a,
.navbar-inverse .navbar-nav>.open>a:focus,
.navbar-inverse .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: transparent;
}
.nav.navbar-nav li .dropdown-menu {
    left: 10px;
    right: auto;
    border-radius: 0;
    border: 0;
    background: rgba(0, 0, 0, 0.7);
    animation-name: dropdownAnim;
    animation-duration: .4s;
    animation-fill-mode: forwards;
    padding: 15px 20px;
}
@keyframes dropdownAnim{
    0%{
        left: 20px;
        opacity: 0;
    }
    100%{
        left: 0px;
        opacity: 1;
    }
}
.nav.navbar-nav li .dropdown-menu li a {
    color: #fff;
    opacity: 0.8;
    padding: 5px 0;
	font-size: 15px;
}
.nav.navbar-nav li .dropdown-menu li:hover a{
	background: rgba(0,0,0,0);
	opacity:1;
	text-decoration:underline;
}

/* //상단 네비게이션 */

/* 슬라이드 영역 */
.fill{
	height: 900px;
}
.container.container_slide{
	width: 100%;
	padding: 0;
}
.carousel-inner .item .carousel-caption{
	top: 50%;
	bottom: auto;
	transform: translateY(-50%);
}
.carousel-inner .item .carousel-caption h1 {
    font-weight: 500;
    line-height: 1.5;
    font-size: 65px;
    letter-spacing: -0.03em;
    margin: 0;
}
.carousel-inner .item .carousel-caption p {
    font-size: 22px;
    font-weight: 300;
    letter-spacing: -0.01em;
    margin: 12px 0 0;
}
.carousel-inner .item .carousel-caption h1 span,
.carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
    opacity: 1;
	padding: 0;
}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.mobile-btn-layout-container{
	display: none;
}
.container.container_contents{
	padding: 0;
	width: 100%;
}
.row.intro-html-layout{
	margin-right: 0;
	margin-left: 0;
}
.row.intro-html-layout > .col-sm-12{
	padding-right: 0;
	padding-left: 0;
}
.mainPage{
    overflow: hidden;
}
.mainPage .row{
	margin-left: 0;
	margin-right: 0;
}
.mainPage .caption{

}
.mainPage .col-xs-12{

	color: #fff;
	padding-right: 0;
	padding-left: 0;
	position: relative;
	transition:0.4s;
}
.mainPage .page-box .col-xs-12{
	height: 320px;
}
.mainPage .page-box .link-box {
    padding: 80px 80px 0;
    display: block;
    color: #fff;
	text-decoration:none;
}
.mainPage .caption h4 {
    font-size: 35px;
    font-weight: 600;
    position: relative;
    margin: 0 0 15px;
}
.mainPage .caption p {
    font-size: 17px;
    position: relative;
    opacity: 0.8;
    margin: 0;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.mainPage .more {
    display: inline-block;
    padding: 0 20px;
    margin-top: 45px;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 15px;
    opacity: 1;
    width: 160px;
    height: 48px;
    line-height: 46px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
}
.mainPage .more:after {
    content: "";
    width: 11px;
    height: 11px;
    background: url(/skin/img/main/plus_icon_on.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 17px;
}
.mainPage .more img{
    display: inline-block;
    margin-left: 50px;
	display:none;
}
.mainPage .bbs-box .link-box {
    padding: 70px 80px 0;
    min-height: 200px;
    display: block;
}


.mainPage .bbs-box .link-box h4{
	font-size:24px;
	margin: 0 0 12px;
	border-bottom:1px solid rgba(0,0,0,0);
	transition: 0.2s;
	display:inline-block;
}
.mainPage .bbs-box .link-box p{
	font-size:15px;
}
.mainPage .bbs-box .link-box img {
    float: right;
    margin-top: -10px;
    opacity: 0.5;
	transition:0.2s
}
.mainPage .col-xs-12 a.link{
	position: absolute;
	right: 0;
	bottom: 0;
	display: block;
	width: 65px;
	height: 65px;
}
.mainPage .page-box > .row > .col-xs-12:nth-child(1){
	background-image: url('/skin/img/main/main01.jpg');
	background-repeat:no-repeat;
	background-position: center;
	background-size: 104%;
	transition: 0.4s;
}
.mainPage .page-box > .row > .col-xs-12:nth-child(2){
	background-image: url('/skin/img/main/main02.jpg');
	background-repeat:no-repeat;
	background-position: center;
	background-size: 104%;
	transition: 0.4s;

}
.mainPage .bbs-box > .row > .col-xs-12:nth-child(1){
	background: #1C3465;
}
.mainPage .bbs-box > .row > .col-xs-12:nth-child(2){
	background: #296ACB;
}
.mainPage .bbs-box > .row > .col-xs-12:nth-child(3){
	background: #13AF97;
}
.mainPage > div > .row > .col-xs-12{
	position: relative;
}
.mainPage > div > .row > .col-xs-12:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0,0,0,0.35);
	transition: all .4s ease;
}
.mainPage > div > .row > .col-xs-12:hover{
	background-size: 105% !important;
}
.mainPage > div > .row > .col-xs-12:hover:before{
	background: rgba(0,0,0,0.2);
}
.mainPage .bbs-box > .row > .col-xs-12:before {
    content:none;
}
.mainPage .bbs-box .link-box:hover h4{
	border-bottom:1px solid #fff;
}
.mainPage .bbs-box .link-box:hover img{
	opacity:1;
}
.mainPage .page-box > .row > .col-xs-12:nth-child(1) a.link{
	background: #0472BD;
}
.mainPage .page-box > .row > .col-xs-12:nth-child(2) a.link{
	background: #296ACB;
}
.mainPage .bbs-box > .row > .col-xs-12 a.link{
	background: #111111;
}





/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.subHeader .container {
    height: 330px;
    position: relative;
}

.subHeader {
	height: 330px;
	background-image: url(/skin/img/sub/sub_title.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 0px;
}
.subHeader .container h2 {
    text-align: center;
    color: #fff;
    font-size: 45px;
    margin: 160px 0 0;
    letter-spacing: -0.02em;
}
.subHeader .container h2:after {
    content: "Service Solution Provider";
    display: block;
    font-size: 16px;
    font-weight: 300;
    margin-top: 14px;
    letter-spacing: 2px;
    opacity: 0.4;
}
.breadcrumb-wrap{
	padding: 10px 0;
}
.breadcrumb-wrap::after{
	content: '';
	clear: both;
	display: table;
}
.container .breadcrumb {
    background: rgba(0,0,0,0);
    padding: 0;
    margin: 0;
    font-size: 12px;
	float: right;
}
.container .breadcrumb li > a{
	color: #888;
}
.container .breadcrumb .active{
	color: #555;
	font-weight:600;
}
.subBody {
    padding: 30px 0 100px;
}
.subMenu {

}
.subMenu .subside_title {
    margin: 0 0 20px;
    color: #1C3465;
    font-size: 32px;
    line-height: 1;
    letter-spacing: -0.02em;
}
.subMenu .nav{
	border-top: 2px solid #1C3465;
	position: relative;
}
.subMenu .nav::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 0;
    display: block;
    width: 45px;
    border-top: 2px solid #ed1c24;
}
.subMenu .nav > li{
	margin-top: 0;
    border-bottom: 1px solid #ddd;
}
.subMenu .nav > li > a {
    border-radius: 0;
    color: #444;
    font-size: 16px;
    letter-spacing: -0.03em;
    padding: 0;
    padding: 18px 15px;
    display: block;
    font-weight: 500;
    line-height: 1;
}
.subMenu .nav > li > a::after{
	content: '';
	display: table;
	clear: both;
}
.subMenu .nav > li > a:hover {
    color: #444;
    background: rgba(0,0,0,0);
}
.subMenu .nav > li.active > a,
.subMenu .nav > li.active > a:hover,
.subMenu .nav > li.active > a:focus{
    color: #fff;
    background: #296ACB;
}
.subMenu .nav > li.active > a::after{
	content: '\f105';
	font-family: FontAwesome;
	float: right;
	font-size:18px;
}
.subMenu .nav > li.active .inner-nav{
	padding: 12px 0px 12px 20px;
	background: #F8F8F8;
}
.subMenu .nav > li.active .inner-nav > li {
    margin: 6px 0;
    position: relative;
    padding-left: 12px;
}
.subMenu .nav > li.active .inner-nav > li::before {
    content: "";
    width: 6px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 10px;
}
.subMenu .nav > li.active .inner-nav > li > a {
    font-size: 14px;
    color: #666;
    font-weight: 400;
    letter-spacing: -0.04em;
}
.subMenu .nav > li.active .inner-nav > li.active > a {
    color: #296acb;
    font-weight: 500;
}
.subContent_title {
    padding-bottom: 20px;
    margin: 0 0 45px;
    border-bottom: 1px solid #c3c3c3;
    font-size: 33px;
    font-weight: 500;
    color: #222;
    line-height: 1;
    letter-spacing: -0.015em;
}
.subContent_title > small {
    color: #454545;
    margin-left: 10px;
    font-size: 45%;
    letter-spacing: -0.02em;
}
@media (min-width:768px){
	.subMenu {
		width: 22%;
    	padding-right: 40px;
	}
	.subContent {
		width: 78%;
	}
}
.subContent_inner .content{
	padding: 0 0 50px;
}
.subContent_inner .content p,
.subContent_inner .content li,
.subContent_inner .content td,
.subContent_inner .content dd {
    font-size: 15px;
    letter-spacing: -0.02em;
    line-height: 1.6;
    color: #666;
}

.history{

}
.history .history-box {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.history .history-box .year {
    font-size: 40px;
    margin: 0 auto;
    border-radius: 50%;
    color: #296acb;
    text-align: right;
    line-height: 1;
}
.history .history-box .list-history {
    margin: 0;
}
.history .history-box .list-history > li {
    line-height: 2;
    position: relative;
}
.history .history-box .list-history > li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: -10px;
    display: block;
    width: 3px;
    height: 3px;
    background: #B5B5B5;
}

#About02 .con1 p {
    margin-bottom: 20px;
}
#About02 .con1 img {
    box-shadow: 15px 15px 0 #eee;
}
#About02 .intro {
    font-size: 24px;
    font-weight: 400;
    color: #296acb;
    letter-spacing: -0.04em;
    line-height: 1.4;
    margin: 0 0 25px;
}
#About02 .epilogue {
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin: 30px 0 0;
}
#About04 h4 {
    font-size: 20px;
    color: #1C3465;
    background: #fff;
    margin: 0 0 15px;
}
#About04 .content .list-location {
    margin: 15px 0 0;
    padding: 0;
}
#About04 .content .list-location > li {
    font-size: 15px;
    padding: 14px 0;
    color: #555;
    letter-spacing: -0.015em;
    border-bottom: 1px solid #ddd;
}
#About04 .content .list-location > li:first-child {
    border-top: 2px solid #333;
}
#About04 .content .list-location > li:after{
	content: '';
	clear: both;
	display: table;
}
#About04 .content .list-location > li > span {
    display: block;
    font-weight: 600;
    color: #333;
    letter-spacing: 0;
    float: left;
    width: 75px;
}
[id^="Business"] .product-title{
	margin-bottom: 50px;
    margin-top: 30px;
}
[id^="Business"] .product-title > p {
    font-size: 15px;
    color: #333;
}
[id^="Business"] .product-title > .row {
    margin-top: 40px;
}
[id^="Business"] .product-title > p + .row:before {
    content: "";
    margin: 0 auto 40px;
    border-bottom: 1px dashed #ddd;
    width: calc(100% - 30px);
}
[id^="Business"] .product-title .list-summary,
[id^="Business"] .biz-box .list-summary{
	padding: 0px 0 0px 20px;
}
#Business01-1 .product-title .list-summary{
	margin-top: 80px;
}
#Business01-2 .product-title .list-summary{
	margin-top: 50px;
}
#Business01-3 .product-title img {
    margin-top: 30px;
}
#Business03-2 .product-title .list-summary{
	margin-top: 20px;
}
#Business04-2 .biz-box {
    margin-top: 0;
}
#Business04-2 .biz-box .list-summary{
	margin-top: 20px;
}
[id^="Business"] .product-title .list-summary > li,
[id^="Business"] .biz-box .list-summary > li{
	position: relative;
    margin: 4px 0;
}
[id^="Business"] .product-title .list-summary > li::before,
[id^="Business"] .biz-box .list-summary > li::before{
	content: '';
    position: absolute;
    top: 10px;
    left: -10px;
    display: block;
    width: 3px;
    height: 3px;
    background: #B5B5B5;
}
[id^="Business"] .product-title .list-summary > li > .list-inner{
	padding-left: 0px;
	margin-bottom: 15px;
}
[id^="Business"] .product-title .list-summary > li > .list-inner > li {
    font-size: 13px;
    position: relative;
    padding-left: 10px;
}
[id^="Business"] .product-title .list-summary > li > .list-inner > li::before {
    content: "";
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 10px;
}
[id^="Business"] .product-spec{

}
[id^="Business"] .product-spec h5 {
    color: #fff;
    font-size: 18px;
    display: block;
    border-bottom: 2px solid #1C3465;
    padding: 8px 12px;
    position: relative;
    margin: 0 0 15px;
}
[id^="Business"] .product-spec h5::before{
	content: '';
    display: block;
    width: 70px;
    background: #1C3465;
    position: absolute;
    height: 36px;
    top: 0;
    left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
    z-index: -1;
}
[id^="Business"] .product-spec .gen{

}
[id^="Business"] .product-spec .gen dt {
    font-size: 15px;
    margin: 0 0 3px;
}
[id^="Business"] .product-spec .gen dd {
    position: relative;
    color: #666666;
    font-size: 14px;
    margin-left: 20px;
    line-height: 1.9;
}
[id^="Business"] .product-spec .gen dd::before{
	content: '';
    position: absolute;
    top: 12px;
    left: -10px;
    display: block;
    width: 3px;
    height: 3px;
    background: #B5B5B5;
}
[id^="Business"] .biz-box{
	margin-top: 30px;
	margin-bottom: 40px;
}
[id^="Business"] .biz-box h5 {
    font-size: 20px;
    color: #1C3465;
    background: #fff;
    margin-bottom: 15px;
    padding-left: 6px;
    border-left: 5px solid;
    line-height: 1;
}
[id^="Business"] p.img-title{
	font-size: 15px;
	font-weight: 600;
	color: #222;
	text-align: center;
	margin:10px 0;
}
#Business01-3 .product-spec h5 {
    padding:  0 0 10px;
    margin-bottom: 30px;
}
#Business01-3 .product-spec h5:before {
    content: none;
}
#Business02-1 .imgWrap {
    border: 1px solid #ddd;
    padding: 30px 0;
}

#Business02-1 .devide .row {
}
#Business02-1 .devide .col-sm-4 {
    text-align: center;
}
#Business02-1 .devWrap {
    background: #f2f3f5;
    padding: 0 20px 10px;
    border: 1px solid #d1d6dc;
}
#Business02-1 .devide h6 {
    background: #296acb;
    font-size: 16px;
    color: #fff;
    padding: 12px;
    margin: -1px -21px 20px;
}
#Business02-1 .devide .img-box {
    margin-bottom: 10px;
    padding: 20px 10px;
    background: #fff;
}
#Business02-1 .devide .img-tile {
    font-weight: 600 !important;
    color: #333;
    margin: 0 0 5px;
}
#Business02-1 .devide .img-label {
    font-size: 14px;
    width: 80%;
    margin: 7px auto 0;
    line-height: 1.4;
}

#Business02-3 p.active-intro {
    font-size: 22px;
    color: #1C3465;
    font-weight: 500;
    padding: 40px 15px;
    line-height: 1.45;
    text-align: center;
}

#Business02-3 .biz-box {
    margin-top: 100px !important;
}
#Business02-3 .biz-box > .row{
	margin-bottom: 50px;
}
#Business02-3 .activeVideo{
	padding: 25px;
	background: #f6f6f6;
}
#Business02-3 .activeVideo dt{
	color: #333;
	font-size: 16px;
	margin-bottom: 6px;
}
#Business02-3 .activeVideo dd{
/* 	color: #fff; */
	line-height: 1.5;
	font-size:14px;
}

#Business02-3 .biz-box > .row:nth-child(1) .activeVideo{
    border-left: 2px solid #8090A2;
}
#Business02-3 .biz-box > .row:nth-child(2) .activeVideo{
    border-left: 2px solid #00B0F0;
}
#Business02-3 .biz-box > .row:nth-child(3) .activeVideo{
    border-left: 2px solid #0071C0;
}
#Business02-3 .biz-box .thumbnail {
    border: 0;
    padding: 0;
    margin: 0 0 20px;
}
#Business02-3 .biz-box .thumbnail:after {
    content: "";
    display: block;
    clear: both;
}
#Business02-3 .biz-box .thumbnail .icon-box {
    text-align: center;
    padding: 25px 10px 18px;
    background: #dde9f7;
    float: left;
    width: 160px;
    border-radius: 50%;
    height: 160px;
}
#Business02-3 .biz-box .thumbnail .icon-box > img {
    width: 80px;
}
#Business02-3 .biz-box .thumbnail .icon-box > span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.03em;
}
#Business02-3 .biz-box .thumbnail .caption {
    padding: 38px 20px 0;
    float: right;
    width: calc(100% - 160px);
    margin: 0;
}
#Business02-3 .biz-box .thumbnail .caption dt {
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}
#Business02-3 .biz-box .thumbnail .caption dd{
    font-size: 14px;
	position: relative;
	margin-left: 15px;
}
#Business02-3 .biz-box .thumbnail .caption dd::before{
	content: '';
    position: absolute;
    top: 7px;
    left: -10px;
    display: block;
    width: 4px;
    height: 4px;
    background: #B5B5B5;
}
[id^="Business"] .content h4 {
    font-size: 20px;
    color: #1C3465;
    background: #fff;
    margin-bottom: 15px;
    padding-left: 6px;
    border-left: 5px solid;
    line-height: 1;
}
[id^="Business03"] .content h5::before{
	content: '';
	display: block;
	width: 172px;
	background: #1C3465;
	position: absolute;
	height: 36px;
	top: 0;
	left: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	z-index: -1;
}
#Business05-1 .tech-intro {
    padding: 40px 50px;
    margin-bottom: 50px;
    background: #f2f3f5;
    border: 1px solid #d1d6dc;
}
@media  (min-width: 768px){
	#Business05-1 .tech-intro > .row > .col-xs-12{
		width: 20%;
	}
}
#Business05-1 .tech-intro > .row > .col-xs-12 .tech-box {
    text-align: center;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    border: 1px solid #296acb;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 11px rgba(85, 116, 177, 0.2);
}
#Business05-1 .tech-intro > .row > .col-xs-12 .tech-box p {
    color: #296acb;
    font-size: 18px;
    font-weight: 500;
    padding-top: 53px;
    line-height: 1.25;
}
#Business05-1 .tech-info {
    border-top: 1px solid #ddd;
}
#Business05-1 .tech-info .info-box {
    padding: 50px 20px;
    border-bottom: 1px dashed #ddd;
}
#Business05-1 .tech-info .info-box h5 {
    font-size: 22px;
    color: #333;
    letter-spacing: -0.02em;
    margin: 0 0 6px;
}
#Business05-1 .tech-info .info-box p {
    color: #296acb;
    font-size: 16px;
    margin-bottom: 19px;
}
#Business05-1 .tech-info .info-box .list-inner {
    padding-left: 0px;
    margin: 0;
}
#Business05-1 .tech-info .info-box .list-inner > li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 3px;
}
#Business05-1 .tech-info .info-box .list-inner > li::before {
    content: "";
    width: 5px;
    height: 1px;
    background: #999;
    position: absolute;
    left: 0;
    top: 12px;
}
#Business05-2 .content p.text-center,
#Business05-3 .content p.text-center {
    font-size: 18px;
    color: #333;
    font-weight: 400;
    padding: 0 0px 30px;
    line-height: 1.45;
    margin: 0;
    text-align: left;
}
#Business05-2 .content .img-box {
    margin-bottom: 60px;
}
#Business05-3 .img-box {
    padding: 40px;
    background: #f2f3f5;
    border: 1px solid #d1d6dc;
    margin-bottom: 60px;
}
#Business05-3 .con1 .biz-box:nth-child(2) .img-box:nth-child(4) {
    padding: 40px 40px 20px;
}
#Business05-3 .con1 .biz-box:nth-child(2) .img-box:nth-child(4) .row {
    margin-left: -10px;
    margin-right: -10px;
}
#Business05-3 .con1 .biz-box:nth-child(2) .img-box:nth-child(4) .row > div {
    padding: 0 10px;
}
#Business05-3 .con1 .biz-box:nth-child(2) .img-box:nth-child(4) img {
    margin-bottom: 20px;
    outline: 1px solid #ddd;
}
#Business05-3 .con1 .biz-box:nth-child(2) .img-box:nth-child(4) > .row > .col-xs-12:nth-child(1){
	padding-right: 30px;
	position: relative;
}
#Business05-3 .con1 .biz-box:nth-child(2) .img-box:nth-child(4) > .row > .col-xs-12:nth-child(1):after{
	content: '\f067';
    font-family: FontAwesome;
    position: absolute;
    top: 45%;
    right: -12px;
    transform: translateY(-50%);
    font-size: 30px;
    color: #296ACB;
}

#Business05-3 .con1 .biz-box:nth-child(2) .img-box:nth-child(4) > .row > .col-xs-12:nth-child(2){
	padding-left: 30px;
}

#Business05-3 .con1 .biz-box .hue-box {
    padding: 20px 12px 0;
    border: 1px solid #296ACB;
    text-align: center;
    background: #fff;
    height: 108px;
}
#Business05-3 .con1 .biz-box .hue-box > p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #296ACB;
    line-height: 1.4;
}
#Business05-3 .con3 .interactive-box {
    padding: 0 0 60px;
}
#Business05-3 .con3 .interactive-box > .row {
    margin-left: -10px;
    margin-right: -10px;
}
#Business05-3 .con3 .interactive-box > .row > div {
    padding: 0 10px;
}
#Business05-3 .con3 .interactive-box .col-md-2 p {
    text-align: center;
    width: 130px;
    height: 130px;
    line-height: 128px;
    font-size: 18px;
    font-weight: 500;
    margin: 0 auto;
    border: 1px solid #296acb;
    color: #296acb;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 8px 11px rgba(85, 116, 177, 0.2);
}
#Business05-3 .con3 .img-box{
	text-align: center;
}
#Business05-3 .con3 .img-box .col-xs-12{
	display: inline-block;
	float: none;
}
#Business05-3 .con3 .img-box .col-xs-12 img{
	margin-bottom: 30px;
}

.subContent .table {
    border-top: 2px solid #444;
}

.table-responsive .table tr{
	border-bottom: 1px solid #d9d9d9;
}
.table-responsive .table > thead > tr > th,
.table-responsive .table > tbody > tr > th,
.table-responsive .table > tfoot > tr > th,
.table-responsive .table > thead > tr > td,
.table-responsive .table > tbody > tr > td,
.table-responsive .table > tfoot > tr > td{
	padding: 12px 14px;
	vertical-align: middle;
	color: #666;
	font-size:15px;
}
.table-responsive .table > thead > tr > th, 
.table-responsive .table > tbody > tr > th, 
.table-responsive .table > tbody > tr > td.subth{
	text-align: center;
}
.table-responsive .table > thead > tr > th{
	background-color: #384b71;
	color: #fff !important;
}
.table-responsive .table > tbody > tr > th {
    background-color: #eaeaea;
	color:#222
}
.table-responsive .table > tbody > tr > td.subth {
    background-color: #f6f6f6;
	color:#333
}
.table-responsive .table > thead > tr > th{vertical-align: middle; border-bottom: 1px solid #ccc; font-weight: 500; color: #333;}
.table-responsive .table > tbody > tr > td > strong > a{color: #666;}


.bbs-area {
    padding-bottom: 30px;
}

.dh-board .table-hover {
    margin: 0 0 30px;
    border-top: 2px solid #296ACB;
    border-bottom: 1px solid #333;
}

.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th,
.dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #616161;
    letter-spacing: -0.03em;
    line-height: 1.6;
    border-bottom: 1px solid #e5e5e5;
}
.dh-board .table-hover thead tr th,
.dh-board .table-hover tbody tr th {
    color: #222;
    background: #f6f6f6;
    padding: 13px 15px;
    font-weight: 500;
}

.dh-board .table-hover > tbody > tr:hover {
    background-color: #fff;
}
.dh-board > .table-hover > tbody > tr > td > strong > a {
    font-weight:400;
}
.dh-board > .table-hover > tbody > tr > td > strong > a:hover {
    color: #222;
	text-decoration:underline;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #555 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #296ACB;
    background: #296ACB !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}


.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #296ACB;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color: #2976c3;
}

.dh-margin-top form#insertForm {width: 100%; max-width: 100%; display: block; margin: 0 0 0;}
.btnRead {font-weight: 500;}
.btn-default, .btn-primary, .btn-danger {background-image: none;}
.btn-group, .btn-group-vertical {margin: 10px 0 30px;}

.sns-box{
	display: none;
}
.dh-view-box{
	margin-top:0;
}
.dh-view-box > .row > .page-header {
    border-top: 2px solid #296ACB;
    border-bottom: 1px solid #ddd;
    background: #f6f6f6;
    margin: 0;
    padding: 15px 20px;
}

.dh-view-box > .row > .page-header > h4 {
    font-size: 22px;
    letter-spacing: -0.03em;
    margin: 0;
}

.dh-view-box > .row > .dh-view-info {
    background: #fff;
    opacity: 0.6;
}

.dh-view-box .dh-attach h6{margin: 0 0 0; padding: 5px 5px 0;}
.dh-view-box>.row:nth-child(2)>div:nth-child(3){padding: 15px 20px 40px !important;}

#QA + div{
	display: none;
}

#mailForm .form-group {
    overflow: hidden;
    margin-bottom: 25px;
}
#mailForm .form-group label {
    font-size: 15px;
    color: #333;
    font-weight: 600;
    margin: 0 0 6px;
}
#mailForm .form-group input,
#mailForm .form-group textarea {
    box-shadow: none;
    height: auto;
    padding: 10px 12px;
	border-radius:3px;
    transition: all ease 0.3s;
}

#mailForm .form-group input:focus,
#mailForm .form-group textarea:focus{
	border-color: #296ACB;
}
#mailForm .form-group label[for='mail_agree'] {
    float: none;
    width: 100%;
    font-weight: 400;
    color: #555;
    font-size: 14px;
    letter-spacing: -0.03em;
    margin: 0;
    line-height: 1.7;
}
#mailForm .form-group label[for='mail_agree'] input {
    float: none;
    width: auto;
}
#mailForm input[type="submit"] {
    max-width: 200px;
    margin: 0 auto;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #296ACB;
    border: none;
    border-radius: 3px;
    padding: 15px 30px;
    margin-top: 40px;
    transition: all ease 0.2s;
}
#mailForm input[type="submit"]:hover {
    background: #1C3465;
}
.embed-box.ai2{
	width: 100%;
}
.embed-box{
	width: 700px;
	margin: 0 auto;
}

#Contact_Us .bbs-area {
    padding: 50px 60px;
    background: #f6f6f6;
}
#Contact_Us .bbs-area > #mailForm{
	margin: 0px auto;
}
#Contact_Us .bbs-area > #mailForm .form-control{
	border-radius: 0;
}
/* //서브페이지 */

/* 푸터 */
.footer_copy .text-center {
    background: #252525;
    padding: 40px 0;
    color: #888;
    margin-top: -5px;
    text-align: center;
}
.footer_copy .wrap-footer {

}
.footer_copy .wrap-footer h1 {
    margin: 0px auto 20px;
    font-size: 0;
    width: 80px;
}
.footer_copy .wrap-footer h1 a {
    display: block;
}
.footer_copy .wrap-footer h1 img {
    width: 80px;
    opacity: 0.4;
}
.footer_copy .wrap-footer ul {
    padding-left: 0;
    margin-bottom: 0;
    display: inline-block;
}
.footer_copy .wrap-footer ul:after {
    content: "";
    display: block;
    clear: both;
}
.footer_copy .wrap-footer ul li {
    letter-spacing: -0.02em;
    font-size: 13px;
    float: left;
    margin: 0 6px;
}
.footer_copy .wrap-footer ul li address{
	margin-bottom: 0;
}
.footer-upper-list span {
    color: #0cadbb;
}
span.copyrights {
    font-size: 12px;
    display: block;
    margin-top: 10px;
    opacity: 0.6;
}
/* //푸터 */


.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}


.login-layout,
.id-find-layout,
.pw-find-layout {
    padding-top: 14%;
    background: url(/skin/img/slide/slide01.jpg) no-repeat center center / cover;
    min-height: 100vh;
	margin-top:-30px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
	max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: none;
	border-radius:0;
    box-shadow: 0 0px 25px rgba(0,0,0,0.15);
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #333;
    font-weight: 600;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.id-find-layout .form-control {
    box-shadow: none;
    width: 100%;
    height: 40px;
	border-radius:0;
    color: #555;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #296ACB;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    border: none;
    width: 220px;
    height: 50px;
    padding: 10px 15px;
    border-radius: 3px;
    color: #fff;
    font-weight: 500;
    background: #296ACB;
    font-size: 17px;
    text-decoration: none;
    display: block;
    margin: 10px auto 20px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background:#1C3465;
}
.login-layout form > div > p,
.id-find-layout form > div > p,
.pw-find-layout form > div > p{
    width: 50%;
    margin: 0;
    float: left;
    text-align: center;
    line-height: 1;
}
.login-layout form > div > p + p,
.id-find-layout form > div > p + p,
.pw-find-layout form > div > p + p {
    border-left: 1px solid #ccc;
}
.login-layout form > div > p > a,
.id-find-layout form > div > p > a,
.pw-find-layout form > div > p > a{
    font-size: 14px;
    color: #555;
    letter-spacing: -0.03em;
    display: block;
    padding: 2px 0;
}

@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}


.mission-border{
	border: 1px solid #eee;
	border-radius: 15px;
	margin-bottom: 30px;
}
.dotted-nav{
    padding-left: 0;
    width: 240px;
    margin: 0 auto 30px;
}
.dotted-nav:after{
	content: '';
	clear: both;
	display: table;
}
.dotted-nav > li{
    width: 40px;
    padding: 0 10px;
    float: left;
    height: 20px;
}
.dotted-nav > li > a{
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: #EEEEEE;
}
.dotted-nav > li.active > a{
	background: #E60019;
}
.box-inner .video-btn{
    position: absolute;
    left: 15px;
	top: 0;
	right: 15px;
    bottom: 25px;
    cursor: pointer;
}

.page-control{
	padding: 0;
	width: 100%;
	overflow: hidden;
}
.page-control li{
	font-size: 15px;
	width: 90px;
}
.page-control li a{
	color: #fff;
	display: block;
	padding: 10px 15px;
	text-align: center;
	border-radius: 30px;
	background: #E60019;
}

.page-control li:hover a{
	background: #a51626;
	text-decoration: none;
}
.page-control li.prev{
	float: left;
}
.page-control li.prev .fa{
	float: left;
	line-height: 22px;
}
.page-control li.next{
	float: right;
}
.page-control li.next .fa{
	float: right;
	line-height: 22px;
}
#Solution01 .subContent_title > small{
	display: block;
    font-size: 90%;
    padding-left: 20px;
    color: #ff2d2d;
    border-left: 3px solid #ff2d2d;
    margin-top: 10px;
}
