.subVisual_img {background-image:url(/image/site/subVisual_img.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 285px;}

  .subVisual_img .overlay {
        position: absolute;
            top: 26%;
            /* left: 50%; */
            width: 100%;
            text-align: center;
        }

  .subVisual_img .overlay>h2 {
        font-size: 40px;
        color:#ffffff;
        font-weight: 400;
  }

/* .newContents {
    position: relative;
    margin: 0 auto;
} */


.newContents_detail {
    position: relative;
    /* width: 1200px !important; */
    height: 100%;
    margin: 0 auto;
}

#contGen {
    position: relative;
    padding: 0 0 64px 0;
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

#contents #new_title {
    position: relative;
    /* width: 1000px; */
    height: 45px;
    overflow: hidden;
    /*border-top: 1px solid #e1e1e1;*/
    border-bottom: 1px solid #e1e1e1;
    margin-left: 0 !important;
}

#new_title .cont_tit h3 {
    position: relative;
    font-size: 22px;
    font-weight: 400;
    color: #50380B;

}

#new_title .cont_tit {
    /* width: 1200px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 40px;
}



/* 
#title:after {
	content:"";
	display:block;
	width: 100%;
	clear:both;
} */

 #new_title {
	width: 100%;
}

/* #title .cont_tit.none{
	display:none;
} */ 

/*#contents #title .cont_tit:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 2px;
    height: 18px;
    background-color: #d43031;
}*/

#new_location {
    display: block;
    color: #464646;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 60px;
}

#new_location.detail {
    border-top: none;
    padding: 17px 10px 0 0;
}

#new_location a {
    /*background: url(../image/common/ico_location_home.png) no-repeat 0px 4px;*/
    display: inline-block;
    /*padding-left: 18px;*/
}

#new_location .strong {
    color: #50380B;
    font-weight: normal;
}

#new_location strong {
    color: #50380B;
 
}

#cont {
    float: left;
    margin: 0px 0 0px 0;
    line-height: 180%;
    font-size: 13px;
}

/* snb 왼쪽 메뉴 */
#new_leftMenu {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    overflow: hidden;

}

#leftMenu {
    margin-bottom: 30px;
}

#leftMenu h2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 192px;
    height: 60px;
    background-color: #fff;
    border: 1px solid #B8B8B8;
    border-top-width: 0;
    /*border-bottom-width: 0;*/
}

#leftMenu #lnb_tit strong {
    color: #111;
    font-size: 20px;
    font-weight: 500;
    line-height: 90px
}


#leftMenu .lNavi_list {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

}



#leftMenu .lNavi_list>li>a:first {
    color: #000;
}

#leftMenu .lNavi_list>li a {
    width: 190px;
    height: 57px;
    line-height: 57px;
    display: block;
    font-size: 16px;
    text-align: center;
    /* background: url(../image/common/lNavi_off.png) no-repeat 94% center; */
    border: 1px solid #f7f7f7;
    color: #999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s
}

#leftMenu ul.lNavi_list>li>a:hover {
    /*box-sizing: border-box;*/
    /* background: #e74c3c url(../image/common/lNavi_on.png) no-repeat 90% center; */
    color: #50380B;
    border: 1px solid #50380B;
}

#leftMenu ul.lNavi_list>li.on>a {
    /* background: #e74c3c url(../image/common/.png) no-repeat 93% center;
    color: #fff; */
    border: 1px solid #50380B;
    color: #50380B;
}

#leftMenu ul.lNavi_list li ul li a {
    box-sizing: border-box;
    display: block;
    background: #f7f7f7
        /*url(../image/common/lNavi_on2.png) no-repeat 93% center*/
    ;
    color: #42483f !important;
    font-size: 14px;
    padding-left: 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #efefef
}

#leftMenu ul.lNavi_list li ul li a:hover {
    background: #efefef
        /*url(../image/common/lNavi_on2.png) no-repeat 90% center*/
    ;
    color: #bf241c;
    /*font-weight: 500;*/
    padding-left: 22px
}

#leftMenu .lNavi_list li ul li.on a {
    border: 1px solid #50380B;
    color: #50380B;
    font-weight: 500;
    /*text-decoration: underline;*/
}


/* 미디어 쿼리  */
@media screen and (max-width: 768px) {

.subVisual_img {display: none;}

/* .subVisual_img {
        background-image: url(/image/site/subVisual_img.png);
        height: 150px;
    }

        .subVisual_img .overlay h2 {
                font-size: 20px;
        } */
        #new_title .cont_tit {
            margin-top: 20px;
        }

       #new_leftMenu {display: none;}

        .newContents_detail {
         width: 100% !important;
         }


        #new_location {
        text-align: center;
        position: relative;
        top: 0;}

                .greeting_box .txt1 {
                    font-size: 14px;
                    padding:20px 0 0 0;
                }

.greeting_box2 {
    position: relative;
    width: 100%;
    height: auto;

}

.greeting_box2 .greeting2_overlay {
    width: 100%;
    /* height: auto; */
    position: absolute;
    top: 15px;
    left: 0;
}

.greeting_box2 .greeting2_overlay h2 {
    font-size: 20px;
    color: #ffffff;
    font-weight: 500;
    line-height: 2;
    text-align: center;
}

.greeting_box .txt1 br,
.greeting_box2 .txt1 br {
    display: none !important;
}

.greeting_box2 .greeting2_overlay>p {
    font-size: 12px;
    color: #ffffff;
    line-height: 1.5;
    text-align: center;
}
                
}