/***메인*슬라이더*s***/

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
}

.mtxx-1,
.mtxx-2 {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

/*슬리어더*높이*s*/

.slider-active .single-slider {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 600px;
    cursor: auto !important;
    background-color: #fff;
}

/*슬리어더*높이*e*/

/*******************/
.slider-taxt-1 {
    text-align: right;
    margin: 145px 115px 0 0;
}

.ttxx-w-1,
.txx-1,
.txx-2,
.txx-2-1,
.txx-2-2 {
    display: inline-block;
    vertical-align: top;
}

.ttxx-w-1 {
    text-align: left;
    line-height: 1;
}

.txx-1 {
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 17px;
    color: rgba(0, 0, 0, 0.7);
    padding: 0 0 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #3C2F19;
}

.txx-2-1 {
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 20px;
    color: #717630;
	    padding: 0 ;
}

.txx-2 {
    text-align: center;
    padding: 13px 15px 0 0;
}


.txx-2-2 {
    font-family: '나눔고딕', 'NanumGothic', ng, sans-serif !important;
    font-size: 80px;
    color: rgba(0, 0, 0, 0.6);
}
/*********************/
.slider-taxt {
    text-shadow: none;
    text-align: center;
    padding: 220px 0 0;
    line-height: 1;
}

.mtxx-1 {
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 86px;
    letter-spacing: 30px;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.6);
}

.mtxx-2 {
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 17px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 13px;
    padding: 12px 15px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.4);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.slide-caption_h1 {
    opacity: 0;
    -webkit-transition: all 2s ease 50ms;
    -moz-transition: all 2s ease 50ms;
    -ms-transition: all 2s ease 50ms;
    -o-transition: all 2s ease 50ms;
    transition: all 2s ease 50ms;
}

.slide-caption_h2,
.slide-caption_p {
    opacity: 0;
    -webkit-transition: all 2s ease 470ms;
    -moz-transition: all 2s ease 470ms;
    -ms-transition: all 2s ease 470ms;
    -o-transition: all 2s ease 470ms;
    transition: all 2s ease 470ms;
}

.slide-caption_h1 {
    margin-right: 70px;
}

.slide-caption_h2 {
    margin-left: 70px;
}

.owl-item.active .slide-caption_h1 {
    margin-right: 0
}

.owl-item.active .slide-caption_h2 {
    margin-left: 0;
}

.owl-item.active .slide-caption_h1,
.owl-item.active .slide-caption_h2,
.owl-item.active .slide-caption_p {
    opacity: 1;
}

/***메인*슬라이더*e***/

/*** 컨텐츠-1단 ***/

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

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

.m-img-bn-box {
    border: 1px solid #dbdbdb;
    padding: 15px;
    text-align: center;
    min-height: 203px;
    cursor: pointer;
}

.m-bn-image {
    position: relative;
    width: 100%;
    height: 91px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s ease;
}

.m-bn-image-1-z {
    overflow: hidden;
}

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

.overlay {
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 31px;
    right: 31px;
    height: 100%;
    height: 91px;
    opacity: 0;
    transition: .5s ease;
    background-color: rgba(0, 0, 0, 0.5);
}

.m-bn-text {
    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: 32px;
    border-left: none;
    border-right: none;
}

.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 {
    transform: scale(1.2)
}

.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: 15px 0 7px 0;
    font-size: 17px;
    font-family: ngeb, 'NanumGothicExtraBold';
    line-height: 1;
}

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

/*고객센터-메인*s*/

.cts-cs {
    border: 1px solid #dbdbdb;
    padding: 15px 15px 0;
    text-align: center;
    min-height: 203px;
}

.cts-cs a {
    color: #666;
}

.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';
    border-bottom: 1px solid #d9d9d9;
    padding: 12px 0;
    margin-bottom: 12px;
}

.tel-www-3,
.telww-1,
.cts-cs-tel-t,
.cts-cs-tel-t-1,
.cts-cs-tel-t-2,
.cts-cs-tel-t-3,
.cts-cs-time {
    display: inline-block;
    vertical-align: top;
}

.tel-www-3 {
    text-align: left;
    line-height: 1;
}

.telww-2 {
    height: 7px;
}

.cts-cs-tel-t,
.cts-cs-tel-t-2 {
    font-size: 16px;
    color: #818181;
    border-right: 1px solid #d9d9d9;
    margin-right: 6px;
    width: 34px;
    padding: 2px 0 0;
    height: 19px;
}

.cts-cs-tel-t {
    letter-spacing: 1px
}

.cts-cs-tel-t-2 {
    letter-spacing: -1px;
}

.cts-cs-tel-t-1 {
    letter-spacing: 0;
}

.cts-cs-tel-t-3 {
    letter-spacing: 0;
}

.cts-cs-time {
    font-size: 12px;
    line-height: 1.5;
    text-align: left;
}

/*고객센터-메인*e*/

.m-de-line-1 {
    margin-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #dedede;
}

/*** 컨텐츠-1단 ***/

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

#cts-1 {
    margin-bottom: 50px;
}

/*메인게시판추출*s*/

#cts-1 .nav-tabs {
    border-bottom: 1px solid #d9d9d9;
}

#cts-1 .nav-tabs > li.active > a,
#cts-1 .nav-tabs > li.active > a:hover,
#cts-1 .nav-tabs > li.active > a:focus {
    font-family: ngeb, 'NanumGothicExtraBold';
    color: #666;
    font-size: 15px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    cursor: default;
    margin-left: 6px;
}

#cts-1 .nav-tabs > li > a {
    font-family: ngeb, 'NanumGothicExtraBold';
    color: #999;
    margin-right: 0;
    font-size: 15px;
    line-height: 1;
    border-radius: 0;
    margin-left: 6px;
}

#cts-1 .nav-tabs > li > a:hover {
    background-color: #fff;
    border: solid 1px #fff;
    border-bottom-color: #d9d9d9;
}

#cts-1 .nav > li > a {
    padding: 9px 15px 11px;
}

.cts-1-news {
    padding: 13px 0 0 5px;
}

.cts-1-news > table.board_output > tbody > tr > td > table.board_output > tbody > tr {
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.cts-1-news > table.board_output > tbody > tr > td > table.board_output > tbody > tr:hover {
    opacity: 0.5;
}

/*메인갤러리추출*s*/

.main-line-m1000 {
    margin-top: 18px;
    margin-bottom: 25px;
    border-top: 1px solid #d9d9d9!important;
}

.gl-main {
    border-left: 1px solid #d9d9d9;
    min-height: 174px;
    padding: 7px 0 0 22px;
}

.gl-main > table.board_output > tbody > tr > td > table.board_output > tbody > tr > td > table {
    width: 100%!important;
}

.board_output_gallery_img {
    text-align: center;
}

.board_output_gallery_img img {
    width: 160px;
    height: 160px;
    transition: 0.3s all ease;
    -webkit-transition: 0.3s all ease;
    -moz-transition: 0.3s all ease;
    -ms-transition: 0.3s all ease;
    -o-transition: 0.3s all ease;
}

.board_output_gallery_img img:hover {
    opacity: 0.5;
}

/*메인갤러리추출*e*/

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

/*** 패럴랙스 ***/

#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: 40px;
    padding-bottom: 40px;
}

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

.mr-bn-img-box {
    height: 160px;
    width: 78%;
    background-image: url(../../images/mr_img_1.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.mr-bn-img-box2 {
    display: inline-block;
    width: 100%;
    padding: 30px 20px 0 0;
    cursor: pointer;
    transition: .5s ease;
}

.mr-bn-img-box2:hover {
    opacity: 0.4;
}

.mr-bn-img-box2 h1 {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 17px;
    margin-top: 0;
    color: #fff;
}

.tt-border {
    width: 79px;
    height: 1px;
    display: inline-block;
    background-color: #F1D492;
}

.mr-bn-img-box2 P {
    font-size: 14px;
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.8);
}

/*** 패럴랙스 ***/

/*** 하단롤링배너 ***/

#bottom-banner {
    margin-top: 50px;
}

.bb-area {
    padding: 0 50px;
    cursor: auto !important;
}

.bbrb-txt-w {
    padding: 0 0 20px
}

.bbrb-img-s {
    padding: 0;
}

.bb-area .item {
    padding: 0;
}

.bbrb-img {
    width: 100%;
    height: 300px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bbrb-txt-w {
    padding: 0 30px 0 15px;
}

.bbrb-txt-w h1 {
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 28px;
    color: #b2b2b2;
    line-height: 1;
    margin-bottom: 10px;
}

.bbrb-txt-info {
    font-size: 17px;
    color: #4c4c4c;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    line-height: 1;
    margin-bottom: 10px;
    padding-left: 1px;
}

.bbrb-txt-w p {
    font-size: 15px;
    line-height: 2;
    padding-left: 3px;
    min-height: 100px;
}

.tt-border2 {
    width: 70px;
    height: 1px;
    display: block;
    margin: 20px 0;
    background-color: #7f7f7f;
}

.btn-m-lg {
    font-size: 15px;
    color: #999;
    display: inline-block;
    padding: 6px 10px;
    line-height: 15px;
    border: solid 1px #d9d9d9;
    cursor: pointer;
    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;
}

.btn-m-lg:hover {
    color: #fff;
    background: #d9d9d9;
}

.bb-area .owl-nav div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.bb-area .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

/*** 하단롤링배너 ***/