@charset "utf-8";
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,700&display=swap');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/all.css');
@import url('https://use.fontawesome.com/releases/v5.8.2/css/v4-shims.css');

html {overflow-x: hidden; overflow-y: scroll;
}
.body-layout {
	background-color: #fff;
	padding-top:100px;
}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family:'Noto Sans', 'notokr',  "NanumGothic", 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{
	display: none;
}

/*------ 상단 메뉴 설정 -------*/
.topmarginLay_a {
    display: none;
}
.navbar-inverse {
    margin: 0;
    padding: 0;
    background: #fff;
    border-bottom: none;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
@media  (min-width:1200px){
	.navbar-inverse .container {
		width: 1330px;
	}
	.container_contents,
	.container_contents .container {
		max-width: 1330px;
		width: 100%;
	}
	#footer .container {
		max-width: 1330px;
		width: 100%;
	}
	.sub-content {
		max-width: 1330px;
		width: 100%;
	}
}

/*로고*/
.navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin: 30px 0 0;
}
.navbar-brand img {
    margin-top: 0;
}
/* 메인메뉴 */
.navbar-inverse .navbar-nav {
    padding-top: 40px;
    margin-right: 80px;
}
.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-weight: bold;
    font-size: 15px;
    padding: 10px 33px 30px;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #e0062f; 
	background-color: rgba(0,0,0,0);
}
.navbar-inverse .navbar-nav>.open>a, 
.navbar-inverse .navbar-nav>.open>a:focus, 
.navbar-inverse .navbar-nav>.open>a:hover{
	color: #e0062f;
	background-color: rgba(0,0,0,0);
}
@media screen and (min-width: 768px) {	
	.navbar-inverse .navbar-nav .dropdown-menu {
		background-color: rgba(30, 30, 30, 0.85);
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border: none;
		padding: 0;
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: fadeInDown;
		right: auto;
    	left: -13%;
		box-shadow: none;
	}
    .navbar-inverse .navbar-nav .dropdown-menu > li {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li:last-child {
		border-bottom: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		color: rgba(255, 255, 255, 0.7);
		padding: 15px 20px;
		font-size: 0.95em;
		line-height: 1;
		text-align: left;
		letter-spacing: 0.02em;
		transition: 0.1s;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		color: #FFF;
   	 background-color: rgba(0,0,0,0.2);
	}
}
/*------ //상단 메뉴 설정 ------*/

/*------ CAROUSEL ------*/
.container_slide{
	width:100%;
	padding:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
	height: 500px;
}
    
.carousel{
	position:relative;
}
.carousel-inner{
	position:relative;
}
.carousel-caption {
    position: absolute;
    padding: 0 15px;
    transform: translateX(-50%);
    top: 27%;
    left: 50%;
    width: 100%;
    max-width: 1330px;
    bottom: auto;
    text-align: left;
}  
.carousel-caption h1 {
    margin: 0;
}
.carousel-caption h1 span {
	font-size: 52px;
	margin: 0 0 20px;
	color: #fff;
	line-height: 1.2;
	font-weight: 600;	
}
.carousel-caption p {
    font-size: 26px;
    margin: 0;
    font-weight: 500;
}
.carousel-caption h1 span,
.carousel-caption p span{
	background: transparent;
	opacity: 1;
	text-shadow: none;
	padding: 0;
}
.carousel-caption a {
    position: absolute;
    padding: 18px 30px;
	margin-top: 40px;
    border: 2px solid #fff;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    text-decoration: none;
    transition-duration: 0.3s;
    line-height: 1;
}
.carousel-caption a:hover{
    background-color:#fff;
	color:#222;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .glyphicon-chevron-left{
	display:none
}

.carousel-indicators {
    margin-bottom: 0;
    bottom: 5%;
}

.carousel-indicators li {
    width: 11px;
    height: 11px;
    border: 2px solid #fff;
    margin: 0 8px;
    opacity: 0.7;
}

.carousel-indicators li.active {
    margin: 0 8px;
    opacity: 1;
    width: 11px;
    height: 11px;
}


/*------ //CAROUSEL ------*/
/*------ 메인페이지 ------*/
.container_contents .con > .row {
    margin-left: -5px;
    margin-right: -5px;
}
.main-product{
    margin: 80px 200px;
}
.main-product .col-sm-4{
    padding: 0 10px 40px;
}
.main-product h2 {
    margin: 0 0 30px;
    padding-left: 5px;
    font-size: 28px;
    font-weight: bold;
    color: #222;
    text-align: center;
}
.main-product h2 .color {
    color: #e0062f;
}
.main-product .main_wrap{
    display: block;
    text-decoration: none !important;
    cursor: pointer;
    transition-duration: 0.4s;
}
.main-product .img_main{
	overflow: hidden;
	border: 1px solid #ddd;
	transition-duration: 0.4s;
}
.main_wrap img{
    opacity: 0.85;
    transition-duration: 0.3s;	
}
.main_wrap:hover img {
    transform: scale(1.13);
    opacity: 1;
}
.main_wrap:hover .img_main{
	border: 1px solid #e0062f;
}
.main_wrap p {
    margin: 0;
    padding: 12px 15px 12px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
    text-align: center;
    transition-duration: 0.4s;
}
.main_wrap:hover p{
    color: #e0062f;
}
/*------ //메인페이지  ------*/
 /*----- 서브페이지 공통 ----- */
.sub-layout {
    width: 100%;
    padding: 0;
}
.subpage .subheader {
    width: 100%;
    height: 140px;
    background: url(/skin/img/sub/subtop-bg.jpg) no-repeat center right / cover;
}
.subheader h2 {
    height: 140px;
    line-height: 140px;
    font-size: 38px;
    letter-spacing: 0.08em;
    text-align: left;
    color: #fff;
    max-width: 1330px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.sub-content {
    padding-top: 80px;
    padding-bottom: 130px;
}

/* subpage left menu */
.sub_left ul {
    padding-left: 0;
    padding-right: 40px;
    margin-bottom: 0;
}
.sub_left > ul > li > a {
    display: block;
    border-top: 1px solid #ddd;
    padding: 10px 16px;
    font-size: 14px;
    color: #888;
    background: #f6f6f6;
}
.sub_left ul li:last-child a {
    border-bottom: 1px solid #ddd;
}
.sub_left > ul > li > a:hover {
    color: #222;
    text-decoration: none;
}
.sub_left > ul > li.active > a {
    color: #222;
    font-weight: bold;
    background: #ddd;
}
.sub_left > ul > li.active > a:after {
    content: "\276F";
    float: right;
}
/* //subpage left menu */
/* subpage breadcrumb */
.breadcrumb_wrap {
    width: 100%;
    position: relative;
    margin-bottom: 40px;
}
.breadcrumb_wrap > h3 {
    font-size: 30px;
    margin: 0;
    font-weight: 600;
}
.breadcrumb_wrap > h3:after {
    content: "";
    width: 40px;
    height: 3px;
    background: #e0062f;
    display: block;
    margin-top: 25px;
}
.breadcrumb {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 10px 0 0;
}
.breadcrumb > li {
    font-size: 12px;
    color: #aaa;
}
.breadcrumb>.active {
    color: #333;
}


/* //subpage breadcrumb */

.content_wrap {
    word-break: break-word;
}
a.catalog-btn{
    display: inline-block;
    position: absolute;
    right: 20px;
    margin-top: 40px;
    padding: 8px 20px;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #fff;
    background: #e0062f;
    text-decoration: none;
    transition: 0.15s;
    z-index: 100;
}
a.catalog-btn:hover{
	background: #a40021;
}
a.catalog-btn i{
	padding-left: 6px;
}
.img_wrap>.row{
	margin: 0;
}
/*-----// 서브페이지 공통 ----- */

 /*------- COMPANY ------- */
/* Introduction */
.intro p {
    color: #555;
}
.intro_top {
    background: url(/skin/img/sub/intro.jpg) no-repeat 15px top;
    padding: 0 0 0 27%;
    min-height: 385px;
    position: relative;
}
.intro_top .text {
    background: #fff;
    width: 600px;
    padding: 45px 40px 40px;
    position: absolute;
    bottom: 0;
}
    .p1 {
        line-height: 1.5;
        font-size: 20px;
    }
    .p1 b {
		color: #e0062f;
		font-size: 1.5em;
	}
    .p2 {
        margin-top: 20px;
    }
    .p2 b{
        font-size: 22px;
    }
    .p3{
        margin-top: 30px;
        /* text-indent: 1em; */
        line-height: 1.8;
    }
/* //Introduction */
/* Vision */
.vision img{
    margin: 0 auto;
}
/* //Vision */
/* Location */
.location table {
    border-top: 2px solid #e0062f;
}
.location table th {
    background: #f6f6f6;
    width: 90px;
}
.location table td, 
.location table th {
    border-bottom: 1px solid #ddd;
    padding: 15px !important;
}
.location table td{
	color:#555;
}
.location img {
    margin-top: 30px;
    width: 100%;
}
/* //Location */
 /*------- //COMPANY ------- */
/*------- PRODUCT ------- */
.product p {
    margin: 10px 0 0;
    text-align: center;
    font-size: 1.1em;
    font-weight: 600;
}
.product .img_wrap > div {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 40px 30px 30px;
    border-right: 1px solid #e5e5e5;
}
.product .img_wrap > div:last-child {
    border-right: none;
}
.product img {
    margin: 0 auto;
    /* box-shadow: 2px 3px 3px rgba(0,0,0,0.2); */
}
.info {
    padding-top: 20px;
    padding-left: 5px;
    margin: 0;
}
.inro dl{
	margin-bottom:0
}
.info dt {
    margin: 20px 0px 3px;
    position: relative;
    padding-left: 13px;
    font-size: 1.1em;
}
.info dt:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #e0062f;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.info dd {
    color: #555;
    line-height: 1.75;
    padding-left: 13px;
}
.info dd:last-child{
    /* text-indent: 1em; */
}

#fire .col-sm-4{
    padding: 5px;
}
#fire a.catalog-btn{
    margin-top: 20px;
    margin-right: 30px;
}
#fire .img_wrap:nth-of-type(2){
    margin-top: 80px;
}
/*------- //PRODUCT ------- */
/*------- CATALOG ------- */
.catalog h5 {
    font-style: italic;
    text-align: right;
    color: #e0062f;
    padding: 0 15px;
    margin: 0 0 25px;
}
@media (min-width: 768px){
.catalog .col-md-3{
    width: 16.6666%;
    padding: 0 10px;
}
}
.catalog p {
    padding-top: 20px;
}
.catalog .img_main {
    overflow: hidden;
    transition: 0.4s;
}
.catalog .main_wrap {
    border: 1px solid #ddd;
    display: block;
	transition: 0.4s;
}
.catalog .main_wrap img {
    margin: 0 auto;
}
.catalog .main_wrap:hover .img_main {
    border: none;
}
.catalog .main_wrap:hover {
    border-color: #e0062f;
}
.catalog .main_wrap:hover p {
    text-decoration: underline;
	color:#222;
}
/*------- //CATALOG ------- */
/*------- 푸터 --------*/
.footer_copy > div {
    padding: 0;
}

#footer {
    background-color: #3d3f44;
    font-size: 13px;
    text-align: left;
}
#footer ul {
	margin: 0; 
	padding: 50px 0;
}
#footer ul li {
    list-style: none;
    /* display: inline-block; */
    margin-right: 10px;
    line-height: 1.6;
    color: rgba(255,255,255,0.5);
}
/*------- //푸터 --------*/


/* 페이지준비중 */
.maintenance {
    margin-top: 5px;
    border: 1px 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: 1em;
    color: #666;
    margin-bottom: 25px;
}

.maintenance .btn {
    border: 1px solid #ddd;
    font-weight: 600;
    padding: 10px 40px;
    font-size: 0.9em;
    transition: all ease 0.3s;
    background: #f5f5f5;
}
.maintenance .btn:hover {
    border-color: #bbb;
    background: #fff;
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
	margin-top:-30px;
}

.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 {
	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: #e0062f;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #e0062f;
    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: #333;
}

.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;
}

/* mobile */
@media (max-width:768px){
    /*모바일 메인 & 서브 상단 마진*/
    .container_slide,.sub-layout{margin-top:63px;}
    
    /* 모바일 상단메뉴 */
	.navbar-header .navbar-brand{
		margin: 15px 15px 0 !important;
		font-size: 20px;
		line-height: 1.1;
		letter-spacing: -1.5px;
	}
    .navbar-inverse .navbar-brand img {width: 200px;}
    .navbar-inverse .navbar-toggle {
        padding: 23px 20px;
        margin: 0;
        background: #fff;
        border: none;
    }
    .navbar-inverse .navbar-toggle:focus, 
    .navbar-inverse .navbar-toggle:hover {background: #fff;}
	.navbar-inverse .navbar-toggle .icon-bar {height: 2px; background-color: #555;}
    .navbar-inverse .navbar-toggle:focus .icon-bar{background-color: #555;}
	.navbar-toggle .icon-bar+.icon-bar {margin-top: 5px;}
	
    /* 모바일 드롭다운메뉴 */
    .navbar-fixed-top .navbar-collapse{max-height: 415px;}
	.navbar-inverse .navbar-nav{margin: 0 -15px; padding: 0;}
	.navbar-inverse .navbar-nav > li:nth-child(6),
	.navbar-inverse .navbar-nav > li:nth-child(7){display:none;}
    .navbar-inverse .navbar-nav > li > a {
        margin: 0;
        padding: 14px 15px;
        font-size: 15px;
        font-weight: 500;
        color: #fff;
        background: #293656;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
    }
	.navbar-inverse .navbar-nav>.open>a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover {
		border-bottom: 1px solid #a70a28;
		color: #fff;
		background-color: #a70a28;
    }
    .navbar-nav .open .dropdown-menu {padding: 0;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        padding: 8px 25px;
        font-size: 15px;
        color: #fff;
		background: #444;
        letter-spacing: -0.03em;
        text-align: left;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover{
		background: #444;
	}
    /* 모바일 배너이미지 */
    .container_slide > .fill, .carousel-inner .item .fill{height: 250px;}
    .carousel-caption {width: 100%; left: 0; transform: none;}
    .carousel-caption h1 span{
        display: block;
        line-height: 1.3;
        margin: 0 0 10px;
        font-size: 21px;
    }
	.carousel-caption a{
        padding: 10px 20px;
        margin-top: 10px;
        font-size: 14px;
    }
    .carousel-indicators li,
    .carousel-indicators li.active{margin: 0 4px;}


    /* 모바일 메인페이지 */
    .body-layout{padding-top: 0;}
	.container_contents{padding: 0;}
    .container_contents > .row, .main-content > .row{margin: 0; width: 100%;}
    .main-product {margin: 30px 0;}
    .main-product h2{font-size: 22px;}
    .main-product .col-sm-4 {padding: 0 10px 20px;}
    .main_wrap p{font-size: 16px; letter-spacing: -0.03em;}

    /* 모바일 서브페이지 공통 */
    .subpage .subheader{height: 120px;}
    .subheader h2 {height: 120px; line-height: 120px; font-size: 25px;}
    .sub-content{padding: 30px 15px 50px;}
    .sub_left{display: none;}
    .breadcrumb_wrap > h3 {font-size: 21px;}
    .breadcrumb_wrap > h3:after{width: 25px; margin-top: 7px;}
    .breadcrumb{margin: -24px 0 0;}
    .breadcrumb>li+li:before {padding: 0;}
    .breadcrumb_wrap {margin-bottom: 30px;}

    /* 회사소개 */
    .intro_top{padding: 0px 0 0 15%;}
    .intro_top .text{width: auto; padding: 10px; bottom: 40px; background: rgba(255,255,255,0.8);}
    .intro p{font-size: 15px;}
    .intro .p1, .intro .p2 b{font-size: 18px;}
    .intro .p1 b{font-size: 23px;}
    .location iframe{margin-top: 20px; padding-bottom: 25px;}
 
    /* 제품소개 */
    .product .img_wrap > div{padding: 0; border-top: none;}
    .img_wrap > .row > div{margin-bottom: 15px;}
    a.catalog-btn{margin-top: 20px;}
    #fire a.catalog-btn {margin-top: 0; right: 21%;}
    
    /* 카탈로그 */
    .catalog .main_wrap{margin-bottom: 20px;}
	
    /* Mobile 스크롤바 나타내기 */
	::-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 #eee;
    }
    ::-webkit-scrollbar-track {
        border-radius: 10px;  
        background-color: rgba(255,255,255,0.5); 
    }
	
	/* 모바일 로그인 */
    .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;
    }
}
