@charset "utf-8";
@import url('/skin/notokr/notokr.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: 'notokr', 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;
}

.navbar-inverse {
	background-color: #FFF;
	border-bottom:1px solid #ddd;
	margin-bottom: 0;
}
.navbar-inverse .navbar-brand {
    padding: 0;
    color: #222;
    margin-top: 10px;
    margin-left: 0 !important;
}

.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
	color: #333;
}
.navbar-brand img{
	margin-top:0;
}

@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav > li > a {
		padding: 23px 25px 30px;
		line-height: 1;
		font-size: 17px;
		color: #111;
		-webkit-text-shadow: none;
		text-shadow: none;
        font-weight: 500;
        text-transform: uppercase;
	}
  
 	.navbar-inverse .navbar-nav > li > a:hover,
	.navbar-inverse .navbar-nav > li > a:focus,
	.navbar-inverse .navbar-nav > li:hover > a,
	.navbar-inverse .navbar-nav > li:focus > a,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus,
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus {
		-webkit-box-shadow: none;
	  	box-shadow: none;
	  	background-color: transparent;
	  	color: #ed1c24;
  	}
}
@media screen and (min-width: 768px) {
	.navbar-nav>li>.dropdown-menu {
		left: 0;
		right: auto;
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		-webkit-border-radius: 0;
		border-radius: 0;
		border: none;
		background-color: rgba(0,0,0,0.7);
		padding: 15px 0;
    }
	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}

.navbar-inverse .navbar-nav > li > a span {
    line-height: 0;
}

.navbar .dropdown-menu > li > a {
    padding: 6px 25px;
    font-size: 15px;
    color: #e3e3e3;
    font-weight: 350;
    text-transform: uppercase;
}
.navbar .dropdown-menu > li > a:hover, 
.navbar .dropdown-menu > li > a:focus {
    background-color: transparent;
    color: #fff;
    text-decoration: underline;
}

@media (max-width: 768px){
    .navbar-inverse .navbar-brand{
        margin: 0;
        padding: 15px;
    }
    .navbar-inverse .navbar-toggle,
    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus{
        margin: 18px 15px;
        background: #fff !important;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        background-color: #222;
    }
    .navbar-inverse .navbar-nav{
        margin: 0;
    }
    .navbar-inverse .navbar-nav>li>a,
    .navbar-inverse .navbar-nav>li>a:hover,
    .navbar-inverse .navbar-nav>li>a:focus{
        color: #333;
    }
    .navbar-inverse .navbar-collapse{
        padding: 0;
        border-top: 1px solid rgb(238, 238, 238);
    }
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus{
        color: #555;
    }
}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
	background: #f6f6f6;
    padding: 150px 15px;
}
.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: #ed1c24;
    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: #ed1c24;
}
.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;
    }
}
/* personal setting 0.62v */

/* custom setting */
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
ul,dl,ol{padding:0;}
p, li, dt, dd {
	font-size:16px;
    line-height: 1.6;
}
a:hover,a:focus{text-decoration:none;}
*{
	box-sizing:border-box;
	word-break:keep-all;
}
@media (max-width: 768px){
    p, li, dt, dd{
        font-size: 15px;
    }
}

/* 게시판 */
.dh-board{
    padding: 60px 15px;
}
.dh-board .table-hover {
    margin: 0;
    border-top: 2px solid #333;
	border-bottom:1px solid #333;
}
.dh-board .table-hover thead tr th, .dh-board .table-hover tbody tr th, .dh-board .table-hover tbody tr td {
    padding: 13px 15px;
    font-size: 15px;
    color: #666;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
}
.dh-board .table-hover thead tr th, 
.dh-board .table-hover tbody tr th { 
    color: #222; 
    background:#f5f5f5; 
    padding:10px 15px;
}
.dh-board .table-hover thead tr th.hits, 
.dh-board .table-hover tbody tr td.hits{
    display: none;
}
.dh-board #btnNew{
    background: #333;
}
.pagination>.active>a,
.pagination>.active>a:focus{
    background: #fff;
    border: 1px solid #ddd;
    color: #333;
}

@media (max-width: 768px){
    .dh-board{
        padding: 0 15px;
    }
}

/* 게시판 상세 */
.dh-view-box{
    padding: 0 0 150px;
}
.dh-view-box>.row>.page-header{
    border-bottom: 1px solid #ddd;
    margin: 0;
    text-align: center;
}
.dh-view-box>.row>.page-header h4{
    margin: 25px 0;
}

@media (max-width: 768px){
    .dh-view-box{
        padding: 0 15px 60px;
    }
    .bbs-list-add-layout #insertForm{
        padding: 0 15px 60px;
    }
}

/* 테이블 */
.table-style {
	margin: 0 0 20px;
	border-top: 2px solid #ed1c24;
}
.table-style tr th,
.table-style tr td {
	padding: 10px 10px !important;
	border-bottom: 1px solid #dedede !important;
	letter-spacing: -0.02em;
	word-break: keep-all;
	vertical-align: middle !important;
}
.table-style tr th {
	color: #333;
	text-align: center;
}
.table-style thead tr th {
	background: #f8f8f8;
}
.table-style tr td {
	color: #666;
}
.history-table{
	border-top:none;
}
.history-table.table-style tr th,
.history-table.table-style tr td {
	border-bottom:none!important;
	padding:25px !important;
}
.history-table.table-style tr th {
	position:relative;
	border-right:1px solid #ccc;
	font-size:22px;
	color:#ed1c24;
}
.history-table.table-style tr th:after{
	content:'';
	display:block;
	position:absolute;
	right:-5px;
	top:50%;
	transform:translatey(-50%);
	width:10px;
	height:10px;
	border:3px solid #ed1c24;
	border-radius:50%;
	background:#fff;
}

/* personal setting 0.62v end */



/* navigation setting */
@media(max-width:767px){
	
}

/* footer setting */
.footer_copy > div {
    padding: 50px 0;
    background: #fff;
    border-top: 1px solid #e3e3e3;
    color: #777;
    font-size: 12px;
    letter-spacing: -0.02em;
}
/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#mod_type_formForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}


/* personal setting 0.62v */

/* img */
.img-bordered{border:1px solid #ddd;}
.img-caption{
	margin:10px 0;
	text-align:center;
	font-size:16px;
	color:#555;
	font-weight:500;
}
/*list style*/
.li-none > li{list-style:none!important; margin-left:20px;}
.li-circle > li{list-style:circle!important; margin-left:20px;}
.li-square > li{list-style:square!important; margin-left:20px;}
.li-disc > li{list-style:disc!important; margin-left:20px;}
.li-dash > li,
.li-dot > li {
    margin-left: 0px;
    padding-left: 14px;
    position: relative;
}
.li-dash > li:before,
.li-dot > li:before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 12px;
    width: 3px;
    height: 3px;
    background: #444;
    border-radius: 50%;
}
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 10px;
    font-size: 15px;
    letter-spacing: -0.03em;
    margin-bottom: 3px;
}
.location-li span {
    display: inline-block;
    margin-right: auto;
    min-width: 130px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
@media(max-width:767px){
	.location-li span {
		display:block;
	}
}
.location-li span i {
    margin-right: 5px;
    color: #ed1c24;
}
.partner-li{
	margin:20px 0;
}
.partner-li:after{
	content:'';
	display:block;
	clear:both;
}
.partner-li > li{
	float:left;
	width:20%;
	padding:10px;
}
.partner-li > li img{
	border:1px solid #ddd;
}
.category-li{
	display:inline-block;
	margin:20px auto;
}
.category-li:after{
	content:'';
	display:block;
	clear:both;
}
.category-li > li{
	float:left;
	display:inline-block;
	margin:5px;
	padding:10px 20px;
	background:#f5f5f5;
	border:1px solid #ddd;
}
.trait-dl{
	margin:40px 0;
}
.trait-dl:after{
	content:'';
	display:block;
	clear:both;
}
.trait-dl dt,
.trait-dl dd{
	float:left;
	margin-bottom:10px;
	padding:20px 40px;
	border-top:2px solid #ddd;
}
.trait-dl dt{
	border-color:#ed1c24;
	font-size:18px;
}
@media(min-width:768px){
	.trait-dl dt{
		width:25%;
	}
	.trait-dl dd{
		width:75%;
	}	
}
@media(max-width:767px){
	.partner-li > li{
		width:50%;
	}
}

/* mainpage setting */
.container_slide{
	width:100%;
	margin:0;
	padding:0;
}
.container_slide > .fill,
.carousel-inner .item .fill{
    /* height:600px; */
    height:calc(100vh - 100px)
}
.carousel-caption {
    margin: 0;
    padding: 0;
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    width: 85%;
    max-width: 1170px;   
}
#myCarousel .carousel-caption span{
	opacity:1;
    padding:0;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
	background:transparent;
}
.carousel-caption h1 {
    font-size: 70px;
    font-weight: 600;
    text-align: left;
    margin: 0;
    letter-spacing: -0.03em;
}
.carousel-caption h1 span span {
    display: inline-block;
    line-height: 1.1;
}
.carousel-inner .item:nth-child(1) .carousel-caption h1{
    font-size: 82px;
    line-height: 1.05;
    font-weight: 600;
    color: #fff;
    letter-spacing: -0.03em;
    text-align: center;
}
.carousel-inner .item:nth-child(1) .carousel-caption h1 span span {
    border-bottom:none;
    padding-bottom:0;
}
.carousel-caption p {
    margin: 20px 0 0;
    font-size: 20px;
    color: #fff;
}
.carousel-control{
	display:none;
}
.carousel-indicators{
	margin-bottom:0;
	bottom:50px;
}
.carousel-indicators li,
.carousel-indicators li.active{
	margin: 0 6px;
	width: 13px;
	height: 13px;
	border: 3px solid #fff;
	opacity:0.4;
}
.carousel-indicators li.active{
	opacity:1;
}
@media(max-width:767px){
    .container_slide > .fill, 
    .carousel-inner .item .fill{
        height: 550px;
    }
    .carousel-caption{
        top: 45%;
    }
    .carousel-inner .item:nth-child(1) .fill{
        background-position: center;
    }
    .carousel-inner .item:nth-child(2) .fill{
        background-position: 77% center;
    }
    .carousel-inner .item:nth-child(3) .fill{
        background-position: 73% center;
    }
    .carousel-caption h1,
    .carousel-inner .item:nth-child(1) .carousel-caption h1{
        font-size: 43px;
        text-align: center;
    }
    #myCarousel .carousel-caption span{
        text-shadow: 0 0 25px rgba(0,0,0,0.7);
        letter-spacing: 0.01em;
    }
}
@media(max-width: 360px){
    .container_slide > .fill, 
    .carousel-inner .item .fill{
        height: calc(100vh - 100px);
    }
}


/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > 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;
}
#insertForm{
    padding: 0 0 100px;
}

@media (max-width: 768px){
    #insertForm{
        padding: 0 0 60px;
    }
}


/* ---------- 메인 ---------- */

/* main-top */
.main-top {
    position: relative;
    margin: 0;
    width: 100%;
    height: calc(100vh - 100px);
    background: url(/skin/img/slide/slide00.jpg) no-repeat center / cover;
}
.main-top .img-wrap ul li{
	position: relative;
	width: 100%;
	height: 100%;
}
.main-top .img-wrap .desc{
	position: absolute;
	left: 50%;
	top: 44%;
	width: 100%;
	text-align: center;
	transform: translate(-50%,-50%);
}
.main-top .img-wrap .desc h2 {
    margin: 0;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    font-size: 82px;
    line-height: 1.05;
    font-weight: 600;
    text-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
    color: #fff;
    letter-spacing: -0.03em;
}
/* .main-top .img-wrap .desc h2 span{
	color: #fa1834;
} */
.main-top .img-wrap .desc .top {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    border-bottom: 1px solid #fff;
    opacity: 0.6;
    letter-spacing: 0.15em;
    line-height: 1;
    padding-bottom: 5px;
    margin-bottom: 40px;
}
.main-top:after {
    content: "";
    width: 70px;
    height: 37px;
    background: url(/skin/img/main/scroll.png) no-repeat center;
    position: absolute;
    transform: translateX(-50%);
    bottom: 6%;
    left: 50%;
    opacity: 0.7;
}

/* .main-logo{
	padding:23px 0;
}
.main-logo ul{
	margin-bottom:0;
}
.main-logo li{
	float:left;
	width:20%;
} */

/* main-mid */
.main-mid{
	padding: 135px 0;
}
.main-btm h2,
.main-mid h2{
	margin: 0 0 60px;
	text-align: left;
	font-size: 35px;
	font-weight: 600;
    letter-spacing: -0.02em;
}
.main-mid .btn{
	float: right;
	display: inline-block;
	padding: 20px 65px;
	height: 60px;
    border: 1px solid;
	border-radius: 0;
	font-size: 16px;
    font-weight: 600;
    color: #333;
}
.main-mid .btn:hover{
	background:#333;
	color:#fff;
}
.main-mid p{
	margin-bottom: 70px;
	text-align: left;
	font-size: 18px
}

/* main-btm */
.main-btm{
	padding: 70px 0;
	background: #f8f8f8;
}
.main-btm .item > a{
	display: block;
    background: #fff;
    padding: 35px;
}
.main-btm .item .circle{
	float: left;
    margin-right: 30px;
    width: 50px;
    height: 50px;
    background: #f8f8f8;
    border-radius: 50%;
    text-align: center;
	font-size: 26px;
	line-height: 50px;
	color: rgba(207, 21, 21);
}
.main-btm .item span{
	font-size: 32px;
	color: #000;
}

/* sec1 */
.main-content .sec1 {
    padding: 130px 0;
}
.main-content .icon-sec h2 {
    position: relative;
    margin: 0;
    text-align: center;
    font-size: 50px;
    font-weight: 600;
    color: #111;
}
.main-content .icon-sec h4 {
    margin: 20px 0 75px;
    font-weight: 300;
    font-size: 17px;
    color: #000;
    letter-spacing: -0.01em;
}
/* .main-content .icon-sec h2:after{
	content:"";
	display: inline-block;
	position: absolute;
	right:0;
	top: 50%;
	width: 100px;
	height: 2px;
	background: #e71e25;
} */
.main-content .icon-sec{
	text-align: center;
    z-index: 10;
}
.main-content .icon-sec .item-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.main-content .icon-sec .item {
    position: relative;
    display: inline-block;
    width: 31.3%;
    margin: 0 1%;
    height: 360px;
    transition: 0.35s ease;
    float: left;
}
.main-content .icon-sec .item:last-child{
	margin-right: 0px;
}
.main-content .icon-sec a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 105px;
    background: #a5a7a9 url(/skin/img/main/main-product1.png) no-repeat center / cover;
}

.main-content .icon-sec .item-wrap .item:nth-child(2) a {
    /* background: #ad0014 url('/skin/img/main/main-product2.png') no-repeat center / cover; */
    background: #6f6f6f url('/skin/img/main/main-product2.png') no-repeat center / cover;
}
.main-content .icon-sec .item-wrap .item:nth-child(3) a {
    /* background: #484848 url('/skin/img/main/main-product3.png') no-repeat center / cover; */
    background: #414141 url('/skin/img/main/main-product3.png') no-repeat center / cover;
}
.main-content .icon-sec .item:hover{
	box-shadow: 0 20px 20px rgba(0,0,0,0.2);
	transform: translateY(-20px);
}
.icon-sec a p {
    font-weight: 400;
    color: #fff;
    font-size: 22px;
    margin: 0;
}

@media (max-width: 768px){
    .main-content .sec1{
        padding: 70px 0;
    }
    .main-content .icon-sec h2{
        font-size: 42px;
    }
    .main-content .icon-sec .item{
        margin: 0;
        width: 100%;
        height: 250px;
    }
    .main-content .icon-sec a{
        padding-top: 50px;
    }
}

/* ---------- 푸터 --------- */
.footer_copy *{
	margin: 0 auto;
	font-size: 12px;
	color:#777
}
.footer-left{
	text-align: center;
}
.footer-left > p{
	margin: 0;
}
.quick-link li{
    display: inline-block;
	margin-right: 10px; 
}
.quick-link li:last-child{
    margin-right: 0;
}
.quick-link li a {
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid #d5d5d5;
}
.quick-link li span {
    margin-right: 4px;
}
.footer-left a:hover{
	border:1px solid #999
}
.footer-left .copy{
	margin-top: 8px;
}
.footer-left .copy p {
    color: #aaa;
}
.footer_copy .family-site ul li {
    float: right;
    position: relative;
    margin-top: -5px;
    width: 20%;
    height: 65px;
}
.footer_copy .family-site ul li img {
    position: absolute;
    top: 50%;
    right: 0;
    width: 70px;
    transform: translateY(-50%);
}
.footer_copy .bg{
	padding: 15px;
    background: #eee;
}
.footer-info{
    margin-top: 15px;
}
.footer-info li{
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #ddd;
    line-height: 1;
    color: #aaa;
}
.footer-info li.last{
    border: none;
}

@media (max-width: 768px){
    .quick-link li{
        float: left;
        margin: 0 10px 10px 0;
    }
    .quick-link li a{
        width: 120px;
    }
    .footer-info,
    .footer-left .copy{
        text-align: left;
    }
    .footer-info li{
        display: block;
        padding: 0;
        border: none;
        line-height: 1.4;
    }
}


/* ---------- 사이트 맵 --------- */
.vsitemap{
    max-width: 100%;
    background: #eee;
    border: none;
}
.vsitemap .panel-body{
    margin: 0 auto;
    padding: 25px 15px;
    max-width: 1170px;
}
.vsitemap a{
    text-transform: uppercase;
}
.vsitemap a:hover{
    color: #000;
}
.vsitemap-list ul > a{
    display: inline-block;
    margin-bottom: 5px;
}


/* 다국어버튼 */
.lang-container{
	text-align: right;
}
.lang-container .lang-wrap {
    padding: 8px 10px 0;
}
.lang-wrap .lang {
    width: 29px;
    font-size: 12px;
    line-height: 1;
    border: none;
    color: #999;
    background: #fff;
    font-weight: 600;
    padding: 5px 5px;
}
.lang-wrap .lang:hover{
    font-weight: 900;
}
.lang-wrap .lang.active {
    font-weight: 900;
    color: #e71e25;
}

@media (min-width: 768px){
    .lang-wrap .lang {
        width: 28px;
    }
}

html.cn *{
    word-break: break-all;
}
html.en *,
html.kr *{
    word-break: keep-all;
}


/* ---------- 서브 ---------- */
/* 공통 */
.sub-top{
	height: 400px;
    background-image: url(/skin/img/sub/sub-top1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	position:relative;
}
.about1{
    background-image: url(/skin/img/sub/subTop-about1-01.jpg);
}
.about2{
    background-image: url(/skin/img/sub/subTop-about1-02.jpg);
}
.product1{
    background-image: url(/skin/img/sub/subTop-product-01.jpg);
}
.capabilities1,
.product3{
    background-image: url(/skin/img/sub/subTop-capabilities1-01.jpg);
}
.product2{
    background-image: url(/skin/img/sub/subTop-product-02.jpg);
}
.capabilities2{
    background-image: url(/skin/img/sub/subTop-capabilities2-02.jpg);
}
.capabilities3{
    background-image: url(/skin/img/sub/subTop-capabilities3-01.jpg);
}
.capabilities4{
    background-image: url(/skin/img/sub/subTop-capabilities4-01.jpg);
}
.contact-us{
    background-image: url(/skin/img/sub/subTop-contact1-01.jpg);
}
.bbs-6{
    background-image: url(/skin/img/sub/subTop-contact2-01.jpg);
}
.contact3{
    background-image: url(/skin/img/sub/subTop-contact3-01.jpg);
}
.sub-top:after {
    content: "";
    width: 2px;
    height: 60px;
    position: absolute;
    left: 50%;
    background: #e71e25;
    bottom: -30px;
}
.sub-top h2 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    margin-top: 155px;
    margin-bottom: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.sub-top .breadcrumb {
    text-align: center;
    background: transparent;
    padding: 0;
    letter-spacing: 0.03em;
    margin: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
}
.sub-top .breadcrumb>.active{
	color:#fff;
}
.sub-top .breadcrumb li a{
    color: #fff;
    text-transform: uppercase;
}
.breadcrumb>li+li:before {
    color: #fff;
    content: "\f105";
    font-family: "FontAwesome";
}
.sub-tit h3 {
    margin: 0 0 80px;
    text-align: center;
    font-size: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
}
.sub-content{
	padding: 90px 0 150px;
}

@media (max-width: 768px){
    .sub-top{
        height: 250px;
    }
    .sub-top h2{
        margin-top: 80px;
        font-size: 42px;
    }
    .breadcrumb>li{
        font-size: 12px;
        font-weight: 400;
    }
    .sub-tit h3{
        font-size: 30px;
    }
    .sub-content{
        padding: 70px 0;
    }
}


/* about1 */
#about1 .sec1 {
    margin-bottom: 100px;
}
#about1 p{
	margin-bottom: 30px;
}
.about-box {
    /* background: #F3F3F3 url(/skin/img/sub/about1-1.png) no-repeat right top; */
	background: #F3F3F3;
    max-width: 1140px;
    margin: 0 auto;
    /* padding: 12% 10%; */
	padding: 0;
    float: none;
}
.about-box .txt-box p:last-child {
    margin-bottom: 0;
}

#about1 .sec2 hr{
	margin: 70px 0;
}
#about1 .sec2 .col-sm-12{
	padding: 35px;
}

@media (min-width:768px){
    .about-box .txt-box{
        /* width:60% */
		padding: 5%;
    }
}
@media (max-width:767px){
	.about-box {
		padding:0;	
	}
	.about-box .txt-box{
		padding:12% 7%;
    }
    .about-box .txt-box p{
        font-size: 15px;
    }
    #about1 .sec2 .col-sm-12{
        padding: 30px 15px 0;
    }
}


/* about2 */
#about2 .sec1 {
    background: #f6f6f6;
    padding: 70px 0 70px;
}

#about2 {
    padding-bottom: 0;
}


.about2 .sec1 .col-sm-4{
	height: 320px;
    margin-bottom: 30px;
}
.about2 .sec1 .item {
    padding: 20px 30px;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}
.about2 .sec1 .item li {
    line-height: 1.4;
    margin: 0 0 5px;
    font-size: 15px;
}
.about2 .sec1 .item li:before {
    top: 10px;
}
.about2 .sec1 .item h3 {
    margin-bottom: 15px;
    font-weight: 600;
    color: #111;
}
#about2 .sec1 .row > div:nth-child(2n+1) .item {
    background: #e1e3e6;
}
#about2 .sec1 .row > div:nth-child(5n+1) .item {
    border: 1px solid #ddd !important;
    background: #fff !important;
}


/* capability 공통 */
.capability-type .sec1{
	position:relative;
}
.products-type .sec1 .img-box,
.capability-type .sec1 .img-box {
    margin-bottom: 80px;
    padding: 35px;
    width: 100%;
    /* height: 450px; */
    background: #F3F3F3;
    /* background: url(/skin/img/sub/capa1-1.jpg) no-repeat center center/cover; */
    /* background-clip: content-box; */
    /* float: none; */
    /* max-width: 1140px; */
    /* margin: 0 auto 140px; */
}
.products-type .sec1 .img-box .txt-box,
.capability-type .sec1 .img-box .txt-box{
    /* position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 3% 5% 0% 3%;
    width: 90%; */
    /* background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,rgba(10, 10, 10, 0.8) 100%); */
    /* background: #fff; */
    font-weight: 400;
    color: #111;
    text-align: left;
}
.capability-type .sec1 .img-box .txt-box p,
.products-type .sec1 .img-box .txt-box p{
    font-size: 18px;
    margin: 10px 0;
}
.capability-type .sec1 .row{
	margin-bottom: 50px;
}
.capability-type .sec1 .row:first-child,
.capability-type .sec1 .row:last-child{
	margin-bottom: 0;
}
.capability-type .sec1 .row > div:nth-child(2) {
    padding-left: 30px;
    padding-top: 20px;
}
.capability-type .sec1 h3 {
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #000;
}

@media (max-width: 768px){
    .capability-type .sec1 .img-box .txt-box p,
    .products-type .sec1 .img-box .txt-box p{
        font-size: 15px;
    }
    .capability-type .sec1 .row > div:nth-child(2){
        padding: 20px 15px 0;
    }
    .capability-type .sec1 h3{
        font-size: 19px;
    }
}

/* capability2 */
/* #capa2 .img-box{
	background: url(/skin/img/sub/capa2-3.jpg) no-repeat center center/cover;
} */

/* capability3 */
/* #capa3 .img-box{
	background: url(/skin/img/sub/capa3-2.jpg) no-repeat center center/cover;
} */
#capa3 .sec1 h4{
	font-weight: 600;
    font-size: 24px;
    color: #555;
}

/* capability4 */
/* #capa4 .img-box{
	background: url(/skin/img/sub/capa4-2.jpg) no-repeat center center/cover;
} */

/* capability5 */
#capa5 .col-sm-12 {
    margin-bottom: 55px;
}
#capa5 .col-sm-12:last-child{
	margin-bottom: 0;
}
#capa5 h3 {
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    margin-bottom: 35px;
}
#capa5 hr{
	margin: 90px auto 0;
	/* width: 86%; */
}
#capa5 .RND-simulation > div{
    margin-bottom: 30px;
}

@media (min-width: 768px){
    #capa5 .RND-simulation{
        margin: 0 auto;
        width: 1040px;
    }
}


/* product 공통 */
/* .products-type .sec1 .img-box{
	width: 100%;
    height: 450px;
    background: url(/skin/img/sub/product1-4.jpg) no-repeat center center/cover;
    background-clip: content-box;
    float: none;
    max-width: 1140px;
    padding: 0;
    margin: 0 auto 40px;
} */
/* .products-type .sec1 .img-box .txt-box {
    position: absolute;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 3% 5% 0% 3%;
    width: 90%;
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%,rgba(10, 10, 10, 0.8) 100%);
    background: #fff;
    font-weight: 400;
    color: #111;
    text-align: left;
} */
/* .products-type .sec1 .row{
	margin-bottom:100px;
} */

#product3 .sec1 .row,
.products-type .products-type-wrap .row {
    border-bottom: 1px solid #eee;
    padding: 70px 0;
	margin-bottom:0;
}
#product3 .sec1 .row:first-child,
.products-type .products-type-wrap .row:first-child{
	border-top: 2px solid #333;
}
#product3 .sec1 .row:last-child,
.products-type .products-type-wrap .row:last-child{
	border: none;
}
.products-type .sec1 h3{
	margin-bottom: 20px;
	line-height: 1.3;
	font-weight:600;
}
#product1 hr {
    margin: 0 auto;
}

@media (max-width: 768px){
    #product3 .sec1 .row,
    .products-type .products-type-wrap .row{
        padding: 50px 0;
    }
}

/* product1 */
/* #product1 .img-box{
	background: url(/skin/img/sub/capa1-1.jpg) no-repeat center center/cover;
} */
#product1 .row:nth-child(3) .col-sm-5{
	padding-top: 60px;
}
#product1 .guide h3{
	margin-top: 70px;
	text-align: center;
}

/* product3 */

/* contact_mail */
/*Formmail*/
#mailForm {
    margin: 0px auto 60px;
    padding: 0 15px 70px;
}
#mailForm .form-group {
    margin: 0;
    padding: 25px 35px;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
#mailForm .form-group:first-child {
    border-top: 2px solid #333;
}
#mailForm .form-group:nth-child(5) {
    background: none;
    border: none;
    padding: 25px 0;
}
#mailForm .form-group label {width: 15%; float: left; margin: 10px 0 0;}
#mailForm .form-group input.form-control, 
#mailForm .form-group textarea.form-control {
	width: 85%; max-width: 935px; border: 1px solid #d0d0d0; border-radius: 0; box-shadow: 0 0 0 rgba(0,0,0,0);
}
#mailForm .form-group input.form-control {height: 40px;}
#mailForm .form-group p.error, 
#mailForm .form-group~p.error {
	margin: 0; color: #1b2c54; font-size: 12px
}
#mailForm .form-group~p.error {padding-left: 35px; margin: -15px 0 0;}
#mailForm .form-group .checkbox {margin: -8px 0 0;}
#mailForm .form-group .checkbox label {
    width: 100%;
    margin: 0;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: #666;
}
input[type=button].btn-block, 
input[type=reset].btn-block, 
input[type=submit].btn-block {
    width: 240px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 21px 0;
    border-radius: 0;
    background: #e71e25 !important;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all ease 0.3s;
}

input[type=button].btn-block:hover, 
input[type=reset].btn-block:hover, 
input[type=submit].btn-block:hover{
	background:#222;
}

@media screen and (max-width: 991px) {
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {max-width: 567px;}
}
@media screen and (max-width: 767px) {
    #mailForm .form-group {padding: 20px 15px;}
    #mailForm .form-group label {width: 20%; font-size: 13px; font-weight: 500; letter-spacing: -0.05em;}
    #mailForm .form-group input.form-control, #mailForm .form-group textarea.form-control {width: 80%;}
    #mailForm .form-group~p.error {padding-left: 15px; margin: 0;}
    input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {margin-top: 80px;}
}

/* mod form */
.q_number{
    margin: 0;
    padding: 35px;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
.q_number input,
.q_number textarea,
.q_number input:focus,
.q_number textarea:focus{
    margin: 0;
    border-radius: 0;
    border: 1px solid #d0d0d0;
    box-shadow: none;
}
.q_number:first-child{
    border-top: 2px solid #333;
}
.q_number:nth-child(3) div:nth-child(2),
.q_number:nth-child(4) div:nth-child(2){
    display: none;
}
.q_number textarea{
    margin: 0;
    height: 150px;
}
.q_number > div:first-child{
    float: left;
    width: 15%;
}
.q_number > div:last-child{
    float: left;
    width: 85%;
}
.q_number .input-group > input{
    float: right !important;
}
.q_number .input-group .file_name{
    width: auto;
}
.q_number .input-group .input-group-btn{
    float: none;
}
.q_number div h3{
    margin: 0;
}
.q_number div h3 i{
    display: none;
}
#mod_type_formForm .btn-wrap button{
    float: none !important;
    width: 240px;
    margin: 0 auto 80px;
    padding: 21px 0;
    border-radius: 0;
    background: #e71e25 !important;
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    transition: all ease 0.3s;
}
#mod_type_formForm .btn-wrap button:hover,
#mod_type_formForm .btn-wrap button:focus{
    background:#222;
}

/* 주문폼 체크박스 */
#mod_type_formForm > div:nth-child(5){
    background: #fff;
    border: none;
}
#mod_type_formForm > div:nth-child(5) > div:nth-child(1){
	float: right;
    width: 85%;
}
#mod_type_formForm > div:nth-child(5) > div:nth-child(2){
    display: none;
}
#mod_type_formForm > div:nth-child(5) > div:nth-child(3){
	float: left;
    width: 15%;
    text-align: right;
}
#mod_type_formForm > div:nth-child(5) > div:nth-child(1) h3{
	font-size: 13px;
    color: #666;
    font-weight: 400;
    margin: 0;
}
#mod_type_formForm > div .checkbox label:last-child{
	display: none;
}
.checkbox input[type=checkbox]{
    position: relative;
}

@media (max-width: 768px){
    #mod_type_formForm{
        padding: 0 15px;
    }
    .q_number{
        padding: 15px;
    }
    .q_number > div:first-child,
    .q_number > div:last-child{
        float: none;
        width: 100%;
    }
    .q_number div h3{
        margin: 0 0 5px !important;
        font-size: 16px;
    }
    .checkbox label, .radio label{
        padding-left: 0;
    }
}

.tit-wrap{
	margin-top: 90px;
}
.contact1{
	padding-bottom: 80px;
}
.contact1 .item {
    position: relative;
    margin: 0 0 60px;
    padding: 30px;
    width: 100%;
    height: 250px;
    background: #f8f8f8;
}
.contact1 .item:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-bottom: 25px solid #fff;
    border-right: 25px solid #fff;
    border-left: 25px solid #eee;
    border-top: 25px solid #eee;
    right: 0;
    bottom: 0;
}
.contact1 .item ul li{
	font-size: 14px;
}
.contact1 .item ul li:first-child{
	margin-top: 20px;
}
.contact1 .item ul li:before {
    top: 10px;
}
.contact1 .item h3 {
    margin-bottom: 10px;
    color: #e71e25;
    line-height: 1.3;
    font-size: 20px;
    font-weight: 500;
}
.contact1 .item h5{
	line-height: 1.3;
	opacity: 0.6;
}
.sec-tit {
    font-weight: 600;
    line-height: 1.3;
    color: #000;
    margin-bottom: 15px;
}

@media (max-width: 768px){
    .contact1 .sec2 .col-sm-6:last-child .item{
        margin: 0;
    }
    .contact1 .item{
        padding: 15px;
        height: auto;
    }
    .contact1 .item h3{
        margin: 0;
    }
    .contact1 .item ul li:first-child{
        margin-top: 10px;
    }
}

/* contact2 */
.contact2 .sec1 .row {
    margin-left: 0;
    margin-right: 0;
}
.contact2 .sec-tit {
    border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
    font-size: 30px;
    padding: 22px 5px;
    line-height: 1;
	margin-top:0;
    margin-bottom: 50px;
}
.contact2 .item {
    position: relative;
    margin-bottom: 50px;
    height: 130px;
    padding-top: 15px;
}
.contact2 .item img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.contact2 .item .hover-wrap {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding-top: 40px;
    background: rgba(50, 50, 50, 0.8);
    text-align: center;
    opacity: 0;
    color: #fff;
	transition:0.25s
}
.contact2 .item .hover-wrap p {
    font-weight: 600;
    color: #fff;
    margin: 0;
}
.contact2 .item:hover .hover-wrap{
	opacity: 1;
}

/* contact3 */
.site-map-list dl{
    position: relative;
    text-align: center;
}
.site-map-list dl:after{
    content: "";
    position: absolute;
    top: 30px;
    left: 100%;
    width: 1px;
    height: 50px;
    background: #eee;
}
.site-map-list .col-md-3:last-child dl:after{
    background: transparent;
}
.site-map-list dl dt a{
    display: inline-block;
    margin-bottom: 8px;
    font-size: 18px;
    color: #333;
}
.site-map-list dl dd a{
    line-height: 2;
    color: #888;
}
.site-map-list dl dd a:hover,
.site-map-list dl dd a:focus{
    color: #000;
}

@media (max-width: 768px){
    .site-map-list dl{
        margin-bottom: 60px;
    }
    .site-map-list > div:last-child dl{
        margin-bottom: 0;
    }
    .site-map-list dl:after{
        top: auto;
        left: 50%;
        width: 50px;
        height: 1px;
        transform: translateX(-50%);
        bottom: -30px;
    }
}