@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', "NanumGothic", 'Malgun Gothic', 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(20,20,20,0.7);
    border-bottom: none;
    margin: 0;
}
.navbar.navbar-inverse > .container{
	border-bottom: 0;
}
.navbar.navbar-inverse .container .navbar-header{
	margin: 0;
}
.navbar.navbar-inverse .container .navbar-header .navbar-brand {
    display: block;
    padding: 0;
    vertical-align: bottom;
    font-size: 26px;
    font-weight: 600;
    color: #fff;
    margin-left: 0;
    margin-top: 27px;
    text-shadow: none;
}
.navbar.navbar-inverse .container .navbar-header .navbar-brand img{
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li > a {
    display: block;
    padding: 32px 25px;
    letter-spacing: -0.03em;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: relative;
	transition: all ease 0.3s;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li > a:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 49%;
}


.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:after {
    content: "";
    width: 0;
    height: 2px;
    background: #24c797;
    transition: all ease 0.3s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:hover:after {
    width: 100%;
}

.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:last-child a:before {
    content: none;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:hover > a, 
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li.open > a,
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:focus > a{
	color: #24c797;
    background-color: rgba(0,0,0,0);
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu {
    border-radius: 0;
    border: 0;
    padding: 10px 0;
    background: rgba(20, 20, 20, 0.7);
    text-align: center;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu li a {
    line-height: 1;
    padding: 9px 10px;
    letter-spacing: -0.03em;
    color: #ddd;
    font-size: 14px;
}
.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu li a:hover {
    background-color: rgba(0,0,0,0);
    font-weight: 500;
	color:#fff
}

@media (min-width:768px){
	.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav li .dropdown-menu{
		left: 50%;
		right: auto;
		transform: translate(-50%, 0);
	}
}
@media (max-width: 767px){
	.navbar.navbar-inverse{
		background: rgba(20,20,20,1);
	}
	.navbar.navbar-inverse .container .navbar-header .navbar-brand {
		margin-top: 0;
		line-height: 70px;
	}
	.navbar-inverse .navbar-toggle{
		margin-right: 0;
		margin-top: 19px;
		border-color: #fff !important;
	}
	.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li{
		border-bottom: 1px solid #40465a;
	}
	.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li > a{
		padding: 15px 25px;
		text-align: center;
	}
	.navbar.navbar-inverse .navbar-collapse .nav.navbar-nav > li:after{
		display: none;
	}
}

/* //상단 네비게이션 */


/* 슬라이드 영역 */

.container_slide{
	width: 100%;
	padding: 0;
}
.container_slide .carousel-inner .item .carousel-caption {
    bottom: auto;
    top: 40%;
    padding: 0;
}

.fill{
	height:600px;
}

.container_slide .carousel-inner .item .carousel-caption h1,
.container_slide .carousel-inner .item .carousel-caption p{
    text-align: left;
}
.container_slide  .carousel-inner .item .carousel-caption h1 {
    font-size: 52px;
    margin: 0 0 0;
    font-weight: 400;
    letter-spacing: -0.02em;
    position: relative;
}
.container_slide .carousel-inner .item .carousel-caption h1:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    margin: 30px 0;
}
.container_slide .carousel-inner .item .carousel-caption p{
	font-size: 18px;
	margin-bottom: 0;
	line-height: 1.6;
}
.container_slide .carousel-inner .item .carousel-caption h1 span,
.container_slide .carousel-inner .item .carousel-caption p span{
    background-color: transparent;
    text-shadow: none;
	padding: 0;
    opacity: 1;
}
.container_slide .carousel-inner .item .carousel-caption p {
    font-size: 20px;
    margin: 0;
    letter-spacing: -0.03em;
}
.container_slide .carousel-inner .item .carousel-caption p span a {
    font-size: 16px;
    opacity: 0.7;
    font-weight: 300;
    position: relative;
    padding-left: 20px;
	color: #fff;
}
.container_slide .carousel-inner .item .carousel-caption p span a:before {
    content: "";
    width: 3px;
    height: 3px;
    background: rgba(255,255,255,0.7);
    position: absolute;
    left: 10px;
    top: 10px;
}
@media (max-width: 767px){
	.fill{
		height: 350px;
	}
	.container_slide .carousel-inner .item .carousel-caption{
		top: 35%;
	}
	.container_slide .carousel-inner .item .carousel-caption h1{
		font-size: 30px;
	}
	.container_slide .carousel-inner .item .carousel-caption h1:after{
		margin: 15px 0;
	}
	.container_slide .carousel-inner .item .carousel-caption p{
		font-size: 15px;
	}
	.container_slide .carousel-inner .item .carousel-caption p span span{
		font-size: 14px;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //슬라이드 영역 */

/* 메인 중단영역 */
.intro-html-layout > .col-sm-12{
	padding: 0;
}
.mobile-btn-layout-container{
	display: none;
}
.container_contents{
	width: 100% !important;
}
.mainPage{
    overflow: hidden;
}
.mainPage .middle, .mainPage .bottom {
    padding-top: 80px;
    padding-bottom: 100px;
}
.mainPage .subject{
	position: relative;
}
.mainPage .subject h4 {
    margin: 0 0 20px;
    font-size: 25px;
    font-weight: 500;
    color: #222;
    letter-spacing: -0.03em;
}
.mainPage .subject a {
    color: #ccc;
    font-size: 20px;
    position: absolute;
    top: 0;
    right: 15px;
}

.mainPage .middle .subject h4 {
    margin: 0;
    font-size: 34px;
    font-weight: 500;
    color: #222;
    text-align: center;
    letter-spacing: -0.03em;
}

.mainPage .middle .subject h4:after {
    content: "";
    width: 35px;
    height: 2px;
    background: #24c797;
    display: block;
    margin: 25px auto 35px;
}
.mainPage .contents > .row{
	text-align: center;
}
.mainPage .main-box {
    text-align: center;
	margin-bottom: 30px;
	display: inline-block;
	float: none;
}
.mainPage .main-box .main-box-img{
	height: 230px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 130%;
	position: relative;
	transition:all ease 0.3s;
	border: 1px solid #e0e0e0;
}
.mainPage .main-box:nth-child(1) .main-box-img{
	background-image: url('/skin/img/main/main01.jpg');
}
.mainPage .main-box:nth-child(2) .main-box-img{
    background-image: url(/skin/img/main/main08.jpg);
    background-size: 35%;
}
.mainPage .main-box:nth-child(2):hover .main-box-img{
    background-image: url(/skin/img/main/main08.jpg);
    background-size: 38%;
}
.mainPage .main-box:nth-child(3) .main-box-img{
	background-image: url('/skin/img/main/main02.jpg');
}
.mainPage .main-box:nth-child(4) .main-box-img{
	background-image: url('/skin/img/main/main03.jpg');
}
.mainPage .main-box:nth-child(5) .main-box-img{
	background-image: url('/skin/img/main/main04.jpg');
}
.mainPage .main-box:nth-child(6) .main-box-img{
	background-image: url('/skin/img/main/main05.jpg');
}
.mainPage .main-box:nth-child(7) .main-box-img{
	background-image: url('/skin/img/main/main06.jpg');
}
.mainPage .main-box .main-box-img a{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.mainPage .main-box .main-box-caption{
	
}
.mainPage .main-box .main-box-caption h5 {
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.03em;
    color: #222;
    margin: 15px 0 0;
    padding-bottom: 5px;
    display: inline-block;
    position: relative;
	height: 2.5em;
}
.mainPage .main-box .main-box-caption a{
	display: block;
}
.mainPage .main-box:hover .main-box-img {
    background-size: 140%;
}
.mainPage .main-box .main-box-caption a {
    display: block;
    width: 140px;
    height: 35px;
    background: #24c797;
    margin: 18px auto 0;
    color: #fff;
    line-height: 35px;
    border-radius: 3px;
    text-decoration: none;
    transition: all ease 0.3s;
}
.mainPage .main-box:hover .main-box-caption a {
    background: #199e77;
}

.mainPage .main-bg {
    height: 350px;
    background-image: url(/skin/img/slide/slide02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.mainPage .bottom .subject a{
	display: block;
	width: 20px;
	height: 20px;
	background: url('/skin/img/main/board_plus.png') no-repeat center;
	opacity:0.3
}
.mainPage .bottom .subject a:hover {
    opacity: 1;
}

.mainPage .bottom .left p {
    letter-spacing: -0.03em;
    color: #666;
    margin: 10px 0 0;
}

.mainPage .bottom .left p i {
    color: #24c797;
    margin-right: 10px;
}

.mainPage .bottom .right .contents{
	background: url('/skin/img/main/main-customer.jpg') center no-repeat;
	height: 200px;
}
.mainPage .bottom .right .contents ul {
    margin: 42px 0 0;
    padding-left: 40px;
}
.mainPage .bottom .right .contents ul li{
	color: #fff;
	margin-bottom: 5px;
}
.mainPage .bottom .right .contents ul li .fa {
    font-size: 20px;
    margin-right: 15px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    vertical-align: middle;
    background: rgba(0,0,0,0.3);
    border-radius: 50%;
}
.mainPage .bottom .right .contents ul p {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
    color: rgba(255,255,255,0.75);
}
.mainPage .bottom .right .contents ul p span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.03em;
    margin: 2px 0 2px;
    color: #fff;
}
@media (max-width: 767px){
	
}
@media (min-width: 768px) and  (max-width: 991px){
	
}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //메인 중단영역 */

/* 서브페이지 */

.container.sub-layout {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.subHeader {
    height: 350px;
    background-image: url(/skin/img/sub/sub_title.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.subHeader .container {
    height: 350px;
    position: relative;
}
.subHeader .container:after {
    content: "";
    width: 6px;
    height: 60px;
    background: #24c797;
    position: absolute;
    left: 15px;
    bottom: -30px;
}
.subHeader .container h2 {
    text-align: left;
    color: #fff;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: -0.02em;
    margin: 190px 0 0;
}
.breadcrumb-wrap {
    margin-bottom: 40px;
}
.breadcrumb-wrap .breadcrumb {
    background: transparent;
    margin-bottom: 0;
    float: right;
    padding: 0;
    margin-top: 12px;
    font-size: 13px;
    letter-spacing: -0.03em;
    color: #666;
}
.breadcrumb-wrap .breadcrumb li.active {
    color: #24c797;
}
.breadcrumb-wrap .breadcrumb li a {
    color: #666;
}
.subBody {
  padding-bottom: 50px;
}
.subMenu .nav {
    padding-right: 40px;
}
.subBody .subMenu .nav li{
	border-bottom: 1px solid #e0e0e0;
}
.subBody .subMenu .nav li+li{
	margin-top: 0;
}
.subBody .subMenu .nav li:first-child {
    border-top: 1px solid #bbb;
}
.subBody .subMenu .nav li a {
    color: #666;
    padding: 15px;
    letter-spacing: -0.03em;
    font-size: 14px;
}
.subBody .subMenu .nav .active a {
    border-radius: 0;
    background-color: #2f4977;
    color: #fff;
    font-weight: 500;
    position: relative;
}
.subBody .subMenu .nav .active a:after {
    content: "\f105";
    font-family: "FontAwesome";
    float: right;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
}
.subBody .subContent > .subContent_title {
    color: #333;
    font-size: 36px;
    font-weight: 500;
    margin-top: 8px;
    margin-bottom: 20px;
    letter-spacing: -0.03em;
}
.subBody .subContent > .subContent_title small{
	margin-left:10px;
}
.subBody .subContent_inner p {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.8;
}
.subBody .subContent > .subContent_inner > .row > div{
	margin-bottom: 30px;
}
.subBody .subContent > .subContent_inner > .row > div p strong {
    color: #24c797;
    font-weight: 500;
}

.subContent_inner .table {
    border-top: 2px solid #2f4977;
}
.subContent_inner .table thead th {
    text-align: center;
    border-bottom: 1px solid #2f4977;
    background: #f6f6f6;
    padding: 15px;
    font-size: 1.1em;
    color: #333;
    border-right: none !important;
	letter-spacing: -0.03em;
}
.subContent_inner .table tbody td {
    vertical-align: middle;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px;
    letter-spacing: -0.03em;
    color: #666;
    line-height: 1.6;
}
.subContent_inner .table tbody td ul {
    margin: 0;
    padding-left: 0;
}
.img-border {
    border: 1px solid #e0e0e0;
}



#about01 .subContent_inner p {
    font-size: 16px;
}
#about01 .subContent_inner > .row > div p:nth-child(2) strong {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 5px;
    border-left: 3px solid;
    line-height: 1;
    padding-left: 10px;
}
#about01 .subContent_inner img {
    box-shadow: 15px 15px 0 #eee;
}
.subBody .subContent > .subContent_inner > .row > div p.epilogue{
	font-size: 20px;
	margin-top: 20px;
}
#about02 .subContent_inner > .row > div p {
    margin: 0 0 20px;
    font-size: 18px;
    color: #444;
}
#solution02 .subBody .subContent > .subContent_inner > .row > div{
	margin-bottom: 30px;
}
#solution02 .system h4, #solution03 h4 {
    color: #2f4977;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}
#solution02 .system h5, #solution03 .sys1 h5, #solution03 .sys2 h5, #solution03 .sys3 h5, #solution03 .sys4 h5 {
    background-color: #2f4977;
    color: #fff;
    font-size: 17px;
    letter-spacing: -0.03em;
    padding: 12px 15px;
    margin: 0;
}
#solution02 .system .sys2 h5, #solution03 .sys2 h5{
	background-color: #3e7bb1;
}
#solution02 .system .sys3 h5, #solution03 .sys3 h5{
	background-color: #59a6c5;
}
#solution02 .system .sys4 h5, #solution03 .sys4 h5{
	background-color: #53b9ac;
}
#solution02 .system ul, #solution03 .sys1 ul, #solution03 .sys2 ul, #solution03 .sys3 ul, #solution03 .sys4 ul {
    padding: 10px 20px 10px 30px;
    background-color: #f6f6f6;
    margin: 0 0 30px;
    min-height: 110px;
	border: 1px solid #e0e0e0;
    border-top: none;
}
#solution02 .system li, #solution03 .sys1 li, #solution03 .sys2 li, #solution03 .sys3 li, #solution03 .sys4 li {
    position: relative;
    padding-left: 10px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    margin: 5px 0;
}
#solution02 .system li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}
#solution03 .subContent_inner > .row p{
	font-size: 16px;
}
#solution03 .sys1{
    margin-bottom: 50px;
}
#solution03 .sys1 ul{
	margin-bottom: 0;
}
#solution03 .img-label{
    font-size: 13px;
    font-weight: 600;
    text-align: center;
}
/*
#solution03 .royal {
	font-size: 18px;
	color: #E91C23;
	margin-bottom: 20px;
	text-align: center;
}
#solution03 .flow ul{
	padding: 10px;
    border: 1px solid #eee;
    border-radius: 10px;
	background: #fff;
    margin-bottom: 0;
}
#solution03 .flow .row{
	padding: 10px;
}
#solution03 .flow .row h5{
	font-size: 18px;
}
#solution03 .flow .row h5 > small{
	color: #f00;
	display: block;
}
#solution03 .flow .row h6{
	font-size: 15px;
	font-weight: 500;
	padding-left: 10px;
	border-left: 2px solid #f00;
}
#solution03 .flow .flow-box{
	padding: 5px 15px;
    border: 1px solid #eee;
	min-height: 207px;
	background: #f7f7f7;
}
#solution03 .flow .row .flow1{
	position: relative;
}
#solution03 .flow .row .flow1:after{
	content: '';
	position: absolute;
	
}
#solution03 .flow .row .flow1 .flow-box{
	min-height: auto;
}
*/

#product01 .subContent_inner h4,
#product05 .subContent_inner h4,
#product02 .subContent_inner h4{
    color: #2f4977;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0 0 25px;
}
#product01 .subContent_inner ul {
    margin-top: 10px;
    padding-left: 25px;
}
#product01 .subContent_inner ul li {
    font-size: 15px;
    margin-bottom: 7px;
    position: relative;
    color: #666;
    letter-spacing: -0.03em;
    line-height: 1.5;
}
#product01 .subContent_inner ul li:before {
    content: '-';
    position: absolute;
    left: -15px;
    top: 0px;
}
#product02 .subContent_inner > .row{
	margin-bottom: 30px;
}
#product02 .subContent_inner ul{
	padding: 0;
}
#product02 .subContent_inner > .row:nth-child(2) dt {
    color: #444;
    font-size: 1.1em;
    margin: 0 0 5px;
    letter-spacing: -0.034em;
    font-weight: 500;
}
#product02 .subContent_inner > .row:nth-child(2) dd {
    position: relative;
    color: #666;
    padding-left: 10px;
    font-size: 14px;
    letter-spacing: -0.04em;
    line-height: 1.6;
}
#product02 .subContent_inner > .row:nth-child(2) dd:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}
#product02 .subContent_inner > .row:nth-child(3) thead{
	background-color: #f3f3f3;
	border-top: 3px solid #020202;
}
#product02 .subContent_inner > .row:nth-child(3) thead th{
	border-right: 1px solid #ddd;
	text-align: center;
}
#product02 .subContent_inner > .row:nth-child(3) tbody{
	border-bottom: 1px solid #ddd;
}
#product02 .subContent_inner > .row:nth-child(3) tbody td{
	border-right: 1px solid #ddd;
}
#product02 .subContent_inner > .row:nth-child(3) thead th:last-child,
#product02 .subContent_inner > .row:nth-child(3) tbody td:last-child{
	border-right: 0;
}
#product02 .subContent_inner .table ul li {
    margin-bottom: 6px;
    line-height: 1.5;
    position: relative;
    padding-left: 10px;
}
#product02 .subContent_inner .table ul li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #888;
    border-radius: 50%;
}
#product03 .subContent_inner h4 {
    color: #2f4977;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 0 0 20px;
}
#product03 .subContent_inner img+label {
    display: block;
    text-align: center;
    font-weight: 500;
    letter-spacing: -0.03em;
    margin: 10px 0 0;
    color: #666;
    font-size: 15px;
}
/* #product03 .subContent_inner thead{
	background-color: #f3f3f3;
	border-top: 3px solid #020202;
}
#product03 .subContent_inner thead tr th{
	text-align: center;
}
#product03 .subContent_inner tbody tr td{
	border-bottom: 1px solid #ddd;
}
*/
#product03 .subContent_inner thead tr th:first-child,
#product03 .subContent_inner tbody tr td:first-child{
	vertical-align: middle;
	border-right: 1px solid #ddd;
	font-weight:500;
} 
#product04 .subContent_inner > .row > div > span {
    display: block;
    text-align: center;
    color: #CD1516;
    font-size: 18px;
    font-weight: 500;
    margin: 10px 0 20px;
    letter-spacing: -0.03em;
}
#product04 .subContent_inner > .row > div{
	margin-bottom: 0px;
	height: 292.5px;
	border: 1px solid #eee;
	padding: 15px;
}
#product04 .subContent_inner > .row > div:nth-child(1),
#product04 .subContent_inner > .row > div:nth-child(2),
#product04 .subContent_inner > .row > div:nth-child(5),
#product04 .subContent_inner > .row > div:nth-child(6){
	border-right: 0;
}
#product04 .subContent_inner > .row > div:nth-child(1),
#product04 .subContent_inner > .row > div:nth-child(2),
#product04 .subContent_inner > .row > div:nth-child(3){
	border-bottom: 0;
}
#product04 .subContent_inner > .row > div > img{
	height: 84%;
}
#product05 .door-lock-inner dl {
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #666;
    padding-left: 20px;
}
#product05 .door-lock-inner dt {
    display: inline-block;
    width: 130px;
    vertical-align: middle;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
    font-weight: 500;
    color: #444;
}
#product05 .door-lock-inner dt:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 8px;
}
#product05 .door-lock-inner dd {
    display: inline-block;
    width: calc(100% - 130px);
    vertical-align: top;
    margin-bottom: 10px;
}
#customer .subContent_inner p {
    margin-bottom: 0px;
}
#customer .subContent_inner .contact {
    font-size: 18px;
    color: #444;
    letter-spacing: -0.04em;
    margin: 20px 0 30px;
    border: 1px solid #e0e0e0;
    padding: 15px;
}
#customer .subContent_inner .contact i {
    background: #959ca9;
    font-size: 17px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    margin-right: 10px;
    color: #ffffff;
}
#customer .subContent_inner .contact a {
    color: #3368c5;
    margin-left: 5px;
}
#customer .subContent_inner .contact a:hover {
    color: #24c797;
}
@media (max-width: 767px){
	.subMenu{
		display: none;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //서브페이지 */

/* 검은 푸터 */

.footer_copy .text-center {
    background-color: #2f3540;
    padding: 40px 0 40px;
    margin: 0px 0px 0px 0px;
    float: none;
    text-align: left;
    color: rgba(255,255,255,0.7);
    letter-spacing: -0.03em;
    font-size: 14px;
}
.footer_copy .wrap-footer {
    max-width: 1170px;
    margin: 0 auto;
    
}
.footer-mid ul {
    padding-left: 0;
    font-size: 13px;
    line-height: 1.2;
}
.footer-mid ul:after {
    content: "";
    clear: both;
    display: block;
}
.footer-mid ul li:first-child {
    font-weight: 500;
    margin-bottom: 5px;
}
.footer-mid ul li > address{
	margin-bottom: 10px;
}
.footer-mid ul li:nth-child(3), 
.footer-mid ul li:nth-child(4), 
.footer-mid ul li:nth-child(5) {
    font-size: 13px;
    float: left;
    margin-right: 20px;
}
.footer-mid .copyrights {
    font-size: 13px;
    display: block;
    float: none;
    opacity: 0.65;
}
@media (max-width: 767px){
	.footer-mid ul li{
		float: none !important;
		margin: 5px 0 0 0 !important;
	}
	.footer-mid ul{
		text-align: center;
	}
}
@media (min-width: 768px) and  (max-width: 991px){

}
@media (min-width: 992px) and  (max-width: 1199px){

}
@media (min-width: 1200px){

}
/* //푸터 */


.login-layout .panel, 
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 400px;
    margin: 0 auto 50px;
    border: none;
    border-radius: 0px;
    padding: 0;
}
.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: 3px;
    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: #24c797;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #24c797;
    border-radius: 3px;
    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: #199e77;
}
.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;
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    }
    
    ::-webkit-scrollbar:vertical {
        width: 12px;
    }
    
    ::-webkit-scrollbar:horizontal {
        height: 12px;
    }
    
    ::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, .4);
        border-radius: 10px;
        border: 2px solid #ffffff;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: #ffffff; 
    }