/* BASIC css start */
/* 211210 morenvy ¿µ±¤ */
@charset "utf-8";
body {opacity:0;}
.cboth {clear:both;*zoom:1}
.cboth:after {content:" ";display:block;clear:both;}
.fleft {float:left;}
.fright {float:right;}
.m_off {display:none !important;}
.displaynone {display: none;}

.pdt20 {padding-top:20px;}
.pdt30 {padding-top:30px;}
.pdt40 {padding-top:40px;}
.pdt50 {padding-top:50px;}
.pdt60 {padding-top:60px;}
.pdt70 {padding-top:70px;}
.pdt80 {padding-top:80px;}

#contentWrapper { zoom:1; position:relative; z-index:2; margin: 0 auto; background:#fff; }
#container {min-height: 100% !important; margin:0 !important; padding:0 !important; z-index: 100; position: relative; overflow: hidden; background-color: #fff; transition: 300ms; backface-visibility:hidden;}
#content {width:100%; margin:0 auto;}
#contents { background-color:#fff; }
img {vertical-align: middle;}
select, input {outline: none;}
body {font-family:'Josefin Sans', 'Pretendard', sans-serif;font-size:13px;}



/* »ó´Ü °øÅëÀÌ¹ÌÁö */
.wrap_header_bg {display:none; height:360px; width:100%; background:#fff;position:absolute; z-index:101;}
.header_bg {height:360px; width:100%; background-size:cover !important; position:relative; z-index:101; text-align:center;}



/* »ó´Ü Ä«Å×°í¸® */
#header { margin:0px;padding:0px;position:relative;}
#mheader {display: flex; justify-content: space-between; align-items: center; height:100%; width:100%;}
#mheader .top_logo {display:block; margin-left:24px;}
#mheader .top_logo a {display:none; color:#fff; font-size:18px; font-weight:700; line-height: 32px; letter-spacing:0.16em; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
#mheader .top_logo a.logo_white {display:block; }
#mheader .top_logo a img {height:36px;}

#mheader .top_menu {display: flex; align-items: center; margin:0 24px 0 0;}
#mheader .top_menu img {height:24px;-webkit-transition: .3s ease-in-out; transition: .3s ease-in-out;}
#mheader .top_menu .msearch {position:relative; margin-right:24px;}
#mheader .top_menu .mcate_bt {position:relative;}
#mheader .top_menu .msearch img:last-child {position:absolute; left:0; opacity:0; visibility:hidden;}
#mheader .top_menu .mcate_bt img:last-child {position:absolute; left:0; opacity:0; visibility:hidden;}



/* »ó´Ü Ä«Å×°í¸®(°íÁ¤) */
#comment_top {position:absolute; top:0px;  margin:0 auto; padding:0px; height:80px; width:100%; z-index:1000; -webkit-transition: .3s ease-in-out; transition: .3s ease-in-out; }
#comment_top.fixed {position: fixed; top:0px; background-color:rgba(255,255,255); border-bottom:1px solid #e8e8e8; box-sizing:border-box; z-index:1000; height:80px;}
#comment_top.fixed #mheader {height:100%; }
#comment_top.fixed #mheader .top_logo a {color:#1a1a1a;}
#comment_top.fixed .top_logo a.logo_white {display:none;}
#comment_top.fixed .top_logo a.logo_black {display:block;}
#comment_top.fixed .top_menu .msearch img:first-child {opacity:0; visibility:hidden;}
#comment_top.fixed .top_menu .mcate_bt img:first-child {opacity:0; visibility:hidden;}
#comment_top.fixed .top_menu .msearch img:last-child {opacity:1; visibility:visible;}
#comment_top.fixed .top_menu .mcate_bt img:last-child {opacity:1; visibility:visible;}



/* ÀüÃ¼¸Þ´º ÇÜ¹ö°Å ¹öÆ° */
body.cate_show {overflow:hidden;}
.all_cate {width:100%; height:0; background:#000; position: fixed; left: 0; top: 0; overflow-y:hidden; z-index: 9999; opacity: 0; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s;}
body.cate_show .all_cate {width:100%; height:100vh; opacity: 1; -webkit-transition: all 0.65s ease !important; -o-transition: all 0.65s ease !important; transition: all 0.65s ease !important; -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.all_cate .pop_header {display: flex; align-items:center; justify-content: flex-end; height:80px; margin:0 24px;}
.all_cate .pop_header .pop_menu {display: flex; align-items: center;}
.all_cate .pop_header .pop_menu .msearch {margin-right:24px;}
.all_cate .pop_cate {margin:8px 0 48px 32px; text-align:left;}



/* ÆË¾÷ ¼öµ¿Ä«Å×°í¸® */
.all_cate .pop_cate > ul > li {position:relative;}
.all_cate .pop_cate > ul > li > a {display:inline-block; margin:8px 0; font-size:36px; font-weight:700; color:#fff; line-height: 40px;}
.all_cate .pop_cate > ul > li > .sub_cate {display:none; padding:16px 0 32px 16px;}
.all_cate .pop_cate li .sub_cate > a {display:block; padding:8px 0; font-size:18px; font-weight:500; color:#9a9a9a; line-height: 24px;}



/* ÆË¾÷ ÀÚµ¿Ä«Å×°í¸® */
.all_cate .pop_cate > ul > li > ul > li > a {display:inline-block; margin:8px 0; font-size:36px; font-weight:700; color:#fff; line-height: 40px;}
.all_cate .pop_cate > ul > li > ul > li {display:block;}
.all_cate .pop_cate > ul > li > ul > li > .sub_cate {display:none; padding:16px 0 32px 16px;}
.all_cate .pop_cate > ul > li > ul > li > ul > li > a {display:block; padding:8px 0; font-size:18px; font-weight:500; color:#9a9a9a; line-height: 24px;}



/* ÆË¾÷ ·Î±×ÀÎ ¸Þ´º */
.all_cate .pop_log {margin:0 0 0 32px;}
.all_cate .pop_log ul {display:flex; justify-content: left;}
.all_cate .pop_log a {padding:0 10px; font-size:14px; font-weight:700; color:#9a9a9a; line-height: 24px; white-space:nowrap;}
.all_cate .pop_log li:first-child a {padding-left:0px;}

.catesh_bt {position: absolute; right:40px; top:8px; width:16px; height:16px; cursor:pointer; opacity:0.3; transition:0.35s;}
.catesh_bt.active {opacity:1;}
.catesh_bt.active:before {transform: translatey(-50%) rotate(-90deg);opacity: 0;}
.catesh_bt.active:after {transform: translatey(-50%) rotate(0);}
.catesh_bt:before, .catesh_bt:after {content: ""; display: block; background-color: #fff; position: absolute; top: 50%; left: 0; transition: 0.35s; width: 100%; height: 3px;}
.catesh_bt:before {transform: translatey(-50%);}
.catesh_bt:after {transform: translatey(-50%) rotate(90deg);}



/* °Ë»ö ÆË¾÷ °Ë»ö ¹öÆ° */
body.search_show {overflow:hidden;}
.pop_search {width:100%; height:0; position: fixed; left: 0; top: 0; overflow-y:hidden; z-index: 9999; opacity: 0; -webkit-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s;}
body.search_show .pop_search {width:100%; height:100vh; opacity: 1; -webkit-transition: all 0.65s ease !important; -o-transition: all 0.65s ease !important; transition: all 0.65s ease !important; -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);}
.pop_search .bg {width:100%; height:100vh; opacity: 0.8; background:#000;}
.pop_search .wrap_search_f {width:100%; padding:20px 0px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.pop_search .wrap_search_f .search_h {display: flex; justify-content: space-between; align-items: center; margin:0 24px 32px 24px; font-size:24px; font-weight:700; color:#fff; line-height: 32px;}
.pop_search .wrap_search_f .search_h .cate_close {cursor:pointer;}
.pop_search .wrap_search_f .search_form {position:relative; margin:0 24px;}
.pop_search .wrap_search_f .txt {position:relative;}
.pop_search .wrap_search_f #keyword {width:100%; padding:15px 0 30px; font-size:16px; font-family:'Josefin Sans', 'Pretendard', sans-serif; color:#9a9a9a; line-height: 24px; background:none; border:none; border-bottom:1px solid #9a9a9a;}
.pop_search .wrap_search_f input:-webkit-autofill,
.pop_search .wrap_search_f input:-webkit-autofill:hover,
.pop_search .wrap_search_f input:-webkit-autofill:focus,
.pop_search .wrap_search_f input:-webkit-autofill:active {transition: background-color 5000s; -webkit-text-fill-color: #9a9a9a !important;}
.pop_search .wrap_search_f .btn_sch {position:absolute; top:0; right:0;}



/* »óÇ° ½æ³×ÀÏ È­¸é */
.list_shopping2x {background-color:transparent;}
.list_shopping2x ul {padding:0 16px !important; font-size: 0;}
.list_shopping2x ul > li {margin-bottom:40px;}
.list_shopping2x ul > li a {padding: 0;}
.list_shopping2x li {display: inline-block; width: 50%; padding: 0 8px; margin-bottom: 40px; box-sizing: border-box;}
.thumbnail {position: relative; margin:0 0 15px;}
.thumbnail img {border:none;  width: 100%; height: 100%;}
.thumbnail .MK-product-icons {position: absolute; left: 0; bottom: 0; height: 18px;}
/*
.thumbnail .MK-product-icons img {width: 18px !important; padding: 0;}
*/
.list_shoppingInfo { margin: 0 !important; padding:0 !important; text-align: left !important; font-size:0px !important;}
.list_shoppingInfo .salebox {display:inline-block;}
.list_shoppingInfo .salebox .sale_text {font-weight:600; font-size:16px; color:#ff4800; line-height:24px; margin-right:8px;}
.list_shoppingInfo .listName {display:block; margin:0 0 4px; color:#1a1a1a; font-size:14px; font-weight:500; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; line-height: 20px;}
.list_shoppingInfo .listSubname {margin-bottom:8px; color:#9a9a9a; font-size:13px; font-weight:400; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; white-space:normal; overflow:hidden; text-overflow:ellipsis; line-height: 20px;}
.list_shoppingInfo .listReplce { display:inline-block; margin:0; color:#1a1a1a; font-size:16px; font-weight:600; line-height: 24px;}
.list_shoppingInfo .listPrice { display:inline-block; margin:0; color:#1a1a1a; font-size:16px; font-weight:600; line-height: 24px;}
.list_shoppingInfo .listDiscount {display:block; margin:4px 0 0; }
.list_shoppingInfo .listDiscount del { color:#9a9a9a; font-size:14px; text-decoration:line-through; font-weight:300; line-height:20px;}
.list_shoppingInfo .color > div {line-height: 0;}
.list_shoppingInfo .color span {display: inline-block; float: unset; width:15px; height:4px; margin:0 0 15px 2px; border:1px solid #e5e5e5; box-sizing:border-box;}
.list_shoppingInfo .color span:first-child {margin-left: 0;}



/* »óÇ° ¸®½ºÆ® È­¸é */
.list_shopping1x {padding-bottom: 40px;}
.list_shopping1x ul {padding:  0 16px;}
.list_shopping1x ul > li {padding:14px 6px; box-sizing: border-box; border-top: 1px solid #ececec;}
.list_shopping1x ul > li:first-child {padding:0 8px 14px;}
.list_shopping1x ul > li > a {padding: 0 !important; overflow: unset;}
.list_shopping1x .thumbnail {width:45%; margin: 0 15px 0 0; float: left; padding: 0;}
.list_shopping1x .thumbnail > img {width: 100% !important; height: 100%;}
.list_shopping1x .thumbnail .salebox {bottom: -3px; right: 6px;}
.list_shopping1x .list_shoppingInfo {float: left; padding: 0; width:50%; height: 154px; text-align: left;}
@media screen and (min-width: 420px) and (max-width: 767px) {.list_shopping1x li { width: 100%;} .list_shopping1x li:nth-child(2) {border-top:1px solid #ececec;}}
@media screen and (min-width: 768px) {.list_shopping1x li:nth-child(1) {padding: 14px 6px !important;}}



/* »óÇ° ¸ñ·Ï,°Ë»ö ÆäÀÌÁö »óÇ° ¾øÀ»¶§ */
.none-data {margin:60px 0 60px;}



/* ´õº¸±â ¹öÆ° */
.btn_moreGray {background: #fff; width: 200px; height: 56px; border: 1px solid #1a1a1a; padding: 0; margin: 0 auto; font-size: 16px; font-weight: 400; line-height: 56px; color: #1a1a1a;}
.btn_moreGray span {color:inherit;}
.btn_moreGray span img {margin:0 0 4px 10px;}



/* ¼­ºê »ó´Ü ½ºÅ¸ÀÏ */
.header_bg .wrap_t {position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); white-space:nowrap;}
.header_bg .txt01 {color:#fff; font-size:28px; font-weight:700; line-height:32px;}
.header_bg .txt02 {color:#fff; font-size:16px; line-height:24px; padding-top:8px;}

.top_sub_menu {margin:-56px auto 0; position:absolute; z-index: 102; letter-spacing:0px; word-spacing: 0px; font-size:0px;width:100%; text-align:center;}
.top_sub_menu ul {display:flex; margin:0 24px;}
.top_sub_menu ul li {width:100%; display:inline-block; margin:0px 0.5px; }
.top_sub_menu ul li a {height:56px; padding:0 0px; line-height:56px; display:block; text-align:center; background-color:rgba(255,255,255,0.2); color:#fff; font-size:14px;}
.top_sub_menu ul li a.on {background-color:rgba(255,255,255,1); color:#1a1a1a; font-weight:500;}



/* Ãß°¡ÆäÀÌÁö °øÅë*/
.page_container_add {min-height:300px;}
#page_container {position:relative;}


/* ¼­ºêÆäÀÌÁö »ö»ó */
#join .privercy {background-color: #fff;}
.privercy #terms_agree .terms-agree dl {font-size: 12px;}
a.btn_Red {color : #fff; background-color:#3c3c3c !important; border: 1px solid #3c3c3c !important;}
#basket .price-total-info-bottom .txt-price { color: #1a1a1a;}

.h_title {border-top: 0; border-bottom: 1px solid #e9e9e9; position: relative; background-color: #fff; padding: 0;}
.h_title h3 {line-height: 32px; font-size:28px; padding: 56px 61px; color: #1a1a1a; text-align:center;}
.h_title h3 a {display:none;}

.mypage .h_title {border-top: 1px solid #464646; border-bottom: 1px solid #464646; padding: 6px 10px;}
.mypage .h_title h3 {font-size: 100%; line-height: 1em; padding: 0; color: #3b3b3b; text-align: left;}

/* °Ô½ÃÆÇ ÆùÆ® */
#review-board-list .boardList {font-family: 'Montserrat', 'Pretendard', sans-serif;}
#review-board-type .rbInfo,#review-board-type .board-list{font-family: 'Montserrat', 'Pretendard', sans-serif !important;}

/* BASIC css end */

