@charset "utf-8";
@import url('/skin/font/notokr/notokr.css');
@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;}
.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; 
}
ol, ul, li{list-style: none;list-style-position: inside;}
p, li, dl, dt, td, th, h1, h2, h3, h4, h5{word-break:keep-all;}
a{text-decoration: none;}

.navbar .caret,
.navbar .divider-vertical,
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a{display: none;}

/*메인 & 서브 상단 마진*/
.container_slide,.sub-layout{margin-top: 95px;}

/*------ 상단 메뉴 설정 -------*/
.navbar-inverse{
	margin: 0; padding: 0;
    background: #fff;
    border-bottom: 1px solid #e0e0e0;
}
/*로고*/
.navbar-inverse .navbar-brand {
    padding: 0;
    margin: 23px 0 0!important;
}
.navbar-inverse .navbar-brand img {
	margin-top:-0 !important;
}

/* 메인메뉴 */
.navbar-inverse .navbar-nav {
    z-index: 100;
}
.navbar-inverse .navbar-nav > li{
	/* padding-bottom: 30px; */
}
.navbar-inverse .navbar-nav > li > a {
    padding: 38px 20px 38px;
    font-size: 17px;
    font-weight: 600;
    color: #111;
    letter-spacing: -1px;
	text-shadow: none;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
	color: #0db85f; 
	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: #0db85f;
	background-color: transparent;
}
@media screen and (min-width: 768px) {	
	.navbar-inverse .navbar-nav .dropdown-menu {
		background-color: #fff;
		border-radius: 0;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		padding: 12px 12px;
		animation-duration: .5s;
		animation-fill-mode: both;
		animation-name: fadeInDown;
		left: 0;
		right: auto;
		border: none;
		box-shadow: 0 2px 2px rgba(0,0,0,0.3);
	}
	.navbar-inverse .navbar-nav .dropdown-menu > li > a,
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
		padding: 6px 6px;
		font-size: 13px;
		font-weight: 400;
		line-height: 1;
		text-align: left;
		color: #111;
		letter-spacing: -0.3px;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover, 
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		background: #0db85f;
		color: #fff;
	}
	
	.container_mmenu{display:none;}
}
/*------ //상단 메뉴 설정 ------*/
/*------ CAROUSEL ------*/
.container_slide{
	width:100%;
	padding:0;
}
.container_slide > .fill, 
.carousel-inner .item .fill {
    height: 450px;
    /*height: calc(100vh - 110px);*/
}
.carousel,
.carousel-inner{
	position: relative;
}
.carousel-caption {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 21%;
    bottom: auto;
    text-align: left;
}
.carousel-caption h1 {
    margin: 0;
}
.carousel-caption h1 > span {
    margin: 0 0 20px;
    font-size: 51px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: -3px;
}
.carousel-caption h1 span small {
    display: block;
    padding: 0 0 20px 4px;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    letter-spacing: -0.5px;
}
.carousel-caption h1 span b {
    display: block;
    padding-left: 3px;
    font-weight: 500;
    letter-spacing: -3px;
}
.carousel-caption p a {
    position: relative;
    display: block;
    width: 150px;
    margin: 40px 0 0 6px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: rgb(13, 184, 95);
    padding: 12px 15px;
    text-decoration: none;
}
.carousel-caption p a:after{
	content: "\f105";
    position: absolute;
    font-family: FontAwesome;
    font-size: 21px;
    top: 6px;
    right: 15px;
}
.carousel-caption h1 span, 
.carousel-caption p span {
    background: transparent;
    opacity: 1;
    text-shadow: 0 0 30px rgba(0,0,0,0.4);
    padding: 0;
}
.glyphicon.glyphicon-chevron-left,
.glyphicon.glyphicon-chevron-right{display:none;}

.carousel-indicators {
    height: 30px;
    margin: 0 auto;
    transform: translateX(-50%);
}
.carousel-indicators li, 
.carousel-indicators li.active {
    width: 10px;
    height: 10px;
    background: rgba(0,0,0,0);
    border: 2px solid #fff;
    margin: 0 5px;
    opacity: 0.6;
}
.carousel-indicators li.active {
    background: #fff;
    position: relative;
	opacity:1
}
/*------ //CAROUSEL ------*/
/* 메인 오른쪽 퀵버튼 */
.quick-btn{
	position: fixed;
    margin: 0;
    padding: 0;
	top: 19%; 
	right: -3px;
	z-index: 100;
}
/* .quick-btn > li{
	width: 240px;
	height: 80px;
	margin-bottom: 4px;
    border-radius: 3px;
} */
.quick-btn > li {
    width: 260px;
    height: 90px;
    margin-bottom: 0;
    border-radius: 3px;
}
.quick-btn > li > a {
    position: relative;
    display: block;
    padding: 23px 0 0 80px;
    font-size: 18px;
    font-weight: 600;
    color: #3b1e1e;
    text-decoration: none;
    letter-spacing: -0.8px;
}
.quick-btn > li > a:before {
    content: "";
    position: absolute;
    width: 42px;
    height: 42px;
    top: 25px;
    left: 26px;
}
.quick-btn > li > a > span {
    display: block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.5px;
}
.quick-btn > li.kakaobtn {
    background: #fffc00;
}

.quick-btn > li.callbtn{background:#35ad94;}
.quick-btn > li.callbtn > a {
    font-size: 23px;
    color: #fffd56;
    line-height: 1.2;
    font-weight: 500;
	letter-spacing: -0.3px;
}
.quick-btn > li.callbtn > a > span{color:#fff;}

.quick-btn > li.mailbtn{background:#393f40;}
.quick-btn > li.mailbtn > a{color:#fff;}


.quick-btn > li.kakaobtn > a:before{background: url(/skin/img/main/icon_kakao.png) no-repeat center center;} 
.quick-btn > li.callbtn > a:before{background: url(/skin/img/main/icon_call.png) no-repeat center center;} 
.quick-btn > li.mailbtn > a:before{background: url(/skin/img/main/icon_inquiry.png) no-repeat center center;}
/*------ 메인페이지 ------*/
.container_contents{width: 100%;}
.intro-html-layout>.col-sm-12{padding:0;}
.main-content{
    padding: 60px 0;
    background: #f8f8f8;
}
.main-content .menu-btn-wrap {
    border-top: 2px solid #0db85f;
    border-bottom: 1px solid #ddd;
}
.main-content .menu-btn-wrap:after {
    content: "";
    display: block;
    clear: both;
}
.main-content .menu-btn {
    position: relative;
    padding: 28px 25px;
    border: 1px solid #eaeaea;
    background: #fff;
}
.main-content .menu-btn:hover {
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    z-index: 999;
}
.main-content .menu-btn h3 {
    margin: 0 0 7px;
    font-size: 19px;
    font-weight: 500;
    line-height: 1;
    color: #000;
    letter-spacing: -1px;
}
.main-content .menu-btn p {
    font-weight: 400;
    color: #444;
    letter-spacing: -0.8px;
    font-size: 13px;
    margin: 0;
}
.main-content .menu-btn a {
    display: block;
    position: relative;
    margin-top: 20px;
    width: 75px;
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    border: 1px solid #bbb;
    border-radius: 3px;
    letter-spacing: -0.5px;
    font-family: 'NanumGothic', 'Malgun Gothic' !important;
    text-decoration: none;
}
.main-content .menu-btn a:after {
    content: "\f0da";
    position: absolute;
    font-family: FontAwesome;
    font-size: 13px;
    color: #555;
    margin-left: 5px;
}
.main-content .menu-btn a:hover {
    background: #0db85f;
    border-color: #0db85f;
    color: #fff;
}
.main-content .menu-btn a:hover:after {
    color: #fff;
}
.main-content .menu-btn img {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 30px;
    right: 35px;
}
@media (min-width: 768px){
.main-content .menu-btn-wrap > .menu-btn:nth-child(1),
.main-content .menu-btn-wrap > .menu-btn:nth-child(2), 
.main-content .menu-btn-wrap > .menu-btn:nth-child(3) {
    border-top: none;
}
.main-content .menu-btn:nth-of-type(2),
.main-content .menu-btn:nth-of-type(8){
    border-left: none;
    border-right: none;
}
.main-content .menu-btn:nth-of-type(4),
.main-content .menu-btn:nth-of-type(6){
    border-top: none;
    border-bottom: none;
}
.main-content .menu-btn:nth-of-type(5){
    border: none;
}
}
/*------ //메인페이지 ------*/
/*----- 서브페이지 공통 ----- */
.dh-board,.dh-view-box,#insertForm,#mailForm,.bbs-list-view-layout + .row,.bbs-blog-view-layout + .row,#mod_type_formForm{
	visibility:hidden;
}
.sub-layout{
	width: 100%;
	padding: 0;
}
.subpage .subheader {
    position: relative;
    height: 150px;
    background: url('/skin/img/sub/subtop01.jpg') no-repeat center / cover;
}
.subpage .subheader:after {
	content: "기업보험 전문컨설팅";
    max-width: 1170px;
    margin: 0 auto;
    display: block;
    color: #fff;
    font-size: 26px;
    letter-spacing: 3px;
    text-shadow: 0 0 6px rgba(0,0,0,.5);
    padding-top: 60px;
    padding-left: 15px;
    font-weight: 400;
}
[id^="cargo"] .subheader {
	background:url('/skin/img/sub/subtop02.jpg') no-repeat center / cover;
}
[id^="fire"] .subheader {
	background:url('/skin/img/sub/subtop03.jpg') no-repeat center / cover;
}
[id^="ins"] .subheader {
	background:url('/skin/img/sub/subtop04.jpg') no-repeat center / cover;
}
[id^="foreign"] .subheader {
	background:url('/skin/img/sub/subtop05.jpg') no-repeat center / cover;
}
[id^="mail"] .subheader {
	background:url('/skin/img/sub/subtop06.jpg') no-repeat center / cover;
}

.subheader>h2 {
    height: 180px;
    line-height: 180px;
    font-size: 41px;
    text-shadow: 1px 1px 1px rgba(55, 56, 50, 0.8);
    font-weight: 500;
    color: #fff;
    max-width: 1140px;
    margin: 0 auto;
    text-align: left;
}
.sub-content {
    padding: 0px 15px 130px;
}
/* subpage left menu */
@media (min-width:768px){
	.sub_left {
		padding-right: 40px;
    	width: 24%;
	}
	.sub-content > .col-sm-9 {
		width: 76%;
	}
	
}
.sub_left h2 {
    background: #0db85f url(/skin/img/sub/left_menu_bg.png) no-repeat left bottom;
    text-align: center;
    color: #fff;
    font-size: 28px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
    margin: 0;
    padding: 50px 15px;
    letter-spacing: -0.5px;
    min-height: 130px;
}
.sub_left ul {
    padding: 0;
}
.sub_left > ul > li > a {
    display: block;
    border: 1px solid #d2d2d2;
    border-top: none;
    border-bottom: 1px solid #e1e1e1;
    padding: 13px 17px;
    font-size: 15px;
    color: #222;
    letter-spacing: -0.5px;
}
.sub_left ul li:first-child a{
	border-top:1px solid #d2d2d2
}
.sub_left ul li:last-child a {
    border-bottom: 1px solid #d2d2d2;
}
.sub_left > ul > li > a:hover {
    color: #333;
    text-decoration: none;
    font-weight: 500;
	background: #f5f5f5;
}
.sub_left > ul > li.active > a {
    color: #fff;
    font-weight: 500;
    background: #323a4a;
    border-color: #323a4a;
}
.sub_left > ul > li.active > a:after {
	content: "\276F";
	float: right;
}
/* //subpage left menu */
/* subpage breadcrumb */
.breadcrumb_wrap {
    width: 100%;
    margin-bottom: 40px;
    padding-bottom: 20px;
    padding-top: 70px;
    position: relative;
    border-bottom: 2px solid #444;
}
.breadcrumb_wrap > h3 {
    font-size: 37px;
    margin: 0;
    font-weight: 500;
    color: #222;
	letter-spacing:-1px;
}
.breadcrumb {
    background: transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin: 15px 0 0;
}
.breadcrumb > li {
    font-size: 12px;
    color: #aaa;
}
.breadcrumb>.active {
    color: #333;
}
/* //subpage breadcrumb */
.content_wrap {
    font-size: 15px;
    letter-spacing: -0.5px;
    color: #555;
    padding: 0;
}
.content_wrap h4 {
    font-size: 22px;
    letter-spacing: -1px;
    color: #333;
    margin: 0 0 10px;
    position: relative;
}


/* 서브 텍스트 css */
.product_info {
    padding: 78px 40px 0;
    height: 230px;
    text-align: center;
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
}
#cargo01 .product_info {
    background: url(/skin/img/sub/cargo01_bg.jpg) no-repeat center / cover;
}
#cargo02 .product_info {
    background: url(/skin/img/sub/cargo02_bg.jpg) no-repeat center / cover;
}
#fire01 .product_info {
    background: url(/skin/img/sub/fire01_bg.jpg) no-repeat center / cover;
}
#fire02 .product_info {
    background: url(/skin/img/sub/fire02_bg.jpg) no-repeat center / cover;
}
#fire03 .product_info {
    background: url(/skin/img/sub/fire03_bg.jpg) no-repeat center / cover;
}
#ins01 .product_info {
    background: url(/skin/img/sub/insurance01_bg.jpg) no-repeat center / cover;
}
#ins02 .product_info {
    background: url(/skin/img/sub/insurance02_bg.jpg) no-repeat center / cover;
}
#ins03 .product_info {
    background: url(/skin/img/sub/insurance03_bg.jpg) no-repeat center / cover;
}
#ins04 .product_info {
    background: url(/skin/img/sub/insurance04_bg.jpg) no-repeat center / cover;
}
#ins05 .product_info {
    background: url(/skin/img/sub/insurance05_bg.jpg) no-repeat center / cover;
}
#ins06 .product_info {
    background: url(/skin/img/sub/insurance06_bg.jpg) no-repeat center / cover;
}
#ins07 .product_info {
    background: url(/skin/img/sub/insurance06_bg.jpg) no-repeat center / cover;
}
#ins08 .product_info {
    background: url(/skin/img/sub/insurance08_bg.jpg) no-repeat center / cover;
}
#ins09 .product_info {
    background: url(/skin/img/sub/insurance09_bg.jpg) no-repeat center / cover;
}
#foreign01 .product_info {
    background: url(/skin/img/sub/foreign01_bg.jpg) no-repeat center / cover;
}

.product_info h4 {
    font-size: 40px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 6px;
}
.ptop {
    font-size: 21px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 0;
    color: #59e59c;
}

.text-area{margin-top: 30px;}
.text-area .detail{margin:0;}
.text-area .detail dt {
    margin: 30px 0 5px;
    font-size: 20px;
    font-weight: 500;
    color: #111;
    letter-spacing: -1px;
}
.text-area .detail dd {
    line-height: 1.7;
    position: relative;
    padding-left: 10px;
}
.text-area .detail dd:before {
    content: "";
    width: 3px;
    height: 3px;
    background: #666;
    border-radius: 50%;
    position: absolute;
    left: 2px;
    top: 11px;
}
.text-area .detail_loss dd{
    padding-left:11px;
}
.text-area .detail_loss dd:before {
    content: "";
    width: 5px;
    height: 2px;
    background: #aaa;
    border-radius: 0;
    position: absolute;
    left:1px;
    top: 12px;
}

.text-area > p{
    margin: 25px 0;
    font-size: 14px;
    font-weight: 500;
    color: #377717;
}
.text-area .point{
    padding: 3px 0 0 2px !important;
    font-size: 14px;
    color: red;
    /* text-align: right; */
}
.text-area .point:before{display:none;}

.inquiry_info {
    border: 1px solid #ddd;
    background: #f8f8f8;
    padding: 30px 40px 35px;
    margin-top: 40px;
    text-align: center;
}

.inquiry_info > p {
    font-size: 18px;
    color: #222;
    line-height: 1.6;
    margin: 0 0 17px;
}
.inquiry_info > a {
    width: 200px;
    height: 48px;
    background: #0db85f;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
	border-radius:3px;
    font-weight: 500;
}

.inquiry_info > a:hover {
    background: #323a4a;
}


/*-----// 서브페이지 공통 ----- */
/*----- 회사소개 subpage ----- */
#com01 .greeting {
    padding: 20px 0 0;
    background: url(/skin/img/sub/greet_bg.png) no-repeat right 40px center;
}
#com01 .greeting .gr_text {
    font-size: 17px;
    line-height: 1.6;
}
#com01 .greeting .gr_text p {
    margin-bottom: 17px;
    letter-spacing: -0.7px;
    color: #444;
}
#com01 .greeting h4 {
    font-size: 16px;
    color: #0db85f;
    display: inline-block;
    border-bottom: 2px solid;
    padding-bottom: 2px;
    margin: 0 0 25px;
}
#com01 .location {
    padding: 70px 0 0;
    margin-top: 50px;
    border-top: 1px dashed #ddd;
}
#com01 .location iframe{margin-top: 10px;}
#com01 .location table {
    width: 100%;
    border-top: 2px solid #0db85f;
    margin-top: 10px;
}
#com01 .location th {
    font-weight: 600;
    background: #f6f6f6;
}
#com01 .location td, 
.location th {
    border-bottom: 1px solid #ddd;
    padding: 12px 15px !important;
}
#com01 .location td {
    color: #555;
}
/*----- //회사소개 subpage ----- */


/*----- 상담문의 subpage ----- */
#mailForm .form-control {
    border-radius: 0;
    box-shadow: none;
    border-color: #d5d5d5;
    height: auto;
    padding: 8px 12px;
    letter-spacing: -0.3px;
}

#mailForm .form-group > label {
    color: #333;
    margin: 0 0 8px;
}

#mailForm .form-control:focus {
    border-color: #1bb163;
}

#mailForm .btn-primary {
    width: 200px;
    height: 48px;
    background: #0db85f;
    margin: 90px auto 0;
    text-decoration: none;
    text-align: center;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border-radius: 3px;
    border: none;
    padding: 0;
}

#mailForm .btn-primary:hover {
    background: #323a4a;
}

#mailForm label[for='mail_agree'] {
    font-size: 13px;
}
/*----- //상담문의 subpage ----- */



/*------- 푸터 --------*/
.footer_copy > div {
    padding: 0;
}

#footer {
    margin-top: -2px;
    padding: 30px 0;
    background-color: #353535;
    font-size: 13px;
    color: rgba(255,255,255,0.45);
    text-align: left;
}
#footer img {
    opacity: 0.5;
    margin-top: 18px;
}
#footer p {
    font-size: 12px;
    opacity: 0.5;
    margin-bottom: 0;
}
#footer ul {
    padding: 0;
    margin-top: 12px;
}
#footer ul li {
    display: inline;
    margin-right: 15px;
    line-height: 1.7;
    list-style: none;
}
/*------- //푸터 --------*/
/* 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 {
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    box-shadow: 0 3px 4px rgba(0,0,0,0.05);
}
.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: 0;
    border: 1px solid #d5d5d5;
    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: #0db85f;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    letter-spacing: -0.03em;
    box-shadow: none;
    margin-top: 15px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #0db85f;
    border: none;
    border-radius: 3px;
    padding: 0;
    transition: all ease 0.3s;
}
.login-layout .btn-warning:hover,
.id-find-layout .btn-warning:hover,
.pw-find-layout .btn-warning:hover{
    background: #323a4a;
}
.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: 69px;}
	
    /* 모바일 상단메뉴 */
	.navbar-header{background: #fff;}
	.navbar-header .navbar-brand{
    	margin: 15px 0 0 15px !important;
    }
	.navbar-brand img{
   		width: 150px;
    	margin: 0;
 }
	.navbar-inverse .navbar-brand:after {
        margin-left: 0;
        top: 21px;
        left: 52px;
        font-size: 23px;
	}
	.navbar-inverse .navbar-toggle {
    	margin: 16px 16px;
   		background: #fff;
   		border: none;
   	}
    .navbar-inverse .navbar-toggle:focus, 
    .navbar-inverse .navbar-toggle:hover {
        background: #fff;
    }
	.navbar-inverse .navbar-toggle .icon-bar {
		/* width: 28px; */
		/* height: 3px; */
		background-color: #555;
	}
    .navbar-inverse .navbar-toggle:focus .icon-bar{
        background-color: #555;
	}
	.navbar-toggle .icon-bar+.icon-bar {margin-top: 6px;}
	
    /* 모바일 드롭다운메뉴 */
    .navbar-fixed-top .navbar-collapse{max-height: 415px;}
	.navbar-inverse .navbar-nav{margin: 0 -15px;padding: 0;display: block;}
	.navbar-inverse .navbar-nav > li:nth-child(8),
	.navbar-inverse .navbar-nav > li:nth-child(9){display:none;}
    .navbar-inverse .navbar-nav > li > a {
        margin: 0;
		padding: 10px 30px;
		font-size: 16px;
        font-weight: 500;
        color: #fff;
        background: #353535;
        border-bottom: 1px solid rgba(255, 255, 255, 0.15);
        letter-spacing: -0.03em;
        text-shadow: none;
        text-align: left;
    }
	.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 {
        color: #fff;
        background-color: #0db85f;
        border-bottom: 1px solid #444;
    }
	.navbar-nav .open .dropdown-menu {padding: 0;}
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        font-size: 15px;
        color: #fff;
        padding: 5px 40px;
        letter-spacing: -0.03em;
        text-align: left;
        background: #5b6267;
        line-height: 30px;
    }
	.navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus,
    .navbar-inverse .navbar-nav>.open .dropdown-menu>li>a:hover{
		background: #5b6267;
	}
	
    /* 모바일 배너이미지 */
    .container_contents .col-sm-12{padding:0;}
    .container_slide > .fill, .carousel-inner .item, .carousel-inner .item .fill{height: 270px;}
	.carousel-caption { 
		width: 100%;
		top: 20%;
		left: 10%;
	}
	.carousel-caption h1 {font-size: 18px;}
	.carousel-caption h1 b {font-size: 33px;}
	.carousel-caption h1 span,
	.carousel-caption h1 span b {font-size: 35px;}
	.carousel-control-box{display: none;}
	.carousel-caption h1 span, 
	.carousel-caption h1 span b {	
		padding: 0;
		font-size: 28px;
	}
	.carousel-caption h1 span small {
		padding-bottom: 5px;
		font-size: 15px;
	}
	.carousel-caption p a {
		width: 100px;
		margin: 25px 0 0 4px;
		font-size: 13px;
		padding: 9px 13px;
	}
	.carousel-indicators li, .carousel-indicators li.active {
    width: 13px;
    height: 13px;
	}
	/* 모바일 퀵메뉴 */
	/*.quick-btn{display:none;}*/
	.quick-btn {
	    position: absolute;
		top: -80px;
		right: 0;
	}
	.quick-btn > li {
		float: left;
		width: 33.3333%;
		height: 80px;
		margin-bottom: 0;
		border-radius: 0;
	}
	.quick-btn > li > a {
    	padding: 15px 0 0 68px;
		font-size: 12px;
	}
	.quick-btn > li > a:before {
		top: 20px;
		left: 16px;
	}
	.quick-btn > li > a > span {
	    font-size: 12px;
	}
	.quick-btn > li.callbtn > a {
		padding-top: 11px;
        font-size: 14px;
	}
	.quick-btn > li.callbtn > a > span {
	    padding-bottom: 2px;
	}
	/* 모바일 메인이미지 */
	.main-content {
   		position: relative;
    	margin-top: 70px;
		padding: 0;
	}
	
	/* 모바일 서브페이지 */
	.sub-content {padding: 0px 15px 80px;}
	.sub_left{display: none;}
	.subpage .subheader {height: 140px;}
	.subpage .subheader:after{
		padding-top: 55px;
		padding-left: 25px;
	}
	.breadcrumb_wrap {
		margin-top: 0;
	    margin-bottom: 15px;
		padding-top: 25px;
	}
	.breadcrumb_wrap > h3 {font-size: 21px;}
	.breadcrumb{margin: 28px 0 0;}
	.breadcrumb>li+li:before {padding: 0;}
	.product_info {
    	padding: 45px 40px 0;
    	height: 160px;
	}
	.product_info h4 {font-size: 20px;}
	.ptop {font-size: 15px;}
	.text-area {padding-left: 5px;}
	.inquiry_info > p,
	.inquiry_info > a{font-size: 15px;}
	.inquiry_info > a {width: 180px;}
	#com01 .greeting h4 {font-size: 16px;}
	#com01 .greeting {padding: 0 15px;}
	#com01 .greeting .gr_text p {font-size: 16px;}
	
	#com01 .location {
    	padding: 30px 0 0;
    	margin-top: 30px;
	}
	#footer {padding: 10px 0 30px;}
	#footer ul li:first-child,
	#footer ul li:last-child{display: block;}
	
	/* 모바일 로그인 */
    .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;
    }
}

