@charset "utf-8";

#container {
	background: #d7d7d7 url('/images/layout/wrap_dslr_bg.gif') repeat-x;
}
#header {
	background: url('/images/layout/visual_dslr_bg.gif') no-repeat 50% 58px;
}
#contents {
	background: url('/images/layout/body_dslr_bg2.gif') no-repeat right top;
}

div.acc_sort {
	margin: 0 0 15px;
	padding: 9px 0 0;
	background: url('/images/DSLR/roundbox_100.gif') no-repeat;
}
div.acc_sort div.wrap {
	color: #ccc;
	line-height: 150%;
	padding: 0 20px 14px;
	background: url('/images/DSLR/roundbox_100.gif') no-repeat left bottom;
}
div.acc_sort div.wrap a { color: #666; }
div.acc_sort div.wrap a.on { font-weight: bold; }
div.article_wrap {
	width: 760px;
	margin: 0 0 57px;
	background: url('/images/common/bg_article_info.gif') no-repeat 0 9px;
}
div.article_wrap { _height: 1%; }
*:first-child+html div.article_wrap { height: 1%; }
div.article_wrap:after {
	content: " ";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
div.article_wrap div.top {
	height: 38px;
	padding: 0 30px;
	z-index: 6100;
}
div.article_wrap div.top div.left {
	float: left;
}
div.article_wrap div.top div.left a {
	position: relative;
	z-index: 61;
}
div.article_wrap div.top div.right {
	float: right;
}

/**/
div#other_list {
	display: none;
	position: absolute;
	z-index: 60;
	width: 910px;
}
div#other_list h4 {
	text-indent: -9999px;
	overflow: hidden;
	height: 0;
	padding: 0 20px 0 25px;
}
div#other_list div.wrap {
	overflow: hidden;
	width: 890px;
	padding: 60px 0 0 25px;
	background: url('/images/DSLR/bg_article_other_top.png') no-repeat;
}
div#other_list div.wrap dl {
	float: left;
	margin: 0 9px 35px 0;
	padding: 0;
	background: url('/images/DSLR/other_sort_bg.gif') no-repeat right top;
}
div#other_list div.wrap dl dt {
	margin: 0 9px 0 0;
	padding: 8px 0 8px 5px;
	background: url('/images/DSLR/other_sort_bg.gif') no-repeat left top;
}
div#other_list div.wrap dl dd {
	position: relative;
	z-index: 100;
	background: url('/images/DSLR/other_sort_bg.gif') no-repeat right bottom;
}
div#other_list div.wrap dl dd ul {
	overflow: auto;
	* overflow-x: hidden;
	width: 119px;
	max-height: 800px;
	margin-right: 9px;
	padding: 0 0 30px;
	background: url('/images/DSLR/other_sort_bg.gif') no-repeat left bottom;
}
div#other_list div.wrap dl dd ul.lens {
	width: 415px;
}
div#other_list div.wrap dl dd ul li {
	color: #c1d1e7;
	font-weight: bold;
	margin: 0 0 0 16px;
	padding: 5px 0 5px 10px;
	background: url('/images/DSLR/other_sort_bullet.gif') no-repeat left center;
}
div#other_list div.wrap dl dd ul li a { color: #c1d1e7; }
div#other_list div.bottom {
	height: 100px;
	margin: -69px 0 0;
	background: url('/images/DSLR/bg_article_other_bottom.png') no-repeat left bottom;
}
div#other_list #l_close2 {
	position: absolute;
	right: 42px;
	top: -5px;
}
* html div#other_list div.wrap dl dd ul {
	height: expression( this.scrollHeight > 800 ? "801px" : "auto" );
}
* html div#other_list div.wrap {
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/DSLR/bg_article_other_top.png', sizingMethod='crop');
}
* html div#other_list div.bottom {
	margin: -70px 0 0;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/DSLR/bg_article_other_bottom.png', sizingMethod='crop');
}
/**/

ul.board_article_sort li.left {
	float: left;
	padding: 2px 0 3px 43px !important;
	background: url('/images/icon/icon_know_02.gif') no-repeat 0 0 !important;
}


div.article_wrap div.article_info {
	display: inline;
	float: right;
	width: 320px;
	margin: 0 30px 0 0;
	padding: 25px 0 0;
}
div.article_wrap div.article_info div.title {
	color: #444;
	font-size: 1.4em;
	font-weight: bold;
	height: 42px;
	padding: 0 0 12px;
	background: url('/images/common/bg_article_title.gif') no-repeat left bottom;
}
div.article_wrap div.article_info div.title img {
	vertical-align: middle;
}
div.article_wrap div.article_info div.title span.name {
	float: left;
	display: block;
	min-width: 100px;
	max-width: 244px;
	_width: 100px;
	_width: expression( this.scrollWidth > 240 ? "241px" : "auto" );
	height: 35px;
	padding: 0 10px 0 0;
}
div.article_wrap div.article_info div.title span.new,
div.article_wrap div.article_info div.title span.hit {
	margin: 0 -3px;
}
div.article_wrap div.article_info div.content {
	line-height: 150%;
	min-height: 100px;
	_height: 100px;
}
div.article_wrap div.article_info div.keyword {
	margin: 0 0 18px;
	padding: 3px 0 0;
	background: url('/images/common/bg_tag.gif') no-repeat left top;
}
div.article_wrap div.article_info div.keyword div {
	line-height: 150%;
	margin: 3px 0 0;
	padding: 4px 9px 9px;
	background: url('/images/common/bg_tag.gif') no-repeat left bottom;
}
div.article_wrap div.article_info div.keyword div span { white-space: nowrap; }
div.article_wrap div.article_info div.keyword img {
	vertical-align: middle;
}
div.article_wrap div.article_info div.btn {
	text-align: right;
	width: 100%;
}
div.article_wrap div.article_info div.btn img {
	margin: 0 -2px;
}
div.article_wrap div#article_img {
	position: relative;
	z-index: 0;
	display: inline;
	float: left;
	width: 410px;
}
div.article_wrap div#article_img a#img_next {
	position: absolute;
	top: 80px;
	right: 27px;
}
div.article_wrap div#article_img a#img_prev {
	position: absolute;
	top: 80px;
	left: 27px;
}
div.article_wrap div#article_img p#big {
	text-align: center;
}
div.article_wrap div#article_img p#big img {
	width: 310px;
	height: 244px;
}
div.article_wrap div#article_img ul {
	overflow: hidden;
	width: 322px;
	margin: 0 0 0 51px;
}
div.article_wrap div#article_img ul li {
	display: inline;
	float: left;
	margin-right: 10px;
	padding: 5px 5px 9px;
	background: url('/images/common/a_thumb_none.gif') no-repeat 0 1px;
}
div.article_wrap div#article_img ul li.on {
	margin-right: 7px;
	padding: 7px 8px 11px 6px;
	background: url('/images/common/a_thumb_on.gif') no-repeat 0 0;
}
div.article_wrap div#article_img ul li img {
	width: 60px;
	height: 47px;
}

div.article_view {
	padding: 10px 0 0;
	background: url('/images/common/bg_article.gif') repeat-y;
}
div.article_bottom {
	clear: both;
	height: 10px;
	margin: 0 0 5px;
	background: url('/images/common/bg_article_bottom.gif') no-repeat left top;
}
div.article_view h3 {
	color: #222;
	font-size: 1.3em;
	font-weight: bold;
	margin: 20px 30px 20px 36px;
	padding: 0 0 0 17px;
	background: url('/images/icon/bul_black_h3.gif') no-repeat;
}
div.article_view h4 {
	color: #222;
	font-size: 1.3em;
	font-weight: bold;
	position: relative;
	width: 700px;
	margin: 0 auto 19px;
	padding: 0 0 10px 17px;
	border-bottom: 1px solid #e3e3e3;
	background: url('/images/icon/bul_dot_blue_b.gif') no-repeat 0 1px;
}
div.article_view h4 img { display: block; }
div.article_view h4 span {
	color: #666;
	font-size: .7em;
	font-weight: normal;
	position: absolute;
	right: 0;
	bottom: 10px;
	padding: 0 18px 0 0;
	background: url('/images/icon/bul_arrow_02.gif') no-repeat right center;
}
div.article_view ul.list {
	width: 718px;
	margin: -10px auto 20px;
}
div.article_view ul.list li {
	line-height: 150%;
	padding: 0 0 0 15px;
	background: url('/images/icon/bul_dot_blue_s.gif') no-repeat 6px 50%
}
div.article_view ul.list li img {
	vertical-align: middle;
}
div.article_view dl.dl_box {
	position: relative;
	width: 686px;
	margin: 0 auto 20px;
	padding: 10px 16px;
	background: url('/images/common/bg_dl.gif') no-repeat;
}
div.article_view dl.dl_box dt {
	color: #333;
	font-weight: bold;
	padding: 0 0 7px;
	border-bottom: 1px solid #e2e2e2;
}
div.article_view dl.dl_box dt span {
	color: #666;
	font-weight: normal;
	position: absolute;
	right: 16px;
}
div.article_view dl.dl_box dt span strong { color: #f96400; }
div.article_view dl.dl_box dt span img { vertical-align: middle; }
div.article_view dl.dl_box dd {
	line-height: 150%;
	padding: 7px 0 0;
}
div.article_view dl.dl_box dd li {
	padding: 0 0 0 10px;
	background: url('/images/icon/bul_dot_06.gif') no-repeat left center;
}
div.article_view div.content {
	padding: 0 30px 0 36px;
}
div.article_view div.btn_list { /* [12.30] 수정 */
	width: 694px;
	margin: 0 30px 0 36px;
	padding: 0 0 25px;
	background: url('/images/common/bg_aritcle_view.gif') no-repeat left bottom;
}
div.article_view div.depth_tab {
	width: 728px;
	margin: 0 auto;
	padding: 15px 0 0;
	background: url('/images/common/depth_box.gif') no-repeat;
}
div.article_view div.depth_tab ul {
	overflow: hidden;
	width: 688px;
	margin: 0 auto;
	padding: 0 20px 20px;
	background: url('/images/common/depth_box.gif') no-repeat left bottom;
}
div.article_view div.depth_tab ul li {
	font-size: .9em;
	float: left;
	width: 320px;
	padding: 5px 20px 5px 13px;
	background: url('/images/icon/bul_dot_blue_m.gif') no-repeat 0 7px;
}
div.article_view div.depth_tab ul li.on {
	font-weight: bold;
	letter-spacing: -1px;
}
div.article_view div.depth_tab ul li b {
	letter-spacing: -1px;
}
div.article_view div.depth_tab ul li a { color: #196693; }
div.article_view ul.board_article_list2 {
	width: 696px;
	margin: 0 auto;
	padding: 0;
}
div.article_view table.a_note {
	width: 728px;
	margin: 0 auto 10px;
	border-top: 2px solid #e3e3e3;
	border-bottom: 2px solid #e3e3e3;
}
div.article_view table.a_note th,
div.article_view table.a_note td {
	padding: 10px;
	border-bottom: 1px solid #e3e3e3;
}
div.article_view table.a_note th {
	color: #19488c;
	font-weight: bold;
	width: 100px;
	background: #eee;
}
div.article_view table.a_note td {
	border-left: 1px solid #e3e3e3;
}
div.article_view table.a_note td.depth1 {
	font-weight: bold;
	width: 100px;
	background: #f5f5f5;
}
div.article_view table.a_note td.depth2 {
	width: 100px;
	background: #fafafa;
}
div.article_view ul.board_gallery_list { margin: 0 0 20px; }

#article_tab {
	overflow: hidden;
	width: 760px;
	padding: 0 0 22px;
	background: url('/images/common/tab_bg.gif') no-repeat left bottom;
}
#article_tab li {
	float: left;
}
#article_tab li img { vertical-align: bottom; }


div.cart {
	width: 760px;
	min-height: 255px;
	_height: 255px;
	margin: 0 0 15px;
	padding: 0 0 15px;
	background: url('/images/DSLR/bg_cart.gif') no-repeat left bottom;
}
div.cart h3 {
	padding: 0 0 13px 11px;
	background: url('/images/DSLR/bg_cart.gif') no-repeat;
}
div.cart div.aritcle_box {
	text-align: center;
	position: relative;
	display: inline;
	float: left;
	width: 155px;
	margin: 0 0 10px 28px;
	padding: 15px 0 0;
	background: url('/images/DSLR/bg_article.gif') no-repeat;
}
div.cart div.aritcle_box p.image {
	height: 116px;
	margin: 0 0 15px;
}
div.cart div.aritcle_box p.image img {
	width: 140px;
	height: 110px;
}
div.cart div.aritcle_box p.title {
	color: #335da9;
	font-weight: bold;
}
div.cart div.aritcle_box p.title a { color: #335da9; }
div.cart div.aritcle_box span.close {
	position: absolute;
	right: 8px;
	top: 10px;
}
div.cart div.btn {
	text-align: center;
	clear: both;
	margin: 0 11px;
	background: url('/images/icon/line_cart_01.gif') repeat-x;
}
div.cart div.btn input,
div.cart div.btn img {
	vertical-align: top;
	margin: 12px 0 0;
}

div.article_result {
	overflow: hidden;
	width: 760px;
	padding: 0 0 35px;
	background: url('/images/DSLR/bg_result.gif') left bottom;

}
div.article_result h3 {
	margin: 0 0 7px;
	padding: 0 0 3px 11px;
	background: url('/images/DSLR/bg_result_top.gif');
}
/*
div.article_result table {
	width: 704px;
	margin: 0 auto;
	border-top: 2px solid #b3c6e3;
	border-bottom: 2px solid #b3c6e3;
}
div.article_result table th,
div.article_result table td {
	text-align: center;
	padding: 10px 0;
	border-bottom: 1px solid #b3c6e3;
}
div.article_result table th {
	width: 83px;
	background: #648cc4;
}
div.article_result table td {
	color: #fff;
	border-left: 1px solid #b3c6e3;
	background: #4978ba;
}
div.article_result table td p.image {
	width: 125px;
	height: 90px;
	margin: 0 0 15px;
	padding: 16px 0 0;
	background: url('/images/DSLR/bg_r_article.gif') no-repeat;
}
div.article_result table td p.title {
	font-weight: bold;
}
*/
div.article_result div.title,
div.article_result div.list {
	display: inline;
	float: left;
	border-top: 2px solid #b3c6e3;
	border-bottom: 1px solid #b3c6e3;
}
div.article_result div.title {
	width: 83px;
	margin: 0 0 0 28px;
	background: #648cc4;
}
div.article_result div.list {
	color: #fff;
	width: 155px;
	border-left: 1px solid #b3c6e3;
	background: #4978ba;
}
div.article_result div.title div,
div.article_result div.list div {
	text-align: center;
	height: 21px;
	padding: 10px 5px 0;
	border-bottom: 1px solid #b3c6e3;
}
div.article_result div.title div.img,
div.article_result div.list div.img {
	height: 155px;
}
div.article_result div.title div.img {
	padding: 71px 0 0;
	height: 94px;
}
div.article_result div.list div.img p.image {
	width: 125px;
	height: 90px;
	margin: 0 auto 15px;
	padding: 16px 0 0;
	background: url('/images/DSLR/bg_r_article.gif') no-repeat;
}
div.article_result div.list div.img p.image img {
	width: 110px;
	height: 86px;
}
div.article_result div.list div.img p.title { font-weight: bold; }
div.article_result div.list div.img p.title a { color: #fff; }
div.article_result div.title div.lines {
	height: 25px;
	padding-top: 15px;
}
div.article_result div.list div.lines {
	height: 30px;
}
div.article_result div.title div.lines2 {
	height: 30px;
	padding-top: 20px;
}
div.article_result div.list div.lines2 {
	height: 40px;
}
/*DSLR 테크놀로지*/
h4.tec {
	padding: 0 0 11px 21px;
	background: url('/images/icon/bul_blue_h3.gif') no-repeat;
}
ul.tec_tab {
	overflow: hidden;
	width: 760px;
	margin: 0 0 14px;
	padding: 0 0 8px;
	background: url('/images/DSLR/tec_tab_bg.gif') repeat-x left bottom;
}
ul.tec_tab li {
	float: left;
	margin: 0 -1px 0 0;
}
ul.tec_tab li img { vertical-align: bottom; }

div.tec_r {
	background: url('/images/DSLR/tec_r_bg.gif') left top;
}
div.tec_r div.wrap {
	background: url('/images/DSLR/tec_r_top.gif') no-repeat;
}
div.tec_r div.wrap2 {
	overflow: hidden;
	width: 698px;
	padding: 11px 31px 40px;
	background: url('/images/DSLR/tec_r_bottom.gif') no-repeat left bottom;
}
ul.tec_tab2 {
	color: #ccc;
	width: 712px;
	height: 25px;
	margin: 0 0 15px;
	padding: 10px 24px 0;
	background: url('/images/DSLR/tec_r_tab_bg.gif') no-repeat;
}
ul.tec_tab2 li {
	float: left;
	margin: 0 0 0 15px;
	padding: 0 0 0 15px;
	background: url('/images/icon/bul_line_01.gif') no-repeat left center;
}
ul.tec_tab2 li.first {
	margin: 0;
	padding: 0;
	background: none;
}
ul.tec_tab2 li.on {
	position: relative;
	z-index: 1;
	padding: 0 0 0 16px;
	margin: 0 -17px 0 0;
	background: none;
}
ul.tec_tab2 li.first.on {
	padding: 0;
}
ul.tec_tab2 li.on a {
	color: #fff;
	font-weight: bold;
	display: inline-block;
	height: 20px;
	margin: -4px 0 0;
	padding: 0 0 0 15px;
	background: url('/images/DSLR/teb_depth_on.gif');
}
ul.tec_tab2 li.on a span {
	cursor: pointer;
	display: inline-block;
	height: 16px;
	padding: 4px 15px 0 0;
	background: url('/images/DSLR/teb_depth_on.gif') right top;
}
div.tec_r div.wrap2 div.tab a.on { font-weight: bold; }
div.tec_map {
	position: relative;
	width: 662px;
	margin: 0 auto;
}
div.tec_map p.tec_p_01 {
	text-align: center;
	position: absolute;
	left: 251px;
	top: 164px;
	width: 161px;
}
div.tec_map p.tec_p_02 {
	text-align: center;
	position: absolute;
	left: 27px;
	top: 438px;
	width: 210px;
}
div.tec_map p.tec_p_03 {
	position: absolute;
	left: 433px;
	top: 429px;
}

div.review {
	width: 718px;
	margin: 0 auto;
	padding: 0 0 10px;
}