.contents_group {
	width: 844px;
	float: left;
	margin-left: 25px;
}
.contents_group .category_path {
	color: #959595;
	height: 25px;
	padding-top: 13px;
}
.contents_group .product_subject {
	font-size: 14px;
	font-weight: bold;
	color: #454545;
	
	margin-bottom: 5px;
}
.contents_group .etc_comment {
	font-size: 12px;
	color: #f00;
	
	margin-bottom: 15px;
}
.contents_group .product_information {
	overflow: hidden;
	font-size: 12px;
}

.contents_group .product_information .product_image {
	float: left;
	width: 400px;
	border: 1px solid #CCC
}

.contents_group .product_information .product_info {
	position: relative;
	float: left;
	width: 370px;
	height: 375px;
	padding-left: 70px;
	padding-top: 25px;
	border: 1px solid #CCC;
	border-left: 0;
}
.contents_group .product_information .product_info > ul {	
	width: 320px;
	margin-bottom: 15px;
}
.contents_group .product_information .product_info > ul > li {
	display: table;
	
	margin-bottom: 12px;
}
.contents_group .product_information .product_info > ul > li .pi_title {
	display: table-cell;
	width: 100px;
	vertical-align: middle;
	
	font-weight: bold;
}
.contents_group .product_information .product_info > ul > li .pi_content {
	display: inline-block;
	width: 220px;

	letter-spacing: -0.5px;
}
.contents_group .product_information .product_info > ul > li.border_line {
	border-bottom: 1px solid #e9e9e9;
	padding-bottom: 5px;
	margin-bottom: 7px;
}
.hidden_element {
	display: none;
}
.icon_avr_class {
	width: 25px;
	height: 25px;
	vertical-align: middle;
	
	margin-left: 5px;	
}
.icon_trans_class,
.icon_ans_class,
.icon_can_class,
.icon_popu_class {
	width: 30px;
	height: 30px;
	vertical-align: middle;
}
.box_class {
	position: absolute;
	top: 30px;
	left: 268px;
	width: 120px;
	background-color: #fff;
	border: 1px solid #d5d5d5;
	
	z-index: 990;
}
.box_class dl > dt {	
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	
	font-size: 12px;
	font-weight: bold;
	
	padding-left: 5px;		
}
.box_class dl > dd {
	border-top: 1px solid #d5d5d5;
}
.box_class dl > dd .class_title,
.box_class dl > dd .class_content {
	display: inline-block;
	box-sizing: border-box;
	height: 35px;
	line-height: 35px;
	
	font-size: 12px;
	
	margin: 0;
	padding-left: 5px;		
}
.box_class dl > dd .class_title {
	width: 75px;
}
.box_class dl > dd .class_content {
	width: 45px;
}

.option_box {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 441px;
	background-color: #fff;
	overflow-y: auto;
	transition: all 0.2s ease-out 0s;
	z-index: 999;
}
.option_box .btn_copy_option {
	display: block;
	position: absolute;
	top: 5px;
	right: 31px;
	box-sizing: border-box;
	height: 21px;
	line-height: 21px;
	border: 1px solid #666;
	background-color: #8f8f8f;
	
	color: #fff;
	
	padding-left: 3px;
	padding-right: 3px;
}
.copy_selector {
	width:1px;
	height:1px;
	border:0;
	margin:0;
	padding:0;
	box-sizing: border-box; 
}
.option_box .btn_copy_option:link,
.option_box .btn_copy_option:visited,
.option_box .btn_copy_option:active,
.option_box .btn_copy_option:hover {
	text-decoration: none;
	color: #fff;
}
.option_box .btn_op_box_close {
	position: absolute;
	top: 5px;
	right: 5px;
	
	cursor: pointer;
}
.option_box > ul {
	width: 400px;
	
	margin: 0 auto;
	margin-top: 40px;
}
.option_box > ul > li {
	border-bottom: 1px solid #eee;
	transform: translateY(30px);
	
	padding-top: 10px;
	padding-bottom: 10px;
}
.option_box > ul > li:first-child {
	border-bottom: 2px solid #eee;		
	font-weight: bold;
}
.option_box > ul > li .op_nm {
	display: inline-block;
	width: 150px;
	letter-spacing: -0.5px;
}
.option_box > ul > li .op_nm .product_state {
	
}
.option_box > ul > li .op_onch_price {
	display: inline-block;
	width: 65px;
	text-align: center;
	letter-spacing: -0.5px;
}
.option_box > ul > li .op_cus_price {
	display: inline-block;
	width: 65px;
	text-align: center;
	letter-spacing: -0.5px;
}
.option_box > ul > li .op_disc_price {
	display: inline-block;
	width: 65px;
	text-align: center;
	letter-spacing: -0.5px;
}
.option_box > ul > li .op_min_cnt {
	display: inline-block;
	width: 55px;
	text-align: center;
	letter-spacing: -0.5px;
}
/*
prd_info_code
prd_info_price
prd_info_limit_price
prd_info_sale_price
prd_info_send_price
prd_info_trans_info
prd_info_prd_id
prd_info_sale_memo
prd_info_prd_state
prd_info_prd_rule
prd_info_etc_comment
*/

.contents_group .product_contents {
	margin-top: 40px;
}
.contents_group .product_contents .btn_tab {
	overflow: hidden;
	margin-bottom: 15px;
	border: 1px solid #d7d7d7;
}
.contents_group .product_contents .btn_tab::after {
	content: '';
	display: block;
	clear: both;
}
.contents_group .product_contents .btn_tab > p {
	float: left;
	display: inline-block;
	height: 40px;
}
.contents_group .product_contents .btn_tab .btn_detail_info,
.contents_group .product_contents .btn_tab .btn_sale_state,
.contents_group .product_contents .btn_tab .btn_blank {
	display: block;
	width: 200px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: bold;
	background-color: #fcfcfc;
	border-right: 1px solid #d7d7d7;
	margin-top: 10px;
}
.contents_group .product_contents .btn_tab .btn_blank {
	border-right: 0;
}
.contents_group .product_contents .btn_tab .btn_detail_info {
	border-bottom: 0;
	background-color: #fff;
}
.contents_group .product_contents .btn_tab .btn_blank {
	width: 400px;
}

.contents_group .product_contents .btn_tab .btn_detail_info:link,
.contents_group .product_contents .btn_tab .btn_sale_state:link {
	color: #acacac;
}
.contents_group .product_contents .btn_tab .btn_detail_info:visited,
.contents_group .product_contents .btn_tab .btn_sale_state:visited {
	color: #acacac;
}

.contents_group .product_contents .btn_tab .active:link {
	color: #464646 !important;
}
.contents_group .product_contents .btn_tab .active:visited {
	color: #464646 !important;
}
.contents_group .product_contents > div > .img_download_box {
	padding-left: 50px;
	margin-bottom: 30px;
	text-align: center;
}
.contents_group .product_contents .prd_section img {
	max-width: 840px;
}
.trans_info {
	width:844px;
	margin:30px 0px 0px 0px;
	line-height:140%;
	font-size: 12px;
	padding: 30px;
}

.companion_caution{
	font-size: 13px;
	line-height: 18px;
	color: #595959;
	letter-spacing: -0.5px;
	margin-top: 10px;
	margin-bottom: -60px;
}
.companion_caution>b{
	font-weight: bold;
	color: black;
	line-height: 21px;
	font-size: 15px;
}
.foreign_trans_info {
	font-size:14px;
	line-height:18px;
	padding:10px;
}

.foreign_info {
	width:800px;
}

.foreign_title {
	display:inline-block;
	width:780px;
	line-height:40px;
	background-color:#f4f4f4;
	padding:0px 0px 0px 20px;
}

.foreign_con {
	display:inline-block;
	width:778px;
	line-height:30px;
	border:1px solid #f4f4f4;
	padding:0px 0px 0px 20px;
}

.jejo_btn {
	padding:3px;
	border:0px;
	background-color:#f79f38;
	font-size:12px;
	color:white;
	margin-top:3px;
	cursor:pointer;
	vertical-align:middle;
	font-family:"굴림";
}

.cgreen {
	padding:3px;
	background-color:#27ae60;
	border-radius:2px;
	color:white;
	border:0px;
}
.cblue {
	padding:3px;
	background-color:#3498db;
	border-radius:2px;
	color:white;
	border:0px;
}
.cred {
	padding:3px;
	background-color:#e74c3c;
	border-radius:2px;
	color:white;
	border:0px;
}
.warning_msg {
	width:100%;
	height:40px;
	line-height:40px;
	font-size:18px;
	color:red;
	background-color:#f4f4f4;
	text-align:center;
	margin:0px 0px 10px 0px;
}
a.btn_top {
	display:none;
	width: 50px;
	height: 50px;
	line-height: 47px;
	background-color: #0066cc;
	box-sizing: border-box;
	border-radius: 15px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	text-align: center;
	
	color: #fff;
	font-size: 14px;

	padding: 2px;
}
.ret_comment_info {
	width:100%;
	background-color:#f0ad4e;
	border:1px solid #de9328;
	padding:10px 0px 10px 0px;
	border-radius:5px;
	color:white;
	font-size:14px;
}
.ret_comment_title {
	padding:0px 10px 0px 10px;
	font-weight:bold;
}
.ret_comment_con {
	padding:0px 10px 0px 10px;
}

.icon_19 {
    position: absolute;
    width: 35px;
    height: 35px;
    top: 37px;
    left: 12px;
}