@charset "utf-8";

/* 공통부분 */
* {margin: 0; padding: 0;}
html {font-size: 62.5%; scroll-behavior: smooth;}
body {margin: 0; padding: 0; font-family: 'Noto Sans KR', sans-serif; font-size: 1.4rem;}
div, ul, li {margin: 0; padding: 0;}
ul, li {list-style: none;}
img { border: none;}
a {color:#000; text-decoration: none;}


.twodealBox {
	padding:5px;
	border:2px solid #f00;
}

.goods_loading {
	text-align:center;
	padding:50px 0px;
}
.load_img {
	width:70px;
}

.contnet_top {
	width:100%;
}

#ma_se_price {
	color: #4ea0c6;
}
.tmb_login{
	display:none;
}
.tmb_logout{
	display:none;
}

/* bxslider */
.bx-wrapper { -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border: none; background: rgba(255, 255, 255, 0); }
.bx-wrapper .bx-pager.bx-default-pager a {background: #C4C4C4;}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #3C99DC;
}

.common-wrap {
	width: 1200px;
	margin: 0 auto;
}


#wrap {display: flex; flex-direction: column; min-width:1200px;}
/* 상단 */
/*
#header {padding: 15px 0; height: 123px;}
#header {padding: 10px 0; }
#header {padding: 15px 0; height: 123px;}
*/
#header {padding: 15px 0; height: 140px;}
#hd-gnb {display: flex; justify-content: flex-end; font-size: 1.2rem;}
#hd-gnb > li {position: relative; height: 30px; line-height: 30px; padding: 0 30px;}
#hd-gnb > li::after {position: absolute; right: 0; top: 50%; transform: translateY(-50%); content: ""; width: 1px; height: 13px; background: #03345A;}
#hd-gnb > li img {width: 10px; height: 8px; margin: 0 0 0 5px;}
#hd-gnb > li:last-child {padding: 0 0 0 30px;}
#hd-gnb > li:last-child img {position: relative; top: 4px; width: 20px; height: 20px; margin: 0 5px 0 0;}
#hd-gnb > li:last-child span {display: inline-block; width: 18px; height: 18px; line-height: 18px; margin: 0 0 0 5px; background: #3477BC; border-radius: 50%; color: #fff; text-align: center;}
#hd-gnb > li:last-child::after {display: none;}

.hd-gnb__name {
	display:inline-block;
}

.hd-gnb__money {
	display:inline-block;
	padding:0 15px;
	margin-left:20px;
	border:1px solid #c2c2c2;
	border-radius:15px;
}

.hd-gnb__money .hd-gnb__money_div {
	position: relative;
	display:inline-block;
}
.hd-gnb__money .hd-gnb__money_div_fir {
	padding-right:10px;
}
.hd-gnb__money .hd-gnb__money_div_sen {
	padding-left:10px;
}

/*
.hd-gnb__money .hd-gnb__money_div_fir {
	padding-right:15px;
}
.hd-gnb__money .hd-gnb__money_div_fir::after {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 13px;
	background: #92979b;
}
*/
.hd-gnb__money .hd-gnb__money_div_sen::before {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
	width: 1px;
	height: 13px;
	background: #92979b;
}

.hd-gnb__money .hd-gnb__money_div b {
	color:#db0055;
	text-align:right;
	min-width:20px;
	padding-left:10px;
	padding-right:25px;
	background-size:16px 16px;
	background-repeat:no-repeat;
	background-position:right center;
}
.hd-gnb__money .hd-gnb__money_div_fir b {
	background-image:url('/images/bg_point.png');
}
.hd-gnb__money .hd-gnb__money_div_sen b {
	background-image:url('/images/bg_emoney.png');
}

.hd-gnb__money_div.cmUnitC b {
	background-image:none;
	padding-right:5px;
}

#ma_se_coin {
	color:#00c;
}

/*
.hd-gnb__money > div {
	position: relative;
	display:inline-block;
}
.hd-gnb__money > div:nth-child(1) {
	padding-right:15px;
}
.hd-gnb__money > div:nth-child(2) {
	padding-left:10px;
}
.hd-gnb__money > div:nth-child(1)::after {position: absolute; right: 0; top: 50%; transform: translateY(-50%); content: ""; width: 1px; height: 13px; background: #92979b;}

.hd-gnb__money > div b {
	color:#db0055;
	text-align:right;
	min-width:20px;
	padding-left:10px;
	padding-right:25px;
	background-size:16px 16px;
	background-repeat:no-repeat;
	background-position:right center;
}
.hd-gnb__money > div:nth-child(1) b {
	background-image:url('/images/bg_point.png');
}
.hd-gnb__money > div:nth-child(2) b {
	background-image:url('/images/bg_emoney.png');
}
*/

/*
#hd-gnb {display: flex; justify-content: flex-end; font-size: 1.2rem;}
#hd-gnb li {position: relative; height: 30px; line-height: 30px; padding: 0 30px;}
#hd-gnb li::after {position: absolute; right: 0; top: 50%; transform: translateY(-50%); content: ""; width: 1px; height: 13px; background: #03345A;}
#hd-gnb li img {width: 10px; height: 8px; margin: 0 0 0 5px;}
#hd-gnb li:last-child {padding: 0 0 0 30px;}
#hd-gnb li:last-child img {position: relative; top: 4px; width: 20px; height: 20px; margin: 0 5px 0 0;}
#hd-gnb li:last-child span {display: inline-block; width: 18px; height: 18px; line-height: 18px; margin: 0 0 0 5px; background: #3477BC; border-radius: 50%; color: #fff; text-align: center;}
#hd-gnb li:last-child::after {display: none;}
*/

/* 로고 */
#logo-area {display: flex; justify-content: space-between; align-items: center; margin: 25px 0 0 0;}
#hd-logo {width: 220px;}
#hd-logo a {display: block; width: 100%; height: auto;}
#hd-logo img {position:relative ;width: 220px;}

#hd-logo.hanguoshopping img {
	width:240px;
}
#hd-logo.mokpomam img {
	width:120px;
}
/*
#hd-logo.hanguoshopping img {
	width:auto;
	max-height:80px;
}
#hd-logo.wbgroup img {
	width:auto;
	max-height:80px;
}
*/

/* 검색어 */
#searchbox {display: flex;}
#sch-txt {width: 425px; height: 43px; margin:0; padding: 0 0 0 20px; background: #f4f4f4; box-sizing: border-box; border: none; border-radius: 25px 0 0 25px;}
#sch-txt::placeholder {color: rgba(75, 73, 73, .7); font-size: 1.2rem; font-weight: bold;}
#sch-submit {width: 55px; height: 43px; border: 0; background: #65B2E8; color: #fff; border-radius: 0 25px 25px 0; cursor: pointer;}
#sch-submit img {width: 25px; height: 25px; vertical-align: middle;}

/* 스크롤 검색 */
#fixed-search {display: none; position: fixed; top: 0; width: 100%; background-color: #4EA0C6; z-index: 9999;}
#fixed-search .common-wrap {display: flex; align-items: center; height: 80px;}
#fixed-search .dv1 {display: flex; justify-content: center; align-items: center; width: 100px;}
#fixed-search .dv1 img {width: 50px; height: 50px;}
#fixed-search .dv2 {width: 800px;}
#fixed-search .dv3 {display: flex; align-items: center; width: 300px;}
#fixed-search .dv3 div {display: flex; align-items: center; width: 50%; font-size: 1.8rem; font-weight: bold;}
#fixed-search .dv3 a {display: inline-block; color: #fff;}
#fixed-search .dv3 img {width: 40px; height: 40px; margin: 0 10px 0 0; vertical-align: middle;}
#searchbox1 {display: flex;}
#sch-txt1 {width: 725px; height: 43px; margin:0; padding: 0 0 0 20px; background: #f4f4f4; box-sizing: border-box; border: none; border-radius: 25px 0 0 25px;}
#sch-txt1::placeholder {color: rgba(75, 73, 73, .7); font-size: 1.2rem; font-weight: bold;}
#sch-submit1 {width: 55px; height: 43px; border: 0; background: #65B2E8; color: #fff; border-radius: 0 25px 25px 0; cursor: pointer;}
#sch-submit1 img {width: 25px; height: 25px; vertical-align: middle;}

.gift_title {
	color:#3C99DC; font-size:3rem; font-weight:bold; text-align:center; margin: 80px 0 40px 0;
}
.gm_submenuflex {
	padding-top:0;
}

#live-list {
	display:flex;
}
#live-list li {
	width:270px;
	margin-right:10px;
}

/* 이슈머랭킹 */
#ranking {display: flex; align-items: center; width: 420px;}
#rk-tit {width: 120px; height: 33px; line-height: 33px; color: #FEE101; background: #381E1F; border-radius: 50px; font-size: 1.4rem; text-align: center;}
#rk-list {position: relative; overflow-x: auto; overflow-y: hidden; width: calc(100% - 148px); height: 33px; line-height: 33px; margin: 0 0 0 10px;}
#rk-list ul {position: absolute; left: 0;}
#rk-list li {display: flex; align-items: center;}
#rk-list span {margin:0 15px 0 0; font-size:1.3rem;}
#rk-list span.rk-num {color: #E22757; font-size: 1.9rem; font-weight: bold;}
span.rk-point { margin: 0; font-size: 1.4rem; font-weight: bold;}
span.rk-pointP { color: #07689F;}
span.rk-pointC { color: #ff0000;}

#rk-more {margin: 0 5px 0 auto;}
#rk-more img {width: 13px; height: 9px;}

.toggle_rank {float:right; line-height:25px !important; font-weight:bold !important; font-size:18px !important; color:#a8a6a5; width:5%; text-align:center;}

.ranking_top_box .ranking_title_box{display:none; box-sizing:border-box; height:25px;}
.ranking_top_box .ranking_title_box .ranking_title{float:left; width:95%; box-sizing:border-box; line-height:25px;}
.ranking_top_box .ranking_title_box .ranking_date {font-size:11px; color:#646464; font-weight:bold;}
.ranking_top_box .ranking_title_box .ranking_label {font-size:13px; color:#000; font-weight:bold;}

#ranking_container .ranking_box {display:none; height:322px; background:#fff; padding:10px;}
.ranking_box {position:absolute; width: 420px; top: 130px; background: #fff; border: 1px solid #65B2E8; border-radius: 10px; z-index: 109; display: none;}
.ranking_box .rank {width:100%; margin:0 auto; height:32px; border-bottom:1px solid #ddd;}
.ranking_box .rank:last-child {border-bottom:0px;}
.ranking_box .rank .ranking_number {float:left; line-height:25px; color:#db0055; font-weight:bold; font-size:16px; width:10%; text-align:center;}

.ranking_box .rank .rank_icon {float:left; width:5%; text-align:center; font-weight:bold;}
.ranking_box .rank .rank_up {line-height:32px;  color:#FF5722; font-size:15px;}
.ranking_box .rank .rank_down {line-height:32px; color:#9e9e9e; font-size:15px;}
.ranking_box .rank .rank_keep {line-height:22px; color:#9e9e9e; font-size:18px;}
.ranking_box .rank .ranker_info_box {text-align:center; width:85%; float:left; box-sizing:border-box; height:25px; overflow:hidden; display:flex;}
.ranking_box .rank .ranker_info {line-height:32px; font-weight:bold; font-size:12px; color:#000; flex:1;}

/* GNB */
#nav-area {height: 49px; line-height: 49px; border-top: 1px solid rgba(151, 151, 151, .3);}
#nav {display: flex; align-items: center;}
#btn-allmenu {display: flex; align-items: center; width: 200px; font-size: 1.5rem; font-weight: bold; }
#btn-allmenu img {width: 22px; height: 22px; margin: 0 10px 0 5px; vertical-align: middle;}
#nav-gnb {display: flex; justify-content: space-between; align-items: center; width: 980px; margin: 0 0 0 20px; font-size: 1.5rem; font-weight: bold;}
#nav-gnb .gift img {
	width:30px;
}

#nav a.nav_twodeal {
	display:block;
	background:url('/images/twodeal/menu_twodeal.png') no-repeat right 0 center;
	background-size:36.25px 25px;
	padding-right:38px;
}

/* 메인슬라이드 */
#bnr-area {position: relative; height: 446px;}
#bnr-area .list-s1 {display: none; align-items: center; width: 1200px; height: 50px; line-height: 50px; margin: -135px auto 0;}
#bnr-area .list-s1 li {position: relative; width: 400px; background-color: #fff; font-size: 1.8rem; font-weight: bold;}
#bnr-area .list-s1 li.active {background-color: #000;}
#bnr-area .list-s1 li.active a {color: #fff;}
#bnr-area .list-s1 li::after {position: absolute; left: 0; top: 0; content: ""; width: 1px; height: 45px; background-color: #ccc;}
#bnr-area .list-s1 li:first-child::after {display: none;}
#bnr-area .list-s1 li a {display: block; text-align: center;}
#bnr-area .bx-wrapper li a img {
	height:450px;
	max-width: inherit;
}

#bnr-area .bx-wrapper li .main_img {
	height:450px;
	max-width: inherit;
	background-repeat:no-repeat;
	background-position:center top;
	background-size:auto 450px;
}

/*
#bnr-area .bx-wrapper li a img {height:450px; max-width: inherit;}
#exh-area {
	height: 370px;
	margin: 90px 0 0 0;
	background: #F0F0F0;
}
*/

/* 기획전 */
#exh-area {
	height: 370px;
	margin: 90px 0 50px 0;
	background: #F0F0F0;
}
#exh-area .common-wrap {position: relative; padding: 30px 0;}
#exh-tit {display: flex; align-items: center; height: 38px; line-height: 38px; margin: 0 0 25px 0; color: #87888A; font-size: 1.6rem; font-weight: 500;}
#exh-tit span {margin: 0 15px 0 0; color: #03345A; font-size: 3rem; font-weight: bolder;}
/* #exh-list {display: flex; justify-content: space-between; align-items: center; width: 100%;} */
/* #exh-list li {width: 30%;} */
/* div.exh-image {overflow: hidden; height:265px; border-radius: 35px;} */
/* div.exh-image img {width: 100%; height: 100%;} */
/* .exh-txt {width: 138px; height: 38px; line-height: 38px; margin: 25px auto 0; border-radius: 25px; color: #fff; background:#927F65; font-size: 1.6rem; text-align: center;} */
#exh-area .bx-wrapper .bx-controls-direction a {width: 24px; height: 46px;}
#exh-area .bx-wrapper .bx-prev {left: -70px; top: 50%; margin: -23px 0 0 0; background: url(../images/btn_prev3.png) no-repeat; z-index: 9990;}
#exh-area .bx-wrapper .bx-next {right: -70px; top: 50%; margin: -23px 0 0 0; background: url(../images/btn_next3.png) no-repeat; z-index: 9990;}
#exh-area .common-wrap {display: grid; justify-content: center;}


/* SUPER SALE */
/* TWODEAL */
/*
#spsale-tit img {
	width:926px;
}
#spsale-tit img {
	width:720px;
}
.spsale-prd-btn-box {
	width:47px;
	background:#787878;
}
.spsale-prd-goods--pgs1-tx1 {
	color:#c6c6c6;
	font-size:2.8rem;
	font-weight:700;
	text-decoration: line-through;
}
.spsale-prd-goods--pgs1-tx2 {
	color:#1187cf;
	font-size:4.0rem;
	font-weight:700;
}
.spsale-prd-goods--title {
	font-size: 2.7rem;
	font-weight:700;
	height:90px;
	overflow:hidden;
	margin-top:10px;
}
*/

/*
.spsale-prd-img > a {
	display:block;
	margin:0;
	padding:0
	width:388px;
	height:388px;
	overflow:hidden;
}
.spsale-prd-img img {
	width:100%;
}
*/

.twodeal_cnt {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:30px;
}
.twodeal_cnt a {
	display:block;
	width:40%;
	margin-left:auto;
	margin-right:auto;
	font-size:1.4rem;
	padding:10px 0;
	background:#000;
	color:#fff;
	text-align:center;
	border-radius:7px;
}

#supersale-area {
}
#spsale-tit {
	display: block;
	font-size: 3.4rem;
	font-weight: bold;
	text-align: center;
	margin-bottom:20px;
}
#spsale-tit > a {
	display:block;
}
#spsale-tit img {
	width:650px;
}
#spsale-prd-wrap {
	display: flex;
	height:388px;
}
#spsale-prd-wrap .bx-wrapper {
	margin-bottom:0;
}
#spsale-prd-wrap .bx-wrapper .bx-prev {
	left:-40px;
	background: url('../images/btn_prev2.png') no-repeat;
}
#spsale-prd-wrap .bx-wrapper .bx-next {
	right:-40px;
	background: url('../images/btn_next2.png') no-repeat;
}

.spsale-prd-btn-box {
	width:47px;
}

#spsale-prd-wrap ul {
}
#spsale-prd-wrap ul li {
	display:flex;
}
#spsale-prd-wrap ul li > a {
	display:block;
	margin:0 auto;
}
.spsale-div-wrap {
	display:flex;
}
.spsale-prd-img {
	width:388px;
	height:388px;
}
.spsale-prd-img img {
	width:100%;
	height:100%;
}

/* 100% - 왼오버튼 - 사진크기 - border */
.spsale-prd-goods {
	width:calc(100% - 388px - 102px);
	padding:33px 47px 18px 47px;
	background:#fff;
	border:4px solid #c6c6c6;
	text-align:right;
}

.spsale-prd-flex {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.spsale-prd-price-time {
	background-image:url('/m/images/new/ico_watch.png');
	background-repeat:no-repeat;
	background-position:left 7px center;
	background-size:20px 20px;
	padding:3px 7px 3px 30px;
	background-color:#000;
	color:#fff;
	font-size: 2.2rem;
	border-radius:5px;
}

.spsale-prd-goods--dc {
	font-size: 3.6rem;
	font-weight:700;
}
.spsale-prd-goods--dc-per {
	color:#d94926;
}
.spsale-prd-goods--title {
	font-size: 2.3rem;
	font-weight:700;
	height:90px;
	overflow:hidden;
	margin-top:10px;
}
.spsale-prd-goods--pgs {
	display:flex;
}
.spsale-prd-goods--pgs1 {
	width:calc(100% - 110px);
	margin-right:20px;
}
.spsale-prd-goods--pgs1-tx1 {
	color:#c6c6c6;
	font-size:2.6rem;
	font-weight:700;
	text-decoration: line-through;
}
.spsale-prd-goods--pgs1-tx2 {
	color:#1187cf;
	font-size:3.8rem;
	font-weight:700;
}
.spsale-prd-goods--pgs1-tx3 {
	font-size:3.8rem;
	font-weight:700;	
}

.spsale-prd-goods--pgs2 {
	width:90px;
}
.goods--sale-class {
	padding-top:15px;
	width:90px;
	height:73px;
	text-align:center;
	font-weight:700px;
	color:#fff;
}
.spsale-prd-goods--sale1 {
	background:url('/images/twodeal/main_two_sale1.png') no-repeat top center;
	background-size: 90px 88px;
}
.spsale-prd-goods--sale2 {
	background:url('/images/twodeal/main_two_sale2.png') no-repeat top center;
	background-size: 90px 88px;
}
.sale_tx1 {
	font-size:2.4rem;
}
.sale_tx2 {
	font-size:1.6rem;
}

#spsale-prd {display: flex; background-color: #F0F0F0; width: 1080px; height: 260px; margin: 30px 0 0 0; padding: 60px;}
#spsale-rate {display: flex; justify-content: center; align-items: center; width: 181px; color: #5F5F5F; font-size: 4.6rem; font-weight: bold;}
#spsale-img {display: flex; justify-content: center; align-items: center; width: 442px;}
#spsale-img img {width: 222px; height: 256px;}
#spsale-info .prd-time1 {display: inline-block; height: 32px; line-height: 32px; margin: 27px 0 25px 0; padding: 5px 10px;  color: #fff; font-size: 1.9rem; background-color: #000;}
#spsale-info .prd-time2 {display: inline-block; height: 32px; line-height: 32px; margin: 27px 0 25px 0; padding: 5px 10px;  color: #fff; font-size: 1.9rem; #D80000;}
#spsale-info .dv1 img {width: 25px; height: 25px; margin: -2px 5px 0 0; vertical-align: middle;}
#spsale-info .dv2 {margin: 0 0 20px 0;}
#spsale-info .dv2 .txt-s1 {display: block; font-size: 2.2rem; font-weight: 500;}
#spsale-info .dv2 .txt-s1:nth-child(1) {font-size: 2.4rem; font-weight:800;}
#spsale-info .dv3 .txt-s1 {display: inline-block; color: #707070; font-size: 2.0rem; }
#spsale-info .dv3 .ico-s1 {display: inline-block; width: 20px; height: 20px; margin: 0 0 0 10px; background-color: #0F5298; border-radius: 50%; color: #fff; text-align: center;}
#spsale-info .dv3 .txt-s2 {display: inline-block; font-size: 2.4rem; }
#spsale-info .dv3 .txt-s3 {display: inline-block; margin: 0 0 0 25px; color: #707070; font-size: 2.1rem; text-decoration: line-through; }
/*
#supersale-area {margin: 30px 0;}
#spsale-tit {display: block; font-size: 3.4rem; font-weight: bold; text-align: center;}
#spsale-prd {display: flex; background-color: #F0F0F0; width: 1080px; height: 260px; margin: 30px 0 0 0; padding: 60px;}
#spsale-rate {display: flex; justify-content: center; align-items: center; width: 181px; color: #5F5F5F; font-size: 4.6rem; font-weight: bold;}
#spsale-img {display: flex; justify-content: center; align-items: center; width: 442px;}
#spsale-img img {width: 222px; height: 256px;}
#spsale-info .prd-time1 {display: inline-block; height: 32px; line-height: 32px; margin: 27px 0 25px 0; padding: 5px 10px;  color: #fff; font-size: 1.9rem; background-color: #000;}
#spsale-info .prd-time2 {display: inline-block; height: 32px; line-height: 32px; margin: 27px 0 25px 0; padding: 5px 10px;  color: #fff; font-size: 1.9rem; #D80000;}
#spsale-info .dv1 img {width: 25px; height: 25px; margin: -2px 5px 0 0; vertical-align: middle;}
#spsale-info .dv2 {margin: 0 0 20px 0;}
#spsale-info .dv2 .txt-s1 {display: block; font-size: 2.2rem; font-weight: 500;}
#spsale-info .dv2 .txt-s1:nth-child(1) {font-size: 2.4rem; font-weight:800;}
#spsale-info .dv3 .txt-s1 {display: inline-block; color: #707070; font-size: 2.0rem; }
#spsale-info .dv3 .ico-s1 {display: inline-block; width: 20px; height: 20px; margin: 0 0 0 10px; background-color: #0F5298; border-radius: 50%; color: #fff; text-align: center;}
#spsale-info .dv3 .txt-s2 {display: inline-block; font-size: 2.4rem; }
#spsale-info .dv3 .txt-s3 {display: inline-block; margin: 0 0 0 25px; color: #707070; font-size: 2.1rem; text-decoration: line-through; }
*/

/* 상품출력 공통부분 */
.prd-flex {
	display: flex; justify-content: space-between; align-items: flex-end;
}

div.prd-container {width: 1200px; margin: 45px auto; padding: 0;}
div.prd-tit {position: relative; display: block; height: 40px; line-height: 40px; margin: 0 0 30px 0;
color: #393838; font-size: 2.8rem; font-weight: bold; text-align: center;}
div.prd-tit span.prd-tit-deco {margin:0 0 0 5px; color: #3C99DC;}
div.prd-tit span.prd-tit-deco1 {margin: 0 0 0 10px; font-size: 1.6rem; font-weight: normal; color:#87888A;}
div.prd-tit a.prd-more {position: absolute; right: 0; color: #0F5298; font-size: 1.6rem; font-weight: bold;}
.prd-tit .prd-gift {
	width:35px;
}

div.prd-bnr {position: relative; display: flex;}
div.prd-bnr div.prd-bnr-item {position: relative; width: 49.333%; margin: 0 0 13px 1.334%;}
div.prd-bnr div.prd-bnr-item:first-child {margin: 0 0 13px 0;}
div.prd-bnr img {width: 100%; height: 280px;}
div.prd-bnr-txt {position: absolute; left: 0; top: 0; right: 0; bottom: 0; padding: 40px;}
div.prd-bnr-txt >p:nth-child(1) {margin:0 0 60px 0; color:#484848; font-size: 2rem;}
div.prd-bnr-txt >p:nth-child(2) {margin:0 0 10px 0;color:#484848; font-size: 1.4rem;}
div.prd-bnr-txt >p:nth-child(3) {color:#484848; font-size: 1.4rem;}

div.prd-list ul {display: flex;}
div.prd-list li {flex: none; width: 24%; margin: 0 0 0 1.333%;}
div.prd-list li:first-child {margin: 0;}
.prd-container div.prd-info{width: 100%!important;}
/* div.prd-info {width: 288px;} */
div.prd-img {position: relative;}
div.icon-rank {position: absolute; left: 0; top: 0; width: 43px; height: 52px;}
div.icon-rank img {width: 43px; height: 52px;}
div.icon-rank span {position: absolute; left: 40%; top: 5px; font-size: 1.6rem; color: #fff;}
div.icon-rank span.left {
	left:32%;
}
div.icon-rank2 {position:absolute; left:0; top:0; width:50px; height:50px; background:rgb(226,39,87,0.85);}
div.icon-rank2 span {position:absolute; left:50%; top:6px; transform:translateX(-50%); font-size:1.3rem; color:#fff; text-align:center;}
div.prd-img >a img {width: 100%; height: 300px;}

.common-wrap div.prd-img > a {
	display:block;
	position:relative;
	overflow:hidden;
}
.common-wrap div.prd-img > a::after {
	content:'Click!';
	display:block;
	position:absolute;
	right:-100%;
	top:0;
	width:100%;
	height:40px;
	padding:130px 0;
	font-size:20px;
	color:#fff;
	text-align:center;
	background-color:#000;
	opacity: 0.5;
	transition: .3s;
}
.common-wrap div.prd-img > a:hover::after {
	right:0;
}

/* 2023.02.06.  하트 위치 변경 */
div.prd-name {
	justify-content: space-between;
	align-items: center;
	color: #434242;
	font-size: 1.6rem;
	font-weight: bold;
	position:relative;
	margin-bottom:10px;
	padding-right:25px;
}
div.prd-name > a.btn_like {
	position:absolute;
	right:0;
	top:2px;
	display:block;
	width: 22px;
	height: 22px;
}
div.prd-name > a.btn_like > img {
	width: 22px;
	height: 22px;
	margin: 0;
	vertical-align: middle;
}

div.prd-name > a.btn-s1 {
	position:absolute;
	right:0;
	top:2px;
	display:block;
	width: 22px;
	height: 22px;
}
div.prd-name > a.btn-s1 > img {width: 22px; height: 22px; margin: 0; vertical-align: middle;}
/*
div.prd-name { justify-content: space-between; align-items: center; height: 50px; color: #434242; font-size: 1.6rem; font-weight: bold;}
div.prd-name img {width: 22px; height: 22px; margin: -5px 0 0 0; vertical-align: middle;}
div.prd-desc {overflow: hidden; font-size: 1.4rem; white-space: normal; color: #434242;}
*/
div.prd-desc {overflow: hidden; font-size: 1.4rem; white-space: normal; color: #434242; height:40px; }
div.prd-price-info {display: flex; justify-content: space-between; align-items: flex-end; margin: 10px 0 0 0;}

/*
div.prd-name {display: flex; justify-content: space-between; align-items: center; height: 36px; line-height: 36px; color: #434242; font-size: 1.6rem; font-weight: bold;}
div.prd-name img {width: 22px; height: 22px; margin: -5px 0 0 0; vertical-align: middle;}
div.prd-desc {overflow: hidden; width: calc(100% - 22px) ; height: 40px; line-height: 20px; font-size: 1.4rem; white-space: normal; color: #434242;}
div.prd-price-info {display: flex; justify-content: space-between; align-items: flex-end; margin: 10px 0 0 0;}
*/

div.prd-price-rate {font-family: 'Roboto', sans-serif; color: #E22757; font-size: 2.7rem; font-weight: bold;}
div.prd-price-rate font {font-size: 2.4rem !important;}
div.prd-point {font-size: 1.3rem;}
div.prd-point img {width: 14px; height: 14px; margin: -3px 5px 0 0; vertical-align: middle;}
div.prd-point span.ico-pt {display: inline-block; width: 18px; height: 18px; margin: 0 0 0 7px; background-color: #0f5298; border-radius: 50%; color: #fff; text-align: center;}
div.prd-price-new {color: #434242; font-size: 1.6rem; font-weight: bold;}
div.prd-price-old {color: #6B6969; font-size: 1.4rem; text-decoration: line-through;}
div.prd-vote-info {display: flex; justify-content: space-between; align-items: center; height: 24px; margin: 10px 0 0 0; font-size: 1.2rem; font-weight: bold;}
div.prd-star img {display: inline-block; width: 14px; height: 14px; vertical-align: middle;}
div.prd-review span {margin: 0 5px 0 0; color: #E22757;}

/* 2024.05.06. pro_new_use 이용 */
.prd-price-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.prd-price-wrap.tline {
	margin: 10px 0 0 0;
}
.prd-price-wrap.fline {
	margin: 5px 0 0 0;
}
.prd-price-wrap .naver_search {
	display:block;
	padding:3px 7px;
	background-color:#07689F;
	color:#fff;
	border-radius:5px;
	text-align:center;
}

.gift_direct {
	display:block;
	padding:3px 7px;
	background-color:#07689F;
	color:#fff;
	border-radius:5px;
	text-align:center;
}
.gift_load_img {
	display:block;
	padding:3px 7px;
	background-color:#07689F;
	color:#fff;
	border-radius:5px;
	text-align:center;
}


.wrap-line--rate {
	text-align:right;
	width:39%;
}
.wrap-line--rate.ratea {
	font-size:1.8rem;
	font-weight:700;
}
.wrap-line--rate.rateb {
	color:#f00;
}
.wrap-line--rate .revenue_link {
	margin-left:0;
	display:flex;
	justify-content:flex-end;
}
.wrap-line--price {
	text-align:right;
	width:38%;
	margin-right:3%;
}
.wrap-line--head {
	width:20%;
}

.prd-price-twodeal .wrap-line--rate {
	width:50%;
}
.prd-price-twodeal .wrap-line--price {
}


/* 2022.01.13 쇼핑호스트 수익롤 추가*/
.prd-info .profit_box {display:flex; justify-content:space-between; margin:10px 0; font-size:13px;}
.prd-info .profit_box .btn_profit {padding:3px 7px; background:#3C99DC; color:#fff; border-radius: 5px;}
.prd-info .profit_box .profit_percent {color:#DB0055; line-height:25px;}
.prd-info .profit_box .live_cmoney {line-height:25px; color:#6B6969;}

.prd-info .profit_box .profit_box--p {
	display:flex;
	justify-content:flex-start;
}

.revenue_link {
	margin-left:3px;
	cursor:pointer;
}
.revenue_link img {
	width:22px;
}

/* 2024.02.24. 최저가 비교 */
/*
.prd-price-search a {
	display:block;
	padding:3px 7px;
	background:#000;
	color:#fff;
	border-radius:5px;
	text-align:center;
}
*/
.prd-price-search-wrap {
}

.prd-price-search {
	margin-top:7px;
	display:flex;
	justify-content:flex-end;
}
a.naver_search {
	display:block;
	padding:3px 7px;
	background:#000;
	color:#fff;
	border-radius:5px;
	text-align:center;
}
.prd-price-time {
	padding:3px 7px 3px 7px;
	background-color:#000;
	color:#fff;
	border-radius:5px;
}
.prd-price-time .yel {
	color:#ff0;
}
/*
.prd-price-time {
	background-image:url('/m/images/new/ico_watch.png');
	background-repeat:no-repeat;
	background-position:left 7px center;
	background-size:18px 18px;
	padding:3px 7px 3px 28px;
	background-color:#000;
	color:#fff;
	border-radius:5px;
}
*/

.gds-price {
	position:relative;
}
.gds-price .prd-price-search {
	position:absolute;
	right:0;
	top:8px;
}

.gift-prd-info .prd-price-wrap {
	padding:0 10px;
}

.gift-prd-info div.prd-name > a.btn_like {
	right:10px;
}

.gift-prd-info .prd-price-wrap:last-child {
	padding-bottom:10px;
}

/* 2021.08.31 추가 */
#best-prd0 {width: 1120px; margin: 30px auto 30px; border-bottom: 1px solid #ccc;}
#best-prd0 .prd-tit {text-align: left;}
#best-prd0 .prd-more {display: none;}
#best-prd0 .prd-list {position: relative;}
#best-prd0 .prd-list ul {display: block; width: 100%;}
#best-prd0 .prd-list li {width: 204px; margin: 0 25px 0 0;}
#best-prd0 .prd-img >a img {width: 204px; height: 204px;}
#best-prd0 .bx-wrapper .bx-pager,
#best-prd0 .bx-wrapper .bx-controls-auto { position: absolute; width: 100%; text-align: right; }
#best-prd0 .bx-wrapper .bx-controls-direction a {width: 25px; height: 35px;}
#best-prd0 .bx-wrapper .bx-prev {left: -40px; top: 50%; margin: -80px 0 0 0; background: url(../images/btn_prev2.png) no-repeat; z-index: 9990;}
#best-prd0 .bx-wrapper .bx-next {right: -40px; top: 50%; margin: -80px 0 0 0; background: url(../images/btn_next2.png) no-repeat; z-index: 9990;}

/* 이슈머 최고추천상품 */
/* #best-prd1 {width: 1200px; margin: 30px auto 30px;} */
#best-prd1 {width: 1120px; margin: 30px auto 30px; border-bottom: 1px solid #ccc;}
#best-prd1 .prd-tit {text-align: left;}
#best-prd1 .prd-more {display: none;}
#best-prd1 .prd-list {position: relative;}
#best-prd1 .prd-list ul {display: block; width: 100%;}
#best-prd1 .prd-list li {width: 204px; margin: 0 25px 0 0;}
#best-prd1 .prd-img >a img {width: 204px; height: 204px;}
#best-prd1 .bx-wrapper .bx-pager,
#best-prd1 .bx-wrapper .bx-controls-auto { position: absolute; width: 100%; text-align: right; }
#best-prd1 .bx-wrapper .bx-controls-direction a {width: 25px; height: 35px;}
#best-prd1 .bx-wrapper .bx-prev {left: -40px; top: 50%; margin: -80px 0 0 0; background: url(../images/btn_prev2.png) no-repeat; z-index: 9990;}
#best-prd1 .bx-wrapper .bx-next {right: -40px; top: 50%; margin: -80px 0 0 0; background: url(../images/btn_next2.png) no-repeat; z-index: 9990;}

/* 고객님을 위한 추천상품 */
/* #best-prd2 {width: 1200px; margin: 30px auto 30px;} */
#best-prd2 {width: 1120px; margin: 30px auto 30px; border-bottom: 1px solid #ccc;}
#best-prd2 .prd-tit {text-align: left;}
#best-prd2 .prd-more {display: none;}
#best-prd2 .prd-list {position: relative;}
#best-prd2 .prd-list ul {display: block; width: 100%;}
#best-prd2 .prd-list li {width: 204px; margin: 0 25px 0 0;}
#best-prd2 .prd-img >a img {width: 204px; height: 204px;}
#best-prd2 .bx-wrapper .bx-pager,
#best-prd2 .bx-wrapper .bx-controls-auto { position: absolute; width: 100%; text-align: right; }
#best-prd2 .bx-wrapper .bx-controls-direction a {width: 25px; height: 35px;}
#best-prd2 .bx-wrapper .bx-prev {left: -40px; top: 50%; margin: -80px 0 0 0; background: url(../images/btn_prev2.png) no-repeat; z-index: 9990;}
#best-prd2 .bx-wrapper .bx-next {right: -40px; top: 50%; margin: -80px 0 0 0; background: url(../images/btn_next2.png) no-repeat; z-index: 9990;}


/* 최고 리뷰 상품 */
/* #best-prd3 {width: 1200px; margin: 30px auto 30px;} */
#best-prd3 {width: 1120px; margin: 30px auto 30px;}
#best-prd3 .prd-tit {text-align: left;}
#best-prd3 .prd-more {display: none;}
#best-prd3 .prd-list {position: relative;}
#best-prd3 .prd-list ul {display: block; width: 100%;}
#best-prd3 .prd-list li {width: 204px; margin: 0 25px 0 0;}
#best-prd3 .prd-img >a img {width: 204px; height: 204px;}
#best-prd3 .bx-wrapper .bx-pager,
#best-prd3 .bx-wrapper .bx-controls-auto { position: absolute; width: 100%; text-align: right; }
#best-prd3 .bx-wrapper .bx-controls-direction a {width: 25px; height: 35px;}
#best-prd3 .bx-wrapper .bx-prev {left: -40px; top: 50%; margin: -100px 0 0 0; background: url(../images/btn_prev2.png) no-repeat; z-index: 9990;}
#best-prd3 .bx-wrapper .bx-next {right: -40px; top: 50%; margin: -100px 0 0 0; background: url(../images/btn_next2.png) no-repeat; z-index: 9990;}

/* 카테고리별 베스트 상품 */
/* #cate-best-prd {width: 100%; height: 180px; margin: 0; background: #657D98; color: #fff; text-align: center;} */
#cate-best-prd {width: 1200px; height: 130px; margin: 0 auto 75px; background: #657D98; color: #fff; text-align: center;}
#cate-bprd-txt {display: flex; justify-content: space-around; align-items: center; flex-direction: column;
width: calc(100% - 30px); height: 100px; margin: 15px; box-sizing: border-box; border: 1px solid #fff;}
#cate-bprd-txt p:nth-child(1) {margin: 15px 0 0 0; font-size: 2.6rem; font-weight: bold;}
#cate-bprd-txt p:nth-child(2) {margin: 0 0 15px 0; font-size: 1.4rem; font-weight: 400;}

/* 카테고리별 베스트 상품 공통부분 */
/*
.prd-container1 {display: flex; width: 1200px; height: 666px; margin: 0 auto 45px; border-top: 2px solid #03204C; border-bottom: 1px solid #DEDEDE;}
*/
.prd-container1 {display: flex; width: 1200px; min-height: 666px; margin: 0 auto 45px; border-top: 2px solid #03204C; border-bottom: 1px solid #DEDEDE;}
.prd-container1 .dv1 {display: flex; align-items: center; flex-direction: column; width: 215px;}
.prd-container1 .dv1 .txt-s1 {display: inline-flex; margin: 57px 0 0 0; color: #03204C; font-size: 3.4rem; font-weight: bold; text-align: center;}
.prd-container1 .dv1 .btn-s1 {display: inline-flex; margin: 5px 0 0 0; color: #414141; font-size: 1.4rem; text-align: center;}
.prd-container1 .dv2 {width: 360px;}
.prd-container1 .dv3 {width: 625px;}
.prd-container1 .prd-list li {display: flex; flex-wrap: wrap; width: 100%; margin: 10px 0 0 0;}
.prd-container1 .prd-list li:first-child { margin: 10px 0 0 0;}
.prd-container1 .prd-info {width: 180px; padding: 0 0 15px 22px;}
.prd-container1 .prd-info:first-child {margin: 0 0 0 22px; padding: 0 0 15px 0;}
.prd-container1 .prd-info:nth-child(-n+3) {border-bottom: 1px solid #DEDEDE;}
.prd-container1 .prd-info:nth-child(n+4) {margin: 15px 0 0 0;}
.prd-container1 .prd-info .prd-img > a img {width: 180px; height: 180px;}
.prd-container1 .prd-info .prd-name { font-size: 1.4rem; }
/*
.prd-container1 .prd-info .prd-img img {width: 180px; height: 180px;}
.prd-container1 .prd-info .prd-name {height: 30px; line-height: 30px; font-size: 1.4rem;}
*/
.prd-container1 .prd-info .prd-name img {width: 21px; height: 21px; margin: 0; }
.prd-container1 .prd-info .prd-desc {font-size: 1.2rem;}
.prd-container1 .prd-info .prd-price-info {margin: 5px 0 0 0;}
.prd-container1 .prd-info .prd-price-rate {font-size: 2.2rem;}
.prd-container1 .prd-info .prd-point {font-size: 1.2rem;}
.prd-container1 .prd-info .ico-pt {width: 18px; height: 18px; font-size: 1.2rem;}
.prd-container1 .prd-info .prd-price-new {font-size: 1.3rem;}
.prd-container1 .prd-info .prd-price-old {font-size: 1.2rem;}
.prd-container1 .bx-wrapper .bx-controls-direction a {width: 25px; height: 35px;}
.prd-container1 .bx-wrapper .bx-prev {left: 0; background: url(../images/btn_prev2.png) no-repeat; z-index: 9990;}
.prd-container1 .bx-wrapper .bx-next {right: 0; background: url(../images/btn_next2.png) no-repeat; z-index: 9990;}

/* 2024.05.06. 카테고리별 베스트 상품 */
.prd-container1 .prd-info .prd-price-wrap {
	font-size:1.2rem;
}
.prd-container1 .prd-info .prd-price-wrap .naver_search {
	font-size: 1.3rem;
}


/* 사이드 스크롤메뉴 */
/* #scroll-menu {position: fixed; right: 15px; bottom: 70px; z-index: 2;} */
/* #scroll-menu {position: fixed; right: 50%; bottom: 70px; margin: 0 -700px 0 0; z-index: 2;}
#scroll-menu ul {display: flex; justify-content: flex-end; flex-direction: column;}
#scroll-menu li {display: flex; justify-content: center; align-items: center; width: 50px; height: 50px; margin: 0 0 10px 0;
background: rgba(181, 183, 184, .7); border-radius: 50%; border: 1px solid #2565AD; text-align: center;}
#scroll-menu li img {width: 30px; height: 30px;} */
#fixed-scroll {position: fixed; left: 50%; bottom: 100px; width: 82px; margin: 0 0 0 700px;}
.scrl-menu {position: relative; margin: 0 0 30px 0; background-color: #0e4c75; border-radius: 12px;}
.scrl-menu::after {position: absolute; left: 50%; bottom: -20px; margin: 0 0 0 -24px; content: url(../images/ico_dropdown1.png);}
.scrl-menu ul {position: relative; display: flex; justify-content: flex-end; flex-direction: column; padding: 10px 4px 10px 4px;}
.scrl-menu li {display: flex; padding: 20px 0; border-top: 1px solid #fff; text-align: center;}
.scrl-menu li:first-child {border: none; padding: 10px 0 20px 0;}
.scrl-menu li:last-child {padding: 20px 0 15px 0;}
.scrl-menu li img {width: 20px; height: 20px;}
.scrl-menu li span {display: block;}
.scrl-menu li a {display: block; width: 100%; height: 100%; color: #fff;}

.scrl-rct {width: 60px; margin: 0 auto;}
.rct-item {width: 60px; margin: 0 auto;}
.rct-item img { width: 60px; height: 60px;}

.rct-ctrl {display: flex; justify-content: space-between; width: 50px; margin: 5px auto 0;}
.rct-ctrl img { width: 10px; height: 10px;}
.rct-ctrl a {display: inline-block; width: 20px; height: 20px; background-color: #A7A7A7; border-radius: 5px; text-align: center; vertical-align: middle;}

/* 하단 */
#ft {padding: 10px 0; background: #EEEEEE; box-sizing: border-box;}
/* #ft-gnb {display: flex; justify-content: space-between; align-items: center; width: 50%; height: 55px; margin: 0 auto; box-sizing: border-box; } */
#ft-gnb {display: flex; justify-content: flex-start; align-items: center; width: 800px; height: 55px; margin: 0 auto; box-sizing: border-box; }
#ft-gnb li {position: relative; width: 120px; padding: 0 20px; font-size: 1.6rem; font-weight: bold; text-align: center;}
#ft-gnb li::after {position: absolute; left: 0; top: 6px; content: ""; width: 1px; height: 16px; background-color: #0F5298;}
#ft-gnb li:first-child::after {display: none;}
#ft-gnb li a {display: inline-block; color: #0F5298;}

#ft-content {padding: 35px 0; border-top: 1px solid rgba(177, 173, 173, .45);}
#ft-info {display: flex;}
/*
#ft-logo {width: 30%;}
*/
#ft-logo {
	width: 24%;
	padding-top:20px;
	padding-left:6%;
}
#ft-logo img {width: 155px;}
#ft-company {width: 35%; font-size: 1.3rem; color: #3C3C3D;}
#ft-company p {margin: 5px 0 0 0; line-height: 20px;}
/*#ft-company p:first-child {margin: 0 0 15px 0; font-size: 1.6rem; font-weight: bold;}*/
#ft-company span {display: inline-block; width: 90px; line-height: 22px; margin: 0 10px 0 0;
border-radius: 50px; color: #343434; border: 1px solid #0F5298; font-size: 1.1rem; text-align: center;}
#ft-copyright {padding: 20px 0 5px 0; font-weight: bold;}
#ft-escrow {display: flex; width: 35%; font-size: 1.3rem;}
#ft-escrow >div:first-child { margin: 0 25px 0 0;}
#ft-escrow img {width: 60px; height: 60px;}
#ft-escrow p {margin: 5px 0 0 0; line-height: 29px;}
#ft-escrow p:first-child {margin: 0 0 15px 0;}
#ft-escrow p:last-child {margin: 25px 0 0 0;}
#escrow-signin {display: inline-block; width: 100px; line-height: 22px; margin: 20px 0 0 0;
border-radius: 50px; color: #343434; border: 1px solid #0F5298; font-size: 1.1rem; text-align: center;}

#ft .ft-nav {display: flex; justify-content: space-between; align-items: center; width: 600px; margin: 0 auto;}
#ft .ft-nav li:nth-child(1) img {width: 40px; height: 40px;}
#ft .ft-nav li:nth-child(2) img {width: 72px; height: 20px;}
#ft .ft-nav li:nth-child(3) img {width: 103px; height: 40px;}
#ft .ft-nav li:nth-child(4) img {width: 126px; height: 40px;}
#ft .ft-nav li:nth-child(5) img {width: 44px; height: 40px;}

/* 하단 컨텐츠 */
.ft-cont {display: flex; justify-content: space-between; width: 1200px; margin: 0 auto 40px; border: 1px solid #C4C4C4;}
.ft-tit {display: block; margin: 0 0 15px 0; font-size: 2rem; font-weight: bold; text-align: center;}
.ft-cont .ft-a1 {width: 25%; padding: 20px 10px;}
.ft-cont .ft-a1 img { width: 20px; margin: 0 5px 0 0; vertical-align: middle;}
.ft-cont .ft-a1 ul {width: 240px; margin: 0 auto; border: 1px solid #C4C4C4; border-radius: 5px;}
.ft-cont .ft-a1 li {height: 49px; line-height: 49px; border-top: 1px solid #C4C4C4; font-size: 1.3rem; text-indent: 50px;}
.ft-cont .ft-a1 li a {color: #969696;}
.ft-cont .ft-a1 li:first-child {border: none;}

.ft-cont .ft-a2 {width: 25%; padding: 20px 10px; border-left: 1px solid #C4C4C4;}
.ft-cont .ft-a2 li {font-size: 1.2rem;}
.ft-cont .ft-a2 span {display: block; margin: 0 0 10px 0; font-size: 1.6rem; font-weight: bold;}
.ft-cont .ft-a2 .ft-tit1 {color: #0378AE; font-size: 3.0rem; text-align: center;}
.ft-cont .ft-a2 .ft-list1 {width: 200px; margin: 0 auto;}
.ft-cont .ft-a2 .ft-list1 li {font-size: 1.3rem; color: #969696;}
.ft-cont .ft-a2 .ft-tit2 {margin: 25px 0 10px 0; font-size: 2rem; text-align: center;}
.ft-cont .ft-a2 .ft-list2 {display: flex; flex-wrap: wrap; width: 270px; margin: 0 auto; font-size: 1.3rem;}
.ft-cont .ft-a2 .ft-list2 li {position: relative; width: 90px; padding: 0 0 0 6px; font-size: 1.3rem}
.ft-cont .ft-a2 .ft-list2 li a{color: #969696;}
.ft-cont .ft-a2 .ft-list2 li:nth-child(3n) {width: 60px;}
.ft-cont .ft-a2 .ft-list2 li::after {position: absolute; left: 0; content: "·"; color: #969696;}

.ft-cont .ft-a3 {width: 25%; padding: 20px 10px; border-left: 1px solid #969696;}
.ft-cont .ft-a3 .ft-qr {display: flex; justify-content: space-between; align-items: center; width: 85%; margin: 40px auto 0; font-size: 1.3rem; color: #969696;}
.ft-cont .ft-a3 img {width: 130px; height: 130px; margin: 0 10px 0 0;}
.ft-cont .ft-a4 {width: 25%; padding: 20px 10px; border-left: 1px solid #C4C4C4; font-size: 1.3rem;}
.ft-cont .ft-a4 .ft-list1 {width: 270px; margin: 25px auto 0;}
.ft-cont .ft-a4 .ft-list1 li {height: 20px; line-height: 20px; margin: 0 0 5px 0; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.ft-cont .ft-a4 .ft-list1 li a{color: #969696;}
.ft-cont .ft-a4 .ft-list1 li a::before {content: "·";}
.ft-cont .ft-a4 img { width: 270px; height: 80px;}
.ft-cont .ft-bnr {display: block; margin: 30px 0 0 0;}

/* 하단 두번째 */
.ft-content {
	padding: 35px 0;
	border-top: 1px solid rgba(177, 173, 173, .45);
}
.ft-half {
	width:calc(50% - 60px - 1px);
	padding:15px 30px;
}
.ft-left {
	border-right:1px solid #bcbcbc;
}

.ft-hizcorp-img {
	height:25px;
}
.ft-luxio-img {
	height:50px;
}

.ft-logo-img {
	height:25px;
}

.ft-logo-a1wm {
	height:50px;
}
.ft-logo-mokpomam {
	height:70px;
}

.ft-mid-comp {
	margin-top:10px;
	color:#4c4c4c;
}
.ft-cfg-comp {
	margin-top:10px;
	color:#4c4c4c;
}
.ft-mid-comp li {
	margin:3px 0;
}
.ft-cfg-comp li {
	margin:3px 0;
}

.ft-explain {
	margin-top:20px;
	font-weight:700;
}

/* 전체메뉴 */
/*
#allmenu-area {position: absolute; top: 202.55px; display: none; width: 100%; height: 800px; background: rgba(255,255,255,0.85); z-index: 9999;}
#allmenu-area {position: absolute; top: 202.55px; display: none; width: 100%; background: rgba(255,255,255,0.85); z-index: 9999;}
#allmenu-area {position: absolute; top: 202.55px; display: none; width: 100%; background: rgba(255,255,255,0.85); z-index: 9999;}
// 2023.04.20. 높이 값 자동
*/
#allmenu-area {position: absolute; top: 220px; display: none; width: 100%; background: rgba(255,255,255,0.85); z-index: 9999;}
#allmenu-wrap {position: relative;}
#allmenu {position: relative; width: 200px; height: 800px; padding: 25px 0; background: #162f4d; box-sizing: border-box;}
#allmenu >li {text-indent: 40px;}
#allmenu >li >a { line-height: 50px; color: #fff; box-sizing: border-box; font-size: 1.4rem; font-weight: normal;}
#allmenu >li.active {background-color: #fff;}
#allmenu >li.active >a {color: #162f4d; font-size: 1.4rem; font-weight: normal;}

/*
div.allmenu-sub1 {display: none; position: absolute; left: 200px; top: 0; width: 840px; height: 430px; padding: 35px 120px 35px 40px; background-color: #fff; z-index: 9999;}
*/
div.allmenu-sub1 {display: none; position: absolute; left: 200px; top: 35px; width: 230px; z-index: 9999;}
div.allmenu-sub1.active {display: block;}
div.allmenu-sub1 >ul {display: flex;}
div.allmenu-sub1 >ul >li {width: 210px;}
div.allmenu-sub1 >ul >li >a {color: #333; font-size: 1.6rem; font-weight: bold;}

ul.allmenu-sub2 { margin: 10px 0 0 0; font-size: #767676;}
ul.allmenu-sub2 >li {line-height: 25px;}
ul.allmenu-sub2 >li a {display: block; color: #767676; font-size: 1.4rem; transition: all .4s;transform: scale(1);}
ul.allmenu-sub2 >li a:hover {text-decoration: underline #194d8d; transform: scale(1.1);}
ul.allmenu-sub2 >li a:focus {text-decoration: underline #194d8d; transform: scale(1.1);}

/* allmenu-3 추가 */
.allmenu-sub3 { display: none; position: absolute; left: 240px; top: 35px; width: 230px; z-index: 9999; }
.allmenu-sub3 >li {line-height: 25px;}
.allmenu-sub3 >li a {display: block; color: #767676; font-size: 1.4rem; transition: all .4s;transform: scale(1);}
.allmenu-sub3 >li a:hover {text-decoration: underline #194d8d; transform: scale(1.1);}
.allmenu-sub3 >li a:focus {text-decoration: underline #194d8d; transform: scale(1.1);}
.allmenu-sub3.active {display: block;}

/* allmenu-4 추가 */
.allmenu-sub4 { display: none; position: absolute; left: 240px; top: 0; width: 230px; z-index: 9999; }
.allmenu-sub4 >li {line-height: 25px;}
.allmenu-sub4 >li a {display: block; color: #767676; font-size: 1.4rem; transition: all .4s;transform: scale(1);}
.allmenu-sub4 >li a:hover {text-decoration: underline #194d8d; transform: scale(1.1);}
.allmenu-sub4 >li a:focus {text-decoration: underline #194d8d; transform: scale(1.1);}
.allmenu-sub4.active {display: block;}


#btn-allmenuclose {position: absolute; right: 35px; top: 35px; z-index: 9999;}
#btn-allmenuclose img {width: 20px; height: 20px; cursor: pointer;}
#qna_write{display: inline-block; padding: 5px 35px; float: right; margin-right: 18px; background: #3282B7; color: white; border-radius: 7px;cursor: pointer;}
div.prd-point span.txt-pt { display: inline-block; width: 17px; height: 17px; margin: -3px 0 0 5px; background-color: #0F5298; border-radius: 50%; color: #fff; text-align: center; vertical-align: middle;}

/* 개인정보처리방침 */
.contentWrap {margin: auto;}


/* 5월28일 추가 */
.prd-time1 {
  background-color: #000;
  color: #fff;
}

.prd-price-info .prd-time1 {
  background-color: #000;
  color: #fff;
}

.prd-price-info .prd-time {
  background-color: red;
  color: #fff;
}

/* 메인배너 2번 페이저 추가 */
#bnr-main-pager2 {position: absolute; top: 370px; left: calc(50% - 600px); }
/*
#bnr-main-pager2 {position: absolute; top: 370px; left: 360px;}
*/
.pager2 a {width: 160px; height: 40px; background: #fff; display: inline-block; line-height: 40px; text-align: center; font-size: 1.2rem;}
.pager2 a.active {background: #000; color: #fff;}

/* 임박! 라이브 */
#live-prd {
	width:1120px;
	margin: 30px auto 30px;
	border-bottom: 1px solid #ccc;
}

#live-prd .prd-tit {
	text-align: left;
}

#live-prd .prd-list {
	position:relative;
}

#live-prd .live-img img {
	width:100%;
	height:400px;
}

#live-prd .live-box {
	position:relative;
	border-radius: 20px;
	overflow: hidden;
}

#live-prd .live-overlay {
	position:absolute;
	top:10px;
	left: 10px;
	color:#fff;
	background:#000;
	background: rgba(0,0,0,0.3);
	width:190px;
	padding: 3px 0;
	border-radius:10px;
	z-index: 100;
}

#live-prd .live-overlay span:nth-child(1) {
	padding: 3px 21px;
	background: #7001A7;
	border-radius: 10px;
	font-size: 16px;
}

#live-prd .live-overlay span:nth-child(2) {
	width:100%;
	font-size: 13px;
	margin-left:10px;
}

#live-prd .live-info .live-gray {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.3;
	background:rgba(0,0,0,0.3);
}

#live-prd .live-info .live-img {
	height:400px;
}

#live-prd .live-time {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	color:#fff;
	font-size:24px;
	font-weight:bold;
	text-align: center;
	z-index: 100;
}

#live-prd .live-prd-box {
	display:flex;
	position:absolute;
	bottom:15px;
	left:10px;
	z-index: 100;
	text-align: center;
	background:rgba(0,0,0,0.3);
	width:250px;
	color:#fff;
	height:72px;
	border-radius: 36px;
}

#live-prd .live-prd-img img {
	height:100%;
	background:#fff;
	border-radius: 36px 0px 0px 36px;
}

#live-prd .live-prd-desc {
	overflow: hidden;
	padding:15px 25px 0px 10px;
	color:#fff;
	width:185px;
	box-sizing: border-box;
}

#live-prd .live-prd-tit {
	font-size:13px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-bottom:5px;
}

#live-prd .live-prd-price {
	display:flex;
	justify-content: space-between;
}

#live-prd .live-prd-price span:nth-child(1) {
	font-size:13px;
	font-weight:bold;
	color:#db0055;
}

#live-prd .live-prd-price span:nth-child(2) {
	font-size:12px;
}

#live-prd .live-desc-box {
	margin-top:15px;
}

#live-prd .live-desc-box .live-tit {
	color:#db0055;
	font-size:16px;
	margin-bottom:15px;
}

#live-prd .live-desc-box .live-desc {
	color:#434242;
	font-size:14px;
	margin-bottom:10px;
}

#live-prd .live-desc-box .live-icon-box span img {
	display:inline-block;
	width:25px;
}

#live-prd .live-desc-box .live-icon-box span:nth-child(1) {
	margin-right:5px;
}

#live-prd .live-desc-box .live-icon-box {
	margin-bottom: 10px;
}

#live-prd .live-desc-box .live-profile {
	margin-bottom:75px;
}

#live-prd .live-desc-box .live-profile .profile-img-box {
	display:inline-block;
	width:32px;
	height:32px;
	border-radius: 50%;
	overflow:hidden;
	vertical-align: middle;
}

#live-prd .live-desc-box .live-profile .profile-img-box img {
	width:32px;
	height:32px;
}

#live-prd .live-desc-box .live-profile .profile-name {
	font-size:18px;
	color:#434242;
	margin-left:5px;
	margin-right:10px;
}

#live-prd .live-desc-box .live-profile .host-icon {
	display:inline-block;
	vertical-align: middle;
}

#live-prd .bx-wrapper .bx-controls-direction a {width: 25px; height: 35px;}
#live-prd .bx-wrapper .bx-prev {left: -40px; top: 50%; margin: -80px 0 0 0; background: url(../images/btn_prev2.png) no-repeat; z-index: 9990;}
#live-prd .bx-wrapper .bx-next {right: -40px; top: 50%; margin: -80px 0 0 0; background: url(../images/btn_next2.png) no-repeat; z-index: 9990;}


@media screen and (max-width:1400px){
	#wrap {width:1200px; margin:0 auto; min-width:1200px;}

	#bnr-area .bx-wrapper li .main_img {
		background-size:auto 430px;
	}

	#bnr-main-pager2 { left: 20px; }
	/*
	#bnr-area .bx-wrapper li a img {height: 450px; max-width: 100% !important;}
	#bnr-main-pager2 {position: absolute; top: 405px; left: 11%;}
	*/
}


/*
.popups-open {
	display:none;
	position:absolute;
	left:50px;
	top:150px;
	border:1px solid #ccc;
	background-color:#4b4b4b;
}
*/

.popups-open {
	display:none;
	position:absolute;
	border:1px solid #ccc;
	background-color:#4b4b4b;
}
.popups-open .popups-wrap {
	position:relative;
}
.popups-open .popups-wrap .popups-close {
	position:absolute;
	top:5px;
	right:5px;
	cursor:pointer;
}
.popups-open .popups-today {
	padding:5px 0 5px 12px;
	color:#fff;
	background-color:#4b4b4b;
}


.gift-span-msg {
	box-sizing: border-box;
    border: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'Noto Sans KR';
    color: #222222;
    font-size: 15px;
    letter-spacing: -0.9px;
    word-break: break-all;
    -webkit-font-smoothing: antialiased;
    overflow-wrap: break-word;
    white-space: pre-line;
}

/*
.info-detail-bottom {
	margin:20px 0;
	text-align:center;
}
.info-detail-bottom img {
	max-width:860px;
	width:100%;
}
*/

#iframe_fix {
	position:fixed;
	left:10%;
	top:10%;
	width:80%;
	height:40%;
}