.greeting h2{
    font-size: 30px;
    line-height: 35px;
    color: #424242;
    font-weight:400;
    margin-bottom:20px;
}
.greeting p{
	font-size: 16px;
    line-height: 1.4;
    color: #555;
    margin-bottom:20px;
}
.greeting span{
	font-size: 16px;
    line-height: 1.4;
    color: #555;
    text-align:right;
    display:block;
}
.greeting .cont1{
	margin-top:30px;
}
.greeting h3{
    color: #424242;
    font-size: 17px;
    text-align: right;
}
.greeting h3 span{
    color: #424242;
    font-size: 32px;
    font-family: 'nanum brush script';
    text-align: right;
}
.greeting .cont1 p{
	width:100%;
    background:#f7f7f7;
    padding:20px;
    border-top:1px solid #ddd;
}
/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
    .greeting {background:url(/app/dubu_sourcecode/docs/imgs/1567587516_법인소개.JPG) no-repeat right 400px;}
}

/* mobile */
@media screen and (max-width:768px){
    .greeting p{
    	width:100%;
    }
    .greeting {background:url(/app/dubu_sourcecode/docs/imgs/1567587516_법인소개.JPG) no-repeat right top; background-size:40%;}
    .greeting h2{margin-bottom:30px; width:50%;}
}


/* 인사말 하단 3댑스영역 3댑스가 있는곳에는 css 추가 필요 */
#sub_menu .sub_depth {
    position: relative;
    z-index: 100;
}

#sub_menu .active .depth3 {
    display: block;
}

#sub_menu .depth3 {
    display: none;
    position: absolute;
    background-color: #f7ebe3;
    left: 0;
    right: 0;
    top: 100%;
    color: #797B7E;
}
#sub_menu .depth3 li {     
    display: inline-block;
    background:none;
    padding: 3.5px 25px;
    border-radius: 25px;
    margin: 20px 0;
}

#sub_menu .depth3 .active {
    display: inline-block;
    background-color: #ebdbcf;
}

#sub_menu .depth3 .active > a {
    cursor: default;
}

#sub_menu .depth3 a {
    transition: color 0.4s;
}

#sub_menu .sub_depth .depth3 li a{
	color: #562e19;
    font-size: 20px;
}

#sub_menu .sub_depth .depth3 li:hover a {
    color: #562e19 !important;
}

#sub_menu li:hover > a {
    background: none !important;
}

@media screen and (min-width:992px){
    #sub_title {
        padding-top: 110px;
    }
}
@media screen and (min-width:991px) and (max-width:768px){
    #sub_title {
        padding-top: 50px;
    }
}