    html,
body {
    height: 100%;
}


/* etc */

html {
    overflow-x: hidden
}

.row-offcanvas {
    height: 100%;
}

a {
    color: #000;
}

/*@media(min-width:1170px) {*/
@media(min-width:1200px) {
    .container {
        width: 1200px;
		margin: 0 auto;
    }
}
@media(max-width:1200px) {
    .container {
        width: auto;
    }
}

.js-parallax {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
/*    background: url('../../img/main/section_04_bg.jpg');*/
    
}


/* header */

#header_wrap {
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10;
    width: 100%;
    height: 97px;
    transition: .5s height, .2s background;
}

#header_wrap.top_menu_06 {
  
}

#header_wrap.top_menu_06 h1 {
    overflow: hidden;
    width: 200px;
    padding-top: 10px;
    padding-left: 5px;
	display: inline-block;
}

#header_wrap.top_menu_06 h1 a {
    overflow: hidden;
    display: block;
    height: 42px;
    background: url(../../img/main/logo2.png) 0 0 no-repeat;
    text-indent: -9999px;
    /*    background: url(../../img/main/logo-white.png) top center no-repeat;*/
    text-indent: -9999px;
	background-size: contain;
}

#header_wrap.top_menu_06 .menu_wrap {
    position: absolute;
    left: 50%;
    top: 0;
    width: 800px;
    margin-left: -270px;
}

#header_wrap.top_menu_06 .gnb {
    text-align: center;
    background-color: transparent;
}

#header_wrap.top_menu_06 .gnb li {
    float: left;
    width: 145px;
    text-align: left;
}

#header_wrap.top_menu_06 .gnb a {
    display: inline-block;
    font-weight: 400;
    line-height: 1em;
    color: #000;
}

#header_wrap.top_menu_06 .gnb .depth1 {
    position: relative;
}

#header_wrap.top_menu_06 .gnb .depth1 > a {
    display: block;
    height: 57px;
    padding: 40px 0 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    font-family: 'NotoSans', 'Lato', 'Noto Sans KR', Tahoma, Geneva, sans-serif;
}


#header_wrap.top_menu_06 .gnb .depth1 > a:hover::before {
    color: #4568DC;
    width: 80px;
}

#header_wrap.top_menu_06 .gnb .depth1 > a:hover {
    color: #fff;
	text-decoration: none;
}

#header_wrap.top_menu_06 .gnb .depth2 {
    display: none;
}

#header_wrap.top_menu_06 .top_right_menu {
    float: right;
    top: 0;
    position: fixed;
	right:15px;
    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;
	background-color: transparent;
}

#header_wrap.top_menu_06 .top_right_menu .btn-white:hover {
    background-color: #f6f6f6;
    color: #000
}


/* 투명 */

#header_wrap.top_menu_06.transparent {
    background-color: transparent;
}

#header_wrap.top_menu_06.transparent .gnb a {
    color: #fff;
	position: relative;
	display: inline-block;
}

#header_wrap.top_menu_06.transparent .gnb a:hover {
	text-decoration: none;
}

#header_wrap.top_menu_06.transparent .top_right_menu .btn-white {
    display: inline-block;
    background-color: transparent;
    color: #fff;
    transition: 0.4s;
    border: 1px #fff solid;
    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:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 290px;
    background-color: rgb(255, 255, 255, 0.6);
    border-top: 0;
    content: "";
} */


#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.transparent {}

/* #header_wrap.top_menu_06.transparent.full_down {
    height: 347px;
    background-color: rgba(255, 255, 255, 1);
    z-index: 1100;
}

#header_wrap.top_menu_06.transparent.full_down:before {
    position: absolute;
    left: 0;
    top: 97px;
    width: 100%;
    height: 290px;
    background-color: rgb(255, 255, 255, 1);
    border-top: 0;
    border-top: 1px #f6f6f6 solid;
    content: "";
} */


/* 모바일 메뉴 */

.sidebar-offcanvas {
    display: none;
}
@media(max-width:997px) {
    .sidebar-offcanvas {
        display: block !important;
    }
}
.js-offcanvas-btn {
    position: fixed;
    right: 0;
    margin-right: 10px;
    top: 20px;
    background-color: transparent;
    border: 0;
}

@media(max-width:997px) {
    .menu_wrap {
        display: none;
    }
    .js-offcanvas-btn {
        display: block;
    }
}


/* 모바일 메뉴 마감 */


/* index- content */

.index-content {
	background-color: #000;
}

/* 새창 유튜브 */

.lightbox {
    background-color: rgba(0, 0, 0, 0.8);
    overflow: scroll;
    position: fixed;
    display: none;
    z-index: 999999999999999;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
}

.lightbox-container {
    position: relative;
    max-width: 960px;
    margin: 7% auto;
    display: block;
    padding: 0 3%;
    height: auto;
    z-index: 9999999999999999;
}

@media screen and (max-width: 768px) {
    .lightbox-container {
        margin-top: 10%;
    }
}

@media screen and (max-width: 414px) {
    .lightbox-container {
        margin-top: 13%;
    }
}

.lightbox-content {
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
    text-transform: uppercase;
    background: transparent;
    position: absolute;
    font-weight: 300;
    font-size: 12px;
    display: block;
    border: none;
    color: white;
    top: -22px;
    right: 3%;
}

.video-container {
    padding-bottom: 56.25%;
    position: relative;
    padding-top: 30px;
    overflow: hidden;
    height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}


/* IGNORE FORM THIS POINT ON */

#playme {
    background: #007fed;
    text-transform: uppercase;
    font-weight: 300;
    border: none;
    color: white;
    padding: 10px 15px;
    display: inline-block;
    font-size: 14px;
    margin: 0;
}


/*  sub layout */


/* 비쥬얼 */

@keyframes zoom {
    0% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.0, M12=0, M21=0, M22=1.0, SizingMethod='auto expand');
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')";
        filter: progid: DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand');
    }
}

.s_visual_wrap {
    position: relative;
    /*            min-width: 1100px;*/
    overflow: hidden;
}

.s_visual_wrap .slide {
    position: relative;
    height: 452px;
    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: 452px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    -moz-transform-origin: center center;
    transform-origin: center center;
    /*
-webkit-animation: zoom 20s ease-in-out infinite alternate;
-moz-animation: zoom 20s ease-in-out infinite alternate;
-o-animation: zoom 20s ease-in-out infinite alternate;
-ms-animation: zoom 20s ease-in-out infinite alternate;
*/
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    padding: 0;
    margin: 0;
    top: 0;
	background-size: cover;
}

.s_visual_wrap .slide .content {
    top: 50%;
    position: relative;
    z-index: 1;
    text-align: center;
    animation: zoom 3s ease-in-out;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
}

.s_visual_wrap .slide .content h1 {
    font-size: 38px;
    font-weight: 800;
    color: #fff;
    font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
    /*        padding-bottom: 0;*/
    margin-bottom: 12px;
    margin-top: 0;
    padding-top: 0;
}

.s_visual_wrap .slide .content 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;
}

.s_visual_wrap .line {
    margin: 0 auto;
    width: 150px;
    height: 3px;
    background-color: #ef8a12;
    opacity: 0;
    animation-delay: 1s;
    animation-duration: 3s;
    animation-name: s-title-line;
    margin-top: 15px;
    animation-fill-mode: forwards;
}

.s_visual_wrap .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes s-title-line {
    from {
        width: 0%;
        height: 3px;
    }
    to {
        width: 150px;
        height: 3px;
        opacity: 1;
    }
}


/* 서브비주얼 마감*/


/* 서브 중앙메뉴 */

.sub_three_map_wrap {
    margin-top: -33px;
    position: relative;
}

.sub_three_map_wrap .sub_three_map {
    background-color: #fff;
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    /*    border-top: 1px #e3e3e3 solid;*/
}

.sub_three_map_wrap .sub_three_map .col-md-4,
.sub_three_map_wrap .sub_three_map .col-md-6,
.sub_three_map_wrap .sub_three_map .col-md-6 {
    padding: 0;
    margin: 0;
    border-bottom: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .home {
    background: url('../../img/sub/box-home.png');
    background-position: 10% 50%;
    background-repeat: no-repeat;
    color: #000;
    line-height: 32px;
    display: block;
    /*    font-size: 16px;*/
    /*    padding-left: 40px;*/
    background-color: #fafafa;
    padding: 16px;
    padding-left: 68px;
    font-weight: 700;
    font-size: 15px;
    border-top: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .menus {
    border-left: 1px #e3e3e3 solid;
    border-right: 1px #e3e3e3 solid;
    background-color: #fafafa;
    border-top: 1px #e3e3e3 solid;
}

.sub_three_map_wrap .sub_three_map .last {
    background-color: #fff;
    border-bottom: 0;
    display: block;
    border-top: 2px #000 solid;
    display: inline-block;
}

.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: 400;
    font-size: 15px;
    display: block;
    padding: 16px;
    padding-left: 30px;
    color: #000;
    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_nav ul li a:hover {
    /*    color: #000;*/
}

.sub_three_nav .dropdown-active {
    background-color: #484b50;
    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: #37393D;
    width: 100%;
}

.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: #c9c9c9 !important;
    border-bottom: 1px #2b2c30 solid;
    font-weight: 400;
    padding-left: 22px !important;
    font-size: 14px;
}

.sub_three_nav ul ul li a:hover {
    background-color: #2b2c30;
    color: #000;
}

.sub_three_nav ul ul li:first-child {
    border-top: 1px #2b2c30 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 {
    color: #fff;
    background: url('../../img/sub/box-down.png');
    background-position: 95% 50%;
    background-repeat: no-repeat;
}

.sub_three_map_wrap .sub_three_map .depth2 a {
    font-weight: 900;
}


/* 서브 중앙메뉴 마감 */

#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;
}

#sub_content .page-header h1 {
    font-size: 33px;
    color: #272727;
    font-weight: 900;
    display: inline-block;
    padding-bottom: 10px;
    background: url("../../img/sub/header-line.png") repeat-x left bottom;
}

#sub_content .page-header .line {
    border-bottom: 1px #fc7d11 solid;
    width: 120px;
    /*    width: 100%;*/
    text-align: center;
    margin: 0 auto;
    padding-bottom: 15px;
    /*    display: none;*/
}

#sub_content .page-header p {
    font-size: 15px;
    /*    padding-left: 12px;*/
}



/* 제품css 시작 */
.company_01 .ptoductBox:after{
	display: block;
	content: '';
	clear:both;
}

.company_01 .ptoductBox {
	overflow: hidden;
	max-width:1100px;
	margin: 0 auto;
}

.company_01 .ptoductBox li {
	float:left;
	width: 33.3333%;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
}

.company_01 .ptoductBox li  span {
	text-align: center;
	-ms-word-break: ;
	word-break:keep-all ;
}

 .company_01 .ptoductBox li img {
	width: 65%;
	margin: 50px auto;
	text-align: center;
} 


/* 제품보기 반응형시작 */
@media(max-width:1200px){
	.company_01 .ptoductBox li {
	width:36.3333%;
	margin: auto;
}
}
@media(max-width:969px){
	.company_01 .ptoductBox li{
	float:none;
	width: 90%;
	margin: auto;
}
}



/* 제품 상세페이지 css 시작 */
/* subpage01시작 */
.company_01 .textBox h1 {
	font-size:24px;
	font-weight: bold;
	margin-bottom: 50px;
	word-break:keep-all;
}
.company_01 .textBox .prgt h2 {
	font-size:18px;
	font-weight: bold;
	-ms-word-break: ;
	word-break:keep-all;
}

.company_01 .textBox p {
	word-break:keep-all;
	font-size: 15px;
}

/* subpage02시작 */
.company_01 .textBox2 .pagetop:after{
	width: 100%;
	overflow: hidden;
}

.company_01 .textBox2 .pagetop .left:after {
	content: '';
	display: block;
	clear:both;
}
.company_01 .textBox2 .pagetop .left {
	max-width:1200px;
	width: 100%;
}


.company_01 .textBox2 .pagetop .left img {
	float:left;
	width: 50%;
}

@media(max-width:616px){
	.company_01 .textBox2 .pagetop .left img{
	float:none;
	width: 65%;
}
}



.company_01 .textBox2 h1{
	text-align: center;
	font-size: 24px;
	margin:50px;
	-ms-word-break: ;
	word-break: keep-all;
}
.company_01 .textBox2 h2 {
	font-size:18px;
	text-align: center;
	word-break: keep-all;
}
.company_01 .textBox2 .pagetop .left{
	width: 100%;
	margin: 60px auto;
}


.company_01 .textBox2 .pagetop .right table {
	margin: 0 auto;
	text-align: center;
	max-width:1200px;
	width: 50%;
	margin-bottom: 90px;
}
.company_01 .textBox2 .pagetop .right table th {
	/* width: 50%; */
	background: #5c5c5c;
	color:#fff;
	font-weight: bold;
	padding: 10px;
	word-break: keep-all;
}
.company_01 .textBox2 .pagetop .right table td {
	background: #f0f0f0;
	padding: 20px;
	word-break: keep-all;
}
.pagebottom  h3 {
	font-size:18px;
	font-weight: bold;
	word-break: keep-all;
}
.company_01 .textBox2  p{
	font-size:15px;
	word-break: keep-all;
}









/*하이 티로그*/
.tl_business_now_box_warp { width:100%; margin:0 auto; clear:both}
.tl_business_now_box_warp .inner { max-width:1200px; margin:0 auto;}
.tl_business_now_box_warp h2 { font-size:42px; color:#191919; text-align:center; font-weight:bold}
.tl_business_now_box_warp .point { color:#2253b8; display:inline-block}
.tl_business_now_box_warp .main_gallery_title { display:block; color:#000; text-align:center; line-height:1.6; font-weight:400; font-size: 47px; padding: 10px 0px 80px 0;}
.tl_business_now_box_warp .latest-carousel .owl-nav {position: absolute;top: -10%;margin-top: -25px; width:100%; text-indent:-9999px; z-index:1}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-prev {position: absolute;left : 350px; cursor:pointer; background-color:transparent; text-indent:-9999px}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-next {position: absolute;right : 350px; cursor:pointer; background-color:transparent; text-indent:-9999px}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-prev { width:24px; height:10px; background-image:url(../img/arrow_latest_left.png); background-repeat:no-repeat}
.tl_business_now_box_warp .latest-carousel .owl-nav .owl-next { width:24px; height:10px; background-image:url(../img/arrow_latest_right.png); background-repeat:no-repeat}
.tl_business_now_box_warp .latest-carousel .owl-dots{position:absolute;width:100%; text-align:center; margin:0 auto; top:-15%;}
.tl_business_now_box_warp .latest-carousel .owl-dots .owl-dot{background:#ddd;width:15px;height:15px; border-radius:50%;display:inline-block;margin-left:10px; cursor:pointer}
.tl_business_now_box_warp .latest-carousel .owl-dots .owl-dot.active{background:#111}
.tl_business_now_box_warp .latest-carousel .owl-dots span { padding:0}

@media(max-width:1200px) {
 .tl_business_now_box_warp {
	padding: 100px 0;
}
 .tl_business_now_box_warp .main_gallery_title {
	font-size: 30px;
    padding: 10px 0px 0px 0;
  }
}

@media(max-width:767px) {
	
}

/* footer */

#footer { 
	width:100%; 
	height:auto; 
	padding: 15px 0;
    position: relative;
    background: #222222; 
	clear:both;
	color: #0d3153;
	font-size: 12px;
	margin-top: 100px;
}

#footer p {
	color: #fff;
	word-break: keep-all;
}

.ft-wrap {
	max-width: 1620px;
    margin: 0 auto;
    display: table;
    width: 100%;
    padding-top: 15px;
}

.ft-wrap > div {
	display: table-cell;
    text-align: left;
    width: 33.33%;
    padding: 20px 70px;
	vertical-align: bottom;
}

.ft-logo a {
	
}

.ft-logo img {
	margin: 15px 0;
}

.ft-logo p.copy {
	font-family: 'Crimson Text', serif;
	font-size: 14px;
	position: relative;
	margin-bottom: 50px;
}

.ft-logo p.copy::after {
	content: '';
	position: absolute;
	width: 100px;
	height: 1px;
	background-color: #d0d0d0;
	left: 0;
	bottom: -25px;
}

.ft-logo p {
	margin: 10px 0;
}

.ft-wrap > div + div {
	border-left: 1px solid #e0e0e0;
}

.ft-info ul li {
	padding-left: 50%;
    margin-bottom: 0.8em;
	color: #fff;
}

.ft-info p {
	line-height: 26px;
}

.ft-info span {
	width: 100%;
    margin-left: -100%;
    display: inline-block;
}

.ft-info .ft-num {
	font-size: 36px;
    margin: 0 0 30px 0;
    font-weight: 600;
	font-family: 'Crimson Text', serif;
}

.ft-sns {
	margin: 60px 0;
	text-align: center;
}

.ft-sns a {
	margin: 0 20px;
	font-size: 21px;
	border: 1px solid #fff;
	border-radius: 100%;
	padding: 5px 9px;
	color: #fff;
}


@media (max-width: 1200px) {
	.ft-wrap > div { padding: 20px;}
}

@media (max-width: 969px) {
	.ft-wrap > div { display: inline-block; width: 100%; border-bottom: 1px solid #e0e0e0;}
	.ft-wrap > div + div {
	border-left: none;
}
}

@media (min-width:1200px) {
    .index-content section.info-one .company_wrap {
        padding-right: 0px;
    }
    .index-content section.info-one .business_wrap {
        /*    padding-right: 10px;  */
    }
    .index-content section.info-one .info_wrap {
        padding-left: 0px;
    }
    .index-content section.info-two .latest {
        padding-left: 0px;
    }
}

@media (max-width: 992px) {
    .index-content section.info-one .business {
        margin-bottom: 15px;
        margin-top: 15px;
        clear: both;
    }
    .index-content section.info-two .latest {
        margin-top: 15px;
    }
    #sub_content .breadcrumb_wrap .breadcrumb {
        height: 20px;
        min-height: 20px;
        display: none;
    }
    #sub_content .breadcrumb_wrap .sub_tab > li > a {
        font-size: 14px;
        line-height: 60px;
        padding-left: 25px;
        padding-right: 25px;
        height: 60px;
    }
    .animate {
        opacity: 0;
    }
    .s_visual_wrap .slide {
        padding-left: 15px;
        padding-right: 15px;
    }
    .s_visual_wrap .slide .content h1 {
        font-size: 28px;
        font-weight: 800;
        color: #fff;
        font-family: 'NanumSquare', '맑은 고딕', 'Nanum Gothic', 'Malgun Gothic', 'Ubuntu', '돋움', dotum, sans-serif;
        /*        padding-bottom: 0;*/
        margin-bottom: 12px;
        margin-top: 0;
        padding-top: 0;
    }
    .s_visual_wrap .slide .content p {
        font-size: 16px;
        font-weight: 400;
        color: #fff;
    }
    @media (max-width: 767px) {
        .visual_bottom {
            display: none;
        }
        .index-content section.company .company_story dl dt {
            font-size: 26px;
        }
        .index-content section.company .company_story dl dt span {
            font-size: 26px;
            color: #607fab;
        }
        section.product .content h2 {
            font-size: 32px;
            color: #fff;
        }
        section.product .content h2 p {
            padding-top: 5px;
            font-size: 16px;
            color: #fff;
        }
        .product_bg {
            height: 100%;
            display: block;
            background: rgba(0, 0, 0, 0.3);
        }
        section.info-two #tab_wrap {
            padding-bottom: 0;
            margin-bottom: 0;
        }
        section.info-two {
            padding-top: 40px;
        }
        section.info-twop.text {
            font-size: 20px;
            line-height: 27px;
        }
        section.info-two.latest_wrap {
            margin-top: 30px;
            padding-bottom: 0;
            margin-bottom: 0;
        }
        #sub_content .page-header small {
            display: none;
        }
        #sub_content .breadcrumb_wrap .container {
            padding: 0;
            margin: 0;
        }
        #sub_content .breadcrumb_wrap .sub_tab > li:first-child a {
            padding-left: 15px;
            padding-right: 15px;
        }
        #sub_content .breadcrumb_wrap .sub_tab > li > a {
            padding-left: 35px;
            padding-right: 35px;
        }
        #sub_content .page-header {
            /*        margin-bottom: 20px;*/
        }
        section.info-two .product .arrows_wrap {
            margin-top: 10px;
        }
    }
    @media (max-width: 480px) {
        section.info-two .nav-tabs > li > a {
            border: none;
            color: #000;
            background: #f8f8f8 !important;
            font-size: 16px !important;
            font-weight: 600;
            border-left: 1px #e3e3e3 solid;
            border-bottom: 1px #e3e3e3 solid;
            border-radius: 0;
            padding-top: 13px;
            padding-bottom: 13px;
        }
        section.info-two.tab-pane {
            padding: 0;
        }
        section.info-two.tab-content {
            padding: 15px;
            border-bottom: 1px #e3e3e3 solid;
            min-height: auto;
            height: auto;
        }
        .footer p.logo {
            display: none;
        }
    }


