@charset "utf-8";
@import url(/skin/notokr/notokr.css);

.body-layout {
	font-family: 'notokr', sans-serif;
	background-color: #f3f3f3;
	padding-top: 94px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
}

.navbar ~ br, .divider-vertical, .divider-vertical+li, .divider-vertical+li+li,
.topmarginLay_a, .footer-social-layout, .footer_copy > .col-lg-12 > br:nth-of-type(1),
.mobile-btn-layout-container,

.container_contents {
	display: none !important;
}

/* 푸터 영역 */
.footer_copy, .footer_copy > .col-lg-12 {
	float: none;
	width: 100%;
	margin: 0;
	padding: 0;
	background: 0;
}

#footer {
	background-color: #333;
	color: #888;
	padding: 50px 0;
}

#footer img {
	margin-top: 10px;
	margin-bottom: 15px;
	max-width: 200px;
}

#footer ul {
	margin: 5px 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}

#footer ul li {
	font-size: 15px;
	line-height: 2;
	display: inline-block;
	margin-right: 20px;
}

#footer ul li > a {
    color: #333333;
    background-color: #888;
    line-height: 1;
    display: inline-block;
    font-weight: 600;
    padding: 4px 4px;
    margin-left: 5px;
    font-size: 85%;
    letter-spacing: -0.03em;
    border: 1px solid #888;;
    text-decoration: none;
}

#footer ul li > a:hover {
    background-color: transparent;
    color: #888;
}

/* 상단 메뉴 영역 */
.navbar-inverse {
	background-color: transparent;
	margin: 0;
	border: 0;
	transition: ease .3s;
}
.navbar-inverse {
	background-color: #fff;
	box-shadow: 0px 5px 15px rgba(0, 0, 0, .125);
}
.navbar-inverse .navbar-brand img {
	margin-top: 0;
	width: 163px;
	transition: ease .3s;
}
.navbar-inverse .navbar-nav > li > a {
    color: #222;
    font-weight: 600;
    letter-spacing: 0;
}
.navbar-inverse .navbar-nav > li > a > .caret{
	display: none;
}
.navbar-inverse .navbar-nav > li:hover > a, .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li.open > a, .navbar-inverse .navbar-nav > li.open > a:hover, .navbar-inverse .navbar-nav > li.open > a:focus {
    background: none;
    box-shadow: none;
    color: #16af56;
    position: relative;
}
.navbar-inverse .navbar-nav > li > a:hover:before, .navbar-inverse .navbar-nav > li > a:focus:before {
    content: "";
    background: #16af56;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu{
	border-radius: 0;
	padding: 0;
	border: 0;
	background: rgba(0,0,0,0.7);
	left: 35px;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li{
	
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li > a{
	color: #fff;
	padding: 10px 15px;
}
.navbar-inverse .navbar-nav > li > .dropdown-menu > li:hover > a{
	background: #16af56;
}

@media (min-width: 768px) {
	.navbar-inverse .navbar-brand img {
		width: 187.5px;
	}
	
	.navbar-inverse .navbar-nav {
		margin-top: 10px;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
		text-shadow: 0 0 5px #fff;
	}
}

@media (min-width: 992px) {
	.navbar-inverse .navbar-brand img {
		width: 250px;
	}
	
	.navbar-inverse .navbar-brand img {
		width: 170px;
	}
	
	.navbar-inverse .navbar-nav {
		margin-top: 25px;
	}
	
	.navbar-inverse .navbar-right {
		margin-right: -30px;
	}
	
	.navbar-inverse .navbar-nav > li > a {
		font-size: 15px;
        margin: 0 35px;
        padding: 10px 0;
	}
}

/* 메인 슬라이드 영역 */
.container_slide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.container_slide .fill {
	height: calc(100vh - 94px);
}

.container_slide .carousel-caption {
	position: relative;
	top: 50%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	padding: 0 15px;
	text-shadow: none;
	transform: translateY(-35%);
/* 	font-family: 'NanumSquare', sans-serif; */
}

.container_slide .carousel-caption h1,
.container_slide .carousel-caption p {
	margin: 0;
	animation-fill-mode: both;
	animation-duration: 1s;
}
/*
.container_slide .carousel-caption h1 {
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 1.2;
    margin: 0 0 30px;
    animation-delay: .5s;
    animation-name: fadeInLeft;
}

.container_slide .carousel-caption h1 span strong {
    font-size: 64px;
    color: #262573;
}

.container_slide .carousel-caption p {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	animation-delay: 1s;
    line-height: 1.5;
	animation-name: fadeIn;
}

.container_slide .carousel-caption p > span > span {
	font-size: 16px;
	font-weight: 500;
	opacity: .75;
}
*/

.container_slide .carousel-caption{
	text-align: right;
    top: 80%;
    left: auto;
    right: 0;
}
.container_slide .carousel-caption h1{
    animation-delay: .5s;
    animation-name: fadeInLeft;
    font-size: 20px;
}
.container_slide .carousel-caption h1 > span{
	
}
.container_slide .carousel-caption p{
    animation-delay: 1s;
    line-height: 1.1;
    animation-name: fadeIn;
    font-size: 56px;
    font-weight: 700;
}
.container_slide .carousel-caption p > span{
	
}
.container_slide .carousel-indicators{
	text-align: right;
}
.container_slide .carousel-indicators li{
	width: 12px;
    height: 12px !important;
    margin: 0 5px !important;
    border: 0;
	background: rgba(255,255,255,0.7);
	transition: all .3s ease;
}
.container_slide .carousel-indicators li.active{
	background: rgba(255,255,255,1);
	width: 80px;
}
@media (min-width: 768px) {
	.container_slide .carousel-caption {
		width: 750px;
	}
}

@media (min-width: 992px) {
	.container_slide .carousel-caption {
		width: 970px;
	}
}

@media (min-width: 1200px) {
	.container_slide .carousel-caption {
		width: 1170px;
	}
}

.container_slide .fill h1 span,
.container_slide .fill p span {
	background: none;
	opacity: 1;
	text-shadow: inherit;
	padding: 0;
	font-size: inherit;
	line-height: inherit;
}

.carousel-caption p span a {
    display: block;
    width: 250px;
    margin: 50px auto 0;
    border: 1px solid #16af56;
    color: #fff;
	background-color: #16af56;
    padding: 15px 0;
    text-decoration: none;
    transition: ease .3s all;
}

.carousel-caption p span a:hover {
    background-color:#119147;
	text-indent: -0.05em;
	letter-spacing: 0.05em;
}

.carousel-caption p span a::after {
	content: '\f105';
	font-family: FontAwesome;
	margin-left: 7px;
}

.carousel-control {
    display: none;
}

.container_contents, .intro-html-layout, .intro-html-layout > .col-sm-12 {
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
}

/* Sub */
.sub-layout {
	width: inherit;
	padding-left: 0;
	padding-right: 0;
}

.sub {
	margin-bottom: 100px;
}

.article {
	margin-top: -60px;
	position: relative;
	z-index: 2;
	background-color: #fff;
	padding-left: 0;
	padding-right: 0;
	-webkit-box-shadow: 0 10px 30px rgba(0,0,0,.125);
	box-shadow: 0 10px 30px rgba(0,0,0,.125);
}

.article h1, .article h2, .article h3, .article h4, .article h5, .article h6 {
	font-weight: 600;
	color: #333;
	letter-spacing: -0.03em;
	word-break: keep-all;
	line-height: 1.5;
	margin: 0 0 20px;
}

.article p {
	font-size: 16px;
	font-weight: 400;
	color: #444;
	word-break: keep-all;
	line-height: 1.8;
	margin: 0 0 20px;
}

.sub .header {
	height: 330px;
	background: url('/skin/img/sub/header_bg_new.jpg') no-repeat center top / contain;
	position: relative;
}
#about.sub .header{
	display: none;
}
.sub .header .tit {
    position: absolute;
    top: 65%;
	transform: translateY(-30%);
    left: 0;
    right: 0;
    text-align: center;
    color:#fff;
}

.sub .header .tit h2 {
    font-size: 60px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 15px;
}

.sub .header .tit p {
    font-size: 20px;
    font-weight: 400;
    margin: 0;
    color: rgba(255,255,255,0.75);
}

.article .route .breadcrumb {
	text-align: right;
    background: #333340;
    padding: 20px 50px;
    color: #fff;
    border-radius: 0;
	margin: 0;
}
.article .route .breadcrumb a{
	color: #fff;
}

.article .inner {
    padding: 50px 50px 60px;
}

/* Sub Content */
#about{
	margin-bottom: 0;
}
#about > .about_wrap{
	background: url(/skin/img/sub/about_bg.jpg) no-repeat center / cover;
}
#about > .about_wrap .article{
    background: none;
    box-shadow: none;
}
#about .about-text{
	padding: 180px 0;
}
#about .about-text img {
	width: 163px;
	margin-bottom: 30px;
    margin-top: 30px;
}

#about .about-text > p{
	color: #fff;
	text-align: center;
	font-size: 24px;
}
#about .about-text > p:first-child{
	font-size: 37px;
    letter-spacing: 0.04em;
    line-height: 2.4;
    margin-bottom: 76px;
}
#about .about-text > p:last-child {
	margin-bottom: 0;
}

#gmap {
	border: 1px solid #e1e1e1;
	background-color: #e1e1e1;
	width: 100%;
	height: 450px;
	margin: 0 0 20px;
}

#contact h4 {
	font-size: 20px;
}

#contact h4+p {
	margin-bottom: 0;
}
#contact .contact_box{
	
}
#contact .contact_box .row{
	margin: 0;
}
#contact .contact_box .row > div{
	padding: 0;
}
#contact .contact_box .wrap{
    background: #f8f8f8;
    padding: 50px 15px;
    border: 1px solid #ccc;
    border-top: 2px solid #333340;
}
#contact .contact_box .row > div:nth-child(1) .wrap{
    padding: 40px 15px;
}
#contact .contact_box .wrap::after{
	content: '';
	clear: both;
	display: table;
}
#contact .contact_box .wrap i{
    float: left;
    font-size: 35px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-right: 15px;
    background: #6b6b84;
    color: #fff;
    border-radius: 50%;
}
#contact .contact_box .row > div:nth-child(1) .wrap i{
	margin-top: 10px;
}
#contact .contact_box .wrap dl{
    float: left;
    width: calc(100% - 65px);
    margin: 0;
}
#contact .contact_box .wrap dl dt{
	font-size: 16px;
    margin-bottom: 10px;
}
#contact .contact_box .wrap dl dd{
	font-size: 14px;
}


.our_services {
	margin-top: 30px;
}

.our_services_item {
	display: block;
	text-align: center;
	margin-bottom: 30px;
	animation-fill-mode: both;
	animation-duration: 1s;
	animation-name: fadeIn;
}

.our_services_item img {
	border-radius: 50%;
	border: 3px solid #ccc;
}

.our_services_item label {
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.03em;
	margin: 15px 0 0;
}

.our_services_item .img {
    position: relative;
    width: 200px;
    height: 200px;
    margin: 0 auto;
}

.our_services_item .img span {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    left: 0px;
    top: 0;
    line-height: 32px;
/*     background-color: #ccc; */
    border-radius: 50%;
    font-weight: 900;
}

.our_clients ul {
	margin: 0;
	padding: 0;
}

.our_clients ul::after {
	content: ' ';
	display: table;
	claer: both;
}

.our_clients ul li {
	float: left;
	list-style: none;
	width: 20%;
	padding: 15px;
	margin: 15px 0;
}

#qna #mod_type_formForm{
	padding: 0 80px;
}
#qna .q_number{

}
#qna .q_number h3{
	margin-bottom: 10px !important;
}
#qna .q_number h3 .fa{
	display: none;
}
#qna .q_number{

}
#qna .q_number::after{
	content: '';
	display: table;
	clear: both;
}
#qna .q_number > .col-sm-12:first-child{
}
#qna .q_number > .col-sm-12:nth-child(2){
	display: none;
}
#qna .q_number > .col-sm-12:last-child{
	display: block !important;
}
#qna .q_number > .col-sm-12:last-child input, 
#qna .q_number > .col-sm-12:last-child textarea{
	border-radius: 0;
}
#qna .btn-wrap{
	
}
#qna .btn-wrap button{
	right: auto;
    float: none !important;
    border-radius: 0;
    background: #525265;
    border-color: #525265;
    padding: 5px 25px;
}
#qna .btn-wrap button:hover{
	background: #333340;
	border-color: #333340;
}
#qna .btn-wrap button i{
	
}

@media (max-width: 767px) {
	.our_clients ul li {
		width: 25%;
	}
}

.prod-wrap .img-wrap{
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
	padding-left: 40px;
	margin: 0 -10px;
}
.prod-wrap .img-wrap > div{
	padding: 0 10px;
}
.prod-wrap .img-wrap img{
	border-radius: 7px;
}
.prod-wrap+.prod-wrap{
	margin-top: 110px;
}
.prod-wrap  h4{
	font-size: 24px;
	padding-top: 15px;
	color: #222;
}
.prod-wrap p{
	font-size: 15px;
	line-height: 1.7;
}