@charset "utf-8";
/* CSS Document */
#container .main_image { background-image: url(../images/product_detail/main_img.png); }


#contents { margin-bottom: 165px; }
#contents h2 { margin: 0 0 31px; }
#contents .description { margin: 31px 0; line-height: 150%; }
#contents .description .yellow { color: #faed00; font-size: 16px; font-weight: bold; }
#contents .description .bold { font-size: 14px; font-weight: bold; }
#contents .description .border { width: 680px; border-top: dotted 1px #fff; }
#contents .left_contents { width: 680px; margin: 0; }
#contents .left_contents .image { background: #595757; text-align: center; }
#contents .left_contents .image img { max-width: 680px; max-height: 360px; }
#contents .left_contents ul { overflow: hidden; margin-bottom: 37px; }
#contents .left_contents ul li { float: left; margin-right: 26px; }
#contents .left_contents .more { border-top: dotted 1px #fff; text-align: center; padding-top: 31px; }

#contents .right_contents { width: 240px; }
#contents .right_contents ul.nav { padding-bottom: 5px; }
#contents .right_contents ul.nav li { color: #fff; font-size: 16px; font-weight: bold; margin: 0; padding: 6px 0; }
#contents .right_contents ul.nav li a { display: block; color: #fff; text-decoration: none; background-image: url(../images/product_detail/subNav_icon.png); background-size: 9px auto; background-position: left center; background-repeat: no-repeat; margin-left: 16px; padding-left: 20px; }
#contents .right_contents ul.nav li:hover { background-color: rgba(255, 255, 255, 0.8); }
#contents .right_contents ul.nav li.item { background: #717071; text-align: center; margin: 5px 0 5px 0; padding: 0; }
#contents .right_contents ul.nav li.item:first-child { margin-top: 0; }
#contents .right_contents ul.nav li.item:before { content: " "; display: block; width: 240px; height: 10px; background-image: url(../images/product_detail/subNav_before.png); background-size: 240px 10px; background-repeat: no-repeat; }
#contents .right_contents ul.nav li.item:after { content: " "; display: block; width: 240px; height: 10px; background-image: url(../images/product_detail/subNav_after.png); background-size: 240px 10px; background-repeat: no-repeat; }