/* ==공통== */
.main-section{
    padding:140px 0;
}
@media(min-width:1025px){
}
@media(max-width:1024px){
}
@media(max-width:992px){
    .main-section{
        padding:100px 0;
    }
}
@media(max-width:768px){
    .main-section{
        padding:60px 0;
    }
}
@media(max-width:576px){
}


/* Visual */
.visual-container{position: relative;}
.visual__background {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 980px;
}
.visual__background--1 { background: url('/child/img/visual/v1.png') no-repeat center / cover; }
.visual__background--2 { background: url('/child/img/visual/v2.png') no-repeat center / cover; }
.visual__background--3 { background: url('/child/img/visual/v3.png') no-repeat center / cover; }
.visual__background--4 { background: url('/child/img/visual/v4.png') no-repeat center / cover; }
.visual__background--5 { background: url('/child/img/visual/v5.png') no-repeat center / cover; }
.visual__prev,
.visual__next { z-index: 2; position: absolute; top: 0; bottom: 0; margin: auto; cursor: pointer !important; }
.visual__prev { left: 100px; width: 40px; height: 70px; background: url('/child/img/visual/prev.png') no-repeat center; }
.visual__next { right: 100px; width: 40px; height: 70px; background: url('/child/img/visual/next.png') no-repeat center; }
.visual__pagination {
    display:flex; justify-content: center; align-items: center; flex-direction: column;
    width:auto !important; height:100%;
    z-index: 2; position: absolute; top: 0px; left:50% !important; margin-left: -590px;
    text-align: center; font-size: 0; 
}
.visual__pagination .swiper-pagination-bullet { 
    display: block;
    margin:8px auto !important;
    opacity:1;
    width: 8px; height: 8px; background-color:rgba(255, 255, 255, .5); 
}
.visual__pagination .swiper-pagination-bullet-active{
    width: 16px; height: 16px;
    border:2px solid #fff;
    background-color: transparent;
}
.visual-title{
    position: relative;
    display: block;
    width: 1200px;
    font-size:60px;
    font-weight: 100;
    text-align:center;
    color:#fff;
}
.visual-title:before{
    content:'';
    position: absolute;
    top:-20px;
    left:50%;
    transform: translate(-50%, 0);
    display:block;
    width:60px;
    height:6px;
    background-color:#fff;
}
.visual-title strong{
    font-weight: 400;
}
.scroll-ani{
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 2;
    margin-right: -585px;
    display: block;
    width: 28px;
    height: 110px;
}
.scroll-text{
    display: block;
    float: left;
    font-size: 12px;
    letter-spacing: -.2px;
    color: #fff;
    transform: rotate(90deg);
    transform-origin: 0 100%;
    margin-top: -18px;
}
.scroll-roll{
    display: block;
    overflow: hidden;
    float: right;
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, .5);
}
.scroll-roll span{
    display:block;
    width: 2px;
    height: 70px;
    background-color: #fff;
    animation:scrollRoll 1.3s ease-in-out infinite;
}
@keyframes scrollRoll{
    0%{
        opacity: 0;
        transform: translateY(-100%);
    }
    50%{
        opacity: 1;
        transform: translateY(0);
    }
    100%{
        transform: translateY(150%);
    }
}

@media(min-width:1025px){
}
@media(max-width:1200px){
    .visual__background{
        height: 800px;
    }
    .visual-title {
        width: 100%;
        font-size: 50px;
    }
    .visual__pagination{
        width: 100% !important;
        height: auto;
        left: auto !important;
        top:auto;
        bottom: 10px;
        margin-left: 0;
        flex-direction: row;
    }
    .visual__pagination .swiper-pagination-bullet{
        display:inline-block;
        margin:4px !important;
    }
    .scroll-ani{display: none;}
}
@media(max-width:1024px){
    .visual__background { height: 460px; }
    .visual-title {
        font-size: 40px;
    }
    .visual-title:before {
        top: -15px;
        width: 50px;
        height: 4px;
    }
    .visual__prev,
    .visual__next { display: none; }
}
@media(max-width:992px){
}
@media(max-width:768px){
    .visual__background { height: 340px; }
    .visual-title {
        font-size: 30px;
    }
    .visual-title:before {
        width: 40px;
    }
    .visual__pagination { bottom: 20px; }
    .visual__pagination .swiper-pagination-bullet { width: 10px; height: 10px; }
}
@media(max-width:576px){
    .visual-title {
        font-size: 26px;
    }
    .visual__background { height: 240px; }
}

/* PRODUCT */
/* 게시판 */
.pl-tit >a,
.pl-txt >em{
    font-style: normal;
}

.product-container{
    margin-bottom: 65px;
}
.product-section .page-title{
    margin-bottom: 60px;
}
.product-title{
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2;
    color: #e6aa43;
    margin-bottom: 40px;
    padding-bottom: 5px;
    border-bottom: 2px solid #e6aa43;
}
.product-list >ul{
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}
.product-list >ul >li{
    width: 25%;
    padding: 10px;
}
.pl-img{
    display: block;
    width: 100%;
    height: 285px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}
.wrap .pl-img >a{
    pointer-events: none;
}
.pl-img .image{
    display:block;
    width:100%;
    height:100%;
    background-image: url(/child/img/noimg.png);
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.pl-con{
    margin-top: 20px;
}
.pl-tit{
    font-size: 18px;
    font-weight: 600;
    line-height: 1.2;
    color: #333;
}
.wrap .pl-tit a{
    cursor: text;
    pointer-events: none;
}
.pl-tit small{
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    margin-top: 6px;
}
.pl-txt{
    font-size: 14px;
    font-weight: 500;
    color: #333;
    margin-top: 14px;
}
.product-btn-wrap{
    text-align: center;
}
@media(min-width:1025px){
    .product-list >ul >li .pl-img:hover .image{
        transform: scale(1.2);
        -webkit-transition: all ease-out .3s; transition: all ease-in-out .3s;
    }
}
@media(max-width:1024px){
    .product-section .page-title{
        margin-bottom: 40px;
    }
    .product-title {
        font-size: 22px;
        margin-bottom: 35px;
    }
}
@media(max-width:992px){
    .product-container{
        margin-bottom: 40px;
    }
    .product-list >ul >li{
        width: 50%;
    }
    .pl-con {
        margin-top: 15px;
    }
}
@media(max-width:768px){
    .product-section .page-title{
        margin-bottom: 35px;
    }
    .product-title {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .product-list >ul{
        margin:-10px -5px;
    }
    .product-list >ul >li{
        padding:10px 5px;
    }
    .pl-con {
        margin-top: 10px;
    }
    .pl-txt {
        margin-top: 6px;
    }
}
@media(max-width:576px){
    .product-section .page-title{
        margin-bottom: 30px;
    }
    .product-title {
        font-size: 18px;
        margin-bottom: 25px;
    }
    .product-list >ul >li{
        width: 100%;
    }
}


/* TECHNOLOGY */
.technology-section{
    background-color: #e6aa43;
    padding:130px 0;
}
.technology-container{
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.technology-container:before{
    content: '';
    position: absolute;
    top: 50%;
    right: -130px;
    transform: translate(0,-50%);
    display: block;
    width: 684px;
    height: 685px;
    background-image: url(/child/img/main/technology-img.png);    
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
.technology-container .page-title-white{
    font-size:40px;
}
.technology-left{
    width: 39.1666%;
}
.technology-section .page-title-white{
    width: 100%;
    text-align: left;
    margin-bottom: 60px;
}
.technology-section .page-title-white:before{
    left: 0;
    transform: none;
    background-color:#f7e3c1;
}
.technology-slider{
    overflow: hidden;
}
.technology-container li{
    position: relative;
    display: block;
    width: auto;
    height: auto;
    font-size: 20px;
    background: none;
    border-radius: 0;
    color: #fff;
    opacity: .7;
    padding: 10px 0 10px 20px;
    cursor: pointer;
}
.technology-container li:before{
    content:'';
    position: absolute;
    top:50%;
    left:0;
    transform: translate(0,-50%);
    display:block;
    width: 8px;
    height: 8px;
    background-color: #fff;
}
.technology-container .active{
    font-weight: 600;
    background: none;
    opacity:1;
}
.technology-btn-wrap{
    margin-top: 80px;
}
.technology-right{
    width: 60.8334%;
    margin-top: -152px;
}
.technology__background {
    display: flex;
    justify-content: center;
    align-items: center;
    width:363px;
    box-shadow: 1px 1px 40px rgba(0, 0, 0, .2);
}
.technology__background--1 { background: url('/child/img/main/technology-v1.png') no-repeat center / cover; }
.technology__background--2 { background: url('/child/img/main/technology-v2.png') no-repeat center / cover; }
.technology__background--3 { background: url('/child/img/main/technology-v3.png') no-repeat center / cover; }
.technology__background--4 { background: url('/child/img/main/technology-v4.png') no-repeat center / cover; }
.technology__background--5 { background: url('/child/img/main/technology-v5.png') no-repeat center / cover; }

/* slider */
.dp-wrap {
    margin: 0 auto;
    position: relative;
    perspective: 1000px;
    height: 100%;
}
.dp-slider {
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
}
.dp-slider div {
    transform-style: preserve-3d;
}
.dp_item {
    display: block;
    position: absolute;
    text-align: center;
    transition: transform 1.2s;
}
.dp_item {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.dp-slider .dp_item:first-child {
    z-index: 10 !important;
    transform: rotateY(0deg) translateX(0px) !important;
}
.dp_item[data-position="2"] {
    z-index: 9;
    transform: rotateY(0deg) translateX(10%) scale(0.9);
}
.dp_item[data-position="3"] {
    z-index: 8;
    transform: rotateY(0deg) translateX(20%) scale(0.8);
}
.dp_item[data-position="4"] {
    z-index: 7;
    transform: rotateY(0deg) translateX(30%) scale(0.7);
}
.dp-content {
    text-align: left;
    padding-left: 100px;
    padding-right: 0;
    display: inline-block;
    width: 100%;
}
/* .dp-slider .dp_item:hover:not(:first-child) {
    cursor: pointer;
} */
.technology-slider, .technology-slider .dp-slider, .technology__background{
    height: 513px;
}
@media(min-width:1025px){
}
@media(max-width:1024px){

}
@media(max-width:992px){
    .technology-section{
        padding: 100px 0;
    }
    .technology-section .page-title-white{
        text-align: center;
        margin-bottom: 50px;
    }
    .technology-section .page-title-white:before{
        left: 50%;
        transform: translate(-50%, 0);
    }
    .technology-container:before{
        right: 50%;
        transform: translate(50%,-50%);
    }
    .technology-left,
    .technology-right{
        width:100%;
    }
    .technology-left{
        order:2;
        margin-top: 50px;
    }
    .technology-right{
        order:1;
        margin-top: 0;
    }
    .technology-container li{
        text-align: center;
        font-size: 18px;
        padding: 5px;
    }
    .technology-container li:before{
        display: none;
    }
    .technology__pagination{
        display: flex;
    }
    .technology-btn-wrap{
        text-align: center;
        margin-top: 30px;
    }
}
@media(max-width:768px){
    .technology-section{
        padding: 60px 0;
    }
    .technology-section .page-title-white{
        margin-bottom: 40px;
    }
    .technology-container:before{
        display:none;
    }
    .technology-left {
        margin-top: 40px;
    }
    .dp-content{
        padding-left: 50px;
    }
}
@media(max-width:576px){
    .technology-section .page-title-white{
        margin-bottom: 30px;
    }
    .dp-content{
        padding-left: 0px;
    }
    .technology-left {
        margin-top: 30px;
    }
    .technology__pagination{
        display: block;
    }
    .technology__background{
        width: 100%;
        background-size: contain;
    }
    .technology-container li {
        font-size: 16px;
        padding: 4px;
    }
}
@media(max-width:375px){
    .technology-slider, .technology-slider .dp-slider, .technology__background{
        height: 440px;
    }
    .technology-left {
        margin-top: 20px;
    }
}


/* BANNER */
.banner-section{
    padding: 75px 0;
    background-color: #f7e3c1;
}
.banner-section .container{
    position: relative;
}
.banner-section .container:before,
.banner-section .container:after{
    content: '';
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: 1;
}
.banner-section .container:before{
    width: 147px;
    height: 145px;
    top: -75px;
    left: -167px;
    background-image: url(/child/img/main/banner-bg.png);
}
.banner-section .container:after{
    width: 238px;
    height: 213px;
    bottom: -75px;
    right: -150px;
    background-image: url(/child/img/main/banner-bg2.png);
}
.banner-list{
    position: relative;
    z-index: 2;
}
.banner-list >ul{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -35px;
}
.banner-list >ul >li{
    display: flex;
    align-items: center;
    width: 25%;
    padding: 0 35px;
}
.banner-wrap{
    position: relative;
    display: flex;
    align-items: center;
    min-height: 90px;
    padding-left: 110px;
}
.banner-icon{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
    display: block;
    width: 90px;
    height: 90px;
    border: 6px solid #eec682;
    border-radius: 100%;
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
}
.banner-list >ul >li:nth-child(1) .banner-icon{
    background-image: url(/child/img/main/banner-icon.png);
}
.banner-list >ul >li:nth-child(2) .banner-icon{
    background-image: url(/child/img/main/banner-icon2.png);
}
.banner-list >ul >li:nth-child(3) .banner-icon{
    background-image: url(/child/img/main/banner-icon3.png);
    background-position: 60% 50%;
}
.banner-list >ul >li:nth-child(4) .banner-icon{
    background-image: url(/child/img/main/banner-icon4.png);
}
.banner-txt{
    font-size: 22px;
    letter-spacing: -.07em;
    line-height: 1.4;
    text-align: left;
    color: #885d12;
}
@media(min-width:1025px){
}
@media(max-width:1200px){
    .banner-list >ul{
        margin:-10px;
    }
    .banner-list >ul >li{
        width:50%;
        padding:10px;
        text-align: center;
    }
    .banner-wrap{
        display: inline-flex;
    }
    .banner-section .container:before {
        top: -65px;
        left: 0;
    }
    .banner-section .container:after{
        bottom:-65px;
        right:0;
    }
}
@media(max-width:1024px){
    .banner-section {
        padding: 60px 0;
    }
    .banner-section .container:before {
        top: -50px;
        left: 0;
    }
    .banner-section .container:after{
        bottom:-50px;
        right:0;
    }
    .banner-list >ul >li{
        text-align: left;
    }
    .banner-txt{
        font-size: 20px;
    }
}
@media(max-width:992px){
}
@media(max-width:768px){
    .banner-section {
        padding: 40px 0;
    }
    .banner-section .container:before{
        top:-40px;
    }
    .banner-section .container:after{
        bottom: -40px;
    }
    .banner-list{
        display: flex;
        justify-content: center;
    }
    .banner-list >ul{
        display: inline-block;
        margin: -5px -5px -5px -10px;
    }
    .banner-list >ul >li{
        width:auto;
        padding: 5px;
    }
    .banner-wrap{
        min-height: 80px;
        padding-left: 90px;
    }
    .banner-icon{
        width: 80px;
        height: 80px;
        border-width: 4px;
    }
    .banner-txt{
        font-size: 18px;
    }
}
@media(max-width:576px){
    .banner-txt{
        font-size: 16px;
    }
}


/* PARTNERS */
.partners-img >ul{
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin: 0 -50px;
}
.partners-img >ul >li{
    padding:0 50px;
}
@media(min-width:1025px){
}
@media(max-width:1024px){
}
@media(max-width:992px){
    .partners-img >ul{
        margin:-30px;
    }
    .partners-img >ul >li {
        padding: 30px;
    }
}
@media(max-width:768px){
    .partners-img >ul{
        margin:-15px;
    }
    .partners-img >ul >li {
        padding: 15px;
    }
}
@media(max-width:576px){
    .partners-img >ul{
        margin:-5px;
    }
    .partners-img >ul >li {
        padding: 5px;
    }
}


/* CONTACT US */
.contact-section{
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(/child/img/main/contact-img.png);
}
.contact-section .page-title-white{
    margin-bottom: 85px;
}
.contact-container{
    display: flex;
    flex-wrap: wrap;
}
.contact-left{
    width: 42.5%;
}
.contact-list >ul >li{
    font-size: 16px;
    color: #fff;
    padding: 12px 40px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.contact-list >ul >li:nth-child(1){
    background-image: url(/child/img/main/contact-icon.png);
}
.contact-list >ul >li:nth-child(2){
    background-image: url(/child/img/main/contact-icon2.png);
}
.contact-list >ul >li:nth-child(3){
    background-image: url(/child/img/main/contact-icon3.png);
}
.contact-list >ul >li:nth-child(4){
    background-image: url(/child/img/main/contact-icon4.png);
}
.contact-btn-wrap{
    margin-top: 60px;
}
.contact-right{
    width: 57.5%;
    height: 360px;
}
@media(min-width:1025px){
}
@media(max-width:1024px){
    .contact-section .page-title-white{
        margin-bottom: 40px;
    }
}
@media(max-width:992px){
    .contact-left{
        width:100%;
        order:2;
        margin-top: 20px;
    }
    .contact-right{
        width:100%;
        order:1;
    }
    .contact-btn-wrap {
        text-align: center;
    }
}
@media(max-width:768px){
    .contact-section .page-title-white{
        margin-bottom: 35px;
    }
    .contact-btn-wrap {
        margin-top: 40px;
    }
    .contact-list >ul >li{
        font-size: 14px;
        padding: 8px 5px 8px 40px;
    }
}
@media(max-width:576px){
    .contact-section .page-title-white{
        margin-bottom: 30px;
    }
}