#header-sub{
    position: fixed;
    z-index: 10;     
    width: 100%;   
    top: 0;
    left: 0;
    height: 62px;
    color: #000;;
}
header{
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    color: #000;
}
header.on{
    background: #fff;
    border-bottom: 1px solid #e1e1e1;
    color: #000 !important;
}
#nav-button {
    width: 30px;
    height: 30px;
    background: 
url(/hc-content/img/main/header/nav-icon-bk.png) no-repeat 0 0;
    background-size: cover;
    cursor: pointer;
    border: 
none;
}
.language-list li:hover{
 color:#fff;
}




#product-line-up{
    width: 100%;
    height: auto;
    padding-top: 100px;
    margin: auto;
    text-align: center;
}
#product-line-up .title{
    margin: 0 auto 50px;
    width: 50%;
    text-align: center;
    line-height: 2;
    border-bottom: 1px solid #e1e1e1;
}

.product_nav{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 100px;
}

.product-con h3{
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 10px;
    border-radius: 40px;
    font-size:18px;
    color: #000;
}
.product-con h3.active{
    color: #0097dc;
}
.product-con img{
    margin:0 auto 100px;
}
.product-con ul{
    justify-content: center;
    align-items: center;
    flex:1;
    width: 100%;
    gap: 60px;
}
.product-con li{
    text-indent: 20px;
    width: 50%;
    margin-bottom: 10%;
}
.product-title{
    padding: 30px 0;
    text-align: left;
    font-size: 40px;
    font-weight: bolder;
    height: 140px;
    border-top: 6px solid #e1e1e1;
    border-bottom: 3px solid #e1e1e1;
}
.product-title span{
    display: block;
}
.spec dl{
    display: flex;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    line-height: 2;
}
.spec dt{
    width: 40%;
    text-align: left;
    font-weight: bold;
}
.spec dd{
    display: flex;
    align-items: center;
    width: 60%;
    justify-content: center;
}
/*푸터*/
#footer{
    background: #000;
 height:426px;
}
#footer .inner{
    padding-top: 0px;
}
footer .util {
    margin-top: -0px;}

@media all and (max-width:767px) {
    
    .inner{
        width: 100%;
        padding: 20px;
        padding: none;
    }
#product-line-up .title {    
    width: 52%;    
}
    .title{
        font-size: 22px;
    }

    .product-con h3{
        font-size: 18px;
        padding: 5px 20px;
    }
    .product-con ul{
        flex-wrap: wrap;
    }
    .product-con li{
text-indent:0;
        width: 100%;
    }
    .product-con>p{
        position: relative;
        padding-bottom: 100%;
    }
    .product-con img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        margin:0 auto 100px;
    }
    .product-title{
        margin-top: 20px;
        padding: 15px 0;
        font-size: 30px;
        height: 90px;
    }

    .spec dl{
        width: 100%;
        font-size: 13px;
    }
    .spec dt{
        width: 28%;
        text-align: left;
        font-weight: bold;
    }
    .spec dd{
        width: 77%;
        text-align: center;
    }


}