html, body {    height: 100%;}

/* etc */

html {    overflow-x: hidden}
.row-offcanvas {    height: 100%;}
a {    color: #000;}

/*@media(min-width:1170px) {*/
@media(min-width:1280px) {
    .container {        width: 1170px;    }
}
@media(max-width:1279px) {
    .container {        width: auto;    }
}

.js-parallax {z-index: -1;background-position: 50% 0;background-size:cover!important;background-repeat: no-repeat;background-attachment: fixed;}

/* header */
#headerWrap {overflow: hidden;position: absolute;left: 0;top: 0;z-index: 1000;width: 100%;height: 100px;transition: .5s height, .2s background;}
#headerWrap.topGnb {background-color:rgba(255,255,255,.6);}
#headerWrap.topGnb h1 {overflow: hidden;width: 169px;margin-top:22px;}
#headerWrap.topGnb h1 a {overflow: hidden;display: block;height: 60px;background: url(../images/common/umnm_logo.png) 0 0 no-repeat;text-indent: -9999px;background-size:169px 60px; }
#headerWrap.topGnb.sub h1 a {text-indent: -9999px;}
#headerWrap.topGnb .menu_wrap {position: absolute;left: 50%;top: 0;/*width: 800px;*/width: 900px;margin-left: -270px;}
#headerWrap.topGnb .gnb {text-align: center;background-color: transparent;margin-top: 25px;}
#headerWrap.topGnb .gnb li {float: left;width: 148px;padding-right:8px;text-align: left;}
#headerWrap.topGnb .gnb a {display: inline-block;font-weight: 400;line-height: 1em;color: #000;}
#headerWrap.topGnb .gnb:after {display: block;clear: both;content: "";}
#headerWrap.topGnb .gnb .gnbDepth01 {position: relative;}
#headerWrap.topGnb .gnb .gnbDepth01 > a {
    display: inline-block;
    position:relative;
    height: auto;
    background:#ff6600;
    padding: 14px;
    font-size: 16px;
    font-weight: 600;
    border-radius:20px;
    text-transform: capitalize;
    font-family: 'NotoSans', 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
}
/*#headerWrap.topGnb .gnb .gnbDepth01 > a:before {
    background:#ff0000;
    margin-top: 36px;
    content: "";
    height: 3px;
    left: 0;position: absolute;width: 0%;transition: 0.5s;
}
#headerWrap.topGnb .gnb .gnbDepth01.active > a:before {width:100%;}
#headerWrap.topGnb .gnb .gnbDepth01:hover > a:before {color: #000;width:100%;}*/
#headerWrap.topGnb .gnb .gnbDepth01 > a:hover {background:#ff5200;transition: 0.5s;}
#headerWrap.topGnb .gnb .gnbDepth02 {display: none;}
#headerWrap.topGnb .top_right_menu {float: right;top: 0;position: absolute;right: 0;margin-top: 33px;}
#headerWrap.topGnb .top_right_menu .btn-white {
display: inline-block;
    background-color: #fff;
    color: #9c9c9c !important;
    transition: 0.4s;
    border: 1px #eee solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

#headerWrap.topGnb .top_right_menu .btn-white:hover {background-color: #f6f6f6;color: #000}
#headerWrap.topGnb.trans {/*background-color: transparent;*/background-color: rgba(0,0,0,.25);}
#headerWrap.topGnb.trans .gnb a {color: #fff;}
#headerWrap.topGnb.trans .top_right_menu .btn-white {
    display: inline-block;
    background-color: transparent;
    color: #333 !important;
    transition: 0.4s;
    border: 1px #333 solid !important;
    border-radius: 12em;
    padding-left: 18px;'
    background:rgba(0,0,0,.2);
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: auto;
}


/* header_hover */

#headerWrap.slideDown {height: 347px;background-color: rgba(255, 255, 255, 1);z-index: 1100;}
#headerWrap.slideDown:before {position: absolute;left: 0;top: 100px;width: 100%;height: 250px;background-color: rgb(255, 255, 255, 0.6);   border-top: 0;
content: "";}
#headerWrap.topGnb.slideDown h1 a {background-position: 0 100%;}
#headerWrap.topGnb.slideDown .menu_wrap .gnb {overflow: hidden;/*width: 1140px;*/margin: 0 auto;text-align: left;}
#headerWrap.topGnb.slideDown .menu_wrap .gnb a {color: #666;}
#headerWrap.topGnb.slideDown .menu_wrap .gnb a:hover,
#headerWrap.topGnb.slideDown .menu_wrap .gnb a:focus {color: #000;text-decoration: none;}
#headerWrap.topGnb.slideDown .menu_wrap .gnbDepth01 {overflow: hidden;}
#headerWrap.topGnb.slideDown .menu_wrap .gnbDepth01 > a {margin-bottom: 20px;color: #000;}
#headerWrap.topGnb.slideDown .menu_wrap .gnbDepth01 > a:hover,
#headerWrap.topGnb.slideDown .menu_wrap .gnbDepth01 > a:focus {color: #000;text-decoration: none;}
#headerWrap.topGnb.slideDown .menu_wrap .gnbDepth02 {display: block;padding-top: 24px;}
#headerWrap.topGnb.slideDown .menu_wrap .gnbDepth02 > li {display: block;}
#headerWrap.topGnb.slideDown .menu_wrap .gnbDepth02 > li > a {font-size: 14px;font-weight: 300;line-height: 1em;color: #ddd;display: block;padding:10px 0;}
#headerWrap.topGnb.slideDown .menu_wrap .gnbDepth02 > li > a:hover {color: #fff;font-weight: 600;padding-left: 4px;}
#headerWrap.topGnb.slideDown .menu_wrap .gnbDepth02 > li > a:before {}
#headerWrap.topGnb.slideDown .top_right_menu .btn-white {
    display: inline-block;
    background-color: #000;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #000 solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}
#headerWrap.topGnb.trans.slideDown {height: 359px;background-color: rgba(255, 255, 255, 1);z-index: 1100;}
#headerWrap.topGnb.trans.slideDown:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 290px;
    background:#3957a3;
    border-top: 1px solid #eee;
    content: "";
}

/* new 20250707*/
.service_list {padding:0;margin:0;}
    .service_list dt {font-size:16px;padding-bottom: 5px;    margin-bottom: 4px;    border-bottom: 1px solid #000;}
    .service_list dd {margin-bottom:10px;}
    .service_list dd:last-child {margin-bottom:0px;}

    .service_list2 {display:flex;justify-content:start;align-items: center;background:rgba(255,102,0,.125);border-radius: 20px 0 20px 0;overflow: hidden;box-shadow: 0 0px 15px rgba(0, 0, 0, .1);}
    .service_list2 dt {flex-grow:0;font-size:24px;padding: 20px;background:#ff6600;color:#fff;text-align:center;min-width: 120px;}
    .service_list2 dd {flex-grow:1;flex-shrink: 1;padding:20px;word-break: keep-all;}
    .service_list2 dd:last-child {margin-bottom:0px;}

    .service_list3 {display:flex;justify-content:start;align-items: center;background:rgba(255,102,0,.125);border-radius: 20px 0 20px 0;overflow: hidden;box-shadow: 0 0px 15px rgba(0, 0, 0, .1);}
    .service_list3 dt {flex-grow:0;font-size:24px;padding: 20px;background:#ff6600;color:#fff;text-align:center;min-width: 120px;}
    .service_list3 dd {flex-grow:1;flex-shrink: 1;padding:20px;}
    .service_list3 dd:last-child {margin-bottom:0px;}

    .item_step .col-md-25 .item-box:after {
    background: #ffffff;
    color: #ff6600;
    padding: 10px;
    content: '\F0054';
    font: normal normal normal 18px / 1 "Material Design Icons";
    position: absolute;
    top:50%;
    right: -22px;
    margin-top:-18px;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    }
    .item_step .col-md-25:last-child .item-box:after{content:'';background:#ff6600;color:#fff;padding:0;}
    .item_step .col-md-25 .item-box i{position: absolute;
    left: 0px;
    top: -32px;
    background: #000;
    padding: 10px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    text-align: center;}
    .item-box {background:rgba(255,255,255,.9);border-radius:20px 0;padding:20px;min-height: 180px;box-shadow: 0 0px 15px rgba(0, 0, 0, .1);}
    .item-box dt {font-size:24px;padding-bottom:10px;border-bottom:1px solid #ff6600;color:#ff6600;}
    .item-box dd {padding-top:20px;word-break: keep-all;color:#000;}

    .index-content .text-box h2 {color:#fff;font-size: 52px;}
    .section-04 .text-box h2 {margin-bottom:40px;color:#fff;text-shadow:0 2px rgba(0,0,0,.8)}

/* //new 20250707*/


@media(max-width:997px) {
    .menu_wrap {
        display: none;
    }
}

.index-content {}
.index-content .section-01 {
    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f9f9f9;
}
.index-content .section-01 .content {
    padding-top: 60px;
    padding-bottom: 60px;
}
.index-content .section-01 .title-wrap {
    z-index: 2;
}

.index-content .text-box h2 {
    font-family: 'Open Sans', sans-serif;
}

.index-content .section-02 .content {
    margin-top: 40px;
}

.index-content .section-01 .title-wrap h2 {
    font-size: 52px;
    line-height: 62px;
    font-weight: 700;
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

.index-content .section-01 .title-wrap .line {
    width: 27px;
    height: 1px;
    background-color: #000;
    margin-top: 15px;
    margin-bottom: 30px;
}


.index-content .section-01 .title-wrap p {
    font-size: 16px;
    color: #353535;
    line-height: 28px;
    margin-bottom: 30px;
}


.index-content .title_wrap {
    text-align: center;
}

.index-content .title_wrap h2 {
    font-size: 52px;
    font-weight: 600;
    color: #000;
    margin-bottom: 25px;
}

.index-content .title_wrap p {
    font-size: 20px;
    font-family: 'NotoSans', sans-serif;
    color: #363636;
}

.index-content .section-02 {
    margin-top: 60px;
}

.index-content .section-02 .text-box {
    padding-top: 40px;
    padding-right: 40px;
/*    text-align: center;*/
}

.index-content .section-02 .text-box h2 {
    font-size: 52px;
    font-weight: 600;
    color: #000;
}

.index-content .section-02 .text-box .line {
    /*width: 80px;
    height: 1px;
    background-color: #000;
    margin-top: 20px;
    margin: 0 auto;*/
}

.index-content .section-02 .text-box p.text {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 28px;
}
/* 카우셀 */
.SlickCarousel {

}
.index-content .section-02 .box_wrap .title {
    position: absolute;
    z-index: 2;
    width: 720px;
    height:100%;
    right: 0;
    padding-left: 52px;
    padding-top: 30px;
    /*background-color: rgba(255, 255, 255, 1);*/
    background-color:rgb(249, 242, 228, 1);
    padding-right: 25px;
    margin-top: 0;
    border-radius:0 0 80px 0 ;

}

.index-content .section-02 .box_wrap .title h2 {
    font-size: 32px;
    font-weight: 900;
    color: #000;
    opacity: 1;
    font-family: 'NanumSquare';
}

.index-content .section-02 .box_wrap .title .line {
    width: 90px;
    height: 1px;
    background-color: #000;
}

.index-content .section-02 .box_wrap .title p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #5a5a5a;
    margin-top: 30px;
    margin-bottom: 30px;
}
.index-content .section-02 .ProductBlock {
/*    min-height: 48vmin;*/
min-height: 650px;
}
.index-content .section-02 .ProductBlock.sick-li-01 {
    background-repeat: no-repeat;
    background-position: 0 0%;
    border-radius:80px 0 0 0;
}
.index-content .section-02 .ProductBlock.sick-li-02 {
    background-repeat: no-repeat;
    background-position: 0 0%;
    border-radius:80px 0 0 0;
}
.index-content .section-02 .ProductBlock.sick-li-03 {
    background-repeat: no-repeat;
    background-position: 0 0%;
    border-radius:80px 0 0 0;
}

.Slick_wrap:after,
.Slick_wrap .Head:after {
    content: '';
    display: block;
    clear: both;
}

.s-Arrows {
/*    float: right;*/
    float: right !important;
    position: relative !important;
    z-index: 99999;
    bottom: 0 !important;
   /* margin-top: -155px !important;*/
    margin-right: 360px !important;

}
.slick-dots {
    display: none !important;
}
.Slick-Next,
.Slick-Prev {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-top: 6px;
/*    background: ;*/
    border: 1px #000 solid;
    color: #000;
    /*  margin-left: 1px;*/
    cursor: pointer;
    font: 30px/46px FontAwesome;
    font-weight: 800;
    /*  font: 18px/36px FontAwesome;*/
    text-align: center;
    transition: all 0.5s;

}

.Slick-Next {
    border-left: 0;
}

.Slick-Prev {}

.Slick-Next:hover,
.Slick-Prev:hover {
    background: #000;
    color: #fff;
}

.Slick-Next:before {
    content: '\f105'
}

.Slick-Prev:before {
    content: '\f104'
}

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
}

/**/

.index-content .section-03 {
    margin-top: 90px;
    position: relative;

}
.index-content .section-03 .title_wrap {
    padding-top: 70px;
    text-align: center;
}

.index-content .section-03 .title_wrap h2 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 2px 15px rgba(0,0,0,.4);
}

.index-content .section-03 .title_wrap .line {
    width: 80px;
    height: 1px;
    background-color: #fff;
    margin-top: 20px;
    margin: 0 auto;
}

.index-content .section-03 .title_wrap p {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 30px;
    font-family: 'Nanum Barun Gothic', sans-serif;
    line-height: 28px;
    color: #fff;
    text-shadow: 0 2px 15px rgba(0,0,0,.8);
}
.index-content .section-03 .content {
    margin-top: 70px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
}
.index-content .section-03 .overlay {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.index-content .section-04 {
    position: relative;
    margin-top: 70px;
}

.index-content .section-04 .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    /*    top: 100%;*/
}

.index-content .section-04 .js-parallax.jsp  {
    padding-top: 12vmin;
    padding-bottom: 10vmin;
/*
    padding-top: 135px;
    padding-bottom: 115px;
*/
    background-size: cover !important;
    background-position: top center !important;

}


.index-content .section-04 .box_wrap .content_wrap {
/*    text-align: center;*/
}

.index-content .section-04 .box_wrap h4 {
    font-size: 2.2vmin;
    font-weight: 900;
    position: relative;
    color: #fff;
    margin-bottom: 35px;
}
.index-content .section-04 .box_wrap h4:before {
    height: 4px;
    background-color: #fff;
    width: 75px;
    position: absolute;
    content: "";
    margin-top: 30px
}
.index-content .section-04 .box_wrap p {
    font-size: 46px;
    font-weight: 400;
    color: #fff;
    line-height: 56px;
    margin-bottom: 50px;
}
.index-content .section-04 .box_wrap p span {
    font-weight: 900;
}

.index-content .section-04 .bt_basic_lnk {
    display: inline-block;
    width: auto;
    height: 100%;
    box-sizing: border-box;
    border: 1px solid #fff;
    background-color: transparent;
    text-decoration: none;
    width: 220px;
    padding: 18px 20px 18px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    z-index: 0;
    font-size: 14px;
    letter-spacing: 0;
    font-family: 'Open Sans', sans-serif;
}
.index-content .section-04 .bt_lnk:after {
    content: '';
    background-color: rgb(0, 0, 0);
    position: absolute;
    top: 0;
    z-index: -1;
    transition: all 0.3s;
}
.index-content .section-04 .bt_lnk:hover {
/*    color: #000;*/
    text-decoration: none;
    border: 1px solid rgba(0, 0, 0, 0.2);
/*    color: #000;*/
}

.index-content .section-05 {
    margin-top: 0;
}
.index-content .section-05 .title_wrap {
    margin-bottom: 60px;
}
.index-content .section-05 .title_wrap .line {
    width: 80px;
    height: 1px;
    background-color: #000;
    margin-top: 20px;
    margin: 0 auto;
}

.index-content .section-05 .title_wrap p {
    font-size: 18px;
    margin-top: 25px;
    margin-bottom: 30px;
    line-height: 28px;
}
.index-content .section-05 .latest-paper {
}


/* 새창 유튜브 */

.lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 999999999999999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 9999999999999999;
}

@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top: 10%;
    }
}

@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top: 13%;
    }
}

.lightbox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/* IGNORE FORM THIS POINT ON */

#playme {
    background: #007fed;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
}


/*  sub layout */


/* 비쥬얼 */

@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}

.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    overflow: hidden;
}

.s_visual_wrap .slide {
    position: relative;
    height: auto;
    top: 0;
    /*            min-width: 1100px;*/
}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
    margin-top: -100px;
    padding-top: -100px;
    top: -100px;
}

.s_visual_wrap .slide li {
    height: 560px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    /*
-webkit-animation: zoom 20s ease-in-out infinite alternate;
-moz-animation: zoom 20s ease-in-out infinite alternate;
-o-animation: zoom 20s ease-in-out infinite alternate;
-ms-animation: zoom 20s ease-in-out infinite alternate;
*/
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
    padding: 0;
    margin: 0;
    top: 0;
}

.s_visual_wrap .slide .content {
    top: 41%;
    position: relative;
    z-index: 1;
    text-align: center;
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
}

.s_visual_wrap .slide .content h1 {
    font-size: 42px;
    font-weight: 600;
    color: #000;
    font-family: 'Roboto', 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
    /*        padding-bottom: 0;*/
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    position: relative;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 18px;
    font-weight: 400;
    color: #333;
    font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
    margin-top: 20px;
}

.s_visual_wrap .line {
    margin: 0 auto;
    width: 120px;
    height: 2px;
    background-color: #fff;
    opacity: 0;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-name: s-title-line;
    margin-top: 15px;
    animation-fill-mode: forwards;
}
@keyframes s-title-line {

    from {
        width: 0%;
        height: 3px;
    }
    to {
        width: 150px;
        height: 3px;
        opacity: 1;
    }

}
.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* sub 공통 */
#sub_tit1{position:relative; font-size:40px;text-align:center; font-weight:500;color:#333;padding:150px 0 50px 0;background:#f5f5f5;/*font-family:'Times New Roman';*/}
#sub_tit1 span{}
#sub_tit2{position:relative;text-align:center;margin:60px auto 30px; font-size:36px; font-weight:bold;/*font-family: 'Times New Roman';*/color:#333; line-height:36px}
#sub_tit2 span{ color:#e72b46}
#sub_tit3{margin:auto;position:relative;text-align:center; margin:15px auto 60px; font-size:15px;color:#38271b;}
#sub_tit4{margin:auto;position:relative; margin:0 auto 15px; font-size:20px;text-align:left; font-weight:bold; text-transform:uppercase; color:#333; padding:20px 0 0}

#sub_tit5{ width:100%; margin:auto;position:relative; margin:60px auto 40px; font-size:30px;text-align:center; font-weight:bold; text-transform:uppercase; color:#333}

.sub_head_img {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow:hidden; border:none;
}
.sub_head_zoomin {
    width:100%;
    height:100%;
    background-repeat: no-repeat;
    text-align:center;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 25s ease-in infinite;
    animation: zoomin 25s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
}

.sub_head_zoomout {
    width:100%;
    height:36vh;
  text-align:center;
  background: none;
  -webkit-animation: zoomout 25s ease-in infinite;
  animation: zoomout 25s ease-in infinite;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

@-webkit-keyframes zoomin {
  0% {transform: scale(1.05);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1.05);}
}
@keyframes zoomin {
  0% {transform: scale(1.05);}
  50% {transform: scale(1.5);}
  100% {transform: scale(1.05);}
}
@-webkit-keyframes zoomout {
  0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}
@keyframes zoomout {
    0% {transform: scale(1);}
  50% {transform: scale(0.67);}
  100% {transform: scale(1);}
}


.sub_head_img:after {
    position: absolute;
    content: "";
    background-color: rgba(0,0,0,.6) !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    -webkit-animation-duration:10s;
    animation-duration:10s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: maskfade;
    animation-name: maskfade;
}
@keyframes maskfade {
    0% {opacity: 0.9;}
    100% {opacity: 0.5;}
}
.maskfade{animation-name:maskfade;}
.sub_head_img h1.sub_head_title, .sub_head_title {
    color: #fff;
    z-index: 2;
    position:absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
}
.sub_head_img h1.sub_head_title .stitle{ display: block; font-size: 0.5rem; font-weight: 200; text-transform: uppercase; letter-spacing: 0.4rem;}
.sub_head_img h1.sub_head_title .btitle{ display: block; font-size: 3rem;  font-weight: 100; text-transform: uppercase; font-family:'Montserrat','Lato', sans-serif; letter-spacing: 0em;}
.sub_head_img h1.sub_head_title .ptitle{  display: block; font-size: 1.8rem;  font-weight:400;}
.animated1s {
    -webkit-animation-duration: 1.25s;
    animation-duration: 1.25s;
}
@keyframes fadeInUp1s{
    from{opacity:0;transform:translate3d(0,50%,0)}
    to{opacity:1;transform:none}
}
.fadeInUp1s{animation-name:fadeInUp1s}
@keyframes fadeInUp2s{
    from{opacity:0;transform:translate3d(0,50%,0)}
    to{opacity:1;transform:none}
}
.fadeInUp2s{animation-name:fadeInUp2s}

/* 서브 중앙메뉴 */

.sub_three_map_wrap {margin-top: -64px;position: relative;background-color: rgba(27,41,76,0.9);transition: 0.4s;}
.sub_three_map_wrap .sub_three_map {border-left: 0;border-right: 0;/*border-top: 1px #e3e3e3 solid;*/}
.sub_three_map_wrap .sub_three_map .col-md-1,
.sub_three_map_wrap .sub_three_map .col-md-3,
.sub_three_map_wrap .sub_three_map .col-md-3 {padding: 0;margin: 0;}
.sub_three_map_wrap .sub_three_map .home {
    background-position: 20% 100%;
    background-repeat: no-repeat;
    color: #dad5ec;
    line-height: 32px;
    display: block;
    height: 64px;
    padding: 16px;
    padding-left:0;
    font-weight: 700;
    font-size: 15px;
    border-top: 0;
}
.sub_three_map_wrap .sub_three_map .home a {color:#fff;display:block;}
.sub_three_map_wrap .sub_three_map .menus {border-top: 0;}


.nav>li>a {padding: 15px 0px;}
.nav-tabs>li>a {position:relative;text-align:center;border-radius:0;font-size: 16px;background: #eee;color:#888;margin-right:0;border:1px solid #ddd;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {color: #fff;background:#3c65cc;border-top:1px solid #3c65cc;}
/* .nav-tabs>li.active>a:after {content:"\f0dd";margin-left: -6.5px;color:#3c65cc;position: absolute;bottom:-15px;left:50%;font-family:FontAwesome;font-size:24px;} */
.nav-tabs.two>li {width:50%;}
.nav-tabs.three>li {width:33.33%;}
.nav-tabs.four>li {width:25%;}
.nav-tabs.five>li {width:20%;}
.nav-tabs.six>li {width:16.66%;}
.nav-tabs>li>a:hover {background:#f9f9f9;}

.sub_three_nav ul {    list-style-type: none;    padding: 0;    margin: 0;    z-index: 9}
.sub_three_nav ul li {    display: block;}
.sub_three_nav ul li a,
.sub_three_nav ul li a:visited {
    font-weight: 300;
    font-size: 15px;
    display: block;
    padding: 16px;
    padding-left: 30px;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    text-transform: capitalize;
    line-height: 32px;
}
.sub_three_nav .dropdown-active {background: #fff!important;font-weight: 600;}
.sub_three_nav .dropdown-active a,
.sub_three_nav .dropdown-active a:visited {color: #000;}
.sub_three_nav ul ul {position: absolute;background-color: #fff;width: 100%;border: 1px #eee solid;}
.sub_three_nav ul ul li {display: block;}
.clickSlide span {float: right;padding-top: 27px;padding-right: 25px;font-weight: 100;color: #3d3d3d;}
.sub_three_nav ul ul li a,
.sub_three_nav ul ul li a:visited {display: block;padding: 12px !important;color: #000 !important;border-bottom: 1px #eee solid;font-weight: 400;padding-left: 22px !important;font-size: 14px;padding-left: 15px;}
.sub_three_nav ul ul li a:hover {background-color: #f4f4f4;color: #000;}
.sub_three_nav ul ul li:first-child {border-top: 1px #fff solid;}
.sub_three_nav ul ul li:last-child {border-bottom: 0 !important;}

.sub_three_map_wrap .sub_three_map .depth1,
.sub_three_map_wrap .sub_three_map .depth2 {transition: .3s;}
.sub_three_map_wrap .sub_three_map .depth1:before,
.sub_three_map_wrap .sub_three_map .depth2:before {
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: 20px;
    color: #fff;
    margin-top: 20px;
    text-align: center;
    width: 22px;
}
.sub_three_map_wrap .sub_three_map .dropdown-active.depth1:before,
.sub_three_map_wrap .sub_three_map .dropdown-active.depth2:before {
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f105";
    float: right;
    margin-right: 20px;
    color: #000;
    margin-top: 20px;
    text-align: center;
    width: 22px;
}

.sub_three_map_wrap.sticky {
  position: fixed;
  top: 0;
    width: 100%;
    margin: 0 auto;
    background-color: rgba(255,255,255,1);
    border-bottom: 1px #eee solid;
    z-index: 999;
}
.sub_three_map_wrap.sticky .sub_three_nav ul li a,
.sub_three_map_wrap.sticky .sub_three_nav ul li a:visited {
    font-weight: 400;
    font-size: 15px;
    display: block;
    padding: 16px;
    padding-left: 30px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
    transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    /*    font-weight: 400;*/
    text-transform: capitalize;
    line-height: 32px;
}
.sub_three_map_wrap.sticky .sub_three_map .home a {color:#000;}
.sub_three_map_wrap.sticky .sub_three_map .depth1:before,
.sub_three_map_wrap.sticky .sub_three_map .depth2:before {
    font-weight: 900;
    font-family: FontAwesome;
    content: "\f107";
    float: right;
    margin-right: 20px;
    color: #000;
    margin-top: 20px;
    text-align: center;
    width: 22px;
}
/* 서브 중앙메뉴 마감 */

#sub_content {
    margin-bottom: 80px;
}

#sub_content .breadcrumb_wrap {
    border-bottom: 1px #eee solid;
    width: 100%;
    background-color: transparent;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .sub_tab {}

#sub_content .breadcrumb_wrap .sub_tab > li:first-child {
    border-left: 1px #eee solid;
    background: none;
    padding-right: 0;
}

#sub_content .breadcrumb_wrap .sub_tab > li {
    padding: 0;
    margin: 0;
    float: left;
    border-right: 1px #eee solid;
    cursor: pointer;
    background: url('../../img/main/arr.png') 90% 50%;
    background-repeat: no-repeat;
    padding-right: 15px;
}


#sub_content .breadcrumb_wrap .sub_tab > li > a {
    font-size: 15px;
    line-height: 58px;
    padding-left: 35px;
    padding-right: 35px;
    height: 58px;
    display: block;
    margin: 0;
}

#sub_content .breadcrumb_wrap .sub_tab > li:last-child {
    font-weight: 600;
}

#sub_content .breadcrumb_wrap .sub_tab .glyphicon-home {
    font-size: 18px;
    padding-top: 20px;
}

#sub_content .breadcrumb_wrap .sub_tab .btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: none;
    border: 1px #eee solid;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li:last-child {
    border-bottom: 0;
}

#sub_content .breadcrumb_wrap .sub_tab .dropdown-menu li {
    border-bottom: 1px #eee solid;
}

#sub_content .breadcrumb_wrap .sub_tab li a,
#sub_content .breadcrumb_wrap .sub_tab li a:active,
#sub_content .breadcrumb_wrap .sub_tab li a:hover {
    text-decoration: none;
    color: #000;
}

#sub_content .breadcrumb_wrap .sub_tab > li > a > span.caret {
    text-align: right;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a:hover {
    background: #f7f7f7 !important;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li span {
    float: right;
    font-size: 11px;
    color: #5c5c5c;
    line-height: 27px;
}

#sub_content .breadcrumb_wrap .sub_tab li ul li a {
    font-size: 13px;
    line-height: 32px;
    background-color: #fff;
}

#sub_content .breadcrumb_wrap .breadcrumb {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
    padding-top: 18px;
}

#sub_content .breadcrumb_wrap .breadcrumb li,
#sub_content .breadcrumb_wrap .breadcrumb li a {
    font-size: 12px;
    line-height: auto;
    color: #000;
}

#sub_content .page-header {
    margin-top: 70px;

    text-align: center;
    clear: both;
    border-bottom: 0;

}

#sub_content .page-header h1 {
    font-size: 33px;
    color: #272727;
    font-weight: 900;
    display: inline-block;
    padding-bottom: 15px;
    position:relative;
    text-transform: capitalize;
}

#sub_content .page-header h1:after {content:'';background:#ff0000;position: absolute;bottom:0;left:0;height:2px;width:100%;}

#sub_content .page-header .line {
    border-bottom: 1px #fc7d11 solid;
    width: 120px;
    /*    width: 100%;*/
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    /*    display: none;*/
}

#sub_content .page-header p {
    font-size: 15px;
}


/* footer */

.footer {    background-color: #000;}
.footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;
}

.footer .footer-menu {
    padding-top: 25px;
    padding-bottom: 20px;
    border-top: 1px #1f2226 solid;
}

.footer .footer-menu ul {

}

.footer .footer-menu ul li:before {
    color: #464646;
}

.footer .footer-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #f8f8f9;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.footer .footer-menu ul li a.blue {
    font-weight: 600;
    color: #1864d5
}

.footer .breadcrumb {
    margin-bottom: 4px;
    background-color: transparent;
}

.footer p.logo {
    float: right;
    margin-top: 23px;
    display: none;
}

.footer p.logo img {
    width: 80%;
}

.footer address {
    margin-top: 25px;
    font-size: 16px;
    line-height: 23px;
    color: #fff;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-size: 16px;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

@media (min-width:1200px) {
    .index-content section.info-one .company_wrap {
        padding-right: 0px;
    }
    .index-content section.info-one .business_wrap {
        /*    padding-right: 10px;  */
    }
    .index-content section.info-one .info_wrap {
        padding-left: 0px;
    }
    .index-content section.info-two .latest {
        padding-left: 0px;
    }
}

@media (max-width: 992px) {
    .index-content section.info-one .business {
        margin-bottom: 15px;
        margin-top: 15px;
        clear: both;
    }
    .index-content section.info-two .latest {
        margin-top: 15px;
    }
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 14px;
        line-height: 60px;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
    }
    .animate {
        opacity: 0;
    }
    .s_visual_wrap .slide {
    height: auto;
}


    .s_visual_wrap .slide li {
        height: 360px;

    }

    .s_visual_wrap .slide .content {
        top: 46%;

    }
    .s_visual_wrap .slide {
        /*padding-left: 15px;
        padding-right: 15px;*/
    }
    .s_visual_wrap .slide .content h1 {
        font-size: 26px;
        font-weight: 800;
        color: #000;
        font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
        /*        padding-bottom: 0;*/
        margin-bottom: 12px;
        margin-top: 0;
        padding-top: 0;
    }
    .s_visual_wrap .slide .content p {
        font-size: 13px;
        font-weight: 400;
        color: #000;
    }
    .footer address {
    margin-top: 25px;
    font-size: 13px;
    line-height: 23px;
    color: #fff;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

    @media (max-width: 767px) {
        .visual_bottom {
            display: none;
        }
        .index-content section.company .company_story dl dt {
            font-size: 26px;
        }
        .index-content section.company .company_story dl dt span {
            font-size: 26px;
            color: #607fab;
        }
        section.product .content h2 {
            font-size: 32px;
            color: #fff;
        }
        section.product .content h2 p {
            padding-top: 5px;
            font-size: 16px;
            color: #fff;
        }
        .product_bg {
            height: 100%;
            display: block;
            background: rgba(0, 0, 0, 0.3);
        }
        section.info-two #tab_wrap {
            padding-bottom: 0;
            margin-bottom: 0;
        }
        section.info-two {
            padding-top: 40px;
        }
        section.info-twop.text {
            font-size: 20px;
            line-height: 27px;
        }
        section.info-two.latest_wrap {
            margin-top: 30px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        #sub_content .page-header small {
            display: none;
        }
        #sub_content .breadcrumb_wrap .container {
            padding: 0;
            margin: 0;
        }
        #sub_content .breadcrumb_wrap .sub_tab > li:first-child a {
            padding-left: 15px;
            padding-right: 15px;
        }
        #sub_content .breadcrumb_wrap .sub_tab > li > a {
            padding-left: 35px;
            padding-right: 35px;
        }
        #sub_content .page-header {
            /*        margin-bottom: 20px;*/
        }
        section.info-two .product .arrows_wrap {
            margin-top: 10px;
        }
    }
    @media (max-width: 480px) {
        section.info-two .nav-tabs > li > a {
            border: none;
            color: #000;
            background: #f8f8f8 !important;
            font-size: 16px !important;
            font-weight: 600;
            border-left: 1px #e3e3e3 solid;
            border-bottom: 1px #e3e3e3 solid;
            border-radius: 0;
            padding-top: 13px;
            padding-bottom: 13px;
        }
        section.info-two.tab-pane {
            padding: 0;
        }
        section.info-two.tab-content {
            padding: 15px;
            border-bottom: 1px #e3e3e3 solid;
            min-height: auto;
            height: auto;
        }
        .footer p.logo {
            display: none;
        }
    }

