@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', 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 .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	color: #fb4759;
    background-color: #fff;
}
/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
*{word-break:keep-all}

/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 100px 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: #2c5050;
    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: #213b3b;
}
.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;
    }
}
.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:20px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,.li-dot > dd:before{
	content:'·';
}
*{word-break:keep-all}
.subContent ul{padding:0;margin:0}
/*상단 메뉴 설정 시작*/
.navbar-inverse{
	background:#fff;     /*배경 색*/
	border-color:#ddd;         /*테두리 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
	padding-top: 10px;
	margin:0;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
    background-color: transparent;
    color: #333;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 500;
    padding: 25px 28px;
    margin: 10px 0px 0px 0px;
}
.navbar-inverse .navbar-nav > li > a:hover{color:#f94963}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
.nav.navbar-nav li .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;
		right: auto;
		left: 0;
		box-shadow: none;
}
@media (min-width: 768px){
	.nav.navbar-nav li .dropdown-menu{
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: fadeInDown;
	}
}
.nav.navbar-nav li .dropdown-menu > li {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
}
.nav.navbar-nav li .dropdown-menu > li:last-child {
		border-bottom: 0;
}
.nav.navbar-nav li .dropdown-menu li a{
    color: rgba(255, 255, 255, 0.7);
		padding: 15px 20px;
		font-size: 15px;
		line-height: 1;
		text-align: left;
		letter-spacing: 0.02em;
		transition: 0.1s;
}
.nav.navbar-nav li .dropdown-menu > li > a:hover,
.nav.navbar-nav li .dropdown-menu > li > a:focus {
	color: #FFF;
   	background-color: #fb4759;
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center{
    background-color: #ebebeb;
    color: #666666;
    font-size: 14px;
    padding: 40px 0 30px;
    margin: 0px 0px 0px 0px;
    text-align: center;
}
.footer_copy .text-center p.copy{font-size:11px}
.footer_copy .text-center ul{padding:0}
.footer_copy .text-center ul li span{    
	display: inline-block;
    margin-right: 7px;
    margin-top: 10px;
    padding-right: 7px;
    border-right: 1px solid #bbbbbb;
    line-height: 0.9;
}
.footer_copy .text-center ul li span:last-child{border-right:none}
.footer_copy strong {
    font-size: 16px;
}
/* 하단 카피라이트 설정 끝*/
/*slide*/
.carousel {
    margin-top: 81px;
    margin-bottom: 0px;
}
.sub-layout,.container_content {    padding-top: 64px;}
.carousel-inner .item{width:100%;height:760px}
.carousel-inner .item:nth-of-type(1){background:url(/skin/img/slide/slide01.png)no-repeat center / cover}
.carousel-inner .item:nth-of-type(2){background:url(/skin/img/slide/slide02.png)no-repeat center / cover}
.carousel-caption {    top: 50%;
    bottom: auto;
    padding: 0;
    transform: translateY(-50%);}
.carousel-caption h2{    margin-top: 0;
    margin-bottom: 20px;
    font-size: 120px;
    font-weight: 700;}
.carousel-caption p{    font-size: 28px;
    letter-spacing: -0.034em;}
.carousel-indicators {    bottom: 20%;}
.slide-content{position:absolute;bottom:0;left:50%;transform:translateX(-50%)}
.slide-content .container{background: rgba(253, 79, 90, .8);}
.slide-content .slide_con_inner a{
	display: block;
    overflow: hidden;
    padding: 18px 20px 14px;
    border-right: 1px solid rgba(255,255,255,.2);
    position: relative;    opacity: .9;}
.slide-content .col-md-3:last-child a{border-right:none}
.slide-content .slide_con_inner a img{float: left;}
.slide-content .slide_con_inner a p{    float: left;
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.034em;
    margin-left: 15px;
    margin-top: 8px;}
.slide-content .slide_con_inner a span{    float: right;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-weight: 300;
    color: #fff;}
.slide-content .slide_con_inner a span i{    margin-left: 5px;}
.slide-content .slide_con_inner a:hover{opacity:1;background:#fd4f5a}
@media(min-width:768px){
	.slide-content .col-md-3{padding:0}	
}
.carousel-indicators .active,.carousel-indicators li{width:12px;height:12px;margin:2px;background:#fff}
.carousel-indicators .active{background:#fd4f5a;border-color:#fd4f5a}

/*main*/
.main-content h3{    text-align: center;
    font-size: 40px;
    letter-spacing: -0.034em;
    font-weight: 500;
    margin-bottom: 70px;
    margin-top: 0;}
.main-business01 {    background: url(/skin/img/main/main_bg.png);padding:110px 0}
.main-business01 .mainbusi{    background:#f3d9db;
    border-radius: 50%;
    width: 270px;
    height: 270px;
    position: relative;margin:0 auto
}
.main-business01 .mainbusi img{position: absolute;
    left: 25%;
    top: 25%;
    /* transform: translate(-50%,-50%); */
}
.main-business01 p{text-align:center;    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.034em;
    margin-top: 15px;}
.main-business01 .container{width:100%;max-width:1000px}
.main-business03{    text-align: center;
    padding: 110px 0;}
.main-business03 a{    
    display: inline-block;
    font-size: 16px;
    color: #333;
    letter-spacing: -1px;
    border: 1px solid #999;
    padding: 15px 60px;
    text-decoration: none;
    margin-top: 50px;
}
.main-business03 a:hover{
    color: #fff;
    background: #333;
    border: 1px solid #333;
}
.main-business03 .row div:nth-of-type(2) dl, #mail .con1 div:nth-of-type(1) dl{    
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 50px 50px 20px;
	box-shadow: 7px 7px 0px 0px #f4f4f4;
	border-radius: 5px;
}
.main-business03 .row div:nth-of-type(3) dl, #mail .con1 div:nth-of-type(2) dl{    
    background: #ffffff;
    border: 1px solid #ccc;
    padding: 50px 50px 20px;
	box-shadow: 7px 7px 0px 0px #f4f4f4;
	border-radius: 5px;
}
.main-business03 .col-md-6 dl dt, #mail .con1 dl dt{    
    letter-spacing: -2px;
    font-size: 32px;
    color: #ff3c48;
    font-weight: 500;
}
.main-business03 .row div:nth-of-type(3)  dl dt, #mail .con1 div:nth-of-type(2) dl dt{color:#0047bd}
.main-business03 .col-md-6 dl dd, #mail .con1 dl dd{    
    font-weight: 500;
    font-size: 22px;
    letter-spacing: 0;
    color: #333;
    margin-bottom: 5px;
}
.main-business03 .col-md-6 dl dd:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #ddd;
    display: block;
    text-align: center;
    padding: auto;
    margin: 25px auto;
}
#mail .con1 dl dd:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #ddd;
    display: block;
    text-align: center;
    padding: auto;
    margin: 25px auto;
}
.main-business03 .col-md-6 dl dd:nth-of-type(2), #mail .con1 dl dd:nth-of-type(2){	    
	font-size: 16px;
    font-weight: normal;
    letter-spacing: -1px;
}
.main-business02 {padding:110px 0}
.main-business02 .map {
    padding-right: 28px;
}
.main-business02 .map .root_daum_roughmap {
    width: 100%;
}
.main-business02 .info {
    height: 360px;
}
.main-business02 .info dl dt {
    font-size: 24px;
    margin-bottom: 20px;
    letter-spacing: -0.034em;
}
.main-business02 .info dl dd {
    font-size: 17px;
}
.main-business02 .info dl dd strong {
    width: 40px;
    display: inline-block;
}
.main-business02 .info p {
    font-size: 17px;
    letter-spacing: -0.034em;
    margin: 0;
}
.main-business02 .info p span {
    display: block;
    font-size: 17px;
	font-weight:700;
    margin-bottom: 5px;
}
.main_location {
    position: absolute;
    left: 20px;
    bottom: 0;
}

/*sub*/
.subTop{    
	width: 100%;
    height: 250px;
    background: url(/skin/img/sub/subTop.jpg)no-repeat center / cover;
    position: relative;}
.subTop .subTop_inner{    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);}
.subTop h2{font-size: 40px;
    color: #fff;
    letter-spacing: -0.034em;
    font-weight: 600;
	text-align: center;
}
.subTop ol.breadcrumb{    background: transparent;
    color: #ccc;    
	padding: 0;
    text-align: center;    
	margin: 0;}
.subTop ol.breadcrumb li{    letter-spacing: -0.034em;}
.subTop ol.breadcrumb li.active{    color: #f1f1f1;}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #ccc;
    font-family: "FontAwesome";
    font-size: 15px;
}
.subContent{    padding: 60px 0 100px;position:relative}
.subTitle{    
    text-align: left;
    padding: 0;
    position: relative;
    margin-bottom: 50px;
}
.subTitle:before{        
	content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    left: 0;
    position: absolute;
    top: 90%;
}
.subTitle h3{    
    display: inline-block;
    margin: 0;
	padding-right:20px;
    font-size: 36px;
    letter-spacing: -2px;
    color: #222;
    background: #fff;
    text-align: left;
    position: relative;
    z-index: 2;
    letter-spacing: -0.034em;
}
.subContent .con{margin-bottom:60px}
.subContent .con:last-child{margin-bottom:0}
.subContent .con p,.subContent .con li{    
	font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.75;
    color: #333;
    padding-left: 16px;
}
.subContent h4 small{    
	margin-left: 10px;
    color: #999;
	letter-spacing: 1px;
    font-size: 14px;
}
/*table*/
.subContent .table.table-type03 {border-top: 1px solid #666;}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {padding: 12px !important; border-bottom: 1px solid #dedede !important; letter-spacing: -0.02em; word-break: keep-all; vertical-align: middle !important;font-size:16px;text-align:center}
.subContent .table.table-type03 tr th {color: #333;background: #f8f8f8;}
.subContent .table.table-type03 thead tr th {}
.subContent .table.table-type03 tr td {color: #666;}

/*company*/
#company01 .comp01_inner{    
    padding: 40px 40px 30px;
    background: #f6f6f6;
    border-bottom: 1px solid #ddd;
}
#company01 .comp01_inner p{    
	text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    color: #222;
    letter-spacing: -0.034em;
	margin-bottom:0;
	line-height: 1;}
#company01 .con2 p{    
	font-size: 18px;
    line-height: 1.8;
    letter-spacing: -0.02em;
    color: #333;}
#company02 .root_daum_roughmap{width:100% !important;}
#company02 .con1 .table{margin-top:50px}
#company02 .subContent .con1 .table.table-type03 tr td{text-align:left}

/*product*/
#product02 .con dl dt,.subContent h4{    
	font-size: 24px;
    border-left: 4px solid #fb4759;
    line-height: 1;
	letter-spacing: -1px;
    margin-bottom: 15px;
    padding-left: 10px;
    color: #222;
}
.subContent h4{margin-bottom:30px}
#product02 .con dl dd{    font-size: 16px;}
#product02 .con img{    padding: 20px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 0 rgba(190,190,190,0.2);
}

/*quality*/
.quality_inner {
    border-top: 2px solid #333;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.quality .con dl dt{    
    text-align: left;
    font-size: 22px;
    background: #fff;
    padding: 30px 0 18px 30px;
    color: #222;
    letter-spacing: -0.03em;
    font-weight: 500;
}
.quality .con dl{min-height:128px}
.quality .con dl dd{
    font-size: 15px;
    letter-spacing: -0.034em;
    color: #555;
    padding-left: 17px;
    margin-bottom: 5px;
    margin-left: 25px;
}
/* .quality .con img{    border: 1px solid #ddd;
    margin-top: 30px;} */

/*repair*/
#repair01 .con dl{    text-align: center;margin:0}
#repair01 .con dl dt{    
    font-size: 15px;
    letter-spacing: -0.03em;
    color: #c81b1b;
    background: #ffd3d8;
    border: 1px solid #e5a1a8;
    padding: 6px 0;
    border-top-left-radius: 7px;
    font-weight: 500;
    border-top-right-radius: 7px;
}
#repair01 .con dl dd{    
    font-size: 16px;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
    border: 1px solid #ddd;
    padding: 20px 0;
    border-top: none;
    border-bottom-left-radius: 10px;    
	letter-spacing: -0.034em;
    border-bottom-right-radius: 10px;}
#repair01 .con ul{margin-top:20px}
#repair01 .con .col-md-2:after{    content: "";
    width: 12px;
    height: 32px;
    background: url(/skin/img/sub/arrow.png);
    position: absolute;
    right: -6px;
    transform: translateY(-50%);
    top: 50%;}
#repair01 .con .col-md-2:nth-of-type(7):after{display:none}
/*mail*/
#mailForm {
    width: 100%;
    max-width: 1010px;
    margin: 0 auto;}
.form-control {
    background: none;
    color: #444;
    font-size: 16px;}
#mailForm .form-control {
box-shadow: 0 0 0 rgba(0,0,0,0);
    background: #f9f9f9;
    border: none;
    border-radius: 0;
    padding: 0 10px;
    border-bottom: 1px solid rgb(154, 165, 175);
    width: 85%;
    color: #333;
	height: 44px;
	}
#mailForm textarea.form-control {
    height: 150px;
    padding-top: 16px;}
#mailForm .btn-primary {
    background: #fff;
    color: #555;
    font-size: 16px;
    border: 1px solid #555;
    max-width: 200px;
    margin: 0 auto;
    padding: 16px 0;
    border-radius: 0;
	opacity: 1;}
#mailForm .btn-primary:hover, #mailForm .btn-primary:focus {
    background: #333;
    color: #fff;}
#mailForm input::-webkit-input-placeholder {
color: #999;
	font-weight:300}
#mailForm input:-ms-input-placeholder {
color: #999;
	font-weight:300}
#mailForm textarea::-webkit-input-placeholder {
color: #999;
	font-weight:300}
#mailForm textarea:-ms-input-placeholder {
color: #999;
	font-weight:300}
#mailForm label {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.04em;
    margin: 0 0 4px;
    float: left;
    width: 15%;
    color: #222;
    /* height: 41px; */
    margin-top: 10px;}
#mailForm label[for='mail_agree']{      width: 85%;
    float: right;
    font-size: 14px;
    letter-spacing: -0.02em;
    font-weight: 400;
    margin-bottom: 20px;
    color: #333;}
p.error {
    font-size: 14px;
    color: #006cc7;
    padding: 6px 0 0 152px;
}
.contact-mail-layout > p {
    display: none;}

/*2019-08-01*/
@media(min-width:768px){
	.slide-content .col-md-3{width:20%}
}
.subContent:before{
    content: "주문 및 가격 문의 : 1899-7306";
    position: absolute;
    top: 20px;
    right: 20%;
    font-size: 22px;
    letter-spacing: 0.034em;
    background: #f65261;
    padding: 10px 20px;
    color: #fff;
    border-radius: 5px;
}

/*********** 모바일 최적화 시작 ***********/
@media (max-width: 767px) { /* Small devices (col-xs-*) 모바일 */
    .navbar-brand{margin-top:2px}
    .navbar-brand img{height:28px;padding-top:0}
    .navbar-nav{margin:0 -15px 10px}
    .navbar-inverse .navbar-nav > li > a{margin:0;padding:8px 20px;font-size:15px}
    .navbar-inverse .navbar-nav>li>a:focus,
    .navbar-inverse .navbar-nav>li>a:hover{color:#fb4759}
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav>.open>a:focus,
    .navbar-inverse .navbar-nav>.open>a:hover{color:#fff !important;background:#fb4759}
    .navbar-inverse .navbar-nav .open .dropdown-menu{padding:10px 0}
    .nav.navbar-nav li .dropdown-menu > li{border-bottom:none}
    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a{padding:10px 20px;font-size:14px;color:#fff !important;text-align:left;border:none}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{color:#000}
    .navbar-inverse .navbar-toggle{margin-top:15px;margin-bottom:15px;padding:7px 8px;background:#fb4759;border-color:#fb4759}
    .navbar-inverse .navbar-toggle:focus,
    .navbar-inverse .navbar-toggle:hover{background-color:#fb4759}

    .carousel{margin-top:60px}
    .carousel-indicators{bottom:45%}
    .carousel-inner .item{height:500px}
    .slide-content{width:100%}
    .slide-content .col-md-3{padding:0;border-right:1px solid rgba(255, 255, 255, .2);border-bottom:1px solid rgba(255, 255, 255, .2)}
    .slide-content .slide_con_inner a{padding:14px 15px 10px;border-right:none}
    .slide-content .slide_con_inner a img{width:34px}
    .slide-content .slide_con_inner a p{font-size:15px}
    .slide-content .slide_con_inner a span{font-size:11px;right:15px;bottom:15px}

    .main-business03{padding:60px 0}
    .main-content h3{margin-bottom:50px;font-size:34px}
    .main-business03 .row div:nth-of-type(2) dl,
    #mail .con1 div:nth-of-type(1) dl{padding:35px 15px 5px;box-shadow:5px 5px 0 0 #f4f4f4}
    .main-business03 .col-md-6 dl dt,
    #mail .con1 dl dt{font-size:29px}
    .main-business03 .col-md-6 dl dd,
    #mail .con1 dl dd{font-size:19px}
    .main-business03 .col-md-6 dl dd:after{margin:20px auto}
    .main-business03 .col-md-6 dl dd:nth-of-type(2),
    #mail .con1 dl dd:nth-of-type(2){font-size:15px}
    .main-business03 .row div:nth-of-type(3) dl,
    #mail .con1 div:nth-of-type(2) dl{padding:35px 15px 5px;box-shadow:5px 5px 0 0 #f4f4f4}
    .main-business03 a{margin-top:30px;padding:12px 50px;font-size:14px}
    .main-business01{padding:60px 0}
    .main-business01 .row > div:not(.col-md-12)+div{margin-top:30px}
    .main-business01 .mainbusi{width:200px;height:200px}
    .main-business01 .mainbusi img{left:50%;top:50%;width:108px;transform:translate(-50%, -50%)}
    .main-business01 p{font-size:18px}
    .main-business02{padding:60px 0}
    .main-business02 .map{padding-right:15px}
    .main-business02 .map .root_daum_roughmap{height:260px}
    .main-business02 .info{height:auto;padding-top:30px}
    .main_location{position:static}
    .main-business02 .info dl dt{font-size:22px;margin-bottom:15px}
    .main-business02 .info dl dd{font-size:16px}
    .main-business02 .info p{font-size:16px}
    .main-business02 .info p span{font-size:16px}

    .footer_copy .text-center{font-size:13px;padding:25px 0 15px}
    .footer_copy strong{font-size:15px}
    .footer_copy .text-center ul li span{margin-top:8px}
    .footer_copy .text-center ul li:nth-child(2) span:first-child{display:block;border-right:none}
    .footer_copy .text-center p.copy{font-size:10px}

    .sub-layout,
    .container_content{padding-top:60px}
    .subTop{height:180px}
    .subTop .subTop_inner{width:100%}
    .subTop h2{font-size:36px}
    .subContent{padding:70px 0 80px}
    .subContent:before{position:relative;top:-50px;right:20px;left:20px;width:calc(100% - 40px);display:block;font-size:18px;padding:10px 18px 8px;text-align:center}
    .subContent .con{margin-bottom:40px}
    .subContent .con p,
    .subContent .con li{font-size:15px}
    .subContent .con p{padding-left:0}
    .subTitle{margin-bottom:35px}
    .subTitle h3{padding-right:15px;font-size:32px}
    .subContent h4{margin-bottom:22px;font-size:22px}
    .subContent h4 small{font-size:12px}

    #company01 .comp01_inner{padding:25px 20px 10px}
    #company01 .comp01_inner p{margin-top:15px;margin-bottom:15px;font-size:15px}
    #company01 .con2 p{font-size:16px}
    #company02 .root_daum_roughmap{height:300px}
    #company02 .table-responsive{border:none}
    .subContent .table.table-type03 tr th,
    .subContent .table.table-type03 tr td{font-size:15px}
    #product02 .con dl dt{font-size:22px}
    #product02 .con1 > div+div{margin-top:35px}
    #repair01 .con dl{margin-bottom:15px}
    #repair01 .con dl dt{font-size:14px}
    #repair01 .con dl dd{padding:18px 0;font-size:15px}
    #repair01 .con .col-md-2:nth-child(2n + 3):after{display:none}

    .form-control{font-size:15px}
    #mailForm label{width:100%;font-size:15px;margin:4px 0 8px}
    #mailForm .form-control{width:100%}
    #mailForm label[for='mail_agree']{width:100%;font-size:13px}
    #mailForm .btn-primary{font-size:15px;max-width:185px;padding:14px 0}
}
/************ 모바일 최적화 끝 ************/