/*** 캐러셀 ***/

.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: 600px;
    cursor: auto !important;
    background-color: #333;
}



.slider-taxt {
    text-shadow: none;
    text-align: center;
    line-height: 1;
}

.slider-taxt h1 {
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 70px;
    color: rgba(255, 255, 255, 0.8);
    margin: 185px 0 8px 0;
    padding: 0;
}

.slider-taxt h2 {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
    padding: 0;
}

.slider-taxt P {
    font-size: 13px;
    color: rgba(255, 255, 255, 1);
    margin: 17px 0 15px 0;
    padding: 0;
	 line-height: 1.7;
}

.maattx-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 17px;
    color: rgba(255, 255, 255, 1);
    padding: 12px 28px 12px;
	 background-color:  rgba(23, 69, 125, 0.6);
    border-top: solid 2px #17457D;
    border-bottom: solid 2px #17457D;
}



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

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












/* 고객센터 */

.ssccr-w,
.ssccr-1,
.ssccr-1-1,
.ssccr-1-2,
.ssccr-2,
.ssccr-2-1,
.ssccr-2-2,
.ssccr-5,
.ssccr-7 {
    display: inline-block;
    vertical-align: top;
}

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

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

.ssccr-w {

 text-align: left;
    font-family: ngeb, 'NanumGothicExtraBold';
    line-height: 1;
    padding: 7px 0 7px 0;
    margin: 0 0 0 0;

}

.ssccr-1 {   margin-bottom: 5px;	 }

.ssccr-1-1 {
width:31px;
    font-size: 15px;
    color: #818181;
	padding: 1px 0 2px 0;
    margin: 0 3px 0 0;
			  letter-spacing: 2px;
    border-right: 1px solid #d9d9d9;
}

.ssccr-1-2 {
    font-size: 18px;
    color: #666;
		  letter-spacing: -0.8px;
}

.ssccr-2 {	  }

.ssccr-2-1 {
width:31px;
    font-size: 15px;
    color: #818181;
	padding: 1px 0 2px 0;
    margin: 0 3px 0 0;
    border-right: 1px solid #d9d9d9;
}

.ssccr-2-2 {
    font-size: 18px;
    color: #666;
}

.ssccr-5 {
padding:5px 0 5px;
 text-align: left;
    font-size: 11px;
    line-height: 1.5;
}

.ssccr-3 {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #dedede;
}

.ssccr-6 {
    margin-top: 0;
    margin-bottom: 0;
    border-top: 1px solid #dedede;
}

.ssccr-7 {
    height: 34px;
    padding: 8px 30px 0;
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 15px;
    line-height: 1;
    border: solid 1px #D1BC00;
    background-color: #F9E000;
    color: #3B1E1E;
    cursor: pointer;
    margin: 10px 0 0 0;
    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;
}

.ssccr-7:hover {
    border: solid 1px #3B1E1E;
    background-color: #3B1E1E;
    color: #F9E000;
}


















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

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

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

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

#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: 14px;
    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: 14px;
    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: 10px 15px;
}

.cts-1-news {
    padding: 15px 0 0 5px;
    line-height: 2;
    font-size: 14px;
}

.main-line-m1000 {
    display: none;
}

/*** 컨텐츠-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: 40px;
    padding-bottom: 40px;
}

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

.mr-bn-img-box {
    height: 160px;
    background-image: url(../../images/mr_img_2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	margin: 0 26px 0 0;
}





.mr-bn-img-box2 {
    padding: 27px 0 0 10px;
    line-height: 1;
    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;
		padding: 0;
	margin:0;
    color: #fff;
}

.tt-border {
    width: 35px;
    height: 1px;
    display: block;
	margin:15px 0 15px;
    background-color: rgba(255, 255, 255, 1);
}

.mr-bn-img-box2 P {
    font-size: 14px;
	    line-height: 1.5;
    color: rgba(255, 255, 255, 0.6);
}






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

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

#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 20px 20px
}

.bbrb-txt-w h1 {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 32px;
    line-height: 1;
	    color: #8796BC;
    margin-bottom: 8px;
}

.bbrb-txt-info {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 17px;
    color: #333;
    letter-spacing: 3px;
    line-height: 1;
    padding-left: 15px;
}

.bbrb-txt-w p {
    font-size: 14px;
    line-height: 1.6;
}

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

.btn-m-lg {
    font-family: ngeb, 'NanumGothicExtraBold';
    font-size: 11px;
    color: #666;
	    height: 33px;
    display: inline-block;
    padding: 8px 18px 0;
    line-height: 15px;
    border: solid 1px #ccc;
    margin: 15px 0 0 1px;
    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: #ccc;
}

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

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

/*** 게시판 추출 ***/

.bd_out1 {
    padding: 4px 0;
    line-height: 1.5;
}

.board_output_gallery_img {
    text-align: center;
}

.board_output_gallery_img img {
    max-width: 88%;
    height: auto!important;
    margin: 0
}

/**************/


.ssux-1 {
    min-height: 115px;
}

.ssux-1 table {
    width: 100%;
    word-break: break-all;
    line-height: 1.6;
}



.ssux-1 td {
    padding: 4px 0;
    vertical-align: top;
}


.ssux-1-1 {
    width: 10px
}


.ssux-1-2 {
    font-family: ngeb, 'NanumGothicExtraBold';
    width: 30px
}



.ssux-1-3 {
    width: 10px
}