/* 웹폰트 Import */
@import url('/skin/notokr/notokr.css');

/* 스크롤 설정 */
html {overflow-x: hidden; overflow-y: scroll;}
body {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { 
	font-family:   'notokr',"NanumGothic", 'notokr', sans-serif; 
}
.fa {font-family: 'FontAwesome' !important;}
.glyphicon {font-family: 'Glyphicons Halflings' !important;}
ol, ul, li {list-style: none; padding : 0;}
a{
    text-decoration : none;
    color : #2e9bd3;
}


.body-layout {
	word-break:keep-all;
}
.container_contents{
    padding : 0;
    margin : 0;
    width : 100%;
}
.col-sm-20, .col-sm-125, .col-sm-1425 {
    float : left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (min-width: 768px){
    .col-sm-125{
        width : 12.5%;
    }
    .col-sm-20 {
        width: 20%;
    }
	.member-box .col-sm-20 {
        width: 33.3%;
    }
    .col-sm-1425{
        width : 14.25%;
    }

    .col-sm-1425{
        padding : 30px 0; 
    }
}
/* 메뉴 설정 시작 */
.navbar-inverse {
    background: #fff;
    padding: 0;
    margin: 0;
    border-bottom: 3px solid #38a9f1;
    position: static;
    top: auto;
}
.navbar-inverse .divider-vertical, .footer-social-layout {display: none;}
.navbar~ br {display: none;}
.topmarginLay_a {display: none;}

/*===== 로고 설정 =====*/
.navbar-inverse .navbar-brand {
    padding: 0;
    margin-left: 0 !important;
    margin: 15px 0;
}
.navbar-inverse .navbar-brand img {
    margin-top: 0;
}
.navbar-header .logo-side {
    display: inline-block;
    margin: 26px 0 0 9px;
    text-decoration: none;
    color: #000;
}
.navbar-header .logo-side p {
    margin: 0 0 4px;
    font-size: 11px;
    letter-spacing: -0.01em;
    line-height: 1.2;
    color: #666;
    padding-left: 1px;
}
.navbar-header .logo-side h1 {
    margin: 2px 0 0 0;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: -0.5px;
    color: #111;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {color: #333; background-color: rgba(0,0,0,0);}
/*===== 메인 메뉴 설정 =====*/
@media screen and (min-width: 768px) {
	.navbar-right {
		padding: 15px 0 0;
	}
	.navbar-nav>li>.dropdown-menu {
		animation-fill-mode: both;
		animation-duration: .5s;
		animation-name: fadeInRight;
		border-radius: 0;
		border: none;
		background-color: #333;
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
		padding: 15px 15px;
	}

	.divider-vertical+li .dropdown-menu {
		left: auto;
		right: 0;
	}
}
@media screen and (min-width: 768px) {
	.navbar-inverse .navbar-nav>li {
		text-align: center;
	}
	.navbar-inverse .navbar-nav>li>a {
		/* padding: 30px 20px 30px; */
		padding: 30px 15px 30px;
		color: #111;
		font-size: 17px;
		font-weight: 600;
		line-height: 1;
		-webkit-text-shadow: none;
		text-shadow: none;
		letter-spacing: -0.2px;
	}
	.navbar-inverse .navbar-nav>li>a:hover,
	.navbar-inverse .navbar-nav>li>a:focus,
	.navbar-inverse .navbar-nav>li:hover>a,
	.navbar-inverse .navbar-nav>li:focus>a,
	.navbar-inverse .navbar-nav>.open>a,
	.navbar-inverse .navbar-nav>.open>a:hover,
	.navbar-inverse .navbar-nav>.open>a:focus,
	.navbar-inverse .navbar-nav>.active>a,
	.navbar-inverse .navbar-nav>.active>a:hover,
	.navbar-inverse .navbar-nav>.active>a:focus {
		-webkit-box-shadow: none;
		box-shadow: none;
		background: none;
		color: #24a2e2;
	}
}
.navbar-inverse .dropdown-menu>li>a {
    padding: 9px 10px;
    font-size: 14px;
    line-height: 1;
    color: #eee;
    text-transform: uppercase;
    position: relative;
}
.navbar-inverse .dropdown-menu>li:last-child>a {
	border: none;
}

.navbar-inverse .dropdown-menu>li>a:hover,
.navbar-inverse .dropdown-menu>li>a:focus {
	background-color: transparent;
	color: #66c7ff;
}
.container_slide{
    width : 100%;
    padding : 0;
}
.fill{
    height : 550px;
}
.fill h1 {
    margin: 0;
}
.fill h1 span, 
.fill p span {
    padding: 0;
}
.fill h1 span {
    background: none;
    opacity: 1;
    font-size: 48px;
    font-weight: 600;
    text-shadow: 3px 3px 4px rgba(0,0,0,0.5);
}
.fill p {
    margin: 25px 0 0;
}
.fill p span {
    background: none;
    opacity: 1;
    font-size: 17px;
    letter-spacing: -0.1px;
    font-weight: 400;
    line-height: 1.6;
}
.carousel-caption {
    top: 38%;
    bottom: auto;
    padding: 0;
}
.carousel-indicators li{
    width: 11px;
    height: 11px;
    border: none;
    background: #404040;
    margin: 0 7px !important;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.6);
}
.carousel-indicators li.active{
    width: 10px;
    height: 10px;
    border: none;
    background: #0fc9ff;
    margin: 0 7px !important;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,0.2);
}

.carousel-control{
	display:none;
}

.carousel-control .glyphicon-chevron-right:before{
    content: "";
    background: url('/skin/img/main/arrow_next.png') no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -100%;
}
.carousel-control .glyphicon-chevron-left:before{
    content: "";
    background: url('/skin/img/main/arrow_prev.png') no-repeat;
    position: absolute;
    width: 100px;
    height: 100px;
    top: -100%;
}
/*.carousel-caption::before{*/
/*    content: "\f107";*/
/*    position: absolute;*/
/*    font-family: FontAwesome;*/
/*    font-style: normal;*/
/*    font-weight: lighter;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    color: #fff;*/
    /* text-shadow: 1px 1px 3px black; */
/*    font-size: 100px; */
/*    text-align: center;*/
/*    width: 100px;*/
/*    height: 150px;*/
/*    display: inline-block;*/
/*}*/
/*main-page-content*/
.intro-html-layout .se1{
    padding : 80px 0; 
}
.intro-html-layout .se2 {
    padding: 80px 0;
    background: url(/skin/img/main/main-team-bg.jpg) no-repeat center center / cover;
}
/* .page-header,  */
.box-wrap .caption{
    display : none !important;
}
/* .se1, .se2{
    padding : 0 30px;
} */
.box-wrap .intro-abox,.box-wrap .contact-abox, .box-wrap .gallery-abox{
    position : relative;
    display : block;
    background : #fff;
    overflow : hidden;
    transition : .3s;
}
.contact-abox div{
    pointer-events: none;
}
.box-wrap h3 {
    font-size: 26px;
    font-weight: 600;
    letter-spacing: -0.3px;
    margin: 0;
    position: absolute;
    top: 40px;
    left: 35px;
    z-index: 1;
    transition: .3s;
    color: #fff;
}
.box-wrap .intro-abox >div,.gallery-abox >div,.box-wrap .contact-abox >div{
    width : 100%;
    height : 205px;
    z-index : -1;
    /* box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.75); */
    /* transition : .2s; */
}
.box-wrap .intro-abox >div:nth-of-type(1){
    background : #2e9bd3 url("/skin/img/main/main-box-bg1.png") no-repeat center;	
	background-size : cover;
}
.box-wrap .gallery-abox >div:nth-of-type(1){
	background : #db4655 url("/skin/img/main/main-box-bg2.png") no-repeat center;	
	background-size : cover;
}
.box-wrap .contact-abox >div:nth-of-type(1){
	background : #1f5d84 url("/skin/img/main/main-box-bg3.png") no-repeat center;	
	background-size : cover;
}
.box-wrap a:hover h3{
}
.box-wrap a::after {
    content: "\f0ac";
    position: absolute;
    font-family: 'fontawesome';
    font-size: 62px;
    color: #fff;
    left: 35px;
    bottom: 28px;
}
.box-wrap .gallery-abox::after{
	content : "\f03e"
}

.box-wrap .contact-abox::after{
	content: "\f279";
}
.box-wrap a:hover{
}





.box-wrap a:hover > div:nth-of-type(2){
    z-index : 0;
    opacity : 0.15;
}
.box-wrap a > div:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
    background: #000;
    z-index: -1;
}
.box-wrap .collabo-box{
    position : relative;
    /* padding : 10px; */
}
@media (min-width: 768px){
.box-wrap .collabo-box > div {
    z-index: -1;
    padding: 0;
    display: flex;
    /* justify-content: space-around; */
}
}
.box-wrap .collabo-box > div >div {
    height: 180px;
    width: 32%;
    margin: 0 20px 20px 0;
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
}
.box-wrap .collabo-box span {
    display: block;
    font-size: 35px;
    font-weight: 800;
    color: #e0edf7;
}
.box-wrap .collabo-box p {
    margin: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    display: block;
    width: 100%;
    font-size: 24px;
    text-align: center;
    color: #444;
    line-height: 1.5;
    letter-spacing: -0.2px;
}
.thumbnail{
    border : none;
}
.se2 .box-wrap h3 {
    color: #111;
    font-size: 30px;
    position: static;
    margin: 0 0 30px;
    line-height: 1;
}
/* subpage setting */

.sub-layout{
    width : 100%;
    padding : 0;
    margin : 0;
}
.pageheader {
    height : 330px;
    /*margin-top : 171px;*/
    background: #000 url("/skin/img/sub/subTop.jpg") no-repeat center / cover;
}
.pageheader .container{
	position:relative;
	height:100%;
}
.pageheader h2 {
    font-size: 50px;
    color: #fff;
    text-align: left;
    font-weight: 600;
    position: absolute;
    margin: 0;
    bottom: 42%;
}
.pageheader p{
    text-align : center;
    color : #fff;
}
.breadcrumb {
    padding: 0;
    background: transparent;
    font-size: 13px;
    color: rgba(255,255,255,0.6);
    text-align: right;
    margin: 0;
    position: absolute;
    left: 18px;
    bottom: 32%;
}
.breadcrumb .active{
	color : #fff;
}
.snb{
    transform:translatey(-50%);
	margin-bottom: 10px;
}
.snb ul {
    margin: 0 auto;
    width:100%;
    max-width: 1140px;
    box-shadow: 0px 6px 8px rgba(0,0,0,0.08);
	display:flex;
}
.snb ul:after{
	content:'';
	display:block;
	clear:both;
}
.snb li{
	/* float:left; */
	width:100%;
}
.snb a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #fff;
    border-right: 1px solid #ddd;
    font-weight: 400;
    color: #333;
    font-size: 17px;
}
.snb li:last-child a{
	border-right:none;
}
.snb .active a {
    color: #fff;
    background: #382460;
}
/*subpage*/
.subpage-content {
    padding-bottom: 80px;
}
.subpage-content .emp{
	font-weight:600;
	color:#334d8c;
}
.subpage-content .title{
    margin-top : 60px;
}
.subpage-content .title h3 {
    font-size: 38px;
    padding-bottom: 30px;
    border-bottom: 1px solid #ddd;
    margin: 0 0 35px;
    position: relative;
    color: #222;
}

.subpage-content .title i.fa-globe{
	display:none;
}
/*.subpage-content .title h3::before{*/
/*    content : "";*/
/*    position : absolute;*/
/*    width : 50px;*/
/*    height : 50px;*/
/*    border : 5px solid;*/
/*    left : 0;*/
/*    top : 0;*/
/*}*/
/* .subpage-content .title i{
    padding-right : 5px;
    color : #376d9b;
} */
.subpage-content .greet-content {
    /* padding: 0; */
}
.subpage-content .greet-content p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 20px;
    color: #666;
}
.subpage-content .greet-content .greet-list {
    font-weight: 500;
    font-size: 16px;
    color: #2e9bd3;
    word-break: break-word;
    margin: 5px 0;
}
.subpage-content h4 {
    font-size: 24px;
    font-weight: 600;
    color: #222;
    margin: 0 0 18px;
    position: relative;
    padding-left: 16px;
    letter-spacing: -0.2px;
}
.subpage-content h4::before{
    content: "";
    position: absolute;
    left: 0;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-radius: 200px;
    background: #2e9bd3;
}
#business .plan-box .row,#project .project-box .row{
    margin-bottom : 80px;
}
#business .plan-box > .row {
    margin-bottom: 0;
}
#business .plan-box .row .row:last-child {
    margin-bottom: 20px;
}
#project .project-box .row:last-child {
    margin-bottom: 20px;
}

/*greeting-page*/
.greet-content .row:not(#row1) h4 {
    padding-left: 0;
    font-size: 22px;
    font-weight: 600;
    color: #2e9bd3;
}
.greet-content .row:not(#row1) h4::before {
    display: none;
}
#greeting .greet-content #row2.plan-main {
    margin-bottom: 35px;
}

#greeting .greet-content #row2.plan-main .col-sm-6:nth-child(2) .box{
    min-height: 148px;
}
.greet-content #row2 > div,
.greet-content #row3 > div {
    padding: 0 5px;
}
.greet-content #row2,
.greet-content #row3 {
    margin-right: -5px;
    margin-left: -5px;
}
.greet-content .box {
    margin-bottom: 10px;
    padding: 20px;
    background-color: #f9f9f9;
}
.greet-content .box > .name {
    position: relative;
    margin: 0 0 8px;
    padding-left: 12px;
    font-size: 15px;
    color: #222;
    font-weight: 600;
    line-height: 1em;
}
.greet-content .box > .name::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    border-left: 4px solid #2e9bd3;
    border-radius: 3px;
}
.greet-content .box > .sm {
    font-size: 15px;
}
.greet-content .box > .sm p{
    font-size: 15px;
    margin: 0;
}
.greet-content .box > .sm p span{
    font-size: 15px;
    display: inline-block;
}
.subpage-content .greet-content p.text-right {
    border-top: 2px solid #eee;
    margin: 40px 0 0;
    padding-top: 35px;
    line-height: 1.4;
    font-size: 14px;
}
.subpage-content .greet-content p span {
    font-weight: bold;
    font-size: 18px;
    color: #222;
    letter-spacing: -0.5px;
    display: inline-block;
    margin-bottom: 5px;
}
#greeting .greet-content #row4 h4 {
    color: #222;
    line-height: 1.3em;
}
#greeting .greet-content #row4 h4 strong {
    color: #5f3dc4;
}
#greeting .greet-content ul > li {
    position: relative;
    margin-bottom: 5px;
    padding-left: 17px;
    font-size: 15px;
}
#greeting .greet-content ul > li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    border: 3px solid #2e9bd3;
    border-radius: 20px;
}
/*
.greet-content .greet-list + p {
    margin-top: 25px;
}
*/


#member .se1 >div>div:nth-of-type(2){
    /*border-bottom : 1px solid #ddd;*/
}
#member .se2{
    margin : 50px 0;
}
#member .member-box .col-sm-20{
    margin-bottom : 30px;
}
#member .member-box .col-sm-20 > div{
    height : 230px;
}
#member .member-box img {
    width: 50%;
    float: left;
    height : 100%;
}
#member .member-box h5{
    margin : 10px 18.797px;
}
.subpage-content .mem-infor {
    margin: auto;
    background: #f5f5f5;
    width: 50%;
    float: left;
    height : 100%;
    padding: 25px 20px 20px 20px;
}
.subpage-content .mem-infor p {
    font-size: 14px;
    margin: 0;
    line-height: 1.5;
}
.subpage-content .mem-infor p:first-child {
    font-weight: 600;
    color: #222;
    font-size: 17px;
    margin: 0 0 5px;
    line-height: 1.3;
    letter-spacing: -0.5px;
}
/*business-page*/
#business .subpage-content h4 {
    font-weight: 600;
    color: #2e9bd3;
    font-size: 22px;
    /* margin: 30px 0 15px; */
    padding: 0;
}
#business .subpage-content h4:before {
    content: none;
}
.plan-main {
    margin-bottom: 70px;
}
.plan-box img {
    width: 100%;
}
.plan-box .plan-main p:not(.main-title) {
    font-size: 16px;
    padding-left: 20px;
    padding: 0;
    margin-bottom: 10px;
    color: #444;
}
.plan-box .plan-main .main-title {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    letter-spacing: -0.2px;
}
.plan-box .plan-con-box h5{
    font-size : 18px;
}
.plan-box .plan-main .busi-txt{
    margin-top: 60px;
}
.plan-box .plan-main .busi-txt + .busi-txt{
}
.busi-txt h6{
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.busi-txt p{}
.busi-txt ul{}
.busi-txt ul li{
    font-size: 16px;
    line-height: 1.5;
    padding-left: 14px;
    position: relative;
}
.busi-txt ul li::before{
    position: absolute;
    content: "";
    border-left: 7px solid #333;
    border-top: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    left: 0;
    top: 8px;
}
.busi-txt ul li + li{
    margin-top: 7px;
}
.plan-box .plan-con-box p::before {
    padding-right: 5px;
    content: "·";
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: -5px;
}
.plan-box .plan-con-box p {
    position: relative;
    margin: 0 0 8px;
    line-height: 1.5;
    padding-left: 10px;
}
.plan-box .plan-con-box .sub-con{
    padding-left : 20px;
}
.plan-box .plan-con-box .sub-con::before{
    content : "-";
}
/*project-page*/
#project .subpage-content h4 {
    margin-bottom: 13px;
}
#project .subpage-content h4::before{
    /*content : none;*/
}
#project .project-box p {
    padding-left: 10px;
    margin: 3px 0;
}
#project .project-box p::before{
    content : "·";
    /* font-size : 20px; */
    left : 0px;
    color : #333;
    font-weight : bold;
    padding-right : 5px;
}
#project .project-box img{
    /* width : 100%; */
    margin-bottom: 30px;
    /* padding : 5px; */
}
/*contact-page*/
.location-li{
    border-top: 2px solid #222;
    margin: 20px 0;
}
.location-li li {
    border-bottom: 1px solid #ddd;
    padding: 13px 15px;
    font-size: 15px;
    letter-spacing: -0.2px;
    color: #666;
}
.location-li span{
    display: inline-block;
    margin-right: auto;
    min-width: 160px;
    font-weight: 500;
    color: #222;
    border-radius: 4px;
}
.location-li span i{
    margin-right: 10px;
    color: #2e9bd3;
}
/*datadown-page*/
#datadown .data-box{
    display : flex;
}
#datadown .data-box > div {
    width: 50%;
    padding: 0 10px;
    margin: 20px 0;
}
#datadown .data-box ul {
    display: flex;
    flex-direction: column;
    background: #f5f5f5;
    margin: 0;
    padding: 60px 15px;
}
#datadown .data-box ul li{
    display : inline-block;
    width : 50%;
    margin-bottom: 0;
    position : relative;
    left : 50%;
    transform : translateX(-50%);
    text-align : center;
}
#datadown .data-box ul li:nth-of-type(1) {
    font-size: 22px;
    color: #222;
    font-weight: 600;
    width: 100%;
}
#datadown .data-box ul li:nth-of-type(2) {
    width: 100%;
    color: #666;
    font-size: 13px;
}
#datadown .data-box a {
    display: block;
    width: 100%;
    background: #2e9bd3;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 12px 0;
    text-decoration: none;
}
#datadown .data-box a:hover {
    background: #206eb1;
}
/*footer*/
.footer-img {
    padding-bottom: 30px;
}
.footer_copy > div {
    text-align: left;
    background: #313131;
    color: #ccc;
    font-weight: 400;
    font-size: 14px;
    padding: 40px 0;
}
.footer_copy ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: left;
}
.footer_copy ul li {
    margin-bottom: 5px;
    padding-right: 15px;
    font-size: 13px;
}
.footer_copy .copy {
    margin: 5px 0 0;
    opacity: 0.65;
    font-size: 12px;
    font-weight: 400;
}
.footer_copy .container + br {
    display: none;
}
/*bbs - b type*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
    min-height: 200px;
    height: 200px;
    max-height: 200px;
    border: none;
    box-shadow: none;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.dhb-txt-box-type-b-img-layout .thumb-hidden .btnRead img {
    width: 100%;
    height: 100%;
    float: left;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    visibility: hidden;
    opacity: 0;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b {
    background: transparent;
    border: none;
    padding: 0 15px;
    margin-bottom: 30px;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row {
    margin: 0;
    border: 1px solid #ddd;
    /* transition: all ease 0.3s; */
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:hover,
.bbs-blog2-index-layout .dhb-txt-box-type-b > .row:focus {
    border-color: #2e9bd3
}

.bbs-blog2-index-layout .dhb-txt-box-type-b > .row > div {
    padding: 0;
}

.dhb-txt-box-type-b-text-layout h4 {
    text-align: center;
    margin: 0;
    padding: 13px 15px !important;
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #333;
    transition: all ease 0.3s;
}

.bbs-blog2-index-layout .dhb-txt-box-type-b .thumb-hidden a {
    transition: all ease 0.5s;
}

.dhb-txt-box-type-b-text-layout h4 strong {
    font-weight: 500;
}

.dhb-txt-box-type-b-text-layout h4 a {
    transition: all ease 0.3s;
}

.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer {
    display: none;
}


/* -------------------메인 페이지 썸네일------------------ */
.dh-front-blog>.col-md-4>.thumbnail {
    position: relative;
    min-height: 0;
    margin: 0;
    border: none;
    overflow: hidden;
    background: #000;
}
.blog-row-contents {
	display: none;
}
.dh-front-blog>.col-md-4>.thumbnail>a.blogthumb {
    height: 200px;
    border: none;
    box-shadow: none;
    overflow: hidden !important;
    transition: all ease 0.5s;
}
.dh-front-blog>.col-md-4>.thumbnail:hover a.blogthumb, 
.dh-front-blog>.col-md-4>.thumbnail:focus a.blogthumb{
    transform: scale(1.2);
    opacity: 0.5;
}
.dh-front-blog>.col-md-4>.thumbnail .caption {
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    border: none;
    width: 100%;
    padding: 0;
    text-decoration: none !important;
    background: rgba(0,0,0,0.6);
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0.8) 100%);
    background: linear-gradient(to bottom,rgba(255, 255, 255, 0) 0%,rgba(0, 0, 0, 0.8) 100%);
}
.dh-front-blog>.col-md-4>.thumbnail>.caption h5 {
    margin: 0;
    padding: 16px 16px !important;
    font-size: 14px;
    letter-spacing: -0.03em;
    font-weight:600
}
@media(min-width:768px){
	.dh-front-blog>.col-md-4{
		width:50%;
	}
}


/* ----- board ----- */

.dh-board .label {
    background: rgba(0,0,0,0) !important;
    font-size: 12px;
}

.dh-board .label-danger {
    color: #eb2d2f;
    position: absolute;
    right: 0;
}

.dh-board .label-default {
    color: #888;
}

.dh-board .label-primary {
    color:#2976c3
}


.pagination > li > a,
.pagination > li > span {
    border: 1px solid #fff;
    border-radius: 0 !important;
    margin-top: 0;
    margin-bottom: 0;
    color: #666 !important;
    font-size: 16px;
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    text-align: center;
}

.pagination > li:first-child > a,
.pagination > li:last-child > a {
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination > li:last-child > a {
    margin-left: 10px;
}

.pagination > li:first-child > a {
    margin-right: 10px;
}

.pagination > .active > a,
.pagination > .active > a:focus, 
.pagination > .active > a:hover, 
.pagination > .active > span, 
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    border: 1px solid #2e9bd3;
    background: #2e9bd3 !important;
    font-weight: 600;
    color: #fff !important;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    border-color: #fff;
    background: #fff;
}

#insertForm .input-group .btn {
    border-radius: 0;
    border-color: #ddd;
}

#insertForm .input-group .form-control {
    box-shadow: none;
    border-color: #ddd;
}

#insertForm .input-group #btnNew {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}


.dh-view-box>.row>.page-header {
    border-top: 2px solid #222;
    border-bottom: 1px solid #ddd;
    padding: 18px 20px;
    margin: 0;
}

.dh-view-box>.row>.page-header>h4 {
    margin: 0;
    padding: 0;
    font-size: 20px;
}

.dh-view-box>.row>.page-header>h4:before {
    content: none;
}

.dh-view-box>.row>.dh-view-info {
    background: #fff;
    border-bottom: 1px solid #ccc;
    color: #666 !important;
}

.dh-view-box>.row>.dh-view-info strong {
    color: #666 !important;
}


/* login */

.login-layout,
.id-find-layout,
.pw-find-layout {
    background: #f5f5f5;
    padding: 100px 15px;
	margin-top:-30px;
}

.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel {
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr {
    display: none;
}

.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body {
    padding: 0;
}

.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}

.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2 {
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}

.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}

.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}

.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}

.login-layout label,
.id-find-layout label,
.pw-find-layout label {
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}

.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control {
	border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}

.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus {
    border-color: #2e9bd3;
}

.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning {
    float: none;
    width: 100%;
    height: 50px;
    background: #2e9bd3;
    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: #206eb1;
}

.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:991px){
    #greeting .greet-content #row2.plan-main .col-sm-6:nth-child(2) .box{min-height: 191px;}
}

@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;
    }
}
/*mobile-start*/
@media (max-width: 768px){
    .busi-txt h6 {
        margin: 0 0 10px 0;
    }
    .plan-box .plan-main .busi-txt {
        margin-top: 40px;
    }
    .busi-txt ul li::before {
        position: absolute;
        content: "";
        border-left: 4px solid #333;
        border-top: 4px solid transparent;
        border-right: 0px solid transparent;
        border-bottom: 4px solid transparent;
        left: 0;
        top: 7px;
    }
    .busi-txt ul li {
        font-size: 14px;
        padding-left: 10px;
    }
    .busi-txt h6{
        font-size: 15px;
    }
    .navbar-inverse .navbar-brand{
        margin : 5px 0;
        padding-left : 5px;
    }
    .navbar-toggle{
        margin-top : 27.5px;
    }
    .navbar-inverse .navbar-toggle .icon-bar{
        background-color : #444;
    }
    .navbar-inverse .navbar-nav>li>a{
        color : #444;
    }
    .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
        color : #444;
    }
    .fill{
        height : 300px;
    }
    .fill h1 span{
        font-size : 24px;
    }
    .fill p span{
        font-size : 15px;
        line-height : 0;
    }
    .carousel-caption{
        top : 10%;
    }
    .intro-html-layout .se1{
        padding : 50px 0;
    }
    .intro-html-layout .se2{
    	padding: 50px 0 40px 0;      
    }
    .box-wrap .intro-abox >div:nth-of-type(1),.box-wrap .gallery-abox >div:nth-of-type(1){
        margin-bottom : 20px;
    }
    .box-wrap .intro-abox::after{
        bottom : 35px;
    }
    .se2 .box-wrap h3{
        text-align : center;
    }
    .box-wrap .collabo-box > div >div{
    	height: 70px;
    	width: 100%;
        padding : 12px 12px 0 12px;
        font-size : 24px;
    }
    .box-wrap .collabo-box span{
        font-size : 30px;
    }
    .box-wrap .collabo-box p{
		padding-left: 60px;
		font-size: 17px;
		top: 50%;
		line-height: 1.2;
		text-align: left;
    }
    .footer_copy ul li{
        font-size : 12px;
        padding : 0;
    }
    .pageheader{
        height : 200px;
    }
    .pageheader h2{
        font-size : 40px;
        bottom : 45%;
    }
    .subpage-content .title{
        margin-top : 40px;
    }
    /*
    .subpage-content .greet-content .greet-list{
        margin : 0 0 20px 0;
        font-size : 15px;
    }
    */
    .subpage-content .greet-content p.text-right{
        font-size : 12px;
    }
    #greeting .greet-content #row2 h4,
    #greeting .greet-content #row3 h4 {
        font-size: 20px;
    }
    #greeting .greet-content #row4 h4 {
        font-size: 18px;
    }
    #member .member-box .col-sm-20{
        width : 100%;
    }
    .subpage-content .mem-infor{
        min-height : 220px;
    }
    #business .plan-box .row{
        margin-bottom : 50px;
    }
    .plan-main{
        margin-bottom : 50px;
    }
    .plan-box .plan-main .main-title{
        font-size : 16px;
    }
    .plan-box .plan-main p:not(.main-title){
        font-size : 14px;
    }
    .subpage-content h4{
        font-size : 20px;
    }
    #project .project-box .row{
        margin : 0;
    }
    #datadown .data-box{
        display : block;
    }
    #datadown .data-box > div{
        width : 100%;
    }
    .location-li li{
        text-align : center;
    }
    .location-li li span{
        width : 100%;
        text-align :center;
    }
    .subpage-content .title h3{
        font-size : 32px;
    }
    #greeting .greet-content #row2.plan-main .col-sm-6:nth-child(2) .box{min-height: auto;}
}