html,body{height: 100%;}
html {
    overflow-x: hidden
}

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

a {
    color: #000;
}

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

.preloader_wrapper{width: 100%;height: 100%;position: fixed;top: 0;left: 0;background: #fff;display: flex;justify-content: center;align-items: center;z-index: 999999999999;}
.preloader{max-width: 100%;max-height: 100%;display: none;}

@media screen and (max-width:1000px){
    .preloader{max-width: 50%;}
}

.video_bg video{height: 100%;}
.video_bg{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}
.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 1;
}

.video_bg_m{width: 100%;height: 100%;position: absolute;top: 0;left: 0;z-index: 1;}
.bg-video_m {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  opacity: 1;
}

.video_bg_m .vimeo-container {
  padding: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.video_bg_m iframe {
  box-sizing: border-box;
  width: 177.77777778vh;
  height: 56.25vw;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.bg-video__content {
  height: 100%;
  width: 100%;
  object-fit: cover;
  
}
.cursor {
position: absolute;
transform: translate(100%, 100%);
width: 2.5rem;
height: 2.5rem;
border: 2px solid #fc671a;
border-radius: 50%;
opacity: 1;
pointer-events : none;
z-index: 10000000;
}

.cursor.on {
  border: 2px solid #222;
  background: #222;
  opacity: 1;
}


.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: 17.9167vw;
    text-indent: -9999px;
    margin-left: 1.5625vw;
    margin-top: 1.40vw;
}

#header_wrap.top_menu_06 h1 a {
    overflow: hidden;
    display: block;
    height: 1.7188vw;
    background: url(../../img/main/logo-white.png) no-repeat center 0;
    background-size: cover;
}


#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
    left: 50%;
    top: 0;
/*    width: 800px;*/
    width:48.2375vw;
    margin-left: -21.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 .gnb li.depth1::after{
    content: '';display: inline-block;width: 0.0521vw;height: 0.8854vw;background: #474747;position: absolute;top: 1.7708vw;right: 0px;
}

#header_wrap .gnb li.depth1: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, #fc671a, #ffdda3);
    background: -webkit-linear-gradient(to right, #fc671a, #ffdda3);
    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: 13.1042vw;
    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: 13.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 70%;
}

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

.top_menu_06 .header_img{display: none;width: 24.2708vw;position: absolute;bottom: 0;left: 2.2%;}
.top_menu_06.full_down .header_img{display: block;}
/* 투명  풀다운  */

#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.7396vw;}
.scroll_color{background: #fff;position: fixed !important;}


/* 모바일 메뉴 */

.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: 0%;top:9%;z-index: 99999;transition:0.3s ease-in-out;display: inline-block;}
.quick ul{width: 4.8438vw;margin-bottom: 0;}
.quick ul li{display: inline-block;text-align: center;width: 100%;}
.quick ul li img{width:100%;}

.warn{width: 100%;margin-top: 3%;font-size: 13px;font-family: 'NotoSans';line-height: 1.4;background: #fff8f8;padding: 2%;word-break: keep-all;}

@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: #fc671a;}
.main_block ul li h1{font-size: 19.82px;color: #fc671a;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: url(../../img/section_01_bg.jpg) no-repeat center 0;background-size: cover;
    
}

.index-content .section-01 .content {
padding: 8% 0;position: relative;
   
}
.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: #fc671a;
    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: 0;
    background-repeat: no-repeat;
    background-size: cover;
}

.section_02_cont{width: 100%;overflow: hidden;margin: 0;background: #fff;display: flex;flex-direction: row;}
.section_02_cont>li{width: 44%;position: relative;display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;}
.sec2_txt_area{display: flex;}
.section_02_cont>li:first-child{background: url(../../img/main_apt_bg2.jpg) no-repeat center 0;background-size: cover;}
.section_02_cont>li:last-child{width:56%;background: url(../../img/main_apt_bg.jpg) no-repeat center 0;background-size: cover;padding: 3% 0 1% 0;}
.main_tab_bg{  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
  z-index: -1;opacity: 0.5;}
.main_tab_bg embed{width: 100%;height: 100%;}

.main_apt_nav{display: flex;width: 50%;margin: auto;margin-top: 4%;}
.main_apt_nav li{font-size: 1.3021vw;border-top: 0.1563vw solid #707372;border-bottom: 0.1563vw solid #707372;color: #707372;font-weight: 600;text-align: center;margin-right: 1vw;width: 33.3333%!important;cursor: pointer;}
.main_apt_nav li.slick-current{border-top: 0.1563vw solid #008188;border-bottom: 0.1563vw solid #008188;color: #008188;}
.main_apt_nav li:last-child{margin-right: 0;}
.main_apt{width: 60%;margin: auto;margin-top: 4%;margin-bottom: 4%;}
.main_apt1,.main_apt2,.main_apt3{width: 60%;margin: auto;margin-top: 4%;margin-bottom: 4%;}
.main_apt_nav .slick-track{transform: translate3d(0.0000vw, 0.0000vw, 0.0000vw) !important;display: flex;
    flex-direction: row;
    justify-content: space-between;
    }
.main_apt1 img{width: 100%;}
.main_apt2 img{width: 100%;}
.main_apt3 img{width: 100%;}
.main_apt_tit{width: 12.7604vw;margin: auto;margin-top: 2%;}

.main_op_nav{display: flex;width: 50%;margin: auto;margin-top: 2.5%;}
.main_op_nav li{font-size: 1.3021vw;border-top: 0.1563vw solid #a79079;border-bottom: 0.1563vw solid #a79079;color: #a79079;font-weight: 600;text-align: center;margin-right:0.2417vw;width: 23.5%!important;}
.main_op_nav li:nth-child(n+5){margin-top: 3%;}
.main_op_nav li:nth-child(4n){margin-right: 0;}
.main_op_nav li.slick-current{border-top: 0.1563vw solid #242c51;border-bottom: 0.1563vw solid #242c51;color: #242c51;}
.main_op_nav li:last-child{margin-right: 0;}
.main_op{width: 60%;margin: auto;margin-top: 2.5%;margin-bottom: 4%;}
.main_op_nav .slick-track{transform: translate3d(0.0000vw, 0.0000vw, 0.0000vw) !important;display: flex!important;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}
.main_op img{width: 100%;}
.main_op_tit{width: 19.1667vw;margin: auto;}
.slick-track:before, .slick-track:after{display: none!important;}

.tab_img{width: 60%;margin: auto;}
.sec2_txt{text-align: center;}
.sec2_txt1{font-size: 1.3542vw;color: #fff;font-family: 'NanumSquare';font-weight: 600;}
.sec2_txt2{font-size: 2.6563vw;font-family: 'Gmarket Sans';font-weight: 700;color: #fff;margin-top: 1.2500vw;}
.sec2_txt3{font-size: 1.1458vw;font-family: 'Gmarket Sans';font-weight: 200;color: #fff;letter-spacing: 0.1563vw;margin-top: 1.2500vw;}

.tab_tit{width: 90%;margin: auto;margin-top: 5%;background: #008188;padding: 0.5004vw 0 0.2604vw 0;text-align: center;color: #fff;font-weight: 300;font-size: 1.4667vw;border-radius: 60px;font-family: 'GmarketSans'}
.tab_tit span{font-weight: 700;}

.main_tab_btn{display: flex;position: absolute;bottom: 10.5%;left: 9%;}
.main_tab_prev,.main_tab_next{width: 2.5521vw;cursor: pointer;}
.main_tab_prev{margin-right: 0.5208vw;}
.more2{width: 2.2917vw;margin-left: 1.5625vw;transition: 0.3s ease-in-out;position: absolute;bottom: 8%;right: 14%;}

.section-03{width: 100%;}
.section-03 .content{width: 100%;margin: auto;}
.section-03 .content a:hover{text-decoration: none;}
.section_03_cont{width: 100%;    display: flex;
    justify-content: space-between;
    align-items: center;}
.section_03_cont li{position: relative;}

.section_03_cont li img{width: 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: 100%;max-width: 72.2396vw;margin: auto;padding: 5% 0; position: relative;}

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

.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;
    background-size: cover;
}

.index-content .section-04 {
    position: relative;
    margin-top: 0px;
}

.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: 100px;margin-bottom: 50px;
}
.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;}


.section-01 .content{overflow: hidden;width: 100%;}
.main_pre{width: 62.84%;float: right;z-index: 2}
.main_pre .slick-list{width: 100%;overflow: hidden;padding-left: 9.3750vw;}
.main_pre .slick-track{width: 100%;display: flex;
    flex-direction: row;overflow: hidden;}
.main_pre .slick-slide{width: 24.1146vw !important;margin-top: 2.6042vw;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: -30%;left: 1%;cursor: pointer;z-index:2}
.loc-right{position: absolute;bottom: -30%;left: 12%;cursor: pointer;z-index:2}

.txt-box{width: 22.2708vw;float: left;margin-left: 8.1771vw;}

.slider-box{width: 63.84%;float: right;}

.main_pre_tit{width: 19.2708vw;}
.main_pre_cont_txt{font-size: 1.9792vw;line-height: 1.2;font-family: 'Cafe24Ohsquareair';font-weight: 100;color: #343434;text-align: left;word-break: keep-all;margin-top: 2.2042vw;}
.main_pre_cont_txt span{font-weight:700;font-family: 'Cafe24Ohsquare';font-size: 2.8646vw;}
.main_pre_cont_txt span.smalltxt{font-weight:400;font-family: 'Cafe24Ohsquareair';font-size: 1.5vw;}
.main_pre_cont_txt .main_pre_bar{display: inline-block;width: 2.0313vw;height: 0.0521vw;background: #000;position: absolute;top: 4.6875vw;left: 4.6875vw;}
.main_pre_cont_text_in{font-size: 0.8333vw;line-height: 1.5;color: #343434;font-family: 'NotoSansKR';margin-top: 5%;font-weight: 400;}

.main_pre_ico{width: 22.8%;position: absolute;right: 5%;top: 16%;}

.slick-slider:focus,.slick-slider *:focus{outline: none;}
/*  sub layout */

.main_pre_btn{display: flex;margin-top: 10%;}
.main_pre_btn>div{}
.main_pre_prev,.main_pre_next{width: 2.5521vw;cursor: pointer;}
.main_pre_prev{margin-right: 0.5208vw;}
.more1{width: 2.2917vw;margin-left: 1.5625vw;transition: 0.3s ease-in-out;}

.more_btn:hover{transform: rotate(180deg);}

.circle_area{position: absolute;top: 22%;right: 0%;    display: flex;
    justify-content: center;
    align-items: center;}
.circle{ width: 8.0729vw;height: 8.0729vw;border-radius: 18.7500vw;background: #ff671d;    display: flex;
    justify-content: center;align-items: center;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);transition: 0.3s ease-in-out;}
.circle_in{font-size: 1.0938vw;line-height: 1;color: #fff;text-align: center;letter-spacing: 0.3083vw;font-family: Gmarket Sans;margin-top: 0.3646vw;margin-left: 0.2083vw;}
.circle_out{width: 10.9896vw;height: 10.9896vw;background: url(../../img/circle_out.png) no-repeat center 0; animation: rotateLoop 5s infinite linear;transition: 0.3s ease-in-out;background-size: cover;}
.circle_area:hover .circle{width: 12.5000vw;height: 12.5000vw;}
.circle_area:hover .circle_out{background: url(../../img/circle_out_w.png) no-repeat center 0;background-size: cover;}

@keyframes rotateLoop {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotateLoopRe {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}
@-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%;}

/*  sub layout */


/* 비쥬얼 */

.section-03{width: 100%;}
.section-03 .content{width: 100%;margin: auto;}
.section_03_cont{width: 100%;    display: flex;
    justify-content: space-between;
    align-items: center;max-width: 44.9583vw;margin: auto;margin-top: 2%;}
/*
.section_03_cont li::after{content: ''; display: inline-block;width: 0.2604vw;height: 3.4375vw;background: #a79079;position: absolute;top:-4%;left: 185%;}*/
.section_03_cont li{position: relative;}
.section_03_cont li:last-child::after{display: none;}
.section_03_cont li img{width: 100%;}
.sec3_tit{font-size: 2.5000vw;line-height: normal;font-family: 'GmarketSans';font-weight: 700;color: #fff;letter-spacing: 0.1vw;text-align: center}
.sec3_tit2{font-size: 1.1458vw;line-height:1.7188vw;font-family: 'NanumSquare';font-weight: 500;color: #fff;text-align: center;margin-top: 1.0208vw;}
.more3{width: 2.2917vw;transition: 0.3s ease-in-out;margin: auto;margin-top:1.0833vw;position: relative;z-index: 9;}
.section_03_cont a:hover{text-decoration: none;}
.sec3_num:hover {color: #fff;}
/* 비쥬얼 */

.sec3_num{font-size: 4.4271vw;color: #00c7d2;font-family: 'GmarketSans';font-weight: 500;text-align: center; margin: auto;transition: 0.3s ease-in-out;position: relative;}

.section_03_cont li .sec3_num::after{content: '';display: inline-block;width: 6.2500vw;height: 1px;background: #fff;position: absolute;right: -10vw;;top: 50%;transform: translateY(-50%);}
.section_03_cont li:last-child .sec3_num::after{display: none;}

.section-04 .content{width: 95%;margin: auto;padding: 5% 0;background: #fff;}
.section_04_cont{width: 100%;    display: flex;
    align-items: flex-end;max-width: 72.1875vw;margin: auto;/*margin-top: 2%;*/justify-content: space-between;}

@keyframes rotateLoop {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

@keyframes rotateLoopRe {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(-360deg);
	}
}
.section_04_cont li{position: relative;}
/*.section_04_cont li:nth-child(1){width: 36.5104vw;}
.section_04_cont li:nth-child(2){width: 35.7292vw;}*/
.section_04_cont li{width: 49%;}
.section_04_cont li img{width: 100%;}
.sec4_tit{font-size: 2.0833vw;line-height: normal;font-weight: 900;color: #080808;text-align: center;margin: auto;/*margin-top:9.1%;*/position: relative;z-index: 1;font-family: 'NanumSquare'}
.sec4_addr{color: #443032;font-weight: 400;font-size:1.1458vw;text-align: center;margin-top: 1%;}
.sec4_addr span{font-family: 'GmarkerSans';color: #003164;font-weight: 900;}
.sec4_c{color: #15316e;display: inline-block;font-family: 'NanumSquare';}
.sec4_img_02{margin-top: -8.3021vw;}

.sec4_content_area{width: 100%;position: relative;margin-top: 6%;}

.sec4_cont_tit{position: absolute;top: -7.5%;right: 0;display: inline-block;background: #fc671a;color: #fff;font-family: "GmarketSans";padding: 1.5% 3% 1% 3%;font-size: 25px;letter-spacing: 2px;border-radius: 60px;z-index: 2;text-transform: uppercase;}
.mainmap_btn_area{position: absolute;top: -7.5%;left: 0;width: 5.6771vw; display: flex;justify-content: space-between;z-index: 2;}
.mainmap_btn{width: 46%;} 
.mainmap_btn img{width: 100%;}

.sec4_cont{border-radius: 40px 0 40px 0;overflow: hidden;}

.section-04 .embed-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    min-height: 17.2292vw;

}


.section-04 .embed-container iframe,
.section-04 .embed-container object,
.section-04 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.db_section{width: 100%;background: #008188;margin-top: 7%;}
.db_area{width: 100%;display: flex;flex-direction: row;justify-content: space-between;max-width: 72.1875vw;margin: auto;padding: 5% 0;}
.db_img{width: 59.6%;}
.db_input{width: 37%;}



@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: 17.0625vw;
    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: 17.6667vw;
    
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    padding: 0;
    margin: 0;
    top: 0;
    background-size: cover;
    background-position: center bottom;
}

.overview{margin-top: 40px;}
.overview > p{margin-bottom:40px;}
.overview > table{width:100%; border-top:2px solid #fc671a;font-family: 'NotoSans'}
.overview > table th,
.overview > table td{font-size:20px; font-weight:500; padding:20px 20px; border-bottom:1px solid #ddd;}
.overview > table th{background:#f5f5f5; color:#080808; font-weight:700; font-size:16px; padding:20px 20px; border-bottom:1px solid #bcbcb6;text-align: center;}
.overview > table td{padding:20px 10px 20px 20px; font-size:16px; border-bottom:1px solid #cfcfcf; color:#4e4a50; font-weight:400; text-align:left;}
.overview > table td.th_{height:130px}

.complex{margin-top: 7%;width: 100%;}
.complex > p{margin-bottom:40px;}
.complex > table{width:100%; font-family: 'NotoSans'}
.complex > table th,
.complex > table td{font-size:20px; font-weight:500; padding:20px 20px; border-bottom:1px solid #ddd;}
.complex > table th{background:#f5f5f5; color:#000; font-weight:500; font-size:16px; padding:20px 20px; border-bottom:1px solid #bcbcb6;text-align: center;}
.complex > table tr{width: 100%;}
.complex > table tr:nth-child(1) th{background: #007f86;color: #fff;font-weight: 700;}
.complex > table tr:nth-child(1) th:nth-child(1){width: 30%;}
.complex > table td{padding:20px 10px 20px 20px; font-size:16px; border-bottom:1px solid #cfcfcf; color:#4e4a50; font-weight:400; text-align:left;}
.complex > table td.th_{height:130px}

.complex.complex2 > table tr:nth-child(1) th{background:#eb5405;}
.complex.complex3 > table tr:nth-child(1) th{background:#850e84;}

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

.subtop_txt{width:16.5104vw;position: absolute;left: -19%;bottom:19%;}
.subtop_logo{width:31.4583vw;position: absolute;left: 25%;bottom:26%;}
.subtop_building{width:19.3646vw;position: absolute;right: 0%;bottom:-33%;}


.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;
    */
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.s_visual_wrap .slide .content h1 {
    font-size: 52px;
    font-weight:700;
    color: #46210b;
    font-family: 'NanumSquare';
    margin: 0;
}

.s_visual_wrap .slide .content h2 {
    font-size: 20px;
    font-weight: 400;
    color: #080808;
    font-family: 'NanumSquare';
    margin: 0;
    margin-top: 4%;
    text-align: left;
    line-height: 1.4;
}

.s_visual_wrap .slide .content .subtop_area{
    width: 100%;max-width: 62.1875vw;position: relative;display: flex;justify-content: space-between;align-items: center;height: 72%;}

.subtop_txt_area{display: flex;height: 100%;    flex-direction: column;
    justify-content: center;align-items: flex-start;}

.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% 100%;
    background-repeat: no-repeat;
    color: #dad5ec;
    line-height: 32px; 
    display: block;
    height: 40px;
    /*    font-size: 16px;*/
    /*    padding-left: 40px;*/
/*    background-color: #27156d;*/
    padding: 16px;
    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: 32px; 
    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: 110px;
}

#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: #080808;
    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 {
    background-color: #101820;
    
}

.footer .container{width: 96%;padding: 3% 0;max-width: 86.1458vw;}

.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;
    
    display: block;
    width: 25.4%;
    font-size: 15px;color: #d9d9d9;
        font-family: 'NotoSans';
    text-align: right;
}
.address_title{font-size: 21px;color: #fff;font-weight: 900;margin-bottom: 1%;}
.footer p.logo span{font-size: 20px;font-weight: 700;}

.bot_tel {
    max-width: 100%;max-height: 100%;margin-bottom: 30px;
}

.bot_comp {
    max-width: 100%;max-height: 100%;margin-bottom: 20px;
}

.bot_logo {
    max-width: 100%;max-height: 100%;
}

.footer address {
    font-size: 12px;
    line-height: 19px;
    color: #d9d9d9;
    font-family: 'NotoSans';
    margin-bottom: 0;
}

.foot_warn{color: #b5b5b5;margin-top: 10px;font-size: 11px;}

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

.foot_comp{}
.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_area{width: 100%;position: relative;margin-top: 15%;}
.mb_10y{position: absolute;top: 0;left: 0;z-index: 2}
.mb_slide{width: 100%;}
#mb{display: none;}

.mb_slide_cont{width: 100%;background: url('../../img/msection_01_bg.jpg') no-repeat center bottom;background-size: cover;text-align: center;height: 80vh !important;}
.mb_slide_cont h1{width: 100%;display: inline-block;margin-top: 15%;position: relative;z-index: 9;}
.mb_slide_cont h2{width: 75%;display: inline-block;}
.mb_slide_cont h2 img{width: 100%;}
.mb_slide_cont h1 img{width: 100%;}

.m_sec_01{background: url('../../img/msection_01_bg.jpg') no-repeat center bottom;background-size: cover;}
.m_sec_02{background: url('../../img/msection_02_bg.jpg') no-repeat center bottom;background-size: cover;}

.mo_video_area{width: 100%;border-top: 5px solid #fd6c22;margin-bottom: 5%;}
.mo_videotit{padding: 5% 0;text-align: center;}

#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%;}

.vr_area{width: 100%;position: relative;}
.vr_btn{position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);font-size: 1.5em;font-family: 'Gmarket Sans';padding: 1.5% 3% 1% 3%;text-align: center;background: #fc671a;color: #fff;font-weight: 300;border-radius: 60px;border: 1px solid #fc671a;transition: 0.3s ease-in-out;}
.vr_btn:hover{color: #fc671a;background: #fff;}
.vr_btn span{font-weight: 700;}

.section_02_cont .embed-container {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    min-height: 27.6458vw;
    border:0.2083vw solid #fc671a;
    border-radius: 2.0833vw 0 0 0;
}


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

}

#hd_pops_12,#hd_pops_13,#hd_pops_14{z-index: 2;}

.m_quick{width: 100%;position: fixed;bottom: 0;left: 0;z-index: 999999;}
.mquick_btn_area{width: 50%;display: flex;flex-direction: row;position: absolute;right: 0;top: 5%;}
.mquick_btn{width: 50%;}

@media screen and (max-width:998px){
    
     .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: 0%}
    .index-content .section-02{padding-top: 0;}
    .txt-box{float: inherit;margin-left: 0;width: 100%;display: block;}
    .mb_pre{float: inherit;width: 100%;margin-top: 8%;}
    .txt-box .mb_pre_cont{margin-top: 10%;}
    .mb_pre .slick-slide{width: 0.9% !important;margin-right:0.01%;}
    .mb_pre .slick-list{padding-left: 0;}
    .mb_pre_cont{margin-top: 2%;}    
    .main_pre{float: inherit;width: 100%;margin-top: 8%;}
    .main_pre_cont_txt{display: flex;flex-direction: row;justify-content: space-between;}
    .txt-box .main_pre_cont{margin-top: 10%;}
    .main_pre_tit{width: 70%;margin: auto;display: block;}
    .main_pre .slick-slide{width: 0.7% !important;margin-right: 0.000001%;}
    .main_pre .slick-list{padding-left: 0;}
    .main_pre_prev, .main_pre_next{width: 8%;}
    .more1{width: 60%;}
    .main_pre_btn{margin-left: 10%;}
    .loc-left,.loc-right{display: none;}
    .section_02_cont{flex-direction: column;}
    .section_02_cont li{width: 100%;}
    .section_02_cont>li:first-child{padding: 10% 0 20% 0;}
    .section_02_cont>li:last-child{padding: 20% 0 15% 0;}
    .sec2_txt1{font-size: 1em;}
    .sec2_txt2{font-size: 1.7em;line-height: 1.4;}
    .sec2_txt3{font-size: 1em}
    .section_02_cont li:last-child{width: 100%;}
    .section_02_cont li .sec2_btn{top: -7%;bottom: inherit;width: 31%;}
    .main_apt_tit{width: 40%;}
    .section-02 .content{width: 100%;max-width: unset;padding: 10% 0 45% 0;}
    .section-03 .content{overflow: hidden;}
    .index-content .section-03{padding: 10% 6%;}
    .section_03_cont li{width: 26%;}
    
    .sec3_slide_content{flex-direction: column;}
    .sec3_slide_pic{width: 100%;margin-top: -16%;position: relative;z-index: 1;}
    .sec3_slide_info{padding: 0 4%;width: 36vw;height: unset;position: relative;z-index: 2;}
    .sec3_slide_info h1{font-size: 0.9em;}
    .sec3_slide_info h2{font-size: 1em;line-height: 1.4;}
    .sec3_slide_info h2 span.yellow{font-size: 1.5em;}
    .sec3_slide_tit{font-size: 1.5em;margin-bottom: -17%;width: 100%;}
    .sec3_prenum{width: 20%;top: 20%;}
    .sec3_slide_btn{position: unset;width: 20%;margin: 3% auto;}
    .circle_area{top: 47%;left: -4.5%;}
    .circle_out{width: 30vw;height: 30vw;}
    .circle{width: 22vw;height: 22vw;}
    .circle_in{font-size: 1em;line-height: 1.4;}
    .circle_area:hover .circle{width: 22vw;height: 22vw;}
    .main_apt_nav{width: 90%;}
    .main_apt_nav li{font-size: 1.2em;}
    .main_apt1{width: 90%;}
    .tab_tit{font-size: 1.5em;}
    .sec3_tit{font-size: 1.7em;}
    .sec3_tit2{font-size: 1.2em;line-height: 1.4;}
    .sec3_num{font-size: 2em;width: unset;}
    .section_03_cont{max-width: unset;}
    .section_03_cont li:after{width: 11.25vw;right: -44%;}
    
    .main_tab_prev, .main_tab_next{width: 45%;}
    .main_tab_btn{bottom: 5.5%;left: 50%;transform: translateX(-50%);justify-content: space-between;width: 20%;}
        .sec1_tit{font-size: 1.5em;}
    .sec1_tit2{font-size: 1em;line-height: normal;}
    .sec1_num{font-size: 2em;width: unset;}
    .more3{width: 5vw;}
    .section_01_cont{max-width:70%;margin-top: 6%;}
    .section-04 .content{padding: 10% 0}
    .section_04_cont{flex-direction: column;max-width: 90%;}
    .section_04_cont li{width: 100%;}
    .section_04_cont li:last-child{margin-top: 15%;}
    .sec4_tit{font-size: 1.5em;}
    .sec4_addr{font-size: 1.2em;}
    .sec4_c{font-size: 1em;}
    .type_dots{width: 20%;}
    .mainmap_btn_area{width: 20%;}
    .sec4_cont_tit{font-size: 1em;}
    .db_section{margin-top: 10%;}
    .db_area{flex-direction: column;max-width: 90%;padding: 10% 0;}
    .db_img{width: 100%;margin-bottom: 5%;}
    .db_input{width: 100%;}
    
    .foot_warn{font-size: 10px;}
    .footer .container{width: 96%;padding: 0;margin: auto;padding: 0 15px;}
    .quick{display: none;}
        #hd_pop{z-index: 10;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;}
    .address_title{width: 100%;text-align: center;margin-bottom: 5%;}
    .vr_btn{font-size: 1.2em;padding: 1.5% 0 1% 0;width: 70%;}
    


}
.mb_slide_bg{display: none;}

#hd_pops_1{z-index: 1}
#hd_pops_6{z-index: 1}
#hd_pops_3{z-index: 2}
#hd_pops_4{z-index: 2}
#hd_pops_5{z-index: 2}

@media (max-width: 992px) {
         .footer p.logo .foot_comp img{width: 18%;display: inline-block;}
    .mb_slide_bg{display: flex;}
    .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: centver;}
    .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: 70%;display: block;margin: auto;margin-bottom: 3%;}
    .bot_comp{width: 90%;margin-bottom: 0;}
    #header_wrap.top_menu_06 h1{width: 60vw;margin-top: 5vw;} 
  #header_wrap.top_menu_06 h1 a{background-size: contain;height: 6.6vw;}
    .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: 23vh;
}

    .s_visual_wrap .slide .content .subtop_area{
        max-width: 97%;height: 60%;
    }
    .subtop_txt_area{text-align: left;}
    .s_visual_wrap .slide li {
    height: 100%;

    }

    .s_visual_wrap .slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_visual_wrap .slide .content h1 {
        font-size: 1.8em;
        word-break: keep-all;
    }
    .s_visual_wrap .slide .content h2 {
        font-size: 0.8em;
        word-break: keep-all;
        letter-spacing: -1px;
    }
    .s_visual_wrap .slide .content p {
        font-size: 13px;
        font-weight: 400;
        color: #fff;
    }
    
    .subtop_building{
        width: 38.3646vw;
        position: absolute;
        right: -2%;
        bottom: -31%;
    }
    
    .footer address {
    margin-top: 0px;
    font-size: 10px;
    line-height: auto;
    color: #e5e5e5;
    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 {
         
        }
    }