/* header{
	background: transparent !important;
}
 header:hover {
    background: #fff !important;
} 
header nav ul.gnb>li>a {
	color:#fff;
}
header nav ul.quick li.global a{
color:#fff;
}
header:hover nav ul.quick li.global a{
	color:#000;
}
header:hover nav ul.gnb>li>a{
	color:#000;
}
header nav ul.gnb>li:hover>a{
	color:#5c32cf  !important;
}
header nav ul li.active a{
	color:#5c32cf  !important;
}  
 */


.guideline {
    width: 1px;
    height: 100%;
    position: fixed;
    left: 50%;
    top: 0px;
    z-index: 100;
    background: red;
}

.guideline:after {
    width: 1px;
    height: 100%;
    position: fixed;
    left: 50%;
    content: "";
    display: block;
    margin-left: -640px;
    top: 0px;
    background: red;
}

.guideline:before {
    width: 1px;
    height: 100%;
    position: fixed;
    left: 50%;
    content: "";
    display: block;
    margin-left: 640px;
    top: 0px;
    background: red;
}

section {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

section.visual_slider {
    /*    height: 972px;*/
    /* height: 92vh; */
    /*    height: 1080px;*/
    height: 100vh;
    overflow: hidden;
}

section.visual_slider .wrapper {
    position: absolute;
    overflo hidden;
    /*    width: 1920px;*/
    height: 100%;
    /*    left: 50%;*/
    /*    margin-left: -960px;*/
    min-width: 1920px;
    width: 100%;
}

section.visual_slider .white_bg {
    position: absolute;
    z-index: 2;
    height: 130px;
    background: #fff;
/*     width: 1600px;
    width: 63.5%; */
	width:80%;
    right: 0px;
    bottom: 0px;
}

section.visual_slider .white_bg h5 {
  /*   position: absolute;
    bottom: 10px; */

	line-height: 34px;
	padding-left: 5.5vw;
    font-weight: 200;/*300*/
    font-size: 22px;
    letter-spacing: -0.5px;
    box-sizing: border-box;
    padding: 30px 0 30px 5.5vw;
}

section.visual_slider .roll {
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 0%;
    left: 0px;
    top: 0px;
}

section.visual_slider .roll:nth-of-type(1) {
    width: 100%;
}

section.visual_slider .roll .bg {
    height: 100%;
    width: 100%;
    right: 0px;
    top: 0px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

section.visual_slider .roll:nth-of-type(4) .bg {
    background-position: center 85%;
}

section.visual_slider .roll_text {
    width: 80%;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    transform: translateY(-50%);
}

section.visual_slider .roll .main_title,
section.visual_slider .roll .sub_title {
    z-index: 3;
    color: #fff;
    font-size: 85px;
/*    text-transform: capitalize;*/
    opacity: 0;
    text-align: left;
    line-height: 1;

}

section.visual_slider .roll .main_title {
    margin-bottom: 30px;
}

section.visual_slider .roll .sub_title {
    font-weight: 200;
    font-size: 26px;
    font-family: 'NotoSansKR';
    line-height: 32px;
}

section.visual_slider .roll.active .main_title,
section.visual_slider .roll.active .sub_title {
    animation: slideIn 1s forwards ease-out;
    animation-delay: .7s;
}

/*
section.visual_slider .roll:nth-of-type(4) .main_title {
    font-size: 80px;
}
*/


@keyframes slideIn {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}


@-webkit-keyframes slideIn {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@-moz-keyframes slideIn {
    0% {
        transform: translateY(50%);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

section.visual_slider .roll.active .scale {
    transform: scale(1.1);
}

section.visual_slider .scale {
    transition: all 2s ease-in-out;
}

section.visual_slider .tab {
    position: absolute;
    z-index: 3;
    bottom: 150px;
    /*
    left: 320px;
    width: 1600px;
*/
 /*    width: 63.5%; */
 width:80%;
    right: 0;
}

section.visual_slider .tab li {
    display: inline-block;
    /*    margin-right: 105px;*/
    width: 21%;
    margin-right: 2%;
    /*    background: pink;*/
}

section.visual_slider .tab li:last-child {
    margin-right: 0;
}

/*
section.visual_slider .tab li:nth-of-type(2) {
    padding: 0px 150px;
}
*/

section.visual_slider .tab li * {
    color: #fff;
}

section.visual_slider .tab li .outer {
    border: 1px solid transparent;
    padding: 3px;
    transition: border .3s ease;
}

section.visual_slider .tab li .inner {
    border: 1px solid transparent;
    padding: 20px 30px;
    transition: border .3s ease;
}

section.visual_slider .tab li.active .outer {
    border: 1px solid #fff;
    transition: border .3s ease;
}

section.visual_slider .tab li.active .inner {
    border: 1px solid #10c4a4;
    transition: border .3s ease;
}

section.visual_slider .tab li h6 {
    font-weight: 300;
    padding-bottom: 15px;
}

section.visual_slider .tab li span {
    font-weight: 300;
    font-size: 22px;
}

section.product {
    padding-top: 105px;
    padding-bottom: 100px;
    overflow: hidden;
    width: 100%;
}

section.product .left_box {
    width: 990px;
    box-sizing: border-box;
    padding-left:382px;/* 340px*/
    padding-top: 30px;
    padding-bottom: 39px;
    background: #000;
    position: relative;
    margin-left: -960px;
    left: 50%;
}

section.product .left_box h5 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 0.75);
    font-weight: 300;
}

section.product .left_box h3 {
    display: inline-block;
    position: relative;
    padding-top: 25px;
    font-size: 34px;
    text-transform: uppercase;
    line-height: 34px;
    letter-spacing: 0.03em;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
}

section.product .left_box h3::after {
    content: "";
    top: 0px;
    right: 0px;
    display: block;
    position: absolute;
    width: 150px;
    height: 15px;
    background: url('../images/main/dots.png');
}

section.product .product_list {
    vertical-align: top;
    text-align: center;
    position: relative;
    font-size: 0px;
}

section.product .product_list .item {
    position: relative;
    display: inline-block;
    width: 273px;
    height: auto;
    margin: 0px 30px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    vertical-align: top;
}

section.product .product_list .item a {
    position: relative;
    display: block;
    width: 273px;
    height: 500px;
    background: #999;
}

section.product .product_list .item a h4 {
    padding-top: 63px;
    padding-left: 35px;
    font-size: 25px;
    line-height: 31px;
    font-weight: 500;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2;
}

section.product .product_list .item:nth-of-type(1) {
    padding-top: 215px;
    padding-bottom: 80px;
}

section.product .product_list .item:nth-of-type(2) {
    padding-top: 295px;
}

section.product .product_list .item:nth-of-type(3) {
    padding-top: 90px;
    padding-bottom: 207px;
}

section.product .product_list .item:nth-of-type(4) {
    padding-top: 160px;
    padding-bottom: 136px;
}

section.product .product_list .item a .bg {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    transition: box-shadow .5s ease;
}

section.product .product_list .item a .bg::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
    /*    filter: grayscale(1);*/
    transition: transform .5s ease, filter .5s ease;
    background-position: center center;
}

section.product .product_list .item:nth-of-type(1) a .bg::after {
    background-image: url('../images/main/product_item_bg6.jpg');
}

section.product .product_list .item:nth-of-type(2) a .bg::after {
    background-image: url('../images/main/product_item_bg3.jpg');
}

section.product .product_list .item:nth-of-type(3) a .bg::after {
    background-image: url('../images/main/product_item_bg1.jpg');
}

section.product .product_list .item:nth-of-type(4) a .bg::after {
    background-image: url('../images/main/product_item_bg5.jpg');
/*    filter: grayscale(1);*/
    /*    filter: grayscale(0);*/
}

section.product .product_list .item:nth-of-type(1) a:hover .bg::after {
    background-image: url('../images/main/product_item_bg6_hover.jpg');
}

section.product .product_list .item:nth-of-type(2) a:hover .bg::after {
    background-image: url('../images/main/product_item_bg3_hover.jpg');
}

section.product .product_list .item:nth-of-type(3) a:hover .bg::after {
    background-image: url('../images/main/product_item_bg1_hover.jpg');
}

section.product .product_list .item:nth-of-type(4) a:hover .bg::after {
    background-image: url('../images/main/product_item_bg5_hover.jpg');
}

section.product .product_list .item a:hover .bg {
    box-shadow: 0px 20px 30px rgba(0, 0, 0, .5);
}

section.product .product_list .item a:hover .bg::after {
    transform: scale(1.1) rotate(0.01deg);
    filter: grayscale(0);
}

section.product .product_list .item a::after {
    position: absolute;
    display: block;
    top: -25px;
    left: 10px;
    font-size: 18px;
}


/*
section.product .product_list .item:nth-of-type(1) a::after {
    content: "A";
}

section.product .product_list .item:nth-of-type(2) a::after {
    content: "B";
}

section.product .product_list .item:nth-of-type(3) a::after {
    content: "C";
}

section.product .product_list .item:nth-of-type(4) a::after {
    content: "D";
}
*/

section.product .product_list .item a::before {
    position: absolute;
    text-transform: uppercase;
    content: "sensorview";
    display: block;
    top: 95px;
    right: -22px;
    transform-origin: right top;
    transform: rotate(90deg);
    font-size: 13px;
    letter-spacing: 0.03em;
    font-weight: 300;
}

section.product .product_list .desc,
section.product .product_list img {
    position: absolute;
    z-index: 1;
    opacity: 0;
    transition: all 1s ease;
}

section.product .product_list .desc {
    font-size: 18px;
    color: #fff;
    transform: rotate(270deg);
    text-transform: uppercase;
    bottom: 67px;
    left: -23px;
}

section.product .product_list .desc:after {
    display: block;
    content: '';
    clear: both;
    position: absolute;
    width: 1px;
    height: 300px;
    background: #fff;
    transform: rotate(270deg);
    top: -141px;
    left: 250px;
}

section.product .product_list img {
    bottom: 25px;
    right: 30px;

}

section.product .product_list .item a:hover .desc,
section.product .product_list .item a:hover img {
    opacity: 1;
}


section.global {
    padding-top: 150px;
    overflow: hidden;
    position: relative;
}

section.global .right_box {
    /*    width: 1490px;*/
    width: 1600px;
    box-sizing: border-box;
    padding-left: 80px;
    padding-right: 105px;
    padding-top: 30px;
    height: 180px;
    /*    margin-left: -530px;*/
    margin-left: -640px;
    background: #10c4a4;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    position: relative;
    left: 50%;
}

section.global .right_box h3 {
    margin-top: -120px;
    margin-left: -20px;/*추가*/
}

section.global .right_box h3 span {
    font-size: 62px;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0em;
    font-weight: 700;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.global .right_box h5 {
    font-size: 55px;
    text-transform: uppercase;
    line-height: 64px;
    letter-spacing: 0em;
    padding-top: 20px;
    font-weight: 600;
    color: #000;
    margin-left:-20px;
}

section.global .right_box p {
    float: left;
    padding-top: 21px;
    font-size: 22px;
    line-height: 138%;/*32px*/
    color: #fff;
    font-weight: 200;
    letter-spacing: -0.03em;
    margin-left:-20px;
}

section.global .right_box .btn_wrapper {
    padding-top: 35px;
    float: right;
}

section.global .right_box button {
    width: 239px;
    height: 55px;
    line-height: 55px;
    border: 1px solid #fff;
    background: transparent;
    transition: background .3s ease, border .3s ease;
}

section.global .right_box button:nth-child(1) {
    margin-right: 20px;
}

section.global .right_box button a {
    font-size: 16px;
    color: #fff;
    display: block;
    padding-right: 30px;
    position: relative;
}

section.global .right_box button a::after {
    position: absolute;
    width: 27px;
    height: 7px;
    background: url('../images/main/arrow.png');
    content: "";
    top: 23px;
    right: 10px;
    opacity: 0.5;
    display: block;
    transition: opacity .3s ease;
}

section.global .right_box button:hover {
    border: 1px solid transparent;
    background: #10c4a4;
    background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    background-size: 105% auto;
}

section.global .right_box button:hover a::after {
    opacity: 1;
}

section.global .bg_logo {
    width: 100%;
    margin: 0 auto;
    margin-top: 90px;
    max-width: 100%;
    height: 200px;
    position: relative;
    background-image: url(../images/main/logo_line_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
}

section.global .video {
    margin: 0 auto;
    text-align: center;
    position: relative;
    width: 100%;
    z-index: 1;
    margin-top: -250px;
}

section.feature {
    overflow: hidden;
    max-width: 1920px;
    margin-top: -145px;
    padding-top: 245px;
    min-height: 400px;
    background: #ffffff;
    background: linear-gradient(180deg, #ecebeb 0%, #ffffff 100%);
    background-repeat: repeat-x;
    background-size: 100% 430px;
}

section.feature .history {
    width: 1280px;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin: 0 auto 120px;
    display: block;
}

section.feature .history li {
    display: inline-block;
    width: 400px;
    min-height: 283px;
    vertical-align: top;
}

section.feature .history li .icon {
    position: relative;
    margin: 0 auto;
    width: 135px;
    height: 113px;
    background: url('../images/main/feature_icon.png');
    /* 원하는 방식이 아래와 같다면 이상태로 feature_icon.png 을 컬러버전으로 대체하면 될듯 */
    /* background: url("../images/main/icon_1.png"); */
    background-repeat: no-repeat;
    -webkit-animation: blink 6s cubic-bezier(1, 0.32, 0.07, 0.92) infinite;
}


@-webkit-keyframes blink {

    50% {
        /* opacity: 0.0; */
        -webkit-filter: grayscale(100%);
        filter: gray;
    }
}

@-moz-keyframes blink {
    50% {
        /* opacity: 0.0; */
        -webkit-filter: grayscale(100%);
        filter: gray;
    }
}

@keyframes blink {

    50% {
        /* opacity: 0.0; */
        -webkit-filter: grayscale(100%);
        filter: gray;
    }
}


section.feature .history li:nth-of-type(1) .icon {
    background-position: calc(-135px * 0) 0px;
}

section.feature .history li:nth-of-type(2) .icon {
    background-position: calc(-135px * 1) 0px;
}

section.feature .history li:nth-of-type(3) .icon {
    background-position: calc(-135px * 2) 0px;
}

section.feature .history li h4 {
    padding-top: 10px;
    font-size: 50px;
    font-weight: 500;
}

section.feature .history li p {
    padding-top: 20px;
    font-size: 20px;
    letter-spacing: -0.03em;
    line-height: 140%;/*30px*/
    font-weight:200;
}

section.feature h2 {
    padding-right: 30px;
    display: inline-block;
    background: linear-gradient(135deg, #c294cd 0%, #49b6ad 50%, #6449cd 75%, #deb6bf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

section.feature h2 span {
    font-size: 150px;
    text-transform: uppercase;
    line-height: 140px;
    letter-spacing: -0.03em;
    font-weight: 500;
}

/*그라데이션 텍스트 이미지 추가*/
section.feature h2 .bg_txt_gr:before{
    background:url("../images/main/bg_txt_gr.png")no-repeat;
    width:950px;
    height:261px;
    content:"";
    position:absolute;
    top:0;
}

section.feature .box {
    position: relative;
    top: -50px;
    max-width: 1460px;
    width: 1280px;
    margin: 275px auto 45px;
    font-size: 0;
    display: block;
}

section.feature .box > li {
    display: inline-block;
    position: relative;
    width: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

section.feature .box > li > .tit {
    display: block;
    padding-top: 170px;
    padding-bottom: 165px;
    box-sizing: border-box;
}

section.feature #box_wrap > li:nth-child(1) .img-sitemap {
    background-image: url('../images/main/box_content_img1.jpg');
}

section.feature #box_wrap > li:nth-child(2) .img-sitemap {
    background-image: url('../images/main/box_content_img2.png');
}

section.feature #box_wrap > li:nth-child(3) .img-sitemap {
    background-image: url('../images/main/box_content_img3.png');
}

section.feature #box_wrap > li:nth-child(4) .img-sitemap {
    background-image: url('../images/main/box_content_img4.png');
}

section.feature .hover_contents {
    opacity: 0;
    position: absolute;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, .8);
    text-align: left;
    transition: all 0.5s ease;
    padding: 30px 40px;
    box-sizing: border-box;
}

section.feature .box > li:hover > .tit {
    opacity: 0;
}

section.feature .box > li:hover .hover_contents {
    opacity: 1;
}

section.feature .hover_contents > a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
}

section.feature .hover_contents * {
    color: #fff;
}

section.feature .hover_contents h4 {
    margin-bottom: 17px;
    font-size: 32px;
    text-align: center;
    box-sizing: border-box;
}

section.feature .hover_contents h5 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 15px;
}

section.feature .box_contents_list {
    font-size: 0;
}

section.feature .hover_contents .clearfix > div {
    width: 50%;
}

section.feature .hover_contents .clearfix > .fr {
    padding-left: 42px;
    box-sizing: border-box;
}

section.feature .hover_contents .clearfix .desc_list li {
    position: relative;
    font-size: 14px;
    font-weight: 300;
    padding-left: 10px;
    box-sizing: border-box;
    text-transform: none;
    line-height: 0.5;
}

section.feature .hover_contents .clearfix .fl > ul > li:first-child {
    margin-bottom: 50px;
}

section.feature .hover_contents .clearfix .desc_list li:before {
    content: '- ';
    position: absolute;
    display: block;
    left: -5px;
}

section.feature .desc_list > li:not(:last-child) {
    margin-bottom: 15px;
}

section.feature #box_wrap > li {
    overflow: hidden;

}

section.feature #box_wrap .img-sitemap {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.5s ease;
}

section.feature #box_wrap > li:first-child {
    background-image: none;
}

section.feature #box_wrap h3 {
    display: block;
    padding-top: 170px;
    padding-bottom: 165px;
    box-sizing: border-box;

}

section.feature #box_wrap > li:hover .img-sitemap {
    transform: scale(1.1);
}

section.feature #box_wrap > li:hover h3 {
    opacity: 0;
}


section.press {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto 85px;
}

section.press > ul {
    font-size: 0;
    text-align: center;
}

section.press li {
    position: relative;
    display: inline-block;
    width: 28%;/*30%*/
	text-align: left;
    background: #f1f1f1;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-image-slice: 1;
	box-sizing:border-box;

}
section.press li a.link{display:block; width:100%; height:100%;  padding:40px 33px 55px;/* 54px 45px 70px*/ box-sizing: border-box; cursor: pointer;}
section.press li:not(:last-child) {
    margin-right: 3%;
}

section.press li:hover {
    color: #fff;
    background: #000;
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(-35deg, #5c32cf 40%, #10c4a4 70%);
    border-image-slice: 1;
    box-sizing: border-box;
}
section.press li:hover a{color:#fff;}
section.press li:hover .btn {
    border-top: 5px solid #5c32cf;
    border-left: 5px solid #5c32cf;
    box-sizing: border-box;
}


section.press li.active {
    color: #fff;
    background: #000;
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(-35deg, #5c32cf 40%, #10c4a4 70%);
    border-image-slice: 1;
    box-sizing: border-box;
}

section.press li.active .btn {
    border-top: 5px solid #5c32cf;
    border-left: 5px solid #5c32cf;
    box-sizing: border-box;
}

section.press .content .tit {
    font-size: 16px;
    font-weight: 500;
}

section.press .content .text {
    font-size: 22px;
    font-weight: 500;
    margin: 25px 0;
    letter-spacing: -0.5px;
    line-height: 28px;
	height:56px;
}

section.press .content .desc {
    font-size: 14px;
    line-height: 20px;
    font-weight: 300;
    margin-bottom: 25px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: normal;
    white-space: normal;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-break: keep-all;
}

section.press .content .desc span {
    display: block;
    height: 62px;
    line-height: 20px;
}

section.press .content .date {
    font-size: 14px;
    font-weight: 500;
}

section.press .btn {
    position: absolute;
    width: 82px;
    height: 82px;
    bottom: -5px;
    right: -5px;
    background: #fff;
    border-top: 5px;
    border-left: 5px;
    border-style: solid;
    border-color: transparent;
    box-sizing: border-box;
}

section.press .btn:after,
section.press .btn:before,
.pop .close:after,
.pop .close:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: all .5s ease;
    background-color: #000;
    width: 34px;
    height: 1px;
}

section.press .btn:before {
    transform: translate(-50%, -50%) rotate(90deg);
}

section.press .btn a {
    display: block;
    width: 100%;
    height: 100%;
    z-index: 10;
}


/*pager*/
section.visual_slider .visual_pager {
    position: absolute;
    /*    right: 4%;*/
    /*    left: auto;*/
    bottom: auto;
    top: 45%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
    right: 50px;
}

section.visual_slider .visual_pager:after,
section.visual_slider .visual_pager:before {
    display: block;
    clear: both;
    content: '';
    background: #fff;
    width: 1px;
    /*    height: 210px;*/
    height: 9vw;
    right: 33px;
    margin: 0 auto;
}

section.visual_slider .visual_pager:before {
    margin-bottom: 50px;
}

section.visual_slider .visual_pager:after {
    margin-top: 50px;
}

section.visual_slider .visual_pager li {
    display: block;
    background-color: #fff;
    width: 16px;
    height: 2px;
    margin: 0 auto;
}

section.visual_slider .visual_pager li:not(:last-child) {
    margin-bottom: 20px;
}

section.visual_slider .visual_pager li:nth-of-type(2) {
    /* padding: 0; */
}

section.visual_slider .visual_pager li {
    cursor: pointer;
}

section.visual_slider .visual_pager li.active {
    width: 67px;
    background-color: #10c4a4;
    left: -25px;
    outline: none;
    height: 4px;
}

section.visual_slider .visual_pager span {
    /* background-color: #00FF0050; */
    cursor: pointer;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    top: -10px;
    position: relative;
}


section.visual_slider video{
	position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;}


/*개인정보처리방침팝업창*/
.pop {
    position: fixed;
    width: 30%;
    height: 500px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    border-width: 5px;
    border-style: solid;
    border-image: linear-gradient(-35deg, #5c32cf 40%, #10c4a4 70%);
    border-image-slice: 1;
    box-sizing: border-box;
    z-index: 1000;
    padding: 40px 30px;
    font-weight: 300;
    line-height: 1.5;
    word-break: break-word;
    display: none;

}

.pop.privacy {
    width: 80%;
    height: 80%;
}

.pop.privacy .scroll {
    height: calc(100% - 60px);
}

.pop_bg {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999;
    display: none;
}

.pop .close {
    position: fixed;
    top: 0px;
    right: 0px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}

.pop .close:after,
.pop .close:before {
    bottom: 0;
    right: 0;
    width: 27px;
}

.pop .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.pop .close:after {
    transform: translate(-50%, -50%) rotate(133deg);
}


@media screen and (max-width: 2560px) {
    /*
    section.visual_slider .white_bg {
        width: 64.5%;
    }

    section.visual_slider .tab {
        width: 64.5%;
        right: 0;
        position: absolute;
        left: auto;
    }
*/
}


@media screen and (max-width: 1920px) {


    /*
        section.visual_slider .tab {
        width: 85.5%;
        right: 0;
        position: absolute;
        left: auto;
*/




    section.visual_slider .roll .bg {
        background-position: center center;
    }

    section.visual_slider .roll .main_title {
        top: 35%;
    }

    section.visual_slider .roll .sub_title {
        top: 50%;
    }

    section.visual_slider .wrapper {
        min-width: auto;
    }


}
@media screen and (max-width: 1919px) {
    section.visual_slider .roll .main_title{font-size: 3.5vw;}
}




@media screen and (max-width: 1760px) {


    section.global .right_box {
        width: 100%;
        left: auto;
        margin-left: auto;
    }

}

@media screen and (max-width: 1680px) {}

@media screen and (max-width: 1600px) {

    section.visual_slider .roll .main_title {
        font-size: 60px;/*40px*/
    }

    section.global .right_box {
        /*padding: 30px 30px 0;*/
        width: 100%;
        left: 0;
        margin-left: auto;
        box-sizing: border-box;
        padding-left: 135px;
        padding-right: 130px;
        padding-top: 30px;
        height: 180px;
        background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    }

    section.global .right_box .btn_wrapper {
        padding-top: 0;
        width: 20%;
    }

    section.global .right_box button:nth-child(1) {
        margin-bottom: 20px;
        margin-right: auto;
    }

    section.global .right_box button {
        display: block;
        width: 100%;
    }
    section.feature h2 .bg_txt_gr:before{
        width: 720px;
        height: 198px;
        background-size: contain;
    }
    section.feature .history{
        margin: 0 auto 100px;
    }

    section.feature .box{
        margin: 225px auto 45px;
    }

    section.product .left_box{
        width: 982px;
        padding-left: 427px;
        padding-top: 30px;
        padding-bottom: 35px;
    }

    section.product .product_list .item{
        max-width: 236px;
        margin: 0px 20px;
    }
    section.product .product_list .item a{
        width:100%;
    }
    section.product .left_box h3{
        font-size:30px;
    }
    section.product .product_list .item a h4{
        padding-top: 73px;
        padding-left: 29px;
    }
    section.product .product_list .item:nth-of-type(1){
        padding-top: 155px;
    }
    section.product .product_list .item:nth-of-type(2){
        padding-top: 235px;
    }
    section.product .product_list .item:nth-of-type(3) {
        padding-top: 65px;
    }
    section.product .product_list .item:nth-of-type(4){
        padding-top: 125px;
    }
}

@media screen and (max-width: 1530px){
    section.visual_slider .roll .sub_title{
        font-weight: 200;
        font-size: 23px;
        font-family: 'NotoSansKR';
        line-height: 32px;
    }

    section.visual_slider .tab li span {
        font-size: 18px;
        letter-spacing: 0.01rem;/*font-size: 19px;*/
    }

    section.visual_slider .tab li .inner {
        padding: 15px 14px;/*padding: 20px 16px;*/
    }
}

@media screen and (max-width: 1480px) {

    section.visual_slider .tab li {
        margin-right: 13px;
    }
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {
    /*section.visual_slider .tab li span {
        font-size: 19px;
    }*/

    section.product .product_list .item {
        margin: 0px 15px;
        width: calc(25% - 30px);
        box-sizing: border-box;
    }

}


@media screen and (max-width: 1360px) {
    section.product .left_box {
        left: 0;
        margin-left: 0;
        width: 52%;
        padding: 30px;
    }
}

@media screen and (max-width: 1344px) {


    section.visual_slider .white_bg h5 {
        padding-left: 71px;
    }

    section.visual_slider .tab li .inner {
        padding: 12px 14px;/*padding: 20px 16px;*/
    }
}

@media screen and (max-width: 1280px) {
section.visual_slider .white_bg h5{font-size:1.7vw;}
    section.visual_slider .tab li span {
        font-size: 13px;
        letter-spacing: 0.01rem;/*font-size: 19px;*/
    }

    section.visual_slider .roll .sub_title {
        font-size: 18px;
    }

    section.product .product_list {
        max-width: 1280px;
        padding: 0 13px;
        box-sizing: border-box;
    }

    section.product .product_list .item a {
        display: block;
        width: 100%;
    }

    section.product .product_list .item a h4 {
        font-size: 22px;
    }

    section.product .left_box h3 {
        font-size: 2.8vw;
    }

    section.global .right_box {
        /* padding: 30px 30px 0; */
        width: 100%;
        left: 0;
        margin-left: auto;
        box-sizing: border-box;
        padding-left: 60px;
        padding-right: 60px;
        padding-top: 30px;
        height: 180px;
        background: linear-gradient(-90deg, #5c32cf 20%, #10c4a4 80%);
    }
    section.feature .box{
        width: 100%;
    }
    section.feature .history{
        font-size: 0px;
        width:100%;
    }

    section.feature .history li{
        width: 33.3%;
    }
    section.press li a.link{
        padding: 40px 24px 55px;
    }
    section.visual_slider .roll_text{
        width:88%;
    }
}

@media screen and (max-width: 1152px) {


    section.visual_slider .tab li span {
        font-size: 16px;
    }

    section.visual_slider .roll .main_title {
        font-size: 35px;
    }

    section.visual_slider .roll .sub_title {
        font-size: 21px;
    }

    section.global .right_box {
        padding-right: 20px;
    }

    section.global .right_box p {
        font-size: 18px;
    }

    section.global .right_box .btn_wrapper {
        width: 23%;
    }

    section.feature .history {
        width: 100%;
        left: auto;
        margin-left: auto;
        font-size: 0;
    }

    section.feature .history li {
        width: 33.33%;
    }

    section.feature .box {
        width: 100%;
    }
    section.press li{width:30%;}
}

@media screen and (max-width: 1024px) {

    section.visual_slider .tab li {
        margin-right: 0;
    }

    section.visual_slider .tab li span {
        font-size: 16px;
    }

    section.visual_slider .tab li .inner {
        padding: 20px 10px;
    }

    section.visual_slider .roll .main_title {
        font-size: 45px;
    }
/*
    section.global .right_box {
        padding-left: 20px;
    }*/

    section.feature .hover_contents h4 {
        font-size: 25px;
    }

    section.feature .hover_contents {
        padding: 15px 5px;
    }

    section.press li a.link {
        padding: 42px 16px 55px;
    }
    section.press li{width:30%;}
    section.press .content .text{
        font-size:21px;
    }
}


/*popup_201111 추가*/

.popup_main {
    position: absolute;
    width: 500px;
    /*height: 500px;*/
    top: 0px;
    background: #000;
    z-index: 999;
    padding: 30px 30px 0;
    border-width: 3px;
    border-style: solid;
    border-image: linear-gradient(121deg, rgba(17, 219, 173, 1) 0%, rgba(74, 47, 216, 1) 100%);
    border-image-slice: 1;
    margin: 80px 0 0 65px;
}

.popup_main .pop_box {
    text-align: left;
}

.popup_main .pop_box .tit {
    font-size: 22px;
    font-weight: bold;
    padding: 15px 0;
    color: #4ab196;
}

.popup_main .pop_box .info {
    color: #fff;
    font-size: 14px;
    line-height: 145%;
    font-weight: 200;
}
.popup_main .pop_box .close{
    font-size:14px;
    text-align: right;
    color:#fff;
    cursor: pointer;
    width: 529px;
    margin-top: -2px;
}

.popup_main .pop_box .close .notice{
    vertical-align: middle;
    margin-right:20px;
    text-decoration: underline;
}

.popup_main .pop_box .close .close_btn{
    width:60px;
    height:60px;
    background:#fff;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.popup_main .pop_box .close .close_btn:after{
    background:url("/include/images/main/x_btn.png") no-repeat;
    content: "";
    width:30px;
    height:30px;
    background-size: contain;
    top: 15px;
    left: 16px;
    position: absolute;
}

/*end popup_201111 추가*/
.popup_main .popup_lpd_1 {padding-left:12px;}
.popup_main .popup_lpd_2 {padding-left:20px;}
.popup_main .popup_table {
    width:100%;
    margin-top:8px;
    border-top: 1px solid #bfbfbf;
    border-left: 1px solid #bfbfbf;
    box-sizing: border-box;
    font-weight: 300 !important;
    text-align: center;
    border-collapse: collapse;
}

.popup_main .popup_table  thead tr {
    background: #404040;
    color: #fff;
}

.popup_main .popup_table thead tr,
.popup_main .popup_table tbody tr {
    border-bottom: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.popup_main .popup_table thead tr th,
.popup_main .popup_table tbody tr td {
    border-right: 1px solid #bfbfbf;
    box-sizing: border-box;
}

.popup_main .popup_table thead > tr:first-child th {
    font-weight: 300 !important;
}

.popup_main .popup_tablee thead > tr:first-child {
    border-top: none;
}

.popup_main .popup_table tr {
    border-bottom: 1px solid #bfbfbf;
    text-indent: inherit;
}

.popup_main .popup_table th,
.popup_main .popup_table td {
    box-sizing: border-box;
    padding: 8px 15.6px;
}