@charset "utf-8";


/*콘텐츠 영역*/
#contentwrap {
    width: 100%;
    height: 100%;
    position: relative;
/*  background-color: antiquewhite;*/
    margin: 0 auto;
}


#productwrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    
/*                background-color: antiquewhite;*/
}
#product_top{
    width: 1024px;
    height: 520px;
    margin: 0 auto;
    background-color: darkg;
}
#title {
    width: 1024px;
    height: 30px;
    text-align: left;
    float: left;
    font: 400 25px/1.5 'Noto Sans KR';
    margin: 30px 0 20px 0;
    letter-spacing: -1px;
/*                background-color: aqua;*/
}
#top {
    width: 1024px;
    height: 420px;
/*            background-color: beige;*/
    float: left;
}
#top_img {
    width: 570px;
    height: 420px;
    float: left;
}
#top_text {
    width: 425px;
    height: 420px;
    float: left;
    margin-left: 29px;
    letter-spacing: -0.5px;
}
#product_name {
    font: 600 24px/1.5 'Noto Sans KR';
    text-align: left;
    margin-bottom: 10px;
}
#top_text > ul {
}
#top_text > ul > li {
    
    text-align: left;
}
#explain_1 {
    width: 425px;
    font: 400 14px/1.5 'Noto Sans KR';
}

#explain_2 {
    width: 425px;
    font: 400 14px/1.5 'Noto Sans KR';
    margin: 30px 0;
}
#explain_2 img {
    margin-right: 5px;
    position: relative;
    top: 4px;
}
#price {
    width: 425px;
    font: 400 14px/24px 'Noto Sans KR';
    padding: 20px 0 25px 0;
    margin-bottom: 40px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
}
#price > strong {
    font: 600 24px/24px 'Noto Sans KR';
    padding-left: 20px;
    position: relative;
    top: 4px;
    color: #92ab23;
}
#shopping_btn {
    
}
#shopping_btn a {
    display: block;
    width: 250px;
    height: 43px;
    font: 500 14px/43px 'Noto Sans KR';
    color: #5a3822;
    border: solid 1px #92ab23;
}
#buynow_btn {
    margin-left: 7px;
}
#buynow_btn a {
    display: block;
    width: 164px;
    height: 45px;
    font: 500 14px/45px 'Noto Sans KR';
    color: #fff;
    background-color: #92ab23;
    
}
/*버튼 마우스 오버*/
#shopping_btn a:hover {
    background-color: #fafafa;
}
#buynow_btn a:hover {
    background-color: #879f20;
}



/*상품 상세 이미지 영역*/
#product_bottom {
    width: 100%;
/*    height: 1000px;*/
    border-top: solid 3px #5a3822;
/*    background-color: azure;*/
}
#product_bottom > img{
    height: 100%;
    margin: 50px auto;
}





/*
    그린
    background-color: #92ab23;
    브라운
    background-color: #5a3822;
*/





