@charset "utf-8";
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {
    background-color: #f8f8f8;
}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'Noto Sans KR', 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 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-brand img {
	margin-top: 0;
}

.navbar-inverse {
	background-color: #fff;
}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px solid #555;
    padding: 13px 20px;
    text-shadow:none;
    background: #d74d00;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 768px) {
/* 	.navbar-inverse .navbar-nav>li>a {
		text-align: center;
	} */
}

.vert1-body{
    height:auto
}

.container-fluid.container_slide {
	padding-left: 0;
	padding-right: 0;
}

.fill {
	height: 490px;
}
/* 
.fill .carousel-inner .item::before {
	content: '';
	background-image: url('/skin/img/slide/slide_cover_left.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 500px;
	height: 490px;
	z-index: 90;
	opacity: .72;
}

.fill .carousel-inner .item::after {
	content: '';
	background-image: url('/skin/img/slide/slide_cover_right.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 500px;
	height: 490px;
	z-index: 90;
	opacity: .72;
} */

.fill .carousel-control {
	background: none;
}
.vert1-carousel-control-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
}
.vert1-carousel-control-wrap .carousel-control-btn {
    background-color: rgba(0, 0, 0, 0.9);
}
.fill .carousel-caption {
    top: 50%;
    bottom: auto;
    left: 0;
    right: 0;
    padding: 0;
    z-index: 99;
    transform: translateY(-50%);
    width: 100%;
}
.fill .carousel-caption h1 {
    margin: 0;
    font-size: 54px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1;
}
.fill .carousel-caption span {
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    text-shadow: 0 0 0 rgba(0,0,0,0);
    padding: 0;
}
.fill .carousel-caption p span {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.02em;
    font-weight: 300;
}
.fill .carousel-caption p {
    margin: 20px 0 0;
}

#myCarousel .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}

#myCarousel .carousel-inner .item,
#myCarousel .carousel-inner .active.left,
#myCarousel .carousel-inner .active.right {
	opacity: 0;
}

#myCarousel .carousel-inner .active,
#myCarousel .carousel-inner .next.left,
#myCarousel .carousel-inner .prev.right {
	opacity: 1;
}

#myCarousel .carousel-inner .next,
#myCarousel .carousel-inner .prev,
#myCarousel .carousel-inner .active.left,
#myCarousel .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#myCarousel .carousel-control {
	z-index: 2;
}

.carousel,
.carousel-inner,
.carousel-inner .item {
	height: 100%;
}

@media screen and (max-width: 767px) {
	.fill {
		height: 250px;
	}
}

.vert1-main-index-box-wrap>.col-md-4 {
    display: block;
    height: 400px;
    padding-left: 0;
    padding-right: 0;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
    transition: ease .3s all;
    -webkit-transition: ease .3s all;
}

.vert1-main-index-box-wrap>.col-md-4:hover {
	background-size: auto 110%;
}

@media screen and (max-width: 991px) {
	.vert1-main-index-box-wrap>.col-md-4 {
		height: 210px;
		background-size: cover;
	}
	.vert1-main-index-box-wrap>.col-md-4:hover {
		background-size: cover;
	}
}

.vert1-main-index-box-1 {
	background-image: url('/skin/img/main/main-index-box1.jpg');
}

.vert1-main-index-box-2 {
	background-image: url('/skin/img/main/main-index-box2.jpg');
}

.vert1-main-index-box-3 {
	background-image: url('/skin/img/main/main-index-box3.jpg');
}
.vert1-main-index-box-inner {
    padding: 40px 30px;
    height: 100%;
    color: #fff;
    transition: ease .3s border;
    border-bottom: 5px solid #003e7d;
}
.vert1-main-index-box-2 .vert1-main-index-box-inner{
    border-bottom: 5px solid #b14000;   
}

.vert1-main-index-box-3 .vert1-main-index-box-inner{
    border-bottom: 5px solid #d74d00;   
}

@media screen and (max-width: 991px) {
	.vert1-main-index-box-inner {
		padding: 25px 25px;
	}
	.vert1-main-index-box-inner:hover {
		padding: 15px 15px;
	}
}

.vert1-main-index-box-subject {
    color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.03em;
	display: block;
}
.vert1-main-index-box-subject::after {
    content: '';
    width: 25px;
    height: 1px;
    background-color: #d74d00;
    margin: 25px 0 20px;
    display: block;
    transition: ease .3s all;
}
.vert1-main-index-box-title {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
    transition: ease .3s all;
    letter-spacing: -0.03em;
}
.vert1-main-index-box-description {
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    display: block;
    transition: ease .3s all;
    white-space: nowrap;
    letter-spacing: -0.04em;
    font-weight: 300;
}
.vert1-main-index-box-btn {
/*     display: none; */
    opacity:0;
    position: absolute;
    bottom: 50px;
    padding: 12px 35px;
    color: #FFF;
    font-size: 14px;
    width: 140px;
    background: #333;
    transition:all ease 0.3s;
}

.vert1-main-index-box-inner:hover .vert1-main-index-box-btn {
/* 	display: inline-block; */
    opacity:1
}

.vert1-main-index-box-inner .vert1-main-index-box-btn:hover {
	color: #fff;
	background-color: #003e7d;
	text-shadow: none;
	-webkit-text-shadow: none;
}

.vert1-main-index-box-2 .vert1-main-index-box-inner .vert1-main-index-box-btn:hover {
    background-color: #b14000;
}

.vert1-main-index-box-3 .vert1-main-index-box-inner .vert1-main-index-box-btn:hover {
    background-color: #d74d00;
}


@media screen and (max-width: 991px) {
	.vert1-main-index-box-inner:hover .vert1-main-index-box-btn {
		bottom: auto;
		top: 80px;
		left: auto;
		right: 25px;
	}
}

/* @media screen and (min-width: 768px) {
    .maker-wrap-area {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2a2a2a+0,2a2a2a+100&0+0,1+5 */

/*  background: -moz-linear-gradient(top, rgba(42,42,42,0) 0%, rgba(42,42,42,1) 5%, rgba(42,42,42,1) 100%); FF3.6-15 */

/*  background: -webkit-linear-gradient(top, rgba(42,42,42,0) 0%,rgba(42,42,42,1) 5%,rgba(42,42,42,1) 100%); Chrome10-25,Safari5.1-6 */

/*  background: linear-gradient(to bottom, rgba(42,42,42,0) 0%,rgba(42,42,42,1) 5%,rgba(42,42,42,1) 100%); W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a2a2a', endColorstr='#2a2a2a',GradientType=0 ); IE6-9 

}

}*/


/* new style */
.mp-side .container-fluid .navbar-header {
    background: fff;
}

.mp-side .navbar-inverse .navbar-collapse {
    background: #d74d00;
}

.mp-side .navbar-inverse .navbar-nav{
    margin: 0;
}
.mp-side .navbar-right>li:hover>a, .mp-side .navbar-right>li:focus>a, .mp-side .navbar-right>li>a:hover, .mp-side .navbar-right>li>a:focus {
	color: #FFF;
    background: #b14000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.mp-side .input-group-addon{
    border-color:#fff;
    color: #bbb;
}

.mp-side .input-group-addon+.dropdown .btn{
    border-color: #fff;
}
@media screen and (min-width: 768px) {
    .mp-side .container-fluid{
        padding:0;
    }
    
    .mp-side .navbar-inverse .navbar-brand {
        display: block;
        float: none;
        height: 90px !important;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    
	.mp-side .navbar-right>li:hover>a .dropdown-menu,
	.mp-side .navbar-right>li>a:hover .dropdown-menu {
		display: none;
	}
    /*
	.mp-side .navbar-right>li:hover::after,
	.mp-side .navbar-right>li:focus::after,
	.navbar-inverse .navbar-nav>.open::after {
		content: '';
		display: block;
		position: absolute;
		background-color: #144c94;
		width: 100px;
		height: 5px;
		bottom: 8px;
		left: calc(50% - 50px);
		z-index: 0;
	}
    */
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover,
	.mp-side .navbar-right>li:hover>a,
	.mp-side .navbar-right>li:focus>a,
	.mp-side .navbar-right>li>a:hover,
	.mp-side .navbar-right>li>a:focus {
		z-index: 1;
		color:#fff 
			
	}
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.open>a:hover {
		background: none;
		background-color: rgba(0, 0, 0, 0);
		box-shadow: none;
		-webkit-box-shadow: none;
	}
}

.mp-side .navbar-right .dropdown-menu {
    position: relative;
    background: rgba(0, 0, 0, 0);
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px 0 15px;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #555;
    border-left: 1px solid #d74d00;
    border-right: 1px solid #d74d00;
    margin-bottom: 13px;
}
.mp-side .navbar-right .dropdown-menu>li>a {
    color: #444;
    margin: 0;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.04em;
}

.mp-side .navbar-right .dropdown-menu>li>a::before {
	content: '-';
	margin-right: 10px;
}
.mp-side .navbar-right .dropdown-menu>li>a:hover, .mp-side .navbar-right .dropdown-menu>li>a:focus {
    color: #d74d00;
    background: none;
    background-color: rgba(0, 0, 0, 0);
}

.intro-boardbox-title {
	font-size: 14px;
	font-weight: 900;
	letter-spacing: 0.04em;
	display: block;
	margin-top: 50px;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.intro-boardbox-title::after {
	content: '';
	display: block;
	width: 20px;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 25px;
}

.intro-boardbox-bbs-btn {
	background: #e6e6e6;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	margin-top: 40px;
	color: #000000;
}

.intro-boardbox-bbs-btn:hover {
	background: #434343;
}

.intro-boardbox-bbs-btn .fa-plus:before {
	content: url('/skin/img/main/plus_ico.png');
}

.intro-boardbox-bbs-btn:hover .fa-plus:before {
	content: url('/skin/img/main/plus_ico_hover.png');
}

.intro-boardbox>.page-header {
	display: none;
}

.intro-boardbox .dh-front-blog {
	padding-top: 0px;
	padding-bottom: 49px;
}

.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
	height: 200px;
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 95px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
		background-image: none !important;
		padding: 15px;
	}
}

@media screen and (min-width: 992px) {
	.intro-board-widget-layout .col-xs-12.intro-boardbox-blogtab {
		width: 25%;
	}
	.intro-board-widget-layout .col-sm-12.intro-boardbox {
		width: 75%;
		padding-left: 0;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
		background-position: top center;
		padding: 90px 15px 15px;
	}
}

@media screen and (max-width: 767px) {
	.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
		background-position: top center;
		padding: 90px 15px 15px;
		width: 25%;
		text-align: center;
	}
}

@media screen and (max-width: 599px) {
	.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn {
		padding: 15px;
		width: 50%;
		text-align: center;
		background-image: none !important;
	}
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(1) {
	background-image: url('/skin/img/main/ico-default1.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(2) {
	background-image: url('/skin/img/main/ico-default2.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(3) {
	background-image: url('/skin/img/main/ico-default3.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(4) {
	background-image: url('/skin/img/main/ico-default4.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(1) {
	background-image: url('/skin/img/main/ico-active1.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(2) {
	background-image: url('/skin/img/main/ico-active2.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(3) {
	background-image: url('/skin/img/main/ico-active3.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn.on:nth-child(4) {
	background-image: url('/skin/img/main/ico-active4.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(1):hover {
	background-image: url('/skin/img/main/ico-active1.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(2):hover {
	background-image: url('/skin/img/main/ico-active2.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(3):hover {
	background-image: url('/skin/img/main/ico-active3.png');
}

.intro-boardbox-blogtab .col-md-12>.intro-boardbox-blogtab-btn:nth-child(4):hover {
	background-image: url('/skin/img/main/ico-active4.png');
}

@media screen and (min-width: 768px) {
	.mp-side {
        width: 200px;
        background-color: #d74d00;
        position: fixed;
        /* border-right: 1px solid #dedede; */
    }
}

/* 서브 페이지 */
/* 
.sub-layout {
	padding-bottom: 100px;
} */

.sub-layout.container-fluid {
	padding-right: 60px;
	padding-left: 60px;
}

.s-header {
    height: 162px;
    margin-left: -60px;
    margin-right: -60px;
    margin-bottom: 50px;
    padding: 55px 60px 0;
}

@media screen and (max-width: 767px) {
	.s-header {
		padding: 57px 25px;
		height: 150px;
	}
}

.s-header.visual1 {
	background-image: url('/skin/img/sub/sub-visual.jpg');
}

.s-header.visual2 {
	background-image: url('/skin/img/sub/visual2.jpg');
}

.s-header.visual3 {
	background-image: url('/skin/img/sub/visual3.jpg');
	color: #FFF;
}

.s-header.visual4 {
	background-image: url('/skin/img/sub/visual4.jpg');
}

.s-header.visual5 {
	background-image: url('/skin/img/sub/visual5.jpg');
}

.s-header-text {
    margin: 0;
    display: inline;
    vertical-align: middle;
    font-size: 44px;
    color: #fff;
    line-height: 1;
}

.s-header-m {
    display: inline;
    vertical-align: -7px;
    color: #fff;
    font-size: 28px;
    
    display: none;
}

.s-header-m::before {
    content: '|';
    color: rgba(255,255,255,0.3);
    vertical-align: 1px;
    margin-left: 10px;
    margin-right: 15px;
}

/* Company */

.s-company-text {
	padding: 0 45px;
}

.s-company-text h3 {
	color: #111111;
	font-size: 26px;
	font-weight: 400;
	line-height: 35px;
	margin: 0 0 30px;
	letter-spacing: -0.04em;
}

.s-company-text p {
	color: #555555;
	font-size: 15px;
	letter-spacing: -0.02em;
	line-height: 24px;
	margin: 0;
}

@media screen and (min-width: 768px) {
	.s-company-type-wrap {
		padding-left: 16px;
		padding-right: 16px;
		margin-left: -4px;
		margin-right: -4px;
	}
	.s-company-type-wrap>div {
		padding-left: 2px;
		padding-right: 2px;
	}
}

.s-company-type-box {
	border: 1px solid #DEDEDE;
	padding: 30px;
	background-position: 85% 85%;
	background-repeat: no-repeat;
}

.s-company-type-box.si-wedding {
	background-image: url('/skin/img/sub/default/s-company_01.png');
}

.s-company-type-box.si-babykids {
	background-image: url('/skin/img/sub/default/s-company_02.png');
}

.s-company-type-box.si-family {
	background-image: url('/skin/img/sub/default/s-company_03.png');
}

.s-company-type-box.si-single {
	background-image: url('/skin/img/sub/default/s-company_04.png');
}

.s-company-type-box:hover {
	background-image: none;
	background-color: #f18430;
	border-color: #f18430;
	cursor: pointer;
}

.s-company-type-box h4 {
	color: #111;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: -0.03em;
	margin: 0 0 25px;
}

.s-company-type-box h4>span {
	color: #f18430;
	margin-right: 10px;
}

.s-company-type-box:hover h4,
.s-company-type-box:hover h4>span {
	color: #FFF;
}

.s-company-type-box p {
	line-height: 1.6;
	color: #FFF;
	margin: 0 0 10px;
	opacity: 0;
	transition: ease .3s all;
}

.s-company-type-box:hover p {
	opacity: 1;
}

/* Location */

.iframe-map-wrap {
	margin-bottom: 20px;
}

.iframe-map-wrap iframe {
	width: 100%;
	height: 350px;
	border: 1px solid #DEDEDE;
}

.s-location-type-wrap {
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 50px;
}

.s-location-type-wrap>div {
	padding-left: 0;
	padding-right: 0;
}

.s-location-type-box {
	padding: 40px 15px;
	min-height: 140px;
}

@media screen and (min-width: 992px) {
	.s-location-type-wrap>div:nth-child(1)>.s-location-type-box,
	.s-location-type-wrap>div:nth-child(2)>.s-location-type-box {
		border-right-color: #FFF;
	}
	.s-location-type-wrap>div:nth-child(2)>.s-location-type-box,
	.s-location-type-wrap>div:nth-child(3)>.s-location-type-box {
		border-left: 0;
	}
}

@media screen and (max-width: 991px) {
	.s-location-type-wrap>div:nth-child(1)>.s-location-type-box,
	.s-location-type-wrap>div:nth-child(2)>.s-location-type-box {
		border-bottom-color: #FFF;
	}
	.s-location-type-wrap>div:nth-child(2)>.s-location-type-box,
	.s-location-type-wrap>div:nth-child(3)>.s-location-type-box {
		border-top: 0;
	}
}

.s-location-type-wrap>div:nth-child(1)>.s-location-type-box {
	background-color: #FBF2EB;
}

.s-location-type-wrap>div:nth-child(2)>.s-location-type-box {
	background-color: #FDEFE4;
}

.s-location-type-wrap>div:nth-child(3)>.s-location-type-box {
	background-color: #FCE7D6;
	border-right: 1px solid #fce7d6;
}

.s-location-type-box h4 {
	letter-spacing: -0.04em;
	color: #f18430;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	margin: 0 0 10px;
}

.s-location-type-box p {
	color: #111;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	letter-spacing: -0.04em;
	margin: 0;
}

/* Alert Template */

.alert.alert-template {
	border-radius: 0;
	-webkit-border-radius: 0;
	border: 1px solid #E6E6E6;
	background-color: #F8F8F8;
	padding-left: 25px;
	padding-right: 25px;
	color: #555;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin: 0 0 30px;
}

.alert.alert-template p {
	position: relative;
	padding-left: 30px;
}

.alert.alert-template i {
	position: absolute;
	left: 0;
}

.alert.alert-template i:before {
	content: url('/skin/img/sub/default/ico-info.png');
}

.dh-board .table>thead>tr>th,
.dh-board .table>tbody>tr>th,
.dh-board .table>tfoot>tr>th,
.dh-board .table>thead>tr>td,
.dh-board .table>tbody>tr>td,
.dh-board .table>tfoot>tr>td {
	padding: 16px 20px;
	color: #666;
	font-size: 15px;
}

.dh-board .table>thead>tr>th {
	background: #f3f3f3;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	font-weight: 600;
	color: #333;
	letter-spacing: -0.03em;
	text-align: center;
}

.dh-board .table>tbody>tr>td {
	border-bottom: 1px dotted #dedede;
}

.dh-board .table>tbody>tr>td>strong>a {
	color: #555;
}

.dh-board>.table-hover {
	border-top: 2px solid #f18430;
	border-bottom: 1px solid #ccc;
	margin: 0px 0 30px;
}

.dh-board>.table-hover>tbody>tr:hover td {
	background-color: #f9f9f9;
}

.dh-board>.table-hover>tbody>tr:hover>td>strong>a {
	color: #000;
}

.dh-board .regdate,
.dh-board .hits,
.dh-board .writer,
.dh-board .status {
	text-align: center;
}

.dh-margin-top {
	margin-top: 40px;
	display: inline-block;
}

.dh-board .dh-margin-top .pagination {
	margin-top: 0;
}

.dh-view-box {
	margin-top: 0px;
}

.sns-box {
	display: none;
}

.dh-view-box>.row {
	padding-left: 15px;
	padding-right: 15px;
}

.dh-view-box>.row>.page-header {
	border-top: 2px solid #000;
	border-bottom: 1px solid #ccc;
	padding: 0 20px;
	margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
	color: #333;
	font-size: 23px;
	margin: 14px 0;
}

.dh-view-box>.row>.dh-view-info {
	border-bottom: 1px solid #ccc;
	background: rgba(0, 0, 0, 0);
	padding: 8px 20px 8px;
	color: #888;
}

.dh-view-box>.row>.dh-view-info>span {
	padding: 0 15px 0 0;
}

.dh-view-box>.row>.dh-view-info>span>strong {
	color: #555;
	padding: 0 5px 0 0;
}

.dh-view-box .dh-attach h6 {
	margin: 0 0 0;
	padding: 5px 5px 0;
}

.dh-view-box>.row:nth-child(2)>div:nth-child(3) {
	padding: 30px 20px 60px !important;
	min-height: 300px;
}

.bbs-status-index-layout .regdate {
	display: none;
}

/* footer */
.mp-footer .mp-body {
    color: #888;
    letter-spacing: -0.03em;
    padding: 30px 30px 30px;
    background-color: #fff;
    border-top: 1px solid #e1e1e1;
    font-size: 12px;
}

.mp-footer .mp-body .f_copyright {
	color: #888888;
	font-size: 12px;
	text-transform: uppercase;
}
@media screen and (min-width: 768px){
    .sub_page {
        margin-bottom:60px
    }
    
    #contact {
        margin-bottom: 0px;
    }
}
@media (min-width:992px){
    .mp-footer .mp-body .f_copyright{
        float: right;
        margin-top: -40px;
    }
}
/* 주문폼 */

.intro-mod-form-layout {
	background-color: #343434;
	color: #FFF;
	display: none
}

.intro-mod-form-layout .intro-boardbox {
	display: block !important;
}

.intro-mod-form-layout .intro-boardbox-title::after {
	background-color: #FFF;
}

.intro-mod-form-layout .s-header {
	display: none;
}

.intro-mod-form-layout .alert.alert-template {
	background: none;
	background-color: rgba(0, 0, 0, 0);
	border: none;
	color: #FFF;
	margin: 0;
	padding-top: 0;
}

.intro-mod-form-layout .alert.alert-template p {
	color: #e5e5e5;
	font-size: 13px;
	font-weight: 300;
	line-height: 22px;
}

/* 주문폼 - 서브페이지 */

.mod-custom-form-add .alert.alert-template p {
	padding: 0;
	font-weight: 400;
	line-height: 24px;
}

/* ----- 블로그 B타입 게시판 ----- */

.bbs-blog2-index-layout .dhb-txt-box-type-b {
	background-color: #fff;
	width: 32.2%;
	border: 1px solid #e5e5e5;
	margin: 0 5px 10px;
	padding: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b>div {
	margin: 0;
}

.dhb-txt-box-type-b-img-layout {
	padding: 0;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden {
	border: none;
	min-height: 200px;
	height: 200px;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.dhb-txt-box-type-b-text-layout {
	display: none;
	margin: -45px 0 0;
}

.dhb-txt-box-type-b-text-layout h4 {
	font-size: 14px;
	margin: 15px 0;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer {
	margin-top: 0;
	float: none;
	text-align: left;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer>br {
	display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer em,
.dhb-txt-box-type-b-text-layout .txt-box-footer small.hits {
	display: none;
}

.dhb-txt-box-type-b-text-layout .txt-box-footer span.regdate {
	color: #e6e6e6;
	font-size: 13px;
	font-weight: 300;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout {
	border: 10px solid #f18430;
	background: rgba(0, 0, 0, 0.65);
	display: inherit;
	height: 200px;
	margin: -200px 0 0;
	padding: 15px 20px;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 {
	margin: 0;
	font-size: 18px;
}

.dhb-txt-box-type-b:hover .dhb-txt-box-type-b-text-layout h4 strong a {
	color: #fff;
	font-weight: 500;
	letter-spacing: -0.04em;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
	.bbs-blog2-index-layout .dhb-txt-box-type-b {
		width: 100%;
		margin: 10px 0 20px;
	}
}

/* ----- 게시판 버튼 설정 ----- */

.label {
	background: rgba(0, 0, 0, 0);
	padding: 0 5px;
	font-size: 90%;
}

.label .glyphicon-lock {
	color: #666;
}

.label-danger,
.label-primary {
	color: #f18430;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #f18430;
	border: 1px solid #f18430 !important;
}

.pagination>li>a,
.pagination>li>span {
	color: #9D8478;
	border: 1px solid #fff !important;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #9D8478;
}

.dh-margin-top form#insertForm {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 0 0;
}

.btnRead {
	font-weight: 500;
}

.btn-default,
.btn-primary,
.btn-danger {
	background-image: none;
}

.btn-group,
.btn-group-vertical {
	margin: 10px 0 30px;
}

.filter-items {
	text-align: center;
	padding: 0;
	margin: 0 0 35px;
}

.filter-items>a>.filter-label {
	background: none;
	background-color: rgba(0, 0, 0, 0);
	font-size: 18px;
	font-weight: 500;
	color: #666666;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.filter-items>a+a {
	margin-left: 25px;
}

.filter-items>a.on>.filter-label {
	color: #111;
}

.filter-items>a.on>.filter-label::after {
	content: '';
	display: block;
	background-color: #f18430;
	width: 100%;
	height: 10px;
	z-index: 0;
	margin-top: -5px;
}

.filter-items>a>.filter-label span {
	z-index: 1;
	padding: 0 20px;
}

/* Guide */

.service-title-wrap {
	margin: 0 0 20px;
}

.service-title-wrap h3 {
	margin: 0 0 15px;
	padding: 35px 0 0;
	color: #111111;
	font-size: 28px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.02em;
	position: relative;
}

.service-title-wrap h3:before {
	content: '';
	background: #f18430;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.service-title-wrap p {
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: -0.02em;
	margin: 0;
}

.s-guide-wrap .s-location-type-box {
	margin-top: 20px;
	min-height: 120px;
	border-right: 1px solid #fff;
}

.s-guide-wrap .s-location-type-box p {
	font-size: 19px;
	font-weight: 500;
}

.s-guide-wrap .s-location-type-box p>small {
	font-size: 15px;
	color: #555;
	font-weight: 300;
	display: block;
	margin: 5px 0 0;
}

.s-guide-caution-box {
	background-color: #F9F9F9;
	padding: 30px 20px;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
}

.s-guide-caution-box p {
	margin: 0;
	color: #666666;
	font-size: 15px;
	font-weight: 400;
	line-height: 28px;
	letter-spacing: -0.04em;
}

.s-guide-caution-box i {
	padding: 5px 0 0;
}

.s-guide-caution-box i:before {
	content: url('/skin/img/sub/default/ico-info.png');
}

@media screen and (min-width: 768px) {
	.s-guide-caution-box .col-sm-1 {
		width: 60px;
		font-size: 20px;
		line-height: 20px;
		text-align: right;
		color: #656565;
		padding: 0;
	}
	.s-guide-caution-box .col-sm-11 {
		width: calc(100% - 60px);
		color: #656565;
	}
}

/* table */

.sub-layout table {
	margin: 0;
}

.table-responsive {
	border: 0;
}

/* table - PRICE */

.table-price-style {
	margin: 0 0 30px !important;
	border-bottom: 1px solid #e6e6e6;
}

.table-price-style thead tr th {
	height: 140px;
	color: #111;
	font-size: 32px;
	font-weight: 400;
	letter-spacing: 0.06em;
	text-align: center;
	vertical-align: middle;
	border: none;
	border-right: 1px solid #fff;
}

.table-price-style thead tr th:nth-child(1) {
	background: #fbf2eb;
	border-left: 1px solid #fbf2eb;
}

.table-price-style thead tr th:nth-child(2) {
	background: #fcefe4;
}

.table-price-style thead tr th:nth-child(3) {
	background: #fce7d6;
}

.table-price-style thead tr th:nth-child(4) {
	background: #ffe0c7;
	border-right: 1px solid #ffe0c7;
}

.table-price-style thead tr th .big-title {
	display: block;
	color: #f18430;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: -0.02em;
}

.table-price-style tbody tr td {
	padding: 20px 0;
	color: #555;
	font-size: 15px;
	text-align: center;
	line-height: 1;
	letter-spacing: -0.02em;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

/* table - SERVICE */
.table-style tr td:nth-child(1){
    background : #f8f8f8;
    width : 20%;
    text-align : center;
    font-size : 18px;
    font-weight : bold;
    color : #222;
}
.table-style tr td:nth-child(2){
    text-align : center;
}
.table-service {
	margin-top: 20px !important;
}

.table-service tbody tr td {
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 140px;
	vertical-align: middle;
}

.table-service tbody tr td:nth-child(1) {
	width: 25%;
	padding: 0;
}

.table-service tbody tr td:nth-child(2) {
	width: 75%;
	background: #f9f9f9;
	padding-left: 50px;
}

/* table - FAQ */

.table-faq thead tr th {
	background: #fff !important;
	color: #111 !important;
	padding: 18px 0 !important;
	border-top: 2px solid #f18430 !important;
	border-bottom: 1px solid #e6e6e6 !important;
}

.table-faq tbody tr.faq-questions td {
	padding: 18px 0 !important;
	border-bottom: 1px solid #e6e6e6 !important;
	color: #111 !important;
	font-size: 16px !important;
	letter-spacing: -0.02em;
	line-height: 1;
}

.table-faq tbody tr.faq-questions td strong {
	font-weight: 400;
}

.table-faq tbody tr.faq-questions td:nth-child(1) {
	font-weight: 500;
}

.table-faq tbody tr.faq-answers td {
	background: #f8f8f8;
	color: #333;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: -0.02em;
	line-height: 25px;
	padding: 25px 0;
}

.table-faq tbody tr.faq-answers td p {
	margin: 0;
}

.table-faq tbody tr.faq-answers td .btnDelete {
	margin-right: 15px;
}

/*sub 공통*/
* {word-break:keep-all}
.sub_page .con{margin-bottom:50px}
.sub_page .con:last-child{margin-bottom:0}
.subwrap-title {
    margin: 0;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.02em;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.sub_page p, 
.sub_page dl dd,
.sub_page ul li {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    line-height: 1.8;
}
.sub_page .sub_title p {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 20px;
    border-left: 5px solid #144c94;
    padding-left: 10px;
    line-height: 1;
}
.mT30{
    margin-top:30px !important;
}
.mB30{
    margin-bottom:30px !important;
}

.color-text1 {
    color: #144c94 !important;
}

/*** company01 ***/
#company01 .con1{
	background: #fff;
    border-radius: 10px;}
#company01 .con1 p{    
	text-align: center;
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    background: #144c94;
    padding: 15px 0;
    border-radius: 6px;
    margin-bottom: 0;}
#company01 .con2 .col-md-4 p{    
	text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    border-top: 5px solid #999;
    padding-top: 10px;
    border-radius: 5px;}
#company01 .con2 .col-md-4 img {    
    margin: 10px auto 40px;
}
#company01 .con-title{
    text-align : center;
}
#company01 .con-title p:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 62%;
    transform: translateX(-50%);
    width: 80%;
    height: 18px;
    background: #003e7d;
    opacity: 0.1;
}
#company01 .con-title p{
    position : relative;
    font-size : 28px;
    font-weight: 500;
    color: #003e7d;
}
#company01 .con-text p{
    font-size : 16px;
    text-align: center;
}
#company01 .con-pic img {
    margin: 30px auto 30px;
}
#company01 .con-pic p {
    display: block;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    color: #222;
    font-weight: 500;
}
/* company02 */

#company02 .con .vision {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

#company02 .con p.ceo {
       text-align: left;
    margin: 0;
    font-weight: 700;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
}

#company02 .con p.ceo span {
    font-size: 14px;
}

#company02 .con p.ceo span b {
    letter-spacing: 3px;
}

#company02 table.table-style{
	border-top: 2px solid #003e7d
}
#company02 table.table-style tbody tr td:first-child {
    background: #fff;
    color: #003e7d;
    font-weight: 500;
    font-size: 22px;
}
#company02 table.table-style tbody tr td:last-child {
    text-align: left;
    font-size: 16px;
    position: relative;
}
#company02 table.table-style tbody tr td:last-child:before {
    content: "";
    width: 4px;
    height: 4px;
    background: #6080a0;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 50%;
    transform : translateY(-50%);
}

/*=====----- sub - comp 연혁 -----=====*/
.comp_history {
    margin: 0 auto;
    text-align: center;
}
.comp_history > h4 {background: #f6f6f6; border: 1px solid #eee; border-radius: 50px; display: inline-block; margin: 0 0 20px; padding: 6px 20px; color: #555; font-size: 15px; letter-spacing: -0.05em;}
.steps-area {padding:160px 0 0;}
.steps {position: relative;}
.steps:before {top: 125px; bottom: 0; position: absolute; content: ''; width: 1px; background-color: #aaa; left: 50%;}
.steps .history-title {
    background-color: #ffffff;
    border: 10px solid #144c94;
    color: #144c94;
    letter-spacing: -0.02em;
    border-radius: 100%;
    padding: 42px 15px 0;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -80px;
    top: 0;
    z-index: 80;
    width: 160px;
    height: 160px;
    box-shadow: inset 3px 3px 0px rgba(0,0,0,0.15);
}
.steps .history-title h3 {
    font-size: 16px;
    margin: 0px 0 5px;
    font-weight: 400;
    letter-spacing: -0.02em;
}
.steps .history-title h4 {
    font-size: 24px;
    font-weight: 600;
    margin: 5px 0 0;
}
.timeline::after {
    display: block;
    content: '';
    height: 6px;
    width: 6px;
    background: #144c94;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
}
.timeline .text-right > * {text-align: right;}
.timeline .text-left > * {text-align: left;}
.timeline .text-right .table tr th {text-align: right;}
.timeline .text-left .table tr th, .timeline .text-left .table tr td {text-align: left;}
.timeline .table tr td {
    color: #666;
    line-height: 1.8;
    padding: 0 0 10px;
}
.timeline .table tr th {width: 18%; color: #323232; font-size: 15px; font-weight: 500; letter-spacing: -0.05em; padding: 0;}
.timeline {
    margin: 20px auto 0;
    overflow: hidden;
    position: relative;
    padding: 0px;
    list-style-type: none;
}
.timeline .timeline-box {
    position: relative;
    float: left;
    clear: left;
    width: 45%;
    margin: 0px 2.5% 0;
    list-style-type: none;
    display: block;
    padding: 10px 15px 0;
    background: #fff;
    /* border: 1px solid #dedede; */
    /* border-radius: 8px; */
    z-index: 15;
    font-size: 14px;
}
.timeline .timeline-box .timeline-title {
    color: #144c94;
    font-weight: 400;
    font-size: 22px;
    margin: 0 0 15px;
    line-height: 1.5;
}
.timeline .timeline-box .timeline-details {clear: both;}
.timeline .timeline-box:first-child {margin-bottom: 2.5em;}
/* .timeline .timeline-box:nth-of-type(1n)::before {position: absolute; top: 15px; right: -10px; display: inline-block; border-top: 10px solid rgba(0,0,0,0); border-left: 10px solid #dedede; border-right: 0 solid #dedede; border-bottom: 10px solid rgba(0,0,0,0); content: '';} */
.timeline .timeline-box:nth-of-type(2n) {float: right; clear: right;}
/* .timeline .timeline-box:nth-of-type(2n)::before {right: auto; left: -10px; position: absolute; top: 15px; display: inline-block; border-top: 10px solid rgba(0,0,0,0); border-right: 10px solid #dedede; border-left: 0 solid #dedede; border-bottom: 10px solid rgba(0,0,0,0); content: '';} */
.timeline .timeline-box:nth-of-type(2n) {margin-top: 3em;}
.timeline .timeline-box:nth-child(2n)::after {left: -6.7%; right: auto;}
.timeline-box:hover, .timeline-box:focus {transform: translate(0, -5px); -webkit-transform: translate(0, -5px); -ms-transform: translate(0, -5px);}
.timeline-box {transition: all 300ms ease-in-out; -webkit-transition: all 300ms ease-in-out;-moz-transition: all 300ms ease-in-out; -o-transition: all 300ms ease-in-out;}
.timeline .history14{margin-top:45%}

@media all and (max-width: 600px) {
	.timeline .timeline-box {width: 100%; margin-left: 0; margin-right: 0;}
	.timeline .timeline-box:first-child {margin-bottom: 0;}
	.timeline .timeline-box:nth-of-type(2n) {margin-top: 5px;}
	.timeline .history14{margin-top:0}
}
@media all and (min-width: 650px) {
  .timeline .timeline-box:after {
    display: block;
    content: '';
    height: 10px;
    width: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    right: -28px;
    top: 1.5em;
    border: 2px solid #1daebd;
}
	
}
.company .snb li a {
    width: 25%;
    font-size: 15px;
    font-weight: 300;
}

.subHeader h2{text-align:center;padding-top:110px;color:#fff;margin-top:0}

/*company04*/
#company03 .col-md-4 img, 
.business .subwrap img {
    border: 1px solid #e1e1e1;
    padding: 20px 10px;
    margin-bottom: 30px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.08);
}
#company03 .clearfix {margin:30px 0}

/*product*/
.sub_page .product_title {
    margin: 12px 0 30px;
    color: #222;
    font-size: 15px;
    text-align: center;
    letter-spacing: -0.04em;
    line-height: 1;
    font-weight: 500;
}
.product_table tbody tr{
    border-bottom: 1px solid #ccc;
}
.product_cont {
    margin-bottom: 30px !important;
}
/* .product_cont:before{
    position: absolute;
    content: '\f054';
    font-family: FontAwesome;
    color:#d74d00;
    top: 0;
    left: 0;
} */

/* contact */
/*=====----- 메일폼 설정 -----=====*/
#mailForm {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 0 80px;
}
#mailForm .form-group {margin: 0; padding: 25px 35px; background: #f8f8f8; border-bottom: 1px solid #e0e0e0;}
#mailForm .form-group:first-child {border-top: 2px solid #000;}
#mailForm .form-group:nth-child(5) {background: none; border: none; padding: 30px 25px;}
#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: #d74d00; 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;}
input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block {
        width: 200px;
    margin: 0 auto;
    margin-top: 20px;
    padding: 12px 0;
    border: 1px solid #003e7d !important;
    border-radius: 3px;
    background: #fff !important;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    color: #003e7d;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: -0.02em;
    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: #003e7d !important;
    border-color: #003e7d !important;
    color: #fff;
}
@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;}
}

/*table*/
.table {
    border-top: 2px solid #000;
    border-bottom: 2px solid #ccc;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 15px 15px;
    color: #666;
    font-size: 15px;
    letter-spacing: -0.04em;
    line-height: 1.6;
    border-bottom: 1px solid #e1e1e1;
    vertical-align: middle;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th {
    color: #222;
    background: #f8f8f8;
}
.sub_page .table.table-type03 { margin: 20px 0; }
.sub_page .table.table-type03 tr th, .sub_page .table.table-type03 tr td {padding: 16px 12px !important; border-bottom: 1px solid #dedede !important; letter-spacing: -0.02em; word-break: keep-all; vertical-align: middle !important;}
.sub_page .table.table-type03 tr th {
    color: #333;
    background: #f3f3f3;
}
.sub_page .table.table-type03 thead tr th {background: #f3f3f3;}
.sub_page .table.table-type03 tr td {color: #666;}

/* login */
#myForm .btn-warning{
    background-color: #d74d00;
    border-color : #d74d00;
}

/*footer*/

.f_company{    
	font-size: 15px;
    font-weight: 600;
    color: #666;}
.f_addr{line-height: 1.8em;}

/*menu*/
.session-txt-wrap {
    text-align: center;
    padding: 12px 0;
    background: #003e7d;
}
.session-txt-btn {
    color: #fff;
    opacity: 0.5;
    margin: 0 2px;
    font-weight: 400;
    font-size: 12px;
}
.session-txt-line {
    color: #fff;
    opacity: 0.3;
    margin: 0 5px;
    font-size: 11px;
    vertical-align: 2px;
}
.session-txt-admbtn {
    font-size: 12px;
    border-color: #fff;
    color: #fff;
    opacity:0.5
}
.session-txt-wrap .session-txt-btn:hover,
.session-txt-wrap .session-txt-btn:active,
.session-txt-wrap .session-txt-btn:focus,
.session-txt-wrap .session-txt-admbtn:hover,
.session-txt-wrap .session-txt-admbtn:active,
.session-txt-wrap .session-txt-admbtn:focus {
    opacity: 1;
}

@media (min-width:768px){
    .session-txt-wrap {
        min-height: 45px;
    }
}

/* ready */
.maintenance {
    margin-top: 5px;
    border: 7px solid #E5E5E5;
    padding: 50px 25px;
    text-align: center;
}

.maintenance .icon {
    display: block;
    line-height: 1;
    font-size: 64px;
	margin-bottom: 10px;
}

.maintenance .big-cont {
	display: block;
    line-height: 1;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: -0.05em;
    margin-bottom: 20px;
}

.maintenance .small-cont {
    display: block;
    line-height: 1.5;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #818181;
    margin-bottom: 20px;
}
/*mobile------------------------------*/
@media screen and (max-width: 767px) {
	.maker-wrap {
		display: none;
	}
	.navbar-toggle{
	    background-color : #444444;
	}
	.fill h1 span{
	    font-size : 30px;
	    letter-spacing : 0.01em;
	}
	.s-header.visual1{
	    text-align : center;
	}
	.sub-layout.container-fluid{
	    padding : 0 15px;
	}
	#company01 .con-title p{
	    font-size : 16px;
	}
	#company01 .con-text p{
	    font-size : 14px;
	}
	#company01 .con-pic p{
	    margin-bottom : 30px;
	}
	#company02 table.table-style tbody tr td:first-child{
	    font-size : 16px;
	}
	#company02 table.table-style tbody tr td:last-child{
	    font-size : 14px;
	}
	#mailForm{
	    padding : 0 0 40px;
	}