@charset "utf-8";
@import url(https://use.fontawesome.com/releases/v5.7.2/css/all.css);
@import url(https://use.fontawesome.com/releases/v5.7.2/css/v4-shims.css);
@import url('/skin/notokr/notokr.css');
@import url('https://fonts.googleapis.com/css?family=Nanum+Pen+Script|Playfair+Display&display=swap');

html {overflow-x: hidden; overflow-y: scroll;}
.body-layout {background-color: #fff;}

/* 폰트 설정 */
.body-layout, h1, h2, h3, h4, h5, h6, input, textarea, button { font-family: 'notokr',  "NanumGothic", "나눔고딕", 'NanumBarunGothic', 'Apple SD Neo Gothic', 'Malgun Gothic', 'Gulim', sans-serif; }
/* h1, h2, h3, h4, h5, h6, p { margin: 0px; } */
ol, ul, li {
	list-style: none;
	list-style-position: inside;
	padding:0
}

.navbar .caret, 
.navbar .divider-vertical, 
.navbar ~ br,
.footer-social-layout,
.footer_copy .text-center > br,
.topmarginLay_a {
	display: none;
}

/*가로 100% 레이아웃 정의*/
.container_contents,
.intro-html-layout,
.intro-html-layout > div,
.footer_copy > div,
.sub-layout{
	width:100%;
	padding:0;
	margin:0;
}
.intro-board-widget-layout,
.dh-board,
.dh-view-box,
.bbs-list-view-layout + .row,
#mailForm,
#insertForm{
	width:100%;
	max-width:1170px;
	margin:0 auto;
}
*{word-break:keep-all}
a:hover{text-decoration:none}
/* login */

.login-layout,
.id-find-layout,
.pw-find-layout{
    background: #f5f5f5;
    padding: 170px 15px 80px;
}
.login-layout .panel,
.id-find-layout .panel,
.pw-find-layout .panel{
    box-shadow: none;
    max-width: 500px;
    padding: 80px 40px 80px;
    margin: 0 auto;
    border: 1px solid #ddd;
    border-radius: 0px;
}
.login-layout .panel hr,
.id-find-layout .panel hr,
.pw-find-layout .panel hr{
    display: none;
}
.login-layout .panel .panel-body,
.id-find-layout .panel .panel-body,
.pw-find-layout .panel .panel-body{
    padding: 0;
}
.login-layout .panel-body > div.col-sm-12,
.id-find-layout .panel-body > div.col-sm-12,
.pw-find-layout .panel-body > div.col-sm-12 {
    float: none;
}
.login-layout .panel-body > div.col-sm-12 h2,
.id-find-layout .panel-body > div.col-sm-12 h2,
.pw-find-layout .panel-body > div.col-sm-12 h2{
    text-align: center;
    margin: 0 0 15px;
    line-height: 1;
    color: #222;
    font-size: 32px;
}
.inner-box-msg {
    width: 100%;
    text-align: center;
    float: none;
    margin-bottom: 30px;
    padding: 0;
}
.inner-box-msg p {
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #555;
    margin: 0;
}
.inner-box-form {
    width: 100%;
    float: none;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
}
.login-layout label,
.id-find-layout label,
.pw-find-layout label{
    font-size: 16px;
    letter-spacing: -0.03em;
    color: #222;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1;
}
.login-layout .form-control,
.id-find-layout .form-control,
.pw-find-layout .form-control{
    box-shadow: none;
    border-radius: 0px;
    border: 1px solid #ddd;
    height: 40px;
    color: #555;
    font-size: 15px;
    letter-spacing: -0.03em;
}
.login-layout .form-control:focus,
.id-find-layout .form-control:focus,
.pw-find-layout .form-control:focus{
    border-color: #aaa;
}
.login-layout .btn-warning,
.id-find-layout .btn-warning,
.pw-find-layout .btn-warning{
    float: none;
    width: 100%;
    height: 50px;
    background: #ef8387;
    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: #cc3f4b;
}
.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;
}

.login-layout .inner-box-wrapper .panel-body div.col-sm-12 h2{font-size:28px}
@media (max-width:768px){
    .login-layout,
    .id-find-layout,
    .pw-find-layout {
        padding: 20px 15px;
    }
    .login-layout .panel,
    .id-find-layout .panel,
    .id-find-layout .panel {
        padding: 40px;
    }
    .login-layout .panel-body > div.col-sm-12 h2,
    .id-find-layout .panel-body > div.col-sm-12 h2,
    .pw-find-layout .panel-body > div.col-sm-12 h2{
        font-size: 24px;
    }
    .inner-box-msg p {
        font-size: 12px;
    }
    .login-layout label,
    .id-find-layout label,
    .pw-find-layout label {
        font-size: 14px;
    }
    .login-layout .form-control,
    .id-find-layout .form-control,
    .pw-find-layout .form-control{
        font-size: 13px;
        height: 36px;
    }
    .login-layout form > div > p > a,
    .id-find-layout form > div > p > a,
    .pw-find-layout form > div > p > a{
        font-size: 12px;
    }
    .login-layout .btn-warning,
    .id-find-layout .btn-warning,
    .pw-find-layout .btn-warning{
        height: 45px;
        font-size: 14px;
        margin-top: 10px;
    }
}
.li-dot > li {
    padding-left: 15px!important;
}
.li-dash > li,
.li-dot > li,.li-dash >dd,
.li-dot > dd{padding-left:18px; position:relative;}
.li-dash > li:before,
.li-dot > li:before,.li-dash > dd:before,
.li-dot > dd:before{
	content:'-';
	display:block;
	position:absolute;
	left:5px;
	top:0;
}
.li-dot > li:before,.li-dot > dd:before{
	content:'·';
}
*{word-break:keep-all}
.subContent ul{padding:0}
/*상단 메뉴 설정 시작*/
.navbar-inverse{
	background:#fff;     /*배경 색*/
	border-color: rgba(255,255,255,0.0);         /*테두리 색*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
}
/*상단 메뉴 설정 끝*/

/*상단 메뉴 로고 시작*/
.navbar-brand img {
	padding-top: 20px;
}
/*상단 메뉴 로고 끝*/

/* 상단 메인 메뉴 설정 시작*/
.navbar-inverse .navbar-nav > li > a{
    background-color: transparent;
    color: #d81c2c;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.034em;
    padding: 47px 30px;
    margin: 0px 0px 0px 0px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{color:#dd3e43!important;background:transparent}
/* 상단 메인 메뉴 설정 끝*/

/* 상단 서브 메뉴 설정 시작*/
@media screen and (min-width: 768px) {	
	.navbar-inverse .navbar-nav .dropdown-menu {
		-webkit-box-shadow: none;
		box-shadow: none;
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 15px;
		background-color: #333;
		border-radius: 0;
		border: none;
		animation-duration: .3s;
		animation-fill-mode: both;
		animation-name: fadeInRight;
		left: 0;
		right: auto;
	}

	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		position: relative;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:before {
		content: '';
		background: #fff;
		width: 5px;
		height: 2px;
		position: absolute;
		top: 14px;
		left: 5px;
	}

	.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a:before {
		background: #fb959e;
	}
	
	.navbar-inverse .navbar-nav > li:last-child .dropdown-menu {
		left: auto;
		right: 0;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a {
		background-color: transparent;
		color: #FFF;
		padding: 8px 15px;
		padding-left: 20px;
		font-size: 15px;
		line-height: 1;
	}
	
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:hover,
	.navbar-inverse .navbar-nav .dropdown-menu > li > a:focus {
		background-color: transparent;
		color: #fb959e;
	}
}
/* 상단 서브 메뉴 설정 끝*/

/* 하단 카피라이트 설정 시작*/
.footer_copy .text-center{
	background: #333538;
	color:#999999;                /*텍스트 색*/
	font-size:14px;               /*텍스트 크기*/
	padding:0px 0px 0px 0px;      /*내부 여백*/
	margin:0px 0px 0px 0px;       /*외부 여백*/
	text-align:center;            /*텍스트 정렬*/
	padding:20px 0 10px
}
.footer_copy .copy {
    font-size: 11px;
}
.footer_copy img {
    height: 65px;
    margin-top: 5px;
}
.footer_copy ul li {
    font-size: 13px;
}

.footer_copy ul li > strong {
    margin-bottom: 5px;
    display: block;
}
.footer_copy .text-center li span{margin-right:10px}
.footer_copy .text-center li span strong{font-weight: 500;margin-right:5px;}
/* 하단 카피라이트 설정 끝*/
/*slide*/
.carousel-inner .item{width:100%; height:100vh;}
.carousel-inner .item:nth-of-type(1){background:url(/skin/img/slide/slide01.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(2){background:url(/skin/img/slide/slide02.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(3){background:url(/skin/img/slide/slide03.jpg)no-repeat center / cover}
.carousel-inner .item:nth-of-type(4){background:url(/skin/img/slide/slide04.jpg)no-repeat center / cover}
.carousel-caption{       
    left: 50%;
    right: auto;
    top: 50%;
    bottom: auto;
    transform: translate(-50%,-50%);
    padding: 120px 100px;
    border: 1px solid rgba(255,255,255,0.4);
    text-shadow: none;
    background: rgba(0, 0, 0, 0.05);
	max-width: 670px;
    max-height: 560px;
    /* height:100%; */
    padding:50px 60px
}
.carousel-caption p{    font-size: 24px;
    font-weight: 600;
    opacity: 0.9;
    letter-spacing: 0.0em;
    color: #fff;
    text-align: left;
}
.carousel-caption h2{       
    font-size: 64px;
    letter-spacing: -0.02em;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.3;
    text-align: justify;
    word-break: break-all;
}
.carousel-inner .item:nth-of-type(1) .carousel-caption{background: rgba(0, 0, 0, 0.2);}
.carousel-inner .item:nth-of-type(1) .carousel-caption h2{font-family: 'Playfair Display', serif;    letter-spacing: 0.1em;
    font-weight: 500;
    font-size: 75px;}
.carousel-inner .item:nth-of-type(1) .carousel-caption span{font-size: 24px;}
.carousel-inner .item:nth-of-type(2) .carousel-caption{    padding: 138px 90px;padding:68px 50px}
.carousel-inner .item:nth-of-type(2) .carousel-caption h2{    font-size: 62px;text-align:left}
.carousel-inner .item:nth-of-type(3) .carousel-caption{       padding: 148px 100px;padding:78px 60px}
.carousel-inner .item:nth-of-type(3) .carousel-caption h2{       font-size: 56px;}
.carousel-inner .item:nth-of-type(3) .carousel-caption span{    font-size: 20px;}
.carousel-inner .item:nth-of-type(4) .carousel-caption{       padding: 156px 100px;padding:86px 60px;background: rgba(0,0,0,0.4);}
.carousel-inner .item:nth-of-type(4) .carousel-caption h2{    font-size: 50px;}
.carousel-inner .item:nth-of-type(4) .carousel-caption span{    font-size: 18px;}
.carousel-caption span{     
    display: block;
    font-size: 24px;
    line-height: 1.7;
    margin-top: 30px;
    font-weight: 400;
    letter-spacing: 0.04em;
    /* opacity: 0.7; */
    color: #fff;
	text-align: left;
}
.carousel-indicators li,.carousel-indicators .active{    width: 12px;
    height: 12px;
	margin:5px;
	background:rgba(255,255,255,0.4);
	border:none}
.carousel-indicators .active{background:#fff}

/*main*/
.main-business01{
    /* background: #858585; */
    padding: 100px 0;
    }
.main_busi_inner1 {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    background: url(/skin/img/main/main_busi_inner1.png)no-repeat center / cover;
    height: 350px;
    position: relative;
    }
.main_busi_inner1:before{
	content:"";
	width: 100%;
	max-width: 1120px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	border: 1px solid rgba(255,255,255,0.4);
	height: 330px;
	}
.main_busi_inner1 p{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 52px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: #fff;
    font-style: italic;
    }

.main-business01 h3{    text-align: center;
    font-size: 45px;
    color: #999;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 60px;
    margin-top: 0;}
.main-business01 a:hover dl{color:#ff1e33}
.main-business01 a img{border:1px solid #ddd}
.main-business01 dl{    text-align: center;
    margin-top: 10px;
    color: #333;
	transition:all ease .3s}
.main-business01 dl dt{    font-size: 20px;
    margin-bottom: 5px;}
.main-business01 dl dd{    font-size: 16px;}

.main-business02{
	padding: 50px 0 40px;
	background: #ef8387;
}
@media(min-width:768px){
	.main-business02 .col-md-3{width:20%}
}
.main-business02 img{max-width: 65px;opacity:.7;}
.main-business02 .main_busi_inner2 p:last-child{
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 0.04em;
    }
.main-business02 .main_busi_inner2 a img + p{    font-size: 15px !important;
    margin-top: 10px !important;
    font-weight: 500 !important;
    color: #fff;letter-spacing: -0.034em !important;
    opacity: .7;}
.main-business02 a:hover img,.main-business02 a:hover img + p{opacity:1}
.main-business02 .main_busi_inner2{
    text-align: center;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    }
.main-business02 .main_busi_inner2 p {
    margin-bottom: 0;
}

.main-business02 .col-md-3:nth-of-type(1) .main_busi_inner2 p:first-child,.main-business02 .col-md-3:nth-of-type(2) .main_busi_inner2 p:first-child{margin-top:15px}

/*블로그 B*/
.dhb-txt-box-type-b-img-layout .thumb-hidden {
	min-height: 250px;
	height: 360px;
	max-height: 360px;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
	-webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .39);
}
#community02 .dhb-txt-box-type-b-img-layout .thumb-hidden{    max-height: 230px;}
.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 {
	visibility: hidden;
	opacity: 0;
}
.bbs-blog2-index-layout .dhb-txt-box-type-b{
	background:transparent;
	border:none;
}
.dhb-txt-box-type-b-img-layout .thumb-hidden{
	border:none;
}
.dhb-txt-box-type-b-text-layout {
    padding: 0;
}
.dhb-txt-box-type-b-text-layout h4{
	margin-top: 12px!important;
	text-align:left;
	font-size: 16px!important;
	letter-spacing: -0.03em;
}
.dhb-txt-box-type-b-text-layout h4 strong{
	display:inline-block;
	max-width:90%;
	overflow:hidden;
	text-overflow:ellipsis;
}
.dhb-txt-box-type-b-text-layout h4 small{display:none}
.dhb-txt-box-type-b-text-layout h4 .label{
	vertical-align:text-top;
}

/* -------------------메인 페이지 썸네일------------------ */
.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%;
	}
}


/*sub*/
.subTop{width: 100%;
    height: 300px;
    background: url(/skin/img/sub/subTop.jpg) no-repeat center / cover;
    position: relative;}
.subTop h2{
    position: absolute;
    top: 65%;
    left: 20%;
    margin: 0;
    padding: 0;
    font-size: 46px;
    color: #333;
    font-weight: 400;
	letter-spacing: -0.034em;
    }
.subTop .bread{text-align: right;
    width: 100%;
    position: absolute;
    bottom: 0;}
.breadcrumb>li {
    color: #000;
}
.breadcrumb>li+li:before {
    content: "\f105 ";
    color: #000;
    font-family: "FontAwesome";
}
.subTop .breadcrumb{margin: 0;
    background: transparent;
    padding: 0 0 12px;
    font-size: 13px;
    letter-spacing: -0.034em;
    color: #fff;
    opacity: .8;
    font-weight: 400;}
.subContent{    padding: 100px 0 100px;}
.subTitle{    text-align: center;
    position: relative;
    margin-bottom: 80px;}
.subTitle:before{    
	content: "";
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: -1;
	display:none;
}
.subTitle h3{     
	margin: 0;
    display: inline-block;
    padding: 0 40px;
    background: #fff;
    font-size: 34px;
    font-weight: 700;
    color: #000;}
.subContent p, .subContent dd, .subContent li{    
	font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.75;}
.subContent h4{    
	font-size: 26px;
    font-weight: 600;
    color: #333;
    letter-spacing: -0.03em;
    margin-bottom: 30px;
    margin-top: 0;
}
.subContent h4:before {
    content: '';
    display: inline-block;
    margin-top: -4px;
    margin-right: 9px;
    width: 4px;
    height: 25px;
    background: #e43c00;
    vertical-align: middle;
}
.subContent .con{margin-bottom:100px}
.subContent .con:last-child{margin-bottom:0}

/*table*/
.subContent .table.table-type03 {margin: 0 0 20px; border-top: 1px solid #111;}
.subContent .table.table-type03 tr th, .subContent .table.table-type03 tr td {padding: 16px 12px !important; border: 1px solid #dedede !important; letter-spacing: -0.02em; word-break: keep-all; vertical-align: middle !important;text-align: center;font-size: 16px;}
.subContent .table.table-type03 tr th {color: #333;background: #fff6f7;}
.subContent .table.table-type03 tr td {color: #666;}


/*BBS*/
.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: 14px;}
.dh-board .table > thead > tr > th {background: #f8f8f8; vertical-align: middle; border-bottom: 1px dotted #bdbdbd; font-size: 15px; font-weight: 600; color: #333; letter-spacing: -0.03em;}
.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 #2d2d2d; 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-margin-top{margin-top: 40px; display: inline-block;}
.bbs-blog2-index-layout .dhb-txt-box-type-b {border: none; background-color: #fff; width: 25%; margin: 0 0 20px; padding: 0 10px;}
.bbs-blog2-index-layout .dhb-txt-box-type-b > div {margin: 0;padding: 0;/* border: 1px solid #e5e5e5; */}
.dhb-txt-box-type-b-img-layout {padding: 0;}
.dhb-txt-box-type-b-img-layout .thumb-hidden {border: none; min-height: 200px; max-height: 400px; box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.dhb-txt-box-type-b-text-layout h4{font-size: 14px;margin-bottom: 10px;}
.dhb-txt-box-type-b-text-layout .txt-box-footer{margin-top: 0; float: none; text-align: left; display: none;}
.txt-box-footer em {display: none;}
.txt-box-footer em > span.regdate{font-style: normal; color: #666; font-size: 13px;}
.txt-box-footer em > span:last-child{display: none;}
.txt-box-footer small.hits{display: none;}
@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-danger{color: #d83d0f;}
.label-primary{color: #d83d0f;}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {background-color: #555;border: 1px solid #555!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;}
.dh-view-box {margin-top: 0px;}
.sns-box {display: none;}
.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: 100px;}
.dh-board .input-group-btn #btnNew{background: #555;border-color: #555;}
.dhb-txt-box-type-b-text-layout h4:before,
.dhb-txt-box-type-b-text-layout .txt-box-footer{
	display:none;
}
/*info*/
#info01 .con1 .info01_bg_area{
    font-size: 28px;
    text-align: center;
    width: 100%;
    height: 260px;
    background: url(/skin/img/sub/info01_bg_area.jpg) no-repeat center / cover;
    position: relative;
    margin-bottom:60px;
    }
#info01 .con1 .info01_bg_area:before{content:"";
	width:calc(100% - 30px);height:calc(100% - 30px); border:1px solid #ef8387;opacity:.5; position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
#info01 .con1 .info01_bg_area p{
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 1.2em;
    transform: translate(-50%,-50%);
    font-weight: 500;
    letter-spacing: -0.034em;
    color: #dd3e43;
    display: inline-block;
    font-size: 50px;
    }
    #info01 .con1 .info01_bg_area p small{ font-weight: 400;
        font-size: 70%;}
#info01 .con1 .info01_txt_area p{    
    font-size: 16px;
    letter-spacing: -0.034em;
    line-height: 1.75;
    text-align: left;
    margin-bottom: 20px;
}
#info01 .con1 .info01_txt_area p:last-child{    
    font-weight: 500;
    font-size: 16px;
    text-align: right;
}

#info01 .con1 .info01_txt_area dl dt{    color: #ff5353;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;}
#info01 .con1 .info01_txt_area dl dd strong{display: block;
    font-weight: 500;
    color: #111;}
#info01 .con1 .info01_txt_area{margin-top: 30px;}
#info01 .con1 .info01_txt_area p.info01_tit{font-weight: 500;
    color: #111;
    margin-bottom: 15px;}
#info01 .con1 .info01_txt_area p span{background: #f48880;
    color: #fff;
    font-weight: 400;
    padding: 5px 20px;
    border-radius: 44px;
    margin-right: 15px;}
#info01 .con1 .info01_txt_area ul li span{display: inline-block;
    color: #f48880;
    width: 100px;}
#info01 .con1 .info01_txt_area ul li strong{font-weight: 500;color:#111}
#info01 .con1 .info01_txt_area:nth-of-type(4) p span{background: #ff5f55;}
#info01 .con1 .info01_txt_area:nth-of-type(4) ul li span{color:#ff5f55}
#info01 .con2 .col-md-9 p span{color: #f37e75;}
#info01 .con2 .col-md-3 img{max-width: 150px;}
#info01 .con2 .col-md-9 img{margin-top: 20px;}
#info01 .con2 .col-md-offset-3 p{    text-align: center;
    margin-top: 20px;
    color: #888;}

#info02 .subContent .con1{    margin-bottom: 80px;
    padding-bottom: 80px;
    border-bottom: 1px dashed #ccc;}
/* #info02 .profile{       background: #fafafa;
    padding: 60px 40px;
    box-shadow: 2px 2px 8px rgba(120,120,120,0.4);} */
#info02 .profile .col-md-4{text-align: center;}
#info02 .profile .col-md-4 img{    max-width: 250px;
    margin-bottom: 30px;
    border:1px solid #ddd}
#info02 .profile .col-md-4 a{       display: inline-block;
    font-size: 16px;
    color: #555;
    border: 1px solid #555;
    padding: 10px 40px;
    font-weight: 400;
    border-radius: 5px;
    letter-spacing: -0.034em;}
#info02 .profile .col-md-4 a:hover{color:#e43c00; border:1px solid #e43c00}
#info02 .profile .col-md-8 dl dt{    font-size: 20px;
    color: #435667;
    border-bottom: 1px solid;
    padding-bottom: 5px;
    margin-bottom: 15px;}
#info02 .profile .col-md-8 dl dd{    font-size: 15px;
    letter-spacing: -0.06em;
    line-height: 1.4;
    margin-bottom: 5px;}

#info03 .con img{    border: 1px solid #ddd;
    margin-bottom: 20px;}
#info03 .con dl{    
	display: inline-block;
	width: 100%;
}
#info03 .con dl dt, #consulting01 .con1 dl dt{    
    font-size: 24px;
    letter-spacing: -0.08em;
    font-weight: 600;
    margin: 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
#info04 .subContent h4:before{
	content: '';
    display: inline-block;
    margin-top: -3px;
    margin-right: 8px;
    width: 2px;
    height: 23px;
    background: #e43c00;
    vertical-align: middle;
}
#info04 .subContent h4 {
    color: #333;
    font-size: 24px;
    letter-spacing: -0.03em;
}
#info04 .con dl{    
    width: calc(100% / 3 - 30px);
    border-bottom: 1px solid #ddd;
	border-top: 1px solid #333;
    padding: 10px 0 7px 5px;
    margin: 30px 0 0 0;
    margin-right: 30px;
    float: left;
}
#info04 .con dl:last-child {
    margin-right: 0;
    width: calc(100% / 3 - 0px);
}
#info04 .con dl dt{ 
    font-weight: 600;
    font-size: 17px;
    color: #333;
    margin-bottom: 7px;
}
#info04 .con dl dd {
    font-size: 16px;
}
#info04 .con2 .reservation_area .col-md-3:after{
    content: "\f105";
    position: absolute;
    font-family: "fontawesome";
    right: -4%;
    top: 50%;
    transform: translateY(-50%);
    font-size: 60px;
    color: #bbb;
}
#info04 .con2 .reservation_area .row div:nth-child(4)::after{display:none}
#info04 .con2 .reservation_area .col-md-3 p{    
    width: 100%;
    max-width: 160px;
    height: 160px;
    color: #fff;
    background: #777777;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    padding: 55px 0;
    margin: 0 auto;
}
#info04 .con2 .reservation_area .row div:nth-child(4) p{    padding: 62px 0;}
#info04 .con2 .reservation_area .row .col-md-12 p{
    font-size: 15px;
    margin-top: 40px;
    margin-bottom: 0;
    text-align: center;
    width: 100%;
    display: inline-block;
    }
#info04 .con2 .reservation_area .col-md-12:last-child{text-align:center}
#info04 .con2 .reservation_area .row div:nth-child(4) p:last-child{
    background: #fa5259;
    color: #fff;
    padding-top: 70px;
}
.reservation_area {
    padding: 50px 50px;
    background: #f4f4f4;
    border-radius: 5px;
}

/* #info05 .con1 .col-md-4 img{    border: 1px solid #ddd;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.1);} */
#info05 .con1{       background: #fafafa;
    padding: 60px 40px;
    box-shadow: 2px 2px 8px rgba(120,120,120,0.4);
    border-radius: 10px;
    position: relative;}
#info05 .con1:before{content: "";
    width: 300px;
    height: 300px;
    background: rgb(237,205,203);
    border-radius: 10px;
    position: absolute;
    z-index: -1;
    top: -20px;
    right: -20px;}
#info05 .con1 .col-md-4 a{display: block;
    text-align: center;
    font-size: 18px;
    border: 1px solid;
    color: #ff1e33;
    padding: 10px;
    font-weight: 500;
    transition: all ease .3s;
    border-radius: 50px;
    max-width: 200px;
    margin: 40px auto 0;}
#info05 .con1 .col-md-4 a:hover{color:#fff;background:#ff1e33}

#info05 .con1 p{     font-size: 16px;
    font-weight: 400;
    color: #333;
    word-break: break-all;
    margin-bottom: 20px;
    line-height: 1.75;
    /* letter-spacing: 0.0em; */
    padding-right: 20px;}
#info05 .con1 p span{color:rgb(192,0,0);font-weight: 500;}
#info05 .con1 p.ceo_name{     font-size: 24px;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: 400;
    padding-left: 5px;
    border-left: 5px solid rgba(192, 0, 0, 1);
    color: #000;}
#info05 .con1 .col-md-4 img{    background: #ccc;
    border-radius: 10px;}  
/*consulting*/
.consulting .con .col-md-5 div{width: 100%;
    height: 240px;
    position: relative;}
.consulting#consulting01 .con2 .col-md-5 div{    height: 254px;}
.consulting#consulting01 .con3 .col-md-5 div{    height: 243px;}
.consulting#consulting02 .con3 .col-md-5 div{height: 272px;}
.consulting#consulting03 .con .col-md-5 div{height:310px}
.consulting .con .col-md-5 .consulting01_con1_inner{
    background: url(/skin/img/sub/consulting01_con1_inner.jpg)no-repeat center / cover;    height: 282px;}
.consulting01_con2_inner{
    background: url(/skin/img/sub/consulting01_con2_inner.jpg)no-repeat center / cover;}
.consulting01_con3_inner{
    background: url(/skin/img/sub/consulting01_con3_inner.jpg)no-repeat center / cover;}
.consulting .con .col-md-5 .consulting02_con1_inner{
    background: url(/skin/img/sub/consulting02_con1_inner.jpg)no-repeat center / cover;  height: 282px;}
.consulting02_con2_inner{
    background: url(/skin/img/sub/consulting02_con2_inner.jpg)no-repeat center / cover;}
.consulting02_con3_inner{
    background: url(/skin/img/sub/consulting02_con3_inner.jpg)no-repeat center / cover;}
.consulting03_con1_inner{
    background: url(/skin/img/sub/consulting03_con1_inner.jpg)no-repeat center / cover;}
.consulting .con .col-md-5 div > p{
    position: absolute;
    left: 50%;
    top: 50%;
    line-height: 1.3em;
    transform: translate(-50%,-50%);
    text-align: center;
    font-size: 26px;
    background: rgba(0, 0, 0, 0.1);
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 15px 25px;
    }
.consulting .con2 .col-md-5 div > p{    font-size: 24px;}
.consulting .con .clearfix{margin-bottom:30px}
.consulting .con .col-md-7 p span{
    font-weight: 700;
    margin-right: 10px;
    font-size: 18px;
    }
.consulting#consulting01 .con3 .col-md-7 p span{display:block}
.consulting .con .consulting01_con_txt-inner{
    min-height: 240px;
    border: 1px solid #ddd;
    padding: 20px;
    border-top: 2px solid #e43c00;position: relative;
    }
#consulting02.consulting .con .consulting01_con_txt-inner{    border-top: 2px solid #d82332;}
.consulting .con .consulting01_con_txt-inner p:nth-of-type(2){    color: #dc4450;
    font-weight: 500;}
#consulting02.consulting .con .consulting01_con_txt-inner p:nth-of-type(2){color:#d82332}
.consulting .con .consulting_banner p {
    margin: 0;
    text-align: center;
    font-weight: 500;
    color: #e9747f;
    font-size: 17px;
    line-height: 1.4;
}
.consulting .con3 .consulting_banner p{    color: #e6ac07;}
.consulting .con .consulting_banner{    position: absolute;
    right: 30px;
    top: 30px;}
.consulting .con .consulting_banner img{    border-radius: 50%;
	margin-bottom:10px;
    max-width: 100px;}
.consulting#consulting02 .con .col-md-5 div span,.consulting#consulting03 .con .col-md-5 div span{
    position: absolute;
    bottom: 55px;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    left: 50%;
    transform: translateX(-50%);
    }
.consulting#consulting03 .con .col-md-5 div span{bottom: 38px;}
#consulting03 .con2 p big{    font-size: 22px;
    font-weight: 500;
    color: #035382;}
    #consulting03 .con2 p span{font-weight: 500;
        color: #186b9c;}

.consulting .subContent .con {
    margin-bottom: 120px;
    padding-bottom: 120px;
    border-bottom: 1px dashed #ddd;
}
.consulting .subContent .con:last-child{
	border:none;
	margin-bottom:0;
	padding-bottom: 50px;
}
/*edu*/
.edu .section01{margin-bottom: 120px;padding-bottom: 150px;border-bottom:1px dashed #ddd;}
.edu#edu02 .section01{margin-bottom:0;padding-bottom:0;border-bottom:none}
.edu .con1 dl{display: inline-block;width: 100%;}
.edu .con1 dl dt{
    font-weight: 300;
    font-size: 38px;
    letter-spacing: -0.05em;
    margin-bottom: 30px;
    /* padding-bottom: 5px; */
    width: 100%;
    text-align: center;
    /* border-bottom: 1px solid; */
    }
.edu .con1 dl dd {
    font-size: 18px;
    text-align: center;
}
.edu .module_area,#edu02 .section02 .con2 .module_area02{    width: 100%;
    height: 250px;
    position: relative;
    padding: 50px;
	margin-bottom:30px}
#edu01 .section01 .con2 .module_area{ background: url(/skin/img/sub/module_area02.jpg)no-repeat center / cover;}
#edu01 .section02 .con2 .module_area{ background: url(/skin/img/sub/module_area01.jpg)no-repeat center / cover;}
#edu02 .section01 .con2 .module_area{ background: url(/skin/img/sub/module_area03.jpg)no-repeat center / cover;}
#edu02 .section02 .con2 .module_area02{ background: url(/skin/img/sub/module_area04.jpg)no-repeat center / cover;}
.edu .section02 .con1 p {
    font-size: 18px;
    text-align: center;
}
.edu .module_area h5{
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    letter-spacing: -0.034em;
    margin-bottom: 45px;
	margin-top: 0;
    }
.edu .module_area h5 span{    display: block;
    margin-bottom: 3px;
    font-size: 17px;}
.edu .module_area p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 3px;
    font-weight: 300;
    }
.edu .module_area span{
    font-size: 18px;
    color: #fff;
    font-weight: 300;
    letter-spacing: -0.034em;
    }
.edu .module_area a{
    position: absolute;
    right: 60px;
    bottom: 40px;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    border: 1px solid;
    padding: 12px 40px;
    }
.edu .module_area a:hover{background: #000;border: 1px solid #000;color:#fff;}
.edu .step_area dl{
    overflow: hidden;
    box-shadow: 0px 2px 3px 2px #ddd;
    order: 1px solid #ddd;
    }
.edu .step_area dl dt{
    float: left;
    padding: 23px 0;
    font-size: 19.5px;
    line-height: 1.2;
    width: 30%;
    border-right: 1px solid #ddd;
    background: #f15a68 url(/skin/img/sub/ptn2.png);
    text-align: center;
    color: #fff;
    }
#edu01 .section02 .con3 .step_area dl dt{    background:#b8a3bd url(/skin/img/sub/ptn2.png);}
#edu02 .section01 .con3 .step_area dl dt{    background: #b7c7dc url(/skin/img/sub/ptn2.png);}
#edu02 .section02 .con3 .step_area dl dt{    background: #bbd2d2 url(/skin/img/sub/ptn2.png);}
.edu  .step_area dl dt.line01{padding: 35px 0;}
.edu  .step_area dl dd{
    padding: 23px 0 23px 20px;
    float: left;
    width: 70%;
    font-size: 16px;
    line-height: 1.4;
    text-align: left;
    font-weight: 500;
    }
.edu .step_area dl dd span{    display: block;}
@media(min-width:768px){
	#edu01 .con4  .clearfix ~ .col-md-3.w_20{width:20%}	
.edu .section02 .con5 .col-md-6 img{height:175px} 
}
.edu .con5 .col-md-6 img + p{    text-align: center;
    margin-top: 10px;
    font-weight: 500;}
.edu .con4 .clearfix{margin-bottom: 80px;}
.edu .subContent h4 {
	font-size: 24px;
	letter-spacing: -0.08em;
	font-weight: 600;
	margin: 0 0 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}
.edu .subContent h4:before {
    display: none;
}
.edu .con2 {
    margin-bottom: 50px;
}
.subContent .con .red_txt{color: #d61e1e;}
.subContent .con .red_txt strong {
    font-weight: 500;
}
.module_area02_inner{    position: absolute;
    right: 0;
    bottom: 20px;
    color: #fff;
    overflow: hidden;}
.module_area02_inner p.left_txt{    float: left;
    font-size: 91px;
    line-height: 1;
    margin-right: 15px;
    margin-bottom: 0;
    font-weight: 400;}
.module_area02_inner p.right_txt{    line-height: 1.2;
    font-size: 26px;
    font-weight: 300;
    letter-spacing: 0.034em;
    margin-top: 20px;
    margin-bottom: 0;}

#edu02 .con3 ul li b{font-weight: 400;
    text-decoration: line-through;
    display: inline-block;
    margin: 0 5px;}
#edu02 .con3 ul li i{    font-style: normal;
    font-weight: 600;
    color: #e01a1a;}


/*outside*/
#outside .con img{border:1px solid #ddd}
#outside .con .clearfix{margin-bottom:30px}
#outside .con1{
	text-align:right;
	margin-bottom:30px;
}
#outside .con1 a{    
    display: inline-block;
    font-size: 14px;
    color: #fff;
    background: #444;
    padding: 12px 42px;
    letter-spacing: 0;
    line-height: 1.4;
    border-radius: 3px;
}
#outside .con1 a:hover{background:#222}
#edu02 .section01 .con3 .step_area + .col-md-12 ul li span{    display: block;
       margin-left: 114px;}
.info01_txt_area p span{font-weight: 500;
    color: #ca1f1f;}

#outside .con5 img{border: none;}
.outCon5_inner{padding: 20px 30px;
    border: 1px solid #ddd;
    text-align: center;
    box-shadow: 1px 1px 6px rgba(120,120,120,0.4);
    margin: 0 auto;
    min-height: 350px;}
.outCon5_inner dl{margin-top: 15px;
    margin-bottom: 0;}
.outCon5_inner dl dd{    font-size: 16px;
    letter-spacing: 0;
    line-height: 1.5;}
.outCon5_inner dl dt{color:#111;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;}

/*제품*/
.text-bbs7 .dhb-txt-box{    width: 25%;
    background: none;
    border: none;
    padding: 0;
    float: left;}
.text-bbs7 .dhb-txt-box .dhb-txt-list{    border-right: none;
    width: 100%;}
.text-bbs7 .dhb-txt-box .dhb-txt-list .thumb-hidden{     max-height: 300px;
    height: 300px;
    border: 1px solid #ddd;
    box-shadow: none;
	transition:all ease .3s}
.text-bbs7 .dhb-txt-box .dhb-txt-list .thumb-hidden a{    display: block;
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    background-size: cover;}
.text-bbs7 .dhb-txt-box .dhb-txt-list .thumb-hidden:hover{    border: 1px solid #ff34b0;}
.text-bbs7 .dhb-txt-box .dhb-txt-list .thumb-hidden a img{display:none}
.text-bbs7 .dhb-txt-box .dhb-txt-list .row > .col-sm-7,.text-bbs7 .dhb-txt-box .dhb-txt-list .row > .col-sm-5{    width: 100%;}
.text-bbs7 .dhb-txt-box .dhb-txt-list .row > .col-sm-7 h4{        font-size: 16px;
    border-left: none;
    padding-left: 0;
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    letter-spacing: -0.034em;
    margin-bottom: 0;
    font-weight: 400;}
.text-bbs7 .dhb-txt-box .dhb-txt-list .row > .col-sm-7 h4 a{font-weight: 400;
    color: #666;
    letter-spacing: -0.034em;}
.text-bbs7 .dhb-txt-box .dhb-txt-list .row > .col-sm-7 h5{    margin: 0;}
.text-bbs7 .dhb-txt-box .dhb-txt-list .row > .col-sm-7 h5 a{    display: block;
    margin: 0;
    width: 100%;
    font-weight: 600;
    text-align: right;
    letter-spacing: -0.034em;
    height: 35px;
    overflow: hidden;}
.text-bbs7 .dhb-txt-box .dhb-txt-list .row > .col-sm-7 h4:before{display:none}
.text-bbs7 .dhb-txt-box .dhb-txt-list + .col-md-4.text-right{display:none}

/*review*/
#review .con1 .col-md-12:first-child ul{overflow: hidden;margin-bottom:40px}
#review .con1 .col-md-12:first-child ul li{    float: left;}
#review .con1 .col-md-12:first-child ul li a{  
	display: block;
    text-align: center;
    background: #4e829e;
    color: #fff;
    line-height: 1.2;
    letter-spacing: -0.034em;
    margin: 0 10px;
    font-weight: 500;
    font-size: 15px;
    transition: all ease .3s;
    overflow: hidden;
    border-radius: 50px;
    padding: 10px 30px 10px 15px;}
    #review .con1 .col-md-12:first-child ul li:last-child a{background: #e4757a;}
    #review .con1 .col-md-12:first-child ul li:last-child a:hover{background: #cd505b;}
#review .con1 .col-md-12:first-child ul li a:hover{    background: #35586b; color:#fff}
#review .con1 .col-md-12:first-child ul li a img{max-width: 50px;    margin-right: 10px;
    float: left;}
#review .con1 .col-md-12:first-child ul li a span{    float: left;
    font-size: 16px;
    margin-top: 5px;}


#consulting02 .con2 .col-md-3 p{text-align: center;
    font-weight: 500;}
#consulting02 .con2 .clearfix+.col-md-3:after{content: "\f061";
    font-family: "fontawesome";
    font-size: 20px;
    position: absolute;
    right: -10px;
    color: #888;
    top: 35%;}
#consulting02 .con3 .col-md-3 img,#consulting02 .con2 .col-md-3 img{border:1px solid #ddd}
.inner-box-wrapper .panel-body h2:before {
    content: "";
    width: 90px;
    height: 65px;
    background: url(/skin/img/logo/logo.png)no-repeat center / cover;
    display: block;
    margin: 0 auto 20px;
}

/*회원가입*/
/* 회원가입 상단영역에는 태그 하나만 넣고 사용해주세요 */
/*join form css*/
.join-agree-area{
    padding: 100px 15px;
    background:#f5f5f5;
}
.join-agree-area .panel-default{
    margin: 100px auto;
    width: 1170px;
    max-width: 100%;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.join-agree-area .panel-footer{
    background:#fff;
}
#joinForm  .btn-default,
#joinForm .btn-success,
.join-agree-area .btn-default{
    border-radius: 0;
    border:2px solid #ed1c24;
    color:#fff;
    font-weight:500;
    background:#ed1c24;
}
.join-agree-area  .control-label{
    font-size:18px;
}
.join-agree-area  .form-control{
    border-radius: 0;
    background:#f5f5f5;
}
#joinForm{
    padding: 50px 15px;
    background:#f5f5f5;
}
#joinForm .panel-default{
    width:800px;
    max-width:100%;
    margin:0 auto;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#joinForm .panel-heading{
    background:#fff;
    font-size:20px;
    text-transform: uppercase;
}
#joinForm .panel-footer{
    background:#fff;
}
#joinForm .form-control{
    border-radius:0;
}
#joinForm  .btn-default{
    background:#f5f5f5;
    color:#777;
    border:1px solid #ddd;
}
@media(max-width:767px){
    .join-agree-area{
        padding:50px 15px;
    }
    .join-agree-area .panel-default{
        margin:0 auto;
    }
    #joinForm .panel-footer .form-group > div{
        width:50%;
        float:left;
    }
    #joinForm .control-label br{
        display:none;
    }
}
/*회원 열람*/
.dh-alert{margin: 100px;
    background: #f3f3f3;
    padding: 270px 0;
    font-size: 60px;}
/*mobile*/
@media(max-width:768px){
    .dh-alert{    margin: 15px;
        background: #f3f3f3;
        padding: 200px 0;
        font-size: 24px;}
    .navbar-inverse{background:rgba(255,255,255,0.9)}
    .navbar-brand img{    max-width: 90px;}
    .navbar-inverse .navbar-toggle{    border-color: #cc3f4b;
        margin-top: 34px;}
    .navbar-inverse .navbar-toggle .icon-bar {background-color: #cc3f4b;}
    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{background-color: rgba(0,0,0,0);}
    .navbar-inverse .navbar-nav > li > a{    padding: 30px 30px 5px;}
    .navbar-nav .open .dropdown-menu>li>a{    padding: 8px 30px;}
    .carousel-inner .item{    height: 500px;}
    .carousel-caption{    left: 5%;
        right: 5%;
        top: 60%;    transform: translateY(-50%);    padding: 30px 40px;}
    .carousel-caption p{    font-size: 18px;}
    .carousel-caption span{font-size: 16px;}
    .carousel-inner .item:nth-of-type(1) .carousel-caption h2{font-size: 43px;}
    .carousel-inner .item:nth-of-type(1) .carousel-caption span{    font-size: 16px;}
    .carousel-inner .item:nth-of-type(2) .carousel-caption{    padding: 38px 30px;}
    .carousel-inner .item:nth-of-type(2) .carousel-caption h2{    font-size: 32px;}
    .carousel-inner .item:nth-of-type(3) .carousel-caption{    padding: 38px 30px;}
    .carousel-inner .item:nth-of-type(3) .carousel-caption h2{    font-size: 36px;}
    .carousel-inner .item:nth-of-type(3) .carousel-caption span {font-size: 14px;}
    .carousel-inner .item:nth-of-type(4) .carousel-caption{padding: 38px 30px;}
    .carousel-inner .item:nth-of-type(4) .carousel-caption h2{    font-size: 30px;}
    .carousel-inner .item:nth-of-type(4) .carousel-caption span{    font-size: 15px;}
    .carousel-indicators{bottom: 0px;
        margin-bottom: 5px;}
    .main-business01{padding: 60px 0;}
    .main-business01 h3{    font-size: 35px;    margin-bottom: 40px;}
    .main-business01 dl dt { font-size: 17px;
        margin-bottom: 2px;}
    .main-business01 dl dd { font-size: 15px;}
    .main-business02{padding: 40px 0 40px;}
    .main-business02 .main_busi_inner2 p:last-child{    font-size: 24px;}
    .main-business02 .clearfix {margin-bottom: 40px;}
    .main-business02 img{    max-width: 50px;}

    .subTop{height: 260px;}
    .subTop h2{    top: 60%;font-size: 44px;left: 10%;}
    .subContent{    padding: 60px 0;}
    .subTitle{margin-bottom: 40px;}
    .subContent .con{margin-bottom: 60px;}
    .subContent h4{font-size: 22px;}
    #info01 .con1 .info01_bg_area{height: 200px;
        background: url(/skin/img/sub/info01_bg_area.jpg) no-repeat -230px center/ cover;}
    #info01 .con1 .info01_bg_area p{    font-size: 36px;    transform: translateY(-50%);    left: 10%;
        right: 10%;}
    .subContent p, .subContent dd, .subContent li{font-size: 15px;}
    #info01 .con1 .info01_txt_area p span{    margin-bottom: 10px;
        display: inline-block;}
    #info01 .con1 .info01_txt_area ul li span{    display: block;}
    #info01 .con1 .info01_txt_area ul li strong{margin-bottom: 15px;
        display: inline-block;}
    #info01 .con2 .col-md-3 img{    max-width: 120px;
        margin-bottom: 30px;}
    #info01 .con2 .col-md-9 img{margin: 40px auto;}
    #info05 .con1{    padding: 15px 0;
        margin: 0;}
    #info05 .con1:before{    top: -10px;
        right: -10px;}
    #info05 .con1 .col-md-4 a{    margin: 20px auto 60px;}
    #info05 .con1 p{    font-size: 15px;}
    #daumRoughmapContainer1572324857343{    width: 100% !important;
        height: 260px !important;}
    #info04 .con dl:last-child, #info04 .con dl{width:100%}
    .reservation_area{    padding: 20px;}
    #info04 .con2 .reservation_area .col-md-3 p{    padding: 38px 0;    font-size: 16px;    max-width: 120px;        height: 120px; margin: 0 0 15px;}
    #info04 .con2 .reservation_area .col-md-3:after{    right: 4%;    font-size: 50px;}
    #info04 .con2 .reservation_area .row div:nth-child(4) p:last-child{    padding-top: 52px;}

    .subTitle h3{font-size: 30px;}
    .consulting .subContent .con{    margin-bottom: 70px;
        padding-bottom: 70px;}
    .consulting .con .col-md-5 .consulting01_con1_inner{    height: 200px;
        margin-bottom: 20px;}
    .consulting .con .col-md-5 div > p{left: 20%;
        right: 20%;
        transform: translateY(-50%);
        font-size: 22px;}
    .consulting .con .col-md-7 p span{       margin-right: 5px;
        font-size: 14px;}
        .consulting .con .consulting_banner{    right: 20px;
        bottom: 20px;top:auto}
    .consulting .con .consulting_banner img{    max-width: 80px;}
    .consulting .con .consulting_banner p{    font-size: 13px;}
    .consulting#consulting01 .con2 .col-md-5 div, .consulting#consulting01 .con3 .col-md-5 div{    height: 200px;
        margin-bottom: 20px;}
    .consulting .con .col-md-5 .consulting02_con1_inner, .consulting#consulting03 .con .col-md-5 div{    height: 200px;
        margin-bottom: 20px;}
    .consulting#consulting02 .con .col-md-5 div span, .consulting#consulting03 .con .col-md-5 div span{    bottom: 35px;}
    .consulting .con .col-md-5 div, .consulting#consulting02 .con3 .col-md-5 div{        height: 200px;margin-bottom: 20px;}
    #consulting02 .con2 .col-md-3 p{margin-bottom: 0;}
    #consulting02 .con2 .clearfix{margin-bottom: 15px;}
    #consulting03 .con2 p big{font-size: 20px;}
    #consulting03 .subContent .con3 .table.table-type03{    margin: 0;}
    .edu .con4 .clearfix{    margin-bottom: 60px;}
    .edu .con4 .clearfix.visible-xs{margin-bottom: 30px;}
    .edu .module_area, #edu02 .section02 .con2 .module_area02{height: 230px;
        padding: 20px;
        margin-bottom: 30px;}
    .edu .module_area h5{margin-bottom: 20px;    font-size: 30px;}
    .edu .module_area h5 span{    font-size: 16px;}
    .edu .module_area p, .edu .module_area span{font-size: 17px;}
    .edu .module_area a{    right: 20px;
        bottom: 20px;}
    #edu01 .con5 .col-xs-8 img{max-width: 225px;}
    .edu .section01{    margin-bottom: 60px;
        padding-bottom: 60px;}
    #edu02 .section01 .con2 .module_area{margin-bottom: 0;}
    #edu02 .section01 .con3 .step_area + .col-md-12 ul li span{    margin-left: 10px;
        display: inline-block;}
    .outCon5_inner{margin-bottom: 20px;}
    .text-bbs7 .dhb-txt-box{width: 100%;margin-bottom: 30px;float: none;}
    .text-bbs7 .dhb-txt-box .dhb-txt-list .row > .col-sm-7 h5 a{text-align: left;
        margin-top: -13px;}
    #review .con1 .col-md-12:first-child ul li a img{    max-width: 40px;}
    #review .con1 .col-md-12:first-child ul li a span{    font-size: 15px;
        margin-top: 2px;}
    .text-bbs8 .dhb-txt-box-type-b-img-layout .thumb-hidden{    border: 1px solid #ddd;
        border-bottom: none;
        padding: 20px;}
    .text-bbs8 .dhb-txt-box-type-b-text-layout{    padding: 0 30px;
        background: #f7eaea;
        border: 1px solid #eac0c0;}
        .dh-margin-top{margin-top: 0;}
        .footer_copy img{    margin: 0 auto 20px;}
        .footer_copy ul li, .footer_copy .copy{text-align: center;}
}