@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
body {
    font-family: "Noto Sans KR", sans-serif !important;
  }
.download-contents{
    width:100%;
    height:1100px;
    min-width: 1440px;
    background-image: url('./img/contents/contents-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.prev-btn{
    display: none;
    width:60px;
    height:60px;
    background-image: url('./img/contents/prev_btn.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: fixed;
    left:200px;
    top:50%;
}

/* .prev-btn:hover{
    cursor: pointer;
    background-image: url('./img/contents/prev_btn_hover.png');
} */
.next-btn{
    display: none;
    width:60px;
    height:60px;
    background-image: url('./img/contents/next_btn.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: fixed;
    left:2230px;
    top:50%;
}
/* .next-btn:hover{
    cursor: pointer;
    background-image: url('./img/contents/next_btn_hover.png');
} */

.contents-box{
    width:100%;
    height:980px;
    margin:0 auto;
   
    
}

.contents-title{
   float: left;
    vertical-align: top;
    width:59%;
    height:37%;
}

.contents-image{
    float:right;
    position:relative;
    width:30%;
    height:100%;
   
}

.contents-info{
    float: left;
    vertical-align: top;
    width:60%;
    height:52%;
    margin-left: 30px;
}

.contents-title-product-name{
    margin: 100px 0px 20px 30px;
   
    font-size: 20px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.75;
    letter-spacing: -1px;
    text-align: left;
    color: #000000;
    text-decoration: underline;
}

.contents-title-product-info{
    margin-left: 30px;
    margin-top: 111px;
    font-size: 44px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.23;
    letter-spacing: -1.1px;
    text-align: left;
    color: #000000;
}



.contents-info-element{
    float:left;
    width:49%;
    height:33%;
    
 
}

.contents-info-image{
    float:left;
    width:15%;
    height:100%;
    margin:20px 0px 0px 20px;
    
}

.contets-info-text-group{
    float:left;
    width:74%;
    height: 100%;
}

/* @media (min-width:1920px){
    .contents-wrapper{
        width:75%;
        height:100%;
        margin:0 auto;
        
    }
    
} */

@media (max-width:1440px){
    .prev-btn{display: none;}
    .next-btn{display: none;}
    
}

.contents-info-text-title{
    
    font-size: 16px;
    font-weight: bold;
    line-height: 3.44;
    letter-spacing: -0.8px;
    text-align: left;
    color: #000000;
    
}
.contents-info-text-content{
  
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: -0.8px;
    text-align: left;
    color: #4a4a4a;
}


.contest-image-customer-first{
    position: absolute;
    z-index: 2;
    top:190px;
    left:15px
}

.contents-image-customer-second{
    position: absolute;
    z-index: 1;
    top:130px;
    left:-100px;
    width: 330px;
}

.contest-image-desk-first{
    position: absolute;
    z-index: 1;
    top:200px;
    left:-150px;
}

.contents-image-desk-second{
    position: absolute;
    z-index: 2;
    top:150px;
    left:50px;
}

.contest-image-mypc-first{
    position: absolute;
    z-index: 2;
    top:200px;
    left:-150px;
}

.contents-image-mypc-second{
    position: absolute;
    z-index: 1;
    top:150px;
    left:50px;
    width: 333px;
    height: 629px;

    object-fit: cover;
    object-position: 20% 10%; /* try 20px 10px */
}

.contents-wrapper{
    min-width: 1280px;
    width:1280px;
    height:980px;
    margin: 77px auto;
    border: 0px solid #fff
}


.slick-list{
    margin-top: 110px;
}

.slick-slide:focus{
    outline-color: #ffffff;
}

.slick-dots{
    display: inline-block;
    text-align: center;
    list-style: none;
    position: relative;
    top:-870px;
    padding:0px;
   
    
}

.slick-dots:hover{
    cursor: pointer;
}

.slick-dots>li{
    display: inline-block;
  
}

.slick-dots>li>button{
    overflow: hidden;
    width:420px;
    height: 24px;
    margin: 0;
    margin-top: 19px;
    padding: 0;
    outline: 0;
    border: 0;
    font-size: 0;
    background-color: #f2f3f4;
   
    vertical-align: middle;
}

.slick-dots>li:nth-child(1)>p{
    border-right: 1px solid #d9d9d9;
}

.slick-dots>li:nth-child(2)>p{
    border-right: 1px solid #d9d9d9;
}


.slick-dots{
    width: 100%;
    height: 50px;
  
}

.slick-dots>li{
    
    width: 420px;
    height: 62px;
    background-color: #f2f3f4;
}

.slick-dots>li>p{
    margin-top: 19px;
    font-weight: bold;
   
}

.slick-active>p{
    color: #fff;
}


li.slick-active{
    height: 62px;
    background-image: url('./img/contents/tab_selected.png');
    background-size: 100%;
}


li.slick-active>p{
    width:422px;
    height: 24px;
    /* background-image: url('./img/contents/tab_selected.png'); */
    background-size: 100%;
    
}

.height-30{
    height:30%;
}