/*/////////////////////////////// ¸®½ºÆ® ÆäÀÌÁö ///////////////////////////////*/
.sub-top .tab {
	display: flex;
	align-items: center;
	margin: 28px 0 56px;
}
.sub-top .tab li {
	margin-right: 40px;
	font-size: 28px;
	font-weight: 400;
	color: #2c2c2c;
	opacity: 0.55;
	cursor: pointer;
}
.sub-top .tab li.on {
	font-weight: 800;
	opacity: 1;
}

.pro-list li {
	display: inline-block;
    float: left;
    width: calc(33.33% - 20px);
	margin: 0 15px 40px;
	cursor: pointer;
}
.pro-list li .pro-img {
	position: relative;
	margin-bottom: 34px;
	border: 1px solid #efefef;
	box-sizing: border-box;
}
.pro-list li .heart {
	position: absolute;
	right: 20px;
	bottom: 20px;
	cursor: pointer;
}
.pro-explain-wrap {
	padding-left: 20px;
}
.pro-list li:nth-child(3n+1) {
	margin-left: 0;
}
.pro-list li:nth-child(3n+0) {
	margin-right: 0;
}
.pro-list li .name {
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 500;
}
.pro-list li .contents {
	min-height: 40px;
	font-size: 16px;
	opacity: 0.8;
}
.pro-list li .price {
	display: block;
	min-height: 50px;
	font-size: 22px;
	font-weight: 600;
}
.pro-list li .price > small {
	display: block;
	text-decoration: line-through;
	font-weight: 400;
	opacity: 0.6;
}
.pro-list li .price span {
	display: inline-block;
	margin-right: 8px;
	color: #fb72b0;
}
.align-contents {
	display: flex;
	float: right;
	margin-bottom: 20px;
}
.align-contents li {
	font-size: 16px;
	opacity: 0.5;
	cursor: pointer;
}
.align-contents li.on {
	font-weight: 600;
	opacity: 1;
}
.align-contents li:after {
	display: inline-block;
    content: '';
    width: 1px;
    height: 9px;
    margin: 0 12px;
    background-color: #979797;
}
.align-contents li:last-child {
	margin-right: 0;
}
.align-contents li:last-child:after {
	content: none;
	width: 0;
}
.pro-list ul:after, .clear {
	content: "";
	display: block;
	clear: both;
}
/*/////////////////////////////// ¸®½ºÆ® ÆäÀÌÁö ///////////////////////////////*/


/*/////////////////////////////// µðÅ×ÀÏ ÆäÀÌÁö ///////////////////////////////*/
.item-info > .floatLeft {
	width: 40%;
	border: 1px solid #ddd;
	overflow: hidden;
}
.item-info .floatRight {
	width: 60%;
	padding-left: 50px;
	overflow: hidden;
}
.item-info:after {
	content: "";
	display: block;
	clear: both;
}
.item-info .item-name {
	display: block;
	margin-bottom: 8px;
	font-size: 28px;
	font-weight: 600;
}
.item-info .item-contents {
	font-size: 16px;
	line-height: 1.4;
	opacity: 0.7;
}
.item-info .option-wrap {
	margin: 50px 0 50px;
}
.item-info .option {
	margin-bottom: 30px;
}
.item-info .option small {
	display: block;
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: bold;
}
.item-info .floatRight select {
	width: 100%;
	font-size: 16px;
    -webkit-appearance: none;
    -webkit-appearance: 0;
    -moz-appearance: 0;
    -o-appearance: 0;
    -webkit-rtl-ordering: none;
    -webkit-rtl-ordering: 0;
    -moz-rtl-ordering: 0;
    -o-rtl-ordering: 0;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    outline: none;
    border-bottom: 1px solid #2c2c2c;
}
.item-info .quantity {
	display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #2c2c2c;
}
.item-info .quantity a {
	display: inline-block;
    width: 30px;
	height: 40px;
    line-height: 40px;
	font-size: 26px;
	text-align: center;
	cursor: pointer;
}
.item-info .quantity input {
	position: relative;
    display: inline-block;
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    text-align: center;
    background: transparent;
	border: none;
}
.item-info .price {
	display: flex;
    align-items: end;
	padding-bottom: 30px;
	border-bottom: 1px solid #ddd;
}
.item-info .price > small {
	display: block;
	width: 110px;
	font-size: 15px;
	opacity: 0.7;
}
.item-info .price .floatRight {
	width: calc(100% - 110px);
	text-align: right;
}
.item-info .price .floatRight small {
	display: block;
	margin-bottom: 6px;
	font-size: 16px;
	font-weight: 400;
	text-align: right;
	text-decoration: line-through;
	opacity: 0.7;
}
.item-info .price .floatRight span {
	display: inline-block;
	margin-right: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fb72b0;
}
.item-info .price .floatRight {
	font-size: 24px;
	font-weight: bold;
}
.item-info .btns_detail {
	display: flex;
	margin-top: 30px;
    border: 1px solid #ddd;	
}
.item-info .btns_detail > * {
	display: inline-block;
    height: 60px;
    padding: 0;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
	background: #fff;
    border-right: 1px solid #ddd;
	cursor: pointer;
}
.btns_detail > *:not(:first-child) {
    flex: 1;
}
.item-info .btns_detail .wish {
	width: 65px;
}
.item-info .btns_detail .buy {
	background: #2c2c2c;
	color: #fff;
}
.item-info .price:after {
	content: "";
	display: block;
	clear: both;
}

.detail-tab {
	display: flex;
	margin-top: 80px;
	border-bottom: 1px solid #ddd;
}
.detail-tab li {
	flex: 1;
	padding: 15px 10px; 
	text-align: center;
	font-size: 17px;
}
.detail-tab li.on {
	font-weight: bold;
	border-bottom: 1px solid #fb72b0;
}
.detail-contents {
	padding: 30px 0 50px;
}
.detail-contents > strong {
	display: block;
	margin: 30px 0 15px;
	font-size: 20px;
	font-weight: bold;
}
.detail-contents .search {
	position: relative;
	width: 240px;
}
.detail-contents .search input {
    min-height: 32px;
    line-height: 32px;
}
.detail-contents .search input::placeholder {
	opacity: 0.7;
}
.detail-contents .search button {
	position: absolute;
	margin: 0;
	width: 30px;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background: transparent;
	border: none;
}
.detail-contents .review-list li {
	padding: 30px 0;
	border-bottom: 1px solid #ddd;
}
.detail-contents .review-list .empty {
	padding: 60px 0;
	font-size: 15px;
    line-height: 1.5;
	text-align: center;
}
.detail-contents .score {
	display: flex;
	align-items: center;
}
.detail-contents .score > strong {
	display: inline-block;
	margin-left: 8px;
	font-size: 15px;
}
.detail-contents .date {
	font-size: 14px;
	opacity: 0.6;
}
.detail-contents .reviewer {
	margin-top: 16px;
	font-size: 14px;
}
.detail-contents .r-txt {
	margin: 10px 0 20px;
	font-size: 15px;
	line-height: 1.5;
}
.detail-contents .r-img {
	width: 132px;
	height: 132px;
	line-height: 132px;
	background: #ddd;
	text-align: center;
	overflow: hidden;
}
.review-list .top:after {
	content: "";
	display: block;
	clear: both;
}
.de-info tr {
    border-bottom: 1px solid #ddd;
}
.de-info tr th {
    width: 210px;
    padding: 0 20px;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    background: #F6F6F6;
    vertical-align: middle;
}
.de-info tr td {
    padding: 20px;
    font-size: 16px;
	line-height: 1.6;
    color: #777;
}
#dt4 table {
	width: 100%;
	text-align: center;
}
#dt4 th {
	padding: 15px 10px;
	font-size: 15px;
	border-bottom: 1px solid #ddd;
}
#dt4 td {
	padding: 15px 10px;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
}
#dt4 td.empty {
	padding: 60px 0;
	font-size: 15px;
    line-height: 1.5;
	text-align: center;	
}
#dt4 img {
	margin-left: 8px;
}
#dt4 .btn-wrap{
	margin: 20px 0 0;
}
#dt4 .btn-wrap a {
	display: inline-block;
	margin-left: 5px;
	cursor: pointer;
}
#dt4 .pager {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0;
}
#dt4 .pager li {
	margin: 0 10px;
	font-size: 14px;
	opacity: 0.6;
	cursor: pointer;
}
#dt4 .pager li.on {
	opacity: 1;
}
/*/////////////////////////////// µðÅ×ÀÏ ÆäÀÌÁö ///////////////////////////////*/


/*/////////////////////////////// ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ÆäÀÌÁö ///////////////////////////////*/
.contents-wrap.app-contents, .contents-wrap.app-contents .sub-tit, .contents-wrap.app-contents .sub-txt {
	text-align: center;
}
.contents-wrap.app-contents {
	background: url("../img/sub/app-bg.png") no-repeat center / cover;
}
.down-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 50px auto;
}
.down-wrap li {
	margin: 0 10px;
}
.down-wrap li a {
	display: block;
	margin-bottom: 20px;
	width: 200px;
	height: 64px;
	line-height: 64px;
	border-radius: 50px;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
}
.down-wrap li div {
	margin: auto;
	width: 90px;
	height: 90px;
}
.app-img-wrap {
	width: 540px;
	margin: auto;
}
/*/////////////////////////////// ¾ÖÇÃ¸®ÄÉÀÌ¼Ç ÆäÀÌÁö ///////////////////////////////*/

@media all and (max-width:1201px){
	.sub-top .tab li {font-size: 24px; margin-right: 30px;}
	.pro-list li {width: calc(33.33% - 15px); margin: 0 10px 40px;}
	.pro-list li .pro-img {margin-bottom: 26px;}
	.pro-list li .price {font-size: 20px;}
	.pro-list li .contents {font-size: 15px;}
	.item-info .floatRight {padding-left: 30px;}

	.down-wrap li a {width: 176px; height: 58px; line-height: 58px;}
	.contents-wrap .sub-tit {font-size: 32px;}
	.contents-wrap .sub-txt {font-size: 22px;}
}

@media all and (max-width:1025px){
	.sub-top .tab {margin: 24px 0 44px;}
	.sub-top .tab li {font-size: 20px; margin-right: 24px;}
	.pro-list li {width: calc(33.33% - 15px); margin: 0 10px 30px;}
	.pro-list li .pro-img {margin-bottom: 26px;}
	.pro-list li .price {font-size: 20px;}
	.align-contents li {font-size: 15px;}
	.detail-contents > strong {font-size: 18px;}
	#dt4 th.t-none, #dt4 td.t-none {display: none; width: 0;}

	.down-wrap {margin: 30px auto ;}
	.down-wrap li a {width: 150px; height: 50px; line-height: 50px;}
	.down-wrap li img.qr {width: 80px;}
	.down-wrap li:first-child img.store-logo {width: 90px;}
	.down-wrap li:last-child img.store-logo {width: 84px;}
	.contents-wrap .sub-tit {width: 90%; margin: auto; font-size: 28px;}
	.contents-wrap .sub-txt {font-size: 20px;}
}

@media all and (max-width:877px){
	.pro-list li {width: calc(50% - 10px); margin: 0 10px 30px;}
	.pro-list li:nth-child(3n+1) {margin-left: 10px;}
	.pro-list li:nth-child(3n+0) {margin-right: 10px;}
	.pro-list li:nth-child(odd) {margin-left: 0px;}
	.pro-list li:nth-child(even) {margin-right: 0px;}
	.item-info > .floatLeft, .item-info > .floatRight {float: none; width: 100%;}
	.item-info > .floatLeft {margin-bottom: 50px;}
	.item-info > .floatRight {padding-left: 0;}
	.item-info .item-name {font-size: 24px;}
	.item-info .price .floatRight span, .item-info .price .floatRight {font-size: 20px;}
	.item-info .quantity input {font-size: 18px;}
	.item-info .option small {font-size: 14px;}
	.item-info .floatRight select {font-size: 15px;}
	.item-info .btns_detail > *, .item-info .btns_detail .buy {font-size: 16px;}
	.detail-tab li {font-size: 16px;}
	.de-info tr td {font-size: 15px;}
	.de-info tr th, .de-info tr td {font-size: 15px;}
	#dt4 th.per-15, #dt4 td.per-15 {width: 8%;}
	#dt4 th.m-none, #dt4 td.m-none {display: none; width: 0;}
	#dt4 th {font-size: 14px;}
	#dt4 td {font-size: 15px;}
}

@media all and (max-width:641px){
	.sub-top .tab {margin: 20px 0 32px; flex-wrap: wrap;}
	.sub-top .tab li {font-size: 18px; margin-right: 16px;}
	.pro-list li {width: 100%; margin: 0 0 30px;}
	.pro-list li:nth-child(3n+1) {margin-left: 0px;}
	.pro-list li:nth-child(3n+0) {margin-right: 0px;}
	.pro-list li:nth-child(odd) {margin-left: 0px;}
	.pro-list li:nth-child(even) {margin-right: 0px;}
	.align-contents li {font-size: 13px;}
	.detail-tab {flex-wrap: wrap;}
	.detail-tab li {flex: initial; width: 50%; border-bottom: 1px solid #ddd;}
	.de-info tr th, .de-info tr td {display: block; width: 100%; word-break: keep-all;}
	.de-info tr th {padding: 20px 10px 0; background: transparent; font-weight: bold;}
	.de-info tr td {padding: 10px 10px 20px;}
	.item-info > .floatLeft {margin-bottom: 30px;}

	.down-wrap {margin: 25px auto ;}
	.down-wrap li a {width: 130px; height: 50px; line-height: 50px;}
	.down-wrap li:first-child img.store-logo {width: 80px;}
	.down-wrap li:last-child img.store-logo {width: 74px;}
	.contents-wrap .sub-tit {font-size: 24px;}
	.contents-wrap .sub-txt {font-size: 18px;}
	.app-img-wrap {width: 480px;}
}

@media all and (max-width:481px){
	.sub-top .tab {margin: 16px 0 28px;}
	.sub-top .tab li {font-size: 17px; margin: 0 22px 10px 0;}

	.pro-list li .name {font-size: 17px;}
	.pro-list li .contents {font-size: 14px;}
	.pro-list li .price {font-size: 18px;}

	.item-info .item-name {font-size: 20px;}
	.item-info .item-contents {font-size: 15px;}
	.item-info .price {display: block;}
	.item-info .price > small {font-size: 14px; float: none;}
	.item-info .price .floatRight small {text-align: left;}
	.item-info .price .floatRight {float: none; text-align: left;}
	.item-info .btns_detail > * {height: 50px; line-height: 50px;}
	.item-info .btns_detail .wish {width: 50px; height: 50px; line-height: 50px;}
	.detail-tab li {font-size: 15px;}
	.btn-fill {padding: 0 15px;}
	.detail-contents .score.floatLeft, .detail-contents .date.floatRight {float: none;}
	.detail-contents .score.floatLeft {margin-bottom: 6px;}
	.detail-contents .score.floatLeft img {width: 12px;}

	.down-wrap {margin: 20px auto ;}
	.down-wrap li {margin: 0 5px;}
	.down-wrap li a {width: 124px; height: 46px; line-height: 46px;}
	.down-wrap li:first-child img.store-logo {width: 74px;}
	.down-wrap li:last-child img.store-logo {width: 68px;}
	.contents-wrap .sub-tit {font-size: 22px;}
	.contents-wrap .sub-txt {font-size: 16px;}
	.app-img-wrap {width: 90%;}
}