@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
#site{
    padding-top:0;
    font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif;
}
html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
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;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
*{word-break:keep-all}

/* login */

.login-layout, .id-find-layout, .pw-find-layout {
    background: #666;
    padding: 200px 15px;
	margin: -30px 0 0;
    height: 100vh;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.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: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #385188;
    border-radius: 0px;
    border: none;
    font-size: 15px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #385188;
}
.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;
    }
}

/* join */
.join-layout .jumbotron {
    width: 100%;
    height: 320px;
    position: relative;
    background: #385188;
    padding: 0;
    margin-bottom: 80px;
	border-radius: 0;
}
.join-layout .jumbotron h1 {
    margin: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -0.06em;
    position: absolute;
    bottom: 8px;
    left: 20%;
    padding: 0;
}
.join-layout .jumbotron + div {
    max-width: 1200px;
    margin: 0 auto 104px;
}

.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,.li-dot > dd:before{
	content:'·';
}
*{word-break:keep-all}
.subContent ul{padding:0}

/* 메뉴 설정 시작 */
.navbar-inverse {
margin: 0;
    background: transparent;
    border-bottom: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar-inverse > .container {
    width: 100%;
    padding: 0 160px;
}
.navbar-inverse .navbar-brand {
    margin: 15px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0 140px;
    height: 57px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 34px 0;
    margin: 0 32px;
    height: 88px;
    position: relative;
	font-weight:400;
	text-shadow:none
}
.navbar-inverse .navbar-nav > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
	background: #d8d8d8;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.navbar-inverse .navbar-nav > li#m-5 > a:before, .navbar-inverse .navbar-nav > li:last-child > a:before {
	background: none;
	width: 0;
	height: 0;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: none;
    color: #b3d5ff !important;
}
.navbar-inverse .divider-vertical + li > a, .navbar-inverse .divider-vertical + li + li > a {
    color: #888;
    font-size: 14px;
    padding: 36px 0;
    margin: 0 16px;
}
.navbar-inverse .divider-vertical + li > a:before {
	right: -16px;
	width: 4px;
	height: 4px;
}
.navbar-inverse .dropdown-menu {
    min-width: 240px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    overflow: hidden;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #222;
    font-size: 15px;
    padding: 16px 24px;
	position: relative;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    background: #ED1C23;
    color: #fff;
}
.navbar-inverse .dropdown-menu > li > a:after {
    content: "\f054";
    color: #fff;
    font-size: 12px;
    font-family: 'Font Awesome 5 free';
    font-weight:900;
    line-height: 24px;
    float: right;
}
/* 메뉴 설정 끝 */


/* 슬라이드 설정 시작 */
.container_slide {
    width: 100%;
    padding: 0;
}
.carousel-inner > .item {
    height: 720px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-inner > .item:nth-of-type(2){background-image:url(/public/img/slide/slide1.jpg)}
.carousel-inner > .item:nth-of-type(3){background-image:url(/public/img/slide/slide2.jpg)}
.carousel-inner > .item:nth-of-type(4){background-image:url(/public/img/slide/slide3.jpg)}
.carousel-caption {
    top: auto;
    bottom: 120px;
    padding: 0;
    text-align: right;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.carousel-caption h2 {
    font-size: 104px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 88px;
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    margin: 0 0 30px;
}
.carousel-caption h2 span{    font-size: 40px;
    letter-spacing: 0.01em;
    display: block;}
.carousel-caption p{    margin: 0;
    font-size: 21px;
    letter-spacing: 0.04em;}
.carousel-indicators {
    margin: 0 auto;
    bottom: 40px;
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    text-align: right;
}
.carousel-indicators li {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    transition: all .4s ease;
}
.carousel-indicators li:first-child{
	margin-left: 0;
}
.carousel-indicators li:last-child{
	margin-right: 0;
}
.carousel-indicators li.active {
    width: 48px;
    height: 12px;
    border: 2px solid #fff;
    background: none;
    margin: 0 8px;
}

/* 슬라이드 설정 끝 */


/* 푸터 설정 시작 */
.footer {
    background: #222;
    float: none;
    padding: 40px 0 ;
    color: #a4a4a4;
    font-size: 14px;
    text-align: left;
}
.footer > .container, .footer_copy .copy > .container {
    padding: 0;
}
.footer-contact p {
    margin-top: 16px;
    line-height: 24px;
}
.footer-menu > div{
	float: left;
	margin-right: 29px;
}
.footer-menu > div:last-child{
	margin-right: 0px;
}
.footer-menu h3, .footer-menu h3 a {
    color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 24px;
}
.footer-menu h3 a:hover, .footer-menu ul li a:hover {
	text-decoration: none;
	color: #f8f8f8;
}
.footer-menu ul{padding:0}
.footer-menu ul li a {
    color: #a4a4a4;
	font-size: 15px;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}
#site .copy {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding: 24px 0;
    margin: 0 0 0;
    background: #222;
    color: #a4a4a4;
}
#site .copy p {
    font-size: 13px;
    display: block;
	margin: 0;
}
@media (min-width: 767px){
	.footer-menu{
		padding: 0;
	}
}
@media (max-width: 767px){
	.footer-menu > div{
		float: none;
	}
}
/* 푸터 설정 끝 */


/* 메인페이지 설정 시작 */
/* 메인페이지 설정 끝 */


/* 서브페이지 설정 시작 */
.subTop {
    width: 100%;
    height: 320px;
    position: relative;
    background: #385188;
}
.subTop .container {
    position: absolute;
    bottom: 8px;
    left: 20%;
    padding: 0;
}
.subTop h2 {
    margin: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -0.06em;
}
.subTop h2 span {
    font-size: 24px;
    /*text-transform: uppercase;*/
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.64);
    display: inline-block;
    margin-left: 8px;
}
.subContent {
    padding: 88px 0 104px;
}
.subContent h3 {
    font-size: 40px;
    /*text-transform: uppercase;*/
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #385188;
    display: inline-block;
    border-bottom: 1px solid;
    margin: 0 0 40px;
}
.subContent .ko_section h3{border-bottom:none}
.subContent p, .business .con ul li {
    font-size: 16px;
    color: #222;
letter-spacing: -0.04em;
    line-height: 30px;
    margin: 0;}
.subContent .con{margin-bottom:120px}
.subContent .con:last-child{margin-bottom:0}
.subContent .all_section{margin-top:30px}
.subContent h4 {margin: 0 0 16px;
    letter-spacing: -0.04em;
    color: #222;
    font-size: 20px;
    font-weight: bold;}
/*company*/
#company01 .subContent .con1 .col-md-12 p {
    padding: 48px 56px;
    background: #f8f8f8;
}
#company01 .subContent .con4 img {
    border: 4px solid #e4e4e4;
    padding: 0 8px;
}
#business02 .con2 img{
	padding: 8px;
    border: 4px solid #e4e4e4;
}
#business02 .con2 .all_section img {
	padding: 8px;
    height: 220px;
}
#company01 .con3 iframe{margin-top:30px}

.business .con2 p{background: #f8f8f8;
    padding: 30px;
    font-weight: 400;}
@media(min-width:768px){
	#business01 .con3 .col-md-3{width:20%}	
}
.business .con2 .col-md-3 img {
    padding: 8px;
    border: 4px solid #e4e4e4;
    margin-top: 40px;
}
.subContent .con h3 span.title_ko {
    display: inline-block;
    margin-left: 8px;
    font-size: 24px;
    color: #888;
    font-weight: 400;
}
.subContent .con .content_ko {
    display: block;
    margin-top: 16px;
    letter-spacing: -0.05em;
    color: #888;
}
.business .con ul li span.content_ko {
    margin-top: 0;
    margin-bottom: 16px;
}

/*contact*/
#contact .subContent .con1 dl {
    border: 4px solid #e4e4e4;
    padding: 32px 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
	    background: rgba(255,255,255,0.9);
}
#contact .subContent .con1 dl dt {
    font-size: 24px;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
    color: #222;
    font-weight: bold;
}
#contact .subContent .con1 dl dd {
    color: #666;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 4px;
}
#contact .subContent .con1 dl dt span {
    font-size: 16px;
    margin-left: 8px;
    font-weight: 400;
    color: #888;
}
#contact .subContent{    background: url(/public/img/sub/ContactUs.png) no-repeat center / cover;}
/* 서브페이지 설정 끝 */

/*table*/
.subContent .table.table-type03 {margin: 0 0 20px; border-top: 2px solid #ccc;}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {
    padding: 16px 12px !important;
    border-bottom: 1px solid #e4e4e4 !important;
    letter-spacing: -0.04em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
    text-align: center;
}
.subContent .table.table-type03 tr th {color: #333;background: #f8f8f8;}
.subContent .table.table-type03 tr td {color: #666;}

/* 게시판 설정 시작 */
/* 게시판 설정 끝 */

/*2019-05-20*/
#business01 .con1 img,#business02 .con1 img{    margin-top: 30px;
    border: 1px solid #ddd;
    box-shadow: 15px 18px 0px rgba(190,190,190,0.4);}
@media(min-width:768px){
	#company01 .con1 .all_section .col-md-offset-3{margin-left:12.5%}}
.why_box{    margin: 30px 0 40px;
    text-align: center;
    border: 1px solid #385188;
    padding: 20px 0;}
.why_box > p{    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;}
.why_box_inner > p{font-size: 20px;}

/*2019-05-23*/
.carousel-caption p span{    display: block;
    font-size: 22px;
    margin-top: 10px;
    /* letter-spacing: -0.034em; */
    font-weight: 300;
    opacity: .9;}
.impact_txt{    font-weight: 600;
    color: #385188;}

#business01 .con3 h4 .title_ko{    font-size: 17px;
    margin-left: 10px;
    color: #666;}
#business02 .subContent .col-md-8 .table.table-type03 tr th, #business02 .subContent .col-md-8 .table.table-type03 tr td{    font-size: 14px;    padding: 12px 8px !important;}
.snb{
	text-align:center;
	background:#ddd;
}
.snb ul{
	margin:0;
}
.snb ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb ul li{
	float:left;
	width:33.333%;
}
.snb ul a{
	display:block;
	padding:10px 0;
	font-size:16px;
	font-weight:500;
	color:#999;
	border-right:1px solid rgba(255,255,255,0.75);
}
.snb ul li:first-child a{
	border-left:1px solid rgba(255,255,255,0.75);
}
.snb li.active a{
	background:#fff;
	color:#385188;
}
.snb.sticky {
	position:fixed;
	width:100%;
	left:0;
	top:88px;
	z-index:2000;
	border-top:1px solid #ddd;}

@media(max-width:767px){
	.navbar-inverse > .container{padding: 0 15px;}
	.navbar-inverse .navbar-brand {    margin: 0 !important;
    padding: 10px;}
	.footer > .container, .footer_copy .copy > .container{    padding: 0 15px;}
	.carousel-caption{    padding: 0 15px;}
	.carousel-caption h2{    font-size: 55px;}
	.carousel-caption h2 span{    font-size: 30px;
    line-height: 1.2;}
	.carousel-caption p{    margin: 10px 0 0px;
    font-size: 15px;    letter-spacing: -0.02em;}
	.carousel-inner > .item{height: 600px;}
	.carousel-indicators{    padding: 0 15px;}
	.carousel-caption p span{        font-size: 14px;
		letter-spacing: -0.09em;}
	.navbar-inverse{    background: #fff;}
	.navbar-inverse .navbar-nav > li > a{    color: #333;    padding: 24px 0 15px;
    height: auto;display:inline-block}
	.navbar-inverse .navbar-nav > li > a:before{    top: 58%;}
	.navbar-inverse .navbar-nav > li#m-5 > a:before{    background: #d8d8d8;
    width: 6px;
    height: 6px;}
	.divider-vertical + li a:before{    background: none;
    width: 0;
    height: 0;	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{    padding: 5px 15px 5px 35px;}
	.navbar-nav .open .dropdown-menu{    transform: translateX(0);}
	.subTop{    height: 250px;}
	.subTop .container{left: auto;
		padding: 0 15px;}
	.subTop h2{    font-size: 46px;}
	.subContent{padding: 60px 0 80px;}
	#company01 .subContent .con1 p{padding: 15px;}
	#company01 .col-xs-offset-3{margin-top:30px}
	.subContent h3{    font-size: 24px;    margin-bottom: 20px;}
	.subContent p,.business .con ul li{    font-size: 15px;}
	.navbar-inverse .navbar-toggle{    border-color: #777;}
	.navbar-inverse .navbar-toggle .icon-bar{background-color:#777}
	.navbar-header{border-bottom: 1px solid #ddd;}
	.subContent .con h3 span.title_ko{font-size: 18px;}    
	.why_box > p{font-size:16px}
	.subContent .con {
    margin-bottom: 80px;}
	.snb ul{padding:0}
	#business01 .con1 img, #business02 .con1 img{    box-shadow: 5px 5px 0px rgba(190,190,190,0.4);}
	.business .con2 p{padding: 15px;
    margin-bottom: 20px;}
	#business01 .con3 .col-xs-6{margin-bottom:20px}
	#business02 .con2 .all_section img{height:auto;margin-bottom:20px}
	#business01 .con3 {display:none }
}

/*2019-06-14*/
.footer-contact a{    display: inline-block;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 5px 20px;
    color: rgba(255,255,255,0.4);
    margin-top: 10px;text-decoration:none}
.footer-contact a:hover{color:rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.8);}
#conditions .subContent h3{font-size: 32px;}
#conditions .con dl{    position: relative;
    padding-left: 30px;    margin-bottom: 40px;}
#conditions .con dl dt{    font-size: 20px;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    color: #222;
    font-weight: bold;}
#conditions .con dl dt span{        position: absolute;
    left: 0;
    top: 0;}
#conditions .con dl dd{    color: #000;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 4px;
    font-weight: 300;}
#conditions .con ul li{    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;}
#conditions .con ul li span{    position: absolute;
    left: 0;
    top: 0;}
#conditions .con ul ul{margin-top:10px}
#conditions .subContent .con p{  color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
    line-height: 1.5;}

/*2019-06-27*/
#company01 .subContent .con4 p {    
	text-align: center;
    margin-top: 15px;
    line-height: 1.5;}
#company01 .subContent .con4 p span{    display: block;
    letter-spacing: -0.05em;
    color: #888;}
#contact .subContent .con1 dl dd span{    display: block;
    text-indent: 67px;}

/*2019-07-26*/
#company01  .con4 .clearfix.visible-xs{margin-bottom:20px}

/*2019-08-12*/
.footer-contact a{margin-right: 15px;}

/*2019-09-05*/
#product01 .con1 .table-responsive{
	margin: 30px 0 0 0;
}
#product01 .con1 table{
	margin: 0;
}
#product01 table tr th span{
	font-weight: 400;
}
#product01 .con2 .impact_txt{
	color: #222;
}
#product01 .con2 p:before{
	content:"- ";
	padding-right: 10px;
}
#product01 .con2 p .lang-ko{
	padding-left: 17px;
}
@media (max-width: 767px){
	#product01 .con2 p{
		position: relative;
		padding-left: 10px;
	}
	#product01 .con2 p:before{
		position: absolute;
		left: 0;
		top: 0;
	}
	#product01 .con2 p .lang-ko{
		padding: 0;
	}
}

#business01 .con2 table tr th span{
	font-weight: 400;
}
#business02 .con2 table{
	margin: 0;
}
#business02 .con2 table tr th span{
	font-weight: 400;
}
#business02 .all_section{
	display: inline-block;
};

.join-layout .jumbotron h1 {
    margin: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -0.06em;
    position: absolute;
    bottom: 8px;
    left: 20%;
    padding: 0;
}
.join-layout .jumbotron + div {
    max-width: 1200px;
    margin: 0 auto 104px;
}

.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,.li-dot > dd:before{
	content:'·';
}
*{word-break:keep-all}
.subContent ul{padding:0}

/* 메뉴 설정 시작 */
.navbar-inverse {
margin: 0;
    background: transparent;
    border-bottom: none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
.navbar-inverse > .container {
    width: 100%;
    padding: 0 160px;
}
.navbar-inverse .navbar-brand {
    margin: 15px 0 !important;
    padding: 0;
}
.navbar-inverse .navbar-brand img {
    margin: 0 140px;
    height: 57px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.02em;
    line-height: 1;
    padding: 34px 0;
    margin: 0 32px;
    height: 88px;
    position: relative;
	font-weight:400;
	text-shadow:none
}
.navbar-inverse .navbar-nav > li > a:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -32px;
	transform: translateY(-50%);
	background: #d8d8d8;
	width: 6px;
	height: 6px;
	border-radius: 100%;
}
.navbar-inverse .navbar-nav > li#m-5 > a:before, .navbar-inverse .navbar-nav > li:last-child > a:before {
	background: none;
	width: 0;
	height: 0;}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: none;
    color: #b3d5ff !important;
}
.navbar-inverse .divider-vertical + li > a, .navbar-inverse .divider-vertical + li + li > a {
    color: #888;
    font-size: 14px;
    padding: 36px 0;
    margin: 0 16px;
}
.navbar-inverse .divider-vertical + li > a:before {
	right: -16px;
	width: 4px;
	height: 4px;
}
.navbar-inverse .dropdown-menu {
    min-width: 240px;
    left: 50%;
    transform: translateX(-50%);
    border: none;
    border-radius: 2px;
    padding: 0;
    margin: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    overflow: hidden;
}
.navbar-inverse .dropdown-menu > li > a {
    color: #222;
    font-size: 15px;
    padding: 16px 24px;
	position: relative;
}
.navbar-inverse .dropdown-menu > li > a:hover, .navbar-inverse .dropdown-menu > li > a:focus {
    background: #ED1C23;
    color: #fff;
}
.navbar-inverse .dropdown-menu > li > a:after {
    content: "\f054";
    color: #fff;
    font-size: 12px;
    font-family: 'Font Awesome 5 free';
    font-weight:900;
    line-height: 24px;
    float: right;
}
/* 메뉴 설정 끝 */


/* 슬라이드 설정 시작 */
.container_slide {
    width: 100%;
    padding: 0;
}
.carousel-inner > .item {
    height: 720px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.carousel-inner > .item:nth-of-type(2){background-image:url(/public/img/slide/slide1.jpg)}
.carousel-inner > .item:nth-of-type(3){background-image:url(/public/img/slide/slide2.jpg)}
.carousel-inner > .item:nth-of-type(4){background-image:url(/public/img/slide/slide3.jpg)}
.carousel-caption {
    top: auto;
    bottom: 120px;
    padding: 0;
    text-align: right;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.carousel-caption h2 {
    font-size: 104px;
    font-weight: 800;
    letter-spacing: -0.06em;
    line-height: 88px;
    background: none;
    opacity: 1;
    padding: 0;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    margin: 0 0 30px;
}
.carousel-caption h2 span{    font-size: 40px;
    letter-spacing: 0.01em;
    display: block;}
.carousel-caption p{    margin: 0;
    font-size: 21px;
    letter-spacing: 0.04em;}
.carousel-indicators {
    margin: 0 auto;
    bottom: 40px;
    width: 100%;
    max-width: 1200px;
    left: 0;
    right: 0;
    text-align: right;
}
.carousel-indicators li {
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 8px;
    transition: all .4s ease;
}
.carousel-indicators li:first-child{
	margin-left: 0;
}
.carousel-indicators li:last-child{
	margin-right: 0;
}
.carousel-indicators li.active {
    width: 48px;
    height: 12px;
    border: 2px solid #fff;
    background: none;
    margin: 0 8px;
}

/* 슬라이드 설정 끝 */


/* 푸터 설정 시작 */
.footer {
    background: #222;
    float: none;
    padding: 40px 0 ;
    color: #a4a4a4;
    font-size: 14px;
    text-align: left;
}
.footer > .container, .footer_copy .copy > .container {
    padding: 0;
}
.footer-contact p {
    margin-top: 16px;
    line-height: 24px;
}
.footer-menu > div{
	float: left;
	margin-right: 29px;
}
.footer-menu > div:last-child{
	margin-right: 0px;
}
.footer-menu h3, .footer-menu h3 a {
    color: #f8f8f8;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 24px;
}
.footer-menu h3 a:hover, .footer-menu ul li a:hover {
	text-decoration: none;
	color: #f8f8f8;
}
.footer-menu ul{padding:0}
.footer-menu ul li{position: relative;padding-left: 10px;}
.footer-menu ul li::before{
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	display: block;
	width: 3px;
	height: 3px;
	background: #a4a4a4;
}
.footer-menu ul li a {
    color: #a4a4a4;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 12px;
    display: block;
}
#site .copy {
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    padding: 24px 0;
    margin: 0 0 0;
    background: #222;
    color: #a4a4a4;
}
#site .copy p {
    font-size: 13px;
    display: block;
	margin: 0;
}
@media (min-width: 767px){
	.footer-menu{
		padding: 0;
	}
}
@media (max-width: 767px){
	.footer-menu > div{
		float: none;
	}
}
/* 푸터 설정 끝 */


/* 메인페이지 설정 시작 */
/* 메인페이지 설정 끝 */


/* 서브페이지 설정 시작 */
.subTop {
    width: 100%;
    height: 320px;
    position: relative;
    background: #385188;
}
.subTop .container {
    position: absolute;
    bottom: 8px;
    left: 20%;
    padding: 0;
}
.subTop h2 {
    margin: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 800;
    letter-spacing: -0.06em;
}
.subTop h2 span {
    font-size: 24px;
    /*text-transform: uppercase;*/
    font-weight: 400;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.64);
    display: inline-block;
    margin-left: 8px;
}
.subContent {
    padding: 88px 0 104px;
}
.subContent h3 {
    font-size: 40px;
    /*text-transform: uppercase;*/
    font-weight: 800;
    letter-spacing: -0.04em;
    color: #385188;
    display: inline-block;
    border-bottom: 1px solid;
    margin: 0 0 40px;
}
.subContent .ko_section h3{border-bottom:none}
.subContent p, .business .con ul li {
    font-size: 16px;
    color: #222;
letter-spacing: -0.04em;
    line-height: 30px;
    margin: 0;}
.subContent .con{margin-bottom:120px}
.subContent .con:last-child{margin-bottom:0}
.subContent .all_section{margin-top:30px}
.subContent h4 {margin: 0 0 16px;
    letter-spacing: -0.04em;
    color: #222;
    font-size: 20px;
    font-weight: bold;}
/*company*/
#company01 .subContent .con1 .col-md-12 p {
    padding: 48px 56px;
    background: #f8f8f8;
}
#company01 .subContent .con4 img {
    border: 4px solid #e4e4e4;
    padding: 0 8px;
}
#business02 .con2 img{
	padding: 8px;
    border: 4px solid #e4e4e4;
}
#business02 .con2 .all_section img {
	padding: 8px;
    height: 220px;
}
#company01 .con3 iframe{margin-top:30px}

.business .con2 p{background: #f8f8f8;
    padding: 30px;
    font-weight: 400;}
@media(min-width:768px){
	#business01 .con3 .col-md-3{width:20%}	
}
.business .con2 .col-md-3 img {
    padding: 8px;
    border: 4px solid #e4e4e4;
    margin-top: 40px;
}
.subContent .con h3 span.title_ko {
    display: inline-block;
    margin-left: 8px;
    font-size: 24px;
    color: #888;
    font-weight: 400;
}
.subContent .con .content_ko {
    display: block;
    margin-top: 16px;
    letter-spacing: -0.05em;
    color: #888;
}
.business .con ul li span.content_ko {
    margin-top: 0;
    margin-bottom: 16px;
}

/*contact*/
#contact .subContent .con1 dl {
    border: 4px solid #e4e4e4;
    padding: 32px 40px;
    border-top-right-radius: 40px;
    border-bottom-left-radius: 40px;
	    background: rgba(255,255,255,0.9);
}
#contact .subContent .con1 dl dt {
    font-size: 24px;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
    color: #222;
    font-weight: bold;
}
#contact .subContent .con1 dl dd {
    color: #666;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 4px;
}
#contact .subContent .con1 dl dt span {
    font-size: 16px;
    margin-left: 8px;
    font-weight: 400;
    color: #888;
}
#contact .subContent{    background: url(/public/img/sub/ContactUs.png) no-repeat center / cover;}
/* 서브페이지 설정 끝 */

/*table*/
.subContent .table.table-type03 {margin: 0 0 20px; border-top: 2px solid #ccc;}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {
    padding: 16px 12px !important;
    border-bottom: 1px solid #e4e4e4 !important;
    letter-spacing: -0.04em;
    word-break: keep-all;
    vertical-align: middle !important;
    font-size: 16px;
    text-align: center;
}
.subContent .table.table-type03 tr th {color: #333;background: #f8f8f8;}
.subContent .table.table-type03 tr td {color: #666;}

/* 게시판 설정 시작 */
/* 게시판 설정 끝 */

/*2019-05-20*/
#business01 .con1 img,#business02 .con1 img{    margin-top: 30px;
    border: 1px solid #ddd;
    box-shadow: 15px 18px 0px rgba(190,190,190,0.4);}
@media(min-width:768px){
	#company01 .con1 .all_section .col-md-offset-3{margin-left:12.5%}}
.why_box{    margin: 30px 0 40px;
    text-align: center;
    border: 1px solid #385188;
    padding: 20px 0;}
.why_box > p{    font-weight: 600;
    font-size: 17px;
    margin-bottom: 15px;}
.why_box_inner > p{font-size: 20px;}

/*2019-05-23*/
.carousel-caption p span{    display: block;
    font-size: 22px;
    margin-top: 10px;
    /* letter-spacing: -0.034em; */
    font-weight: 300;
    opacity: .9;}
.impact_txt{    font-weight: 600;
    color: #385188;}

#business01 .con3 h4 .title_ko{    font-size: 17px;
    margin-left: 10px;
    color: #666;}
#business02 .subContent .col-md-8 .table.table-type03 tr th, #business02 .subContent .col-md-8 .table.table-type03 tr td{    font-size: 14px;    padding: 12px 8px !important;}
.snb{
	text-align:center;
	background:#ddd;
}
.snb ul{
	margin:0;
}
.snb ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb ul li{
	float:left;
	width:33.333%;
}
.snb ul a{
	display:block;
	padding:10px 0;
	font-size:16px;
	font-weight:500;
	color:#999;
	border-right:1px solid rgba(255,255,255,0.75);
}
.snb ul li:first-child a{
	border-left:1px solid rgba(255,255,255,0.75);
}
.snb li.active a{
	background:#fff;
	color:#385188;
}
.snb.sticky {
	position:fixed;
	width:100%;
	left:0;
	top:88px;
	z-index:2000;
	border-top:1px solid #ddd;}

@media(max-width:767px){
	.navbar-inverse > .container{padding: 0 15px;}
	.navbar-inverse .navbar-brand {
    margin: 0 !important;
    padding: 10px;
    padding: 3px 10px;
    }
	.navbar-inverse .navbar-brand img{margin: 0;height: 44px;}
	.footer > .container, .footer_copy .copy > .container{    padding: 0 15px;}
	.carousel-caption{    padding: 0 15px;}
	.carousel-caption h2{    font-size: 55px;}
	.carousel-caption h2 span{    font-size: 30px;
    line-height: 1.2;}
	.carousel-caption p{    margin: 10px 0 0px;
    font-size: 15px;    letter-spacing: -0.02em;}
	.carousel-inner > .item{height: 600px;}
	.carousel-indicators{    padding: 0 15px;}
	.carousel-caption p span{        font-size: 14px;
		letter-spacing: -0.09em;}
	.navbar-inverse{    background: #fff;}
	.navbar-inverse .navbar-nav > li > a{    color: #333;    padding: 24px 0 15px;
    height: auto;display:inline-block}
	.navbar-inverse .navbar-nav > li > a:before{    top: 58%;}
	.navbar-inverse .navbar-nav > li#m-5 > a:before{    background: #d8d8d8;
    width: 6px;
    height: 6px;}
	.divider-vertical + li a:before{    background: none;
    width: 0;
    height: 0;	}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a{    padding: 5px 15px 5px 35px;}
	.navbar-nav .open .dropdown-menu{    transform: translateX(0);}
	.subTop{    height: 250px;}
	.subTop .container{left: auto;
		padding: 0 15px;}
	.subTop h2{    font-size: 46px;}
	.subContent{padding: 60px 0 80px;}
	#company01 .subContent .con1 p{padding: 15px;}
	#company01 .col-xs-offset-3{margin-top:30px}
	.subContent h3{    font-size: 24px;    margin-bottom: 20px;}
	.subContent p,.business .con ul li{    font-size: 15px;}
	.navbar-inverse .navbar-toggle{    border-color: #777;}
	.navbar-inverse .navbar-toggle .icon-bar{background-color:#777}
	.navbar-header{border-bottom: 1px solid #ddd;}
	.subContent .con h3 span.title_ko{font-size: 18px;}    
	.why_box > p{font-size:16px}
	.subContent .con {
    margin-bottom: 80px;}
	.snb ul{padding:0}
	#business01 .con1 img, #business02 .con1 img{    box-shadow: 5px 5px 0px rgba(190,190,190,0.4);}
	.business .con2 p{padding: 15px;
    margin-bottom: 20px;}
	#business01 .con3 .col-xs-6{margin-bottom:20px}
	#business02 .con2 .all_section img{height:auto;margin-bottom:20px}
	#business01 .con3 {display:none }
}

/*2019-06-14*/
.footer-contact a{    display: inline-block;
    border: 1px solid rgba(255,255,255,0.4);
    padding: 5px 20px;
    color: rgba(255,255,255,0.4);
    margin-top: 10px;text-decoration:none}
.footer-contact a:hover{color:rgba(255,255,255,0.8);
    border: 1px solid rgba(255,255,255,0.8);}
#conditions .subContent h3{font-size: 32px;}
#conditions .con dl{    position: relative;
    padding-left: 30px;    margin-bottom: 40px;}
#conditions .con dl dt{    font-size: 20px;
    letter-spacing: -0.04em;
    margin-bottom: 10px;
    color: #222;
    font-weight: bold;}
#conditions .con dl dt span{        position: absolute;
    left: 0;
    top: 0;}
#conditions .con dl dd{    color: #000;
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 4px;
    font-weight: 300;}
#conditions .con ul li{    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;}
#conditions .con ul li span{    position: absolute;
    left: 0;
    top: 0;}
#conditions .con ul ul{margin-top:10px}
#conditions .subContent .con p{  color: #666;
    font-size: 16px;
    letter-spacing: -0.04em;
    margin-bottom: 30px;
    line-height: 1.5;}

/*2019-06-27*/
#company01 .subContent .con4 p {
	text-align: center;
	margin-top: 15px;
	line-height: 1.5;
	margin-bottom: 15px;
	}
#company01 .subContent .con4 p span{    display: block;
    letter-spacing: -0.05em;
    color: #888;}
#contact .subContent .con1 dl dd span{    display: block;
    text-indent: 67px;}

/*2019-07-26*/
#company01  .con4 .clearfix.visible-xs{margin-bottom:20px}

/*2019-08-12*/
.footer-contact a{margin-right: 15px;}

/*2019-09-05*/
#product01 .con1 .table-responsive{
	margin: 30px 0 0 0;
}
#product01 .con1 table{
	margin: 0;
}
#product01 table tr th span{
	font-weight: 400;
}
#product01 .con2 .impact_txt{
	color: #222;
}
#product01 .con2 p:before{
	content:"- ";
	padding-right: 10px;
}
#product01 .con2 p .lang-ko{
	padding-left: 17px;
}
@media (max-width: 767px){
	#product01 .con2 p{
		position: relative;
		padding-left: 10px;
	}
	#product01 .con2 p:before{
		position: absolute;
		left: 0;
		top: 0;
	}
	#product01 .con2 p .lang-ko{
		padding: 0;
	}
}

#business01 .con2 table tr th span{
	font-weight: 400;
}
#business02 .con2 table{
	margin: 0;
}
#business02 .con2 table tr th span{
	font-weight: 400;
}
#business02 .all_section{
	display: inline-block;
}