div, p, a, span {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}
#jquery-overlay{
	z-index:99;
}
#product_area div {
    box-sizing: content-box;
}

#product_area {
    margin: auto;
    width: 1225px;
}

/* 상단 주소좌표{ */
#product_area > header {
    margin: 18px 0px;
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
}

#product_area > header > div:nth-of-type(even) {
    padding-right:15px;padding-left:15px;
}

#product_area > header > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#product_area > header > div small {
    padding-left: 5px;
    font-size: 6px;
    font-family: monospace;
}
#product_area .product_list_title > p {
	padding:0px !important;
	font-size:13px;
	letter-spacing: -1px;    width: 120px;color: #171717;
	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}
#product_area .product_list_title > p img{
    position: absolute;
    right: 0px;
    margin-top: 5px;
}
#product_area .product_list_title .now{
	color: #e11737;font-size: 12px;letter-spacing: normal;
}

#product_area .product_list_title{
	width:138px;
}
/* } */

/* 속성{ */
#product_area > .property_area {
    margin-bottom: 40px;
    font-size: 12px;
}
#product_area  .property_list >span:nth-of-type(n+2):before{
	content: ', ';
}

#product_area > .property_area > article {
    display: -ms-flexbox;
    display: flex;
}

#product_area > .property_area > article > div:first-child {
    width: 210px;
    box-sizing: border-box;
	padding-top:18px;
	padding-left:16px;
	padding-right:18px;
}

#product_area > .property_area > article > div:nth-of-type(1) {
    float:left;
    background: #444b57;
    /*border-bottom: 1px solid #404b61;*/
    border-bottom: 1px solid #393c43;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
	align-items:flex-start
}

#product_area > .property_area .money_input {
	color: #b1b1b1;margin-left:10px;
}
#product_area > .property_area .money_input input[type='text'] {
	 width: 110px;
  height: 25px;
  background-color: #ffffff;
  border : 1px solid #e3e3e3;
  box-sizing:border-box;
  padding-left:5px;
  padding-right:20px;text-align:right;
}
#product_area > .property_area .money_input label{
	color: #848484;
	position:absolute;
	margin-left: -20px;
	margin-top: 6px;
}

#product_area > .property_area .money_btn {
	    margin-top: -2px;
}

#product_area > .property_area .property_group_click{
cursor: pointer;
}

#product_area > .property_area > article .property_group {
    min-height: 46px;
    -ms-flex-align: center;
    /*align-items: center;*/
	background-color: #444b57;

}


#product_area > .property_area > article .property_group_more {
    background-color: #343b47;
}
#product_area > .property_area > article:nth-of-type(1) .property_group_more{
	background-color: #262b34 !important;
}

#product_area > .property_area .btn_more_img {
    -ms-flex: 1;
    flex: 1;
    float:right;
    text-align: right;
}

#product_area > .property_area .btn_more_img > img {
    vertical-align: middle;
}
#product_area > .property_area > article:first-of-type .property_group{
	background-color: #262b34 !important;
}
#product_area > .property_area > article:first-of-type .property_default {
    border-top: 1px solid #e3e3e3;
}

#product_area > .property_area > article > div:last-of-type {
    box-sizing: border-box;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}

#product_area > .property_area > article > div:last-of-type > ul {
    width: 1016px;
    /*line-height: 32px;   */
	padding-top: 16px;

    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
	padding-left: 15px;
}



#product_area > .property_area #article_maker {

}
#product_area > .property_area .article_money{
	height: 46px;
}
#product_area > .property_area .article_money .property_default{
	padding-top:9px;
}




#product_area > .property_area .property_order {
    width: 100%;
    height: 45px;
    line-height: 44px;
    padding-left: 15px;

}

#product_area > .property_area .property_order > span {
    width: 95px;
    display: inline-block;
    cursor: pointer;
}

#product_area > .property_area article ul > li {
    display: inline-block;
    margin-right: 35px;margin-bottom: 16px;
	position:relative;
}

.property_area #p_group_toggle {
    position: absolute;
    margin-top: -47px;
    margin-left: 1224px;
    cursor: pointer;
}


.property_area .no_radius_btn {
    cursor: pointer;
}
.property_area .new_radius_btn{
	position:relative;color:#fff;background:#e22e4b;z-index:1;
}
.property_area .new_radius_btn:before {
    background: #e22e4b;
    border-radius: 12.5px;
    height:25px;
	width:100%;
    color: white;
    position: absolute;
    line-height: initial;
	content:'';    z-index: -1;
	    padding-left: 10px;
    padding-right: 10px;
margin-top: -5px;
    margin-left: -10px;
}

.property_area .new_radius_btn:hover:after { /*hover*/

    content: url('/asset/img/usr/product/p_close.png');
    position: absolute;
    z-index: 5;
    cursor: pointer;
	margin-top:-5px;

}
.property_area .property_click_area_fixed {
	position: fixed;
    top: 0px;
    z-index: 99;
    width: 1193px;
	border: 1px solid #000 !important;
}
.property_area .property_click_area {
    background-color: #f8f8f8;

    min-height: 45px;
    border: 1px solid #d2d2d2;
    border-top: 0px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 15px;
	 -ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.property_area .property_click_area .p_banner{
 -ms-flex:0 0 1225px; flex:0 0 1225px;
 margin-left:-16px;
}

/*
.property_area .property_click_area > div:first-of-type {
    color: #555;
    height: 45px;
    line-height: 45px;
	font-weight:bold;
}

.property_area .property_click_area > div:nth-of-type(2) {
    padding-left: 15px;
    color: #ccc;
    overflow: hidden;
    height: 13px;
    margin-top: -1px;
}
*/
.property_click_area #property_click_list > div:first-of-type {
	color: #555;
	font-weight:bold;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
    align-items: center;
}
.property_click_area #property_click_list > div:first-of-type >span{
	margin-left:20px; display:inline-block;color: #ccc;
}
.property_area .property_click_area > div:last-of-type {
    letter-spacing: -0.3px;
	  text-align: right;
	  color: #555555;
    text-decoration: underline;
}

.property_area #property_click_list {
    padding: 11px 0px;
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;

}

.property_area .property_click_area #property_click_list > li {
    color: #e11837;
	font-weight:bold;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-align: center;
    align-items: center;
	margin-top: 4px;
    margin-bottom: 4px;
    margin-right:30px;
}
.property_area .property_click_area #property_click_list > li:first-of-type {
	margin-left:20px !important;

}
.property_area .property_click_area #property_click_list > li > span:last-of-type {
	color:#000;
    width: 7px;
    height: 7px;
    display: inline-block;
    text-align: center;
    margin-left: 7px;
    cursor: pointer;
    box-sizing: border-box;
    font-family: tahoma;
	line-height: 5px;
    font-weight: normal;
}

/* } */

/* GNB{ */
#product_area > nav {
    margin-bottom: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    border: 1px solid #e3e3e3;
}

#product_area > nav > div {
    width: 120px;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 12px;
    position: relative;
    color: #000;
	cursor:pointer;
	letter-spacing: -0.1px;
}



#product_area > nav > div:nth-of-type(n+2) {
    border-left: 1px solid #e3e3e3;cursor:pointer;
	border-bottom:1px solid #000;
}

#product_area > nav > div:last-of-type {
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
}

#product_area > nav .benefit {
    margin-right: 20px;
    position: relative;
    color: #848484;
}

#product_area > nav .benefit small {
    color: #000;
}

#product_area #btn_benefit {
    cursor: pointer;

}

#product_area #benefit_area {
    border: 1px solid #000;
    padding: 12px;
    display: none;
    position: absolute;
    z-index: 22;
    background: #fff;
    margin-top: 15px;
    width: 95px;
    line-height: 20px;
}

#product_area > nav .page_limit {
    position: relative;
    width: 31px;
    height: 31px;
	box-sizing:border-box;
	border:1px solid #e3e3e3;
	color: #848484;
    margin-right: 3px;
	text-align:Center;
	line-height:31px;

}
#product_area  nav .active2 {
    font-weight:bold;
	color:#000;
    border: 1px solid #000 !important;
}
#product_area  nav .list_type{
	border:1px solid #e3e3e3;
	width:31px; height:31px;
	box-sizing:border-box;text-align:center;line-height:31px;
	border-left:0px ;
}
#product_area .orderlimit_box >div:nth-of-type(4){
	border-left:1px solid #e3e3e3;
}

#product_area  nav .list_type img{
	width:15px;
}
#product_area  nav .list_active{
	border:1px solid #000 !important;
}
#product_area .orderlimit_box>div:nth-of-type(3){
	border-left:1px solid #e3e3e3;
}



#product_area > nav span.active_title {
    z-index: 2;
}

#product_area > nav .active {


	border-color: #000 !important;
    font-weight: bold;
    border: 1px solid #000;
    border-bottom: 1px solid #fff !important;
}

#product_area > nav .active:before {
	/*
    background-color: #000;
    content: '';
    width: 129px;
    height: 50px;
    border: 1px solid #000;
    z-index: 1;
    position: absolute;
	*/
}

#product_area > nav .active:before {
    display: none;
}


#product_area .inner_search {
    padding: 0px 15px;
    color: #848484;
    width: 181px;
}

#product_area .inner_search .btn_search {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
}

#product_area > nav > div small {
    padding-left: 5px;
    font-size: 6px;
    font-family: monospace;
}

/* }*/

/* search gnb2 { */
#product_area .top_order{
	display:flex;align-items: center;
}
#product_area .top_order li{
	
	margin-right:12px;
	line-height: 2;
	margin-top:-5px;margin-bottom:15px;
	color: #555;cursor:pointer;
}
#product_area .top_order .active{
	color: #000000;
}
#product_area .top_order li span{
	font-weight:bold;
}
#product_area .top_order .active > span{
	color:#e01737;
}
/* search gnb2 } */




/*
검색관련{
*/

.product_search_area  header >div{
  font-size: 16px;
  text-align: left;
  color: #000;
  height: 13px;
  font-weight:bold;
}
.product_search_area  header{
	margin:20px 0px;
}
.product_search_area #검색결과수{
	font-weight:normal;margin-left:5px;
	font-size:14px;
}

.product_search_area .property_area .cate_count{
	color:#777;
	font-size:11px;
	margin-left: -3px;display: inline-block;
}
.product_search_area .property_area .new_radius_btn .cate_count{
	color:#fff;
}

.product_search_area .property_more{
    /*max-height: 362px;*/
    overflow-y: scroll;
	overflow-x: hidden;
}
.product_search_area .property_default{
	max-height: 46px;
}
.product_search_area #대분류영역{
	max-height: initial;
}

.product_search_area > nav > div:nth-of-type(n+1) {
	border-bottom:1px solid #000;
}

.product_search_area #nav_cate_tab_search{
	font-weight:bold;
}
.product_search_area #nav_cate_tab_search>div:nth-of-type(n+2):nth-last-child(n+1){
	width:140px !important
}


.product_search_area #nav_cate_tab_search >div:nth-of-type(n+2) span{
	font-weight:normal !important;color: #777777;font-size:12px;
}
.product_search_area #nav_cate_tab_search .active span{
	font-weight:bold;
}

.product_search_area .cate_list{
	font-size:11px;
	letter-spacing: -0.1px;
	color:#848484;
}
.product_search_area .cate_list > span:nth-of-type(n+2):before{
	content:'>';
	margin-right: 5px;
}

.product_search_area .normal_type_ul .cate_list , .product_search_area .vertical_type_ul .cate_list{
	margin-top:15px;
}

.product_search_area .img_type_ul .cate_list{
	margin-bottom:10px;
}
/*
검색관련}
*/











/* main list{ */
#product_area > .main {

}

#product_area .normal_type_ul > li {
    border: 1px solid #d2d2d2;
    border-top: 0px;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 16px 20px 16px;
}

#product_area .normal_type_ul > li:first-of-type {
    border-top: 1px solid #d2d2d2;
}

/* 썸네일{ */
#product_area .thumb_area , #product_area .main_thumb{
	cursor:pointer;
}
.normal_type_ul .product_li .thumb_area {
    border: 1px solid #e3e3e3;
    margin-right: 7px;
    height: 136px;
    width: 136px;
    position: relative;
}

.normal_type_ul .product_li .thumb_area:hover {
    border: 1px solid #e3354c;
}

.normal_type_ul .product_li .thumb_area > img {
    height: 136px;
    width: 136px;
}

.normal_type_ul .product_li .more_thumb {
    position: absolute;
    margin-top: 115px;
    margin-left: 116px;
}

/* }*/

/* 썸네일 옆에 아이콘 { */
.normal_type_ul .product_li > div:nth-of-type(2) {
    border: 1px solid #e3e3e3;
    margin-right: 15px;
    height: 135px;
    cursor: pointer;
	position: relative;
}

.normal_type_ul .product_li > div:nth-of-type(2) > div {
	position: relative;
    width: 33px;
    text-align: center;
    height: 33px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.normal_type_ul .product_li .vertical_icon .info{
	display:none;
    width: 53px;
    height: 33px;
    opacity: 0.75;
    background-color: #000000;
    text-align: Center;
    position: absolute;
    left: 33px;top:0px;
    color: #fff;
    line-height: 33px;
	 font-size: 11px;letter-spacing: -0.8px;
	 z-index:10;
}

.normal_type_ul .product_li > div:nth-of-type(2) > p {
    border-bottom: 1px solid #e3e3e3;
    width: 60%;
    margin: auto;
}

.normal_type_ul .product_li > div:nth-of-type(2) > div:last-of-type {
    border-bottom: 0px;
}

/* } */

/*리스트 정보{*/
#product_area .list_info {
    width: 555px;
	-ms-flex: 0 0 555px;
    flex: 0 0 555px;
	margin-right:50px;position: relative;
}

#product_area .list_info .list_title {
    font-size: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    font-weight: bold;
    letter-spacing: -0.2px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
        max-height: 33px;
    line-height: 18px;

}

#product_area .list_info .list_property {
    margin-bottom: 20px;
    line-height: 19px;
    font-weight: 300;
    color: #333;
    font-size: 12px;
	position: relative;
}
#product_area .list_info .list_short {
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    height: 57px;
    letter-spacing: -0.1px;
}
#product_area .list_info .list_property_more {
	display:none;
	color: #000;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    margin-top: 41px;
    right: 0;
    background: #fff;
    width: 70px;
    text-align: right;
	cursor:pointer;
	z-index: 1;
}

#product_area .list_info .list_property_close{
	    display: none;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    width: 70px;
    text-align: right;
    margin-top: -37px;
    right: 0px;
	cursor:pointer;

}


#product_area .list_property .new_radius_btn {
	/*
    background: #e22e4b;
    border-radius: 23px;
    padding: 3px 8px !important;
    color: white;
    position: relative;
    line-height: initial;
	*/
	color: #e11837;
}

#product_area .list_property .no_radius_btn {
	padding: 3px 1px 3px 1px;

    cursor: pointer;
}

#product_area .list_property .new_radius_btn:hover { /*hover*/
	/*
    content: 'x';
    display: block;
    overflow: hidden;
    position: absolute;
    border-radius: 10px;
    background: white;
    color: #333;
    text-align: center;
    z-index: 5;
    cursor: pointer;
    right: -7px;
    margin-top: -23px;
    line-height: 20px;
    font-size: 12px;
    padding: 0px 6px 1px 5px;
    line-height: 15px;
    box-shadow: 1px 2px 1px 0px rgba(102, 102, 102, 0.5);
    font-family: tahoma;
	*/
	text-decoration:underline;

}

#product_area .list_property > span {
    /*display: inline-block;*/
}

#product_area .list_property > .pipe2 {
    padding: 1px 0px 0px 0px;
    color: #ccc;
    overflow: hidden;
    height: 12px;
    vertical-align: top;
    font-weight: 200;
    display: inline-block;
    margin-left: -4px;
    margin-right: -1px;
}

#product_area .list_property .property_more_icon {
    position:absolute;cursor:pointer;bottom: -1px;right:-1px;line-height: initial;
}

#product_area .list_alarm {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 300;
    color: #7c7c7c;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    line-height: 20px;
}

#product_area .list_alarm > div > span {
    display: inline-block;
    font-size: 11px;
    color: #848484;
	letter-spacing: -0.3px;
}

#product_area .list_alarm > div > span >site{
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    max-width: 500px;
    display: inline-block;
    vertical-align: middle;
}

#product_area .list_alarm > div > span:first-of-type {
    width: 60px;
}

#product_area .list_review {

    font-size: 12px;
    color: #848484;
    display: -ms-flexbox;
    display: flex;
}

#product_area .list_review > div > span {
    font-weight: bold;

}

#product_area .list_review > div:nth-last-of-type(even) {
    margin: 0px 5px;
    font-weight: bold;
	    font-family: tahoma;
    font-size: 13px;

}
#product_area .list_review .cnt{
	font-weight:bold;color:#000;
}

/* }*/

/* 리스트 배송 & 가격{*/
#product_area .list_company {
    /*
	-ms-flex: 1;
    flex: 1;
	*/
    position: relative;
    font-size: 12px;
	width:429px;
}
#product_area .list_company .listgroup_img{
	display:none;
	position: absolute;
    top: 1px;
    height: 136px;
    width: 136px;
    /* left: 0; */
   margin-left: -799px;
    z-index: 9;
}
#product_area .list_company .listgroup_img >img{
	height: 136px;
    width: 136px;
}


#product_area .list_company figure{
	display:none;
	position: absolute;
    margin-left: -604px;
    width: 555px;
    background: #fff;
    z-index: 1;
    box-shadow: 3.5px 3.5px 0 0 rgba(0, 0, 0, 0.15);
    outline: solid 1px #000000;
    padding: 15px;
	top: 28px;
	line-height: 19px;
    font-weight: 300;
    color: #555;
}

.orange_list_info .list_company {
    margin-top: 0px !important;
	letter-spacing: -0.1px;

}

#product_area .list_company > div:first-of-type {
	margin-bottom:15px;
}
#product_area .list_company .maker_pointer img{
	height:22px;
}
#product_area .list_company > div {
    display: -ms-flexbox;
    display: flex;
}


#product_area .list_company > div:nth-of-type(n+2):nth-last-child(n+2) {
    padding-bottom:15px;
	margin-bottom:14px;
	border-bottom:1px solid #e3e3e3;
}
#product_area .list_company .listgroup{
	height:60px
}
#product_area .list_company .listgroup:last-child{
	padding-bottom:20px !important;
}
#product_area .list_company .listgroup:hover:before{
	content: '';
    position: absolute;
    background-color: #f1f1f1;
    z-index: -1;
    width: 100%;
    height: 75px;
    border: 1px solid #000;
    padding-bottom: 12px;
    margin-left: -15px;
    padding-right: 29px;
    margin-top: -14px;
}



#product_area .list_company > div:last-of-type {
    margin-bottom: 0px;
}

#product_area .list_company > div > div:first-of-type {
    width: 195px;	
	color:#555;
}
/*
#product_area .list_company > div:nth-of-type(n+2) > div:first-of-type {
    border-right:1px #e3e3e3 solid;
}
*/
#product_area .list_company .com_right {
    -ms-flex: 1;
	flex: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
   
}

#product_area .price_user_per{
	 
	  font-family: NotoSans;
	  font-size: 24px;
	  font-weight: bold;
	margin-right:10px;
	  color: #111111;
}

#product_area .price_user{
	font-family: NotoSans;  font-size: 14px; letter-spacing: -0.14px; color: #777777;    text-decoration: line-through;
	font-weight:500;margin-bottom:-2px;
}

#product_area .direct_sale{
	color: #1eac54;font-size:12px;	margin-bottom:-2px;
}
#product_area .direct_sale>span{
	font-family: NotoSans;
	font-size: 14px;letter-spacing: -0.14px;font-weight:500;
}

#product_area .img_list_price .direct_sale{
	margin-bottom:4px !important;
}
#product_area .img_list_price .price_user{
	margin-left:7px; margin-bottom:-9px !important;
}
#product_area .img_list_price .price_per{
	font-family: NotoSans;  font-size: 14px; letter-spacing: -0.14px; color: #777777;    
	font-weight:500;margin-bottom:-9px;margin-left:4px;
}

#product_area .price_m{
	font-family: NotoSans;
  font-size: 24px;
  font-weight: bold;letter-spacing: -0.24px;
 color: #2768ed !important;
}
#product_area .price_c{
	font-family: NotoSans;
  font-size: 24px;
  font-weight: bold;letter-spacing: -0.24px;
 color: #e73332 !important;
}



.list_company .com_left > div:first-of-type {
    margin-bottom: 10px;
	color:#555;
}


#product_area .list_company .com_right .mouse_on {
	flex-wrap: wrap;
}
#product_area .list_company .com_right .mouse_on >div{
	flex: 0 0 100% !important;    text-align: right;
}
#product_area .list_company .com_right > div {
    display: flex;justify-content: flex-end;    align-items: center;
	position:relative;
}
#product_area .list_company .is_direct{
	position: absolute;right: 0px; top: 35px;
    color: royalblue;
    font-weight: bold;
}



#product_area .list_company .com_right > div > div:first-child {
    float:left;
}

#product_area .list_company .com_right > div > div:last-of-type {
    float:right;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
	color:#222;
}

#product_area .list_company .low {
    color: #555;
}
#product_area .list_company .heigh {
	color: #555;
}
/*
#product_area .list_company .com_right > div span {
    font-weight: bold;
    font-size: 14px;
    font-family: tahoma;
}
*/


#product_area .vertical_line {
    border-right: 1px solid #e3e3e3;
    height: 100%;
    position: absolute;
    margin-left: 145px;
    margin-top: -24px;
    margin-bottom: 0px !important;
}

#product_area .label_rank {
   width: 175px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    /* font-weight: bold; */
    /* letter-spacing: -0.2px; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-height: 33px;
    line-height: 17px;
	color: #111111;
	font-size: 12px;font-weight:bold;
    padding-left: 1px;
}

#product_area .label_rank .lank_color {
    color: #e11737;
    outline: 1px solid #e11737;
    display:inline-block;
	font-size:11px;
    letter-spacing: -0.3px;
    text-align:center;
	width: 22px;
	height: 14px;
	line-height:15px;
}


#product_area .label_info {
    color: #848484;
    font-weight: 300;
    margin-top: 5px;
	font-size:11px;
	display:inline-block;
}
#product_area .label_info >span{
	display:inline-block;margin-right:6px;font-size: 12px;color: #555555;position: relative;
}
#product_area .label_info span:nth-of-type(n+2):before{
	content: '|';
    color: #e3e3e3;
    position: absolute;
    left: -9px;
    top: 1px;
}

/* } */

/* } main list  */

/* 조립 리스트 { */
.orange_product_li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-item: center;
}

.orange_product_li > div:first-of-type > div:first-of-type {
    width: 303px;
    height: 303px;
    position: relative;
}
.orange_product_li  .orange_thumb{
	width: 303px;
    height: 303px;
}

.orange_product_li > div:first-of-type > div:last-of-type {
    margin-top: 15px;
    padding-left: 60px;
}

.orange_product_li > div:nth-of-type(2) {
    margin-left: 20px;
}

.orange_product_li .orange_list_info {
    -ms-flex: 1;
    flex: 1;
}

.orange_list_info .list_title {
    margin-bottom: 15px;
    margin-top: -6px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    font-weight: bold;

}

.orange_list_info .list_main_info {
    display: -ms-flexbox;
    display: flex;
}

.orange_list_info .list_company {

    margin-left: 5px;
}

.orange_list_info .list_table {
    border: 1px solid #e3e3e3;
    font-size: 12px;
    color: #777;
    margin-bottom: 15px;
    display: inline-block;
    position: relative;
}

.orange_list_info .list_table > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-item: center;
}

.orange_list_info .list_table > div {
    border-bottom: 1px solid #e3e3e3;
}

.orange_list_info .list_table > div:last-of-type {
    border-bottom: 0px;
}

.orange_list_info .list_table > div > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #7c7c7c;
    font-weight: 300;
}

.orange_list_info .list_table > div > div:first-of-type {
    width: 100px;
    height: 32px;
    border-right: 1px solid #e3e3e3;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f8f8f8;
}

.orange_list_info .list_table > div > div:last-of-type {
    width: 388px;
    height: 32px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    padding-right: 10px;
    box-sizing: border-box !important;
}

.orange_list_info .list_alarm {
    padding: 12px;
    width: 491px;
    background-color: #f7f8fa;
    box-sizing: border-box !important;
}

.list_table .vertical_line {
    position: absolute;
    height: 100%;
    border-right: 1px solid #ff0000;
    height: 100%;
    position: absolute;

}

.orange_list_info .list_company > div:first-of-type {
    padding-left: 0px !important;
}

.orange_list_info .list_company > div > div:first-of-type {
    width: 200px !important;
}

.orange_list_info .list_company > div {
    margin-bottom: 43px;
}

.orange_list_info .list_company {
    margin-top: -2px;
}

.orange_list_info .vertical_line {
    margin-left: 690px !important;
    margin-top: -2px !important;
}

/* } */



/*  세로스펙형 { */
.vertical_type_ul .thumb_area{
	margin-right:20px;
	position: relative;
}
.vertical_type_ul .thumb_area , .vertical_type_ul .thumb_area >img{
	width:328px; height:328x;
}
.vertical_type_ul >li{
   display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;
   border:1px solid #e3e3e3; border-top:0px;
   padding: 20px 15px;
}
.vertical_type_ul >li:first-of-type{
	border-top:1px solid  #e3e3e3;
}
.vertical_type_ul .list_info{
	width:400px !important;

	padding:0px !important;
	position: relative;
	-ms-flex: 0 0 400px !important;
	flex: 0 0 400px !important;
}
.vertical_type_ul .list_property_more{
	right:0px;margin-left:0px !important;
}

.vertical_type_ul .list_info >div:nth-last-of-type(n+3){
	/*width:277px;*/
}

.vertical_type_ul .list_info .list_title{
	 margin-bottom:20px !important;
}

.vertical_type_ul .list_info .list_short{
	height:208px !important;
}

.vertical_type_ul .list_info .v_list_property_more {
    display: none;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    margin-top:192px;
    width: 70px;
    text-align: right;
    cursor: pointer;
    z-index: 1;
    right: 0px;margin-left:-70px;
}
.vertical_type_ul .list_info .v_list_property_close {
	display: none;
    color: #000;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom:1px;
    width: 70px;
    text-align: right;
    cursor: pointer;right: 0px;margin-left:-70px;
    z-index: 1;

}

.vertical_type_ul  .v_list_property{
	color: #555555;letter-spacing: -0.1px;
	line-height: 17px;
	margin-bottom:20px;
	position: relative;

}
.vertical_type_ul  .v_list_property>p>span{
	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
	display: inline-block;
	max-width:220px;
}
.vertical_type_ul  .v_list_property>p>span:first-of-type{
	width:58px;
	margin-right:20px;
}
.vertical_type_ul  .v_list_property>p>span:last-of-type{
	cursor:pointer;padding-right: 5px;    color: #333;
}
.vertical_type_ul .list_company figure .v_list_property{
	margin-bottom:0px !important;
}


.vertical_type_ul .recent_item_label , .vertical_type_ul .buy_item_label{
	margin-left: -16px;
    margin-top: -21px !important;
    height: 21px !important;
    line-height: 21px !important;
}


.vertical_type_ul .list_info .list_alarm > div > span:first-of-type {
    width: 53px !important;
}
.vertical_type_ul .list_info .list_alarm > div > span:last-of-type {
	    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    width: 224px;
	vertical-align: middle;
}

.vertical_type_ul .list_company{
	width:392px !important;
}

.vertical_type_ul .list_company > div > div:first-of-type {
	padding-left:0px !important;
}
.vertical_type_ul .list_company .com_right {
	-ms-flex: 0 0 181px !important;
	flex: 0 0 181px !important;
    padding-left: 15px;
    width: 181px;
}

.vertical_type_ul .list_company .listgroup:hover:before{
	content:'';
	position:absolute;
	background-color: #f1f1f1;
	
	width:389px !important;
	padding-right: 19px !important;
	padding-left:15px;
	margin-left:-16px;
	height:64px;
	
	margin-top:-12px;
	z-index:-1;
}

.vertical_type_ul .list_company .listgroup_img {
    top: 0px !important;
    height: 328px !important;
    width: 328px !important;
    margin-left: -798px !important;
}
.vertical_type_ul .list_company .listgroup_img >img{
	 height: 328px !important;
     width: 328px !important;
}

.vertical_type_ul .list_company figure {
    margin-left: -448px !important;
    width: 320px !important;
    top: 28px !important;
	display:none;
}

.vertical_type_ul .list_info .new_radius_btn{
	color: #e11837;
}
.vertical_type_ul  .sold_out{
	width: 328px !important;
    height: 84px !important;
        margin-top: -84px !important;
	line-height: 84px !important;
}
.vertical_type_ul  .sold_out>span{
    font-size: 29px !important;
}
.vertical_type_ul .adult{
	background-color:#f3f4f8 !important;
	width: 328px !important;
    height: 328px !important;margin-top: -328px !important;
}
.vertical_type_ul .adult > div:first-of-type {
	margin-bottom:26px !important;
	margin-top:50px !important;
	width: 140px !important;
    height: 140px !important;
	font-size: 57.5px !important;
	line-height:140px !important;
}
.vertical_type_ul .adult > div:nth-of-type(n+2) {

	line-height:32px !important;
	letter-spacing: -0.3px !important;
	font-size: 26.5px !important;
}
/* 세로스펙형 } */

/* 이미지{ */
.img_type_ul {
    display: -ms-flexbox;
    display: flex;

    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.img_type_ul > li {
    -ms-flex: 25%;
    flex: 25%;
    padding: 16px 21px;
    max-width: 306px;
    border-right: 1px solid #d2d2d2;
    border-bottom: 1px solid #d2d2d2;
    position: relative;

}

/*
	.img_type_ul >li:hover:before{
		content: '';
		border:1px solid #e11837;
		width:100%;
		height:100%;
		position:absolute;
		margin-left:-20px;
		margin-top:-20px;
		z-index:-1;
	}
	*/
.img_type_ul > li:nth-of-type(-n+4) {
    border-top: 1px solid #d2d2d2;
}

.img_type_ul > li:nth-of-type(4n+1) {
    border-left: 1px solid #d2d2d2;
}

.img_type_ul > li > div:first-of-type {
	margin: auto;
    width: 265px;
    height: 265px;
    margin-bottom: 5px;
    position: relative;
}
.img_type_ul .main_thumb{
	width: 265px;
    height: 265px;
}

.img_type_ul .img_list_title {
    font-size: 14px;
    line-height: 31px;
    margin-bottom: 12px;   
    font-weight: bold;
	letter-spacing: -0.1px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 17px;height:68px;
}

.img_type_ul .list_property {
	box-sizing: border-box !important;
	width: 265px;
	height: 121px;
	background-color: #fbfbfb;
	outline : 1px solid #e3e3e3;
	padding:11px 12px;
    font-size: 11px;
    color: #555;
    line-height: 22.5px;
    margin-bottom: 20px;
	display: -ms-flexbox;
    display: flex;
	overflow:hidden;
	position:relative;
}
.img_type_ul .list_property:hover {
	background-color:#f1f1f1 !important;
}

.img_type_ul .list_property ul{
	-ms-flex: 1;flex:1;
}
.img_type_ul .list_property ul li{
	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
	padding:0px !important;
	height:21px;line-height:21px;
}
.img_type_ul .list_property ul li b{
	margin-right:5px;
}


.img_type_ul .img_list_price {
	margin-bottom: 15px;
    font-size: 12px;
    line-height: 15px;
    color: #555;
}

.img_type_ul .img_list_price > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.img_type_ul .img_list_price > div > div:first-of-type{
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    overflow: hidden;
    max-width: 48px;
}

.img_type_ul .img_list_price > div > div:last-of-type {
   padding-left:10px;
}

.img_type_ul .img_list_price > div > div:last-of-type > span {
    font-family: tahoma;
    font-size: 14px;
    font-weight: bold;
    color: #000;
}

.img_type_ul .img_list_price > div:nth-of-type(1) {

}

.img_type_ul .img_list_price > div:nth-of-type(2) >{

}



.img_type_ul .img_list_alarm_more {
	display:none;
	    position: absolute;
    z-index: 10;
    width: 265px;
    letter-spacing: -0.3px;
    color: #848484;
    font-size: 11px;
    background: #fff;
    outline: 1px solid black;
    padding: 11px;
	line-height:14px;
	box-sizing:border-box !important;    margin-top: -32px;
}
.img_type_ul .img_list_alarm_more >div{
	display:ms-flex;
	display:flex;    align-items: center;
}
.img_type_ul .img_list_alarm_more >div>span:last-of-type{
	word-break: break-all;
	margin-left:7px;
}

.img_type_ul .img_list_alarm_more >div:nth-of-type(n+2){
	margin-top:4px;
}


.img_type_ul .img_list_alarm {
    margin-bottom: 15px;
}

.img_type_ul .hidden_area {
    display: none;
    padding: 12px;
    position: absolute;
    z-index: 21;
}

.img_type_ul .hidden_area .img_alarm {
    border: 1px solid #000;
    padding: 12px;
    color: #7c7c7c !important;
    background: #fff;
    margin-left: -12px;
    margin-top: -30px;
    width: 240px;

}

.img_type_ul .hidden_area .img_alarm > div {
    margin-bottom: 10px;
    display: -ms-flexbox;
    display: flex;
}

.img_type_ul .hidden_area .img_alarm > div > span {
    display: inline-block;
}

.img_type_ul .hidden_area .img_alarm > div > span:nth-of-type(1) {
    width: 60px;
}

.img_type_ul .hidden_area .img_alarm > div > span:nth-of-type(2) {
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
}


#product_area .img_type_ul > li > .img_list_alarm {
	margin-top:15px;
}
#product_area .img_type_ul > li > .img_listgroup {
	height: 34px;
	box-sizing:border-box;
	border : 1px solid #d2d2d2;
	width:100%;
	margin-top:15px;
	overflow: hidden;position: relative;
}
#product_area .img_type_ul > li > .img_listgroup:hover {
	border : 1px solid #e11837 !important;
}
#product_area .img_type_ul > li > .img_listgroup >li{
	height:32px; letter-spacing: -0.3px;color:#000;line-height:32px;
	display:ms-flex;
	display:flex;
	padding-left:11px;
	padding-right:38px;

}
#product_area .img_type_ul > li > .img_listgroup >li:nth-of-type(n+2){
	border-top:1px solid #e3e3e3;
}

#product_area .img_type_ul > li > .img_listgroup .sub_name{
	ms-flex:1;flex:1;    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    padding-right: 10px;
	cursor:pointer;    font-size: 12px;letter-spacing: -0.12px;    
}

#product_area .img_type_ul > li > .img_listgroup >li>div:last-of-type > span{
	font-family: NotoSans;
  font-size: 14px;font-weight:bold;
}

#product_area .img_type_ul > li > .img_listgroup .img_listgroup_more{
	position: absolute;
    top: 7px;
    right: 11px;
	cursor:pointer;
}
#product_area .img_type_ul > li > .img_listgroup_open{
	height:auto !important;
	overflow:visible !important;
	border-color:#e11837 !important;
	 position: absolute;
    z-index: 99;
    background: #fff;
    width: 262px;
	box-sizing:border-box;
	margin-top: 0px;
}

#product_area .img_type_ul > li > .img_listgroup_open > li:hover{
	background-color:#f1f1f1;

}
/* } */

/* hover { */

#product_area .product_li, #product_area .orange_product_li {
    position: relative;
}

.product_li_hover:hover, .orange_product_li:hover {

    /*
	background-color: rgb(247, 248, 250);
    outline: 1px solid #e11837 !important;
    box-sizing: border-box !important;
	*/

}

.img_type_ul > li:hover {
    /*outline: 1px solid #e11837 !important;
    box-sizing: border-box !important;
	*/
}

/* } */

/* page { */
#product_area .page_area {
    margin-bottom: 100px;margin-top:50px;
}

#product_area .page_area ul {
    margin: auto;
    display: -ms-flexbox;
    display: flex;
    width: 550px;
    -ms-flex-align: center;
    justify-content: center;
	font-size:14px;
}

#product_area .page_area li {
    width: 40px;
    height: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: tahoma;
    font-weight: bold;
    color: #555;
    cursor: pointer;

}

#product_area .page_area li.active {
    border: 1px solid #e3e3e3;
    color: #e11837
}

/* } page */

/* footer { */
#product_area footer {
    margin-bottom: 150px;
}

/*
#product_area footer > div:first-of-type {
    text-align: right;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    cursor: pointer;
}

#product_area footer > div:first-of-type > span {
    display: inline-block;
}

#product_area footer .list_foot_banner {
    display: -ms-flexbox;
    display: flex;
}

#product_area footer .list_foot_banner .slide {
    width: 235px;
    height: 315px;
    border: 1px solid #d2d2d2;
}

#product_area footer .slide > div:first-of-type {
    height: 230px;
}

#product_area footer .slide > div:nth-of-type(2) {
    padding-top: 10px;
    padding-left: 10px;
    font-weight: 500;
}

#product_area footer .slide > div:nth-of-type(3) {
    padding-top: 5px;
    padding-left: 10px;
    color: #999;
}
*/

/* } */

/* no_result{ */
#product_area .no_result {
    border: 1px solid #d5d5d5;
    padding: 80px;
    text-align: center;
    color: #666;

}

#product_area .no_result > div:nth-of-type(2) {
        margin-top: 44px;
    margin-bottom: 44px;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
    margin-left: 269px;
}

#product_area .no_result > div:nth-of-type(n+3) {
    text-align: left;
	font-size:14px;
    margin-left: 308px;line-height:20px;
}

/* } */

#product_area .img_type_ul .short_info_icon {
    display:none;
	    /* margin-top: -136px; */
    position: absolute;
    z-index: 31;
    right: 0px;
    outline: #e3e3e3 1px solid;
    cursor: pointer;
    top: 70px;

}
#product_area .img_type_ul .short_info_icon >div:nth-of-type(n+2){
	border-top:1px solid #e3e3e3
}

#product_area .img_type_ul .short_info_icon .info{
	    display: none;
    width: 53px;
    height: 33px;
    opacity: 0.75;
    background-color: #000000;
    text-align: Center;
    position: absolute;

    color: #fff;
    line-height: 33px;
    font-size: 11px;
    letter-spacing: -0.8px;
    z-index: 10;
    
	left: -53px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#product_area .img_type_ul .short_info_icon .info{
		 margin-top: 0px !important;
	}
}


#product_area .hidden_thumb {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    margin-top: -137px;

    z-index: 2;
    padding-left: 137px
}
#product_area .hidden_thumb img{
	width:136px;height:136px;
}

#product_area .hidden_thumb > div {
    border: 1px solid #e3e3e3;
    border-right: 0px;
}

#product_area .hidden_thumb > div:last-of-type {
    border-right: 1px solid #e3e3e3;
}





/* 색상 { */

#product_area .border_gray {

}

#product_area .border_lightgray {

}

#product_area .bg_blue {
    background-color: #132740;
    color: #fff;
}

#product_area .bg_gray {
    color: #fff !important;
    background-color: #bbbfc7 !important;
    outline-color: #bbbfc7 !important;
    cursor: auto !important;
}

#product_area .bg_white {
    background-color: rgb(255, 255, 255) !important;
    color: #000 !important;
    outline-color: rgb(0, 0, 0) !important;
	border:0px !important;
}

#product_area .bg_orange {
    background-color: rgb(246, 84, 73);
}

#product_area .bg_green {
    background-color: rgb(33, 203, 114);
}


#product_area .grayc9 {
	color:#999 !important;
}

#product_area .red {
    color: #e11837 !important;
}

#product_area .gray {
    color: rgb(202, 202, 202) !important;

}

#product_area .grayc8 {
	color: #c8c8c8 !important;
}
#product_area .skymoney{
	color:#0088f3 !important;
}


#product_area .black {
    color: #000;
}

#product_area .gray153 {
    color: rgb(153, 153, 153) !important;
}

#product_area .gray777 {
    color: #777;
}

#product_area .sky {
    color: #1e88c4;
}
#product_area .sky2 {
	color:#0088f3
}

#product_area .skyblue {
    color: rgb(45, 159, 219);
}

#product_area .green {
    color: rgb(70, 190, 100);
}

#product_area .beige {
    color: rgb(157, 105, 22);
}

#product_area .vip_color {
    color: rgb(152, 74, 219);
}

#product_area .gold_color {
    color: rgb(219, 161, 28);
}

#product_area .silver_color {
    color: rgb(45, 163, 193);
}

#product_area .big_number {
    font-weight: bold;
    font-family: tahoma;
}

#product_area .slow_up:hover:before {
    /*
	transform: scale(1);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	*/
    -webkit-transition: all 0.5s linear 1s;
    transition: all 0.5s linear 1s;
    font-size: 16px;
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    position: absolute;
    margin-left: -2px;
    margin-top: -2px;
    animation: fadeout 1s;
    -moz-animation: fadeout 1s; /* Firefox */
    -webkit-animation: fadeout 1s; /* Safari and Chrome */
    -o-animation: fadeout 1s; /* Opera */
}

@keyframes fadeout {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-moz-keyframes fadeout { /* Firefox */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-webkit-keyframes fadeout { /* Safari and Chrome */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@-o-keyframes fadeout { /* Opera */
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* 색상 } */

/* 크기 { */
#product_area .bold {
    font-weight: bold;
}

#product_area small {
    font-size: 10px;
    font-family: monospace;
}

#product_area img {
    vertical-align: middle;
}
#product_area .letter_sp_m1{
	letter-spacing:-1px;
}
#product_area .lh_20{
	line-height:20px;
}
/* 크기 } */

#product_area .text-center {
    text-align: center !important;
}

#product_area .cursor {
    cursor: pointer;
}

/* 사이즈{ */

#product_area .mgb8 {
	margin-bottom:8px;
}

#product_area .mxh550 {
    max-height: 550px;
}

#product_area .pd10 {
    padding: 10px;
}

#product_area .pdl10 {
    padding-left: 10px;
}

#product_area .pdr10 {
    padding-right: 10px;
}

#product_area .pdt10 {
    padding-top: 10px;
}

#product_area .pdb10 {
    padding-bottom: 10px;
}

#product_area .mg10 {
    margin: 10px;
}

#product_area .mgl10 {
    margin-left: 10px;
}

#product_area .mgr10 {
    margin-right: 10px;
}

#product_area .mgt10 {
    margin-top: 10px;
}

#product_area .mgb10 {
    margin-bottom: 10px;
}

#product_area .pdr15 {
    padding-right: 15px;
}

#product_area .pdb15 {
    padding-bottom: 15px;
}

#product_area .mgt15 {
    margin-top: 15px !important;
}

#product_area .mgl15 {
    margin-left: 15px !important;
}

#product_area .mgl30 {
    margin-left: 30px;
}

#product_area .pdt30 {
    padding-top: 30px;
}

#product_area .mgt30 {
    margin-top: 30px;
}

#product_area .pd5 {
    padding: 5px;
}

#product_area .pdl5 {
    padding-left: 5px;
}

#product_area .pdr5 {
    padding-right: 5px;
}

#product_area .pdt5 {
    padding-top: 5px;
}

#product_area .pdb5 {
    padding-bottom: 5px;
}

#product_area .mg5 {
    margin: 5px;
}

#product_area .mgl5 {
    margin-left: 5px;
}

#product_area .mgr5 {
    margin-right: 5px;
}

#product_area .mgt5 {
    margin-top: 5px;
}

#product_area .mgb5 {
    margin-bottom: 5px;
}
#product_area .mgr1 {
	margin-right:1px;
}
#product_area .mgt20 {
    margin-top: 20px !important;
}

#product_area .mgt40 {
    margin-top: 40px !important;
}

#product_area .mgt50 {
    margin-top: 50px;
}

#product_area .mgt60 {
    margin-top: 60px !important;
}

#product_area .mgt80 {
    margin-top: 80px !important;
}

#product_area .mgt100 {
    margin-top: 100px !important;
}

/* 사이즈 } */

/* 보더 { */
#product_area .bdr0 {
    border-right: 0px !important;
}

/* } */

/* 커서 , 리스너 , 셀렉터 { */
#product_area article .article_line{
	border-top:0px !important;
	position:relative;
}

#product_area article .article_line:before{
	content: '';
    position: absolute;
    width: 987px;
    height: 1px;
    background: #e3e3e3;top: 0px;
}

#product_area .pointer {
    cursor: pointer;
}
#product_area .tartget_review{
	cursor: pointer;
}

#product_area .more_property_group {
    display: none !important;
}
#product_area .cate3 {
	display:block;background:#fff; box-sizing: border-box;
    border-top: 1px solid #d2d2d2;
}
#product_area .property_more {
    display: none;
    background-color:#f8f8f8;
    box-sizing: border-box;
    border-top: 1px solid #e3e3e3;
	/*line-height:30px !important;padding-top:15px;padding-bottom:15px;*/
}
#product_area .property_more >li{
	margin-right:68px !important;width: 87px;
}
#product_area .property_more >li>span:nth-of-type(1){

}
#product_area .property_more >li .property_name{

	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
	max-width: 87px;	display: inline-block;
}



#product_area .property_order{
	line-height:45px !important;padding: 0px;
}

#inner_search {
    border: 0px;
    padding-right: 10px;
    padding-left: 10px;
    width: 165px;
	color:#848484;
}

#inner_search::placeholder {
    color: #848484;
    font-size: 12px;
}

#product_area .bx-pager, #product_area .bx-has-pager {
    display: none;
}

/* }  */

#product_area .recent_item_label {
    position: absolute;
    background-color: rgb(217, 103, 103);
    color: #fff;
    font-size: 11px;
    height: 20px;

    text-align: center;
    width: 90px;
    margin-top: -20px;
    z-index: 1;
    margin-left: -16px;
    line-height: 20px;

}

#product_area .buy_item_label {
    position: absolute;

    color: #fff;
    font-size: 11px;
    height: 20px;

    text-align: center;
    width: 90px;
    margin-top: -20px;
    z-index: 1;
    margin-left: -16px;
    line-height: 20px;

    background-color: rgb(82, 93, 123);


}

#product_area .circle_label {
    position: absolute;

    color: #fff;
    font-size: 12px;
    z-index: 9;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 2px;
}

.img_type_ul .recent_item_label, .img_type_ul .buy_item_label {
    margin-left: -21px !important;
    margin-top: -16px !important;
	height: 16px !important;
    line-height: 17px !important;
}

#product_area .bx-wrapper {
    max-width: 1225px !important;
    box-shadow: none;
}

#product_area input[type="checkbox"] {
    display: none;
}

#product_area input[type="checkbox"] + label span {
    display: inline-block;
    width: 18px;
    height: 19px;
    margin: -2px 10px 0 0;
    vertical-align: middle;
    background: url('http://cdn.icoda.co.kr/asset/img/usr/product/check_radio_sheet.gif') left top no-repeat;
    cursor: pointer;
}

#product_area input[type="checkbox"]:checked + label span {
    background: url('http://cdn.icoda.co.kr/asset/img/usr/product/check_radio_sheet.gif') -19px top no-repeat;
}


#product_area .img_type_ul .sold_out {
	position: absolute;
    width: 265px;
    height: 54px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 54px;
    z-index: 30;
    bottom: 0px;
	opacity: 0.7;
}
#product_area .img_type_ul .sold_out > span {
        font-family: NotoSansCJKkr;
    font-size: 19.5px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    /* line-height: normal; */
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
}

#product_area .img_type_ul .adult {
    position: absolute;
    width: 265px;
    height: 265px;
    background: #f3f4f8;
    color: #666;
    text-align: center;
    z-index: 30;
    padding-top: 40px;
	box-sizing:border-box;
}

#product_area .img_type_ul .adult > div:first-of-type {
    display: inline-block;
    height: 113px;
    width: 113px;
    border: 3px solid #e3354c;
    color: #e3354c;
    line-height: 110px;
    border-radius: 50%;
        box-sizing: border-box;

    margin: auto;
    font-family: NotoSansCJKkr;
  font-size: 46.5px;
  font-weight: bold;
}
#product_area .img_type_ul .adult > div:nth-of-type(2) {
	width: 140px;
    margin: auto;
    margin-top: 23px;
    font-family: NotoSansCJKkr;
    font-size: 19px;
    line-height: 21px;
    font-weight: 600;
    letter-spacing: -0.2px;
    text-align: center;
    color: #555555;
}



#product_area .product_li .sold_out {
    position: absolute;
    width: 136px;
    height: 35px;
	opacity: 0.7;
	background-color: #000000;
	line-height:35px;margin-top:-35px;
}

#product_area .product_li .sold_out > span {
    font-family: NotoSansCJKkr;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  display: inline-block;
    width: 100%;

}

#product_area .product_li .adult {
    position: absolute;
    width: 136px;
    height: 136px;
    background: #e3e3e3;
    color: #666;

    text-align: center;

    margin-top: -136px;
    z-index: 30;
}

#product_area .product_li .adult > div:first-of-type {
    display: inline-block;
    width: 58px;
  height: 58px;
    border: 3px solid #e11837;
    color: #e11837;

    border-radius: 50%;
    font-family: NotoSansCJKkr;
  font-size: 24px;
  font-weight: bold;
  line-height: 58px;
  margin-top:16px;margin-bottom:11px;
}
#product_area .product_li .adult > div:nth-of-type(n+2) {
	font-family: NotoSansCJKkr;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  letter-spacing: -0.1px;
  text-align: center;
  color: #555555;
}

/* ########## 상품상세 ########## */

/* 옵션상품헤더{ */

#product_area .option_title {
    margin-bottom: 20px;margin-top: -4px;
}

#product_area .option_title > div:first-of-type {
    font-size: 22px;
    font-weight: 600;
   font-family: NotoSansCJKkr;
    line-height: 26px;
    margin-bottom: 13px;
}

#product_area .option_title > ul li {
    display: inline;font-size: 12px
}
#product_area .option_title > ul li >span:nth-of-type(n+2):before{
	content: ' , ';
}

#product_area .option_title > ul li:after {
    content: '|';
    color: #d4d4d4;
    margin-right: 5px;
    padding-left: 5px;
	height:9px; line-height:8px;
}

#product_area .option_title > ul li:last-of-type:after {
    content: '';
}

/* } */

#product_area .top_info {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

#product_area .top_info > article:nth-of-type(-n+3) {
    margin-top: 20px;
    margin-bottom: 15px;
}

/* 상단 썸네일 */
.top_info .thumb_area {
    margin-left: 14px;
    margin-right: 10px;
}

.top_info .thumb_area > div {
    margin-bottom: 10px;
}

.top_info .is_option_thumb_area {
    margin-right: 4px;
}

.top_info .thumb_area > div:hover {
    outline: 1px solid #e11837;
}

.top_info .thumb_area > div img {
    width: 60px;
    height: 60px;
    cursor: pointer;
}

/* 상단 대표이미지 */
.top_info .img_area {
    margin-right: 25px;
    text-align: center;
    font-size: 12px;
    color: #777;
	position:relative;
}

.top_info .is_option_img_area {
    margin-right: 15px;
}

.top_info .img_area > div:first-of-type {
    cursor: pointer;
    margin-bottom: 25px;
}

.top_info .img_area > .op_width, .top_info .img_area > .op_width > img {
    width: 380px;
    height: 380px;
}

.top_info .img_area > .no_op_width, .top_info .img_area > .no_op_width > img {
    width: 432px;
    height: 432px;
}

.top_info .img_area > div:nth-of-type(n+2) {
    margin-bottom: 10px;
    padding-left: 80px;
	max-width: 450px;    justify-content: center;
}


.top_info .is_option_img_area > div:nth-of-type(n+2) {
    max-width: 370px;
}

/* 상단 상품정보 info_area */
.top_info .info_area {
    width: 349px;
    margin-right: 24px;
    -ms-flex: 1;
    flex: 1;
}

.top_info .op_info_area {
	width: 430px !important;
    margin-right: 0px !important;
    padding-right: 15px;
}

.top_info .op_info_area .sub_op {

}

.top_info .op_info_area .scroll-scrolly_visible .sub_op {
    margin-right: 0px !important;
}

.top_info .info_area .maker_name {
    font-size: 12px;
    color: #e11837;letter-spacing: 0.3px;
}

.top_info .info_area .view_name {   
    font-size: 22px;
    font-weight: 600;
    font-family: NotoSansCJKkr;line-height: 1.18;
    line-height: 24px;
	max-height:72px;
    margin-bottom: 21px;

	word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top_info .info_area .sub_info {
    line-height: 20px;
    letter-spacing: -1px;
    position: relative;
    font-size: 12px;
}

.top_info .info_area .sub_info > div > div:first-of-type {
    width: 88px;padding-right:10px;
}
.op_info_area .sub_info > div > div:first-of-type{
	width: 85px !important;
}
.top_info .info_area .sub_info > div > div:last-of-type {
    letter-spacing: 0.1px;
}

.top_info .info_area .detail_property {
    margin-top: 15px;
    padding-top: 14px;
    border-top: 1px solid #e3e3e3;
    line-height: 20px;

    position: relative;
	   
}

.top_info .info_area .detail_property .property_title {
	width: 88px;
    padding-right: 10px;
	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
}
.top_info .info_area .detail_property .property_list{
	color: #777777;
}

.detail_property .row > div:last-of-type {
    -ms-flex: 1;
    flex: 1;
}

.detail_property .btn_property_more {
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 15px;
    cursor: pointer;
}

.top_info .info_area .detail_option {
	padding-top:15px;
    margin-top: 14px;
    border-top: 1px solid #e3e3e3;
    position: relative;
}

#product_area .sub_op {

}

#product_area .sub_op .add_item_list {
    width: 100%;
}

#product_area .sub_op > div {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
}

#product_area .sub_op > div > div:first-of-type {
    width: 87px;
    box-sizing: border-box !important;
   letter-spacing:-1.5px;
    height: 38px;
    line-height: 38px;
	-ms-flex: 0 0 85px;
	flex: 0 0 87px;
}
#product_area .sub_op > div > div:last-of-type {
	width:342px;
}
#product_area .info_area  .coda_open_select{
	width: 342px;
    margin-left: -1px;
}



#product_area .sub_op .sub_op_cnt {
    width: 33px;
    height: 23px;
    background: #eeeeee;
    border: 1px solid #d2d2d2;
    outline: 0px;
    padding: 0px 5px;
    text-align: center;vertical-align: middle;
}

.sub_op .sub_op_box {
    color: black;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.sub_op .sub_op_box > div:nth-of-type(2) {
    margin-left: 5px;
}

.sub_op .sub_op_box > div:last-of-type {
    margin-right: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    cursor: pointer;
	margin-top: 3px;
}

.sub_op .sub_op_box > div:last-of-type > span {
    border: 1px solid #d2d2d2;
    padding: 0px 3px;
    border-left: 0px;
    height: 10px;
    font-size: 10px;
    line-height: 10px;
}

.sub_op .sub_op_box > div:last-of-type > span > i {
    font-size: 10px !important;
}

.sub_op .sub_op_box > div:last-of-type > span:first-of-type {
    border-bottom: 0px;
}

.sub_op .sub_op_box > div:last-of-type > span:last-of-type {
}

.sub_op .add_item {
    position: relative;
}

.sub_op .add_item .coda_select {
	width: 342px;
}

.sub_op .add_item .coda_open_select {
    right: 0px;
    left: initial;
    top: 0px;
    width: 100%;
}

.sub_op_right {
    max-height: 700px;    overflow-y: auto;
	width:264px;    overflow-x: hidden;
}
.sub_op_right .add_item{
	width:264px;
}
.sub_op_right .bg_cart_info{
	width:264px;
}
.sub_op_right .coda_open_select{
	width:264px !important;
}

.sub_op_right>div>div:first-of-type{
	display:none;

}

.sub_op_right .add_item {
	border-top: 0px !important;
	margin-top: 10px !important;
	padding-top: 0px !important;
}




#product_area .count1 .coda_select{
	border:0px !important;
}
#product_area .count1 .row{
	display:none;
}
#product_area .count1 .click_area{
	cursor:initial !important;
}



/* 상단 상품정보 가격정보 { */
.top_info .pay_area {
    border-left: 1px solid #e3e3e3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: column;
    width: 305px;
}


.top_info .pay_area > div:nth-of-type(1) {
  
    padding: 20px 15px 0px 15px;
	
}

.top_info .pay_area > div:nth-of-type(1) .row {
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.top_info .pay_area > div:nth-of-type(1) >div {

}

.top_info .pay_area > div:nth-of-type(1) .row > div:first-of-type {
    flex:1;    
    font-size: 14px;font-weight:bold;	
}
.top_info .pay_area > div:nth-of-type(1) .row > div:nth-of-type(2) {
	text-align:right;
}
.top_info .pay_area .direct_sale{
	 font-family: NotoSans;
  font-size: 21px !important;
  font-weight: bold;
}
.top_info .pay_area .price_user2{
	font-family: NotoSans;
  font-size: 21px; color: #777777;
  font-weight: bold; letter-spacing: -0.21px;
}


/* dot */
.top_info .com_name_dot {
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    max-width: 88px;
}

/* 상단 상품정보 가격정보 -> 포인트 , 할부 , 배송 */
.pay_area > div:nth-of-type(2) {
    margin: 15px 15px;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    line-height: 22px;
}

.pay_area > div:nth-of-type(2) > div:nth-of-type(1) {
    position: relative;
}

.pay_area > div:nth-of-type(2) > div:nth-of-type(2) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

/* 상단 상품정보 가격정보 -> 수량 */
.pay_area > div:nth-of-type(3) {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    -ms-flex: 1;
    flex: 1;    
	border-top:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	min-height:90px;
}

#product_area .cnt_box {
    margin-top: 5px;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

#product_area .cnt_box > div {
    border: 1px solid #d2d2d2;
    border-left: none;
    cursor: pointer;
    box-sizing: border-box;
    height: 38px;
    line-height: 34px;
    width: 38px;
    text-align: center;
    background: #fff;
}

#product_area .cnt_box > div:first-of-type {
    border-left: 1px solid #d5d5d5;
    height: 38px;
    width: 63px;
    background-color: #fff;
    line-height: 38px;
    box-sizing: border-box;
}

#product_area .cnt_box input {
    font-family: tahoma;
    border: 0px;
    text-align: center;
    width: 100%;
    height: 15px;
    color: inherit;
    font-weight: bold;
    font-size: 14px;
}

#product_area .cnt_box i:hover {
    color: #e11837;
}

#product_area .cnt_box_sm > div {
    width: 27px;
    height: 27px;
    font-size: 10px;
    line-height: 23px;
    text-align: center;
}

#product_area .cnt_box_sm > div:nth-of-type(1) {
    font-size: 10px;
    height: 27px;
    width: 46px;
    text-align: center;
    line-height: 27px;
}

/* 상단 상품정보 가격정보 -> 추가상품 {  */
.pay_area .add_item {
       position: relative;
    /* margin: 0px 15px 15px 15px; */
    border-top: 1px solid #e3e3e3;
    /* padding-top: 15px; */
    /* margin-bottom: 15px; */
    padding: 15px;
}

.add_item .coda_open_select {
        margin-bottom: 50px;
    position: absolute;
        width: 275px;
    background: #fff;
    z-index: 20;
    left: 0px;
    top: 30px
}
.sub_op_right .coda_open_select {
	top: 0px;
}


.add_item .click_area {
    cursor: pointer;
}

.add_item .fa-caret-down {
    font-size: 14px;
}

.add_item i:hover {
    color: #e11837;
}

.add_item_list {
    display: none;
}

/* } */

/* 상단 상품정보 가격정보 -> 결제 { */
.pay_area .pay_box {
    padding: 15px 15px;
    border-top: 1px solid #e3e3e3;
    padding-top: 24px;
}

#product_area .pay_box {
    position: relative;
}

#product_area .pay_box .row {
    -ms-flex-align: center;
    align-items: center;
}

#product_area .pay_box .row > div:first-of-type {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.8px;
}

#product_area .pay_box .row > div:last-of-type {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    font-weight: bold;
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#product_area .pay_box .row > div:last-of-type > span {
    font-family: tahoma;
    font-size: 24px;
}

#product_area .pay_box > div:nth-of-type(2) {
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 5px;
    width: 100%;
}

#product_area .pay_box > div:nth-of-type(2) > div {
    -ms-flex: 0 0 135px;
    flex: 0 0 135px;
    text-align: center;
}

#product_area .pay_box > div:nth-of-type(2) > div:nth-of-type(even) {
    margin-left: 5px;
}

#product_area .pay_box > div:nth-of-type(2) > div:nth-of-type(1) {
    color: #e11838;
    /* background-color: #e11838; */
    height: 42px;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: -0.8px;
    line-height: 42px;
    outline: 1px solid #e11838;
    box-sizing: border-box;
}

#product_area .pay_box > div:nth-of-type(2) > div:nth-of-type(2) {
    color: #fff;
    background-color: #e11838;
    height: 42px;line-height: 42px;
    font-weight: bold;
    cursor: pointer;
    font-size: 15px;
    letter-spacing: -1.5px;
    outline: 1px solid #e11838;box-sizing: border-box;
}

#product_area .pay_box > div:nth-of-type(2) > div:nth-of-type(n+3) {

    font-size: 15px;letter-spacing: -0.8px;
    line-height: 42px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 5px;
    outline: 1px solid #d2d2d2;
    box-sizing: border-box !important;box-sizing: border-box;
}
/*
#product_area .pay_box > div:nth-of-type(2) > div:nth-of-type(n+4) {
    font-size: 12px;
    line-height: 42px;
    cursor: pointer;
    margin-top: 5px;
    outline: 1px solid #d2d2d2;
    box-sizing: border-box !important;

}
*/
#product_area .pay_box > div:nth-of-type(2) > div:last-of-type{
	margin-left:5px;
}

/* 상단 상품정보 가격정보 -> 결제 } */

.top_info .pay_area .gray_price {
    font-size: 12px;
    color: #555;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.top_info .pay_area .gray_price > span {
    font-size: 18px;
    font-family: tahoma;
    font-weight: bold;
}

.top_info .pay_area .red_price {
    font-size: 12px;
    color: #e11837;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
}

.top_info .pay_area .red_price > span {
    font-family: NotoSans;
  font-size: 24px;color: #e73332;
  font-weight: bold;letter-spacing: -0.24px;
}

.top_info .pay_area .fa-question-circle {
    color: #d6d6d6;
    font-size: 14px;
    margin-left: 5px;
    cursor: pointer;
}
#product_area .sales_state_text{
	font-size:12px !important;
	color:#666 !important;
}

#product_area .top_info .price_match{
	border-style: solid;
  border-width: 1px;
  border-image-source: linear-gradient(to top, #0088f3, #ba00ff);
  border-image-slice: 1;
  background-color: #ffffff;
  padding:13px;padding-bottom: 18px;

}
#product_area .top_info .price_match>div:nth-of-type(1){
	font-weight:bold;margin-bottom:20px;height:11px;
}
#product_area .top_info .price_match>div:nth-of-type(2){
	
}
#product_area .top_info .price_match .dc_title{
	font-size: 14px;font-weight:bold;    flex: 1;
}
#product_area .top_info .price_match .no_member{
	color: #777777;font-size: 14px;
}
#product_area .top_info .price_match .member{
  font-family: NotoSans;
  font-size: 28px;
  font-weight: bold;
  letter-spacing: -0.28px;
  color: #2768ed;
}
#product_area .top_info .price_match .line{
 border-top: solid 1px #e3e3e3;
margin-top:15px;
}

#product_area .top_info .price_match>div:nth-of-type(n+4){
	height:11px;margin-top:10px;
}
#product_area .top_info .price_match>div:nth-of-type(n+4)>div:nth-of-type(1){
	flex:1;
}

#product_area .top_info .cnt_div{
	padding:15px;
}
#product_area .top_info .buy_limit{
	 color: #777777;margin-top:5px;
}

/* } 상단 상품정보 가격정보 */
#product_area .top_info .delivery_info .row{
	height: 11px;
}
#product_area .top_info .delivery_info .row>div:nth-of-type(1){
	flex:1;
}
#product_area .top_info .delivery_info .row:not(:last-child){
	margin-bottom:15px;
}

#product_area .top_info .delivery_info .info_link{
	color:#2768ed;	cursor:pointer;
}
#product_area #show_card_hidden_box{
	position:relative;
}

#product_area section.list_group{	
	padding:20px 0px 5px 0px;		position:relative;
	margin-top:-50px;
	width: 1225px;
}

#product_area section.list_group .lg_low:not(:last-child){
	margin-right:40px;
}
#product_area section.list_group .lg_low{
	flex:0 0 213px;
}

#product_area section.list_group .swiper-slide{	
	cursor:pointer;display:flex;
}
#product_area section.list_group .lg_thumb{	
width:213px;
height:213px;margin-bottom:10px;
}
#product_area section.list_group .lg_thumb img{	
width:213px;height:213px;
}
#product_area section.list_group .list_group_name{
	line-height:14px;
    white-space: normal;
    max-height: 26px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;	
}
#product_area section.list_group .lg_price{
	margin-top:10px;	
}
#product_area section.list_group .lg_price .num{
	font-family: NotoSans;
	font-size: 18px;
	font-weight: bold;
}
#product_area section.list_group .swiper-button-next{
    background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/lg-r.png'); 
	background-size: 13px 24px;
	right:0px;
}
#product_area section.list_group .swiper-button-prev{
    background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/lg_l.png');   
	background-size: 13px 24px;	
	left:0px;
}
#product_area section.list_group .swiper-button-next, #product_area section.list_group .swiper-button-prev{
	width: 47px;
    height: 47px;
	
    background-color: rgba(0, 0, 0, 0.3);
}
#product_area section.list_group .swiper-button-next:hover, #product_area section.list_group .swiper-button-prev:hover{
	background-color: rgba(0, 0, 0, 0.8) !important;
}

#product_area section.list_group .swiper-button-next.swiper-button-disabled, #product_area section.list_group .swiper-button-prev.swiper-button-disabled{
	opacity:1 !important;
}

#product_area section.list_group>div:nth-of-type(1){
	 padding-bottom: 15px;
    border-bottom: 2px solid #000;
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    font-family: NotoSansCJKkr;
}
/*
#product_area section.list_group:before{
	content: '';
    position: absolute;   
    left: 50%;
    margin-left: -177px;
    height: calc(100% - 35px);
    top: 20px;   
    width: 1px;
    box-sizing: border-box;
    background: #e3e3e3;
}
#product_area section.list_group:after{
	content: '';
    position: absolute;   
    left: 50%;
    margin-left: 218px;
    height: calc(100% - 35px);
    top: 20px;   
    width: 1px;
    box-sizing: border-box;
    background: #e3e3e3;
}
#product_area section.list_group>ul{
	display:flex;
	flex-wrap:wrap;

}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	#product_area section.list_group>ul>li{
		flex:0 0 31% !important;
	}
	#product_area section.list_group:before{		
		margin-left: -208px;		
	}
	#product_area section.list_group:after{
		margin-left: 202px;
	}
}


#product_area section.list_group>ul>li{
	flex:0 0 33.3%;
	display:flex;    align-items: center;height: 11px;
	margin-bottom:15px;
	padding-left:40px;cursor:pointer;
}


#product_area section.list_group>ul>li:nth-of-type(3n+1){
	padding-left:0px !important; margin-left:0px !important;
}

#product_area section.list_group>ul>li>div:nth-of-type(1){
	flex:1	;		
}
#product_area section.list_group .list_group_name{
	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
    max-width: 240px;
	display:inline-block;
}

#product_area section.list_group .dot{
	font-weight:bold;vertical-align:top;
}
#product_area section.list_group .num{
	font-family: NotoSans;
	font-size: 14px;font-weight:500;
}
*/



/* 상세내용{ */
.detail_info {
    margin-top: 70px;
    border-right: 1px solid #e3e3e3;
}

.detail_info .detail_nav {
    font-weight: bold;
    font-size: 14px;
    display: -ms-flexbox;
    display: flex;
}

.detail_info .detail_nav > div {
    border: 1px solid #e3e3e3;
    border-bottom-color: #000;
    width: 152px;
    text-align: center;
    height: 56px;
    line-height: 56px;
    border-right: 0px;
    cursor: pointer;
}

.detail_info .detail_nav > div:last-of-type {
    border-right: 0px;
    width: 305px;
    -ms-flex:1;
    flex: 1;
}

.detail_info .detail_nav .current {
    border-color: #000;
    border-bottom: 0px;
}
.detail_info .detail_nav .current:before {
	border-bottom: 1px solid white;
}

.detail_info .detail_nav > div:before {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
    width: 152px;
    z-index: 2;
    height: 57px;
}

.detail_info .detail_nav .current:before {
    border-right: 1px solid #000;
    margin-top: -1px;
}

.detail_nav_top {
    position: fixed;
    left: 50%;
    margin-left: -613px;
    top: 0px;
    z-index: 29;
    background-color: #fff;
    width: 100%;
}

.detail_nav_top:before {
    content: '';
    border-bottom: 1px solid #000;
    padding: 10px;
    left: 0px;
    position: fixed;
    height: 57px;
    padding: 0px;
    width: 100%;
    z-index: 1;
}

/* 상세본문{ */
.detail_info > article:first-of-type {

}

.detail_info .detail_main {
    -ms-flex: 1;
    flex: 1;
    padding-top: 30px;
    margin-bottom: 170px;
    max-width: 900px;
    padding-right: 18px;

}

.detail_info .detail_main .content {

    max-width: 900px !important;
    overflow-x: hidden;
}


.detail_info .detail_main .banner {

    width: 100%;
    position: relative;
}

.detail_info .detail_main .banner img {
    width: 100%;
    height: 100%;
}

.detail_aside .banner_option {
    position: absolute;
    right: 0px;
    color: #fff;
    text-align: center;
    width: 45px;
    line-height: 16px;
    font-size: 12px;
    left: -45px;
    top: 30px;
}

.detail_aside .banner_option > div:nth-of-type(1) {
    background-color: #262b34;
    padding: 15px 7px;
}

.detail_aside .banner_option > div:nth-of-type(2) {
    background: #000;
    padding: 10px 15px;
    cursor: pointer;
}

.banner_option_fixed {
    /*position: fixed !important;top: 70px;left: 50%;margin-left: 260px;
		z-index:8;*/
}

/* 상세본문} */

/* 우측 넓게보기 영역{ */
.right_wide {
    width: 510px !important;
    position: absolute;
    right: 0px;
    border-left: 1px solid #e3e3e3;
    top: 30px;
    /*-webkit-transition: all 0.5s ease;
		-moz-transition: all 0.5s ease;
		-o-transition: all 0.5s ease;
		transition: all 0.5s ease;
		*/
}

.right_wide:before {
	content: 'x';
    background: #fff;
    width: 510px;
    position: absolute;
    margin-top: -30px;
    height: 30px;
    color: #fff;
    margin-left: -1px;
    border-left: 1px solid #e3e3e3;
}
.right_wide .sub_op_right {
	width:462px !important;
}
.right_wide .sub_op_right .bg_cart_info{
	width:462px !important;
}
.right_wide .sub_op_right .add_item {
	width:462px !important;
}
.right_wide .sub_op_right  .bg_cart_info{
	width:462px !important;
}
.right_wide .sub_op_right .coda_open_select{
	width:462px !important;
}

.right_wide .sub_op >.add_item {
	width: 468px;
}
.right_wide .sub_op .add_item .coda_open_select {
	width: 383px !important;
}
.right_wide .sub_op .add_item .coda_select {
    width: 383px !important;height:38px;
}
.right_wide .sub_op > div > div:last-of-type {
    width: 383px !important;
}


.detail_aside_fixed .right_wide:before {
    border-left: 1px solid #d2d2d2;
}



.right_wide .pay_box > div:nth-of-type(2) {
    width: 100%;
}

.right_wide .pay_box > div:nth-of-type(2) > div:nth-of-type(even) {
    margin-left: 10px !important;
}

.right_wide .pay_box > div:nth-of-type(2) > div {
    -ms-flex: 0 0 236px !important;
    flex: 0 0 236px !important;
}

.right_wide .pay_box > div:nth-of-type(2) > div:nth-of-type(3) {
    margin-top: 10px !important;
}

.right_wide .pay_box > div:nth-of-type(2) > div:nth-of-type(4) {
    margin-top: 10px !important;
}

.right_wide .sub_op {
    height: 700px !important;
}

.right_wide .sub_op .add_item {
    margin-top: 0px !important;
    padding-top: 0px !important;
    border-top: 0px !important;
}





.right_wide .sub_op .coda_select > li {
    height: 36px !important;
}







.right_wide .sub_op_right .bg_cart_info > div:nth-of-type(1) {
    width: 240px;
    border-top: 0px;
}

.right_wide .sub_op_right .bg_cart_info > div:nth-of-type(2) {

    position: absolute;
    margin-left: 282px;
    right:11px;
	    top: 50%;
    margin-top: -3px !important;
    transform: translateY(-50%);
}
.right_wide .sub_op_right .bg_cart_info > div:nth-of-type(2) >div:last-of-type{
	padding-top:5px;
}


.right_wide .sub_op_right .bg_cart_info .cnt_box > span {
    position: absolute;
    left: -40px;
}

.right_wide .sub_op_right .add_item_div > div:nth-of-type(n+2) > div:first-of-type {
    border-top: 0px !important;
}

.right_wide .sub_op_right .add_item_div > div:nth-of-type(n+2) > div:first-of-type:before {
    border-top: 1px solid #d2d2d2;
    content: '';
    width: 460px;
    position: absolute;
    /* top: 1px; */
    margin-top: -10px;
}

.right_wide .bg_cart_info {
    padding-top: 3px;
}

.right_wide .bg_cart_info .row:nth-of-type(1) > div:nth-of-type(1) {
    min-height: 28px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: -1px;
}

.right_wide .bg_cart_info .cancle {
    line-height: 24px !important;
}

.right_wide .bg_cart_info .row:nth-of-type(2) > div:nth-of-type(2) {
    width: 80px;
}

.right_wide .scroll-scrolly_visible .sub_op_right .add_item_div {
    width: 482px;
}

#product_area .simple_line{
	border-top:1px solid #e3e3e3;
}
.sub_op_right .simple_line{
	margin-top:10px;
	width:264px;
}
.right_wide .simple_line{
	width:468px;

}


/*
	.right_wide .scroll-scrolly_visible .sub_op, .right_wide .scroll-scrolly_visible .sub_op_right{
		padding-right:13px !important;
	}
	*/

/* }*/

/* 상세우측{ */


.detail_info .detail_aside {
    border-left: 1px solid #e3e3e3;
    width: 306px;
    box-sizing: border-box;
    padding-top: 20px;
    position: relative;
}

.detail_info .detail_aside #make_height {
    min-height: 550px;
    background-color: #fff;
}

.detail_aside #make_height .pay_box {
    margin-left: 13px;
    margin-right: 13px;
}


.detail_aside #make_height .sub_op, .detail_aside #make_height .sub_op_right {
    padding-left: 21px;
    padding-right: 21px;
	overflow-y:auto;
	overflow-x:hidden;
}

.detail_aside .border-line {
    margin: 15px 0px 15px 0px !important;
}

#product_area .bg_cart_title {
    background: #f3f3f3;
    height: 28px;
    line-height: 28px;
    padding: 0px 11px;
    font-weight: bold;
}

.bg_cart_title .row {

}

.bg_cart_title .row > div:first-of-type {
    -ms-flex: 1;
    flex: 1;
}

.bg_cart_title .row > div:last-of-type {
    color: #777;
    font-size: 14px;
}

.bg_cart_title .row > div:last-of-type:hover {
    color: #e11837;
    cursor: pointer;
}

#product_area .bg_cart_info {
	position: relative;
    background-color: #f3f3f3;
    font-size: 12px;
    padding: 8px 11px;

    box-sizing: border-box;

    padding-top: 0px;
}
#product_area .add_item_div .bg_cart_info .row:nth-of-type(2) {
	height:27px;
	line-height:27px;
	margin-top:8px;align-items: flex-end;
}

#product_area .bg_cart_info .soldout {
    position: absolute;
    left: 10px;
    color: #e11837;
}

#product_area .add_item_div > div:first-of-type .row {
    border-top: 0px;
}
#product_area .add_item_div .cnt_box{
	margin-top:0px;
}

/*
	#product_area .add_item_div>div:nth-of-type(n+2) >div:first-of-type{
		/border-top:1px solid #d2d2d2;
	}
	*/

#product_area .add_item_div > div:nth-of-type(n+2) > div:first-of-type:before {
    margin-left: -10px;
    border-top: 1px solid #d5d5d5;
    content: '';
    position: absolute;
    width: 100%;
    margin-top: -8px;
}

.add_option .add_item_div > div:nth-of-type(n+2) > div:first-of-type:before {
    border-top: 0px !important;
}

#product_area .bg_cart_info .cancle {
    cursor: pointer;
    text-align: center;
    line-height: 13px;
    border-radius: 50%;
    padding-left: 10px;
    box-sizing: border-box;
}

.bg_cart_info .row:nth-of-type(1) > div:nth-of-type(1) {
    -ms-flex: 1;
    flex: 1;
	line-height: 13px;
}

.bg_cart_info .row:nth-of-type(2) > div:nth-of-type(2) {
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;


    position: relative;
}

.bg_cart_info .row:nth-of-type(2) > div:nth-of-type(2) span {
    font-family: tahoma;
    font-size: 12px;
    font-weight: bold;margin-top:-2px;

}

.add_item_div .bg_cart_info {
    margin-top: 0px !important;
}

.detail_aside .border-line {
    margin-top: 20px;
    border-top: 1px solid #e3e3e3;
    margin-bottom: 15px;
}

.detail_aside .add_item {
    position: relative;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #e3e3e3;
}

.detail_aside .add_option {
    margin-top: 10px !important;
    padding-top: 0px !important;
    border-top: 0px !important;
    border-bottom: 1px solid #000;
    min-height: 28px;
}

.add_option > div:first-of-type {
    margin-bottom: 0px !important;
}

.add_item .bg_cart_info > div:first-of-type {
    padding-top: 8px;
}

.add_option .bg_cart_info > div:first-of-type {
    border-top: 1px solid #d2d2d2 !important;
}



.detail_aside_fixed {
    position: fixed !important;
    top: 40px;
    left: 50%;
    margin-left: 305px;
    border-right: 1px solid #e3e3e3;
    width: 307px !important;
    height: 100%;
}

.detail_aside_fixed2 {
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px;
}
.detail_aside_fixed2 .scrollbar-outer > .scroll-content.scroll-scrolly_visible {
    left: 0px;
    margin-left: 0px;
}

#make_height {
	width: 100%;
}

.detail_aside_fixed #make_height {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;

}

.detail_aside_fixed #make_height > div:first-of-type {
    -ms-flex: 1;
    flex-grow: 1;
}






/* 상세우측 } */

/* 정보고시 { */

.detail_info .sub_subject {
    font-weight: bold;
    font-size: 16px;
    border-bottom: 2px solid #000;
    padding-bottom: 5px;
    margin-bottom: 10px;
    color: #000;
}

.detail_info .gov_info {
    color: #5a5a5a;
    margin-top: 100px;
}

.detail_info .gov_info > ul {
    margin-top: 5px;
}

.detail_info .gov_info > ul li {
    border-top: 1px solid #eee;
    min-height: 40px;
    box-sizing: border-box;
    line-height: 40px;
}

.detail_info .gov_info > ul li:last-of-type {
    border-bottom: 1px solid #eee;
}

.detail_info .gov_info > ul .row > div {
    padding-left: 15px;
}

.detail_info .gov_info > ul .row > div:first-of-type {
    background-color: #f3f3f3;
    width: 450px;
}

.detail_info .gov_info > ul .row > div:last-of-type {
    -ms-flex: 1;
    flex: 1;
}

/* } */

/* 정보고시 { */
.detail_info .review_info {
    color: #5a5a5a;
    margin-top: 100px;
}

.detail_info .star_point_box {
    border: 4px solid #f3f3f3;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    padding: 30px;
    -ms-flex-pack: center;
    justify-content: center;
	font-family: Nanum Barun Gothic;
}

.detail_info .left_box > div:first-of-type {
    font-size: 22px;
    font-family: Nanum Barun Gothic;
    font-weight: bold;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #cbcbcb;
}
.detail_info .left_box > div:first-of-type img{
	margin-top:-5px;
}

.detail_info .left_box > div:first-of-type > span:nth-last-of-type(2) {
    font-family: NotoSansCJKkr;
  font-size: 30px;
  font-weight: bold;
    color: #000;
    margin-left: 10px;
    margin-right: 5px;
}

.detail_info .left_box > div:first-of-type > span:last-of-type {
   font-family: NotoSansCJKkr;
  font-size: 30px;font-weight: bold;color: #cbcbcb;
}

.detail_info .left_box > div:last-of-type {
    color: #777;
    margin-top: 10px;
    font-size: 12px;
}

.detail_info .left_box > div:last-of-type > span {
    font-family: tahoma;
    font-weight: bold;
    color: #000;
}

.detail_info .star_point_box .right_box {
    margin-left: 30px;
}

/* } */

/* 상세내용 } */

/* 상품추가 옵션추가 { */
#product_area .add_item {

}

/* } */

/* 상세쪽 후기 { */
#product_area .detail_review {
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #777;

}
#target_review .detail_review{
	justify-content:center;
}

#product_area .review_more .detail_review {
	 width: 120px;
}

#product_area .detail_review img{
	    margin-top: -5px;
}

#product_area .detail_review > div:nth-of-type(2) {
    font-weight: bold;
    width: 20px;
}

.detail_info .review_form {
    margin-top: 50px;
}

.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30);
}
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-front {
    z-index: 100;
}
.ui-widget-content{
	background:#fff;
}

.review_form > div:nth-of-type(1), .qna_form > div:nth-of-type(3) {
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
}

.detail_info .review_btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: end;
    justify-content: flex-end;
	letter-spacing:-1px;
}

.detail_info .review_btn > div {
    cursor: pointer;
    height: 35px;
    line-height: 35px;
    width: 108px;
    border: 1px solid #000;
    text-align: center;
	color:#000;font-size: 12px;
}
.detail_info .review_btn > div:nth-of-type(1) {
	margin-right: 5px;
    background-color: #f9f9f9

}
.detail_info .review_btn > div:nth-of-type(3) {
    margin-left: 5px;
    background-color: #000;
    color: #fff;
}

.detail_info .review_cate {
    font-size: 12px;
    color: #777;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    cursor: pointer;
}

.detail_info .review_cate > div:nth-of-type(n+2) {
    margin-left: 20px;
}

.detail_info .review_cate .current {
    color: #000;
    font-weight: bold
}

.review_ul .review_li {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 15px;
    padding-top: 15px;
}

.review_ul .review_li > div:first-of-type {
    font-size: 12px;
    margin-bottom: 20px;
}

.review_ul .text > div:nth-of-type(1) {
    font-size: 14px;
    font-weight: bold;
    -ms-flex: 1;letter-spacing: -0.4px;
    flex: 1;
	color:#000;
}

.review_ul .text > div:nth-of-type(2) {
    font-size: 12px;
    color: #777;

    margin-top: 10px;
    padding-right: 20px;
    word-break: break-all;line-height: 18px;
}

.review_ul .text .ve {
    white-space: normal;
    max-height: 60px;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#target_review .review_div_detail {
    display: none;
    background-color: rgb(241, 241, 241);
    padding: 13px 16px;
    border-top: 1px solid rgb(227, 227, 227);
    border-bottom: 1px solid rgb(227, 227, 227);
	word-break: break-all;
}

#target_review .review_div_detail .title {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 14px;
    color: #000;
    margin-top: 5px;
}

#target_review .review_div_detail > div:nth-of-type(2) {
    line-height: 20px;
}

#target_review .review_div_detail > ul {

}

#target_review .review_div_detail > ul > li {
    margin-top: 10px;
    width: 285px;
    height: 285px;
    margin-right: 2px;
    display: inline-block;
}

#target_review .review_div_detail > ul > li:last-of-type {
    margin-right: 0px;
}

#target_review .review_div_detail > ul > li img {
    width: 285px;
    height: 285px;
}

.review_ul .text .photo {
    margin-left: 5px;
    vertical-align: bottom;
}

.review_ul .text .photo img {
    margin-top: -4px;
}

.review_ul .review_li .review_div {
    display: -ms-flexbox;
    display: flex;
}

.review_ul .review_li .review_div .text {
    -ms-flex: 1;
    flex: 1;
}

.review_ul .review_li .review_div .thumb {
    width: 80px;
    height: 80px;
}

.review_ul .review_li .review_div .thumb img {
    width: 80px;
    height: 80px;
}

.review_ul .review_li .review_more {
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    color: #848484;
    margin-top: 20px;
    -ms-flex-align: center;
    align-items: center;
}
.review_ul .review_li .review_more >div:last-of-type{
	width:50px;
}
.review_li .review_more > div:nth-of-type(2) {
    -ms-flex: 1;
    flex: 1;
    margin-left: 25px;
}

.review_li .review_more > div:nth-of-type(2) img {
    margin-top: -4px;
    margin-right: 5px;
}

.review_li .review_more > div:nth-last-of-type(2) {
    margin: 0px 25px;
}

.review_ul .review_li .hand_updown {
    cursor: pointer;
}

.review_ul .review_li .hand_updown > span:nth-of-type(1) {

}

.review_ul .review_li .hand_updown > span:nth-of-type(1) img {
    margin-top: -4px;
}
/*
.review_ul .review_li .hand_updown > span:nth-of-type(2):before {
    content: '|';
    margin-right: 5px;
}
*/
.review_ul .review_li .red_box {
    width: 60px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #e11837;
    border: 1px solid #e11837;
    margin-right: 10px;
}

.review_ul .review_li .black_box {
    width: 60px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    color: #000;
    border: 1px solid #000;
    margin-right: 10px;
}

.review_li .list_re {
    background-color: #f1f1f1;
    display: -ms-flexbox;
    display: flex;
    padding: 15px;
    margin-top: 10px;
    border-top: 1px solid #d2d2d2;
    margin-bottom: -15px;
}

.review_li .list_re > div:first-of-type {
    margin-right: 10px;
}

.review_li .list_re > div:last-of-type {
    -ms-flex: 1;
    flex: 1;
    margin-top: 10px;
}

.review_li .list_re > div:last-of-type > div:first-of-type {
    color: #666;
    margin-bottom: 15px;
    font-size: 12px;
}
.review_li .list_re > div:last-of-type > div:nth-of-type(2) {
    color: #000;
     font-size: 12px;line-height:15px;
}

/* } */

/* 더보기에서 나오는 영역{ */

/* 맞춤가 { */
#product_area .price_hidden_box {
    display: none;
    position: absolute;
    z-index: 11;
    background: #fff;
    border: 1px solid #000;
    left: 0;
    top: 0px;
    margin-left: -16px;
    margin-top: 40px;
    width: 304px;
}

#product_area .price_hidden_box > div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

#product_area .price_hidden_box > div > div:first-of-type {
    -ms-flex: 1;
    flex: 1;
}



#product_area .price_hidden_box > div:first-of-type {
    margin: 15px 10px;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;    margin-bottom: 5px;
}

#product_area .price_hidden_box > div:nth-of-type(n+2) {
    padding: 10px 0px;
    margin: 0px 15px;
    border-bottom: 1px dashed #d2d2d2;
}

#product_area .price_hidden_box > div:nth-of-type(2) {
    border-bottom: 1px solid #d2d2d2;
}

#product_area .price_hidden_box > div:nth-last-of-type(-n+3) {
    border-bottom: 0px;
}

#product_area .price_hidden_box > div:last-of-type {
    background-color: rgb(243, 243, 243);
    font-weight: bold;
    padding: 10px 15px;
    margin: 0px;
}

#product_area .price_hidden_box .pay_method {
    width: 180px;
}

#product_area .price_hidden_box .pay_method:before {
    content: "|";
    color: #999;
    margin-right: 10px;
}

#product_area .price_hidden_box .pay_method input {
    vertical-align: middle;
}

/* } */

/* 포인트{ */
#show_point_hidden_box, #show_card_hidden_box {
    cursor: pointer;
}

#product_area .point_hidden_box {
    display: none;
    position: absolute;
    z-index: 12;
    background: #fff;
    border: 1px solid #000;
    left: -4px;
    top: 25px;
    width: 261px;
    padding: 15px;
}

.point_hidden_box > div:first-of-type {
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
}

.point_hidden_box > div:first-of-type > div:first-of-type {
    -ms-flex: 1;
    flex: 1;
}

.point_hidden_box > div:nth-of-type(n+2) {
    margin-top: 15px;
}

.point_hidden_box > div:nth-of-type(n+2) > div:last-of-type {
    font-size: 12px;
    color: #777;
    line-height: 16px;
}

/* } */

/* 무이자{ */
.card_hidden_box {
    display: none;
    position: absolute;
    z-index: 13;
    background: #fff;
    border: 1px solid #000;
    left: -178px;
    top: 25px;
    padding: 15px;
    width: 435px;
    overflow: hidden;
}

.card_hidden_box > div:first-of-type {
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #000;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.card_hidden_box > div:first-of-type > div:first-of-type {
    -ms-flex: 1;
    flex: 1;
}

.card_hidden_box > div:nth-of-type(2) {
    display: table;
    width: 100%;
    border-collapse: collapse;
}

.card_hidden_box > div:nth-of-type(2) > div {
    display: table-cell;
    text-align: center;
    width: 50%;
    border: 1px solid #d2d2d2;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
}

.card_hidden_box .sub_scroll {
    max-height: 385px;
    margin-top: 15px;
    box-sizing: border-box;
}

.card_hidden_box .active {
    background: #000;
    color: #fff;
}

/* } */

/* 배송{ */
.bs_hidden_box {
    padding: 10px 15px;
    display: none;
    position: absolute;
    z-index: 13;
    background: #fff;
    border: 1px solid #000;
    width: 228px;
    color: #777;
    top: 25px;
}

.bs_hidden_box big {
    font-size: 24px;
    vertical-align: sub;
}

.bs_hidden_box > div:first-of-type {
    display: -ms-flexbox;
    display: flex;
}

.bs_hidden_box > div:first-of-type > div:first-of-type {
    -ms-flex: 1;
    flex: 1;
}

.bs_hidden_box > div:nth-of-type(odd) {
    color: #000;
}

.bs_hidden_box > div:nth-of-type(even) {
    line-height: 16px;
    padding-left: 13px;
}

/* } */

/* 관심상품{ */
.pay_hidden_box {
    display: none;
    position: absolute;
    z-index: 13;
    background: #fff;
    border: 1px solid #000;
    padding: 15px;
    text-align: center;
    top: 105px;
    width: 274px;
    left: -1px;
    font-weight: bold;
}

.pay_hidden_box > div:first-of-type {
    cursor: pointer;
    text-align: right;
}

.pay_hidden_box > div:nth-of-type(2) {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.pay_hidden_box > div:last-of-type {
    color: #fff;
    background-color: #343b47;
    cursor: pointer;
    padding: 15px;
	font-size:14px;
}

#after_cart_item {
    top: 100px;
}

.detail_aside .pay_hidden_box {
    margin-left: -13px;    top: -10px;
}

/* } */

/* } */

/* 상세 테그 */
#product_area .detail_tag > span {
    background-color: #f3f3f3;display: inline-block;margin-right: 10px;padding: 5px 10px;    border-radius: 10px;cursor: pointer;margin-bottom: 5px;
}

/* 상세 알림 */
#product_area .detail_alarm {
    font-size: 12px;color: #777;
    line-height: 20px;margin-top: 15px;padding-top: 14px;border-top: 1px solid #e3e3e3;
}
#product_area .detail_alarm .row{
	line-height:18px;
}
#product_area .detail_alarm .row img{
	height:18px;
}
#product_area .detail_alarm .row:not(:last-child){
	margin-bottom:10px;
}
#product_area .detail_alarm .row>div:nth-of-type(1){
	color:#000;
	flex: 0 0 88px;
    margin-right: 10px;
}
#product_area .detail_alarm .row>div:nth-of-type(2){
	flex:1;
}

.detail_alarm .t100{color:#49b189 !important;}
.detail_alarm .t200{color:#3dafe4 !important;}
.detail_alarm .t300{color:#ea8135 !important;}
.detail_alarm .t400{color:#585d7c !important;}
.detail_alarm .t500{color:#d63852 !important;}
.detail_alarm .t600{color:#e11837 !important;}


/* row */
#product_area .row {
    display: -ms-flexbox;display: flex;
}

#product_area .option_warning {
    margin-bottom: -5px;font-size: 12px;    letter-spacing: -0.5px;
}

#product_area .pipe{
	color:#d4d4d4;height:9px;    line-height: 8px;margin:0px 5px;
}

/* dialog{ */
#dialog_box {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    top: 0px;
    left: 0px;
    z-index: 100;
    display: none;
}

#dialog_qna {
    z-index: 21;
    display: none;
    padding: 15px !important;

}

.ui-dialog .ui-widget-header {
    border: 0px !important;
    background: #000000 !important;
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 16px;
    padding: 15px !important;
    border-radius: 0px !important;
}

.ui-dialog {
    padding: 0px !important;
    border: 0px !important;
    border-radius: 0px !important;
    overflow-y: hidden;
}

.ui-dialog .ui-dialog-title {
    width: 100% !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    right: 15px !important;
}

.co_dialog {
    height: 600px;
    margin-bottom: 15px;

	position: relative;
}

.co_dialog .sub_title {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.co_dialog > ul:first-of-type {
    color: #777;
    border: 1px solid #d2d2d2;
    margin-bottom: 25px;
}

.co_dialog > ul:first-of-type > li {
    padding: 10px;
    border-bottom: 1px solid #d2d2d2;
    display: -ms-flexbox;
    display: flex;
}

.co_dialog > ul:first-of-type > li:last-of-type {
    border-bottom: 0px;
}

.co_dialog > ul:first-of-type > li > div:first-of-type {
    -ms-flex: 1;
    flex: 1;
}

.co_dialog > ul:first-of-type > li > div:last-of-type {
    color: #000;
    font-weight: bold;
}

.co_dialog > ul:nth-of-type(2) {
    border: 1px solid #d2d2d2;
}

.co_dialog > ul:nth-of-type(2) > li:first-of-type {
    display: -ms-flexbox;
    display: flex;
}

.co_dialog > ul:nth-of-type(2) > li {

}

.co_dialog .qna_text {
    border: 1px solid #d2d2d2;
    margin-top: 10px;
    padding-left: 1px;
}

.co_dialog .qna_text textarea {
    width: 100%;
    height: 200px;
    padding: 10px;
    border: 0px;
    outline: 0px;
    color: #777;
}

.co_dialog .qna_button_div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d2d2d2;
    margin-bottom: 10px;
}

.co_dialog .qna_button_div > div {
    cursor: pointer;
    width: 130px;
    height: 40px;
    text-align: center;
    border: 1px solid #d2d2d2;
    line-height: 40px;
    font-weight: bold;
}

.co_dialog .qna_button_div > div:first-of-type {
    margin-right: 5px;
    background-color: rgb(255, 24, 56);
    border-color: rgb(255, 24, 56);
    color: white;
}

.co_dialog .qna_radio {
    display: -ms-flexbox;
    display: flex;
    margin-top: 15px;
}

.co_dialog .qna_radio .radio {
    cursor: pointer;
}

.co_dialog .qna_radio .radio > span {
    display: inline-block;
    border: 1px solid #d2d2d2;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 5px;
    box-sizing: border-box;
}

.co_dialog .qna_radio .active > span {
    border: 5px solid rgb(255, 24, 56);
    width: 16px;
    height: 16px;
}

.co_dialog .qna_radio > div:last-of-type {
    margin-left: 30px;
}

.co_dialog > div:last-of-type {
    font-size: 12px;
    word-spacing: -1px;
    line-height: 18px;
}

.co_dialog .red {
    color: #e11837;
}

.co_dialog .bold {
    font-weight: bold;
}

.ui-dialog-titlebar-close {
    display: none !important;
}

/* } */

/* 레이어 { 재입고 */
#notice_re_sale {
    display: none;
}

.notice_re_sale {
    height: 100vh;
    width: 100vw;
    position: fixed;
    left: 0px;
    top: 0px;
    /*background: rgb(0, 0, 0, 0.6);*/
    z-index: 999;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;

}

.notice_re_sale .text {
    background: white;
    padding: 10px 15px;
        width: 403px;height:342px;
    border: 1px solid #000;
    box-sizing: border-box !important;
    text-align: center;
}

.notice_re_sale .text > div:first-of-type {
    text-align: right;
    cursor: pointer;
    font-size: 16px;
}

.notice_re_sale .text > div:nth-of-type(2) {
    margin-top: 35px;
    margin-bottom: 25px;
}

.notice_re_sale .text > div:nth-of-type(3) {
    width: 208px;
    font-size: 14px;
    line-height: 15px;
    text-align: center;
    margin: auto;
    font-weight: bold;
    margin-bottom: 15px;letter-spacing: -0.4px;
}

.notice_re_sale .text > div:nth-of-type(4) {
    outline: 1px solid #d2d2d2;
    width: 277px;
    height: 48px;
    line-height: 48px;
    margin: auto;
}

.notice_re_sale .text > div:nth-of-type(5) {
    outline: 1px solid #d2d2d2;
    color: #fff;
    cursor: pointer;
    width: 277px;
    height: 48px;
    line-height: 48px;
    background-color: rgb(19, 39, 64);
    margin: auto;
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: bold;
	letter-spacing: -0.4px;
	font-size:14px;
}

.notice_re_sale input {
    border: 0px;
    width: 100%;
    height: 100%;
    padding: 0px 5px;
	text-align:center;
	color:#000;
}

/* } */

/* 리뷰 레이어 { */
#dialog_review .review_title {
    display: -ms-flexbox;
    display: flex;
    font-size: 12px;
    margin: 15px 0px;
}

#dialog_review .review_title > div:first-of-type {
    margin-right: 10px;
}

#dialog_review .review_title > div:first-of-type img {
    width: 70px;
}

#dialog_review .review_title .maker {
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

#dialog_review .qna_radio {
    border-top: 1px solid #000;
    padding-top: 15px;
    padding-bottom: 5px;
    color: rgb(153, 153, 153);
}

#dialog_review .qna_radio .active {
    color: #000;
}

#dialog_review .qna_radio > div {
    margin-right: 26px;font-size: 12px;
}

#dialog_review .qna_radio > div:last-of-type {
    margin-left: 0px;
    margin-right: 0px;
}

#dialog_review #r_text_length {
    color: rgb(153, 153, 153);
    text-align: right;
    padding: 10px;
	font-size:12px;
}

#dialog_review #r_cur_length {
    font-weight: bold;
    color: rgb(255, 24, 56)
}

#dialog_review .qna_button_div {
    border-bottom: 0px;
}

#dialog_review .review_img {
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #d2d2d2;
    margin-top: 10px;
    height: 90px;
    line-height: 88px;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
}

#dialog_review .review_img > div {
    background: rgb(241, 241, 241);
    border-right: 1px sollid #d2d2d2;
    border-right: 1px solid #d2d2d2;
    width: 70px;
    text-align: center;
	font-size:12px;
}

#dialog_review .review_img > ul {
    display: -ms-flexbox;
    display: flex;
}

#dialog_review .review_img > ul > li {
    height: 70px;
    width: 70px;
    text-align: center;
    background: #f1f1f1;
    line-height: 70px;
    margin-right: 12px;
    cursor: pointer;
}

#dialog_review .review_img > ul > li:first-of-type {
    margin-left: 13px;
}

#dialog_review .review_img > ul > li img {
	    max-width: 70px;
    max-height: 70px;
	vertical-align: middle;
}

#dialog_review #review_text {
    height: 200px;
}

#dialog_review {
    height: 675px !important;
}

/* } */

/* 정보수정{ */
#product_area #product_info_mod_req {
    cursor: pointer;
}

#product_mod_req_box {
	padding: 20px 15px 15px 15px !important;
    box-sizing: border-box;
}

#product_mod_req_box .product_mod_co_dialog {
    height: 426px;
}

#product_mod_req_box .co_dialog .product_mod_text textarea {
    height: 240px;
}

#product_mod_req_box .co_dialog .product_mod_button_div {
    border-bottom: none;
    margin-top: 28px;
}

#product_mod_req_box #product_mod_select {
    margin-bottom: 10px;
}
#product_mod_select>li{
	padding: 0px 12px !important;
}

#product_mod_req_box .product_mod_text_box {
    height: 60px;
    font-size: 12px;
    color: black;
    line-height: 18px;
}

#product_mod_req_box .co_dialog .sub_title2 {
    margin-bottom: 10px;
}

/* } */




/* 공지이벤트 { */
#product_area .al_icon100{
	width: 46px;
	height: 18px;
	background-color: #ffffff;
	font-family: Dotum;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: -1.4px;
	text-align: center;
	color: #e11837;
	border:1px solid #e11837;
	box-sizing:border-box;
}
#product_area .al_icon200{
}
#product_area .al_icon300{
}
#product_area .al_icon400{
}
#product_area .al_icon500{
}
#product_area .al_icon600{
}
#product_area .al_icon700{
}
#product_area .al_icon800{
}
/* } */


/* selectbox { */
.coda_select {
    border: 1px solid #d5d5d5;
    color: #777;
}
.add_item{
	font-size:12px;
}



.coda_select > li {
    display: -ms-flexbox;
    display: flex;

	height: 36px;
    line-height: 36px;
	padding: 0px 12px;

}

.coda_select > li > div:first-of-type {
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: nowrap;
	cursor:pointer;
}

.coda_open_select {

    display: none;
    border: 1px solid #000;
	position:absolute;
	width:100%;
	background: #fff;
}

.co_dialog .coda_open_select {
	margin-top:-38px;
}

.coda_open_select > li:first-of-type {
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    background-color: #707b92;
	padding:0px 11px;
	height:38px;line-height:38px;
}

.coda_open_select > li {
    cursor: pointer;
    padding: 10.5px 11px;
    border-bottom: 1px solid #d5d5d5;
    font-size: 12px;
}
.coda_open_select > li:nth-of-type(n+2)>div:first-of-type{
	line-height:13px;
}

.coda_open_select > li:last-of-type {
    border: 0px;
}

.coda_open_select > li > div:first-of-type {
    -ms-flex: 1;
    flex: 1;
}

.coda_open_select > li:nth-of-type(n+2):hover {
    background-color: #f1f1f1;
}

.coda_open_select > li:nth-of-type(n+2) > div:last-of-type {
   text-align:right;
    margin-top: 8px;
	font-weight:bold;
}

/* } */

.scrollbar-outer > .scroll-element, .scrollbar-outer > .scroll-element div {
    z-index: 0 !important;
}


/* 상품리스트 하단 배너 {
#product_area>footer .f_list{
	margin-top:25px;
	display: -ms-flexbox;
    display: flex;
	flex-wrap: wrap;
}
#product_area>footer .f_list > li{
	margin-left:19px;
	width:292px;

}
#product_area>footer .f_list > li:nth-of-type(4n+1){
	margin-left:0px;
}
#product_area>footer .f_list > li:nth-of-type(n+5){
	margin-top:25px;
}

#product_area>footer .f_list > li>div:nth-of-type(1) img{
	width:292px; height:160px;
}
#product_area>footer .f_list > li>div:nth-of-type(2){
	height:18px; line-height:18px;margin-top:12px;
}
#product_area>footer .f_list > li>div:nth-of-type(3){
	margin-top:10px;
	height:30px;line-height:15px;
}
#product_area>footer .f_list > li>div:nth-of-type(3)>p:nth-of-type(1){
	font-size:14px; letter-spacing:-0.35px;font-weight:bold;
}
#product_area>footer .f_list > li>div:nth-of-type(3)>p:nth-of-type(2){
	letter-spacing:-0.3px;color:#777;
}
#product_area>footer .f_list > li>div:nth-of-type(4){
	margin-top:10px;font-size: 11px;color: #aaaaaa;height:9px;line-height:9px;
}

#product_area>footer .more{
	text-align:center;margin-top:25px;
	height:47px;line-height:47px;
	background-color: #f8f8f8;
	outline: 1px solid #e3e3e3;
	cursor: pointer;
}
#product_area>footer .more >span{
	color:#777;
}

#product_area>footer .f_tab{
	display: -ms-flexbox;
    display: flex;
}
#product_area>footer .f_tab>li{
	-ms-flex:1;
	flex:1;
	text-align:center;
	height:52px;line-height:52px;
	border:1px solid #d5d5d5;
	border-left:0px;
	border-bottom:1px solid #000;
	cursor:pointer;
	color:#777;
}
#product_area>footer .f_tab>li:first-of-type{
	border-left:1px solid #d5d5d5;
}

#product_area>footer .f_tab>li>span{
	font-size:14px;color:#000;font-weight:bold;
}

#product_area>footer .f_tab .active{
	border-color:#000 !important;
	border-left:#000 1px solid;
	border-bottom:0px !important;
	width:204px !important;

}
#product_area>footer .f_tab >li:nth-of-type(n+2).active{
	margin-left: -1px;
}
#product_area>footer .f_tab .active:after{
	content: '';
}
 상품리스트 하단 배너 } */






/*
리스트 상단배너{
*/

	body{
		/*overflow-x: hidden;*/
		min-width:1260px;
	}
	#cate_banner_box{
		height: 347px;margin-bottom:30px;
	}
	#cate_banner{
		width: 1225px;
		height: 347px;
		margin-left: auto;
		margin-right: auto;position: relative;
		overflow: hidden;
		z-index: 1;
	}

	#cate_banner_right{
		margin-left: 612px;
		content:'';
		margin-top: -347px;
		position: absolute;
		width: 50%;
		height: 347px;
		z-index: 1;
		left: 50%;
	}
	#cate_banner_left{
		content:'';
		position: absolute;
		width: 50%;
		height: 347px;
		z-index: 2;
		right: 50%;
		margin-right:612px;
	}

	#cate_banner .img{
		width: 1225px;
		height: 347px;
	}
	#cate_banner .play , #cate_banner .stop {
		display:none;
	}

	#cate_banner .swiper-button-next{
		background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/r_off.png');

	}
	#cate_banner .swiper-button-next:hover{
		background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/r_on.png');

	}
	#cate_banner .swiper-button-prev{
		background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/l_off.png');
	}
	#cate_banner .swiper-button-prev:hover{
		background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/l_on.png');
	}



	#cate_banner .swiper-pagination-bullet-active{
		background: #e11837 !important;
	}
	#cate_banner .swiper-pagination-bullet{
		background: #fff;
		opacity: 1;
	}

	#cate_banner .swiper-pagination-bullets {
		bottom: 15px;
	}

	#cate_banner .swiper-slide {
	  text-align: center;
	  font-size: 18px;
	  background: #fff;
	  /* Center slide text vertically */
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-box-pack: center;
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	  -webkit-box-align: center;
	  -ms-flex-align: center;
	  -webkit-align-items: center;
	  align-items: center;
	}

	#cate_banner .videoContainer {
	  position: absolute;
	  width: 100%;
	  height: 100%;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  display: flex;
	  flex-direction: column;
	  justify-content: center;
	  align-items: center;
	}
	#cate_banner_box .video-foreground{
		width: 100%;
	}
	@media (min-aspect-ratio: 16/9) {
	  #cate_banner_box .video-foreground { height: 300%; top: -100%; }
	}
	@media (max-aspect-ratio: 16/9) {
	  /*#cate_banner_box .video-foreground { width: 300%; left: -100%; }*/
	  #cate_banner_box .video-foreground { height: 300%; left: -100%; }
	}
/* 리스트 상단배너 }  */


/* as{ */
#as_info{
	display:none;
	border:1px solid #000;
	width:678px;height:426px;
	box-sizing:border-box !important;
	position: absolute;
	background:#fff;
	z-index:1;
	padding:26px;
	left:0px;
	font-size:12px;
}
.op_info_area #as_info{
	width: 751px !important;
}
#as_info >div{
	width:100% !important;
}
#as_info >div:nth-of-type(1){
	height:15px;
	margin-bottom:8px;
}
#as_info >div:nth-of-type(2){
	height:11px;
	letter-spacing: -0.1px;
	color: #e11838;
	font-size:12px;margin-bottom:15px;
}
#as_info >div:nth-of-type(1)>div:nth-of-type(1){
	font-weight:bold; font-size: 16px;letter-spacing: -0.2px;
	-ms-flex: 1;flex:1;
}

#as_info >ul{
	border-top:1px solid #000;border-bottom:1px solid #e3e3e3;
	    overflow-y: auto;
		max-height: 324px;
    overflow-x: hidden;
}
#as_info >ul>li{
	border-bottom:1px solid #e3e3e3;
	padding:15px 0px;line-height: 2;letter-spacing: 0px;
}
#as_info >ul>li:last-of-type{
	border:0px !important;
}
#as_info >ul>li .row>div:first-of-type{
	width:74px;
}
#as_info >ul>li .row>div:last-of-type{
	width:533px;
}
/* } */

#product_area .list_company_btn{
	position: absolute;
    margin-top: 4px;
    display: none;
    z-index: 3;
}
#product_area .list_company_btn:before{
	content: '';
    width: 100%;
    height: 100%;
    background: #f1f1f1;
    position: absolute;
    top: -2px;
    z-index: -1;
}

#product_area .list_company_btn >span:nth-of-type(-n+2){
	display:inline-block;
	width:100px;
	height:54px;
	line-height:54px;
	color: #ffffff;
	cursor:pointer;
	background:#000;
	text-align:center;font-size: 14px;
    font-weight: bold;
}
#product_area .list_company_btn >span:nth-of-type(2){
	background:#ffffff;
	color:#000;
}
#product_area .list_company_btn .gray{
    background: #999 !important;
    color: #fff !important;
}

#product_area .list_company_btn >span:first-of-type{
	margin-right:2px;
}


#product_area .lg_property_more , #product_area .lg_img_more , #product_area .maker_more{
	display:none;
}
#product_area .maker_more{
	font-size: 11px;letter-spacing: -0.8px;color: #848484;
	position: absolute;
    right: 0;
	cursor:pointer;
}
#product_area .maker_more:hover{
	    text-decoration: underline;
}


/*
본문 유투브{
*/
#유투브{
	position: relative;width:900px;height:507px;margin-bottom:15px;overflow:hidden;z-index:0;
}
#유투브 .play , #유투브 .stop {
	display:none;
}
#유투브 .swiper-button-next{
	background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/r_off.png');

}
#유투브 .swiper-button-next:hover{
	background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/r_on.png');

}
#유투브 .swiper-button-prev{
	background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/l_off.png');
}
#유투브 .swiper-button-prev:hover{
	background-image: url('https://cdn.icoda.co.kr/asset/img/usr/product/l_on.png');
}



#유투브 .swiper-pagination-bullet-active{
	background: #e11837 !important;
}
#유투브 .swiper-pagination-bullet{
	background: #b6b6b6;
	opacity: 1;
}

#유투브 .swiper-pagination-bullets {
	bottom: 15px;
}

#유투브 .swiper-slide {

}

#유투브 .video-foreground{
	width: 100%;
}

#유투브 .videoContainer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


@media (min-aspect-ratio: 16/9) {
  #유투브 .video-foreground { height: 300%; top: -100%; }
}
@media (max-aspect-ratio: 16/9) {
  #유투브 .video-foreground { height: 300%; left: -100%; }
}
/* 본문 유투브}*/









/* gnb 추가 {  */
#pno_section{
	margin-bottom:20px;
}
.gnb_tab_fixed{
	position: fixed;
    top: 0;
    width: 1198px;    
    z-index: 99;
}
#gnb_tab{
	height:60px;
	border: solid 1px #000000;
	background-color: #f8f8f8;
	margin-bottom:20px;
	display:flex;    align-items: center;
	padding-left:17px;
	padding-right:8px;
}

#gnb_tab>div.vline{ width: 1px; height: 31px; background-color: #e3e3e3;margin-right:25px;margin-left:25px;}
#gnb_tab>div:nth-of-type(-n+5){ margin-left:15px;cursor:pointer;font-weight:bold;font-size: 14px;letter-spacing: -0.14px; color: #111111;}
#gnb_tab>div:nth-of-type(1){margin-left:0px !important; }
#gnb_tab>div:nth-of-type(7){
	display:flex; border:1px solid #dbdbdb;background:#f1f1f1;border-radius: 15.5px;
	color:#888;font-size: 13px;letter-spacing: -0.98px;font-weight:bold;   
}

#gnb_tab #price_type >span{
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;	
	padding:10px 12px;border-radius: 15.5px;
	position:relative;
}
#gnb_tab #price_type .active{
	color: #e11837;
	background:#fff;
}
#gnb_tab #price_type .active_b{
	color:#2768ed !important;
}
#gnb_tab #price_type .active_b:before{		
	border: solid 1px #2768ed !important;
}

#gnb_tab #price_type .active:before{	
	border-radius: 15.5px;
	border: solid 1px #e11837;	
	position: absolute;
	content: '';
    width: 100%;
    height: 100%;
	top:0px;
	left:0px;
}
#gnb_tab #price_type .standby{
	
}




#gnb_tab>div:nth-of-type(9){ 
	margin-right:8px;width: 105px;font-size: 12px;
	height: 31px;
	border: solid 1px #e3e3e3;
	background-color: #ffffff; 
	display:flex;
	align-items:center;justify-content: center;position:relative;cursor:pointer;
}
#gnb_tab>div:nth-of-type(9) .select_btn_span{ 
	margin-left:10px;    margin-top: -2px; position:relative;
}

#gnb_tab .list_type{ cursor:pointer;background:#fff }

#gnb_tab>div:last-of-type{ flex:1;position: relative;}
#gnb_tab #inner_stx{ 
  width: 250px;float: right;
  height: 48px;
  border: solid 1px #e11837;
  background-color: #ffffff;
  padding-left:12px;padding-right:50px;
}
#gnb_tab #btn_inner_stx{
	position:abslute;position: absolute; top: 13px; right: 12px;cursor:pointer;z-index:1;
}

#gnb_tab #page_limit .show_page_limit{
	display:none;
	position: absolute;
    background: #fff;
    border: solid 1px #e3e3e3;
    width: 105px;
    line-height: 31px;
    top: 31px;left:0px;
    z-index: 9;
}
#gnb_tab #page_limit .show_page_limit>div{
	display:flex;
	align-items:center;
	padding-left: 15px;
}

.top_order .active{
	font-weight:bold;
}
.top_order .active img{
	-webkit-filter: grayscale(100%);
	filter: gray;
}
.top_order .vline{
	width: 1px;
  height: 11px;
  background-color: #c8c8c8;
}
/* gnb 추가 } */

#pre_loader{
	z-index:999;height:100vh;width:100vw;position:fixed;display: -ms-flexbox;display:flex;align-items:center;text-align:center;background:rgba(255, 255, 255, 0);top:0px;left:0px;    justify-content: center;
}


#product_area .list_soldout_box{
	height:36px;width:100%;
}
.list_soldout_box .innerLiner_div{
	margin-top: -5px !important;
}

#product_area .innerLiner_div{
	    position: absolute;
    z-index: 10;
    margin-top: -41px;
    width: 100px;
    text-align: right;
    right: 50%;
    margin-right: -580px;
}
#product_area .innerLiner {
    white-space: nowrap;
    overflow-x: hidden;
    width: 99px;
    margin-left: 17px;
    position: relative;
    height: 28px;
    overflow-y: hidden;
	display: inline-flex;cursor:pointer
}
#product_area #품절상품보기{
	position: absolute;
}

#product_area .h_button{
	cursor:pointer
}
.p_hide{
	display:none;
}
.p_hide1{
	visibility: hidden;
}
.p_hide2{
	opacity: 0;
}

.go_stf{
	text-align:right;margin-bottom:10px;
}
.go_stf >span{
	display:inline-block;
	cursor:pointer;
	padding:5px 10px;
	
}
.stf_won{
	font-size: 12px;font-weight: normal;color: forestgreen;background: #fff;    padding: 5px;
}
.stf_cog{
	font-size: 12px;font-weight: normal;color: royalblue;background: #fff;    padding: 5px;
}


