/***** 메인 케러셀 S *****/

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

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

/* 메인 캐러셀 텍스트 S */

.slider-taxt h1 {
    margin: 260px 0 0 0;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1;
    letter-spacing: 7px;
    padding: 0 0 0 7px;
}

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

.slider-taxt P {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.4);
    line-height: 1.4;
    margin-top: 12px;
}

/* 메인 캐러셀 텍스트 E */

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

/***** 메인 케러셀 E *****/

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

/* 게시판 추출 S */

#cts-1 {
    margin-top: 30px;
    padding-right: 30px;
}

#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.active > a,
#cts-1 .nav-tabs > li.active > a:hover,
#cts-1 .nav-tabs > li.active > a:focus {
    background-color: #fff!important;
}

#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: 18px 0 0 5px;
    line-height: 2;
    font-size: 14px;
}

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

/* 게시판 추출 E */

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

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

.mc-dl-1 {
    min-height: 202px;
    border-right: solid 1px #dedede;
}

.m-img-bn-box {
    text-align: center;
    padding: 16px 20px 16px;
    margin: 0;
    cursor: pointer;
}

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

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

.overlay {
    position: absolute;
    top: 16px;
    bottom: 0;
    left: 35px;
    right: 35px;
    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: #fff;
    font-size: 12px;
    padding: 4px 8px;
    display: inline-block;
    font-weight: 600;
    margin-top: 32px;
}

.m-bn-tt {
    display: block;
    margin: 15px 0 7px 0;
    font-size: 17px;
    font-family: "Malgun Gothic","맑은 고딕";
    line-height: 1;
	font-weight: 600;
}

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

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

/* 고객센터 S */

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

.cs_tt {
    background-image: url(../../images/ptn_01.jpg);
    font-family: "Malgun Gothic","맑은 고딕";
    font-size: 18px;
    color: #fff;
    padding: 6px 0 6px 0;
    margin-bottom: 13px;
	font-weight: 600;
}

.cts-tel-in {
    display: inline-block;
    font-family: "Malgun Gothic","맑은 고딕";
    font-size: 20px;
    text-align: left;
}

.cts-tel-in a {
    color: #666;
}

.cts-cs-tel-t {
    display: inline-block;
    font-size: 15px;
    color: #818181;
    letter-spacing: 0.8px;
    border-right: 1px solid #d9d9d9;
    padding-right: 8px;
    margin-right: 9px;
}

.cts-cs-tel-f {
    display: inline-block;
    font-size: 15px;
    letter-spacing: -0.3px;
    color: #818181;
    border-right: 1px solid #d9d9d9;
    padding-right: 8px;
    margin-right: 9px;
}

.cs-nnb {
    letter-spacing: 0;
}

.cs-nfb {
    letter-spacing: 0;
}

.cts-nc-h-cs {
    height: 4px;
    vertical-align: top
}

.mcs-line {
    margin-top: 12px;
    margin-bottom: 12px;
    border-top: 1px solid #d9d9d9;
}

.cts-cs-time {
    display: inline-block;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    padding-right: 17px;
}

/* 고객센터 E */

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

/*****  라인 S *****/

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

/*****  라인 E *****/

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

#mct-1 {
    margin-top: 50px;
}

/* 박스배너-2-1-S */

.bx2sbs-n1-ibx img {
    max-width: 100%;
    height: auto;
}

.bx2sbs-n1-tbx-w {
    padding: 12px 50px 0 0;
    cursor: pointer;
}

.bx2sbs-n1-tbx-1 {
    font-family: "Malgun Gothic","맑은 고딕";
    font-size: 17px;
    line-height: 1;
    color: #818181;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
    margin-bottom: 10px;
	font-weight: 600;
}

.bx2sbs-n1-tbx-2 {
    line-height: 1.8;
}

.bx2sbs-n1-tbx-3 {
    text-align: right;
}

.bx2sbs-n1-gobtn {
    display: inline-block;
    vertical-align: top;
    font-family: "Malgun Gothic","맑은 고딕";
    font-size: 11px;
    line-height: 1;
    color: #818181;
    padding: 10px 5px;
    cursor: pointer;
}

.bx2sbs-n1-tbx-w:hover {
    opacity: 0.5;
}

/* 박스배너-2-1-E */

/* 박스배너-1-S */

.bx-io-n1-ww {
    border-right: solid 1px #dedede;
    min-height: 165px;
}

.bx-io-n1-w {
    text-align: center;
    cursor: pointer;
}

.bx-io-n1-pl {
    padding: 14px 20px 0 0;
}

.bx-io-n1-pr {
    padding: 14px 0 0 20px;
}

.ofh {
    overflow: hidden;
}

.bx-io-n1-1 {
    position: relative;
    width: 100%;
    height: 103px;
    overflow: hidden;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.bx-io-n1-img-1 {
    background-image: url(../../images/bxio_n1_img_1.jpg);
}

.bx-io-n1-img-2 {
    background-image: url(../../images/bxio_n1_img_2.jpg);
}

.bx-io-n1-ovly {
    position: absolute;
    top: 14px;
    height: 103px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.bx-io-n1-ovpl {
    left: 15px;
    right: 35px;
}

.bx-io-n1-ovpr {
    left: 35px;
    right: 15px;
}

.bx-io-n1-ov-txt {
    font-family: "Malgun Gothic","맑은 고딕";
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #fff;
    font-size: 12px;
    padding: 4px 8px;
    display: inline-block;
    margin-top: 38px;
}

.bx-io-n1-txb {
    font-family: "Malgun Gothic","맑은 고딕";
    font-size: 15px;
    margin-top: 11px;
	font-weight: 600;
}

.bx-io-n1-w:hover .bx-io-n1-ovly {
    opacity: 1;
}

.bx-io-n1-w:hover .bx-io-n1-img-1,
.bx-io-n1-w:hover .bx-io-n1-img-2 {
    transform: scale(1.2)
}

.bx-io-n1-w:hover .bx-io-n1-txb {
    color: rgba(0, 0, 0, 0.3);
}

/* 박스배너-1-E */

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




/**********팝업추가코딩*********************/

#divpop {
    position: absolute;
    left: 15px;
    top: 130px;
    z-index: 200;
    visibility: hidden;
    border: solid 1px #12224C;
    background-color: #cd193b;
	color:#fff;
}

.pop-1 {
    width: 400px;
    /*height: 420px;*/
    /*padding: 20px 20px;*/
    text-align: center;
}

.pop-1-1 {
    display: block;
    height: 34px;
    background-color: #333;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    color: #fff;
    font-size: 14px;
    padding-top: 2px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}

.popimg-w {
    margin-bottom: 20px;
	margin-top: 20px;
}

.popimg-w img {
    max-width: 100%;
}

.pop-1-2 {
    line-height: 1.7;
}

.pop-2 {
    height: 34px;
	background: #893444;
	line-height: 200%;
}

.pop-2 {
    text-align: right;
    padding-right: 20px;
}

.pop-2-1 {
    display: inline-block;
    /*vertical-align: top;*/
    padding: 0;
    /*line-height: 1;*/
}

.pop-2-2 {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 7px 0 0 5px;
}

.pop-2-2 a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-decoration: none;
}

.pop-2-2 a:link,
.pop-2-2 a:hover {
    text-decoration: none;
}