html,
body {
    height: 100%;
	font-family:"Pretendard Variable","Noto Sans KR";
}

html {
    overflow-x: hidden;
}

a {color: #000;text-decoration:none !important;}
a:hover {color: #ba2828;text-decoration:none !important;}

@media(min-width:1430px) {
    .container {width: 1430px; padding-top: 0px;}
}

@media(max-width:1429px) {
    .container {
        width: auto;
    }
}


/* layout */
#header {overflow: hidden; position: fixed; left: 0; top: 0; z-index: 1000; width: 100%; height: 90px; transition: .5s height, .2s background; border-bottom: 1px rgba(255, 255, 255, 0.2) solid; background: #fff; box-shadow: 5.5px 9.526px 24px 0px rgb(20 0 0 / 6%);}

#header .top_wrap {max-width: 100%;}

#header .top_wrap .logo,
#header .top_wrap .nav,
#header .top_wrap .etc {}

#header .top_wrap .nav {width: 47%; float: left; padding-left: 30px;}
#header .top_wrap .logo {float: left;}
#header .top_wrap .qnet_top {width: 20%; float: right; text-align: right;}
#header .top_wrap .qnet_top a {display: block;height: 80px;padding: 30px 55px 0 0;font-size: 20px;font-family:'qbisart';color: #000;position:relative}
#header .top_wrap .qnet_top a:before {content: ''; position: absolute; background: url('/en/theme/basic/img/nav_-.png'); width: 10px; height: 3px; right: 116px; top: 42px;}

#header .top_wrap .etc {width: auto; float: right; padding-right: 30px;}
#header .top_wrap .etc ul li {float:left}
#header .top_wrap .etc ul li a {display: block;height: 80px;padding: 35px 30px 0 0;font-size: 14px;font-family:'qbisart';color: #000}
#header .top_wrap .etc ul li a:hover{color:#000}
#header .top_wrap .etc ul li:first-child a.on {color:#000}
#header .top_wrap .etc ul li:last-child a.on {color:#000}
#header .top_wrap .etc ul li:first-child a{color:#999;position:relative}
#header .top_wrap .etc ul li:first-child a:hover{color:#000}
#header .top_wrap .etc ul li:first-child :before {content: '/'; height: 19px; position: absolute; left: 39px;color:#999}
#header .top_wrap .etc ul li:last-child a{color:#999;padding: 35px 0 0 0px;}
#header .top_wrap .etc ul li:last-child a:hover{color:#000}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li {
    padding-bottom: 20px;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu li:last-child {
    border-bottom: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu>li>a {
    display: block;
    padding: 8px 20px !important;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px;
    border-bottom: 1px #ddd solid;
    float: left;
    width: 100%;
    padding-right: 0;
    margin-right: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu>li:last-child>a {
    border: 0;
}

#top_wrap .wrap .right_wrap .top-group li .dropdown-menu {
    min-width: auto;
    padding: 0;
    margin: 12px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;

}

#header .top_wrap .etc span.lang i {
    margin-left: 6px;

}

.header .inner {
    position: relative;
    width: 100%;
    height: 80px;
    margin: 0 auto;

}

.header .inner:after {
    display: block;
    clear: both;
    content: "";
}

.header h1 {padding-top: 20px; padding-left: 10px;}

.header h1 a {overflow: hidden; display: block; width: 48px; height: 51px; background: url(../../img/logo.png) 0 100% no-repeat; text-indent: -9999px;}
.header h1.sub a {background: url(../../img/logo2.png) 0 0% no-repeat;}
.header .gnb_wrap {}

.header .gnb {
    text-align: center;

}

.header #gnb {
    background: transparent;
}
.header .gnb li {float: left;width: 115px; text-align: left;}

.header .gnb li.gnb_empty,
.header .gnb li.gnb_empty a {
    font-size: 16px;
    line-height: 24px;
    width: 500px;
    text-align: center;
    color: #000;
}

.header .gnb a {display: inline-block; line-height: 1em; color: #999; font-family: 'qbisart', sans-serif;}

.header .gnb:after {
    display: block;
    clear: both;
    content: "";
}

.header .gnb .depth1 {
    position: relative;
}

.header .gnb .depth1>a {display: block; height: 80px; padding: 30px 0 0; font-size: 20px; /* color: #000; */}

.header .gnb .depth1>a:hover,
.header .gnb .depth1>a:focus,
.header .gnb .depth1.on>a:hover,
.header .gnb .depth1.on>a {
    color: #000 !important;
    text-decoration: none;
}

.header .gnb .depth2 {
    display: none;
}


/* header sub */
#header.sub {
    background: transparent;
    border: 0;

}

#header.sub:before {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    height: 50px;
    background: #6b9ecc;
    content: "";
}

.header.sub h1 a {
    /* background-position: 0 100%; */
}

.header.sub .gnb .depth1>a {
    color: #000;
}

.header.sub .gnb .depth1>a:hover {
    color: #6b9ecc;
}

#header.sub .top_wrap .etc {
    color: #000;
}


/* 모바일 메뉴 */
.nav-bar {
    position: absolute;
    top: 8px;
    right: 0;
    z-index: 9999999999999999999999999999999999999999999;
    padding-right: 15px;
    display: none;

}

.nav-bar .nav_wrap {
    width: 100%;
    height: 60px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 99999999999999999999999999;
     position: relative;
    

}



.nav-bar .nav_wrap span {
    display: block;
    width: 24px;
    height: 2px;
    margin-bottom: 7px;
    background: #000;
    transition: 0.2s;

}

.nav-btn-active span:nth-of-type(1) {
    transform: translateY(9px) rotate(45deg);
    background: #000;
}

.nav-btn-active span:nth-of-type(2) {
    opacity: 0;
    background: #000;
}

.nav-btn-active span:nth-of-type(3) {
    transform: translateY(-9px)rotate(-45deg);
    background: #000;
}


.mobile-gnb {
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    position: fixed;
    display: none;
    padding-top: 30px;
    top: 0;
    left: 0;
    z-index: 100;
    z-index: 9999999;
    background: #fff;
    background: rgb(255, 255, 255, 1);


}

.mobile-gnb h1 {overflow: hidden; display: block; height: 40px; background: url(../../img/logo2.png) 0% 100% no-repeat; text-indent: -9999px; position: absolute; top: 20px; left: 20px; width: 207px; background-size: contain;}

.mobile-gnb .line {
    width: 100%;
    height: 1px;
    background: #f2f2f2;
    position: absolute;
    top: 70px;
    left: 0;
}

.gnb-menu {
    padding-top: 47px;
}

/* 추가 */
.gnb-menu .sidebar-menu {
    padding: 0;
    margin: 0;

}

.gnb-menu .sidebar-menu>li {
    position: relative;
    margin: 0;
    padding: 0;


}

.gnb-menu .sidebar-menu>li>i {
    display: none;
}

.gnb-menu .sidebar-menu>li>a {
    padding: 20px 35px 20px 35px;
    display: block;
    border-left: 0;
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    font-family:'qbisart', sans-serif;
    border: 0;
/*    border-bottom: 1px #eeeeee solid; */
    /* border-color: rgba(255, 255, 255, 0.1); */
    transition: 0.6;
    /* border-bottom: 1px #f2f2f2 solid; */
}

.gnb-menu .sidebar-menu>li>a>.fa {
    width: 20px;
    /*    display: none;*/
    font-weight: 900;

}

.gnb-menu .sidebar-menu>li:hover>a,
.gnb-menu .sidebar-menu>li.active>a {
    color: #000;
    background-color: transparent;
}

.gnb-menu .sidebar-menu>li .label,
.gnb-menu .sidebar-menu>li .badge {
    margin-top: 3px;
    margin-right: 5px;
}


.gnb-menu .sidebar-menu li>a>.fa-angle-right {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    margin-top: 3px;
    transition: 0.3s;
    color: #000;
    font-weight: 900;
    font-size: 13px;

}

.gnb-menu .sidebar-menu li>a:hover .fa-angle-right,
.gnb-menu .sidebar-menu li.active>a>.fa-angle-right {

    transform: rotate(90deg);
    color: #000;
}


.gnb-menu .sidebar-menu li.active>.sidebar-submenu {
    display: block;

}

.gnb-menu .sidebar-menu a {
    color: #b8c7ce;
    text-decoration: none;
}

.gnb-menu .sidebar-menu .sidebar-submenu {
    display: none;
    list-style: none;
    padding-left: 8px;
    margin: 0 1px;
    background-color: transparent;
    padding-top: 0px;
    padding-bottom: 0px;
    background: #fff;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li>a {font-family: 'Montserrat','Noto San KR', sans-serif;padding: 6px 35px 10px 28px; display: block; font-size: 16px; font-weight: 400; /* color: hsla(240,6%,97%,.5); */ color: #000;}

.gnb-menu .sidebar-menu .sidebar-submenu>li:last-child>a {
    border: 0;
}

.gnb-menu .sidebar-menu .sidebar-submenu>li>a>.fa {
    width: 20px;
    display: none;
}



.gnb-menu .sidebar-menu .sidebar-submenu>li.active>a,
.gnb-menu .sidebar-menu .sidebar-submenu>li>a:hover {
    color: #000;
}

.bottom_wrap {
    margin-top: 30px;
    background: transparent;
}
.bottom_wrap li a {font-size: 16px; font-weight: 500; background: #fff; padding-top: 6px; padding-bottom: 6px; color: #000; padding-left: 10px; font-family:'qbisart';}
.bottom_wrap li:nth-child(3) a{position:relative}
.bottom_wrap li:nth-child(3) a:before {content: ""; width: 1px; height: 21px; display: block; background: #c7c7c7; position: absolute;}
.bottom_wrap li:nth-child(3) a:after {content: ''; position: absolute; background: url('/en/theme/basic/img/nav_-.png'); width: 10px; height: 3px; right: 50px; top: 16px;}
.m-copy {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    font-size: 13px;
    line-height: 19px;
    color: rgb(145, 145, 145);
    text-align: center;
}

@media(max-width:991px) {
    .nav-bar {display: block !important; position: fixed;}
}

/* 모바일 메뉴 마감 */


@media(min-width:992px){  
.dropdown .dropdown-menu {
    display: block !important;
    opacity: 0 !important;
    -webkit-transition: all 90ms ease-in;
    -moz-transition: all 90ms ease-in;
    -ms-transition: all 900ms ease-in;
    -o-transition: all 90ms ease-in;
    transition: all 90ms ease-in;
    transition: all 90ms ease-in;
    margin-top: -4px;
}

.dropdown:hover .dropdown-menu {
    display: block !important;
    opacity: 1 !important;
    margin-top: 0px;
}
}
.btn-group.eng-btn {
    cursor: pointer;
}

.btn-group.eng-btn.open .dropdown-toggle {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

.btn-group.eng-btn:hover .dropdown-toggle i,
.btn-group.eng-btn.open .dropdown-toggle i {
    transform: rotate(90deg);
}


/* top_right_etc 서브페이지 마감 */





/* 모바일 메뉴 */
.row-offcanvas {
    height: 100%;
}

.sidebar-offcanvas {
    display: none;
}

.js-offcanvas-btn {
    position: absolute;
    right: 0;
    margin-right: 15px;
    top: 20px;
    background-color: transparent;
    border: 0;
}

/* 모바일 메뉴 마감 */

/* 비주얼 바 */

#index_swiper .bottom-left .box_wrap {display: flex;}
#index_swiper .bottom-left .box_wrap .box {width: 50%; padding: 36px 40px 0px 0px;}
#index_swiper .bottom-left {z-index: 9; position: absolute; bottom: 0; left: 0; width: 600px; height: 110px;}
#index_swiper .bottom-left .box_wrap .box.box01 {width: 210px; height: 110px; background: #fff; background-position: 40px 50%; background-repeat: no-repeat; transform: translateX(15%); opacity: 0.6; transition: 1s; transition-delay: .4s; text-align: center; cursor: pointer;}
#index_swiper .bottom-left .box_wrap .box.box01 a{}
#index_swiper .bottom-left .box_wrap .box.box02 {background: rgb(143 12 16 / 60%); background-position: 40px 50%; width: 380px; background-repeat: no-repeat; transform: translateX(15%); opacity: 0.6; transition: 1s; transition-delay: .2s;}
#index_swiper .bottom-left .box_wrap .box.box02 a{color: #fff; margin: 0 auto; width: 380px; font-size: 22px; display: block; text-align: center; text-decoration: none; height: 100px;}
#index_swiper .bottom-left .box_wrap .box {color: #000; display: inline-block; position: relative;}

.hidden-text {
    position: absolute;
    z-index: 200;



}

#index_h1 {
    font-size: 47px;
    font-family: 'Noto San KR', sans-serif;
    font-weight: 600;
    transform:translateY(20%);
    opacity: 0;
    transition-delay: .2s;
    transition: 1s;
    /* transition-duration: s; */
}

#lm_index_wrap {
    /* margin-top: 80px; */
}




.flex_box { display: flex; flex-wrap: wrap; }
.product_wrap{max-width: 1430px; width: 100%; margin: 0 auto; padding: 90px 0 130px 0;}

.main_product_tit {position: relative; width: 100%; max-width: 1430px; margin: 0 auto;padding:0 0 40px 0}
.main_product_tit > h3{font-size: 40px; color: #000; padding: 0 0 14px 0; font-weight: 700;}
.main_product_tit > p{font-size: 20px; letter-spacing: -0.03em; color: #333; line-height: 33px;word-break:keep-all}

.product_cnt > .big_img{width: 55%; }
.product_cnt > .big_img figure{border-radius: 30px 0 0 30px; overflow: hidden;}
.product_cnt > .product_tab{width: 45%; }
.product_cnt > .product_tab > li{height: 50%; display: flex; align-items:center; border-right: 1px solid #ddd; border-bottom: 1px solid #ddd; box-sizing: border-box; background: #fff; transition:background-color .3s}
.product_cnt > .product_tab > li:first-child{border-radius: 0 30px 0 0; border-top: 1px solid #ddd;}
.product_cnt > .product_tab > li:first-child > a{border-radius: 0 30px 0 0;}
.product_cnt > .product_tab > li:last-child{border-radius: 0 0 30px 0px}
.product_cnt > .product_tab > li:last-child > a{border-radius: 0 0 30px 0px;}
.product_cnt > .product_tab > li > a{display: flex; width: 100%; height: 100%; box-sizing: border-box; padding-left: 78px; padding-right: 54px; align-items:center; justify-content: space-between;}
.product_cnt > .product_tab > li > a .box h4{font-weight: 500; color: #000; letter-spacing: -0.03em !Important; margin-bottom: 23px; transition: color .3s; font-size: 34px;} 
.product_cnt > .product_tab > li > a .box p{color: #000; line-height: 30px; letter-spacing: -0.03em; transition: color .3s; font-size: 18px; font-weight: 100; word-break: keep-all;}
.product_cnt > .product_tab > li > a figure img:nth-child(2){opacity: 0;}
.product_cnt > .product_tab > li > a figure{position: relative; box-sizing: border-box;}
.product_cnt > .product_tab > li > a figure img{position: absolute; left: 0; top: 0; transition:.3s;}
.product_cnt > .product_tab > li:hover > a figure img:first-child,
.product_cnt > .product_tab > li.on > a figure img:first-child{opacity: 0; }
.product_cnt > .product_tab > li:hover > a figure img:last-child,
.product_cnt > .product_tab > li.on > a figure img:last-child{opacity: 1; }
.product_cnt > .product_tab > li:nth-child(1) > a figure{padding-right: 14px; width: 79px; height: 72px; }
.product_cnt > .product_tab > li:nth-child(2) > a figure{padding-top: 8px; width: 72px; height: 64px;} 
.product_cnt > .product_tab > li:nth-child(2) > a figure img:last-child{margin-top: -4px;}
.product_cnt > .product_tab > li.on{background: #ba2828; }
.product_cnt > .product_tab > li.on > a .box h4{color: #fff;} 
.product_cnt > .product_tab > li.on > a .box p{color: rgba(255,255,255);}

.product_wrap .btn_contact {display: block; background: #000; color: #fff; font-weight: 600; font-family: 'Montserrat'; width: 180px; height: 57px; line-height: 57px; border-radius: 0px; font-size: 20px;}
.product_wrap .btn_contact:hover {background: #ba2828;	}
.product_wrap .btn_link {padding-top: 60px; width: 180px; margin: 0 auto; text-align: center;}


/* latest pic */
#rolling_box { width:100%; min-width:320px; margin:100px 0;}
#rolling_box:after{ content:""; display:block; clear:both;}
#rolling_box .rolling_area {max-width:1430px; margin:0 auto; overflow:hidden;  }
#rolling_box .swiper-wrapper2{position:relative; width:100%;  height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}
#rolling_box .swiper-btn-wrap2 { position:relative; top:30px; width:100%; max-width:100%; height:50px; margin:0 auto;  }
#rolling_box .swiper-pagination2{display:block; text-align:center; }
#rolling_box .swiper-pagination-bullet{width:15px; height:15px; margin:0 5px; background:#d6d6d6; border-radius:10px;border:3px solid #d6d6d6;}
#rolling_box .swiper-pagination-bullet-active{border:3px solid #000000;background:#000000; }
#rolling_box .swiper-container2{ width:100%; max-width:1430px; height:auto; margin:0 auto; }
#rolling_box .swiper-container2 .swiper-slide{position:relative; width:357px; padding:0; margin:0; overflow:hidden; box-sizing:border-box; border-radius:0px;}
#rolling_box .swiper-container2 .swiper-slide a{width:100%; display:block;}
#rolling_box .swiper-container2 .swiper-slide img{width:100%; }
#rolling_box .swiper-container2 .swiper-slide .txtBox{ width:100%; text-align:center; padding:18px 0;}
#rolling_box .swiper-container2 .swiper-slide .txtBox .tit{ display:block; width:100%; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; overflow:hidden; font-size:1.3em; color:#000;}
#rolling_box .swiper-container2 .swiper-slide .txtBox .txt{ display:block; margin-top:40px; min-height:50px; overflow:hidden; font-size:1em; color:#fff;  line-height:1.5em; }
#rolling_box .swiper-container2 .swiper-slide .txtBox .btn_go { display:none; position:absolute; left:0; right:0; top:50%; margin-top:-20px; text-align:center;  }
#rolling_box .swiper-container2 .swiper-slide .txtBox .btn_go i {color:#fff; font-size:1.5em;}
#rolling_box .swiper-container2 .swiper-slide .txtBox .btn_go span {display:block; color:#fff; font-size:1em;}
#rolling_box .swiper-container2 .swiper-slide:hover .txtBox {}
#rolling_box .swiper-container2 .swiper-slide:hover .txt {margin-top:20px; }
#rolling_box .swiper-container2 .swiper-slide:hover .txtBox .btn_go {display:block;}
#rolling_box .swiper-btn-wrap { position:relative; top:30px; width:100%; /* max-width:240px; */height:50px; margin:0 auto;  }
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 {display:none; position:absolute; top:25px; width:100%; height:2px; margin:0 auto; z-index:0;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar2{width:100%; height:2px; right:0; bottom:7px; margin:0 auto; background:rgba(0,0,0,.1)}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap1 .swiper-scrollbar-drag{width:100%; height:100%; position:relative; background:#000;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 {position:absolute; top:-12px; width:100%; height:40px; text-align:center;  z-index:20; background:none;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2{background:url("../image/list_prev_on3.png"); left:0; cursor:pointer;left:20px}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2{background:url("../image/list_next_on3.png"); right:0;  cursor:pointer;right:20px}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2, .swiper-button-prev2{position:absolute; top:auto; bottom:0px; width:59px; height:30px;}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-next2.swiper-button-disabled{opacity:0.5; background:url("../image/list_next_on3.png");}
#rolling_box .swiper-btn-wrap .swiper-scrollbar-wrap2 .swiper-button-prev2.swiper-button-disabled{opacity:0.5; background:url("../image/list_prev_on3.png");}
#rolling_box .swiper-pagination2{display:block; text-align:center;}
#rolling_box .swiper-pagination-bullet{width:15px; height:15px; margin:0 3px; background:#d6d6d6}
#rolling_box .swiper-pagination-bullet-active{background:#000;}
#rolling_box .btn_view {display: block; text-align: center; width: 200px; height: 60px; line-height: 60px; font-size: 1.1em; color: #fff; letter-spacing: 0.05em; background: #111; margin: 40px auto 0; transition: 0.3s all ease; -webkit-transition: 0.3s all ease; -moz-transition: 0.3s all ease; -ms-transition: 0.3s all ease; -o-transition: 0.3s all ease;}
#rolling_box .btn_view:hover {color: #fff;background: #ae874e;transition: 0.3s all ease}

.about_wrap {max-width: 1430px; width: 100%; margin: 0 auto; padding: 0 0 170px 0; overflow: hidden; position: relative;}	
.box_lt {width:24%;float:left}
.box_lt2 {width:24%;float:left}
.box_lt h6 {font-size:40px;font-weight:900;color:#000}
.box_lt2 h6 {font-size: 50px; font-weight: 800; color: #000; font-family: 'Montserrat';}
.box_rt {float:left;width:76%}
.box_rt p {font-size: 22px; color: #000; font-weight: 600; line-height: 34px;}
.box_rt span {font-size: 16px; padding: 20px 0 0 0; color: #333; font-weight: 400; line-height: 32px; display: inline-block;}
.box_rt2 {float:left;width:51%}
.box_rt2 p {font-size: 22px; color: #000; font-weight: 600; line-height: 34px;}
.box_rt2 span {font-size: 16px; padding: 20px 0 0 0; color: #333; font-weight: 400; line-height: 32px; display: inline-block;}
.box_rt3 {float: right; width: 24%; text-align: right;}
.box_rt3 img{width:100%;padding-left:30px}
.btn_wrap{transition: 1s; transition-delay: .6s; /* padding-top: 20px; */ /* position: absolute; */}
.btn_wrap .bt_lnk {display: inline-block; box-sizing: border-box; height: 100%; border: 1px solid #000; width: 195px; padding: 13px 25px 14px; color: #000; font-size: 16px; letter-spacing: 0; font-weight: 600;}
.btn_wrap .bt_lnk::after { content: ''; background-color: rgb(7, 7, 7); position: absolute; top: 0;  z-index: -1; transition: all 0.3s; color: #fff;}
.btn_wrap .bt_lnk:hover {text-decoration: none !important;border: 1px solid rgba(255, 255, 255, 1);color: #fff;}
.btn_wrap .bt_lnk span::after {position: absolute; content: ''; margin-left: 40px; margin-top: 8px; width: 35px; height: 10px; background: url('/kr/theme/basic/img/btn_ico.png');}
.btn_wrap .bt_lnk:hover span::after {background: #fff;width:35px;height: 10px;margin-left: 40px;background:url('/kr/theme/basic/img/btn_ico2.png')}




/* 인덱스 마감 */



/*  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; */
    /* z-index: 2; */
}

.s_visual_wrap .slide {position: relative; height: 220px; overflow: hidden; top: 0; max-width: 1430px; margin: 0 auto;}

.s_visual_wrap .slide ul {
    padding: 0;
    margin: 0;
    margin-top: -100px;
    padding-top: -100px;
    top: -100px;
}

.s_visual_wrap .slide li {
    height: 310px;
	/*
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
	*/
    /*
-webkit-animation: zoom 20s ease-in-out infinite alternate;
-moz-animation: zoom 20s ease-in-out infinite alternate;
-o-animation: zoom 20s ease-in-out infinite alternate;
-ms-animation: zoom 20s ease-in-out infinite alternate;
*/
/*
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;

    padding: 0;
    margin: 0;
    top: 0;
*/
}

.s_visual_wrap .slide .content {
    top: 69%;
    position: relative;
    z-index: 1;
    text-align: left;
}

.s_visual_wrap .slide .content h1 {
    font-size: 50px;
    font-weight: 700;
    color: #000;
    /*        padding-bottom: 0;*/
    margin-bottom: 0px;
    margin-top: 0;
    padding-top: 0;
    position: relative;
    font-family: 'Montserrat','Noto San KR', sans-serif !important;
}

.s_visual_wrap .slide .content h1 span {
    font-weight: 100;
}

.s_visual_wrap .slide .content p {
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    margin-top: 4px;
}



.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* 서브비주얼 bottom */
.s_visual_wrap .sub_bottom {width: 100%; position: relative; max-width: 1430px; margin: 0 auto;z-index:2}
.s_visual_wrap .sub_bottom .wrap {width: 40%; position: relative; background: #fff; height: 80px; display: flex; justify-content: center; flex-direction: column; margin-left: 15px;}

/* 서브비주얼 마감 */



/*  서브 레이아웃 */
#sub_content {
    margin-top: 150px;
     position: relative;
	 overflow:hidden;    
}

#sub_content .page-header {margin: 20px 0 50px 0; position: relative; z-index: 1; overflow: hidden; text-align: center; font-family: 'Montserrat','Noto San KR'; width: 100%;}
#sub_content .container .page-header {
    padding-left: 0;
}

#sub_content .page-header h1 {
    font-size: 35px;
    font-weight: 600;
    color: #000;
    font-family:'Montserrat', 'Noto San KR', sans-serif;
    /* margin-bottom: 30px; */
    padding: 0;
     position: relative;
     display:inline-block;


}
@keyframes slide-up {
    from {
      transform: translateY(100%);
    }
  }
  
  .page-header h1 {
    animation: slide-up .75s ease-out;
  }
/*  서브 레이아웃 마감 */



/* footer */
footer {
    background-color: #efefef;
    padding: 0;
    padding-bottom: 30px;
	margin-top:150px;
}

footer .flex {
    display: flex;
}

footer .flex .left {width: 100%;max-width: 100%;margin: 0 auto;padding: 70px 30px 0 30px}
footer .flex .left div {color: #6a6a6a; font-size: 15px; line-height: 25px; font-weight: 300;}
footer .flex .left .cols1 {float: left;padding: 0 0 60px 0;position: relative;width: 19%;}
footer .flex .left .cols1:after {content: ''; width: 1px; height: 80px; background-color: #dbdbdb; display: inline-block; right: 2px; top: 0; position: absolute;}
footer .flex .left .cols2 {float: left;padding: 0 0px 60px 2%;position: relative;width: 15%;}
footer .flex .left .cols2:after {content: ''; width: 1px; height: 80px; background-color: #dbdbdb; display: inline-block; right: 2px; top: 0; position: absolute;}
footer .flex .left .cols3 {float: left;padding: 0 0 60px 2%;position: relative;width: 48%;}
footer .flex .left .cols4 {clear:both;text-align:center;padding:20px 0 20px 0;border-top:1px solid #dddddd;100%:;}
footer .flex .right {
    width: 30%;
    justify-content: flex-end;
    display: flex;
}

footer .flex .right .box {
    color: #ababab;
    font-size: 15px;
    font-family: 'Noto San KR', sans-serif;
}

footer .flex .right .box h2 {
    font-size: 17px;
    color: rgb(228, 228, 228);
    padding-bottom: 8px;
}

footer .flex .right .box h1 {
    position: relative;
    text-decoration: none;
}

footer .flex .right .box h1 a {
    font-size: 34px;
    color: #fff;
    font-family: 'Noto San KR', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
    text-decoration: none;


}

footer .flex .right .box h1 a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: #fbff02;
    transition: all .3s;
}

footer .flex .right .box h1 a:hover:before {
    width: 100%;
    left: 0;
    right: 0;
}

footer h1 {padding: 0; float: left; width: 18%;}

footer.sub {
    margin-top: 100px;
}

footer .btn-default {
    background-color: #fff;
    background-image: none;
    text-shadow: none;
    box-shadow: none;
    border: 1px #dddddd solid;
    padding: 4px 11px;
    border-radius: 0;

}

footer .footer-menu {
    padding-top: 40px;
    padding-bottom: 20px;
    background-color: #1c1c1c;
    border-bottom: 1px #1c1c1c solid;

}

footer .footer-menu ul {
    padding-top: 8px;
    padding-bottom: 12px;
    padding-left: 0;
    margin-left: 0;

}

footer .footer-menu ul li:before {
    color: #464646;
    content: "|";
    font-size: 12px;
}

footer .footer-menu ul li:first-child,
footer .footer-menu ul li:first-child a {
    padding-left: 0;
    margin-left: 0;
}

footer .footer-menu ul li:first-child::before {
    content: "";
    padding-left: 0;
    margin-left: 0;

}

footer .footer-menu ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 900;
    padding-left: 16px;
    padding-right: 16px;
}

footer .footer-menu ul li a.blue {
    color: #fff
}

footer address {font-size: 15px; line-height: 28px; padding: 60px 0 0 0; display: block; font-weight: 500; color: #777777; font-style: normal; font-family: 'Noto San KR', sans-serif; word-break: keep-all;}
footer address span{padding-right:26px;}
footer p {
    margin-top: 0;
    font-family: 'Noto San KR', sans-serif;
    color: #909090 !important;
    font-size: 16px;
    font-weight: 500;
}

footer address a span {
    color: #979ba3;
    margin-left: 6px;
}

footer address a {
    color: #909090;
    font-size: 14px;
}
.footer_mg {height:0px}

