html,
body {
    height: 100%;
}


/* etc */

html {
    overflow-x: hidden
}

.row-offcanvas {
    height: 100%;
}

a {
    color: #000;
}

/*색상 */
.brown {
    color: #845133;
}

/*@media(min-width:1170px) {*/

@media(min-width:1280px) {
    .container {
        width: 1280px;
    }
}

@media(max-width:1279px) {
    .container {
        width: auto;
    }
}

.js-parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    /*    background: url('../../img/main/section_04_bg.jpg');*/
}


/* header */


.animated {
    opacity: 0;
}

/* 모바일 메뉴 */

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 10px;
    top: 14px;
    background-color: transparent;
    border: 0;
}

@media(max-width:997px) {
    .menu_wrap {
        display: none;
    }

    .js-offcanvas-btn {
        display: block;
    }

    .sidebar-offcanvas {
        display: block !important;
    }
}


/* 모바일 메뉴 마감 */

.col-xs-15 {
    width: 20%;
    float: left;

}


/* index- content */


/* 공통 */

section .title_wrap {
    text-align: center;
}

section .title_wrap h1 {
    font-size: 46px;
}

section .title_wrap h1 span {
    color: #96674b;
    font-weight: 900;
}

section .title_wrap p {
    font-size: 22px;
    color: #636363;
    margin-top: 26px;
}

.col-md-15 {
    width: 20%;
    float: left;
}


/* 공통마감 */

.index-content {}

.index-content section.section-01 {
    background-color: #f9f9f9;
    padding-top: 140px;
    padding-bottom: 98px;
}

.index-content section.section-01 dl {
    text-align: center;
}

.index-content section.section-01 dl dt {
    font-size: 36px;
    font-family: 'Nanum Myeongjo';
    margin-bottom: 25px;
    font-weight: 400;
}

.index-content section.section-01 dl dt span {
    color: #96674b;
    font-weight: 600;
    position: relative;
    display: inline-block;
}

.index-content section.section-01 dl dt span:before {
    width: 100%;
    height: 1px;
    margin-top: 40px;
    background-color: #96674b;
    position: absolute;
    content: "";
}

.index-content section.section-01 dl dd {
    color: #636363;
    font-size: 20px;
    line-height: 32px;
    font-family: 'NanumSquare';
}

.index-content section.section-02 {
    padding-top: 120px;
    padding-bottom: 100px;
}

.index-content section.section-02 .box_wrap {
    margin-top: 65px;
}

.index-content section.section-02 .p_5 {
    padding-left: 5px;
    padding-right: 5px;
}

.index-content section.section-02 .box {
    height: 188px;
    border: 1px #ddd solid;
    background-repeat: no-repeat;
    background-position: 50% 40%;
    transition: all 0.2s ease-in-out;
}

.index-content section.section-02 .box:hover {
    border: 1px #ddd solid;
    background-color: #f8f8f8;
    background-position: 50% 45%;
}

.index-content section.section-02 .box p {
    bottom: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    left: 0;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 8px;
}

.index-content section.section-02 .tip {
    text-align: center;
    margin-top: 55px;
}

.index-content section.section-03 {
    background-color: #f3f2f2;
}

.index-content section.section-03 .row-flex {
    display: flex;
    justify-content: center;

}

.index-content section.section-03 .image {
    background: url('../../img/main/ceo.jpg');
    background-position: 0 0;
    background-size: cover;
    background-repeat: no-repeat
}

.index-content section.section-03 .image,
.index-content section.section-03 .ceo {
    width: 50%;
}

.index-content section.section-03 .ceo {
    background-color: #f3f2f2;

}

.index-content section.section-03 .content {
    padding-top: 78px;
    padding-left: 80px;
    padding-right: 80px;
    padding-bottom: 80px;
}

.index-content section.section-03 dl dt {
    font-size: 42px;
    font-weight: 100;
    font-family: 'Nanum Myeongjo';
    margin-bottom: 20px;
}

.index-content section.section-03 dl dt span {
    font-size: 42px;
    font-weight: 900;
}

.index-content section.section-03 dl dd {
    color: #616161;
    font-size: 18px;
    line-height: 29px;
}

.index-content section.section-03 p a.btn {
    margin-top: 20px;
    font-size: 14px;
    font-weight: 900;
    margin-left: 0;
    padding-left: 0;
    display: none;
}

.index-content section.section-03 p a.btn:before {
    width: 122px;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #000;
    margin-top: 30px;
    margin-left: 10px;
}

.index-content section.section-03 .history {
    margin-top: 60px;
}

.index-content section.section-03 .history .his-flex {
    display: flex;
}

.index-content section.section-03 .history .his-flex .his {
    width: 50%;
}

.index-content section.section-03 .history h4 {
    font-size: 19px;
    color: #735d5d;
    font-weight: 900;
    /* display: inline-block; */
    display: inline-block;
    padding: 13px 28px;
    border-radius: 3em;
    margin-bottom: 30px;
    background: #e4e2de;
}

/* .index-content section.section-03 .history h4:before {
    width: 100%;
    height: 4px;
    content: "";
    position: absolute;
    background-color: #735d5d;
    margin-top: 28px;
} */

.index-content section.section-03 .history span.text {
    font-size: 16px;
    color: #363636;
    line-height: 32px;
}

.index-content section.section-04 .flex_wrap {
    display: flex;
    flex-wrap: wrap;



}

.index-content section.section-04 .flex_wrap .box_wrap {
    width: 50%;
}

.index-content section.section-04 .flex_wrap .box_wrap.box01 {
    background: url('../../img/main/b_01_n01.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    height: 52vmin;
    background-repeat: no-repeat;

}

.index-content section.section-04 .flex_wrap .box_wrap.box02 {
    background: url('../../img/main/b_02_n01.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    height: 52vmin;
    background-repeat: no-repeat;

}

.index-content section.section-04 .flex_wrap .box_wrap .text {
    /* font-size:40px; */
    font-size: 4vmin;
    margin-left: 12vmin;
}

.index-content section.section-04 .flex_wrap .box_wrap .text h1 {
    font-size: 4vmin;
    font-weight: 900;
    margin-bottom: 0;
}

.index-content section.section-04 .flex_wrap .box_wrap .text h1 span {
    color: #cc8726;
}

.index-content section.section-04 .flex_wrap .box_wrap.box02 .text h1 span {
    color: #6363a0;
}

.index-content section.section-04 .flex_wrap .box_wrap .text .btn_wrap {
    text-align: left;
}

.index-content section.section-04 .flex_wrap .box_wrap .text a.btn {
    font-size: 17px;
    background: #cc8726;
    color: #fff;
    border-radius: 0;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    min-width: 220px;
    height: 56px;
    line-height: 54px;
}

.index-content section.section-04 .flex_wrap .box_wrap .text a.btn i {
    margin-left: 12px;
}

.index-content section.section-04 .flex_wrap .box_wrap.box02 .text a.btn {
    background: #6363a0;
}

/* 
.index-content section.section-04 {
    background-color: #f0efeb;
}

.index-content section.section-04 .parallax_wrap {
    background-position: 100% 0% !important;
    background-repeat: no-repeat

}

.index-content section.section-05 .parallax_wrap {
    background-position: 0% 0% !important;
    background-repeat: no-repeat
}

.index-content section.section-04 .text-box {
    margin-left: 208px;
}

.index-content section .text-box.type01 {
    padding-top: 62px;
    padding-bottom: 62px;
}

.index-content section .text-box.type01 h2 {
    font-size: 38px;
    font-weight: 100;
    color: #000;
    line-height: 46px;
    
}

.index-content section .text-box.type01 strong {
    font-weight: 900;
}

.index-content section .text-box.type01 h2 span.color-orenge {
    color: #cc8726;
}

.index-content section .text-box.type01 h2 span.color-bora {
    color: #6363a0;
}

.index-content section .text-box.type01 p {
    margin-top: 12px;
    margin-bottom: 30px;
}

.index-content section .text-box.type01 a.btns {
    font-size: 14px;
    font-weight: 900;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.index-content section .text-box.type01 a.btns:hover,
.index-content section .text-box.type01 a.btns:focus {
    text-decoration: none;
    cursor: pointer;
}

.index-content section .text-box.type01 a.btns:before {
    width: 100%;
    height: 1px;
    content: "";
    position: absolute;
    background-color: #735d5d;
    margin-top: 24px;
}

.index-content section.section-05 {
    background-color: #e1e1e2;
}

.index-content section.section-05 .text-box {
    text-align: right;
    margin-right: 208px;
} */

.index-content section.section-06 {
    padding-top: 120px;
    padding-bottom: 40px;
    background-color: #f4f4f4;
}

.index-content section.section-06 .pic-list {
    margin-top: 60px;
}

.index-content section.section-10 {}

.index-content section.section-10 .box {
    padding-top: 90px;
    padding-bottom: 90px;
}

.index-content section.section-10 .row-flex {
    display: flex;
    justify-content: center;
}

.index-content section.section-10 .row-flex .img_bg {
    width: 60%;
}

.index-content section.section-10 .row-flex .img_bg img {
    width: 100%;
    height: auto;
}
.index-content section.section-10 .row-flex .img_bg p {
     position: absolute;
     color: #fff;
     background: rgba(0, 0, 0, 0.7);
     border-radius: 5em;
     margin-left: 20px;
     margin-top: 20px;
     padding: 6px 14px;
     font-size:16px;
}

.index-content section.section-10 .row-flex .text_wrap {
    /* width: 50%;
    background: #fff;
    display:flex;
    align-items: center; */
    padding-top: 30px;
}

@media(min-width:992px) {
    .index-content section.section-10 .row-flex .text_wrap {
        width: 40%;
        background: #fff;
        display: flex;
       /* justify-content: center;  */
       /* align-items: center; */
       flex-direction: column;
    }
}

.index-content section.section-10 .text-box {
    padding: 0 60px;
}

.index-content section.section-10 .text-box span.num01 {
    font-size: 13px;
    color: #929292;
}

.index-content section.section-10 .text-box dl {
    padding-top: 40px;
    text-align:  center;
}




.index-content section.section-10 .text-box dl dt {
    font-size: 32px;
    color: #000;
    font-weight: 600;
    line-height: 38px;

}
.index-content section.section-10 .text-box dl dt span {
    font-weight:900;
}
.index-content section.section-10 .text-box dl dt span.bold::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #96674b;
    content: '';
    margin-top: 34px;
}

.index-content section.section-10 .text-box dl dt span.bold {
    font-weight: 900;
    display: inline-block;
    position: relative
}

.index-content section.section-10 .text-box dl dt span.color {
    font-weight: 900;
    color: #96674b;

}

.index-content section.section-10 .text-box dl dd {
    color: #636363;
    font-size: 15px;
    margin-top: 12px;
    text-align: center;
}

.index-content section.section-10 .text-box dl dd p {
    margin: 0 auto;
    text-align: center;
    padding-top: 38px;
    padding-bottom: 16px;
}
.index-content section.section-10 .latests {
    padding: 0;
    margin: 0;
    padding-left: 40px;
    padding-right: 40px;
}
.index-content section.section-10 .latests .aflex {
    display:flex;
    margin-left: -5px;
    margin-right: -5px;
     position: relative;
     flex-wrap: wrap;
     margin-top: 20px;
}
.index-content section.section-10 .latests .aflex .boxs  {
    margin-left: 5px;
    margin-right: 5px;
    width: 50%;
}

.index-content section.section-10 .latests .aflex .boxs img {
    width: 100% !important;
}
.index-content section.section-10 .latests .aflex .boxs .caption  {
    text-align: center;
    font-size:15px;
    margin-top: 12px;
    font-weight:500;
}
.index-content section.section-10 a.btn {
    font-size: 16px;
    border-radius: 0;
    border: 1px #000 solid;
    min-width: 120px;
    height: 46px;
    line-height: 42px;
    color: #000;
    font-size: 15px;
    -webkit-border-radius: ;
    -moz-border-radius: ;
    -ms-border-radius: ;
    -o-border-radius: ;
}

.index-content section.section-10 a.btn i {
    padding-left: 40px;
}


.index-content section.section-11 {
    padding-top: 80px;
    padding-bottom: 12px;
}

.index-content section.section-11 .title {
    padding-bottom: 40px;
}

.index-content section.section-11 .title h1 {
    font-size: 32px;
    font-weight: 900;
    display: inline;
    padding-right: 12px;

}

.index-content section.section-11 .title h1 span {
    font-size: 16px;
    color: #262626;
}

.index-content section.section-11 .title p {
    float: right;
    border-radius: 3em;
    font-size: 13px;
}

.index-content section.section-11 .title p a.btn {
    border-radius: 3em;
    font-size: 13px;
}

.index-content section.section-11 .title p a.btn i {
    padding-left: 12px;
}

.index-content section.section-11 .box_wrap {
    border: 1px #dbdbdb solid;
}

.index-content section.section-11 .caption {
    padding-bottom: 8px;
    padding-top: 2px;
    padding-left: 12px;
    padding-right: 12px;
}

.index-content section.section-11 .caption h3 {
    font-size: 20px;
    font-weight: 900;
    color: #000;
}

.index-content section.section-11 .caption h3 span {
    font-weight: 400;

}

.index-content section.section-11 .caption p {
    font-size: 15px;
    font-weight: 400;
    color: #3c3c3c;
}

.index-content section.section-12 {
    margin-top: 60px;
    margin-bottom: 80px;

}

.index-content section.section-12 .data-image {
    background-repeat: no-repeat !important;
    height: 492px;
}

.index-content section.section-12 .box {
    float: right;
    width: 669px;
    height: 419px;
    background: #fff;
    margin-top: 40px;

}

.index-content section.section-12 .box .text {
    padding: 72px 60px 0;
}

.index-content section.section-12 .box .text h1 {
    font-size: 35px;
    font-weight: 600;
    font-family: 'Nanum Myeongjo';
    margin-bottom: 6px;
    display: inline;
}

.index-content section.section-12 .box .text h1 span.color {
    color: #96674b;
}

.index-content section.section-12 .box .text span.eng {
    margin-left: 12px;
    font-family: 'Nanum Myeongjo';
    font-size: 23px;
    font-weight: 600;
}

.index-content section.section-12 .box .text .line {
    width: 64px;
    height: 1px;
    background: #96674b;
    margin-top: 6px;

}

.index-content section.section-12 .box .text p {
    margin-top: 38px;
    font-size: 15px;
    color: #7a7a7a;

}

.foot-info {
    padding-top: 50px;
    padding-bottom: 50px;
}

@media(min-width:991px) {
    .index-content section.section-06 .pic-list {
        padding-left: 50px;
        padding-right: 50px;
    }

    .foot-info .box_wrap.section01 {
        padding-right: 30px;
    }

    .foot-info .box_wrap.section02 {
        padding-right: 30px;
    }
}

.foot-info .box_wrap h2 {
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 20px;
}
.foot-info .box_wrap h2 i {
    margin-right: 6px;
}

.foot-info .box_wrap .box {
    background: #473f35;
    padding: 30px 25px;
    color: #fff;
    font-size: 14px;

}

.foot-info .box_wrap .box span.yellow {
    color: #f2d14c;
}

.foot-info .box_wrap .box li {
    font-size: 14px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.foot-info .box_wrap .box span.badge {
    background: #655645;
    color: #fff;
    font-size: 12px;
    width: 76px;
    padding-top: 6px;
    padding-bottom: 6px;
    margin-right: 8px;
}

.foot-info .box_wrap .call_info {
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
}

.foot-info .box_wrap .call_info p a {
    color: #fff;
    font-size: 45px;
    font-weight: 900;
    position: relative;
    display: inline-block;
    letter-spacing: 2px;
    font-family: 'GmarketSansBold';
}

.foot-info .box_wrap .call_info p a::before {
    width: 100%;
    height: 3px;
    background: #fff;
    content: "";
    display: block;
    position: absolute;
    margin-top: 50px;

}

.foot-info .box_wrap .form {
    margin-top: -18px;
}

.foot-info .box_wrap .form input {
    border-radius: 0;
    border: 0;
    height: 46px;
    padding: 6px 12px;
}
.foot-info .box_wrap .form-group {
    margin-top: 0;
    padding-top: 0;
}
.foot-info .box_wrap .form textarea {
    border-radius: 0;
    border: 0;

}

.foot-info .box_wrap .blog_wrap a.btn {
    margin-top: 8px;
    background: #50b947;
    width: 100%;
    height: 55px;
    line-height: 52px;
    border: 0;
    font-size:18px;
    color: #fff;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.foot-info .box_wrap .blog_wrap span {
  padding-right: 4px;
}
.foot-info .box_wrap .hugi img {
    width: 100%;
}
@media(min-width:992px) {
    .foot-info .box_wrap .form textarea {
        height: 190px;
    }
}

.foot-info .box_wrap .form .form-group {
    margin-bottom: 10px;
}

.foot-info .box_wrap .form .form-inline .row {
    padding-left: 11px;
    padding-right: 11px;
}

.foot-info .box_wrap .form .form-inline .row .col-md-4 {
    padding-left: 4px;
    padding-right: 4px;
}

.foot-info .box_wrap .form .form-inline .row .col-md-4 .form-control {
    width: 99%;
}

.foot-info .box_wrap .form input.btn {
    border-radius: 0;
    font-size: 16px;
    width: 100%;
    height: 46px;
    line-height: 46px;
    color: #fff;
    background: #796147;
    border: 0;
    margin: 0;
    padding: 0;
    margin-top: 10px;

}

.foot-info .box_wrap.section03 p {
    color: #ffffff;
    font-size: 14px;
    padding-top: 12px;
}
.foot-info .box_wrap.section03 p a.btn {
    border: 0;
    background: #1b1918;
    color: #fff;
    font-size:11px;
    line-height: 26px;
    height: 24px;
    padding: 0 12px;
    margin-left: 8px;
    font-family: 'Nanum Gothic';
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}
.foot-info .box_wrap.section03 .embed-container {
    position: relative;
    padding-bottom: 66%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.foot-info .box_wrap.section03 .embed-container iframe,
.foot-info .box_wrap.section03 .embed-container object,
.foot-info .box_wrap.section03.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* 새창 유튜브 */

.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: 556px;
    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: 556px;
    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: 48%;
    position: relative;
    z-index: 1;
    text-align: left;
    /*
animation: zoom 3s ease-in-out;
animation-fill-mode: forwards;
animation-iteration-count: 1;
*/
}

.s_visual_wrap .slide .content h1 {
    font-size: 52px;
    font-weight: 800;
    color: #fff;
    /*        padding-bottom: 0;*/
    margin-bottom: 18px;
    margin-top: 0;
    padding-top: 0;


}

/* .s_visual_wrap .slide .content h1::before {
    position: absolute;
    width: 50px;
    height: 1px;
    background: #fff;
    content: '';
    margin-top: -12px;
    margin-bottom: 20px;
    margin-left: 4px;
} */
.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 20px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    /* text-decoration: underline; */
}

.s_visual_wrap .line {
    margin: 0 auto;
    background-color: #44403f;
    opacity: 0;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-name: s-title-line;
    margin-top: 15px;
    margin-bottom: 15px;
    animation-fill-mode: forwards;
}

.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes s-title-line {
    from {
        width: 0%;
        height: 1px;
    }

    to {
        width: 130px;
        height: 1px;
        opacity: 1;
    }
}


/* 서브비주얼 마감*/


/* 서브중앙메뉴 */
/*
#sub_center_nav {
background-color: #f5f5f5;
}

#sub_center_nav .nav-tabs {
border-bottom: 0
}

#sub_center_nav .nav-tabs > li a {
margin: 0;
border-bottom: 0;
padding-top: 20px;
padding-bottom: 20px;
}

#sub_center_nav .nav-tabs > li.active > a,
#sub_center_nav .nav-tabs > li.active > a:focus,
#sub_center_nav .nav-tabs > li.active > a:hover {
border-width: 0;
color: #fff;
border-top: 0;
border-bottom: 0px #fff solid;
border-left: 0px #cfcfcf solid;
}

#sub_center_nav .nav-tabs > li > a {
border: none;
color: #000;
background: #f5f5f5;
font-size: 13px;
font-weight: 600;
border-top: 0;
border-bottom: 0;
border-left: 0px #cfcfcf solid;
border-bottom: 0px #cfcfcf solid;
border-radius: 0;
border-top:3px transparent solid;
}

#sub_center_nav .nav-tabs > li:first-child > a {
border-left: 0;
}

#sub_center_nav .nav-tabs > li.active:first-child > a {
border-left: 0;
}

#sub_center_nav .nav-tabs > li:last-child > a {
border-right: 0;
}

#sub_center_nav .nav-tabs > li > a > span {
color: #000;
}

#sub_center_nav .nav-tabs > li > a:hover,
#sub_center_nav .nav-tabs > li > a.active,
#sub_center_nav .nav-tabs > li > a:focus {
color: #efefef !important;
background: #fff;
color: #000;
border-top: 0;
border-bottom: 0px #fff solid;
border-left: 0px #cfcfcf solid;
border-top:3px #000 solid;
}

#sub_center_nav .nav-tabs > li:first-child > a:hover,
#sub_center_nav .nav-tabs > li:first-child > a:focus {
border-left: 0;
}

#sub_center_nav .nav-tabs > li.active > a > span,
#sub_center_nav .nav-tabs > li > a:hover > span {
color: #000;
}

#sub_center_nav .nav-tabs > li {
width: 14.2857142857%;
text-align: center;
}
@media (max-width:991px){

#sub_center_nav .nav-tabs > li {
width: 33.3333333333%;
}
#sub_center_nav .nav-tabs > li a {
margin: 0;
border-bottom: 0;
padding-top: 12px;
padding-bottom: 12px;
font-size: 12px;
border-top:0px transparent solid;
}
#sub_center_nav .nav-tabs > li > a:hover,
#sub_center_nav .nav-tabs > li > a.active,
#sub_center_nav .nav-tabs > li > a:focus {
background: #635958;
color: #fff !important; 
border-top: 0;
border-bottom: 0px #fff solid;
border-left: 0px #cfcfcf solid;
border-top:0px #000 solid;
}
#sub_center_nav .nav-tabs > li.active > a > span,
#sub_center_nav .nav-tabs > li > a:hover > span {
color: #fff;  
}
#sub_center_nav .nav-tabs > li > a.active > span {
color: #fff;
}

}
*/
/* 서브중앙메뉴 마감 */

#sub_content {
    /*    margin-top: 120px;*/
    /* margin-bottom: 80px; */
    margin-bottom: 0;
    padding-top: 90px;
}

#sub_content .breadcrumb_wrap {
    /*    border-top: 1px #eee solid;*/
    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;
    /*    background-color: #000;*/
}

#sub_content .breadcrumb_wrap .sub_tab>li:first-child span {
    /*    color: #fff;*/
}

#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:hover {
    /*    background-color: #f7f7f7;*/
}

#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;
    /*    padding-bottom: 30px;*/
    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: 10px;
    background: url("../../img/sub/header-line.png") repeat-x left bottom;
}

#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;
    /*    padding-left: 12px;*/
}


/* footer */

.footer {
    /*    margin-top: 30px;*/
    background-color: #1b1918;
    padding-bottom: 40px;
}

.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;
    background-color: #211f1e;
    border-bottom: 1px #1f2226 solid;
}

.footer .footer-menu ul {
    padding-top: 18px;
    padding-bottom: 12px;
}

.footer .footer-menu ul li:before {
    color: #464646;
}

.footer .footer-menu ul li a {
    font-size: 16px;
    font-weight: 400;
    color: #e8e0de;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.footer .footer-menu ul li a.blue {
    font-weight: 600;
    color: #fff;
}

.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: #7f7977;
    font-family: 'Nanum Barun Gothic', sans-serif;
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #7f7977;
    font-size: 16px;
    font-family: 'Nanum Barun Gothic', sans-serif;
}
.footer p.copyright i {
    color: #7f7977;
}
@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: 991px) {
    .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;
    }



    @media (max-width: 767px) {
        .visual_bottom {
            display: none;
        }

        #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) {
        .footer p.logo {
            display: none;
        }
    }