@charset "euc-kr";
#m_preview_wrap {display:none;} /* ¹Ì¸®º¸±â ¼û±â±â */

html, body {
    -webkit-overflow-scrolling: touch;
    touch-action: auto;
}


:root {
  /* margin */
  --p-0: 10px;
  --p-1: 20px;
  --p-2: 40px;
  --p-3: 60px;
  --p-4: 80px;
  /* font */
  --f-0: 10px;
  --f-1: 12px;
  --f-2: 14px;
  --f-3: 16px;
  --f-4: 35px;
  /*color*/
  --gray: #acacac;
  --gray2: #eee;
  --back1: #ffffff;
  --back2: #ffffff;
  /*speed*/
  --speed: 0.2s;
  --speed2: 0.4s;
  /*width*/
}

#content-m {
    width: 100%;
}
#content-n {
    width: 100%;
    margin: 84px 0 0;
    padding: 0 0 100px;
}
a.a-button {
    width: 100%;
    height: 30px;
    border: 1px solid #000;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    position: relative;
}
a.a-button span {
    font-size: var(--f-1);
    color:#000;
    position: relative;
    z-index:2;
    transition: all var(--speed);
        line-height: 1;
}
a.a-button:active span {
    color:#fff;
}
a.a-button:after  {
    content:" ";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1;
    background: #000;
    transition: all var(--speed);
    width: 0%;
}
a.a-button:active:after {
    width: 100%;
}
input:not(:placeholder-shown),
#login-custom .login-box ul li input:not(:placeholder-shown),
#join-custom .join-box ul li input:not(:placeholder-shown),
#forgot ul li input:not(:placeholder-shown),
#order-custom .ul-box ul li input:not(:placeholder-shown),
#order-custom .ul-box ul li.mobile input[type="text"]:not(:placeholder-shown),
#order-custom .ul-box ul li.address-box input:not(:placeholder-shown),
#order-custom .ul-box ul li.message textarea:not(:placeholder-shown),
#ep-header #ep-header-tab.search-box .search-input input:not(:placeholder-shown),
#order-custom .ul-box.paym .p-b1 input:not(:placeholder-shown),
#order-custom .ul-box.paym #RefundInfoWrap input:not(:placeholder-shown),
#order-custom .ul-box.paym #cashbill_data span input:not(:placeholder-shown),
#order-custom .ul-box.total #usereserve:not(:placeholder-shown), 
#order-custom .ul-box.total #useemoney:not(:placeholder-shown),
#profile-custom .normal-info ul li input:not(:placeholder-shown),
#mypage .mypage-box ul li input:not(:placeholder-shown),
#mypage .mypage-box ul li textarea:not(:placeholder-shown),
#content-n .hc_order_sheet .Write-order span input:not(:placeholder-shown),
#content-n .hc_deliverylist_modified li input[type="text"]:not(:placeholder-shown),
#content-n #order.hc_order_sheet input#post1.MS_input_txt.txt-input2:not(:placeholder-shown),
#content-n .hc_order_sheet span input[type="tel"]:not(:placeholder-shown),
#content-n .hc_deliverylist_modified li textarea:not(:placeholder-shown),
#content-n .pay-info .hc_pay_info dl.bank ul li input:not(:placeholder-shown),
#content-n .pay-info #RefundInfoWrap input:not(:placeholder-shown),
#content-n .last-price tr.mileage-custom td .boxz #usereserve:not(:placeholder-shown), 
#content-n .last-price tr.useemoney-custom td .boxz #useemoney:not(:placeholder-shown),
#content-n .hc_order_sheet span input[type="email"]:not(:placeholder-shown),
#content-n #order #evidence .pay-info #evidence_cashbill_tel dd input:not(:placeholder-shown), 
#content-n #order #evidence .pay-info #evidence_cashbill_card dd input:not(:placeholder-shown), 
#content-n #order #evidence .pay-info #evidence_cashbill_company dd input:not(:placeholder-shown),
#content-n .hc_order_sheet span input[type="text"]:not(:placeholder-shown),
#content-n .pay-info #RefundInfoWrap input[type="text"]:not(:placeholder-shown)

{
    border-color: #000 !important;
}
/* base */
* {-webkit-text-size-adjust:none;}
body {
	position:relative;
	font-size:0.75em;
	line-height:1.417em;
	-webkit-text-size-adjust:none;
    background:var(--back1);
}
body,input,textarea,select,button,table{

	font-family:"nimbus-roman", "Pretendard Variable", Pretendard,"Noto Sans KR","Helvetica Neue", Helvetica, NanumGothic,"Malgun Gothic",Dotum,Gulim,sans-serif !important;
}
body,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,th,td,form,fieldset,legend,input,textarea,button,select,figure{margin:0;padding:0}
h1, h2, h3, h4, h5, h6 {font-weight:normal; font-size:100%; word-break: break-all;}
ul, ol, li {list-style:none;}
fieldset, img {border:none;}
img {vertical-align:top;}
hr, button img {display:none;}
form, fieldset, legend, label {margin:0; padding:0;}
fieldset{border:0 none;}
fieldset legend {position:absolute; visibility:hidden; overflow:hidden; width:0; height:0; margin:0; padding:0; font:0/0 Arial;}
em,address{font-style:normal;}
input,textarea,select,button,table{font-size:inherit; font-family:inherit; line-height:inherit;}
label { cursor:pointer; }
table {border-collapse: collapse; border-spacing: 0;}
/* //base */

/* cross */
* html input { margin:-1px 0; } 
*:first-child+html input { margin:-1px 0; }
input.checkbox { width:13px; height:13px; margin-top:-4px; vertical-align:middle;}
/* //cross */

/* a-style */
a {text-decoration:none;}
a:hover, a:active {text-decoration:none;}
/* //a-style */

/* °øÅë */
address, article, aside, figure, footer, header, hgroup, menu, nav, section {display:block;}
caption {font-size:0; height:0;}
input[type="radio"], input[type="checkbox"] {vertical-align: middle;}
.clearFix {
	position:relative;
	overflow:hidden; 
	zoom:1;
	/* display:none; */
}
.bold {font-weight:bold;}
.response100 {width:100%;}
.location {padding:0 10px; margin-bottom:8px;}
#mask {width:100%; height:100%; position:fixed; top:36px; left:0; right:0; bottom:0; background-color:#3c3c3c; z-index:1000; display:none; opacity:0.8;}
.none-data img {margin-bottom:10px;}
.fr {float:right !important;}
.fl {float:left !important;}
.txt-input1 {width:100% !important;}
.txt-input2 {width:46% !important;}
.txt-input3 {width:29% !important;}
.txt-input4 {width:20% !important;}
.txt-area1 {width:100% !important;}
.mt5 {margin-top:5px;}
.page_location {padding:5px 5px;}
.page_location li {float:left;}
.page_location li::after {content: ">"; margin: 0 7px;}
.page_location li:last-child::after {content: ""; margin:0;}
.h_layerTitle {height:35px; line-height:35px; background-color:#f2f2f2; padding:0 10px; margin-bottom:10px;}
.h_layerTitle h3 {font-weight:bold;}
.h_layerTitle .fa-times {float:right; margin-top: 5px;}
.MK-product-icons img {padding:0 2px;}
/* //°øÅë */

/* ÆäÀÌÂ¡ */
.paging a.now {color:#fff;}
/* //ÆäÀÌÂ¡ */

/* ÆùÆ® °ü·Ã */
.color_1984f1 {color:#1984f1 !important;} /* Blue */
.color_a63f42 {color:#a63f42 !important;} /* DarkRed */
.bgc077fe2 {background-color:#077fe2; color:#fff; padding:2px 5px; margin-right: 5px;}
.caution {color:#f1191f; text-align:center; font-size:0.917em;}
.ico_new {color: #ffffff; background-color: #ff8400; font-weight:bold; padding:1px 5px;}
.ico_hit {color: #ffffff; background-color: #f1191f; font-weight:bold; padding:1px 5px;}
/* //ÆùÆ® °ü·Ã */

/* ¹öÆ° °ü·Ã */
.fixButtonR {
	position:relative; 
}
.fixButton {width:115px; position:absolute; top:0; right:0;}
.more {text-align:center; width:100%;}
.btn_moreGray span em {color:#f1191f;}
/* ¹öÆ° °ü·Ã */

/* »óÇ°Áø¿­ */
.list_array {
	height:52px; 
}
.list_array .list_arrayLeft {float:left; margin-top:12px;}
.list_array .list_arrayLeft select {height:28px;}
.list_array .list_arrayRight {float:right; margin-top:12px;}
.list_array .list_arrayRight img {margin-left:10px;}
.list_shopping1x {text-align:center;}
.list_shopping1x ul {width:100%; display:table; table-layout: fixed; box-sizing: border-box; text-align:left; font-size:0;}
.list_shopping1x li {width:100%; display:inline-block; vertical-align: top; border-top:1px solid #d9d9d9;}
.list_shopping1x li a {display: block; padding:18px 4px; position:relative; overflow:hidden; zoom:1;}
.list_shopping1x li:first-child {border:0px none;}
.list_shopping1x li:first-child a {padding:0 4px 18px 4px;}
.list_shopping1x li img.listPic {width:50%; float:left;}
.list_shopping1x .list_shoppingInfo {width:46%; float:left; padding-left:4%; font-size:12px;}
.list_shopping2x {text-align:center;}
.list_shopping2x .list_shoppingInfo {margin-top:10px; text-align:center; font-size:12px;}
.list_shopping3x {text-align:center;}
.listName {word-break: break-all;}
.listDiscount {color:#b5b5b5;}
.listPrice {
	margin-bottom:4px;
	/* color:#ed2764;*/
}
.listReplace {color:#1b1b1b; margin-bottom:4px;}
.listReview {color: #DB2E2E; margin-bottom:4px;}
.listReserve {color:#7d7d7d; font-size:0.917em;}
.listPoint {color:#7d7d7d; font-size:0.917em;}
/* //»óÇ°Áø¿­ */
/* ·Î±×ÀÎ */
.login .caution {margin-bottom:10px;}
.login #keyboard img {display:none; width:100%;}
.login .loginMiddle .btn_White {font-size:1.167em;}
.login .loginBottom h4 {background-color:#eaeaea; margin-bottom:5px; padding:0; font-weight:bold;}
.sns-login { 
	position: relative; 
	margin: 24px 0 0; 
}
.sns-login .sns-title img { width: 100%; max-width: 300px; }
.sns-login ul li { 
	position: relative;
	margin-top: 5px; 
	height: 40px; 
	line-height: 40px; 
	text-align: center;
	border: 1px solid #000; 
}
.sns-login ul li a { 
	display: block; 
	font-size: 1.25em;
	letter-spacing: -1px; 
}
/*
.sns-login ul li span { position: absolute; top: 0; left: 0; width: 50px; height: 40px; }
.sns-login ul li.facebook span { background: url(/images/d3/m_01/icon/ico_sns_facebook.gif) no-repeat 50% 50%; background-size: 12px auto; }
.sns-login ul li.naver span { background: url(/images/d3/m_01/icon/ico_sns_naver.gif) no-repeat 50% 50%; background-size: 18px auto; }
.sns-login ul li.kakaotalk span { background: url(/images/d3/m_01/icon/ico_sns_kakaotalk.gif) no-repeat 50% 50%; background-size: 20px auto; }
*/
/* //·Î±×ÀÎ */

#check_auth {padding:15px 0;}
#check_auth .head {text-align:center; color:#f46b00; margin-bottom:10px;}
#check_auth .contents table {margin:0 auto;}
#check_auth .contents table td {padding:5px 0;}
#check_auth .contents table td input {width:100% !important; height:35px !important; margin-bottom:0 !important;}

/* ·¹ÀÌ¾îÆË¾÷ */
.layer {
	width: 100%; 
	min-height: 100%; 
	z-index: 999;
	position: fixed; 
	left: 0; 
	top: 0; 
	background:rgba(60,60,60,0.8);
}
.layer .layer-pop {width:90%; background-color: #fff; position: relative; box-shadow: 0px 1px 10px #494949; margin:80px auto;}
.layer .layer-pop h3  {
	font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
	height: 36px; 
	line-height: 36px; 
	padding: 0 10px; 
}
.layer .layer-pop .txt {max-height: 300px; overflow-y: auto; padding:10px;}
.layer .layer-pop .close {
	width:45px; 
	height:36px; 
	color:#fff; 
	line-height: 42px; 
	position:absolute;
	top:0; 
	right:0;  
	background-color: #000; 
	text-align: center;
}
body #comment_password {border-radius:0 !important; font-size:1em;}
body #comment_password .head {
	height: 36px; 
	line-height: 36px; 
	font-weight: bold; 
	text-align:left !important;
	padding: 0 10px;
}
body #comment_password .head h5 {border-bottom:0px none !important; font-size:1em !important; padding:0 !important;}
body #comment_password .head a.close {width:45px; height:36px; color:#fff; line-height: 42px; top:0 !important; right:0 !important; text-align: center;}
body #comment_password .contents p {font-size:1em !important; font-weight:normal;}
body #comment_password .contents .form-wrap2 input {height: 35px;}
body #comment_password .contents .form-wrap2 p:last-child a {
	display:block; 
	background-color: #000; 
	color:#fff; 
	position:initial !important; 
	padding:10px 0; 
	margin-top: 10px;
}
/* //·¹ÀÌ¾îÆË¾÷ */

/* ÆË¾÷ */
.popup .pop h3  {background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; padding: 0 10px; }
.popup .pop .txt {padding:10px;}
.popup .pop .close {width:45px; height:36px; color:#fff; line-height: 42px; position:absolute; top:0; right:0;  background-color: #4f4f4f; text-align: center;}
#passimg {
	background-color: #fff; 
	top:50%; 
	left: 20px; 
	right: 20px; 
	margin: 0 auto;
	text-align: center; 
	border: 1px solid #000;
}
#passimg .head {color:#f26c09;}
#passimg .btns {padding:0 10px; margin-top: 10px;}
/* //ÆË¾÷ */

@media screen and (max-width:319px) {
    .tabletOnly {display:none !important;}
}
@media screen and (min-width:320px) and (max-width:419px) {
    .tabletOnly {display:none !important;}
}
@media screen and (min-width:420px) and (max-width:767px) {
    .tabletOnly {display:none !important;}

    /* »óÇ°Áø¿­ */
    .list_shopping1x li {width:50%;}
    .list_shopping1x li a {padding:4px;}
    .list_shopping1x li:first-child a {padding:4px;}
    .list_shopping1x li:nth-child(2) {border:0px none;}
    .list_shopping2x li {width:33.3%;}
    .list_shopping3x li {width:25%;}
    /* //»óÇ°Áø¿­ */
   
    /* .layer .layer-pop .txt {max-height: 150px;} GÆÐµå¿¡¼­ »çÀÌÁî°¡ ÀÛ°Ô ³ª¿Í¼­ Á¦°ÅÇÔ */
    .layer .layer-pop {margin:20px auto;}
}
@media screen and (min-width:768px) {
    body {font-size:0.813em;}
    .mobileOnly {display:none !important;}

    /* »óÇ°Áø¿­ */
    .list_shopping1x li {width:50%;}
    .list_shopping1x li a {padding:10px;}
    .list_shopping1x li:first-child a {padding:10px;}
    .list_shopping1x li:nth-child(2) {border:0px none;}
    .list_shopping2x ul {padding:0 5px;}
    .list_shopping2x li {width:33.3%;}
    .list_shopping2x li a {padding:5px;}
    .list_shopping3x ul {padding:0 5px;}
    .list_shopping3x li {width:25%;}
    .list_shopping3x li a {padding:5px;}
    /* //»óÇ°Áø¿­ */
    
    /* ´õº¸±â ¹öÆ° */
    .btn_moreGray {width:335px;}
    /* //´õº¸±â ¹öÆ° */
}


/* 
	HNCOK 
*/
a,body {
    color: #000;
	font-weight: 400;
	font-family:'nimbus-roman','Noto Sans KR', 'Noto Sans', 'Lato', sans-serif;
}
input,textarea,select,button,table{
	color:#000;
	outline: none;
    background-color: #fff;
    /*-webkit-appearance: none;
    -moz-appearance: none;
	appearance: none; */
}
textarea {
	border:1px solid #000; 
	vertical-align: middle; 
	box-sizing:border-box; 
	background-color:#fff; 
	padding:10px; 
	-webkit-border-radius:0; 
	border-radius:0;
}
input[type="text"], 
input[type="date"], 
input[type="tel"], 
input[type="number"], 
input[type="email"], 
input[type="password"], 
select {
	height:40px; 
	border:1px solid #000; 
	vertical-align: middle; 
	background-color: #fff;
	box-sizing: border-box; 
	-webkit-appearance: none;
	padding-left:10px;
}
select {
    -webkit-appearance: none;
    background: url('http://magjay.co.kr/web/MAGJAY/icon/select_ico.gif') center right no-repeat #fff;
    background-size: 20px;
	border-radius:0px;
}
img {
	max-width:100%;
}
/* CSS Basic User Interface Module Level 4 values */
appearance: none;
appearance: auto;
appearance: button;
appearance: textfield;
appearance: searchfield;
appearance: textarea;
appearance: push-button;
appearance: button-bevel;
appearance: slider-horizontal;
appearance: checkbox;
appearance: radio;
appearance: square-button;
appearance: menulist;
appearance: menulist-button;
appearance: listbox;
appearance: meter;
appearance: progress-bar;

/* Partial list of available values in Gecko */
-moz-appearance: scrollbarbutton-up;
-moz-appearance: button-bevel;

/* Partial list of available values in WebKit/Blink (as well as Gecko and Edge) */
-webkit-appearance: media-mute-button;
-webkit-appearance: caret;
/* ¹öÆ° */
.btn_Black {
	display:block;
	width:100%; 
	height:45px; 
	line-height:45px; 
	color:#fff; 
	text-align:center; 
	background-color:#000; 
	box-sizing: border-box; 
	vertical-align: middle;
}
.btn_Red {
	display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    vertical-align: middle;
	background-color: #000;
    box-sizing: border-box;
}
.btn_Grey {
	display:block; 
	width:100%; 
	height:40px; 
	line-height:40px; 
	color:#fff; 
	font-size: 13px;
	text-align:center; 
	vertical-align: middle;
	background-color:#000; 
	box-sizing: border-box; 
}
.btn_White {
	display:block; 
	width:100%; 
	height:45px; 
	line-height:45px; 
	font-size: 13px;
	text-align:center;
	vertical-align: middle;
	background-color:#fff;
	border:1px solid #000; 
	box-sizing: border-box; 
}
#reserve-list .search_reserve .btn_Grey,
.login .loginMiddle .btn_Red,
.login .loginBottom a,
.btn_Red {
	color:#fff;
}

.login .loginBottom a.btn_White {
	margin-top:30px;
	height: 45px;
    line-height: 45px;
	color:#000; 
}
.login .loginMiddle .hc_btn_main,
.login .loginMiddle .btn_Red {
	margin: 31px 0 7px;
}
.paging a.now {
	background-color:#000; 
	border:1px solid #000;
}
.listName {
	color:#000; 
}
.hc_displayNone {
	display: none !important;
}
/* 
	header 
*/
.menu_on {height:100%; overflow:hidden;}
.menu_off {height:auto; overflow:initial;}
#header {width:100%;}
#header .top-pt-01 {position:fixed; top:0; left:0; right:0; z-index:100;}
#header .top-pt-02 {position:fixed; top:0; left:0; right:0; z-index:100;}
#header #menu {width:45px; background-color:#ab3e41; position:absolute; right:0;}
#header #menu .fa {top:5px;}
#header .search {height:42px; position:relative; left:0; right:0; background-color:#ab3e41; padding-right:45px; text-align:center; display:none; z-index:10;}
#header .search .searchBox {width:100%;}
#header .search .searchBox input {width:90%; height:30px; border:0px none; margin-top: 6px; padding: 0 5px;}
#header .search .btn_search {width:45px; height:42px; line-height:50px; background-color:#822023; position:absolute; top:0; right:0; color:#fff; text-align:center;}
/* Ä«Å×°í¸® */
aside {position:fixed; width:320px; height:100%; top:36px; right:0; bottom:0; background-color:#fff; overflow-y:auto; -webkit-overflow-scrolling: touch; z-index:1001; display:none;}
aside .asideTop {text-align:center;}
aside .asideTop a {width:33.33%; height:62px; display:inline-block; border-bottom:2px solid #c3c3c3; color:#8f8f8f; font-weight:bold;}
aside .asideTop a .fa {margin-top:10px;}
aside .asideTop a.act {color:#ab3e41; border-bottom:2px solid #ab3e41;}
aside nav li {border-bottom:1px solid #ccc; position:relative;}
aside nav li a {display: block; height: 35px; line-height:35px; padding:0 0 0 20px; margin-right: 40px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
aside nav li .fa {position: absolute; top:0; right: 0; width: 40px; text-align: center; height: 35px; line-height:35px;}
aside nav li > ul {background-color:#f4f4f4; display:none; border-top:1px solid #6e6e6e;}
aside nav li > ul > li {border-bottom:0px none; border-top:1px solid #ccc;}
aside nav li > ul > li:first-child {border-top:0px none;}
aside nav li > ul > li a {padding:0 40px 0 30px; margin: 0;}
aside nav li > ul > li > ul {border-top:0px none; border-top:1px solid #ccc;}
aside nav li > ul > li > ul > li {border-bottom:0px none;}
aside nav li > ul > li > ul > li a {padding:0 0 0 40px; margin: 0; background-color: #DDDDDD;}
aside .asideBottom {padding:20px 22px;}
aside .asideBottom .tel {color:#ab3e41; font-size:1.333em; font-weight:bold; display: block;}
aside .asideBottom .fa-stack {color:#000; margin-top: -5px;}
aside .asideBottom .copyright {margin-top:10px;}
aside .navCommunity {display:none;}
aside .navMypage {display:none;}
/* ÃÖ±Ù º» »óÇ° */
#ly_lastView {width:100%; position:absolute; top:36px; left:0; background-color:#fff; z-index:101; padding-bottom:20px; box-shadow: 0 1px 10px #717171; display:none;}
@media screen and (min-width:768px) {
    #header #menu {width:85px;}
    #header .search {padding-right:85px;}
    #header .search .searchBox input {width:95%;}
    #header .search .btn_search {width:85px;}
}
.headerBottom.clearFix {
	display: flex;
	align-items: flex-end;
    justify-content: space-between;
	height:55px;
	line-height:55px;
	background:#fff;
}
.hc_overflow_hidden {
    overflow : hidden;
}
.hc_hbg_fixedMenu.hc_hbg_mypage .hc_hdSearch {
    margin: 0 9px;
}
.hc_hbg_fixedMenu.hc_hbg_mypage .hc_hdSearch a {
    font-size: 0.75em;
}
/* Àå¹Ù±¸´Ï */
.headerBottom.clearFix a.cart {
	position: relative;
	display: inline-block;
	padding-left:9px;
}
.headerBottom.clearFix a.cart  sup {
	position: absolute;
    display: block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    top: -6px;
    right: -2px;
    color: #fff;
    font-size: 8px;
    font-weight: normal;
    text-align: center;
    border-radius: 18px;
    background: #000;
    z-index: 23;
}
.headerBottom.clearFix a.cart img {
	width: 24px;
}
/* ·Î°í */
.headerBottom.clearFix section {
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.headerBottom.clearFix section h1,
.hc_hbg_mypage .headerBottom.clearFix h1 {
    position: relative;
    left: -1px;
	text-align: center;
}
.headerBottom.clearFix section h1 img {
	width: 120px;
	vertical-align: middle;
}
/* °Ë»ö */
.hc_hdSearch {
	display: flex;
    justify-content: flex-end;
	margin: 0 9px;
	padding-bottom: 26px;
}
.hc_hdSearch fieldset,
.hc_hdSearch form {
	width:100%;
}
.hc_hdSearch form {
    display: flex;
}
.hc_hdSearch input[type="text"] {
	padding:0;
	width:100%;
	background-color: unset;
	border: 0;
    border-bottom: 1px solid #ccc;
	border-radius: 0;
}
.hc_hdSearch a {
	display: block;
    margin-top: auto;
	min-width: 28px;
	font-weight: 600;
	text-align: right;
}
/* °íÁ¤¸Þ´º : ¹è¼ÛÁ¶È¸/¸ÅÀå/¸Þ´º/¸â¹ö */
.btn_fixedFooter .fa-bars {
	font-size: 1.5em;
}
.hc_hd_hamburger .hc_hbg_mypage em {
	margin-top: -21px;
    line-height: 0;
}
.btn_fixedFooter .fa-truck {
	font-size: 1.5em;
}
.btn_fixedFooter .fa-building {
	margin-top: 1px;
	font-size: 1.3em;
}
.btn_fixedFooter .fa-building em {
    padding-top: 8px;
}
/* ÇÜ¹ö°Å ¸Þ´º */ 
.btn_fixedFooter {
	position: relative;
    z-index: 999;
	display: inline-block;
	width:25%;
    font-weight: 600;
	line-height:45px;
	text-align: center;
	background: #fff;
}
.hc_hd_hamburger {
	position: fixed;
    bottom: 0;
	z-index: 999;
	display: flex;
    justify-content: space-between;
    width: 100%;
	height: 45px;
    background: #fff;
	/* border-top: 1px solid #f3f3f3; */
}
.hc_hd_hamburger i {
	display: flex;
    align-items: center;
    justify-content: center;
	flex-direction: column;
	padding-top: 15px;
}
.hc_hd_hamburger a {
	display: block;
}
.hc_hd_hamburger em {
	display: block;
	font-size: 12px;
    font-weight: 400;
}
#hc_hamberger_menu em {
	font-weight: 400;
}
.hc_hbg_fixedMenu {
}
.hc_language {
	font-size: 10px;
	text-align: right;
}
.hc_language .fa-times {
    padding: 0 2px;
	border: 1px solid #000;
}
/* °Ë»ö */
.hc_hbg_fixedMenu .hc_hdSearch {
	margin:0;
	padding:0;
}
.hc_hd_ci img {
	margin-right: 8px;
}
/* Ä«Å×°í¸® */
.hc_hbg_menu div {
	padding: 14px 0;
	width:33.3%; 
	font-size: 14px;
	text-align: center;
	border:1px solid #000; 
	box-sizing:border-box;
}
.hc_hbg_menu div:nth-of-type(2) {
	margin:0 -1px;
	font-size: 14px;
}
.hc_hd_on {
    color: #fff;
	background: #000;
}
/* ¿ÀÇÂ Ä«Å×°í¸® */
.hc_hbg_menu2 > ul > li,
.hc_hbg_menu1 .hc_firstmenu a,
.hc_hbg_menu1 .hc_firstmenu {
	font-size: 22px;
    font-weight: 600;
}

.hc_hbg_menu1 .hc_shopMap span,
.hc_hbg_menu1 .hc_spPrice span {
    display: table;
	margin-top: 9px;
	font-size: 11px;
    font-weight: 300;
    line-height: unset;
}
.hc_hbg_menu1 .hc_shopMap span {
	margin-left: 12px;
}
.hc_hbg_menu1 .hc_shopMap span p {
    margin: 0 0 2px -12px;
	font-size: 14px;
}
.hc_secondMenu {
	margin: 22px 0;
}
.hc_hbg_menu2 .hc_secondMenu a,
.hc_hbg_menu1 .hc_firstmenu .hc_secondMenu a {
	display: block;
	font-size: 14px;
    font-weight: 300;
	line-height: 1.7;
}
.hc_secondMenu span:after {
    content: "";
    display: inline-block;
    margin: 0 6px;
    width: 1px;
    height: 9px;
    background: #000;
}
.hc_hbg_menu1 strong {
	margin-left: 6px;
	color: #ed2764;
    font-size: 10px;
    font-weight: normal;
}
.hc_hbg_menu1 .hc_shopMap {
	margin-bottom:0;
}
/* ·Î±×¾Æ¿ô */
.hc_currentStatus {
	margin-top: 35px;
}
/* ÃÖ±Ùº» »óÇ° */
.list_shopping3x .list_shoppingInfo {
	margin:5px 0 17px; 
	font-size:11px;
}
.list_shopping3x .list_shoppingInfo p {
	font-size:11px;
	text-align: left;
}
.list_shopping3x .list_shoppingInfo p span {
	margin-top:1px;
}
/* Ä«ÇÇ¶óÀÌÅÍ */
.hc_hbg_fixedMenu .hc_currentStatus a {
    display: block;
	margin-bottom: 35px;
	font-size: 14px;
	font-weight: lighter;
}
.hc_hbg_fixedMenu .hc_copy {
	font-size: 10px;
    font-weight: lighter;
	line-height: 1.5;
}
/* sns ¸µÅ© */
.hc_hbg_fixedMenu > .hc_sns {
	margin: 36px 0 15px;
}
/* ¸¶ÀÌÆäÀÌÁö */
.hc_hbg_mypage .hc_mypage_menu li a,
.hc_hbg_mypage {
	display: block;
	font-size: 14px;
    font-weight: 300;
    line-height: 1.9;
}
.hc_hbg_mypage .hc_rankingment {
	font-size: 13px;
    font-weight: 300;
}
.hc_hbg_mypage .hc_rankingment strong {
	display: inline-block;
    margin-bottom: 0;
	font-size: 14px;
}
.hc_hbg_mypage .hc_ranking span {
	padding: 0 6px;
	font-size: 11px;
    border: 1px solid #000;
    border-radius: 3px;
}
.hc_hbg_mypage .hc_ranking span:last-child {
	display: inline-block;
    margin-top: 15px;
    padding: 0 5px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #000;
    box-sizing: border-box;
    font-size: 14px;
}
.hc_hbg_mypage .hc_mylist {
    clear: both;
    display: block;
}
.hc_hbg_mypage .hc_expectedrating {
    position: absolute;
    right: -1px;
    padding: 30px;
    background: #fff;
    border: 1px solid #000;
    border-radius: 3px;
    width: max-content;
    top: 23px;
}
.hc_hbg_mypage .hc_mylist div {
	display: flex;
	margin-bottom: 5px;
}
.hc_hbg_mypage .hc_mylist div:last-child {
	margin-bottom: 30px;
}
.hc_hbg_mypage .hc_mylist a {
	display: contents;
}
.hc_hbg_mypage .hc_mylist span:nth-child(2) {
	margin-left: auto;
}
.hc_hbg_mypage .hc_mylist span:nth-child(2):after {
    content: " > ";
    display: inline-block;
    margin: 0 6px;
}
.hc_hbg_mypage .hc_mypage_menu {
	margin: 29px 0 13px;
}
.hc_hbg_mypage .hc_mypage_menu li {
	/* padding-bottom: 24px; */
}
.hc_hbg_mypage .hc_mypage_menu li span {
	display: block;
    margin-top: -5px;
	font-size: 12px;
}
.hc_nomember_foam h2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2
}
.hc_subscription {
    display: inline-block;
    margin-top: 15px;
	padding: 0 5px;
    height: 22px;
    line-height: 20px;
    text-align: center;
    border: 1px solid #000;
	box-sizing:border-box;
}
.hc_nomember_foam #keyboard a {
    font-size: 11px;
}
.hc_nomember_foam .hc_mypage_login {
    margin-top: 27px;
}
.hc_nomember_foam .hc_mypage_login div {
	margin-bottom:5px;
}
.hc_nomember_foam .hc_mypage_login .hc_btn_sub {
	margin-top:24px;
}
.hc_nomember_foam .hc_btn_order {
     margin-bottom: -34px;
 }
.hc_nomember_foam .hc_btn_order a {
     font-weight: 300;
 }
.hc_nomember_foam  label {
    font-size: 12px;
    font-weight: 400;
}
.hc_nomember_foam .loginInput {
    font-size: 12px;
}
/* °Ô½ÃÆÇ ¸ñ·Ï */
.search-wrap {
	margin: 17px 0 38px;
}
.bgc464644 {
    margin-right: 30px;
	width: 24px;
    height: 18px;
    color: #fff;
    font-size: 9px;
	text-align: center;
    background-color: #000;
}

.hc_Announcement {
	margin: 22px 0 47px;
	font-size: 11px;
	line-height: 1.4;
}
/* ¸É¹ö */
.login #keyboard p {
	text-align:right;
	margin-bottom:3px;
}
.login .loginCheck {
	display: flex;
	margin-top:21px;
}
.login .loginCheck label {
	width: 33.3%;
}
.login .loginCheck label:last-child {
	text-align: right;
}
.login .loginCheck label:nth-child( 2 ) {
	text-align: center;
}
.login .loginCheck label input {
	margin-right: 6px;
	vertical-align: middle;
}
.login .loginInput input {
	display:block; 
	margin-bottom:5px;
	width:100%; 
	padding-left: 10px;
	height: 45px;
}
.login .h_title {
	display: none;
}
.login .loginMiddle a:nth-of-type(2) {
	display: block;
	margin-top:10px;
	font-size: 11px;
	text-align: center;
}
.login .loginMiddle a:nth-of-type(2) span:after {
    content: "";
    display: inline-block;
    margin: 0 6px;
    width: 1px;
    height: 9px;
    background: #000;
}
.login .loginBottom {
	margin-top:42px;
}
.login section.loginBottom {
	margin-top:42px;
	display: flex;
}
.login section.loginBottom span:first-child {
	font-size: 118.4%;
    font-weight: 500;
    line-height: 1.6;
}
.login section.loginBottom span a {
	margin: 0 0 0 20px;
	width: 110px;
    height: 45px;
    line-height: 45px;
}
.none-data {
	text-align: center; 
	margin: 50px 0;
}
/* ÆË¾÷Ã¢ */
#passimg .btns a {
    display: inline-block;
	padding: 10px 0;
    width: 49%;
	color: #fff;
    background-color: #000;
}
/* °Ô½ÃÆÇ */
.list_shopping2x ul {
	display: flex;
    flex-wrap: wrap;
}
.list_shopping2x li a {
	display: block;
}
.list_shopping2x li {
	display: flex;
	margin-bottom: 30px;
	flex-basis: 49%;
	flex-direction: column;
	/* °Ë»ö ÆäÀÌÁö¿Í ¼­ºê¿¡¼­ ½æ³×ÀÏ Æ²¾îÁü¿¡ µû¶ó ¼öÁ¤ ¹× Ãß°¡ (0225) */
	flex-basis: 48.9%;
	width:48.9%; 
}
.list_shopping2x li img.listPic {
	width:100%;
	max-width: 100%;
}
.h_title h3 {
	line-height: normal;
}
.hc_popup_hidden {position:fixed;height:100%; min-height:100%; overflow:hidden !important; touch-action:none;}
.hc_recent_flex_wrap {
    display: flex;
    flex-direction: column;
    height: calc(100vh - 95px);
}
.hc_recent_flex_bottom{
    margin-top: auto !important;
}
/* Àå¹Ù±¸´Ï ¾ÆÀÌÄÜ »çÀÌÁî */
.btn_fixedFooter img {
	width:30%;
	vertical-align: middle;
}
#user_basket_quantity {
    width: 18px;
    height: 14px;
    line-height: 14px;
    font-size: 11px;
    position: absolute;
    top: 19px;
    left: 50%;
    margin-left: -9px;
    display: inline-block;
}

.hc_etc {}
.hc_price {}
.listSoldout {}
/*»ó´Ü ±¤°í ¿µ¿ª*/
.top_ad {
    background-color: #000;
    width: 100%;
    height: 40px;  
    top: 0;
    position: absolute;
    z-index: 100;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
}
.top_ad a {
    color:#fff;
}
/* ÇÏ´Ü ±¤°í ¿µ¿ª*/
.bottom_ad {
    position: fixed;    
    bottom:0;
    width: 100%;
    background: white;
    z-index: 9999;
    border: 1px solid #ccc;
}
.bottom_ad_close {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;    
}
.bottom_ad_close img {
    width: 15px;
    vertical-align: middle;
}
#header-top .center a{font-size:25px;}