    html,
body {
    height: 100%;
}


/* etc */

html {
    overflow-x: hidden
}

.row-offcanvas {
    height: 90%;
    position: relative;
}

a {
    color: #000;
}
a:hover{
    
    text-decoration: none;
}

/*@media(min-width:1170px) {*/
@media(min-width:1280px) {
    .container {
        width: 1066px;
    }
}
@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');*/
    background-size: cover;
    
}

.slide_txt_come{font-size: 56px;font-weight: 900;color: #f29745;}
/* header */

.header_scroll{
 
}
#header_wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
    height: 4.6354vw;
    transition: .5s height, .2s background;
    z-index: 999999;
}

#header_wrap .container{width:100%;}

#header_wrap.top_menu_06 {
    
}

#header_wrap.top_menu_06 h1 {
    overflow: hidden;
    width: 14.4063vw;
    margin-left: 2.5625vw;
    margin-top: 0.5vw;
}

#header_wrap.top_menu_06 h1 a {
    overflow: hidden;
    display: block;
    height: 4.2708vw;
    background: url(../../img/main/logo-white.png) 0 81% no-repeat;
    text-indent: -9999px;
    /*    background: url(../../img/main/logo-white.png) top center no-repeat;*/
    text-indent: -9999px;
    background-size: cover;
}

#header_wrap.top_menu_06.sub h1 a {
    background: url(../../img/main/logo-white.png) 0 100% no-repeat;
    text-indent: -9999px;
}


#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
    left: 50%;
    top: 0;
/*    width: 800px;*/
    width:55.2375vw;
    margin-left: -24.0458vw;
}

#header_wrap.top_menu_06 .gnb {
    text-align: center;
    background-color: transparent;
}

#header_wrap.top_menu_06 .gnb li {
    float: left;
    width: 7.5938vw;
    text-align: center;
}

#header_wrap.top_menu_06 .gnb>li::after{
    content: '';display: inline-block;width: 0.0521vw;height: 0.8854vw;background: #474747;position: absolute;top: 1.7708vw;right: 0px;
}

#header_wrap.top_menu_06 .gnb>li:last-child::after{
    content: '';display: none;
}

#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #000;
}

#header_wrap.top_menu_06 .gnb:after {
    display: block;
    clear: both;
    content: "";
}

#header_wrap.top_menu_06 .gnb .depth1 {
    position: relative;
}

#header_wrap.top_menu_06 .gnb .depth1 > a {
    display: block;
    height: 2.9688vw;
    padding: 1.8229vw 0 0;
    font-size:0.8096vw;
    font-weight: 400;
    text-transform: capitalize;
    font-weight: 700;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:before {
    background: linear-gradient(to right, #184c4e, #2295d1);
    background: -webkit-linear-gradient(to right, #184c4e, #2295d1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-top: 1.8750vw;
    content: "";
    height: 0.1563vw;
    left: 2.1792vw;
    position: absolute;
    width: 0%;
    transition: 0.5s;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
    color: #4568DC;
    width: 3.1250vw;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover {
    color: #4568DC;
}

#header_wrap.top_menu_06 .gnb .depth2 {
    display: none;
}

#header_wrap.top_menu_06 .top_right_menu {
    float: right;
    top: 0;
    position: absolute;
    right: 0;
    margin-top: 33px;
}

#header_wrap.top_menu_06 .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;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white:hover {
    background-color: #f6f6f6;
    color: #000
}


/* 투명 */

#header_wrap.top_menu_06.transparent {
 
}

#header_wrap.top_menu_06.transparent .gnb a {
    color: #000;
}
#header_wrap.top_menu_06.scroll_color.transparent .gnb a {
    color: #000;
}


#header_wrap.top_menu_06.transparent .top_right_menu .btn-white {
    display: inline-block;
    background-color: transparent;
    color: #fff !important;
    transition: 0.4s;
    border: 1px #fff solid !important;
    border-radius: 12em;
    padding-left: 18px;
    padding-right: 18px;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    height: 32px;
}


/* header_hover */

#header_wrap.full_down {
    height: 15.0729vw;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1100;
}

#header_wrap.full_down:before {
    position: absolute;
    left: 0;
    top: 5.0521vw;
    width: 100%;
    height: 10.1042vw;
    background-color: rgb(255, 255, 255, 0.6);
    border-top: 0;
    /*    border-bottom: 1px #cacaca solid;*/
    content: "";
}

#header_wrap.top_menu_06.full_down h1 a {
    background-position: 0 81%;
}

#header_wrap.top_menu_06.full_down .menu_wrap {}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb {
    overflow: hidden;
    /*    width: 1140px;*/
    margin: 0 auto;
    text-align: left;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a {
    color: #666;
}

#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .gnb a:focus {
    color: #000;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 {
    overflow: hidden;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a {
    margin-bottom: 1.5625vw;
    color: #000;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:hover,
#header_wrap.top_menu_06.full_down .menu_wrap .depth1 > a:focus {
    color: #000;
    text-decoration: none;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 {
    display: block;
    padding-top: 32px;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li {
    display: block;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a {
    margin-bottom: 0.7813vw;
    font-size: 0.7813vw;
    font-weight: 600;
    line-height: 1em;
    color: #3e3e3e;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:hover {
    color: #000;
    padding-left: 0.2083vw;
}

#header_wrap.top_menu_06.full_down .menu_wrap .depth2 > li > a:before {
    /*    content: "· "*/
}

#header_wrap.top_menu_06.full_down .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: 0.9375vw;
    padding-right: 0.9375vw;
    font-family: 'Open Sans', sans-serif;
    font-size: 0.6771vw;
}
/* 투명  풀다운  */

#header_wrap.top_menu_06.transparent {background: #fff;box-shadow: -1px 1px 6px 0px rgba(0, 0, 0, 0.35);}

#header_wrap .tel{position: absolute;right: 1.8750vw;top: 1.3021vw;z-index: 999;width: 14.1667vw;}
.scroll_color{background: #fff;position: fixed !important;}

#header_wrap.top_menu_06.transparent.full_down {
    height: 14.1042vw;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1100;
}

#header_wrap.top_menu_06.transparent.full_down:before {
    position: absolute;
    left: 0;
    top: 5.0521vw;
    width: 100%;
    height: 14.1042vw;
    background-color: rgb(244, 244, 244, 1);
    border-top: 0;
    /*    border-top: 1px #f6f6f6 solid;*/
    content: "";
}

/* 모바일 메뉴 */

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 1.0081vw;
    top: 2.0161vw;
    background-color: transparent;
    border: 0;
}

.grand{width: 175px;position: absolute;bottom: 4%;right: 1%;z-index: 2;animation: motion 1s ease-in-out 0s infinite alternate;}
.grand img{}
@keyframes motion {
	0% {bottom: 4%;}
	100% {bottom: 6%;}
}
@media(max-width:997px) {
    .menu_wrap {
        display: none;
    }
    .js-offcanvas-btn {
        display: block;
    }
    .sidebar-offcanvas {
        display: block !important;
    }
}


/* 모바일 메뉴 마감 */

.quick{position: fixed;right: 0px;top:9%;z-index: 999;transition:0.3s ease-in-out;}
.quick ul{width: 5.4688vw;margin-bottom: 0;}
.quick ul li{display: inline-block;text-align: center;width: 100%;}

.quick ul li img{width:100%;}

.warn{font-size: 12px;color: #7d7d7d;text-align: left;}

@media screen and (max-width:998px){
    .tel{display: none;}
    .quick{display: none;}
}
/* index- content */

.main_block{width: 100%;}
.main_block ul{width: 100%;overflow: hidden;margin-bottom: 0;}
.main_block ul li{width: 16.66666667%;float: left;text-align: center;border-right: 2px solid #eee;padding: 50px 0;transition:0.3s ease-in-out;}
.main_block ul li:hover{opacity: 0.5;}
.main_block ul li .lnr{font-size: 45px;color: #184c4e;}
.main_block ul li h1{font-size: 19.82px;color: #184c4e;font-family: "KoreanGHD-M";font-weight: 700;}
.main_block ul li h2{font-size: 14.87px;color: #000;font-family: "NotoSans";margin-top: 0;font-weight: 600;}


.index-content {}

.index-content .section-01 {

    background-position: 50% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: transparent;
    overflow: hidden;

    
}
.index-content .section-01 .content {
padding: 8% 0;
   
}
.index-content .section-01 .title-wrap {
    z-index: 2;
}

.index-content .section-01 .title-wrap h2 {
    font-size: 44.6px;
    line-height: 45px;
    font-weight: 100;
    color: #fff;
    font-family: 'KoreanGHD-M';
    margin-bottom: 0;
    margin-top: 0;
}

.dots{margin: 28px 0;}


.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: 39.64px;
    font-weight: 600;
    font-family: 'KoreanGHD-M';
    color: #184c4e;
    margin-bottom: 25px;
}

.index-content .title_wrap p {
    font-size: 20px;
    font-family: 'NotoSans', sans-serif;
    color: #363636;
}

.index-content .section-02 {
    width: 100%;
    padding: 6% 0;
    background: #f9f4ed;
}

.section_02_tit{width: 100%;text-align: center;}
.section_02_tit h1{font-size: 1.7188vw;color: #343434;font-weight: 600;}
.section_02_tit h2{font-size: 1.9563vw;color: #1a2c51;font-weight: 900;margin-top: 0;}
.section_02_cont{width: 100%;overflow: hidden;display: flex;justify-content: space-between;flex-direction: row;margin-top: 2.0833vw;}
.section_02_cont a{width: 24%;}
.section_02_cont a li{width: 100%;}
.sec_02_cont_picbox{width: 100%;height: 12.5000vw;padding:0.7813vw 0 0 0.7813vw;}
.picbox_01{background: url('../../img/picbox_01.jpg') no-repeat center ;background-size: cover;}
.picbox_02{background: url('../../img/picbox_02.jpg') no-repeat center ;background-size: cover;}
.picbox_03{background: url('../../img/picbox_03.jpg') no-repeat center ;background-size: cover;}
.picbox_04{background: url('../../img/picbox_04.jpg') no-repeat center ;background-size: cover;}
.sec_02_cont_picbox h1{font-size: 1.4583vw;color: #fff;font-weight: 700;}
.sec_02_cont_btn{width: 100%;background: #1a2c51;color: #fff;font-size: 1.1458vw;font-weight: 600;text-align: center;padding: 0.4167vw 0;display: flex;justify-content: center;align-items: center;}
.sec2_btn_ico{margin-right: 0.5208vw;width: 1.3438vw;}
.sec2_btn_ico2{margin-right: 0.5208vw;width: 2.3438vw;}
.section_02_cont a:nth-child(2n) .sec_02_cont_btn{background: #9e8368;}
.section_02_cont a:hover{text-decoration: none;}

.sec2_vr_btn{background: #eae6dd;color: #1a2c51;border: 0.1042vw solid #1a2c51; font-size: 1.1458vw;font-weight: 600;text-align: center;padding: 0.5208vw 0;display: flex;justify-content: center;align-items: center;margin: auto;width: 17.5521vw;margin-top: 1.5625vw;}




.section-03{width: 100%;}
.section-03 .content{width: 100%;max-width: 62.5000vw;margin: auto;}
.section_03_tit{width: 100%;text-align: left;}
.section_03_tit h1{font-size: 1.7188vw;color: #343434;font-weight: 600;}
.section_03_tit h2{font-size: 2.138vw;color: #1a2c51;font-weight: 900;margin-top: 0;}
.section_03_tit h3{font-size: 0.8333vw;color: #9e8368;font-weight: 900;margin-top: 0;}

.section_03_cont{width: 100%;    display: flex;
    justify-content: space-between;
    align-content: stretch;
    flex-direction: row;
    flex-wrap: nowrap;margin-top: 2.0833vw;}
.section_03_cont li{width: 23%;text-align: center;    box-shadow: 0.5208vw 0.5208vw 0 0 #1a2c51;background: #f7f6f7;}
.section_03_cont_box1{width: 100%;background: #1a2c51;color: #fff;font-weight: 600;font-size: 0.6771vw;text-align: center;letter-spacing: 0.9375vw;padding: 0.5208vw 0 0.5208vw 0.9375vw;}
.sec3_ico{width: 3.3333vw;display: inline-block;}
.sec3_ico img{width: 100%;}
.section_03_cont_box2{width: 100%;text-align: center;padding-top: 1.5625vw;padding-bottom: 0.7813vw;}
.section_03_cont_box2 h1{font-size: 0.9375vw;color: #343434;font-weight: 600;margin-bottom: 0;}
.section_03_cont_box2 h2{font-size: 1.2500vw;color: #1a2c51;font-weight: 900;margin-top: 0;}
.section_03_cont_box2 h3{font-size: 0.6771vw;line-height: 1.0938vw; color: #343434;font-weight: 600;}


.sec3_map{width: 100%;margin-top: 1.5625vw;}

.section-04 .content{max-width: 62.5000vw;margin: auto;padding: 5.2083vw 0;}
.section-04 h1{font-size: 2.2917vw;line-height: 2.8646vw; color: #343434;font-weight: 900;margin-bottom: 0;}
.section-04 h1 span{color: #1a2c51;}
@font-face {
    font-family: 'NanumMyeongjo';
    src: url('https://cdn.jsdelivr.net/gh/wizfile/font/NanumMyeongjo.eot');
    src:url('https://cdn.jsdelivr.net/gh/wizfile/font/NanumMyeongjo.woff') format('woff');
    font-style: normal;
}
.section-04 h2{font-size: 1.0417vw;line-height: 1.5625vw; color: #343434;font-weight: 900;margin-bottom: 0;font-family: 'NanumMyeongjo'}

.section-05 .content{max-width: 62.5000vw;margin: auto;padding: 7.2917vw 0;}
.sec5_cont{display: flex;justify-content: space-between;
    align-content: space-between;
    flex-direction: row;    align-items: center;}
.sec5_cont li{width: 49%;}
.sec5_cont li h1{font-size: 2.6563vw;color: #1a2c51;margin-bottom: 4.1667vw;margin-top: 0; position: relative;}
.sec5_cont li h1::after{content: '';display: inline-block;width: 16.3542vw;height: 0.1042vw;background: #1a2c51;position: absolute;bottom: -1.5625vw;left: 0;}
.sec5_cont li .main_addr{font-size: 1.0938vw;color: #343434;font-weight: 600;}
.sec5_cont li .main_addr span{color: #1a2c51;font-weight: 900;min-width: 4.1667vw;display: inline-block;margin-right: 1.3021vw;}
.main_addr_btn_area{width: 80%;display: flex;margin-top: 1.5625vw;    flex-direction: row;
    justify-content: space-between;}
.main_addr_btn_area a{width: 48%;}
.main_addr_btn{background: #eae6dd;color: #1a2c51;border: 0.1042vw solid #1a2c51; font-size: 0.8333vw;font-weight: 600;text-align: center;padding: 0.5208vw 0;width: 100%;}

.warn {
    width: 100%;
    margin-top: 3%;
}

.sec5_cont .embed-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    min-height: 18.7500vw;
    border: 0.0521vw solid #1a2c51;
}


.sec5_cont .embed-container iframe,
.sec5_cont .embed-container object,
.sec5_cont .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

/* 카우셀 */
.SlickCarousel {
    
}

.ProductBlock .box_wrap{overflow: hidden;}

.index-content .section-02 .box_wrap .title {
    float: right;
    z-index: 2;
    width: 550px;
    right: 0;
    padding-left: 59px;
    padding-top: 33px;
    padding-bottom: 98px;
    background: url('../../img/title_bg.jpg') no-repeat center 0;background-size: cover;
    z-index: 2;
    margin-top: 15%;
    
}

.section-02 .content{width: 1200px;margin: auto;}

.index-content .section-02 .box_wrap .title h2 {
    font-size: 32px;
    font-weight: 900;
    color: #f1c894;
    opacity: 1;
    font-family: 'NanumSquare';
    margin-bottom: 20px;
}

.index-content .section-02 .box_wrap .title .line {
    width: 90px;
    height: 1px;
    background-color: #fff;
}

.index-content .section-02 .box_wrap .title p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #fff;
    margin-top: 30px;
    margin-bottom: 30px;
}
.index-content .section-02 .ProductBlock {
    min-height: 48vmin;
}
.ProductBlock{outline: none;}

.index-content .section-02 .ProductBlock.sick-li-01 {
    background-repeat: no-repeat;
    background-position: 0 50%;
    }
.index-content .section-02 .ProductBlock.sick-li-02 {
    background-repeat: no-repeat;
    background-position: 0 50%;
    
} 
.index-content .section-02 .ProductBlock.sick-li-03 {
    background-repeat: no-repeat;
    background-position: 0 50%;
    
}

.index-content .section-02 .ProductBlock.sick-li-04 {
    background-repeat: no-repeat;
    background-position: 0 50%;
    
}
.index-content .section-02 .ProductBlock.sick-li-05 {
    background-repeat: no-repeat;
    background-position: 0 50%;
    
}
.index-content .section-02 .ProductBlock.sick-li-06 {
    background-repeat: no-repeat;
    background-position: 0 50%;
    
}
.index-content .section-02 .ProductBlock.sick-li-07 {
    background-repeat: no-repeat;
    background-position: 0 50%;
    
}
.slide_back{position: absolute;right: 8px;top:2%;display: inline-block;}
.Slick_wrap:after,
.Slick_wrap .Head:after {
    content: '';
    display: block;
    clear: both;
}

.s-Arrows {
/*    float: right;*/
    float: right !important;
    position: relative !important;
    z-index: 999999999999999999999999999999999999999999999999999999999999999999;
    top: 0 !important;
    margin-top: -140px !important;
    margin-right: 381px !important;

} 
.slick-dots {
    display: none !important;
}
.Slick-Next,
.Slick-Prev {
    display: inline-block;
    width: 52px;
    height: 52px;
    margin-top: 6px;
/*    background: ;*/
    border: 1px #fff solid;
    color: #fff;
    /*  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: #fff;
    color: #184c4e;
}

.Slick-Next:before {
    content: '\f105'
}

.Slick-Prev:before {
    content: '\f104'
}

.SlickCarousel {
    margin: 0 -7.5px;
    margin-top: 10px;
    z-index: 2;
}

/**/

.index-content .section-03 {
    
    position: relative;
    padding: 6% 0;
}

.index-content .section-04 {
    position: relative;
    margin-top: 70px;
    background-attachment: fixed;
}

.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 {
    
}
.index-content .section-05 .title_wrap {
    margin-bottom: 60px;
    text-align: left;
}
.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: 19.82px;
    margin-top: 25px;
    margin-bottom: 20px;
    line-height: 28px;
    font-family: "NanumSquare";
    font-weight: 700;
}
.index-content .section-05 .title_wrap p span{
    font-weight: 900;
}
.index-content .section-05 .latest-paper {
}

.main_customer{width: 100%;background: url('../../img/main/customer_bg.jpg') no-repeat center 0;background-size: cover;padding: 90px 0;background-attachment: fixed;}
.main_customer_area{width: 100%;max-width: 1140px;margin: auto;}
.main_customer ul{overflow: hidden;width: 100%;}
.main_customer ul li{width: 41%;float: left;}
.main_customer ul li.main_customer_r{text-align: right;float: right;width: 50%;}
.cutomer_ico{border: 1px solid #fff;display: inline-block;text-align: center;padding: 24px 41px;margin-left: 10px;min-width: 139.2px;transition: 0.3s ease-in-out;}
.cutomer_ico:hover{background: rgba(255,255,255,0.4)}
.main_customer_r a:first-child .cutomer_ico{margin-left: 0px;}
.cutomer_ico h1{color: #fff;font-size: 15px;font-weight: 700;margin: 20px 0 0 0;}

/* 새창 유튜브 */

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

.life_sla .slick-list{overflow: inherit !important;}
@-webkit-keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSD {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD;
  animation-name: fadeInUpSD;
}
.slick-active .life_l {
  animation-name: fadeInUpSD;
  animation-duration: 2s;
  opacity: 1;
}
   


      
@-webkit-keyframes fadeInUpSD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSD2 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpSD {
  -webkit-animation-name: fadeInUpSD2;
  animation-name: fadeInUpSD2;
}
.slick-active .life_r {
  animation-name: fadeInUpSD2;
  animation-duration: 2s;
  opacity: 1;
}
.life_sla{width: 100%;}
.life1{width: 100%;}

.section-01 .content{overflow: hidden;width: 100%;}
.main_pre{width: 63.84%;float: right;}
.main_pre .slick-list{width: 100%;overflow: hidden;padding-left: 80px;}
.main_pre .slick-track{width: 100%;display: flex;
    flex-direction: row;overflow: hidden;}
.main_pre .slick-slide{width: 27.2396vw !important;margin-right: -30px;margin-top: 50px;transition: 0.3s ease-in-out;}
.main_pre .slick-slide img{}
.main_pre .slick-slide.slick-current{margin-top: 0;}
.main_pre:focus{outline:none;}
.loc-left{position: absolute;bottom: -40%;left: 1%;cursor: pointer;z-index:2}
.loc-right{position: absolute;bottom: -40%;left: 12%;cursor: pointer;z-index:2}

.txt-box{width: 23.3%;float: left;margin-left: 157px;}
.txt-box .main_pre_cont{margin-top: 50px;}
.slider-box{width: 63.84%;float: right;}

/*  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: 320px;
    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: 320px;
    
    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;
    background-size: cover;
}

.subtop_logo img,.subtop_building img,.subtop_txt img{width: 100%;}

.subtop_logo{width: 411px;position: absolute;left: 32%;bottom:23%;}
.subtop_line{width: 2932px;position: absolute;left: -11%;bottom:-3%;z-index: -1}
.subtop_building{width: 447px;position: absolute;bottom: -9%;right: -6%;}

.subtop_txt{
    width: 403px;height: 234px;bottom: -15%;left: -2%;
    position: absolute;
 -webkit-animation: mymove 2s; 
    animation: mymove 2s;
    animation-iteration-count:1;
  clip: rect(0px, 403px, 234px, 0);
}

@-webkit-keyframes mymove{
  0%{
    clip: rect(0px, 132px, 234px, 132px)
    }
  100%{
    clip: rect(0px, 403px, 234px, 0);
    }
}

.s_visual_wrap .slide .content {
    top: 0;
    position: relative;
    z-index: 1;
    text-align: center;
    height: 100%;
    /*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    */
}

.s_visual_wrap .slide .content h1 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    font-family: 'KoreanGHD-M';
    /*        padding-bottom: 0;*/
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0;
    text-transform: capitalize;
    position: relative;
    height: 100%;
}

.s_visual_wrap .slide .content h1 .subtop_area{
    width: 100%;max-width: 1194px;position: relative;margin: auto;justify-content: space-between;align-items: center;height: 100%;}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    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_three_map_wrap {
    
    position: relative;
    background-color: rgba(0,0,0,0.3);
    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: url('../../img/main/box-home.png');
    background-position: 20% 80%;
    background-repeat: no-repeat;
    color: #dad5ec;
    line-height: 32px; 
    display: block;
    height: 40px;
    /*    font-size: 16px;*/
    /*    padding-left: 40px;*/
/*    background-color: #27156d;*/
    padding: 23px;
    padding-left:0;
    font-weight: 700;
    font-size: 15px;
    border-top: 0;
    

}

.sub_three_map_wrap .sub_three_map .home:after {
  /*  font-weight: 900;
        font-family: FontAwesome;
        content: "\f105";
        float: right;
        padding-right: 20px;
    color: #fff;*/
}

.sub_three_map_wrap .sub_three_map .menus {
/*
    border-left: 1px #3a297e solid;
    border-right: 1px #27156d solid;
    background-color: #27156d;
*/
    border-top: 0;
}




.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: 600;
    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;
    /*    font-weight: 400;*/
    text-transform: capitalize;
    line-height: 32px;
}

@media screen and (max-width:800px){
.sub_three_nav ul li a,
.sub_three_nav ul li a:visited {
        font-size:13px; 
    }
}

.sub_three_nav ul li a:hover {
    /*    color: #000;*/
}

.sub_three_nav .dropdown-active {
    background-color: #fff;
    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;
/*
    color: #fff;
    background: url('../../img/sub/box-down.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
*/
}
.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;
    /*    border: 1px #fff solid;*/
    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;
    /*    border: 1px #fff solid;*/
    text-align: center;
    width: 22px;
}
/*
.sub_three_map_wrap .sub_three_map .depth2 > a {
    font-weight: 900;
}
*/
/* sticky */

.sub_three_map_wrap.sticky {
  position: fixed;
  top: 4.6354vw;
    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 .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;
/*        border: 1px #000 solid;*/
    text-align: center;
    width: 22px;
}
.sub_three_map_wrap.sticky .sub_three_map .home:after {
    background: url(../../img/main/box-home_black.png);
    background: none;
    font-family: FontAwesome;
    content: "\f015";
    color: #000;
    line-height: 22px;
    display: block;
    height: 40px;
    padding: 0;
    padding-left: 0;
    font-weight: 700;
    font-size: 18px;
    border-top: 0;
}
/* 서브 중앙메뉴 마감 */

#sub_content {
    /*    margin-top: 120px;*/
    margin-bottom: 80px;
}

#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;
    margin-bottom: 0;
    padding-bottom: 0;
}

#sub_content .page-header h1 {
    font-size: 37.46px;
    color: #1a2c51;
    font-weight: 900;
    display: inline-block;
    margin-top: 25px;
    text-transform: capitalize;
    font-family: 'NanumSquare';
    
}
.tit_img{display: inline-block;width: 100%;text-align: center;}
.tit_img img{}

.popup_area{position: absolute;top: 1%;z-index: 999999;    display: flex;
    flex-direction: row;
    align-items: center;top: 170px;left: 0px;}
.popup{width: 400px;border: 2px solid #e5e5e5;}
.popup_btn{width: 60px;cursor: pointer;}
.popup_btn_off{width: 60px;cursor: pointer;}


#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: #333;
    
}

.footer .container{width: 96%;}

.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 {
    display: none;
    padding-top: 25px;
    padding-bottom: 20px;
    background-color: #13161b;
    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: #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: 2.8646vw;
    display: block;
    width: 40%;
    font-size: 0.7813vw;color: #fff;
        font-family: 'NotoSans';
    text-align: right;
}

.footer p.logo span{font-size: 20px;font-weight: 700;}

.footer p.logo img {
    width: 33.4%;margin-bottom: 30px;
}

.footer address {
    margin-top: 20px;
    font-size: 12px;
    line-height: 19px;
    color: #fff;
    font-family: 'NotoSans';
}

.foot_warn{color: #fff;margin-bottom: 10px;font-size: 11px;}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-size: 13px;
    font-family: 'NotoSans';
    margin-bottom: 10px;
}

@media screen and (min-width:990px){
.comp1{width: 7.6042vw}
.comp2{width: 3.9063vw}
.comp3{width: 7.1354vw}
.footer p.logo .foot_comp img{width: 100%;margin-bottom: 0;}
}
.footer p.logo .foot_comp img{width: inherit;margin-bottom: 0;}

.swiper-button-prev{background: url('../../img/slide_btn_01.png') no-repeat center 0;background-size: cover;}
.swiper-button-next{background: url('../../img/slide_btn_02.png') no-repeat center 0;background-size: cover;}

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

.loc_bg{width: 100%;background:url('../../img/loc_bg.jpg') no-repeat center 0;padding: 26% 0;margin-left: 50%;margin-top: -43%;}


.mb_slide{width: 100%;margin-top: 11%;}
#mb{display: none;}
.m_sec_01{width: 100%;background: url('../../img/msection_01_bg.png') no-repeat center bottom;background-size: cover;text-align: center;padding: 5% 0 17% 0;height: 61vh !important;}
.m_sec_01 h1{width: 100%;display: inline-block;margin-top: 24%;}
.m_sec_01 h2{width: 75%;display: inline-block;}
.m_sec_01 h2 img{width: 100%;}
.m_sec_01 h1 img{width: 100%;}

.m_sec_02{width: 100%;background: url('../../img/msection_02_bg.png') no-repeat center bottom;background-size: cover;text-align: center;padding: 5% 0 17% 0;}
.m_sec_02 h1{width: 100%;display: inline-block;margin-top: 11%;}
.m_sec_02 h2{width: 75%;display: inline-block;}
.m_sec_02 h2 img{width: 100%;}
.m_sec_02 h1 img{width: 100%;}

.m_sec_03{width: 100%;background: #fff;text-align: center;}
.m_sec_03 ul{width: 93%;overflow: hidden;margin: 4% auto;}
.m_sec_03 ul li{float: left;}
.m_sec_03 ul li img{width: 100%;}
.m_sec_03 ul li:nth-child(1){width: 50%;margin-right: 3%;}
.m_sec_03 ul li:nth-child(2){width: 23%;margin-right: 1%;}
.m_sec_03 ul li:nth-child(3){width: 23%;}


.mquick{width: 100%;}
.mquick ul{width: 100%;overflow: hidden;margin: 0;}
.mquick ul li{width: 25%;box-sizing: border-box;float: left}
.mquick ul li img{width: 100%;}

#pc{}
#mb{display: none;}
.mb_telbtn{display: none;}
.mb_telbtn img{width: 100%;}

.concept{width: 100%;}
.concept tbody{width: 100%;}
.concept tbody tr{width: 100%;font-size: 17px;line-height: 20px;text-align: center;color: #000;font-weight: 300;word-break: keep-all;}
.concept tbody tr td{padding: 1.5% 0;border: 1px solid #e5e5e5;}
.concept tbody tr:first-child{color: #fff;font-weight: 700;}
.concept tbody tr:first-child td{color: #fff;font-weight: 700;}
.concept tbody tr td:nth-child(1){background: #f6f4f4;font-weight: 700;}
.concept tbody tr:first-child td:nth-child(1){background: #ed6d00;}
.concept tbody tr:first-child td:nth-child(2){background: #364b53;}
.concept tbody tr td:nth-child(1){width: 31%;}
.concept tbody tr td:nth-child(2){width: 69%;}


@media screen and (max-width:998px){
    .index-content .section-02{padding: 9% 0;}
    .section_02_tit h1{font-size: 1.3em;}
    .section_02_tit h2{font-size: 1.5em;}
    .section_02_cont{flex-wrap: wrap;}
    .section_02_cont a{width: 48%;}
    .sec_02_cont_picbox{height: 26.5vw;    display: flex;
    justify-content: center;
    align-items: center;}
    .sec_02_cont_picbox h1{font-size: 1.5em;text-align: center;margin: 0;}
    .sec_02_cont_btn{font-size: 1.2em;}
    .sec2_btn_ico{width: 12%;}
    .sec2_btn_ico2{width: 12%;}
    .sec2_vr_btn{width: 70%;font-size: 1.2em;padding: 2% 0;}
    .section_03_tit h1{font-size: 1.3em;word-break: keep-all;}
    .section_03_tit h2{font-size: 1.8em;word-break: keep-all;}
    .section_03_tit{text-align: center;}
    .section_03_cont li{width: 48%;}
    .section_03_cont li:nth-child(n+3){margin-top: 4%;}
    .section_03_cont{flex-wrap: wrap;}
    .section_03_cont_box1{font-size: 1em;padding: 2% 0;}
    .sec3_ico{width: 30%;margin-top: 5%;}
    .section_03_cont_box2 h1{font-size: 1em;word-break: keep-all;margin-top: 5%;}
    .section_03_cont_box2 h2{font-size: 1.3em;word-break: keep-all;}
    .section_03_cont_box2 h3{display: none;}
    .section_03_cont{margin-top: 5%;}
    .index-content .section-03{padding: 9% 0%;}
    .index-content .section-03 .content{max-width: unset;width: 86%;}
    .section_03_tit h3{font-size: 1em;}
    .index-content .section-04{margin-top: 0;}
    .section-04 .content{max-width: inherit;width: 84%;margin: auto;}
    .section-04 h1{font-size: 1.5em;line-height: normal;text-align: center}
    .section-04 h2{font-size: 1.1em;line-height: normal;text-align: center}
    .section-05 .content{max-width: unset;width: 86%;}
    .sec5_cont li{width: 100%;}
    .sec5_cont li:nth-child(2){margin-top: 5%;}
    .sec5_cont{flex-direction: column;}
    .sec5_cont li h1{font-size: 2em;}
    .sec5_cont li .main_addr{font-size: 1.2em;margin-bottom: 3%;}
    .sec5_cont li .main_addr span{width: 100%;}
    .main_addr_btn{font-size: 1.5em;}
    .main_addr_btn_area{width: 100%;}
    .sec5_cont .embed-container{min-height: 60vw;}
    
     .section_02_cont .embed-container{padding-bottom: 60%;min-height: inherit;max-height: 450px;border-radius: 20px 0 0 0;}
    
    .index-content .section-01{background-position: 42% 0%;}
    .index-content .section-01 .content{padding: 8% 0% 8% 5%}
    .txt-box{float: inherit;margin-left: 0;width: 70%;display: block;}
    .main_pre{float: inherit;width: 100%;margin-top: 8%;}
    .txt-box .main_pre_cont{margin-top: 10%;}
    .main_pre .slick-slide{width: 0.7% !important;margin-right: 0.000001%;}
    .main_pre .slick-list{padding-left: 0;}
    .loc-left,.loc-right{display: none;}
    .section_02_cont li{width: 100%;}
    .section_02_cont li:last-child{width: 100%;margin-top: 10%;}
    .section_02_cont li .sec2_btn{top: -7%;bottom: inherit;width: 31%;}
    .section-02 .content{width: 86%;}
    .foot_warn{font-size: 10px;}
    
    
    .footer .container{width: 96%;padding: 0;margin: auto;padding: 0 15px;}
    .quick{display: none;}
        #hd_pop{z-index: 2;width: 100%;text-align: center;}
        .hd_pops{margin: auto;
    top: 70px !important;
    left: 10% !important;
    width: 80%;}
    .hd_pops_con{width: 100% !important;height: 100% !important;}
    .hd_pops img{width: 100% !important;}
    .hd_pops_con p{margin: 0;}
    
    .mpopup_area{position: absolute;top: 1%;z-index: 999999;    display: flex;
    flex-direction: row;
    align-items: center;top: 12%;left: 0px;width: 100vw;}
.mpopup{width: 80%;border: 2px solid #e5e5e5;}
.mpopup_btn{width: 13%;cursor: pointer;}
.mpopup_btn_off{width: 13%;cursor: pointer;}
    
    


}
.mb_slide{display: none;}
@media (max-width: 992px) {
         .footer p.logo .foot_comp img{width: 18%;display: inline-block;}
    .sub_three_map_wrap{margin-top: 0%}
    .mb_telbtn{    display: block;
    position: absolute;
    top: 22%;
    left: 72%;
    width: 7%;}
    #pc{display: none;}
#mb{display: block;}

    #header_wrap {height: 9%;}
    .tit_img{display: block;width: 100%;text-align: center;}
    .tit_img img{width: 30%;}
    .footer{position: relative;padding: 0px;}
    .footer p.logo{width: 100%;text-align: center;margin: 20px 0;left: 0;float: inherit;font-size: 1em;word-break: keep-all;}
    .footer p.logo span{font-size: 1.2em;}
    .footer p.logo img{width: 60%;display: block;margin: auto;margin-bottom: 2%;}
    #header_wrap.top_menu_06 h1{width: 55%;margin-bottom: 0;margin-top: 0%;margin: 1px;}
    #header_wrap.top_menu_06 h1 a{background-size: cover;height: 75px;}
    
    .sub_three_map_wrap.sticky{top: 8%;}
    .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: 18vh;
}


    .s_visual_wrap .slide li {
        height: 19vh;

    }

    .s_visual_wrap .slide .content {
        top: 51%;

    }
    .s_visual_wrap .slide {
        padding-left: 0px;
        padding-right: 0px;
    }
    .s_visual_wrap .slide .content h1 {
        font-size: 20px;
        font-weight: 800;
        color: #fff;
        font-family: 'KoreanGHD-M';
        /*        padding-bottom: 0;*/
        margin-bottom: 12px;
        margin-top: 0;
        padding-top: 0;
        word-break: keep-all;
    }
    .s_visual_wrap .slide .content p {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
    }
    .footer address {
    margin-top: 0px;
    font-size: 10px;
    line-height: auto;

    font-family: 'NotoSans';
}

.footer p.copyright {
    margin-top: 0;
    padding-top: 0;
    color: #fff;
    font-size: 11px;
    font-family: 'NotoSans';
}

    
    #mb{display: block;}
    

}
    @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 {
         
        }
    }