/*** 캐러셀 ***/

.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: #222;
}

.slider-taxt {
    text-shadow: 1px 1px 1px #333; /*text-shadow: none;*/
    text-align: center;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=90);/*50*/
    opacity: 0.9;/*0.5*/
}

.slider-taxt h1 {
    display: inline-block;
    color: #fff;
    margin: 298px 0 0 0px;
    font-size: 65px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 2px;/*20px*/
    padding: 0 0 0 13px;
}

.slider-taxt h2 {
    display: block;/*inline-block*/
    font-family: ngeb, 'NanumGothicExtraBold';
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 15px 0 0 6px;/*7px 0 0 6*/
    padding: 0;
    vertical-align: middle;
}
.slider-taxt h2 img {max-width: 211px; height: auto; display: inline-block !important; vertical-align: middle; margin-top: -3px;
}

/*** 텍스트 에니메이션
.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;

}

.overlay-mr222 {
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.25;
}

.cts-2-ttbox2 {
    text-align: center;
    margin-bottom: 40px;
}

.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: 65px;
    right: 65px;
    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-weight: 600;
    margin-top: 122px;
}

.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단 ***/


.m_product {width: 100%; text-align: center; margin-bottom: 10px;}
.m_product .mp0 {display: inline-block; /*float: left;*/ width: 33%; padding: 0 3px;}
.m_product .mp0 .mp0_in {background: rgba(0,0,0,0.5); padding: 0 0 10px;}
.m_product .mp0 h5 {color: #fff; margin:10px 0;} 
.m_product .mp0 a { display: block; width: 100%; overflow: hidden;position: relative;border: 1px solid rgba(256,256,256,0.8)}
.m_product .mp0 a img {width: 100%; height: auto; vertical-align: middle; -webkit-transition: all .3s ease-out 0s; -moz-transition: all .3s ease-out 0s; -o-transition: all .3s ease-out 0s; -ms-transition: all .3s ease-out 0s;}
.m_product .mp0 a:hover img {transform: scale(1.1);-webkit-transform: scale(1.1,1.1); -moz-transform: scale(1.1,1.1); -o-transform: scale(1.1,1.1); -ms-transform: scale(1.1,1.1);}
.m_product .mp0 .image_hover { background-color: #000; background-color: rgba(0,0,0,0.3); position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: inline-block; z-index: 200; opacity: 0; filter: alpha(opacity=0); visibility: visible; -webkit-transition: opacity .4s; -moz-transition: opacity .4s; -o-transition: opacity .4s; -ms-transition: opacity .4s;}
.m_product .mp0 span.text_holder { position: absolute; bottom: 0; left: 0; width: 100%; height: 100%; display: inline-block; text-align: center; vertical-align: middle; z-index: 300; opacity: 0; filter: alpha(opacity=0); visibility: visible;}
.m_product .mp0:hover .image_hover,
.m_product .mp0:hover span.text_holder{ opacity: 1; filter: alpha(opacity=100);}
.m_product .mp0 span.text_holder span { display: table; text-align: center; vertical-align: middle; width: 100%; height: 100%;}
.m_product .mp0 span.text_holder span span{ display: table-cell; text-align: center; vertical-align: middle; width: 100%; height: 100%;}
.m_product:after {display: block; content: ""; clear: both; }
