/*** 캐러셀 ***/

.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: 670px;
    cursor: auto !important;
}

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

.slider-taxt h1 {
    display: inline-block;
    font-family: ngb, 'NanumGothicBold';
    color: #015DB4;
    font-size: 81px;
    letter-spacing: 1px;
    padding-left: 1px;
    margin: 0;
    padding: 0;
    font-weight: normal!important;
}

.slider-taxt h2 {
    display: inline-block;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 17px;
    font-weight: normal!important;
    margin: 8px 0 0 0;
    padding: 18px 50px 0;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
}

/*** 캐러셀 ***/

/* 1 섹션 시작 */

#mcw-n1 {
    padding: 100px 0 100px;
	border-top: solid 1px #E7E7E7;
	    background-image: url(../../images/si_bg_1s_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;

}

.mc11-tt-w {
    text-align: center;
    margin-bottom: 30px;
}

.mc11-tt-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    letter-spacing: -1px;
    padding-left: -1px;
    font-size: 40px;
    color: #666;
}

.mc11-tt-2 {
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 17px;
    color: #ADADAD;
}

.box-cm1-w {
    margin-top: 30px;
    text-align: center;
    line-height: 1;
}

.box-cm1-w-1 {
    text-align: center;
    padding: 15px;
    cursor: pointer;
}

.box-cm1-over {
    margin: 0 auto;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    overflow: hidden;
}

.box-cm1-img-w {
    position: relative;
    width: 210px;
    height: 210px;
    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;
}

.bc-img-1 {
    background-image: url(../../images/box-cm1_1.jpg);
}

.bc-img-2 {
    background-image: url(../../images/box-cm1_2.jpg);
}

.bc-img-3 {
    background-image: url(../../images/box-cm1_3.jpg);
}

.bc-img-4 {
    background-image: url(../../images/box-cm1_4.jpg);
}

.bc-ovlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.5);
    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;
}

.box-cm1-txt-1 {
    display: block;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 18px;
    color: #666;
    margin: 37px 0 15px 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;
}

.box-cm1-txt-2 {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    transition: 0.5s all ease;
    margin-bottom: 30px;
    -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-v1m {
    display: inline-block;
    padding: 8px 14px 8px 15px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 11px;
    color: #666;
    line-height: 1;
    letter-spacing: 1px;
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
}

.box-cm1-w-1:hover .bc-ovlay {
    opacity: 1;
}

.box-cm1-w-1:hover .bc-img-1,
.box-cm1-w-1:hover .bc-img-2,
.box-cm1-w-1:hover .bc-img-3,
.box-cm1-w-1:hover .bc-img-4 {
    transform: scale(1.2)
}

.box-cm1-w-1:hover .box-cm1-txt-1,
.box-cm1-w-1:hover .box-cm1-txt-2 {
    color: rgba(0, 0, 0, 0.3);
}

.box-cm1-w-1:hover .btn-v1m {
    padding: 8px 30px 8px 31px;
    color: #ccc;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

/* 1 섹션 끝 */

/* 2 섹션 시작 */

.scbim1-w {
    background-image: url(../../images/scbim1_1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-attachment: fixed;
    height: 249px;
    position: relative;
}

.scbim1-1 {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 249px;
    z-index: 1;
}

.scbim1-2 {
    text-align: center;
    width: 100%;
    position: absolute;
    margin-top: 105px;
    line-height: 1;
    z-index: 2;
}

.scbim1-2-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
    font-size: 17px;
    color: #DAE5F5;
    padding: 10px 20px 10px;
    border-top: solid 1px rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.4);
}

/* 2 섹션 끝 */

/* 3 섹션 s */

#mcw2-n1 {
    padding: 60px 0 80px;
}

.box-cm12-w {
    margin-top: 30px;
    text-align: center;
    line-height: 1;
}

.box-cm12-w-1 {
    cursor: pointer;
}

.box-cm12-img-w {
    margin: 0 auto;
    width: 280px;
    height: 361px;
    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;
}

.bc-img2-1 {
    background-image: url(../../images/box-cm12_1.jpg);
}

.bc-img2-2 {
    background-image: url(../../images/box-cm12_2.jpg);
}

.bc-img2-3 {
    background-image: url(../../images/box-cm12_3.jpg);
}

.bc-img2-4 {
    background-image: url(../../images/box-cm12_4.jpg);
}

.bc2-ovlay {
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
    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;
}

.box-cm12-txt-1 {
    display: block;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 18px;
    color: #666;
    margin: 37px 0 15px 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;
}

.box-cm12-txt-2 {
    display: block;
    font-size: 15px;
    line-height: 1.5;
    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-v1m2 {
    display: inline-block;
    padding: 8px 14px 8px 15px;
    margin-top: 166px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 11px;
    color: #fff;
    line-height: 1;
    letter-spacing: 1px;
    border-top: solid 1px rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}

.box-cm12-w-1:hover .bc2-ovlay {
    opacity: 1;
}

.box-cm12-w-1:hover .box-cm12-txt-1,
.box-cm12-w-1:hover .box-cm12-txt-2 {
    color: rgba(0, 0, 0, 0.3);
}

.box-cm12-w-1:hover .btn-v1m {
    padding: 8px 30px 8px 31px;
    color: #ccc;
    border-top: solid 1px rgba(0, 0, 0, 0.3);
    border-bottom: solid 1px rgba(0, 0, 0, 0.3);
}

/* 3 섹션 e */

/* 5섹션 타이틀 시작 */

#vptssa1 {
    padding: 100px 0 70px;
}

.vptssa1-w {
    text-align: center;
}

.vptssa1-1 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    letter-spacing: -1px;
    padding-left: -1px;
    font-size: 38px;
    color: #666;
    padding: 10px 0 0 0;
    line-height: 1;
}

.accrrbar {
    display: block;
    width: 55px;
    height: 1px;
    background-color: #333;
    margin: 21px auto 22px;
}

.vptssa1-2 {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    padding: 3px 10px 3px 20px;
    border-left: solid 1px rgba(0, 0, 0, 0.2);
    margin-left: 20px;
    line-height: 2;
    font-size: 13px;
}

.vptssa1-2-12 {
    display: inline-block;
    vertical-align: top;
    line-height: 1.6;
}

.c-d-a-1,
.c-d-a-2 {
    font-family: '나눔고딕', 'NanumGothic', ng, sans-serif;
    padding: 0 10px;
    color: rgba(0, 0, 0, 0.4);
    font-size: 13px;
}

/* 5섹션 타이틀 끝 */

/* 5섹션 시작 */

#mcw5-5 {
    height: 350px;
}

/* 5섹션 끝 */

.addf-1 ul,
.addf-2 ul,
.addf-3 ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.addf-1 li,
.addf-2 li,
.addf-3 li {
    margin: 0;
    padding: 0;
    float: left;
}

/* 5섹션 끝 */


/* 8섹션 시작 */

#mcw-2 {
    padding: 60px 0
}

.md-wbr1 {
    border-right: solid 1px #dedede;
    /*min-height: 210px;*/
}

.ic-vmi1-w {
    text-align: center;
    padding: 10px 0 13px;
    line-height: 1;
    cursor: pointer;
}

.ic-vmi1-1 {
    display: block;
    /*padding-top: 27px;*/
    margin: 0 auto;
}

.ic-vmi1-1 img {
    max-width: 100%;
    height: auto;
}

.ic-vmi1-2 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 17px;
    color: #4c4c4c;
    line-height: 1;
    /*margin: 30px 0 0 0;*/
    margin: 10px 0 0;
}

.ic-vmi1-3 {
    display: block;
    vertical-align: top;
    width: 20%;
    height: 1px;
    margin: 11px auto 11px;
    background-color: rgba(0, 0, 0, 0.35);
}

.ic-vmi1-5 {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    line-height: 1.3;
}

.ic-vmi1-w:hover .ic-vmi1-3 {
    width: 35%;
    background-color: rgba(0, 0, 0, 0.5);
}

.ic-vmi1-w:hover .ic-vmi1-2,
.ic-vmi1-w:hover .ic-vmi1-5 {
    color: #ccc;
}

/****/

/*** 뉴스추출***/

.mb1ex-w {
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 20px 20px;
}

.mb1ex-1 {
    line-height: 1;
    border-bottom: solid 1px #dedede;
    padding-bottom: 9px;
}

.mb1ex-2 {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 15px;
    color: #4c4c4c;
    padding-left: 4px;
}

.mb1ex-3 {
    display: inline-block;
    vertical-align: top;
    width: 40%;
    text-align: right;
}

.mb1ex-5 {
    display: inline-block;
    vertical-align: top;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 11px;
    margin: 3px 3px 0 0;
    color: #A1A1A1;
    cursor: pointer;
}

.mb1ex-6 {
    padding: 15px 0 0 5px;
    line-height: 2;
    font-size: 13px;
}

/*뉴스추출*/

/*고객센터**/

.cs1-w {
    background-color: rgba(255, 255, 255, 1);
    padding: 14px 25px 18px;
}

.cs1-1 {
    text-align: center;
    line-height: 1;
}

.cs1-1 h1 {
    font-family: ngb, 'NanumGothicBold', sans-serif;
    letter-spacing: -0.5px;
    font-size: 15px;/*18px*/
    line-height: 1;
    color: #4c4c4c;
    margin: 0;
    padding: 0;
}

.cs1-line-1 {
    margin-top: 11px;
    margin-bottom: 9px;
    border-top: 1px solid #A7A7A7;
}

.cs1-2 {
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 19px;
    color: #595959;
    padding: 0;
    letter-spacing: -0.5px;
}

.cs1-3 {
    font-family: ngb, 'NanumGothicBold', sans-serif;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #4c4c4c;
    padding: 0 10px 0 0;
    margin: 2px 10px 0 0;
    border-right: solid 1px #BFBFBF;
}

.cs1-line-2 {
    margin-top: 10px;
    margin-bottom: 9px;
    border-top: 1px solid #dedede;
}

.cs1-5 {
    display: inline-block;
    font-size: 11px;
    line-height: 1.5;
    text-align: left;
    /*margin-right: 21px;*/
}

.cs1-5-1 {
    font-family: ngeb, 'NanumGothicExtraBold', sans-serif;
}

.cs1-line-3 {
    margin-top: 8px;
    margin-bottom: 15px;
    border-top: 1px solid #dedede;
}

.csb1-w {
    display: inline-block;
    padding: 7px 25px 0;
    height: 30px;
    font-family: ngb, 'NanumGothicBold', sans-serif;
    font-size: 13px;
    line-height: 1;
    border: solid 1px #CECECE;
    background-color: #fff;
    color: #4c4c4c;
    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;
}

/* Safari 7.1+ */

/* Safari 7.1+ */

_::-webkit-full-page-media,
_:future,
:root .csb1-w {
    height: 28px;
}

.csb1-w:hover {
    color: #fff;
    border: solid 1px #C5C5C5;
    background-color: #C5C5C5;
}

/*고객센터**/

/* 8섹션 끝 */
.acount {text-align: center;}
.acount h1 {text-align: center;margin: 0 auto 5px;}
.acount .cs1-2 {font-size: 17px;}
.acount .cs1-3 {font-weight: normal; font-size: 11px; line-height: 1.5; padding: 0 7px 0 0; 
    margin: 0px 6px 0 0; border: 0;}


.m_banner .tenax {margin: 0 auto 5px;}
.m_banner .tenax a {display: block; padding: 7px 5px; text-align: center; border: 1px solid #a7a7a7; border-radius: 10px;font-size: 12px; color: #444; font-weight: 600;}
.m_banner .tenax a strong {display: inline-block; background: #e20018; padding: 0px 5px; text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; font-size: 15px; color:#0064af; }
.m_banner .tenax a span { font-size: 11px; display: inline-block; background: #0064af; color: #fff; padding: 2px; border-radius: 50px;}