/* Noto Sans */
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 100; src: url(/design/maatila/phps/fonts/NotoSansKR-Thin.woff) format('woff'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 300; src: url(/design/maatila/phps/fonts/NotoSansKR-Light.woff) format('woff'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; src: url(/design/maatila/phps/fonts/NotoSansKR-Regular.woff) format('woff'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 600; src: url(/design/maatila/phps/fonts/NotoSansKR-Medium.woff) format('woff'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 700; src: url(/design/maatila/phps/fonts/NotoSansKR-Bold.woff) format('woff'); } 
@font-face { font-family: 'Noto Sans KR'; font-style: normal; font-weight: 900; src: url(/design/maatila/phps/fonts/NotoSansKR-Black.woff) format('woff'); } 

#m_preview_wrap { display:none; } /* ¹Ì¸®º¸±â ¼û±â±â */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600); 
/* base */
* { -webkit-text-size-adjust:none; } 
body { position:relative; font-size:0.75em; line-height:1.417em; color:#3b3b3b; -webkit-text-size-adjust:none; overflow-anchor:none; overflow: hidden; width: 100%; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } 
body,input,textarea,select,button,table { font-family: 'Ubuntu', 'Noto Sans KR', sans-serif,'Open Sans', "Malgun Gothic",Arial,"Helvetica Neue", Helvetica, NanumGothic,"Malgun Gothic",Dotum,Gulim,sans-serif; } 
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; color:#3b3b3b; box-shadow: none !important; -webkit-border-radius: 0 !important; } 
input[type="text"],input[type="password"],input[type="email"],input[type="search"],input[type="image"],input[type="tel"],textarea { -webkit-appearance:none; } 
label { cursor:pointer; } 
table { border-collapse: collapse; border-spacing: 0; } 
select { height: 26px; line-height: 26px; display: inline-block; padding: 0 30px 0 8px; -webkit-border-radius: 0; border-radius: 0; -webkit-appearance: none; border: 1px solid #d2d2d2; background: #fff url(/design/maatila/2016img/mo_select_arrow.png) center right no-repeat; background-size: 13px auto; background-position: calc(100% - 13px) 50%; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
appearance:none; }
select::-ms-expand { display:none } 
/* //base */

/* cross */
html { max-width: 100%; overflow-x: hidden; } 
* html input { margin:-1px 0; } 
*:first-child+html input { margin:-1px 0; } 
input.checkbox { width:13px; height:13px; margin-top:-4px; vertical-align:middle; } 
input[type="text"] { -webkit-appearance: none !important; -webkit-border-radius: 0 !important; } 
/* //cross */

#container { padding-top: 56px; padding-bottom: 40px; } 

/* a-style */
a { color:#3b3b3b; 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="text"], input[type="date"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], select { height: 32px; border: 1px solid #ddd; vertical-align: middle; padding-left:10px; box-sizing: border-box; -webkit-border-radius:0; border-radius: 0; } 
input[type="radio"], input[type="checkbox"] { vertical-align: middle; } 
input:focus { outline: none !important; } 

input[type='radio'] { background-color:#fff !important; border:1px solid #dddddd !important; } 
input[type='radio'], input[type='radio']:checked { appearance:none; -webkit-appearance:none; width:20px !important; height:20px !important; border-radius:100% !important; position:relative; } 
input[type='radio']:checked {background-color: #fff!important;} 
input[type='radio']:checked:after { content:''; background-color:#ff9170; position:absolute; top:5px; left:5px; z-index:1; width:8px; height:8px; border-radius:100%; } 
input[type='checkbox'] { position:relative; width:20px !important; height:20px !important; line-height:1; -webkit-border-radius:0; -webkit-appearance:none; border:1px solid #ddd; background-color:#fff; font-family:xeicon!important; content:"\e928"; } 
input[type='checkbox']:checked {background: url(/design/maatila/img/basic_chk_on.png) transparent no-repeat center/20px 20px; border-color:#ff9170;} 
input[type='checkbox']:checked:before { content: unset; } 
/*
input[type='checkbox']:checked { border:1px solid #ff9170; } 
input[type='checkbox']:checked:before { color:#fff; background:#ff9170; width:100%; height:100%; font-family:xeicon!important; content:"\e928"; font-size:16px; font-weight:200; text-align:center; position:absolute; z-index:1; } 
*/
input:focus, select:focus, textarea:focus { outline:none !important } 


.top-detail-cate .btn--cate-all { background:none !important } 

textarea { border: 1px solid #ddd; vertical-align: middle; box-sizing:border-box; background-color:#fff; padding:10px; -webkit-border-radius:0; border-radius:0; } 
.clearFix { position:relative; overflow:hidden; zoom:1; } 
.bold { font-weight:bold; } 
.response100 { width:100%; } 
.location { padding:0 10px; margin-bottom:8px; } 
.h_title { border-bottom: 1px solid #f8f8f5; padding: 10px; position: relative; background: #fff; } 
.h_title h3 { font-weight:bold; text-align: center; font-size: 16px; } 
.h_title h3 span { font-size: 14px; color:#777; font-weight:normal; } 
.h_title h3 .btn_Red { display:none; } 
.none-data { text-align: center; margin: 20px 0; } 
.none-data i { font-size: 16px } 
.none-data img { margin-bottom:10px; } 
.pd10 { padding:0 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 { float: left; margin: 0 0 8px 8px; } 
.page_location li { float: right; } 
.page_location li i { vertical-align: middle; } 
.page_location li a { font-size: 11px; } 

.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; } 

.hidden { display: none; } 
.pointColor { color: #a29383 } 
/* //°øÅë */

/* ÆäÀÌÂ¡ */
.paging { text-align:center; margin:26px 0; } 
.paging a { width:30px; height:30px; line-height:30px; background-color:#fff; display:inline-block; margin:0 2px; vertical-align: middle; } 
.paging a span { line-height: 30px } 
.paging a.now { background-color:#f7f7f7; color:#636363; border:1px solid #f7f7f7; } 
/* //ÆäÀÌÂ¡ */

/* ÆùÆ® °ü·Ã */
.color_1984f1 { color:#1984f1 !important; } /* Blue */
.color_f1191f { color:#393939 !important; } /* Red */
.color_a63f42 { color:#a63f42 !important; } /* DarkRed */
.bgc077fe2 { background-color:#077fe2; color:#fff; padding:2px 5px; margin-right: 5px; } 
.bgc464644 { background: #474852; padding: 3px 5px; font-size: 10px; font-weight: 300; color: #fff; margin-right: 3px; } 
.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; } 
/* //ÆùÆ® °ü·Ã */

/* ¹öÆ° °ü·Ã */
.btn_White { width:100%; height: 40px; line-height: 38px; background-color:#fff; text-align:center; display:block; border:1px solid #cbcbcb; box-sizing: border-box; vertical-align: middle; } 
.btn_Black { width:100%; height: 40px; line-height: 38px; background-color:#484852; color:#fff; text-align:center; display:block; border:1px solid #484852; box-sizing: border-box; vertical-align: middle; } 
.btn_Red { width:100%; height: 34px; line-height: 32px; background-color: #baa48c; color: #fff; text-align:center; display:block; border: 1px solid #baa48c; box-sizing: border-box; vertical-align: middle; } 
.btn_Dark { width:100%; height: 34px; line-height: 32px; background-color: #baa48c; color: #fff; text-align:center; display:block; border: 1px solid #baa48c; box-sizing: border-box; vertical-align: middle; } 

.btn_Grey { width:100%; height:40px; line-height:38px; background-color: #f0f0f0; color:#636363; text-align:center; display:block; border: 1px solid #f0f0f0; box-sizing: border-box; vertical-align: middle; font-weight: 400 } 
.bg_Grey { background:#b4b3b9 !important; border-color:#b4b3b9 !important; color:#fff !important } 
.fixButtonR { position:relative; padding-right:120px; } 
.fixButton { width:115px; position:absolute; top:0; right:0; } 
.more { text-align:center; width:100%; } 
.more a { display:block } 
.btn_moreGray {width: 220px;height: 30px;display:inline-block;margin: 0 0 65px;background: #b7a490;color: #fff;border: 0 none;} 
.btn_moreGray span {display: inline-block;} 
.btn_moreGray span span { vertical-align:baseline; } 
/* ¹öÆ° °ü·Ã */

/* »óÇ°Áø¿­ */
.list_array { height: 46px; padding: 0 10px; margin-top: 20px; margin-bottom: 10px; } 
.list_array select { height:30px; width: 100%; } 
.list_array .list_arrayRight { float:right; } 
.list_array .list_arrayLeft { float:left; } 
.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; margin-bottom: 10px; } 
.list_shopping1x li { width:100%; display:inline-block; vertical-align: top; margin-top:30px } 
.list_shopping1x li figure { position:relative; } 
.list_shopping1x li .add_info_list { display:none; } 
.list_shopping1x li figure .icon_div { position:absolute; right:0; top:0; width:57px; } 
.list_shopping1x li figure .icon_div img { display:block; width:100%; } 
.list_shopping1x li:first-child { margin-top:0 } 
.list_shopping1x li a { display: block; padding:10px; position:relative; overflow:hidden; zoom:1; } 
.list_shopping1x li img.listPic { width: 100% /*width:40%; float:left; *//* border: 1px solid #ddd; */ } 
.list_shopping1x li .listPriceWrap { /*margin: 20px 0 3px; */ } 
.list_shopping1x .list_shoppingInfo { /*width:55%; float:left; padding-left:4%; */ font-size:12px; } 
.list_shopping2x { text-align:center; } 
.list_shopping2x h3 {margin-bottom: 20px;font-size: 19px;font-weight: 900;color: #333;line-height: 1.25;} 
.list_shopping2x ul { width:100%; display:table; table-layout: fixed; padding: 0 2px; box-sizing: border-box; text-align:left; font-size:0; } 
.list_shopping2x li { width:50%; display:inline-block; margin-bottom: 50px; vertical-align: top; /* text-align:left; */padding: 0 3px; box-sizing: border-box; } 
.list_shopping2x li figure { position:relative; } 
.list_shopping2x li .add_info_list { display:none; } 
.list_shopping2x li figure .icon_div { position:absolute; right:0; top:0; width:57px; z-index: 10; } 
.list_shopping2x li figure .icon_div img { display:block; width:100%; } 
.list_shopping2x li .color_li {padding: 0 0 1px;box-sizing: border-box;line-height: 1;} 
.list_shopping2x li .color_li img { width: 100%; } 
.list_shopping2x li a { display: block; /* padding: 3px; */ } 
.list_shopping2x li img.listPic { width: 100%; /* border: 1px solid #ddd; */ } 
.list_shopping2x .list_shoppingInfo {text-align:left;font-size: 13px;padding: 0 7.68px;margin-top: 4px;} 
.list_shopping3x { text-align:center; } 
.list_shopping3x ul { width:100%; display:table; table-layout: fixed; box-sizing: border-box; padding: 0 3px; text-align:left; font-size:0; } 
.list_shopping3x li { width:33.33%; display:inline-block; vertical-align: top; margin-bottom: 20px } 
.list_shopping3x li a { display: block; padding: 0 3px 0px; } 
.list_shopping3x li img.listPic { width:100%; } 
.list_shopping3x .list_shoppingInfo { font-size:12px; padding:0 5px; } 
.list_shopping3x .list_shoppingInfo .listName { height: 35px } 
.listName {color: #2f2f2f;word-break: break-all;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;text-overflow: ellipsis;margin-bottom: 10px;font-weight: 400;} 
.listSubname { margin-top: 5px; font-size:11px; color:#aaa; padding: 10px 0; font-weight: 300; border-top: 1px solid #e7e7e7; overflow: hidden; text-overflow: ellipsis; white-space: normal; height: 35px; text-align: left; word-wrap: break-word; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; position: relative; display: none; } 
.listSubname::before { content: ''; display: block; width: 100%; height: 13px; background: #fff; position: absolute; bottom: 0; } 
.listDiscount { color:#b5b5b5; } 
.listPrice { display: inline-block; color: #2f2f2f; font-weight: 700; /* margin: 5px 0 7px 0; */font-size: 14px; line-height: 1; } 
.listSoldout { display: inline-block; color:#474852; font-weight: 700; margin: 5px 0 7px 0; } 
.listReplace { color:#474852; margin-bottom:4px; } 
.listReview { color: #DB2E2E; margin-bottom:4px; } 
.listReserve { color:#7d7d7d; font-size:0.917em; display: none; } 
.listPoint { color:#7d7d7d; font-size:0.917em; } 
.listDcPrice { display: inline-block; color: #f45a20; font-weight: 600; font-size: 14px; margin-right: 5px; /* margin-top: 5px; */line-height: 1; } 
.listIco { display: inline-block; margin: 10px 0 0px 0; line-height: 0; min-height:12px; } 
.listIco span { } 
.listIco span img { width:auto !important; height: 14px !important; padding: 0 !important; float: left; margin-left: 2px; } 
.crema_product_reviews_score__container { font-size: 10px!important; font-weight: 400; color: #2f2f2f!important; margin-top: 0px; } 

.img_thumb { position: relative; } 

.prd-wish { position: absolute; bottom: 8px; right: 8px; width: 30px; text-align: right; height: 30px; line-height: 30px; } 

.prd-wish span { display:block; } 

.prd-wish img { width: 18px; vertical-align: bottom; } 

.prd-wish img.wish_yes { display:none; } 
.prd-wish .wish-on img.wish_yes { display:inline-block; } 
.prd-wish .wish-on img.wish_no { display:none; } 

/* //»óÇ°Áø¿­ */

/* ¸â¹ö½±ÇýÅÃ */
.memberTable { width: 100%; } 
.memberTable .tit { background: #fff; font-size: 15px; color: #474852; font-weight: 700; text-align: center; } 
.memberTable .contents .tb-center { padding:0 5px } 
.memberTable .contents td { position: relative; text-align: center; padding: 20px 0; vertical-align: top; } 
.memberTable .contents td::after { content:''; display: block; position: absolute; right:0; top: 56%; transform: translateY(-50%); width: 1px; height: 76%; background: #efefef; } 
.memberTable .contents td:nth-last-child(1)::after { display: none } 
.memberTable .contents span { display: block; } 
.memberTable .contents .subTit { display: inline-block; margin: 22px 0 8px 0; padding: 0px 0.4rem 1px; background: #ccc; border-radius: 30px; font-size: 0.6rem; color: #fff; transform: scaleY(0.95); } 
.memberTable .contents .subDetail { font-size: 11.5px; color: #000; letter-spacing: -.8px } 
.memberTable .contents .subNum { margin: 0.5rem 0; font-size: 1rem; font-weight: 900; color: #000; } 
.memberTable .contents .subText { color:#000; letter-spacing: -0.9px; } 

.memberWrap .tit { padding: 12px 0; background: #fff; font-size: 15px; color: #474852; font-weight: 700; text-align: center; } 
.memberWrap img { padding:20px 0 10px 0; width: 100% } 

/* ·Î±×ÀÎ */
.login .caution { margin-bottom:10px; } 
.member { padding:0 65px; margin-top: 20px; } 
.login #keyboard { text-align:center; margin:0 auto; } 
.login #keyboard p { text-align:right; margin-bottom:12px; } 
.login #keyboard img { display:none; width:100%; } 
.login .loginInput { margin-top: 12px; } 
.login .loginInput input { width:100%; display:block; margin-bottom: 10px; padding-bottom:5px; border:0; border-bottom:1px solid #e8e8e8; height:35px; } 
.login .loginInput input::placeholder { color:#bfbfbf; } 
.login .loginCheck { margin-top: 25px; margin-bottom: 40px; text-align: center; font-size: 0 } 
.login .loginCheck label { margin-right:12px; display:inline-block; font-size: 10.5px } 
.login .loginCheck label:nth-last-child(1) { margin-right: 0 } 
.login .loginCheck label input { vertical-align: middle; } 
.login .loginMiddle .btn_Red { font-size:12px; margin: 12px 0 0; background: #484852; border: 1px solid #484852; } 
.login .loginBtns { padding: 10px 0 20px 0; margin: 10px 0 0 0; zoom:1; overflow:hidden; position: relative; text-align:center; } 
.login .loginBtns a { color:#bfbfbf } 
.login .loginBtns .btn_White { width: 50%; float:left; } 
.login .loginBtns .btn_Grey { width: 49%; float:left; margin-right: 1%; } 
.login .loginBtns .lbJoin2000 { z-index:20; position:absolute; top: 40px; left: 24%; width: 110px; height: 20px; line-height: 20px; margin-left: -55px; background: #333; border: 1px solid #333; border-radius: 4px; font-size: 11px; color: #fff; text-align:center; } 
.login .loginBtns .lbJoin2000:before { content: ""; position:absolute; top: -5px; left:50%; margin-left: -2px; border-style: solid; border-width: 0 4px 4px; border-color: #333 transparent; } 
.login .loginBottom { background-color:#eaeaea; padding:18px 15px; margin-top:20px; } 
.login .loginBottom h4 { background-color:#eaeaea; margin-bottom:5px; padding:0; font-weight:bold; } 
.login .loginBottom a { font-size:1.167em; } 
.login .loginBottom a.btn_Black { margin-top:16px; } 
.login .loginBottom a.btn_Black:last-child { margin-top:10px; } 
.login .loginBottom a.btn_White { margin-top:10px; } 
.sns-login { position: relative; margin: 20px 15px 0; } 
.sns-login .sns-title img { width:300px; } 
.sns-login ul li { position: relative; margin-top: 10px; padding-left: 50px; height: 40px; line-height: 40px; border: 1px solid #dfdfdf; border-radius: 4px; list-style: none; } 
.sns-login ul li a { display: block; padding-left: 20px; border-left: 1px solid #dfdfdf; color: #999; font-size: 1.25em; font-weight: bold; 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; } 
.login_title { text-align:center; margin-bottom:30px; } 
.login_title h3 { margin:40px 0 23px; font-size:14px; color:#474852 } 
.login_title span { font-size:12px; color:#bfbfbf } 
.login_title em { color:#484852; text-decoration:underline; font-weight:700; } 
/* //·Î±×ÀÎ */

/* È¸¿ø°¡ÀÔ */
#join .sequence { padding: 18px 0 12px; text-align: center; } 
#join .sequence li { display: inline-block; color: #aaa; font-weight: bold; } 
#join .sequence li:after { font-family: FontAwesome; content: "\f105"; margin: 0 10px; } 
#join .sequence li:last-child::after { content: ""; margin:0; } 
#join .sequence li.now { color:#333; } 
.sns-join .sns-title { position:relative; padding: 0 15px; padding-top:17px; margin-bottom: 20px; text-align:center; color:#bfbfbf; } 
.sns-join .sns-title:before { content:'';; position:absolute; top:0; left:50%; transform:translateY(50%); height:3px; width:10px; background:#000; display:block; } 
.sns-join .sns-title em { color: #474852; } 
.sns-join .sns-title h2 { display: inline; font-weight: bold; font-size: 16px; margin-right: 5px; color:#333; } 
.sns-join .sns-btn { margin: 20px 15px 10px 15px; } 
.sns-join .sns-btn p { margin-top: 10px; font-size: 1em; color: #777; text-align: center; } 
.sns-join { position: relative; padding: 30px 0 20px 0; } 
.sns-join .sns-title img { width: 300px; padding: 0 20px; } 
.sns-join ul { padding: 0 65px; padding-bottom: 20px; } 
.sns-join ul li { position: relative; margin-top: 10px; height: 40px; line-height: 40px; list-style: none; background: #fff; } 
.sns-join ul li.maatila { background:#484852; } 
.sns-join ul li.maatila a { color:#fff; } 
.sns-join ul li.naver { background:#26c825; } 
.sns-join ul li.naver a { color:#fff; } 
.sns-join ul li.kakao { background:#ffea00; } 
.sns-join ul li.kakao a { color:#484852; } 
.sns-join ul li a { display: block; text-align:center; letter-spacing: -1px; height: 40px; line-height: 40px; } 
.sns-join ul li span { position: absolute; top: 7px; left: 10px; width: 26px; height: 26px; } 
.sns-join ul li span::after { content: ''; display: block; width: 1px; height: 20px; background: rgba(255,255,255,0.3); position: absolute; right: -10px; top: 50%; transform: translateY(-50%); } 
.sns-join ul li.naver span { background: url(/design/maatila/phps/m/sub/ico_nv.jpg) no-repeat; background-size:100% 100%; } 
.sns-join ul li.facebook span { background: url(/images/d3/m_01/icon/ico_sns_facebook.gif) no-repeat 50% 50%; background-size: 12px auto; } 
.sns-join ul li.kakao span { background: url(/design/maatila/phps/m/sub/ico_kko.jpg) no-repeat; background-size:100% 100%; } 

/* //È¸¿ø°¡ÀÔ */

#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; } 

/* °Ô½ÃÆÇ ´ñ±ÛÃ¢ */
.reply-write .custom textarea { resize : none } 
.reply-write .custom a.btn_Grey { height: 57px !important; line-height: 57px !important; } 
.reply-write #check_auth { padding: 0 } 
.reply-write #check_auth #authimg { padding-top: 10px } 


/* ·¹ÀÌ¾îÆË¾÷ */
.layer { width: 100%; min-height: 100%; z-index: 999 !important; 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 { background-color: #efefef; height: 36px; line-height: 36px; font-weight: bold; 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: #4f4f4f; text-align: center; } 
#order .orderBody .btn_coupon { color: #fff; height: 30px; line-height: 28px; box-sizing: initial; border: 1px solid #595858; background-image: none !important; background: #595858 !important; } 
#coupon .layer .layer-pop { margin: 60px auto !important; } 
body #comment_password { border-radius:0 !important; font-size:1em; } 
body #comment_password .head { background-color: #efefef; 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: #393939; color:#fff; position:initial !important; padding:10px 0; margin-top: 10px; } 
/* //·¹ÀÌ¾îÆË¾÷ */

/* ÆË¾÷ */
#passimg { width: 90%; background-color: #fff; top:50%; left: 0; right: 0; margin: 0 auto; text-align: center; padding: 20px 0; box-shadow: 0 1px 10px #717171; } 
#passimg .head { color:#f26c09; } 
#passimg .btns { padding:0 10px; margin-top: 10px; } 
#passimg .btns a { display:block; background-color: #393939; color:#fff; padding:10px 0; } 
/* //ÆË¾÷ */

/* ¾Û¹ÙÀÌ */
.btn-app { position: relative; margin: 30px auto 50px !important; text-align: center; } 
.btn-app a {border: 1px solid #b3b3b9;background-size: 100% 100%;display: block;position: relative;z-index: 999;} 
.btn-app a img { opacity: 0; } 
.btn-app .app-detail { display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; } 
/* //¾Û¹ÙÀÌ */

/* µÚ·Î°¡±â */
.hisBack:before { display: block; width: 27px; height: 27px; border: 1px solid #ddd; background: #fff; border-radius: 3px; text-align: center; line-height: 27px; position: absolute; top: 4px; left: 10px; font-family: FontAwesome; content: "\f104"; font-size: 20px; color:#111; z-index: 11; } 
#gallery-list .notice-bar,
#board-list table thead { background-color: #eee !important; } 
#review-board-list .notice-bar { background-color: #f6f6f6 !important; } 

.slickInit { opacity:0; visibility:hidden } 
.slickInit.slick-initialized { visibility:visible; opacity:1 } 
.off { display:none !important; } 
.slickInit { opacity:0; visibility:hidden } 
.slickInit.slick-initialized { visibility:visible; opacity:1 } 
.delivery-padding { height:7px; background:#f0f0f0; width:100%; } 


/* ¾ÆÀÌÄÜ */
.cicon { display:inline-block; vertical-align:middle; font-size:0; background:url(/design/swooew/phps/m/m_common_icons.png) no-repeat; background-size:150px auto; } 