/*** 캐러셀 ***/
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}
/* 메인 캐러셀 높이 및 이미지 설정 */
.slider-active .single-slider {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 671px;
    cursor: auto !important;
    background-color: #fff;
}
.slider-taxt {
    text-shadow: none;
    text-align: center;
}
.slider-taxt h1 {
    display: inline-block;
    font-family: ngb, sans-serif;
  color: rgba(255, 255, 255, 0.7);
    margin: 290px 0 0 0px;
    font-size: 65px;
    line-height: 1;
    letter-spacing: 1px;
    padding: 0 0 0 1px;
}
.slider-taxt h2 {
    display: inline-block;
    font-family: ngeb, 'NanumGothicExtraBold';
 color: rgba(255, 255, 255, 1);
    font-size: 17px;
    margin: 10px 0 0 6px;
    padding: 0;
}
/*** 텍스트 에니메이션
.owl-item.active .slide-caption_h1 {
    -webkit-animation: 1s .2s fadeInRight both;
    -moz-animation: 1s .2s fadeInRight both;
    -ms-animation: 1s .2s fadeInRight both;
    -o-animation: 1s .2s fadeInRight both;
    animation: 1s .2s fadeInRight both;
}
.owl-item.active .slide-caption_h2 {
    -webkit-animation: 1s .5s fadeInLeft both;
    -moz-animation: 1s .5s fadeInLeft both;
    -ms-animation: 1s .5s fadeInLeft both;
    -o-animation: 1s .5s fadeInLeft both;
    animation: 1s .5s fadeInLeft both;
}
.owl-item.active .slide-caption_p {
    -webkit-animation: 1s .7s fadeIn both;
    -moz-animation: 1s .7s fadeIn both;
    -ms-animation: 1s .7s fadeIn both;
    -o-animation: 1s .7s fadeIn both;
    animation: 1s .7s fadeIn both;
}***/
/*** 캐러셀 ***/
/*** 컨텐츠-1단 ***/
#cts-2 {
    margin-top: 65px;
}
.cts-2-ttbox {
    text-align: center;
    margin: 0 0 10px 0;
}
.cts-2-ttbox h1 {
    display: inline-block;
    font-family: ngeb, 'NanumGothicExtraBold';
    vertical-align: top;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #B0B0B0;
    padding: 0 13px 0 0;
    margin: 0 10px 0 0;
    border-right: solid 1px #dedede;
}
.cts-2-ttbox h2 {
    display: inline-block;
    font-family: ngeb, 'NanumGothicExtraBold';
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    padding: 7px 0 0 0;
    margin: 0;
}
.m-img-bn-box-w {
    margin-top: 30px;
    text-align: center;
}
.m-img-bn-box {
    text-align: center;
    padding: 15px;
    min-height: 203px;
    cursor: pointer;
}
.m-bn-image {
    position: relative;
    width: 196px;
    height: 196px;
    border-radius: 50%;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.m-bn-image-1-z {
    margin: 0 auto;
    width: 196px;
    height: 196px;
    overflow: hidden;
    border-radius: 50%;
}
.m-bn-image-1 {
    background-image: url(../../images/m_bn_1.jpg);
}
.m-bn-image-2 {
    background-image: url(../../images/m_bn_2.jpg);
}
.m-bn-image-3 {
    background-image: url(../../images/m_bn_3.jpg);
}
.m-bn-image-4 {
    background-image: url(../../images/m_bn_4.jpg);
}
.overlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: .4s ease;
    background-color: rgba(0, 0, 0, 0.5);
}
.m-bn-text {
    font-family: ngeb, 'NanumGothicExtraBold';
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    display: inline-block;
    margin: 45% auto 55%;
}
.m-img-bn-box:hover .overlay {
    opacity: 1;
}
.m-img-bn-box:hover .m-bn-image-1,
.m-img-bn-box:hover .m-bn-image-2,
.m-img-bn-box:hover .m-bn-image-3,
.m-img-bn-box:hover .m-bn-image-4 {
    transform: scale(1.1)
}
.m-img-bn-box:hover .m-bn-tt,
.m-img-bn-box:hover .m-bn-ct-txt {
    color: rgba(0, 0, 0, 0.3);
}
.m-bn-tt {
    display: block;
    margin: 23px 0 7px 0;
    font-size: 18px;
    font-family: ngeb, 'NanumGothicExtraBold';
    line-height: 100%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.m-bn-ct-txt {
    display: block;
    font-size: 13px;
    line-height: 150%;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
/* 고객센터 */
.cts-cs {
    border: 1px solid #dbdbdb;
    padding: 15px;
}
.cs_tt {
    background-image: url(../../images/ptn_01.jpg);
    text-align: center;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    font-family: ngeb, 'NanumGothicExtraBold';
    padding: 6px 0 6px 0;
}
.cts-tel-in {
    font-size: 20px;
    font-family: ngeb, 'NanumGothicExtraBold';
    line-height: 1;
    border-bottom: 1px solid #d9d9d9;
    padding: 6px 0 13px 15px;
    margin-bottom: 10px;
}
.cts-tel-in a {
    color: #666;
}
.cts-cs-tel-t {
    display: inline-block;
    font-size: 15px;
    color: #818181;
    line-height: 1;
    border-right: 1px solid #d9d9d9;
    padding-right: 10px;
    margin-right: 9px;
    margin-top: 11px;
}
.cts-cs-time {
    font-size: 12px;
    line-height: 150%;
    display: inline-block;
    padding-left: 2px;
}
.m-de-line-1 {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #dedede;
}
/*** 컨텐츠-1단 ***/
/*** 컨텐츠-2단 ***/
#main-mr {
    background-image: url(../../images/bg_mr_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    padding-top: 65px;
    padding-bottom: 70px;
    margin: 64px 0 68px 0;
    position: relative;
}
.overlay-mr {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
}
.cts-2-ttbox2 {
    text-align: center;
}
.cts-2-ttbox2 h1 {
    display: inline-block;
    font-family: ngeb, 'NanumGothicExtraBold';
    vertical-align: top;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 13px 0 0;
    margin: 0 10px 0 0;
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}
.cts-2-ttbox2 h2 {
    display: inline-block;
    font-family: ngeb, 'NanumGothicExtraBold';
    vertical-align: top;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.7);
    line-height: 1;
    padding: 7px 0 0 0;
    margin: 0;
}
.m-img-bn-box-w-2 {
    margin-top: 40px;
}
.cppwww {
    margin: 0 38px;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}
.m-img-bn-box-2 {
    text-align: center;
    min-height: 203px;
    cursor: pointer;
}
.m-bn-image-22 {
    position: relative;
    width: 100%;
    height: 271px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
}
.m-bn-image-2-z {
    overflow: hidden;
}
.m-bn-image-2-1 {
    background-image: url(../../images/mii_1.jpg);
}
.m-bn-image-2-2 {
    background-image: url(../../images/mii_2.jpg);
}
.m-bn-image-2-3 {
    background-image: url(../../images/mii_3.jpg);
}
.m-bn-image-2-4 {
    background-image: url(../../images/m_bn_3.jpg);
}
.overlay-2 {
    position: absolute;
    top: 20px;
    bottom: 0;
    left: 73px;
    right: 73px;
    height: 271px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.5);
}
.m-bn-text-2 {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    display: inline-block;
    font-family: ngeb, sans-serif;
    margin-top: 122px;
	    border-left: none;
    border-right: none;
}
.m-img-bn-box-2:hover .overlay-2 {
    opacity: 1;
}
.m-img-bn-box-2:hover .m-bn-image-2-1,
.m-img-bn-box-2:hover .m-bn-image-2-2,
.m-img-bn-box-2:hover .m-bn-image-2-3,
.m-img-bn-box-2:hover .m-bn-image-2-4 {
    transform: scale(1.2)
}
.m-bn-tt-2 {
    display: block;
    margin: 15px 0 7px 0;
    font-size: 18px;
    font-family: ngeb, 'NanumGothicExtraBold';
    line-height: 100%;
    color: rgba(255, 255, 255, 0.8);
}
.m-bn-ct-txt-2 {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.7);
}
/*** 컨텐츠-2단 ***/
/*** 컨텐츠-3단 ***/
.cts-2-ttbox3 {
    text-align: center;
    margin: 0 0 5px 0;
}
.cts-2-ttbox3 h1 {
    display: inline-block;
    font-family: ngeb, 'NanumGothicExtraBold';
    vertical-align: top;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1px;
    color: #B0B0B0;
    padding: 0 13px 0 0;
    margin: 0 10px 0 0;
    border-right: solid 1px #dedede;
}
.cts-2-ttbox3 h2 {
    display: inline-block;
    font-family: ngeb, 'NanumGothicExtraBold';
    vertical-align: top;
    font-size: 16px;
    line-height: 1;
    padding: 7px 0 0 0;
    margin: 0;
}
#bottom-banner {
    margin-top: 60px;
    padding-bottom: 30px;
}
.mainmap {
    height: 350px;
    margin-top: 45px;
}
.main-add {
    margin-top: 50px;
}
.main-add h1 {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 21px;
    line-height: 1;
    letter-spacing: 5px;
    color: #959595;
    border-bottom: solid 1px #dedede;
    padding: 0 0 15px 5px;
}
.fftt-line-1 {
    display: block;
    line-height: 1.7;
    padding-top: 7px;
    padding-left: 5px;
}
.fftt-line-2 {
    display: block;
    padding-top: 15px;
    padding-left: 5px;
}
.fftt-line-3 {
    display: block;
    padding-top: 12px;
    padding-left: 5px;
}
.fftt-line-4 {
    display: block;
    padding-top: 12px;
    padding-left: 5px;
}
.ffbar {
    margin: 17px 0 25px;
    text-align: left;
}
.ffbarrr {
    display: block;
    width: 45px;
    background-color: #8B9EB8;
    height: 1px;
}
.fficco1 {
    font-size: 16px;
    display: inline-block;
    padding: 0 8px 0 0;
    vertical-align: top;
}
.fficco2 {
    font-size: 15px;
    display: inline-block;
    padding: 0 8px 0 0;
    vertical-align: top;
}
.fficco3 {
    font-size: 15px;
    display: inline-block;
    padding: 0 8px 0 0;
    vertical-align: top;
}
/*** 컨텐츠-3단 ***/
.vnccn-w {
    text-align: center;
    padding: 20% 0 0;
    color: #333;
}
.vnccn-2-1 {
    padding: 17px 60px 0;
    height: 55px;
    background-color: #E1EDE9;
    border: 2px solid #8DB8A9;
    border-left: none;
    border-right: none;
    font-size: 17px;
    color: #1B443B;
    font-family: ngeb, sans-serif;
    margin: 30px 0 50px;
    line-height: 1;
}
.vnccn-2-3 {
    line-height: 2;
}

.vnccn-1 {
    padding: 0 30px;
}