/* BASIC css start */
.visual_area {
    position: relative;
   
}
.visual_area:hover .slick-arrow {
    opacity: 1;
}


.hero_image {
    width: 100%;
    height: 840px;
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    background-size:cover;
}
.hero_img1 {
    background-image:url(/design/dongjinimp/images/pc_newmen_logo1.jpg);
}
.hero_img2 {
    background-image:url(/design/dongjinimp/images/pc_litening_red.png);
}
.hero_img3 {
    background-image:url(/design/dongjinimp/images/pc_cube_ebike_actionteam.png);
}
.hero_img4 {
    background-image:url(/design/dongjinimp/images/pc_look_795_white_.png);
}
.hero_img5 {
    background-image:url(/design/dongjinimp/images/lightweight_notxt1.png);
}



.hero_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hero_txt .t1 {
    font-weight: bold;
    color: #fff;
    font-size: 70px;
    text-shadow: 3px 3px 3px #00000020;
}
.hero_txt .t2 {
    font-weight: 300;
    color: rgb(255, 255, 255);
    font-size: 20px;
    margin:8px 0 25px 0;
    text-shadow: 3px 3px 3px #00000020;
}
.hero_txt .btn_detail {
    border: 2px solid #fff;
    color: #fff;
    display: inline-block;
    width: 120px;
    padding: 10px;
    font-size: 16px;
    transition: 0.3s;
}
.hero_txt .btn_detail:hover {
    background-color: #fff;
    color: #000;
}







.slick-arrow {
    width:50px;
    height:50px;
    position: absolute;
    top: 40%;
    opacity: 0.1;
    border-top: 2px solid #fff;
    transition: 0.4s;
    cursor: pointer;
}
.custom-slide-prev {
    border-left:2px solid #fff;
    transform:rotate(-45deg);
    left:80px;
}
.custom-slide-next {
    border-right:2px solid #fff;
    transform:rotate(45deg);
    right:130px;
}

.visual_nav {
    position: absolute;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 180px;
}
.visual_nav_inner {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.nav {
    width: 33.333%;
    color: #fff;
}
.visual_nav .nav:nth-child(1) .nav_list {
    background-image: url(/design/dongjinimp/images/visual_nav_conti.jpg);
}
.visual_nav .nav:nth-child(2) .nav_list {
    background-image: url(/design/dongjinimp/images/visual_nav_newmen.jpg);
}
.visual_nav .nav:nth-child(3) .nav_list {
    background-image: url(/design/dongjinimp/images/visual_nav_tune.jpg);
}

.nav_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #666;
    background-blend-mode: overlay;
    width: 100%;
    height: 100%;
}
.nav_list:hover {
    background-blend-mode:normal;
}
.nav_list img {
    width: 220px;
    height: 40px;
}
.nav_list span {
    font-size: 19px;
}






/* item_area */

.items_area {
    margin-top:60px;
}
.name {
    text-align: center;
}
.name h2 {
    margin-bottom:10px;
    font-size: 42px;
    font-weight:600;
}
.name p {
    font-size: 23px;
    color: #666;
    font-weight: 400;
}


.slide_box {
    position:relative;
}
.slide_box .slider {
    width:100%;
    max-width:1600px;
    margin:0 auto;
    display: flex;
    text-align:left;
    position:relative;
}

.slide_box .slider .slick-list {
    margin:0 -20px;
}
.slide_box .slick-slide {
    margin:0 50px;
}

.slide_box .item {
   flex:1;
}
.slide_box .item img {
    width: 100%;

}
.slide_box .item img:hover {
    transform:translateY(-10px);
    transition:0.5s;
}
.slide_box .item .back-con {
    position:relative;

}
.slide_box .item h3 {
    margin-bottom:7px;
    font-size: 16px;
    font-weight: 600;
}
.slide_box .item p {
    padding: 0;
    margin: 0 0 15px 0;
    color: #000;
    font-weight:500;
    font-size: 15px;
}

.slide_box .item .back-con a {
    color: #454545;
    font-size:14px;
}
.slide_box .item .back-con a:hover {
    color:crimson;
}


/* /item_area */


/* agency */
.agency {
    position: relative;
    text-align: center;
    margin-bottom: 15px;
    margin-top:100px;
}
.agency .agency_area {
    width: 100%;
}
.agency .agency_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.agency .agency_txt .txt1 {
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}

.agency .agency_txt a {
    color: #fff;
    border: 3px solid #fff;
    width: 120px;
    padding: 9px;
    display: inline-block;
    margin-top: 15px;
    font-size: 16px;
}
.agency .agency_txt a:hover {
    background-color: #fff;
    color: #000;
}
.agency_area img {
    width: 100%;
    height: 400px;
    border: 1px solid #000;   
    box-sizing:border-box;
}
/* /agency */


/* kakao */
.kakao {
    background-color: #f3dc25;
    border: 3px solid #3e2a2e;
    width: 100%;
    height: 400px;
    position: relative;
    text-align: center;
    margin-bottom:100px;
    box-sizing:border-box;
}
.kakao_txt {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
}
.kakao img {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.kakao_txt .kakao_txt_1 {
    color: #3e2a2e;
    font-size: 25px;
    margin-bottom: 30px;
}
.kakao_txt a {
    border: 3px solid #3e2a2e;
    color: #3e2a2e;
    padding: 11px;
    text-decoration: none;
    font-size: 16px;
    width:130px;
    display:inline-block;
}
.kakao_txt a:hover {
    background-color: #3e2a2e;
    color: #fff;
}
/* /kakao */



@media (max-width: 1440px) {
    .hero_txt .t1 {
        font-size: 31px;
    }
}
@media (max-width: 1024px) {
    .items_area .name h2 {
        font-size: 31px;
    }

    .slide_box .item h3 {
        font-size: 15px;
    }
    .slide_box .item p {
        font-size: 14px;
    }
    .slide_box .item .back-con a {
        font-size:13px;
    }
}

@media (max-width: 768px) {
    .items_area .name h2 {
        font-size: 28px;
    }
}



















/* BASIC css end */

