/*** 캐러셀 ***/

.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;
    background-color: #D4D5D7;
    text-align:center;
    width: 100%;
    height: 600px;
    cursor: auto !important;
}

.slider-taxt {
    display: inline-block;
    line-height: 1;
    text-align: center;
    margin: 245px 0 0 0;
}

.slider-taxt h1 {
    display: inline-block;
    font-family: ngb, 'NanumGothicBold';
    color: rgba(255, 255, 255, 0.7);
    font-size: 45px;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
}

.slider-taxt h2 {
    display: inline-block;
     font-family: ngb, 'NanumGothicBold';
    color: rgba(255, 255, 255, 0.8);
    font-size: 25px;
    margin: 13px 0 0 0;
    padding: 0 10px 0;
    border-left: solid 1px rgba(255, 255, 255, 0.3);
    border-right: solid 1px rgba(255, 255, 255, 0.3);
}


.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;
}

/*** 캐러셀 ***/

#cts-2 {
    margin-top: 10px;
}

.m-img-bn-box-w-2 {
    margin-top: 40px;
}

.cppwww {
    margin: 0 0;
    padding: 10px 10px 17px;
    border: solid 1px #dedede;
}

.cppwww2 {
    margin: 0 0;
    padding:  15px 20px 13px;
    border: solid 1px #dedede;
}

.m-img-bn-box-2 {
    text-align: center;
    cursor: pointer;
}

.m-bn-image-22 {
    position: relative;
    width: 100%;
    height: 73px;
    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;
}

.overlay-2 {
    position: absolute;
    top: 11px;
    bottom: 0;
    left: 26px;
    right: 26px;
    height: 73px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.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-text-2 {
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: white;
    font-size: 12px;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 800;
    margin-top: 23px;
}

.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: 17px 0 3px 0;
    font-size: 16px;
    font-family: ngeb, 'NanumGothicExtraBold';
    line-height: 100%;
    color: #666;
    letter-spacing: -0.5px
}

.m-bn-ct-txt-2 {
    display: block;
    font-size: 13px;
    line-height: 1.5;
    color: #666;
}

/*** 컨텐츠-2단 ***/

.csm {
    text-align: center;
    line-height: 1;
    font-size: 11px;
}

.csm h1 {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 19px;
    line-height: 1;
    color: #828282;
    margin: 0;
    padding: 0 0 9px 0;
    border-bottom: solid 1px #A7A7A7;
}

.telno-wr {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 20px;
    padding: 10px 0 9px;
    letter-spacing: -0.5px;
    border-bottom: solid 1px #D3D1D1;
}

.telno-wr .telno-tt {
    color: #828282;
    letter-spacing: 0;
    padding-right: 10px;
    font-size: 16px;
    margin-right: 10px;
    border-right: solid 1px #BFBFBF;
}

.telti-txt {
    line-height: 1.5;
    text-align: left;
    padding: 10px 0 0 15px;
    display: block;
}

.cs-line {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #D3D1D1;
}

.mmhwbtn {
    display: inline-block;
    padding: 8px 30px;
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 15px;
    color: #666;
    border: solid 1px #C2C2C2;
    background-color: #fff;
    border-radius: 1px;
    cursor: pointer;
    margin-top: 15px;
    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;
}

.mmhwbtn:hover {
    color: #fff;
    border: solid 1px #C2C2C2;
    background-color: #C2C2C2;
}