@charset 'utf-8';
.clearfix:after { content: ''; display: block; clear: both; }
legend, .blind, caption { position: absolute; top: 0; height: 0; font-size: 0; line-height: 0; text-indent:-9999em; overflow: hidden; }
#wrapper { margin: 0 auto; overflow: hidden; }
.mobile-only { display: none !important; }
.pc-only { display: block !important; }
#wrapper { width: 100%; height: 100%; position: relative; }
select { padding: 8px 16px; appearance: none; -webkit-appearance: none; -moz-appearance: none; background: url(/image/web/common/icon_select_arrow_down.png) right 8px center no-repeat; background-size: 24px 24px; }
select.input::-ms-expand { display: none; }
select.small { background: url(/image/web/common/icon_select_arrow_down.png) right 2px center no-repeat; background-size: 16px 16px; }
.icon-chatqna:before { content:''; display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; width: 24px; height: 24px; background: url(/image/web/common/icon_chatqna.png) center center no-repeat; background-size: contain; }
.blue { color: #546bff; }
.red { color: #ff7171; }
.gray { color: #b6b6b6; }
input[type="radio"] + label { display: inline-block; margin-left: 6px; }
input[type="checkbox"] + label { display: inline-block; margin-left: 6px; }
hr { border: 0; width: 100%; height: 1px; background: #e6e6e6; margin: 16px 0; }
a { color: #161616; }
a:hover { color: #546bff; }
input[type="checkbox"][disabled="disabled"] { cursor: default; }

.btn-group-area { margin-top: 16px; text-align: center; }
.btn-group-area.left { text-align: left; }
.btn-group-area.right { text-align: right; }
.btn-group-area:after { content: ''; display: block; clear: both; }
.btn-group-area .btn-group-left { float: left; width: 50%; text-align: left; }
.btn-group-area .btn-group-right { float: right; width: 50%; text-align: right; }
.btn-group-area .btn-small + .btn-small { margin-left: 6px; }
.btn-group-area.small { margin-top: 24px; }
.btn-group-area.medium { margin-top: 32px; }
.btn-group-area.large { margin-top: 40px; }
.btn-group-area .btn-group-right .board-search-area { width: auto; padding: 0; }
/*type-b*/
.btn-group-area.type-b { border-top: 1px solid #e6e6e6; padding-top: 40px; margin-top: 0; }
.btn-group-area.type-b .guide-text { font-size: 12px; line-height: 1.5; text-align: center; margin: 0 0 16px; padding: 0; }
/*type-c*/
.btn-group-area.type-c { margin: 40px 0 16px; text-align: right; }
/*type-d*/
.btn-group-area.type-d { padding-top: 40px; margin-top: 0; }
.btn-group-area.type-d .guide-text { font-size: 12px; line-height: 1.5; text-align: center; margin: 0 0 16px; padding: 0; }
/*type-e*/
.btn-group-area.type-e { border-top: 1px solid #e6e6e6; padding-top: 16px; margin-top: 0; }
/*type-f*/
.btn-group-area.type-f { padding: 24px 0 16px; border-top: 1px solid #e6e6e6; }

.board-write-area.left { text-align: left; }
.board-write-area { font-size: 13px; }
.board-write-area .input.type2 { margin-right: 6px; }

/*======================================
1. 공통 요소 영역 (헤더/푸터/퀵메뉴 등)
======================================*/

/*========== 헤더 시작 ==========*/
header { width: 100%; height: 162px; margin: 0 auto; position: relative; z-index: 100; }
#header { width: 100%; height: 162px; margin: 0 auto; background: rgba(255,255,255,1); transition: all 0.5s; z-index: 100; }
#header.scroll-up { -webkit-transform: translateY(-168px); -ms-transform: translateY(-168px); transform: translateY(-168px); }
/*상단유틸영역*/
.util-area { width: 100%; height: 30px; background-color: #f9f9f9; }
.util-area .inner-wrap { width: 1080px; margin: 0 auto; }
.util-area .util-right { float: right; }
.util-area .util-right > li { float: left; height: 30px; padding: 0 10px; }
.util-area .util-right > li > a { font-size: 11px; color: #868686; transition: all 0.5s; }
.util-area .util-right > li:hover a { text-decoration: underline; }
.util-area .util-right > li.tab-login a { color: #546bff; }
.util-area .util-right > li .language select.input { width: 60px; height: 22px; padding: 0 20px 0 4px; font-size: 11px; color: #868686; }
.util-area .util-left { float: left; }
.util-area .util-left > li { float: left; height: 30px; padding: 0 10px; }
.util-area .util-left > li > a { font-size: 11px; color: #868686; transition: all 0.5s; }
.util-area .util-left > li:hover a { text-decoration: underline; }

/*상단GNB*/
.gnb-top-area { width: 100%; height: 86px; }
.gnb-top-area .inner-wrap { width: 1080px; height: 100%; margin: 0 auto; position: relative; }
.gnb-top-area .inner-wrap h1 { width: 198px; height: 60px; float: left; margin-top: 14px; background: url(/image/web/common/logo.png) center center no-repeat; background-size: contain; }
.gnb-top-area .inner-wrap h1 > a { display: block; width: 100%; height: 100%; text-indent:-9999em; }
.gnb-top-area .search-area { position: relative; float: right; width: 280px; height: 34px; margin: 31px 0 0; }
.gnb-top-area .search-area input[type="text"] { width: 100%; height: auto; margin: 0; border: none; padding: 8px 16px; border-radius: 20px; background-color: #f6f6f6; }
.gnb-top-area .search-area .btn-search { position: absolute; top: 0; right: 10px; width: 34px; height: 34px; font-size: 0; line-height: 0; text-align: center; border: none; }
.gnb-top-area .search-area .btn-search:after { content: ''; display: block; overflow: hidden; width: 24px; height: 24px; background: url(/image/web/common/icon_search.png) center center no-repeat; background-size: contain; margin-left: 6px; }

 /*하단GNB*/
.gnb-bot-area { width: 100%; height: 48px; border-bottom: 1px solid #e6e6e6; }
.gnb-bot-area .inner-wrap { width: 1080px; margin: 0 auto; }
.gnb-bot-area .inner-wrap .category-all { width: 180px; height: 40px; float: left; background: #e80032; }
.gnb-bot-area .inner-wrap .category-all > a { position: relative; display: block; width: 100%; height: 100%; padding-left: 48px; font-size: 14px; color: #fff; line-height: 40px; font-weight: 500; }
.gnb-bot-area .inner-wrap .category-all > a:before { position: absolute; top: 8px; left: 8px; content: ''; display: block; overflow: hidden; width: 24px; height: 24px; background: url(/image/web/common/icon_category_all.png) center center no-repeat; background-size: contain; }
.gnb-bot-area .inner-wrap .category-all > a:after { position: absolute; top: 8px; right: 8px; content: ''; display: block; overflow: hidden; width: 24px; height: 24px; background: url(/image/web/common/icon_category_all_arrow_down.png) center center no-repeat; background-size: contain; }
.gnb-bot-area .inner-wrap .category-all > a.on:after { position: absolute; top: 8px; right: 8px; content: ''; display: block; overflow: hidden; width: 24px; height: 24px; background: url(/image/web/common/icon_category_all_arrow_up.png) center center no-repeat; background-size: contain; }

.gnb-bot-area .inner-wrap .gnb-right { float: right; margin: 8px 0 0; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li { position: relative; float: left; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li > a { display: inline-block; position: relative; font-size: 13px; line-height: 26px; padding: 0 16px 0 8px; transition: all 0.5s; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li:before { position: absolute; top: 6px; left: 0; content: ''; display: block; width: 1px; height: 19px; background: #e6e6e6; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li:first-child:before { display: none; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li > a:hover { color: #546bff; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li > a:before { content: ''; display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; width: 26px; height: 26px; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li.notice > a:before { background: url(/image/web/common/icon_notice.png) center center no-repeat; background-size: contain; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li.notice > a > .new { position: absolute; top: 0; left: 8px; display: inline-block; width: 6px; height: 6px; background-color: #ff5757; border-radius: 50%; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li.reorder > a:before { background: url(/image/web/common/icon_reorder.png) center center no-repeat; background-size: contain; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li.cart > a:before { background: url(/image/web/common/icon_cart.png) center center no-repeat; background-size: contain; }
.gnb-bot-area .inner-wrap .gnb-right > ul > li.mypage > a:before { background: url(/image/web/common/icon_mypage.png) center center no-repeat; background-size: contain; }

.gnb-bot-area .inner-wrap .category-all .category-menu { width: 100%; height: 100%; position: relative; z-index: 100; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul { display: none; width: 180px; height: 380px; background: #fff; border: 1px solid #e6e6e6; box-sizing: border-box; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li { width: 100%; height: 36px; position: relative; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li:first-child { margin-top: 8px; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > a { display: block; width: 100%; height: 100%; position: relative; font-size: 13px; line-height: 36px; padding-left: 16px; color: #868686; transition: all 0.5s; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li:hover { background: #f6f6f6; color: #161616; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li:hover > a { color: #161616; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li:hover:after { position: absolute; top: 10px; right: 8px; content: ''; display: block; overflow: hidden; width: 16px; height: 16px; background: url(/image/web/common/icon_category_arrow_right.png) center center no-repeat; background-size: contain; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul { width: 160px; min-height: 380px; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; position: relative; display: none; position: absolute; top:-8px; right:-160px; background: #f9f9f9; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li { width: 100%; height: 32px; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li:first-child { margin-top: 8px; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li > a { display: block; width: 100%; height: 100%; position: relative; font-size: 12px; line-height: 32px; padding-left: 16px; color: #868686; transition: all 0.5s; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li > a:hover { color: #161616; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li > ul { display: none; width: 104px; min-height: 28px; background: #fff; border: 1px solid #161616; position: absolute; z-index: 10; top: 16px; right:-60px; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li > ul > li { width: 100%; height: 28px; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li > ul > li:first-child { margin-top: 8px; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li > ul > li:last-child { margin-bottom: 8px; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li > ul > li > a { display: block; width: 100%; height: 100%; position: relative; font-size: 12px; line-height: 28px; padding-left: 16px; color: #161616; transition: all 0.5s; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li > ul > li > a:hover { background: #f6f6f6; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li:hover > ul { display: block; }
.gnb-bot-area .inner-wrap .category-all .category-menu > ul > li > ul > li:hover > ul { display: block; }

.gnb-category-all { position:relative; float: left; }
.gnb-category-all button.b-close { display: none; position: absolute; top: 390px; left: 1030px; width: 32px; height: 32px; background: url(/image/web/common/icon_close_b.png) center center no-repeat; background-size: contain; z-index:100; }
.gnb-category-all button.b-close:hover { background: url(/image/web/common/icon_modal_close_s.png) center center no-repeat; background-size: contain; }
.gnb-category-all > ul { position: relative; display: inline-block; width: 100%; height: auto; }
.gnb-category-all > ul > li { float: left; }
.gnb-category-all > ul > li > a { position:relative; display: inline-block; width:100%; height:100%;  font-size: 15px; font-weight: 500; color: #161616; padding: 10px 20px; }
.gnb-category-all > ul > li:hover .sub-gnb-all { display:block; }
.gnb-category-all > ul > li:hover button.b-close { display: block; }
.gnb-category-all > ul > li:first-child a { padding-left: 0; }
.gnb-category-all > ul > li:hover a { color: #546bff; }
.gnb-category-all .sub-gnb-all { display: none; position: relative; position: absolute; top: 40px; left: 0; width: 1080px; height: 393px; border: solid 1px #546bff; background: #fff; padding: 32px 0 0; z-index: 1; }
.gnb-category-all .sub-gnb-all > ul { display: inline-block; width: 100%; height: auto; }
.gnb-category-all .sub-gnb-all > ul > li { float: left; width: 25%; margin-bottom: 32px; border-left: 1px solid #e6e6e6; }
.gnb-category-all .sub-gnb-all > ul > li > span { display: block; padding: 0 32px; font-size: 13px; font-weight: 500; color: #546bff; }
.gnb-category-all .sub-gnb-all > ul > li > ul { height: 294px; overflow-y: auto; margin: 8px 0 0; }
.gnb-category-all .sub-gnb-all > ul > li > ul > li > a { display: block; font-size: 12px; line-height: 1.5; color: #161616; padding: 4px 32px; }
.gnb-category-all .sub-gnb-all > ul > li > ul > li > a:hover { color: #546bff; }
/*========== 헤더 끝 ==========*/

/*========== 푸터 시작 ==========*/
footer { margin: 0 auto; width: 100%; height: auto; position: relative; margin-top: 180px; }
#footer { width: 100%; height: auto; border-top: 1px solid #e6e6e6; padding-bottom: 100px; background: #f9f9f9; }
/*하단유틸영역*/
#footer > .footer-util-area { width: 100%; height: 48px; border-bottom: 1px solid #e6e6e6; background: #fff; }
#footer > .footer-util-area > ul { width: 1080px; margin: 0 auto; text-align: center; }
#footer > .footer-util-area > ul > li { display: inline-block; margin-left: 32px; }
#footer > .footer-util-area > ul > li:first-child { margin-left: 0; }
#footer > .footer-util-area > ul > li > a { font-size: 13px; color: #868686; line-height: 48px; transition: all 0.5s; }
#footer > .footer-util-area > ul > li > a:hover { text-decoration: underline; }
/*하단정보*/
#footer .footer-copyright-area { width: 1080px; margin: 0 auto; overflow: hidden; }
#footer .footer-copyright-area > h4 { display: block; float: left; width: 20%; height: 60px; margin-top: 60px; }
#footer .footer-copyright-area > h4 > a { width: 180px; height: 60px; height: 100%; display: block; background: url(/image/web/common/logo_footer.png) center center no-repeat; background-size: contain; text-indent:-9999px; }
#footer .footer-copyright-area > div { display: block; float: left; width: 40%; height: auto; text-align: left; margin-top: 42px; padding: 0 16px; }
#footer .footer-copyright-area > div > ul > li > strong { display: inline-block; font-size: 12px; color: #868686; font-weight: 600; margin-bottom: 4px; }
#footer .footer-copyright-area > div > ul > li > span { display: inline-block; font-size: 12px; color: #868686; margin-right: 12px; }
#footer .footer-copyright-area > div > ul > li > em { display: inline-block; font-size: 12px; color: #d6d6d6; margin-top: 16px; }
#footer .footer-copyright-area > div:last-child { position: relative; height: 205px; padding-left: 40px; }
#footer .footer-copyright-area > div:last-child:before { content: ''; display: block; position: absolute; top: 8px; left: 0; width: 1px;
height: 205px; background: #e6e6e6; }
#footer .footer-copyright-area > div .banner { overflow: hidden; margin: 16px 0 0; }
#footer .footer-copyright-area > div .banner li { float: left; margin: 0 8px 0 0; }
#footer .footer-copyright-area > div .banner img { width: 130px; height: 40px; border-radius: 4px; }
/*========== 푸터 끝 ==========*/

/*========== 퀵메뉴 시작 ==========*/
#quick-menu-area { width: 72px; height: auto; border: 1px solid #e6e6e6; overflow: hidden; z-index: 100; position: fixed; left: 50%; margin-left: 580px; top: 740px; background: #fff; border-radius: 2px; transition: all 0.5s; }
#quick-menu-area.scroll-fixed { position: fixed; top: 120px; }
#quick-menu-area > .quick-slider-area {  width: 100%; height: auto; padding: 16px 10px 10px; text-align: center; position: relative; }
#quick-menu-area > .quick-slider-area > h4 { display: block; font-size: 10px; color: #161616; margin-bottom: 8px; }
#quick-menu-area > .quick-slider-area .li.slick-slide:last-child { margin-bottom: 0!important; }
#quick-menu-area > .quick-slider-area > ul { display: inline-block; width: 100%; height: auto; }
#quick-menu-area > .quick-slider-area > ul li.slider { float: left; width: 50px; height: 50px; display: block; margin-bottom: 8px; overflow: hidden; border: 0; transition: all 0.5s; }
#quick-menu-area > .quick-slider-area > ul li.slider:hover { border: 1px solid #e80032; }
#quick-menu-area > .quick-slider-area > ul li.slider:last-child { margin-bottom: 0; }
#quick-menu-area > .quick-slider-area > ul li.slider > a { width: 100%; height: 100%; display: block; }
#quick-menu-area > .quick-slider-area > ul li.slider > a > img { max-width: 100%; display: block; border: none; }
#quick-menu-area > .quick-util-area { width: 100%; height: auto; }
#quick-menu-area > .quick-util-area > ul li { width: 100%; height: 30px; border-bottom: 1px solid #e6e6e6; text-align: center; margin: 0 auto; }
#quick-menu-area > .quick-util-area > ul li:first-child { border-top: 1px solid #e6e6e6; }
#quick-menu-area > .quick-util-area > ul li > a { display: block; width: 100%; height: 100%; font-size: 10px; color: #868686; line-height: 30px; transition: all 0.5s; }
#quick-menu-area > .quick-util-area > ul li > a:hover { background: #f9f9f9; text-decoration: underline; }
#quick-menu-area > .quick-to-top { width: 100%; height: 26px; background: #546bff; text-align: center; margin: 0 auto; }
#quick-menu-area > .quick-to-top > a { display: block; width: 100%; height: 100%; position: relative; padding-top: 0; }
#quick-menu-area > .quick-to-top > a > span { font-family: 'Lato'; font-size: 10px; color: #fff; font-weight: 600; }
#quick-menu-area > .quick-to-top > a > span:before { content: ''; display: block; width: 10px; height: 10px; background: url(/image/web/common/icon_quick_arrow_up.png) center center no-repeat; background-size: contain; position: absolute; top: 0; left: 50%; margin-left:-5px; }
#quick-menu-area > .quick-slider-area > .slider-arrow { width: 34px; height: 16px; position: absolute; right: 50%; margin-right:-17px; bottom: 8px; }
#quick-menu-area > .quick-slider-area > .slider-arrow .btn-prev { width: 16px; height: 16px; border: 1px solid #e6e6e6; position: absolute; top: 0; left: 0; }
#quick-menu-area > .quick-slider-area > .slider-arrow .btn-prev > span { width: 16px; height: 16px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_up_small.png) -1px center no-repeat; background-size: contain; cursor: pointer; }
#quick-menu-area > .quick-slider-area > .slider-arrow .btn-next { width: 16px; height: 16px; border: 1px solid #e6e6e6; position: absolute; top: 0; right: 0; }
#quick-menu-area > .quick-slider-area > .slider-arrow .btn-next > span { width: 16px; height: 16px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_down_small.png) -1px center no-repeat; background-size: contain; cursor: pointer; }
#quick-menu-area > .quick-slider-area > .slider-arrow > .btn-prev:hover { background: #f9f9f9; }
#quick-menu-area > .quick-slider-area > .slider-arrow > .btn-next:hover { background: #f9f9f9; }
#quick-menu-area > .quick-slider-area .slick-counter { display: block; width: 100%; height: 40px; }
#quick-menu-area > .quick-slider-area .slick-counter span { padding: 0 1px; font-size: 10px; color: #868686; }
/*========== 퀵메뉴 끝 ==========*/



/*======================================
2. 메인페이지 영역 (메인페이지 관련)
======================================*/

/*========== 메인비주얼 시작 ==========*/
#main-visual { width: 100%; position: relative; }
#main-visual > .main-visual-area { width: 100%; height: 540px; position: relative; overflow: hidden; }
#main-visual > .main-visual-area > ul { display: inline-block; position: relative; width: 100%; height: 100%; }
#main-visual > .main-visual-area > ul li.slider { display: block; float: left; width: 100%; height: 100%; }
#main-visual > .main-visual-area > ul li.slider > a { display: block; width: 100%; height: 100%; text-align: center; }
#main-visual > .main-visual-area > ul li.slider > a img { width: 100%; height: 540px; object-fit: cover; }
#main-visual > .main-visual-area .slider-arrow .btn-prev { z-index: 10; position: absolute; cursor: pointer; top: 50%; margin-top:-22px; left: 50%; margin-left: -600px; width: 44px; height: 44px; display: block; opacity: 1; }
#main-visual > .main-visual-area .slider-arrow .btn-prev > span { width: 44px; height: 44px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_white_left_large.png) center center no-repeat; background-size: contain; }
#main-visual > .main-visual-area .slider-arrow .btn-next { z-index: 10; position: absolute; cursor: pointer; top: 50%; margin-top:-22px; left: 50%; margin-left: 600px; width: 44px; height: 44px; display: block; transition: all 0.5s; background: url(/image/web/common/icon_arrow_white_right_large.png) center center no-repeat; opacity: 1; background-size: contain; }
#main-visual > .main-visual-area .slider-arrow .btn-next > span {  width: 44px; height: 44px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_white_right_large.png) center center no-repeat; background-size: contain; }
#main-visual > .main-visual-area .slider-arrow > div { transition: all 0.5s; }
#main-visual > .main-visual-area .slider-arrow > div:hover { background: rgba(0,0,0,0.03); }
/*========== 메인비주얼 끝 ==========*/

/*========== 컨텐츠 시작 ==========*/
section#content { width: 100%; height: auto; margin: 0 auto; position: relative; }
/*서브배너*/
.sub-banner-area { width: 1080px; margin: 0 auto; height: auto; }
.sub-banner-area > ul { display: inline-block; width: 100%; height: auto; margin-top: 60px; }
.sub-banner-area > ul > li { display: block; }
.sub-banner-area > ul > li > a { display: block; width: 100%; }
.sub-banner-area > ul > li > a > img { width: 100%; height: auto; }
/*주요서비스*/
.main-service-area { width: 1080px; margin: 80px auto 0; height: auto; }
.main-service-area > div.title-info { width: 100%; height: auto; margin-bottom: 24px; }
.main-service-area > div.title-info > h4 { display: block; float: left; font-size: 24px; color: #161616; font-weight: 500; }
.main-service-area > ul { width: 100%; height: auto; }
.main-service-area > ul > li { display: block; float: left; width: calc((100% - 120px)/6); height: auto; margin-left: 24px; }
.main-service-area > ul > li:first-child { margin-left: 0; }
.main-service-area> ul > li > a { display: block; width: 100%; height: 0; position: relative; padding-bottom: 100%; }
.main-service-area > ul > li > a > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*주요상품*/
.main-product-area { width: 1080px; margin: 80px auto 0; height: auto; }
.main-product-area > div { float: left; display: block; float: left; width: calc((100% - 48px)/3); height: auto; margin-left: 24px; }
.main-product-area > div:first-child { margin-left: 0; }
.main-product-area > div > div.title-info { width: 100%; height: auto; margin-bottom: 24px; }
.main-product-area > div > div.title-info > h4 { display: block; float: left; font-size: 24px; color: #161616; font-weight: 500; }
.main-product-area > div > div.title-info > a { display: block; float: right; font-size: 12px; color: #b6b6b6; text-decoration: underline; transition: all 0.5s; margin-top: 8px; }
.main-product-area > div > div.title-info > a:hover { color: #161616; }
.main-product-area > div > .product-box > ul li.slider { display: block; float: left; width: 100%; height: auto; margin-left: 24px; }

/*바로가기*/
.shortcut-banner-area { width: 1080px; height: auto; margin: 100px auto 0; }
.shortcut-banner-area > ul { width: 100%; height: auto; }
.shortcut-banner-area > ul > li { display: block; float: left; width: calc((100% - 40px)/5); height: auto; margin: 0 0 10px 10px; }
.shortcut-banner-area > ul > li:first-child { margin-left: 0; }
.shortcut-banner-area > ul > li > a { display: block; width: 100%; height: 0; position: relative; padding-bottom: 64px}
.shortcut-banner-area > ul > li > a > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
/*서브비주얼*/
.sub-visual-area { width: 1080px; height: auto; margin: 80px auto 0; }
.sub-visual-area > .sub-visual-slider { float: left; width: 740px; height: 340px; position: relative; overflow: hidden; }
.sub-visual-area > .sub-visual-slider > ul { position: relative; width: 100%; height: 100%; }
.sub-visual-area > .sub-visual-slider > ul > li { display: block; float: left; width: 100%; height: 100%; }
.sub-visual-area > .sub-visual-slider > ul > li > a { display: block; width: 100%; height: 100%; }
.sub-visual-area > .sub-visual-slider .slider-arrow .btn-prev {  z-index: 10; position: absolute; cursor: pointer; top: 50%; margin-top:-22px; left:-60px; width: 44px; height: 44px; display: block; opacity: 0; }
.sub-visual-area > .sub-visual-slider .slider-arrow .btn-prev > span { width: 44px; height: 44px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_left_large.png) center center no-repeat; background-size: contain; }
.sub-visual-area > .sub-visual-slider .slider-arrow .btn-next { z-index: 10; position: absolute; cursor: pointer; top: 50%; margin-top:-22px; right:-60px; width: 44px; height: 44px; display: block; transition: all 0.5s; background: url(/image/web/icon_arrow_right_large.png) center center no-repeat; background-size: contain; opacity: 0; }
.sub-visual-area > .sub-visual-slider .slider-arrow .btn-next > span { width: 44px; height: 44px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_right_large.png) center center no-repeat; background-size: contain; }
.sub-visual-area > .sub-visual-slider:hover .slider-arrow .btn-prev { left: 0; opacity: 1}
.sub-visual-area > .sub-visual-slider:hover .slider-arrow .btn-next { right: 0; opacity: 1}
.sub-visual-area > .sub-visual-slider .slider-arrow > div { transition: all 0.5s; }
.sub-visual-area > .sub-visual-slider .slider-arrow > div:hover { background: rgba(0,0,0,0.03); }
.sub-visual-area > .sub-visual-slider .slick-dots { position: absolute; bottom: 24px; display: block; width: 100%; padding: 0; margin: 0; list-style: none; text-align: center; }
.sub-visual-area > .sub-visual-slider .slick-dots li { position: relative; transition: all 0.5s; display: inline-block; width: 10px; height: 10px; margin: 0 5px; padding: 0; cursor: pointer; background: rgba(0,0,0,0.2); border-radius: 50%; }
.sub-visual-area > .sub-visual-slider .slick-dots li.slick-active { background: #e80032; }
.sub-visual-area > .sub-visual-slider .slick-dots li:hover { background: #e80032; }
/*실시간인기검색어*/
.best-keyword-area { width: 316px; height: 340px; border: 1px solid #e6e6e6; float: left; margin-left: 24px; padding: 24px; }
.best-keyword-area > h4 { display: block; font-size: 17px; color: #161616; font-weight: 500; margin-bottom: 16px; }
.best-keyword-area > ul { width: 100%; height: auto; }
.best-keyword-area > ul > li { width: 100%; display: block; height: auto; margin-bottom: 8px; }
.best-keyword-area > ul > li > a { width: 100%; display: block; height: auto; }
.best-keyword-area > ul > li > a > em { display: block; width: 16px; height: 16px; text-align: center; line-height: 16px; float: left; font-size: 10px; font-family: 'Lato'; font-weight: 700; color: #fff; background: #d6d6d6; }
.best-keyword-area > ul > li.on > a > em { background: #e80032; }
.best-keyword-area > ul > li > a > span { display: block; float: left; font-size: 12px; color: #868686; margin-left: 12px; line-height: 16px; width: 75%; text-overflow: ellipsis; white-space: nowrap; overflow: hidden}
.best-keyword-area > ul > li > a > span:hover { text-decoration: underline; }
.best-keyword-area > ul > li.on > a > span { color: #161616; font-weight: 500; }
.best-keyword-area > ul > li > a > strong { display: block; float: right; font-size: 12px; font-family: 'Lato'; font-weight: 700; color: #868686; }
.best-keyword-area > ul > li > a > strong.keyword-up { color: #e80032; }
.best-keyword-area > ul > li > a > strong.keyword-up:before { width: 10px; height: 10px; content: ''; display: block; float: left; background: url(/image/web/common/icon_arrow_keyword_up.png) center center no-repeat; background-size: contain; margin: 3px 3px 0 0; }
.best-keyword-area > ul > li > a > strong.keyword-down { color: #b6b6b6; }
.best-keyword-area > ul > li > a > strong.keyword-down:before { width: 10px; height: 10px; content: ''; display: block; float: left; background: url(/image/web/common/icon_arrow_keyword_down.png) center center no-repeat; background-size: contain; margin: 3px 3px 0 0; }
/*카테고리상품*/
.product-category-area { width: 1080px; margin: 80px auto; height: auto; position: relative; }
.product-category-area > .category-gnb-area { width: 100%; height: auto; position: relative; margin-bottom: 32px; }
.product-category-area > .category-gnb-area > ul { width: 100%; height: 48px; border: 1px solid #e6e6e6; }
.product-category-area > .category-gnb-area > ul > li { float: left; display: block; width: calc(100%/6); height: 100%; }
.product-category-area > .category-gnb-area > ul > li > a { display: block; width: 100%; height: 100%; color: #b6b6b6; font-size: 14px; line-height: 48px; text-align: center; transition: all 0.5s; }
.product-category-area > .category-gnb-area > ul > li.on > a { color: #fff; background: #161616; }
.product-category-area > .category-gnb-area > ul > li > a:hover { background: #f9f9f9; color: #161616; }
.product-category-area > .category-gnb-area > ul > li.on > a:hover { background: #161616; color: #fff; }
.product-category-area > .product-box > ul  { display: inline-block; width: 100%; height: auto; margin-bottom: 60px; }
.product-category-area > .product-box > ul li.slider { display: block; float: left; width: calc((100% - 120px)/6); height: auto; margin-left: 24px; }
.product-category-area > .product-box .brand { font-size: 13px!important; }
.product-category-area > .product-box .product-title { font-size: 13px!important; }
.product-category-area > .product-box .price { font-size: 16px!important; }
/*키워드상품*/
.product-keyword-area { width: 1080px; height: auto; margin: 40px auto 0; }
.product-keyword-area > div.title-info { width: 100%; height: auto; margin-bottom: 24px; }
.product-keyword-area > div.title-info > h4 { display: block; float: left; font-size: 24px; color: #161616; font-weight: 500; }
.product-keyword-area > div.title-info > a { display: none; }
.product-keyword-area .keyword-tap-area { float: left; width: 256px; height: auto; }
.product-keyword-area .keyword-tap-area > ul { width: 100%; height: auto; display: inline-block; }
.product-keyword-area .keyword-tap-area > ul li.slider { display: block; width: 100%; height: 40px; text-align: left; }
.product-keyword-area .keyword-tap-area > ul li.slider > a { display: block; width: 100%; height: 100%; padding-left: 16px; line-height: 40px; font-size: 13px; color: #b6b6b6; border-bottom: 1px solid #e6e6e6; }
.product-keyword-area .keyword-tap-area > ul li.slider.slick-current > a {  border: 1px solid #161616; color: #161616; }
.product-keyword-area .keyword-tap-area > ul li.slider > a:hover { color: #161616; }
.product-keyword-area > .product-box  { float: left; width: calc(100% - 280px); margin-left: 24px; }
.product-keyword-area > .product-box > ul li.slider { display: block; float: left; width: calc((100% - 40px)/5); height: auto; margin-left: 10px; }
.product-keyword-area > .product-box .brand { font-size: 13px!important; }
.product-keyword-area > .product-box .product-title { font-size: 13px!important; }
.product-keyword-area > .product-box .price { font-size: 16px!important; }
/*상품구매후기*/
.product-review-area { width: 1080px; height: auto; margin: 60px auto; }
.product-review-area > div.title-info { width: 100%; height: auto; margin-bottom: 24px; }
.product-review-area > div.title-info > h4 { display: block; float: left; font-size: 24px; color: #161616; font-weight: 500; }
.product-review-area > div.title-info > a { display: none; }
.product-review-area > .product-box > ul li.slider { display: block; float: left; width: calc((100% - 72px)/4); height: auto; margin-left: 24px; }
/*========== 컨텐츠 끝 ==========*/



/*======================================
3. 서브페이지
======================================*/

/*서브페이지레이아웃*/
#content .inner-wrap { width: 1080px; margin: 40px auto 0;  position:relative; height: auto;}
#content .inner-wrap:after { content: ''; display: block; clear: both; }
.subpage-left-area { float: left; width: 180px; margin: 0 30px 0 0; }
.subpage-content-area { float: left; width: calc(100% - 210px); text-align: left; }
.subpage-content-area.full-width { width: 100%!important; }
/*LNB 영역*/
.subpage-left-area > div { width: 100%; min-height: 380px; border: solid 1px #e6e6e6; border-top: 3px solid #546bff; }
.subpage-left-area > div h2 { font-size: 15px; font-weight: 700; color: #546bff; margin: 0; padding: 24px 24px 8px; }
.subpage-left-area ul > li { display: block; width: 100%; height: auto; }
.subpage-left-area ul > li > a { display: block; width: 100%; height: 100%; font-size: 13px; line-height: 13px; text-align: left; color: #161616; padding: 8px 24px; }
.subpage-left-area ul > li > a.on,
.subpage-left-area ul > li > a:hover { color: #546bff; }
.subpage-left-area ul > li span.on { display: inline-block; vertical-align: middle; margin: -2px 0 0 2px; width: 26px; height: 14px; line-height: 12px; text-align: center; border-radius: 2px; border: solid 1px #ef1717; background-color: #fff; font-size: 9px; font-weight: 500; color: #ef1717; }
.subpage-left-area ul > li.ar { background: url(/image/web/common/icon_arrow_select_down.png) right 16px top 2px no-repeat; background-size: 24px 24px; }
.subpage-left-area ul > li.ar.on,
.subpage-left-area ul > li.ar:hover { background: url(/image/web/common/icon_arrow_select_up.png) right 16px top 2px no-repeat; background-size: 24px 24px; }
.subpage-left-area ul > li.ar > a { color: #161616; }
.subpage-left-area ul > li ul { display: none; margin: 0; padding: 0; }
.subpage-left-area ul > li.ar.on ul,
.subpage-left-area ul > li.ar:hover ul { display: block; }
.subpage-left-area ul > li ul li { display: block; width: 100%; height: auto; }
.subpage-left-area ul > li ul li a { display: block; width: 100%; height: 100%; font-size: 12px; line-height: 1.5; text-align: left; color: #868686; padding: 2px 24px; }
.subpage-left-area ul > li ul li a.on,
.subpage-left-area ul > li ul li a:hover{ color: #546bff; }



/*============================================================================*/
/* main-cate-icon-list */
.main-cate-icon-list { width: 1080px; margin: 0 auto; border: solid 1px #f6f6f6; border-left: 0; }
.main-cate-icon-list li { float: left; width: 10%; }
.main-cate-icon-list li a { display: block; width: 100%; height: 108px; padding: 12px 0; border-left: solid 1px #f6f6f6; background-color: #ffffff; font-size: 12px; color: #161616; text-align: center; }
.main-cate-icon-list li a img { transition:all 0.5s; display: block; margin: 0 auto 4px; width: 60px; height: 60px; transform: scale(1.0); }
.main-cate-icon-list li a:hover img { transform: scale(1.08); }
.main-cate-icon-list li a:hover { color: #546bff; }


/* TODAY PICK */
.product-list-d3-area { width: 1080px; margin: 60px auto 0; height: auto; }
.subpage-content-area .product-list-d3-area { width: 870px; }
.product-list-d3-area > div.title-info { width: 100%; height: 41px; margin-bottom: 24px; }
.product-list-d3-area > div.title-info > h4 { display: block; float: left; font-size: 28px; font-weight: 700; color: #161616; }
.product-list-d3-area > div.title-info > a { display: block; float: right; width: 32px; height: 32px; background: url(/image/web/common/icon_more.png) center center no-repeat; background-size: contain; text-indent:-5000px; margin-top: 9px; }
.product-list-d3-area > .product-box > ul li.slider { width: calc(100%/3); }
.product-list-d3-area > .product-box > ul li.slider .shop-name { margin-top: 8px; }
.product-list-d3-area.type-b { margin-top: 24px; }


/* 신상품 */
.product-list-d4-area { width: 1080px; margin: 60px auto 0; height: auto; }
.product-list-d4-area > div.title-info { width: 100%; height: 41px; margin-bottom: 24px; }
.product-list-d4-area > div.title-info > h4 { display: block; float: left; font-size: 28px; font-weight: 700; color: #161616; }
.product-list-d4-area > div.title-info > a { display: block; float: right; width: 32px; height: 32px; background: url(/image/web/common/icon_more.png) center center no-repeat; background-size: contain; text-indent:-5000px; margin-top: 9px; }
.product-list-d4-area > .product-box > ul li.slider { width: calc(100%/4); }


/* main-left-banner */
.main-left-banner { position: absolute; top: 40px; left: 50%; margin-left: -650px; }
.main-left-banner li { width: 80px; height: 176px; margin: 0 0 8px; }
.main-left-banner li img { width: 100%; height: auto; }


.modal-layer-area.index-popup { width: 360px; height: 396px; overflow: hidden; padding: 0; border-radius: 0; box-shadow: 0px 1px 5px rgba(0,0,0,0.2); }
.modal-layer-area.index-popup .img { width: 360px; height: 360px; }
.modal-layer-area.index-popup .img img { width: 360px; height: auto; }
.modal-layer-area.index-popup .btn-group-type1 { margin: 0; height: 36px; overflow: hidden; }
.modal-layer-area.index-popup .btn-group-type1 button { float: left; width: 180px; height: 36px; background: #fff; padding: 0; border: 0; margin: 0; font-size: 13px; color: #a1a1a1; }
.modal-layer-area.index-popup .btn-group-type1 .btn-close { border-left: 1px solid #e6e6e6; }


.sub-title-area { position: relative; height: auto; margin: 0; padding: 0 0 12px; border-bottom: 1px solid #161616; overflow: hidden; }
.sub-title-area h1 { float: left; height: 36px; font-size: 24px; font-weight: 500; line-height: 1.5; letter-spacing:-1.2px; text-align: left; color: #161616; }
.sub-title-area + .product-list-d3-area { margin: 16px auto 0; }
.sub-title-area .btn-small { float: right; }


.product-navi { display: block; overflow: hidden; margin: -16px 0 16px; }
.product-navi > ul > li { position: relative; float: left; text-align: left; font-size: 12px; line-height: 18px; padding-right: 24px; color: #767676; }
.product-navi > ul > li:after { position: absolute; top: 3px; right: 5px; content: ''; display: inline-block; width: 14px; height: 14px; background: url(/image/web/common/icon_category_arrow_right.png) center center no-repeat; background-size: contain; }
.product-navi > ul > li:last-child { color: #161616; }
.product-navi > ul > li:last-child:after { width: 0; height: 0; margin: 0; }
.product-navi > ul > li:first-child { line-height: 18px; }


/* 필터 형태 */
.filter-wrap { width: 100%; height: auto; padding: 24px 24px 60px; border: solid 1px #e6e6e6; border-top: 2px solid #546bff; margin-top: 18px; }
.filter-wrap h4 { font-size: 12px; font-weight: 700; color: #546bff; margin: 0 0 16px; line-height: 1; }
.filter-wrap li,
.filter-wrap li a { font-size: 12px; color: #161616; }
.filter-wrap li + li { margin-top: 8px; }
.filter-wrap li input { margin-right: 8px; }
.filter-wrap li input[type="radio"] + input[type="text"],
.filter-wrap li input[type="radio"] + input[type="text"] + input[type="text"] { margin-top: 8px; height: 35px; }
.filter-wrap li input[type="text"] + input[type="text"] +.btn-small.flexible { margin: 8px 0 0; }
.filter-wrap hr { margin: 16px 0; border: 0; width: 100%; height: 1px; background: #e6e6e6; }
.filter-wrap .btn-small.flexible { height: 30px; line-height: 28px; padding: 0; border-radius: 15px; margin: 16px 0 0; }
.filter-wrap ul.color li span { display: inline-block; }
.filter-wrap ul.color li span:before { content:''; display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; width: 12px; height: 12px; border-radius: 10px; }
.filter-wrap ul.color li span.black:before { background: url(/image/web/common/color_black.png); background-size: contain; }
.filter-wrap ul.color li span.white:before { background: url(/image/web/common/color_white.png); background-size: contain; border: 1px solid #e6e6e6; }
.filter-wrap ul.color li span.beige:before { background: url(/image/web/common/color_beige.png); background-size: contain; }
.filter-wrap ul.color li span.gray:before { background: url(/image/web/common/color_gray.png); background-size: contain; }
.filter-wrap ul.color li span.blue:before { background: url(/image/web/common/color_blue.png); background-size: contain; }
.filter-wrap ul.color li span.pink:before { background: url(/image/web/common/color_pink.png); background-size: contain; }
.filter-wrap ul.color li span.red:before { background: url(/image/web/common/color_red.png); background-size: contain; }
.filter-wrap ul.color li span.orange:before { background: url(/image/web/common/color_orange.png); background-size: contain; }
.filter-wrap ul.color li span.yellow:before { background: url(/image/web/common/color_yellow.png); background-size: contain; }
.filter-wrap ul.color li span.green:before { background: url(/image/web/common/color_green.png); background-size: contain; }
.filter-wrap ul.color li span.mint:before { background: url(/image/web/common/color_mint.png); background-size: contain; }
.filter-wrap ul.color li span.violet:before { background: url(/image/web/common/color_violet.png); background-size: contain; }
.filter-wrap ul.color li span.brown:before { background: url(/image/web/common/color_brown.png); background-size: contain; }
.filter-wrap ul.color li span.gold:before { background: url(/image/web/common/color_gold.png); background-size: contain; }
.filter-wrap ul.color li span.silver:before { background: url(/image/web/common/color_silver.png); background-size: contain; }
.filter-wrap ul.color li span.multi:before { background: url(/image/web/common/color_multi.png); background-size: contain; }



/* 상품상세 */
.product-view-area { position: relative; margin-top:-23px; }
.product-view-top-area { width: 100%; height: auto; display: inline-block; padding: 0 0 40px; border-bottom: 1px solid #868686; }

.product-img-area { float: left; width: 540px; height: auto; display: block; margin-top: 24px; }
.product-img-area .product-img { width: 100%; height: auto; position: relative; }
.product-img-area .product-img > .product-large-img { display: block; width: 100%; height: 0; padding-bottom: 100%; position: relative; transition: all 0.5s; overflow: hidden; }
.product-img-area .product-img > .product-large-img > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.product-img-area .product-img > .product-thumb  { display: block; width: 100%; height: auto; margin-top: 24px; position: relative; }
.product-img-area .product-img > .product-thumb > ul { display: inline-block; width: 100%; height: auto; }
.product-img-area .product-img > .product-thumb > ul li.slider { display: block; float: left; width: calc(100% / 5); height: auto; overflow: hidden; border: 1px solid #fff; }
.product-img-area .product-img > .product-thumb > ul li.slider > a { display: block; width: 100%; height: 0; padding-bottom: 100%; position: relative; transition: all 0.5s; overflow: hidden; }
.product-img-area .product-img > .product-thumb > ul li.slider > a > img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* 2020-04-23 썸네일 가운데 영역을 좌우 화삻표가 막고 있어서 추가 pointer-events */
.product-img-area .product-img > .product-thumb > .slider-arrow { display: block; width: 100%; height: 32px; position: absolute; top: 50%; margin-top:-16px; pointer-events:none;}
.product-img-area .product-img > .product-thumb > .slider-arrow .btn-prev {  width: 32px; height: 32px; position: absolute; top: 0; left: 0; background: rgba(0,0,0,0.2); transition: all 0.5s; pointer-events:auto;}
.product-img-area .product-img > .product-thumb > .slider-arrow .btn-prev > span { width: 32px; height: 32px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_white_left.png) center center no-repeat; background-size: contain; cursor: pointer; }
.product-img-area .product-img > .product-thumb > .slider-arrow .btn-next { width: 32px; height: 32px; background: rgba(0,0,0,0.2); position: absolute; top: 0; right: 0; transition: all 0.5s; pointer-events:auto;}
.product-img-area .product-img > .product-thumb > .slider-arrow .btn-next > span { width: 32px; height: 32px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_white_right.png) center center no-repeat; background-size: contain; cursor: pointer; }
.product-img-area .product-img > .product-thumb > .slider-arrow .btn-prev:hover,
.product-img-area .product-img > .product-thumb > .slider-arrow .btn-next:hover { background: rgba(0,0,0,0.3); }

.product-view-area .product-title-info { display: block; width: 100%; height: auto; padding: 0; margin-top: -8px; }
.product-view-area .product-title-info .product-title { width: 100%; line-height: 1.5; font-size: 24px; font-weight: 500; color: #161616; letter-spacing:-1.2px; }
.product-view-area .product-title-info .summary { font-size: 13px; color: #868686; margin-top: 16px; }
.product-view-area .product-title-info .address { font-size: 13px; color: #868686; margin-top: 16px; }
.product-view-area .product-title-info .address:before { content:''; display: inline-block; vertical-align: middle; margin: -2px 4px 0 0; width: 16px; height: 16px; background: url(/image/web/common/icon_address.png) center center no-repeat; background-size: contain; }
.product-view-area .product-title-info .address .tel { margin-left: 16px; }
.product-view-area .product-title-info .address .tel:before { content:''; display: inline-block; vertical-align: middle; margin: -2px 4px 0 0; width: 16px; height: 16px; background: url(/image/web/common/icon_tel.png) center center no-repeat; background-size: contain; }
.product-view-area .product-title-info .price { font-size: 22px; font-weight: 900; color: #546bff; padding-bottom: 24px; border-bottom: 1px solid #e6e6e6; margin: 16px 0 0; }
.product-view-area .product-title-info .price:after { content: '원'; display: inline-block; vertical-align: middle; font-size: 14px; color: #546bff; margin: -4px 0 0 4px; }

.option-selected-area { margin: 24px 0 0; }
.option-selected-area li { position: relative; border: 1px solid #e6e6e6; padding: 16px 24px; }
.option-selected-area .btn-plus { width: 24px; height: 24px; border: solid 1px #d6d6d6; margin-left: 2px; transition: all 0.5s; }
.option-selected-area .btn-plus span { display: inline-block; width: 23px; height: 23px; margin: 0; vertical-align: middle; background: url(/image/web/common/icon_plus.png) center center no-repeat; background-size: contain; text-indent:-5000px; }
.option-selected-area .btn-minus { width: 24px; height: 24px; border: solid 1px #d6d6d6; margin-right: 2px; transition: all 0.5s; }
.option-selected-area .btn-minus span { display: inline-block; width: 23px; height: 23px; margin: 0; vertical-align: middle; background: url(/image/web/common/icon_minus.png) center center no-repeat; background-size: contain; text-indent:-5000px; }
.option-selected-area .btn-plus:hover { border: 1px solid #161616; }
.option-selected-area .btn-minus:hover { border: 1px solid #161616; }
.option-selected-area .quantity-left { display: inline-block; font-size: 12px; color: #868686; margin-left: 8px; }
.option-selected-area .input { width: 40px; height: 24px; line-height: 22px; padding: 0 4px; text-align: center; }
.option-selected-area .title { font-size: 13px; color: #767676; margin: 0 0 8px; }
.option-selected-area .price { position: absolute; top: 50%; right: 30px; margin-top: -10px; }
.option-selected-area .price strong { font-family: 'Lato'; font-size: 16px; font-weight: 700; color: #868686; }
.option-selected-area .price strong:after { content: '원'; display: inline-block; vertical-align: middle; font-size: 12px; color: #868686; margin: -2px 0 0 4px; }
.option-selected-area li + li { margin-top: 8px; }

.btn-total-price-area  { border-top: 1px solid #e6e6e6; padding-top: 24px; margin-top: 24px; }
.btn-total-price-area .btn { float: left; }
.btn-total-price-area .btn-medium.icon-chatqna { width: 140px; height: 40px; border-radius: 20px; padding: 0; }
.btn-total-price-area .price { float: right; height: 40px; line-height: 40px; font-size: 13px; }
.btn-total-price-area .price strong { display: inline-block; vertical-align: middle; margin: 0 0 0 16px; font-size: 22px; font-weight: 900; color: #546bff; }
.btn-total-price-area .price strong:after { content: '원'; display: inline-block; vertical-align: middle; font-size: 16px; color: #546bff; margin: -4px 0 0 4px; }

.product-info-area { float: right; width: calc(100% - 600px); display: block; text-align: left; margin-left: 60px; position: relative; margin-top: 32px; overflow: hidden; }
.product-info-area .btn-group-area { margin: 46px 0 0; }
.product-info-area .btn-group-area button { margin: 0; }
.product-info-area .btn-group-area .izmir { width: 192px; }
.product-info-area .btn-group-area .blue { width: 192px; margin: 0 4px; }
.product-info-area .btn-group-area .line-gray { width: 80px; }
.product-info-area .btn-group-area .line-gray:before { content:''; display: inline-block; vertical-align: middle; margin: -2px 8px 0 0; width: 24px; height: 24px; transition: all 0.5s; background: url(/image/web/common/icon_like_n.png) center center no-repeat; background-size: contain; text-indent:-9999px; transform: scale(1.0); }
.product-info-area .btn-group-area .line-gray.on:before { transform: scale(1.08); background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }

.product-info-area .btn-group-area.small { margin: 24px 0 0; }
.product-info-area .btn-group-area .line-gray.type1 { height: 30px; line-height: 28px; }
.product-info-area .btn-group-area .line-gray.type1:before { display: none; }

.product-guide-text { margin: 8px 0 0; }
.product-guide-text li { padding: 16px 0; }
.product-guide-text li + li { border-top: 1px solid #e6e6e6; }
.product-guide-text li .title { font-size: 12px; color: #868686; }
.product-guide-text li .title:before { content:''; display: inline-block; vertical-align: middle; margin: -3px 4px 0 0; width: 16px; height: 16px; background: url(/image/web/common/icon_help.png) center center no-repeat; background-size: contain; }
.product-guide-text li .cnt { font-size: 11px; color: #b6b6b6; margin: 8px 0 0; }
.product-guide-text li .ex { font-size: 11px; color: #9eaaff; margin: 8px 0 0; }


.sub-title-small-area { position: relative; height: auto; margin: 60px 0 0; padding: 0 0 16px; border-bottom: 1px solid #e6e6e6; }
.sub-title-small-area > a { transition: all 0.5s; }
.sub-title-small-area > a:hover { color: #161616; }
.sub-title-small-area.not-line { border-bottom: 0; }
.sub-title-small-area h1 { float: left; font-size: 18px; font-weight: 500; line-height: 1.5; letter-spacing:-1.2px; text-align: left; color: #161616; }
.sub-title-small-area .more { float: right; display: inline-block; font-size: 12px; color: #B6B6B6; text-decoration: underline; margin-top: 8px; }
.sub-title-small-area p { clear: both; display: block; font-size: 12px; padding: 8px 0 0; }
.sub-title-area + .sub-title-small-area { margin: 40px 0 0; }


/*게시판 보기 공통*/
.board-view-area { border-top: 1px solid #e6e6e6; }
.board-view-area.top-margin { margin: 36px 0 0; }
.board-view-area > div { width: 100%; display: block; height: auto; }
.board-view-area > div > ul { display: table; width: 100%; position: relative; }
.board-view-area > div > ul > li { display: table-cell; vertical-align: middle; font-size: 13px; padding: 8px 0 8px 24px; border-bottom: 1px solid #e6e6e6; border-top: 0; color: #161616; height: 50px; }
.board-view-area > div > ul > li.board-view-title { width: 180px; background: #f9f9f9; font-size: 12px; color: #868686; }
.board-view-area > div > ul > li.board-view-title span { color: #ff416f; }
.board-view-area > div > ul > li.board-view-title small { font-size: 10px; color: #868686; }
.board-view-area > div > ul > li.price { font-size: 15px; font-weight: 700; color: #ff416f; }
.board-view-area > div > ul > li.price small { display: inline-block; margin-left: 8px; font-size: 11px; color: #868686; }
.board-view-area > div > ul > li .input { width: 300px; }
.board-view-area > div > ul > li .input.flexible { width: 100%; }
.board-view-area > div > ul > li .input.right { margin-right: 6px; }
.board-view-area > div > ul > li .input.type3 { width: 146px; }
.board-view-area > div > ul > li .input.type3 + .input.type3 { margin-left: 6px; }
.board-view-area > div > ul > li .btn-small.type3.left-margin { margin-left: 40px; }
.board-view-area > div > ul > li .btn-small + .input.flexible { display: block; width: 100%; margin: 8px 0 0; }
.board-view-area > div > ul > li .input.flexible + .input.flexible { display: block; width: 100%; margin: 8px 0 0; }
.board-view-area > div > ul > li .input + .btn-small { margin-left: 6px; }
.board-view-area > div > ul > li .input + .btn-small + .btn-small { margin-left: 6px; }
.board-view-area > div > ul > li .tel-area { margin: 8px 0 0; }
.board-view-area > div > ul > li .tel-area select { margin-right: 8px; height: 37px; }
.board-view-area > div > ul > li .amount-used { padding: 8px 0; }
.board-view-area > div > ul > li .amount-used > div.block + div.block { margin: 8px 0 0; }
.board-view-area > div > ul > li .amount-used > div.block .input { margin-right: 6px; }
.board-view-area > div > ul > li .amount-used > div.block button { margin-left: 13px; }
.board-view-area > div > ul > li strong.large { font-size: 15px; font-weight: 700; color: #161616; }
.board-view-area > div > ul > li .help-text { font-size: 11px; color: #b6b6b6; margin: 8px 0 0; }
.board-view-area.li-not-padding > div > ul > li { padding: 8px 0; }
.board-view-area > div > ul > li .category select.input { display: block; }
.board-view-area > div > ul > li .category select.input + select.input { margin: 8px 0 0; }
.order-memo + .board-view-area { margin: 16px 0 0; }
.board-view-area > div > ul > li .guide-text { font-size: 11px; line-height: 1.55; }

/* 상세보기내 board-view-area */
.sub-title-small-area + .board-view-area { border-top: 0; }
.sub-title-small-area + .board-view-area > ul { display: table; width: 100%; position: relative; }
.sub-title-small-area + .board-view-area > ul > li { display: table-cell; vertical-align: middle; font-size: 13px; padding: 11px 24px; border: 1px solid #e6e6e6; border-top: 0; color: #161616; }
.sub-title-small-area + .board-view-area > ul > li.board-view-title { width: 18%; background: #f9f9f9; font-size: 12px; border-right: 0; color: #868686; }
.sub-title-small-area + .board-view-area > ul > li.subject { color: #161616; font-weight: 500; }
.sub-title-small-area + .board-view-area > ul > li.file a { display: inline-block; color: #b6b6b6; text-decoration: underline; font-size: 12px; transition: all 0.5s; }
.sub-title-small-area + .board-view-area > ul > li.file a:hover { color: #868686; }
.sub-title-small-area + .board-view-area > ul > li.file a:before { content: ''; display: inline-block; width: 24px; height: 24px; margin:-2px 4px 0 -4px; vertical-align: middle; background: url(/image/web/common/icon_file.png) center center no-repeat; background-size: contain; }
.sub-title-small-area + .board-view-area > ul > li.board-view-content { height: 400px; vertical-align: top; color: #868686; padding: 16px 24px; }
.sub-title-small-area + .board-view-area + .btn-group-area { margin-top: 40px; }
.board-view-price-area { font-family: 'Lato'; font-size: 13px; }
.board-view-price-area strong { font-size: 15px; font-weight: 900; color: #161616; }
.board-view-price-area span { font-family: 'Noto Sans KR'; font-size: 12px; color: #b6b6b6; margin-left: 5px; }
.sub-title-small-area + .board-view-area > ul > li .checkbox-grid { overflow: hidden; }
.sub-title-small-area + .board-view-area > ul > li .checkbox-grid span { display: block; float: left; width: 120px; }
.sub-title-small-area + .board-view-area > ul > li .checkbox-grid span input { margin-right: 4px; }

.product-view-detail-area { margin: 24px 0 0; font-size: 14px; min-height: 350px; }

.product-view-area .product-list-d4-area > div.title-info { width: 100%; height: 45px; padding-bottom: 16px; margin-bottom: 24px; border-bottom: 1px solid #e6e6e6; }
.product-view-area .product-list-d4-area > div.title-info > h4 { display: block; float: left; font-size: 20px; font-weight: 500; color: #161616; }
.product-view-area .product-list-d4-area > div.title-info > a { margin-top: -4px; }


.list-empty { width: 100%; background: #fff; padding: 60px 0; }
.list-empty > div { font-size: 12px; color: #b6b6b6; text-align: center; }
.list-empty > div img { width: 80px; height: 80px; display: block; margin: 0 auto 8px; }

/* push_chat */
.modal-layer-area.push-chat { width: 408px; border-radius: 8px; }


/* chat_room */
.chat_room { position: relative; width: 100%; height: 480px; background-color: #f1f2ff; text-align: left; margin: 16px 0 0; }
.chat_room .cont { width: 100%; height: calc(100% - 58px); overflow-x: hidden; overflow-y: scroll; padding: 24px 16px 0; }
.chat_room .cont li { position: relative; overflow: hidden; margin: 0; padding: 0; }
.chat_room .cont li .text { position: relative; display: inline-block; max-width: 205px; padding: 8px 12px; font-size: 13px; color: #161616; border-radius: 4px; line-height: 1.43; letter-spacing: -0.7px; }
.chat_room .cont li .date { position: absolute; bottom: 0; display: inline-block; width: 80px; font-size: 10px; color: #868686; letter-spacing: -0.5px; }
.chat_room .cont li.left .text { margin: 8px 0 0; background: #fff; color: #161616; }
.chat_room .cont li.left .date { left: 100%; margin-left: 8px; }
.chat_room .cont li.right .text { float: right; margin: 0; background: #d8dcff; border-radius: 4px; }
.chat_room .cont li.right .date { right: 100%; margin-right: 8px;text-align: right; }
.chat_room .chat-guide-text { position: absolute; bottom: 24px; left: 0; font-size: 10px; width: 100%; height: auto; font-size: 12px; font-weight: 350; line-height: 1.43; letter-spacing: -0.7px; text-align: center; color: #b8bcc7; }
.chat_room .cont li.right,
.chat_room .cont li.left{ margin: 24px 0 0; }
.chat_room .message-form { position: relative; position: absolute; bottom: 0; left: 0; width: 100%; height: 50px; text-align: right; padding: 0 8px 8px; }
.chat_room .message-form .input { width: 100%; height: 42px; line-height: 40px; padding: 0 34px 0 15px; border-radius: 21px; margin-right: 0; }
.chat_room .message-form button[type="submit"] { position: absolute; top: 5px; right: 14px; background: url(/image/web/common/icon_send.png) center center no-repeat; background-size: contain; border: 0; padding: 0; width: 32px; height: 32px; text-indent: -5000px; }
/* 2020-03-27 */
.chat_room .message-form button[type="button"] { position: absolute; top: 5px; right: 14px; background: url(/image/web/common/icon_send.png) center center no-repeat; background-size: contain; border: 0; padding: 0; width: 32px; height: 32px; text-indent: -5000px; }
.chat_room .message-form .file-upload { position: absolute; top: 0; left: 8px; display: inline-block; width: 42px; height: 42px; z-index: 1; display: none; }
.chat_room .message-form .file-upload .icon-pic { display: inline-block; width: 42px; height: 42px; border-radius: 21px; border: solid 1px #e6e6e6; background: #fff url(/image/web/common/icon_pic.png) center center no-repeat; background-size: 24px 24px; text-indent: -5000px; }


/* popup-notice */
.popup-notice { position: absolute; top: 28px; left: 0; display: none; width: 360px; height: 240px; border-radius: 8px; box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16); border: solid 1px #e6e6e6;  background-color: #ffffff; padding: 4px 16px 0; overflow-y: auto; z-index: 1; }
.gnb-right > ul > li.notice:hover > .popup-notice,
.popup-notice:hover { display: inline-block; }
.popup-notice li { padding: 4px 0 8px; }
.popup-notice li + li { border-top: 1px solid #e6e6e6; }
.popup-notice a { position: relative; font-size: 12px; color: #161616; }
.popup-notice a span { font-weight: 500; }
.popup-notice a:before { content: ''; display: inline-block; vertical-align: middle; margin: -14px 4px 0 0; width: 4px; height: 4px; background-color: #d6d6d6; border-radius: 50%; }
/*.popup-notice a:visited:before { background-color: #ff5757; }*/
.popup-notice a.on:before { background-color: #ff5757; }
.popup-notice .date { font-size: 11px; color: #b6b6b6; margin: 4px 0 0; }


/* push-list */
.sub-title-area + .push-list { border-top: 0; }
.push-list { border-top: 1px solid #e6e6e6; }
.push-list li { padding: 16px 0 16px 12px; display: inline-block; width: 100%; height: auto; border-bottom: 1px solid #e6e6e6; }
.push-list a { float: left; width: calc(100% - 120px); height: 100%; display: block; font-size: 14px; color: #161616; }
.push-list a span { font-weight: 500; display: inline-block; margin-right: 4px; }
.push-list a:before { content: ''; display: inline-block; vertical-align: middle; margin: -14px 4px 0 0; width: 5px; height: 5px; background-color: #d6d6d6; border-radius: 50%; }
/*.push-list a:visited:before { background-color: #ff5757; }*/
.push-list a.on:before { background-color: #ff5757; }
.push-list .date { float: right; display: block; width: 120px; height: 100%; text-align: right; font-size: 11px; color: #b6b6b6; margin: 4px 0 0; }
.push-list .list-empty { padding: 120px 0; }
.push-list .list-empty > div img { width: 80px; height: 80px; }


/*탭메뉴*/
.comp-tab-contents-area { margin: 24px 0 0; }
.comp-tab-contents-area > .grid { position: relative; overflow: hidden; background: #fff; margin: 0; padding: 0; }
.comp-tab-contents-area > .grid > span { float: left; width: 240px; margin: 0; padding: 0; }
.comp-tab-contents-area > .grid button { text-align:center; position: relative; display: block; border-radius: 0; width: 100%; height: 48px; line-height: 46px; font-size: 14px; font-weight: 500; color: #b6b6b6; border: solid 1px #e6e6e6; border-bottom: solid 1px #161616; background: #fff; border-left: 0; z-index: 2; }
.comp-tab-contents-area > .grid button.active { color: #252c3a; font-weight: 700; border: 1px solid #161616; border-bottom: 0; }
.comp-tab-contents-area > .grid > span:first-child { border-left: 1px solid #e6e6e6; }
.comp-tab-contents-area > .grid:after { position: absolute; left: 0; top: 47px; content: ''; display: block; width: 100%; height: 1px; background: #161616; z-index: 1; }
.comp-tab-contents-area > .grid button .number { display: inline-block; margin-left: 4px; font-size: 14px; font-weight: 700; color: #b6b6b6; }
.comp-tab-contents-area > .grid button.active .number { color: #546bff; }
.comp-tab-contents-area .bodies { background: #fff; }
.comp-tab-contents-area .bodies > * { display: none; }
.comp-tab-contents-area .bodies > *.active { display: block; }
.comp-tab-contents-area .bodies > div { padding: 0; font-size: 13px; line-height: 1.46; letter-spacing: -0.65px; color: #161616; }
.comp-tab-contents-area .bodies > div .board-view { min-height: 300px; padding-bottom: 32px; border-bottom: 1px solid #e6e6e6; }

/*type-b*/
.comp-tab-contents-area.type-b > .grid { background: none; }
.comp-tab-contents-area.type-b > .grid > span { width: 92px; margin: 0 4px 0 0; padding: 0; }
.comp-tab-contents-area.type-b > .grid button { height: 35px; line-height: 33px; font-size: 12px; font-weight: 500; color: #161616; border: solid 1px #161616; background-color: #ffffff; z-index: 2; }
.comp-tab-contents-area.type-b > .grid button.active { color: #fff; border: 1px solid #161616; background-color: #161616; }
.comp-tab-contents-area.type-b > .grid:after { display: none; }
.comp-tab-contents-area.type-b .bodies { background: none; }

/*type-c*/
.comp-tab-contents-area.type-c > .grid { margin: 0 0 16px; }


/*매장*/
.shop-list-d3-area { width: 1080px; margin: 24px auto 0; height: auto; }
.shop-list-d3-area > div.title-info { width: 100%; height: auto; margin-bottom: 24px; }
.shop-list-d3-area > div.title-info > h4 { display: block; float: left; font-size: 28px; font-weight: 700; color: #161616; }
.shop-list-d3-area > div.title-info > a { display: block; float: right; width: 32px; height: 32px; background: url(/image/web/common/icon_more.png) center center no-repeat; background-size: contain; text-indent:-5000px; }
.shop-list-d3-area > .product-box > ul li.slider { width: calc(100%/3); }
.shop-list-d3-area > .product-box > ul li.slider > .product-img > a { padding-bottom: 56.25%; }
.shop-list-d3-area > .product-box > ul li.slider > .product-img > a > img { object-fit: cover; }
.shop-list-d3-area > .product-box.type-e > ul li.slider > .product-title { margin-top: 0; }

.product-box.type-e > ul li.slider > .product-title .shop-name-large { display: block; font-size: 15px; font-weight: 500; color: #161616; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; width: 95%; height: 22px; line-height: 22px; }
.product-box.type-e > ul li.slider > .shop-info { padding: 0 16px; }
.product-box.type-e > ul li.slider > .shop-info ul { display: inline-block; margin-right: 16px; }
.product-box.type-e > ul li.slider > .shop-info ul li { display: inline-block; font-size: 12px; color: #868686; }
.product-box.type-e > ul li.slider > .shop-info ul li.con { color: #161616; }


/* 수량 */
.cart-list-quantity .btn-plus { width: 24px; height: 24px; border: solid 1px #d6d6d6; transition: all 0.5s; }
.cart-list-quantity .btn-plus:hover { border: 1px solid #161616; }
.cart-list-quantity .btn-plus span { display: inline-block; width: 23px; height: 23px; margin: 0; vertical-align: middle; background: url(/image/web/common/icon_plus.png) center center no-repeat; background-size: contain; text-indent:-5000px; }
.cart-list-quantity .btn-minus { width: 24px; height: 24px; border: solid 1px #d6d6d6; transition: all 0.5s; }
.cart-list-quantity .btn-minus:hover { border: 1px solid #161616; }
.cart-list-quantity .btn-minus span { display: inline-block; width: 23px; height: 23px; margin: 0; vertical-align: middle; background: url(/image/web/common/icon_minus.png) center center no-repeat; background-size: contain; text-indent:-5000px; }
.cart-list-quantity .input { width: 40px; height: 24px; line-height: 22px; padding: 0 4px; text-align: center; }


/*장바구니*/
.cart-guide-area { margin: 16px 0 0; width: 100%; height: 124px; padding: 60px 0 0 30px; font-size: 12px; color: #868686; background: url(/image/web/banner/cart_guide.png) center center no-repeat; background-size: contain; }
.cart-guide-area.ddm { background: url(/image/web/banner/cart_guide2.png) center center no-repeat; background-size: contain; }


.cart-list-area { float: left; margin-top: 16px; }
.cart-list-area > ul > li { width: 750px; border: 1px solid #e6e6e6; }
.cart-list-area > ul > li + li { margin: 24px 0 0; }
/*top*/
.cart-list-area .top { position: relative; padding: 24px 24px 0; }
.cart-list-area .top .shop-name { font-size: 15px; font-weight: 700; color: #161616; border-bottom: 1px solid #e6e6e6; padding-bottom: 16px; margin: 0 0 16px; }
.cart-list-area .top .shop-name .address { display: inline-block; font-size: 13px; font-weight: 400; color: #161616; margin-left: 4px; }
.cart-list-area .top .b-close { position: absolute; top: 8px; right: 8px; display: inline-block; width: 32px; height: 32px; background: url(/image/web/common/icon_modal_close_n.png) center center no-repeat; background-size: contain; text-indent:-5000px; z-index: 1; }
.cart-list-area .top .b-close:hover { background: url(/image/web/common/icon_modal_close_s.png) center center no-repeat; background-size: contain; }

.cart-list-area .btn-group-area { text-align: left; }
.cart-list-area .btn-group-area .btn-small { font-size: 13px; }

.cart-list-area .cart-body { position: relative; padding: 0 24px 24px; }
.cart-list-area .cart-body:after { content: ''; display: block; clear: both; }

.cart-list-area .product-area { position: relative; float: left; width: calc(100% - 92px); padding-left: 0; overflow: hidden; }
.cart-list-area .product-area input[type="checkbox"].product-check { float: left; margin: 32px 16px 0 0; }
.cart-list-area .product-area .product-img { float: left; width: 80px; }
.cart-list-area .product-area .product-img img { width: 80px; height: 80px; object-fit: cover; overflow: hidden; }
.cart-list-area .product-area .info { float: left; width: 320px; padding-left: 16px; }
.cart-list-area .product-area .info .product-name { font-size: 14px; font-weight: 500; color: #161616; width: 100%; max-height: 19px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; margin: 8px 0; }
.cart-list-area .product-area .info .price { font-size: 11px; color: #546bff; }
.cart-list-area .product-area .info .price strong { font-size: 13px; font-weight: 900; color: #546bff; }
.cart-list-area .btn-right { float: left; width: 92px; margin: 8px 0 0; }
.cart-list-area .btn-right .btn-small { margin: 0 0 4px; }

.cart-list-area .option-list { clear: both; background: #fff; padding: 16px 0 0; overflow: hidden; }
.cart-list-area .option-list > ul > li { padding: 14px 16px; border: 1px solid #e6e6e6; overflow: hidden; }
.cart-list-area .option-list > ul > li + li { margin-top: 4px; }
.cart-list-area .option-list > ul > li > * { vertical-align: middle; height: 24px; }
.cart-list-area .option-list > ul > li .chk-title { float: left; width: 400px; line-height: 22px; padding-right: 16px; }
.cart-list-area .option-list > ul > li .chk-title input[type="checkbox"] { margin-right: 16px; }
.cart-list-area .option-list > ul > li .chk-title .title { display: inline-block; font-size: 13px; font-weight: 500; color: #161616; }
.cart-list-area .option-list > ul > li .cart-list-quantity { float: left; width: 98px; margin-top: 0; line-height: 18px; }
.cart-list-area .option-list > ul > li .price-btn { float: right; text-align: right; width: 168px; line-height: 18px; padding-left: 16px; }
.cart-list-area .option-list > ul > li .price-btn .price { display: inline-block; font-size: 11px; margin-right: 24px; }
.cart-list-area .option-list > ul > li .price-btn .price strong { font-size: 13px; font-weight: 700; }
.cart-list-area .option-list > ul > li .price-btn .b-del { display: inline-block; width: 16px; height: 16px; background: url(/image/web/common/icon_del_n.png) center center no-repeat; background-size: contain; text-indent:-5000px; }

/* 장바구니 쿠폰*/
.cart-list-area .option-list > ul > li .coupon { float: right; text-align: right; width: 168px; line-height: 18px; padding-left: 16px; padding-right:20px;}
.cart-list-area .option-list > ul > li .coupon .price { display: inline-block; font-size: 11px; margin-right: 24px; }
.cart-list-area .option-list > ul > li .coupon .price strong { font-size: 13px; font-weight: 700; }



.cart-list-area .option-list .select-option-total { text-align: right; padding: 16px 0; border-bottom: 1px solid #e6e6e6; }
.cart-list-area .option-list .select-option-total ul { display: inline-block; }
.cart-list-area .option-list .select-option-total ul li { display: inline-block; color: #161616; }
.cart-list-area .option-list .select-option-total ul li.title { font-size: 12px; margin-right: 16px; }
.cart-list-area .option-list .select-option-total ul li.con { font-size: 11px; }
.cart-list-area .option-list .select-option-total ul li.con strong { font-size: 13px; font-weight: 700; }
.cart-list-area .option-list + .cart-body { margin-top: 16px; }

.cart-list-area .option-list > ul > li .option-title { float: left; width: 150px; line-height: 22px; padding-right: 16px; }
.cart-list-area .option-list > ul > li .option-title .title { display: inline-block; font-size: 13px; font-weight: 500; color: #161616; }
.cart-list-area .option-list > ul > li .quantity-number { float: left; width: 80px; line-height: 22px; padding: 0 8px; font-size: 13px; font-weight: 500; color: #161616; }
.cart-list-area .option-list > ul > li .price-area { float: left; width: 160px; line-height: 22px; padding: 0 8px; font-size: 11px; font-weight: 400; color: #161616; text-align: right; }
.cart-list-area .option-list > ul > li .price-area strong { font-size: 13px; font-weight: 900; }
.cart-list-area .option-list > ul > li .btn-right { float: right; width: calc(100% - 390px); text-align: right; margin: -3px 0 0; }
.cart-list-area .option-list > ul > li .btn-right .btn-small { display: inline-block; height: 30px; line-height: 30px; }

.cart-list-area .cart-body .cart-list-price { float: right; margin-top: 8px; font-family: Lato; font-size: 16px; font-weight: 900; color: #161616; line-height: 1.19; letter-spacing:-0.8px; }
.cart-list-area .cart-total-price { text-align: center; padding: 0 0 20px; }
.cart-list-area .cart-total-price ul li { display: inline-block; }
.cart-list-area .cart-total-price .title { height: 22px; line-height: 22px; font-size: 12px; color: #161616; margin-right: 16px; }
/* 2020-07-17 정필우 장바구니 배송비관련 */
.cart-list-area .cart-total-price .title strong { height: 22px; line-height: 22px; font-size: 12px; color: #f90000; margin-right: 6px; }

.cart-list-area .cart-total-price .con { height: 22px; line-height: 22px; color: #546bff; font-size: 14px; }
.cart-list-area .cart-total-price .con strong { display: inline-block; font-family: Lato; font-size: 18px; font-weight: 900; color: #546bff; }

/*결제방법 선택*/
.cart-list-area .payment-method { padding: 0 24px 24px; }
.cart-list-area .payment-method h5 { font-size: 12px; font-weight: 400; margin: 0 0 8px; color: #161616; }
.cart-list-area .payment-method .comp-tab-contents-area { background-color: #f9f9f9; padding: 24px; }


/*전체합계*/
.cart-list-grand-total-area { float: right; width: 300px; height: auto; border: solid 3px #e6e6e6; margin-top: 16px; padding: 24px; }
.cart-list-grand-total-area .total-title { font-size: 18px; font-weight: 500; line-height: 1.5; letter-spacing:-0.9px; text-align: left; color: #161616; margin: 0 0 8px; }
.cart-list-grand-total-area .total-title-small { font-size: 12px; color: #161616; border-bottom: 1px solid #e6e6e6; padding-bottom: 8px; margin-top: 16px; }
.cart-list-grand-total-area .info ul { padding: 8px 0; }
.cart-list-grand-total-area .info li { overflow: hidden; padding: 4px 0; }
.cart-list-grand-total-area .info .title { float: left; font-size: 12px; font-weight: 500; color: #161616; }
.cart-list-grand-total-area .info .price { float: right; font-family: 'Lato'; font-size: 11px; font-weight: 400; color: #868686; }
.cart-list-grand-total-area .info .price strong { font-size: 13px; font-weight: 900; color: #868686; }
.cart-list-grand-total-area .total-info-sum { font-family: 'Lato'; text-align: right; font-size: 16px; font-weight: 900; color: #161616; margin-top: 12px; }
.cart-list-grand-total-area .total-payment-amount { overflow: hidden; margin-top: 8px; padding-bottom: 24px; border-bottom: 1px solid #e6e6e6; }
.cart-list-grand-total-area .total-payment-amount .title { float: left; font-size: 12px; color: #161616; margin-top: 8px; }
.cart-list-grand-total-area .total-payment-amount .price { float: right; font-size: 16px; font-weight: 700; color: #546bff; }
.cart-list-grand-total-area .total-payment-amount .price strong { display: inline-block; font-family: 'Lato'; font-size: 24px; font-weight: 900; color: #546bff; line-height: 1.21; letter-spacing:-1.2px; }
.cart-list-grand-total-area .total-title + .total-payment-amount { margin-top: 24px; padding-bottom: 0; border-bottom: 0; }
.cart-list-grand-total-area .btn-group-area { margin: 24px 0 0; }

.sub-title-area + .cart-list-area { margin-top: 24px; }
.sub-title-area + .cart-list-area + .cart-list-grand-total-area { margin-top: 24px; }



/* 모달레이어팝업 */
.modal-layer-area .modal-content .bg-area { padding: 16px; border-radius: 4px; background-color: #f9f9f9; font-size: 12px; color: #868686; text-align: left; margin: 24px 0 0; }


/* 옵션변경/수정 */
.cart-list-modal-area { text-align: left; padding: 0; margin: 0; }
.cart-list-modal-area > ul > li { width: 100%; border: 0; padding: 0; margin: 0; }
.cart-list-modal-area .cart-body { position: relative; padding: 0; }
.cart-list-modal-area .cart-body:after { content: ''; display: block; clear: both; }

.cart-list-modal-area .product-area { position: relative; width: 100%; padding: 0; margin: 0; overflow: hidden; }
.cart-list-modal-area .product-area input[type="checkbox"].product-check { position: absolute; top: 30px; left: 0; }
.cart-list-modal-area .product-area .product-img { float: left; width: 80px; }
.cart-list-modal-area .product-area .product-img img { width: 80px; height: 80px; object-fit: cover; overflow: hidden; }
.cart-list-modal-area .product-area .info { float: left; width: calc(100% - 80px); padding-left: 16px; }
.cart-list-modal-area .product-area .info .product-name { font-size: 14px; font-weight: 500; color: #161616; width: 100%; max-height: 19px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; margin: 8px 0; }
.cart-list-modal-area .product-area .info .price { font-size: 11px; color: #546bff; }
.cart-list-modal-area .product-area .info .price strong { font-size: 13px; font-weight: 900; color: #546bff; }
.cart-list-modal-area .btn-right { float: left; width: 92px; margin: 8px 0 0; }
.cart-list-modal-area .btn-right .btn-small { margin: 0 0 4px; }

.cart-list-modal-area .option-list { clear: both; background: #fff; overflow: hidden; }
.cart-list-modal-area .option-list > ul { border-top: 1px solid #e6e6e6; }
.cart-list-modal-area .option-list > ul > li { padding: 14px 0; border-bottom: 1px solid #e6e6e6; overflow: hidden; }
.cart-list-modal-area .option-list > ul > li > * { vertical-align: middle; height: 24px; }
.cart-list-modal-area .option-list > ul > li .chk-title { float: left; width: 134px; line-height: 22px; padding-right: 16px; }
.cart-list-modal-area .option-list > ul > li .chk-title .title { display: inline-block; font-size: 13px; font-weight: 500; color: #161616; }
.cart-list-modal-area .option-list > ul > li .cart-list-quantity { float: left; width: 98px; margin-top: 0; line-height: 18px; }
.cart-list-modal-area .option-list > ul > li .price-btn { float: right; text-align: right; width: 90px; line-height: 18px; text-align: right; }
.cart-list-modal-area .option-list > ul > li .price-btn .price { display: inline-block; font-size: 11px; }
.cart-list-modal-area .option-list > ul > li .price-btn .price strong { font-size: 13px; font-weight: 700; }
.cart-list-modal-area .option-list > ul > li .price-btn .b-del { display: inline-block; width: 16px; height: 16px; background: url(/image/web/common/icon_del_n.png) center center no-repeat; background-size: contain; text-indent:-5000px; }

.cart-list-modal-area .option-list .select-option-total { text-align: right; padding: 16px 0; border-bottom: 1px solid #e6e6e6; }
.cart-list-modal-area .option-list .select-option-total ul { display: inline-block; }
.cart-list-modal-area .option-list .select-option-total ul li { display: inline-block; color: #161616; }
.cart-list-modal-area .option-list .select-option-total ul li.title { font-size: 12px; margin-right: 16px; }
.cart-list-modal-area .option-list .select-option-total ul li.con { font-size: 11px; }
.cart-list-modal-area .option-list .select-option-total ul li.con strong { font-size: 13px; font-weight: 700; }

.cart-list-modal-area .cart-total-price { text-align: center; padding: 24px 0 0; }
.cart-list-modal-area .cart-total-price ul li { display: inline-block; }
.cart-list-modal-area .cart-total-price .title { height: 22px; line-height: 22px; font-size: 12px; color: #161616; margin-right: 16px; }
.cart-list-modal-area .cart-total-price .con { height: 22px; line-height: 22px; color: #546bff; font-size: 14px; }
.cart-list-modal-area .cart-total-price .con strong { display: inline-block; font-family: Lato; font-size: 18px; font-weight: 900; color: #546bff; }


/* register-form-area */
.register-form-area > div { padding: 24px 0 0; }
.register-form-area > div > ul { }
.register-form-area > div > ul > li {  }
.register-form-area > div > ul > li.title { font-size: 12px; font-weight: 400; color: #161616; margin: 0 0 8px; }
.register-form-area > div .input { width: 300px; }
.register-form-area > div .input.flexible { width: 100%; }


/*주문완료*/
.order-result-area { padding: 32px 0 60px; text-align: center; }
.order-result-area img { display: block; margin: 0 auto; width: 100px; height: 100px; background: url(/image/web/common/icon_order_check.png) center center no-repeat; background-size: contain; }
.order-result-area h1 { height: 27px; font-size: 18px; font-weight: 700; line-height: 1.5; letter-spacing:-0.9px; text-align: center; color: #161616; margin: 0 0 8px; }
.order-result-area p { font-size: 12px; line-height: 1.46; letter-spacing:-0.65px; text-align: center; color: #767676; }


/*아코디언방식*/
.accordion-type > ul { position: relative; cursor: pointer; }
.accordion-type > ul:after { position: absolute; top: 50%; margin-top:-12px; right: 12px; content: ''; display: block; width: 24px; height: 24px; background: url(/image/web/common/icon_arrow_select_down.png) center center no-repeat; background-size: contain; }
.accordion-type > ul.on:after { background: url(/image/web/common/icon_arrow_select_up.png) center center no-repeat; background-size: contain; }
.accordion-type > .content { width: 100%; height: auto; display: none; }
.accordion-type > .content.on { display: block; }


/*게시판 목록 공통*/
.board-list-area ul { display: table; width: 100%; }
.board-list-area ul li { display: table-cell; vertical-align: middle; }
.board-list-area ul li.split4 { width: 25%; }
.board-list-area ul li.split5 { width: 20%; }
.board-list-area ul li.split6 { width: 16.666%; }
.board-list-area ul li.split7 { width: 14.285%; }
.board-list-area ul li.split8 { width: 12.5%; }
.board-list-area ul li.shape { width: 20%; }
.board-list-area ul li.expected-payment { width: 50%; }
.board-list-area ul li.state { width: 15%; }
.board-list-area ul li.total { width: 15%; }
.board-list-area ul li.num { width: 5%; }
.board-list-area ul li.date { width: 12%; }
.board-list-area ul li.exposure { width: 12%; }

.board-list-area.top-margin { margin-top: 36px; }
.board-list-area + .board-list-area { margin-top: 40px; }
.sub-title-area + .board-list-area .board-list-header ul li { border-top: 0; }
.board-list-area .board-list-header ul li { background-color: #f9f9f9; padding: 8px 0; text-align: center; font-size: 12px; color: #b6b6b6; border-top: 1px solid #e6e6e6; }
.board-list-area .board-list-header ul li.file { text-indent:-9999; font-size: 0; }
.board-list-area .board-list-header > div { width: 100%; display: block; height: auto; }
.board-list-area .board-list-content > div { width: 100%; display: block; height: auto; }
.board-list-area .board-list-content > div > ul > li { padding: 16px 0; font-size: 13px; line-height: 1.46; letter-spacing:-0.65px; text-align: center; color: #161616; border-bottom: 1px solid #e6e6e6; }
.board-list-area .board-list-content > div > ul > li.subject { position: relative; text-align: left; overflow: hidden; padding-left: 20px; }
.board-list-area .board-list-content > div > ul > li.subject > a { display: inline-block; width: 80%; max-height: 16px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-all; float: left; color: #161616; }
.board-list-area .board-list-content > div > ul > li.subject.notice > a { color: #868686; }
.board-list-area .board-list-content > div > ul > li.subject .comment { float: left; margin: 0 0 0 8px; color: #ff416f; }
.board-list-area .board-list-content > div > ul > li.subject .cate { float: left; width: 54px; height: 22px; line-height: 20px; border: solid 1px #ff416f; background-color: #fff; font-size: 11px; color: #ff416f; text-align: center; margin: -2px 20px 0 0; }
.board-list-area .board-list-content > div > ul > li.subject.dot a:before { content:''; display: inline-block; vertical-align: middle; margin: -1px 8px 0 0; width: 6px; height: 6px; border: solid 1px #ff416f; background-color: #ff416f; border-radius: 3px; }
.board-list-area .board-list-content > div > ul > li.date { font-size: 12px; color: #b6b6b6; }
.board-list-area .board-list-content > div > ul > li.use p { font-weight: 700; margin: 8px 0; }
.board-list-area .board-list-content > div > ul > li.use .btn-small { width: 98px; height: 30px; line-height: 28px; font-size: 12px; }
.board-list-area .board-list-content > div > ul > li.use .btn-small + .btn-small { margin: 0; margin-top: 4px; }
.board-list-area .board-list-content > div > ul > li.file.on:before { content: ''; display: inline-block; width: 24px; height: 24px; margin:-2px 4px 0 -4px; vertical-align: middle; background: url(/image/web/common/icon_file.png) center center no-repeat; background-size: contain; }
.board-list-area .board-list-content > div > ul > li .bank-info { font-size: 12px; color: #b6b6b6; margin: 8px 0 0; }
.board-list-area .board-list-content > div > ul > li .product-img img { width: 80px; height: 80px; object-fit: cover; }
.board-list-area .board-list-content > div > ul > li.expected-payment .help-text { font-size: 11px; color: #b6b6b6; margin: 8px 0 0; }
.board-list-area .board-list-content > div > ul > li .btn-small { height: 30px; line-height: 28px; }
.board-list-area .board-list-content > div > ul > li .view-order-details { display: block; font-size: 12px; color: #9eaaff; margin: 8px 0 0; text-decoration: underline; }
.board-list-area .board-list-content > div > ul > li .product-shop-info { text-align: left; }
.board-list-area .board-list-content > div > ul > li .product-shop-info .shop-name { font-size: 12px; color: #b6b6b6; }
.board-list-area .board-list-content > div > ul > li .product-shop-info p + p { margin: 4px 0 0; }
.board-list-area .board-list-content > div > ul > li .order-number { font-size: 12px; color: #b6b6b6; margin: 8px 0 0; }
.board-list-area .board-list-content > div > ul > li .btn-area div + div { margin: 4px 0 0; }
.board-list-area .board-list-content > div > ul > li .depositor-name { font-size: 12px; color: #b6b6b6; margin: 8px 0 0; }
.board-list-area .board-list-content > div > ul > li .tel { font-size: 12px; color: #b6b6b6; margin: 4px 0 0; }
.board-list-area .board-list-content > div > ul > li.state { font-size: 13px; color: #b6b6b6; }
.board-list-area .board-list-content > div > ul > li.state.on { color: #546bff; }
/*faq*/
.board-list-area .board-list-content > .accordion-type > .content { padding: 24px; border-bottom: 1px solid #e6e6e6; }
.board-list-area .board-list-content > .accordion-type > .content > p { font-size: 13px; }
.board-list-area .board-list-content > .accordion-type > .content .img { margin: 24px 0 0; }
.board-list-area .board-list-content > .accordion-type > .content .img img { max-width: 100%; height: auto; }


.order-memo { min-height: 80px; border: 1px solid #e6e6e6; padding: 16px; font-size: 13px; color: #161616; margin: 16px 0 0; }
.order-memo + .btn-group-area + .board-list-area { margin: 40px 0 0; }
.order-memo.red { color: #ff7171; }
.order-memo + hr { margin-bottom: 0; }


.guide-text { font-size: 12px; color: #868686; margin: 8px 0 0; }
.guide-text.type-b { line-height: 1.55; font-size: 11px; color: #b6b6b6; margin: 16px 0 0; padding-left: 24px; background: url(/image/web/common/icon_guide.png) left 1px no-repeat; background-size: 16px 16px; }

.btn-group-area.left .guide-text { display: inline-block; margin: 0 0 0 8px; }
.btn-group-left .guide-text { margin: 0; }


/*title-info*/
.title-info { position: relative; width: 100%; height: auto; padding-bottom: 8px; text-align: left; margin-top: 60px; }
.title-info > h4 { display: inline-block; font-size: 20px; color: #161616; font-weight: 500; }
.title-info .help-text { font-size: 14px; font-weight: 400; line-height: 1.43; letter-spacing:-0.7px; text-align: center; color: #161616; }
.title-info.line { padding-bottom: 8px; border-bottom: 1px solid #e6e6e6; }
.sub-title-area + .title-info { margin-top: 32px; }
.title-info .btn { position: absolute; top: 4px; right: 0; }
.title-info .btn .btn-small { width: 54px; height: 22px; line-height: 20px; font-size: 11px; margin-left: 8px; }

.title-info.type-b { border-bottom: 1px solid #e6e6e6; }


/*agree-area*/
.agree-area { border-top: 1px solid #e6e6e6; font-size: 13px }
.agree-area label { color: #161616; }
.agree-area .all { padding: 16px 0; }
.agree-area ul {  }
.agree-area li { border: 1px solid #e6e6e6; padding: 16px; overflow: hidden; }
.agree-area li + li {  margin: 8px 0 0;}
.agree-area li  > * { height: 20px; line-height: 20px; letter-spacing: -0.55px; }
.agree-area li input { float: left; margin: 0 4px 0 0; }
.agree-area li label { float: left; margin-right: 16px; }
.agree-area li span { float: left; font-size: 11px; color: #868686; }
.agree-area li a { float: right; font-size: 11px; color: #b6b6b6; text-decoration: underline; }
.agree-area .help-text { margin: 16px 0 0; font-size: 11px; color: #b6b6b6; }


.modal-layer-area .agree-content { width: 100%; height: 100%; display: block; padding: 0; margin: 24px 0 0; }
.modal-layer-area .agree-content > p { width: 312px; height: 330px; border-radius: 4px; text-align: left; background: #f9f9f9; font-size: 12px; color: #868686; display: block; padding: 16px; overflow-y: auto; }


/* shop-info */
.shop-info { margin: 24px 0 40px; }
.shop-info .img { float: left; width: 600px; }
.shop-info .img img { width: 100%; height: 337.5px; object-fit: cover; }
.shop-info .info { float: left; width: 480px; padding: 16px 0 0 32px; }
.shop-info .info .shop-name strong { float: left; font-size: 24px; font-weight: 500; color: #161616; }
.shop-info .info .shop-name div { float: right; }
.shop-info .info .shop-name div ul { display: inline-block; margin-left: 16px; }
.shop-info .info .shop-name div ul li { display: inline-block; font-size: 12px; height: 36px; line-height: 36px; }
.shop-info .info .shop-name div ul li.title { color: #868686; }
.shop-info .info .shop-name div ul li.con { margin-left: 8px; color: #161616; }
.shop-info .info .address { font-size: 13px; color: #868686; margin-top: 8px; }
.shop-info .info .address:before { content:''; display: inline-block; vertical-align: middle; margin: -2px 4px 0 0; width: 16px; height: 16px; background: url(/image/web/common/icon_address.png) center center no-repeat; background-size: contain; }
.shop-info .info .address .tel { margin-left: 16px; }
.shop-info .info .address .tel:before { content:''; display: inline-block; vertical-align: middle; margin: -2px 4px 0 0; width: 16px; height: 16px; background: url(/image/web/common/icon_tel.png) center center no-repeat; background-size: contain; }
.shop-info .info .btn-large { width: 192px; }
/* lnb 있을때 */
.subpage-content-area .shop-info .img { width: 400px; }
.subpage-content-area .shop-info .img img { width: 100%; height: 225px; }
.subpage-content-area .shop-info .info { width: calc(100% - 400px); padding: 16px 0 0 24px; }
.subpage-content-area .shop-info .btn-group-area.large.left { margin-top: 32px; }

/* 가격별 보기 */
.view-by-price { position: relative; display: inline-block; width: 120px; height: 35px; border: solid 1px #e6e6e6; background-color: #ffffff; text-align: left; cursor: pointer; }
.view-by-price .title { font-size: 13px; color: #161616; padding: 7px 16px; background: url(/image/web/common/icon_select_arrow_down.png) right 8px center no-repeat; background-size: 24px 24px; }
/* 팝업 */
.view-by-price-popup { position: absolute; top: 33px; right: -1px; width: 180px; height: auto; padding: 24px; border: solid 1px #707070; background-color: #ffffff; font-size: 12px; color: #161616; z-index: 100; }
.view-by-price-popup input[type="radio"] { margin-right: 4px; }
.view-by-price-popup li + li { margin: 8px 0 0; }
.view-by-price-popup .direct-input { margin: 8px 0 0; }
.view-by-price-popup .simple-link { display: inline-block; font-size: 11px; color: #b6b6b6; text-decoration: underline; margin: 16px auto 0; }


/*게시판 보기 타입2*/
.board-view-type2-area.type-b { margin-top: 36px; border-top: 1px solid #e6e6e6; }
.board-view-type2-area .header { position: relative; padding: 16px 0; border-bottom: 1px solid #e6e6e6; display: inline-block; width: 100%; height: auto }
.board-view-type2-area .header h1 { font-size: 18px; font-weight: 500; color: #3e474a; }
.board-view-type2-area .header h1 .cate {  min-width: 54px; height: 22px; line-height: 20px; padding: 0 8px; border: solid 1px #ff416f; background-color: #fff; font-size: 11px; color: #ff416f; text-align: center; margin: -2px 16px 0 0; }
.board-view-type2-area .header .info { margin: 10px 0 0; }
.board-view-type2-area .header .info li.date { float: left; font-size: 12px; color: #b6b6b6; padding-right: 16px; }
.board-view-type2-area .header .info li.user-id { float: left; font-size: 12px; color: #b6b6b6; }
.board-view-type2-area .header .info li.hit { float: left; font-size: 12px; color: #b6b6b6; padding-right: 16px; }
.board-view-type2-area .header .info li.file { float: left; font-size: 12px; color: #b6b6b6; padding-right: 16px; }
.board-view-type2-area .header .info li.file a { text-decoration: underline; color: #b6b6b6; }
.board-view-type2-area .header .info li.views { float: left; }
.board-view-type2-area .header .info li.views > span { float: left; font-size: 11px; color: #b6b6b6; }
.board-view-type2-area .header .info li.views > span:after { content: ''; float: left; display: block; width: 16px; height: 16px; margin-right: 4px; background: url(/image/web/common/icon_views.png) center center no-repeat; background-size: contain; }
.board-view-type2-area .header .info li.like { position: absolute; top: 16px; right: 0; text-align: right; width: 70px; height:24px; font-size: 11px; color: #868686; overflow: hidden; }
.board-view-type2-area .header .info li.like span { float: right; display: inline-block; height: 24px; line-height: 24px; margin-right: 4px; }
.board-view-type2-area .header .info li.like > a { float: right; display: inline-block; width: 24px; height: 24px; transition: all 0.5s; background: url(/image/web/common/icon_like_n.png) center center no-repeat; background-size: contain; text-indent:-9999px; transform: scale(1.0); }
.board-view-type2-area .header .info li.like > a:hover { transform: scale(1.08); background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }
.board-view-type2-area .header .info li.like > a.on { background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }
.board-view-type2-area .content { padding: 24px 0; font-size: 13px; color: #161616; border-bottom: 1px solid #e6e6e6; line-height: 1.46; letter-spacing: -0.65px; min-height: 400px; }
.board-view-type2-area .total-budget { border-bottom: 1px solid #e6e6e6; padding: 14px 0; }
.board-view-type2-area .total-budget ul { display: inline-block; width: 100%; height: auto; }
.board-view-type2-area .total-budget ul li.title { float: left; height: 22px; line-height: 22px; font-size: 12px; color: #161616; width: 114px; }
.board-view-type2-area .total-budget ul li.con { float: left; height: 22px; line-height: 22px; font-size: 15px; font-weight: 700; color: #ff416f; }
.board-view-type2-area .img { display: block; margin: 16px 0 0; }
.board-view-type2-area .img img { max-width: 100%; height: auto; }
/*답변*/
.board-view-type2-area .re-header { text-align: center; padding: 10px 0; background: #e6e6e6; }


/*검색*/
.board-search-area { overflow: hidden; padding: 40px 0 16px; }
.board-search-area .order-by {float: left; }
.board-search-area .order-by select { width: 142px; height: 34px; padding: 5px 12px; line-height: 1; font-size: 13px; }
.board-search-area .search-box-area { float: right; text-align: right; overflow: hidden; }
.board-search-area .search-box-area select.input { float: left; height: 34px; padding: 0 24px 0 12px; }
.board-search-area .search-box-area select.input + select.input { margin-left: 8px; }
.board-search-area .search-box-area input.input { float: left; width: 225px; height: 34px; margin-left: 8px; }
.board-search-area .search-box-area .btn-small { float: left; width: 72px; height: 34px; margin-left: 8px; font-size: 13px; font-weight: 500; }
.btn-group-area.large + .board-list-area { margin: 8px 0 0; }

/*type2*/
.board-search-area.type2 { padding: 16px 0 40px; }


.board-guide-text { line-height: 1.55; font-size: 11px; color: #b6b6b6; margin: 32px 0 16px; padding-left: 24px; background: url(/image/web/common/icon_guide.png) left 1px no-repeat; background-size: 16px 16px; }
.board-list-area + .board-guide-text { margin-top: 16px; }

.board-guide-text.type-b { line-height: 1.55; font-size: 11px; color: #868686; margin: 32px 0 16px; padding-left: 0; background: none; }


.total-price-area { text-align: right; padding: 24px 0; }
.total-price-area ul li { display: inline-block; }
.total-price-area .title { height: 27px; line-height: 27px; font-size: 12px; color: #161616; margin-right: 16px; }
.total-price-area .con { height: 27px; height: 27px; color: #546bff; font-size: 16px; font-weight: 700; }
.total-price-area .con strong { display: inline-block; font-family: Lato; font-size: 22px; font-weight: 900; color: #546bff; }


.order-number { font-size: 11px; color: #868686; margin: 40px 0 16px; }

.total-product-count { font-size: 11px; color: #868686; margin: 16px 0 0; }


/*일정한 간격의 체크박스*/
.checkbox-split { padding: 8px 0; }
.checkbox-split > ul { display: inline-block; width: 100%; height: auto; }
.checkbox-split > ul > li { float: left; width:calc(100%/5);​ padding-right: 16px; font-size: 13px; }
.checkbox-split > ul + ul { margin-top: 8px; }
.checkbox-split > ul > li.two { width: 40%; }
.checkbox-split input { margin-right: 6px; }


.product-info-area .product-info { border-bottom: 1px solid #e6e6e6; padding-bottom: 16px; }
.product-info-area .product-info > ul > li { display: table; width: 100%; margin: 16px 0 0; }
.product-info-area .product-info > ul > li > .title { display: inline-block; width: 100px; font-size: 12px; color: #868686; font-weight: 500; display: table-cell; vertical-align: middle; }
.product-info-area .product-info > ul > li .content { width: 380px; font-size: 13px; color: #161616; display: table-cell; vertical-align: middle; }
.product-info-area .btn-group-area.small { border-bottom: 1px solid #e6e6e6; padding-bottom: 24px; }


.search-date span { display: inline-block; height: 35px; line-height: 35px; font-size: 12px; color: #868686; margin-right: 16px; }
.search-date .input { width: 160px; margin-right: 6px; }


.order-number-state { overflow: hidden; margin: 40px 0 8px; }
.order-number-state .order-number { float: left; height: 27px; line-height: 27px; margin: 0; }
.order-number-state .state { float: right; height: 27px; line-height: 27px; margin: 0; }
.order-number-state .state span { display: inline-block; font-size: 11px; margin-right: 16px; }
.order-number-state .state strong { font-size: 18px; font-weight: 700; color: #546bff; }


.ddm-order-guide { margin: 24px 0; font-size: 12px; color: #868686; }
.ddm-order-guide .title { color: #161616; font-weight: 500; }
.ddm-order-guide p + p { margin: 16px 0 0;}
.ddm-order-guide .top { margin: 8px 0 0; color: #b6b6b6; line-height: 1.5; }


.my-account-list { margin: 24px 0 0; }
.my-account-list > div.area { border: 1px solid #e6e6e6; padding: 0 24px; }
.my-account-list > div.area + div.area { margin: 16px 0 0; }
.my-account-list > div.area > ul { padding: 24px 0 16px; }
.my-account-list > div.area > ul > li { display: inline-block; font-size: 13px; }
.my-account-list > div.area > ul > li.name { font-size: 15px; font-weight: 700; color: #161616; margin-right: 16px; }
.my-account-list > div.area > ul > li.bank { margin-right: 8px; }
.my-account-list > div.area > ul > li.account-number { margin-right: 8px; color: #546bff; }
.my-account-list > div.area > div { overflow: hidden; border-top: 1px solid #e6e6e6; padding: 16px 0; }
.my-account-list > div.area > div ul { float: left; overflow: hidden; height: 30px; line-height: 30px; }
.my-account-list > div.area > div ul > li { float: left; padding-right: 16px; font-size: 13px; }
.my-account-list > div.area > div ul > li input { margin-right: 6px; }
.my-account-list > div.area > div .btn-small { float: right; }


/* 로그인 */
.login-area { width: 300px; margin: 60px auto 0; }
.login-area h1 { margin: 0 0 24px; line-height: 1; text-align: center; }
.login-area h1 img { width: 226px; height: 86px; }
.login-area .input { width: 300px; height: 50px; border-radius: 4px; padding: 15px 24px; font-size: 14px; letter-spacing:-0.65px;  }
.login-area li + li { margin-top: 8px; }
.login-area .btn-group-area { margin-top: 24px; }
.login-area .kakaotalk { margin: 8px 0 0; }
.login-area .kakaotalk:before { content: ''; display: inline-block; vertical-align: middle; margin: -2px 4px 0 0; width: 32px; height: 32px; background: url(/image/web/common/icon_kakaotalk.png) center center no-repeat; background-size: contain; }
.login-chk-link { font-size: 11px; color: #868686; margin-top: 10px; }
.login-chk-link:after { content: ''; display: block; clear: both; }
.login-chk-link .chk { float: left; }
.login-chk-link .chk > label { cursor: pointer; }
.login-chk-link .chk input { margin-right: 2px; }
.login-chk-link .link { float: right; }
.login-chk-link .link a { color: #868686; text-decoration: underline; display: inline-block; margin-right: 8px; }
.login-area .login-join { text-align: center; margin: 40px 0 0; font-size: 12px; color: #868686; }
.login-area .login-join a { color: #546bff; text-decoration: underline; display: inline-block; margin-left: 16px; }
.login-area .member-type { overflow: hidden; margin: 0 0 24px; }
.login-area .member-type li { float: left; width: 50%; margin: 0; font-size: 13px; color: #161616; height: 40px; line-height: 40px; border: solid 1px #e6e6e6; text-align: center; }
.login-area .member-type li input { margin-right: 6px; }
.login-area .member-type li:first-child { border-right: 0; }


/*회원약관*/
.member-content { padding: 0; }
.member-content .member-agree { margin: 32px 0 0; transition:all 0.5s; font-size: 13px; }
.member-content .member-agree input { margin-right: 6px; }
.member-content .member-agree textarea.input { height: 140px; border-radius: 0; background-color: #f9f9f9; padding: 16px; border: 0; color: #999999; margin: 10px 0 0; }
.member-content .member-checked-all { font-size: 13px; margin: 40px 0 0; }
.member-content .member-checked-all input { margin-right: 6px; }


/* 회원용 */
.member-write-type1-area { width: 300px; margin: 60px auto; padding: 16px 0 40px; }
.member-write-type1-area label { display: block; font-size: 12px; color: #161616; margin: 24px 0 5px; }
.member-write-type1-area label span { color: #EF1717; }
.member-write-type1-area .btn-group-area { margin: 24px 0 0; }
.member-write-type1-area .btn-group-area .btn-small { float: left; width: calc((100% - 8px)/3); }
.member-write-type1-area .btn-group-area .btn-small + .btn-small { margin-left: 4px; }
.member-write-type1-area .member-guide-text { font-size: 14px; color: #161616; line-height: 1.8; letter-spacing: -0.6px; margin: 48px 0; text-align: center; }
.member-write-type1-area .member-guide-text strong { font-weight: 900; }


/*이용약관/개인정보취급방침 기본형태*/
.terms-text-area {  margin-top: 16px; padding: 16px; word-break: break-all; white-space: pre-line; border: 1px solid #e6e6e6; background: #fff; line-height: 1.5; height: 540px; background: #f9f9f9; overflow-y: scroll; }
.terms-text-area > pre { display: block; width: 100%; height: 100%; font-size: 12px; color: #868686; margin-top: 16px; padding: 16px; word-break: break-all; white-space: pre-line; line-height: 1.5; min-height: 568px; }



/* 2020-10-06 전경진 */
.cart-list-area .option-list > ul > li .price-btn .price { margin-right: 0; }
.cart-list-area .option-list > ul > li .price-btn .b-del { margin-left: 24px; }


/* 2020-03-02 전경진 */
.search-result { margin: 24px 0 0; color: #161616; }
.search-result strong { font-weight: 700; }
.board-list-area .board-list-content > div > ul > li .btn-ertical .btn-small + .btn-small { margin: 4px auto 0; }
.board-list-area .memo20 { display: inline-block; width: 100%; max-height: 67px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; word-wrap: break-word; word-break: break-all; color: #161616; border: 1px solid #e6e6e6; padding: 8px;}
.remaining-deposit { display: inline-block; margin-right: 16px; color: #ff7171; }
.remaining-deposit span { font-weight: 700; }
.board-view-area input[type="radio"] { margin-right: 4px; }
.board-view-area input[type="radio"] + input[type="radio"] { margin-left: 50px; }
.board-view-area .building-floor-lake select.input { width: 190px; height: 36px; margin-right: 4px; }
.board-view-area .building-floor-lake input.input { width: 60px; }
.board-view-area .building-floor-lake input.input + input.input { margin-left: 16px; }
.sub-title-small-area span { font-size: 11px; padding: 0 0 0 8px; }
.board-view-area + .guide-text { line-height: 1.5; }
.board-view-area strong.blue { font-size: 15px; font-weight: 700; }
.board-view-area select { height: 36px; }


.scroll-fixed { position:fixed; margin-left:780px; top:140px;  }


/*2020-03-16*/
.board-view-type2-area .header .info li.user-id { padding-right: 16px; }
.order-number2 { font-size: 11px; color: #868686; margin: 0 0 8px; }

/*2020-03-30*/
.filter-wrap ul.color li span { color: #161616; }
.filter-wrap ul.color li span.black:before { background: url(/image/web/common/color_black.png); background-size: contain; }
.filter-wrap ul.color li span.white:before { background: url(/image/web/common/color_white.png); background-size: contain; border: 1px solid #e6e6e6; }
.filter-wrap ul.color li span.beige:before { background: url(/image/web/common/color_beige.png); background-size: contain; }
.filter-wrap ul.color li span.gray:before { background: url(/image/web/common/color_gray.png); background-size: contain; }
.filter-wrap ul.color li span.darkgray:before { background: url(/image/web/common/color_darkgray.png); background-size: contain; }/*다크그레이 추가*/
.filter-wrap ul.color li span.ivory:before { background: url(/image/web/common/color_ivory.png); background-size: contain; }/*아이보리 추가*/
.filter-wrap ul.color li span.conch:before { background: url(/image/web/common/color_conch.png); background-size: contain; }/*소라 추가*/
.filter-wrap ul.color li span.pink:before { background: url(/image/web/common/color_pink.png); background-size: contain; }
.filter-wrap ul.color li span.navy:before { background: url(/image/web/common/color_navy.png); background-size: contain; }/*네이비 추가*/
.filter-wrap ul.color li span.yellow:before { background: url(/image/web/common/color_yellow.png); background-size: contain; }
.filter-wrap ul.color li span.brown:before { background: url(/image/web/common/color_brown.png); background-size: contain; }
.filter-wrap ul.color li span.lightblue:before { background: url(/image/web/common/color_lightblue.png); background-size: contain; }/*연청 추가*/
.filter-wrap ul.color li span.darkblue:before { background: url(/image/web/common/color_darkblue.png); background-size: contain; }/*진청 추가*/
.filter-wrap ul.color li span.blue:before { background: url(/image/web/common/color_blue.png); background-size: contain; }
.filter-wrap ul.color li span.khaki:before { background: url(/image/web/common/color_khaki.png); background-size: contain; }/*카키 추가*/
.filter-wrap ul.color li span.camel:before { background: url(/image/web/common/color_camel.png); background-size: contain; }/*카멜 추가*/
.filter-wrap ul.color li span.brick:before { background: url(/image/web/common/color_brick.png); background-size: contain; }/*벽돌 추가*/
.filter-wrap ul.color li span.red:before { background: url(/image/web/common/color_red.png); background-size: contain; }
.filter-wrap ul.color li span.wine:before { background: url(/image/web/common/color_wine.png); background-size: contain; }/*와인 추가*/
.filter-wrap ul.color li span.violet:before { background: url(/image/web/common/color_violet.png); background-size: contain; }
.filter-wrap ul.color li span.multi:before { background: url(/image/web/common/color_multi.png); background-size: contain; }

/*2020-03-30 품절 추가*/
.soldout { margin-left:8px; }
.soldout > img { width:56px; }



/* 2020-04-06 디디엠배송 주문보기 */
.order-cart-list-area { float: left; margin-top: 16px; width: 100%;}
.order-cart-list-area > ul > li { width: 100%; border: 1px solid #e6e6e6; }
.order-cart-list-area > ul > li + li { margin: 24px 0 0; }
/*top*/
.order-cart-list-area .top { position: relative; padding: 24px 24px 0; }
.order-cart-list-area .top .shop-name { font-size: 15px; font-weight: 700; color: #161616; padding-bottom: 16px; margin: 0 0 16px; }
.order-cart-list-area .top .shop-name .address { display: inline-block; font-size: 13px; font-weight: 400; color: #161616; margin-left: 4px; }
.order-cart-list-area .top .b-close { position: absolute; top: 8px; right: 8px; display: inline-block; width: 32px; height: 32px; background: url(/image/web/common/icon_modal_close_n.png) center center no-repeat; background-size: contain; text-indent:-5000px; z-index: 1; }
.order-cart-list-area .top .b-close:hover { background: url(/image/web/common/icon_modal_close_s.png) center center no-repeat; background-size: contain; }

.order-cart-list-area .btn-group-area { text-align: left; }
.order-cart-list-area .btn-group-area .btn-small { font-size: 13px; }

.order-cart-list-area .cart-body { position: relative; padding: 0 24px 24px; }
.order-cart-list-area .cart-body:after { content: ''; display: block; clear: both; }

.order-cart-list-area .product-area { position: relative; float: left; width: calc(100% - 92px); padding-left: 0; overflow: hidden; }
.order-cart-list-area .product-area input[type="checkbox"].product-check { float: left; margin: 32px 16px 0 0; }
.order-cart-list-area .product-area .product-img { float: left; width: 80px; }
.order-cart-list-area .product-area .product-img img { width: 80px; height: 80px; object-fit: cover; overflow: hidden; }
.order-cart-list-area .product-area .info { float: left; width: 320px; padding-left: 16px; }
.order-cart-list-area .product-area .info .product-name { font-size: 14px; font-weight: 500; color: #161616; width: 100%; max-height: 19px; overflow: hidden; text-overflow: ellipsis; display:-webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; word-wrap: break-word; margin: 8px 0; }
.order-cart-list-area .product-area .info .price { font-size: 11px; color: #546bff; }
.order-cart-list-area .product-area .info .price strong { font-size: 13px; font-weight: 900; color: #546bff; }
.order-cart-list-area .btn-right { float: left; width: 92px; margin: 8px 0 0; }
.order-cart-list-area .btn-right .btn-small { margin: 0 0 4px; }

.order-cart-list-area .option-list { clear: both; background: #fff; padding: 16px 0 0; overflow: hidden; }
.order-cart-list-area .option-list > ul > li { padding: 14px 16px; border: 1px solid #e6e6e6; overflow: hidden; }
.order-cart-list-area .option-list > ul > li + li { margin-top: 4px; }
.order-cart-list-area .option-list > ul > li > * { vertical-align: middle; height: 24px; }
.order-cart-list-area .option-list > ul > li .chk-title { float: left; width: 400px; line-height: 22px; padding-right: 16px; }
.order-cart-list-area .option-list > ul > li .chk-title input[type="checkbox"] { margin-right: 16px; }
.order-cart-list-area .option-list > ul > li .chk-title .title { display: inline-block; font-size: 13px; font-weight: 500; color: #161616; }
.order-cart-list-area .option-list > ul > li .cart-list-quantity { float: left; width: 98px; margin-top: 0; line-height: 18px; }
.order-cart-list-area .option-list > ul > li .price-btn { float: right; text-align: right; width: 168px; line-height: 18px; padding-left: 16px; }
.order-cart-list-area .option-list > ul > li .price-btn .price { display: inline-block; font-size: 11px; margin-right: 24px; }
.order-cart-list-area .option-list > ul > li .price-btn .price strong { font-size: 13px; font-weight: 700; }
.order-cart-list-area .option-list > ul > li .price-btn .b-del { display: inline-block; width: 16px; height: 16px; background: url(/image/web/common/icon_del_n.png) center center no-repeat; background-size: contain; text-indent:-5000px; }

.order-cart-list-area .option-list .select-option-total { text-align: right; padding: 16px 0; border-bottom: 1px solid #e6e6e6; }
.order-cart-list-area .option-list .select-option-total ul { display: inline-block; }
.order-cart-list-area .option-list .select-option-total ul li { display: inline-block; color: #161616; }
.order-cart-list-area .option-list .select-option-total ul li.title { font-size: 12px; margin-right: 16px; }
.order-cart-list-area .option-list .select-option-total ul li.con { font-size: 11px; }
.order-cart-list-area .option-list .select-option-total ul li.con strong { font-size: 13px; font-weight: 700; }
.order-cart-list-area .option-list + .cart-body { margin-top: 16px; }

.order-cart-list-area .option-list > ul > li .option-title { float: left; width: 150px; line-height: 22px; padding-right: 16px; }
.order-cart-list-area .option-list > ul > li .option-title .title { display: inline-block; font-size: 13px; font-weight: 500; color: #161616; }
.order-cart-list-area .option-list > ul > li .quantity-number { float: left; width: 80px; line-height: 22px; padding: 0 8px; font-size: 13px; font-weight: 500; color: #161616; }
.order-cart-list-area .option-list > ul > li .price-area { float: left; width: 160px; line-height: 22px; padding: 0 8px; font-size: 11px; font-weight: 400; color: #161616; text-align: right; }
.order-cart-list-area .option-list > ul > li .price-area strong { font-size: 13px; font-weight: 900; }
.order-cart-list-area .option-list > ul > li .btn-right { float: right; width: calc(100% - 390px); text-align: right; margin: -3px 0 0; }
.order-cart-list-area .option-list > ul > li .btn-right .btn-small { display: inline-block; height: 30px; line-height: 30px; }

.order-cart-list-area .cart-body .cart-list-price { float: right; margin-top: 8px; font-family: Lato; font-size: 16px; font-weight: 900; color: #161616; line-height: 1.19; letter-spacing:-0.8px; }
.order-cart-list-area .cart-total-price { text-align: center; padding: 0 0 20px; }
.order-cart-list-area .cart-total-price ul li { display: inline-block; }
.order-cart-list-area .cart-total-price .title { height: 22px; line-height: 22px; font-size: 12px; color: #161616; margin-right: 16px; }
.order-cart-list-area .cart-total-price .con { height: 22px; line-height: 22px; color: #546bff; font-size: 14px; }
.order-cart-list-area .cart-total-price .con strong { display: inline-block; font-family: Lato; font-size: 18px; font-weight: 900; color: #546bff; }

/*결제방법 선택*/
.order-cart-list-area .payment-method { padding: 0 24px 24px; }
.order-cart-list-area .payment-method h5 { font-size: 12px; font-weight: 400; margin: 0 0 8px; color: #161616; }
.order-cart-list-area .payment-method .comp-tab-contents-area { background-color: #f9f9f9; padding: 24px; }


/*전체합계*/
.cart-list-grand-total-area { float: right; width: 300px; height: auto; border: solid 3px #e6e6e6; margin-top: 16px; padding: 24px; }
.cart-list-grand-total-area .total-title { font-size: 18px; font-weight: 500; line-height: 1.5; letter-spacing:-0.9px; text-align: left; color: #161616; margin: 0 0 8px; }
.cart-list-grand-total-area .total-title-small { font-size: 12px; color: #161616; border-bottom: 1px solid #e6e6e6; padding-bottom: 8px; margin-top: 16px; }
.cart-list-grand-total-area .info ul { padding: 8px 0; }
.cart-list-grand-total-area .info li { overflow: hidden; padding: 4px 0; }
.cart-list-grand-total-area .info .title { float: left; font-size: 12px; font-weight: 500; color: #161616; }
.cart-list-grand-total-area .info .price { float: right; font-family: 'Lato'; font-size: 11px; font-weight: 400; color: #868686; }
.cart-list-grand-total-area .info .price strong { font-size: 13px; font-weight: 900; color: #868686; }
.cart-list-grand-total-area .total-info-sum { font-family: 'Lato'; text-align: right; font-size: 16px; font-weight: 900; color: #161616; margin-top: 12px; }
.cart-list-grand-total-area .total-payment-amount { overflow: hidden; margin-top: 8px; padding-bottom: 24px; border-bottom: 1px solid #e6e6e6; }
.cart-list-grand-total-area .total-payment-amount .title { float: left; font-size: 12px; color: #161616; margin-top: 8px; }
.cart-list-grand-total-area .total-payment-amount .price { float: right; font-size: 16px; font-weight: 700; color: #546bff; }
.cart-list-grand-total-area .total-payment-amount .price strong { display: inline-block; font-family: 'Lato'; font-size: 24px; font-weight: 900; color: #546bff; line-height: 1.21; letter-spacing:-1.2px; }
.cart-list-grand-total-area .total-title + .total-payment-amount { margin-top: 24px; padding-bottom: 0; border-bottom: 0; }
.cart-list-grand-total-area .btn-group-area { margin: 24px 0 0; }





/*2020-06-19*/
.mt0 { margin-top: 0px !important; }
.mt2 { margin-top: 2px !important; }
.mt4 { margin-top: 4px !important; }
.btn-small.type8 { width: 64px; height: 30px; line-height: 28px; }

.sub-title-small-area h1 { font-size: 20px; }
.title-info { margin-top: 40px; }
.title-info h4 { font-size: 18px; font-weight: 500; }
.btn-total-price-area .price strong { font-family: Lato; }
.product-info-area .product-info.border-top { border-top: 1px solid #e6e6e6; margin-top: 24px; }
.option-list .chk-title .btn-small.type2 { width: 64px;
 height: 30px; line-height: 28px; padding: 0; margin: -2px 0 0 32px; }
.product-list-d3-area.type-b { margin-top: 16px; }
.dark { color: #161616; }
.total-price-area.border-bottom { border-bottom: 1px solid #e6e6e6; }
.btn-group-area.not-border-top { border-top: 0; }


.board-list-area ul li.split2 { width: 60%; }
.board-list-area ul li.split3 { width: 33.3333%; }
.board-list-area ul li.split9 { width: 11.1111%; }
.board-list-area.border-top { border-top: 1px solid #e6e6e6; }
.board-list-area .board-list-content > div > ul > li,
.board-list-area .board-list-content > div > ul > li a { color: #868686; }
.board-list-area .board-list-content > div > ul > li a.dark { color: #161616; }


.total-price-area .title { float: none; display: inline-block; vertical-align: middle; height: auto; line-height: 1.5; }
.total-price-area .con { float: none; display: inline-block; vertical-align: middle; height: auto; line-height: 1.23; }


.main-left-banner + .product-list-d3-area > .product-box > ul { margin: -56px 0 0; }
.main-left-banner + .product-list-d3-area > .product-box > ul li.slider { margin: 56px 0 0; }


.filter-wrap ul.color li span.charcoal:before { background: url(/image/web/common/color_charcoal.png); background-size: contain; }
.filter-wrap ul.color li span.merange:before { background: url(/image/web/common/color_merange.png); background-size: contain; }
.filter-wrap ul.color li span.cream:before { background: url(/image/web/common/color_cream.png); background-size: contain; }
.filter-wrap ul.color li span.oatmeal:before { background: url(/image/web/common/color_oatmeal.png); background-size: contain; }
.filter-wrap ul.color li span.mocha:before { background: url(/image/web/common/color_mocha.png); background-size: contain; }
.filter-wrap ul.color li span.green:before { background: url(/image/web/common/color_green.png); background-size: contain; }
.filter-wrap ul.color li span.mint:before { background: url(/image/web/common/color_mint.png); background-size: contain; }
.filter-wrap ul.color li span.lime:before { background: url(/image/web/common/color_lime.png); background-size: contain; }
.filter-wrap ul.color li span.blue:before { background: url(/image/web/common/color_blue.png); background-size: contain; }
.filter-wrap ul.color li span.blackblue:before { background: url(/image/web/common/color_blackblue.png); background-size: contain; }
.filter-wrap ul.color li span.orange:before { background: url(/image/web/common/color_orange.png); background-size: contain; }
.filter-wrap ul.color li span.mustard:before { background: url(/image/web/common/color_mustard.png); background-size: contain; }
.filter-wrap ul.color li span.apricot:before { background: url(/image/web/common/color_apricot.png); background-size: contain; }
.filter-wrap ul.color li span.purple:before { background: url(/image/web/common/color_purple.png); background-size: contain; }
.filter-wrap ul.color li span.lightpurple:before { background: url(/image/web/common/color_lightpurple.png); background-size: contain; }
.filter-wrap ul.color li span.silver:before { background: url(/image/web/common/color_silver.png); background-size: contain; }
.filter-wrap ul.color li span.gold:before { background: url(/image/web/common/color_gold.png); background-size: contain; }
.filter-wrap ul.color li span.python:before { background: url(/image/web/common/color_python.png); background-size: contain; }
.filter-wrap ul.color li span.hopi:before { background: url(/image/web/common/color_hopi.png); background-size: contain; }


.product-info-area .price-group { margin: 24px 0 0; }
.product-info-area .price-group li { display: inline-block; }
.product-info-area .price-group li.tit { display: inline-block; margin: 0 24px 0 0; font-size: 13px; font-weight: 500; color: #868686; }
.product-info-area .price-group li.con > * { display: inline-block; vertical-align: middle; font-family: Lato; font-weight: 900; color: #868686; }
.product-info-area .price-group li.con span { font-size: 22px; }
.product-info-area .price-group li.con small { font-size: 16px; }
.product-info-area .price-group .uncle-price .con > * { color: #546bff; }


.share-group { margin: 8px 0 0; padding-bottom: 16px; text-align: right; border-bottom: 1px solid #e6e6e6; }
.share-group > ul { display: inline-block; }
.share-group > ul > li { display: inline-block; margin: 0 0 0 2px; }
.share-group > ul > li span { display: none; }
.share-group > ul > li a { display: inline-block; width: 32px; height: 32px; }
.share-group > ul > li a.naverband { background: url(/image/web/common/icon_naverband.png) center center no-repeat; background-size: contain; }
.share-group > ul > li a.naverblog { background: url(/image/web/common/icon_naverblog.png) center center no-repeat; background-size: contain; }
.share-group > ul > li a.kakaotalk { background: url(/image/web/common/icon_kakaotalk.png) center center no-repeat; background-size: contain; }
.share-group > ul > li a.kakaostory { background: url(/image/web/common/icon_kakaostory.png) center center no-repeat; background-size: contain; }
.share-group > ul > li a.facebook { background: url(/image/web/common/icon_facebook2.png) center center no-repeat; background-size: contain; }
.share-group > ul > li a.twitter { background: url(/image/web/common/icon_twitter.png) center center no-repeat; background-size: contain; }


.shipping-fee { margin: 24px 0 0; }
.shipping-fee > ul { overflow: hidden; }
.shipping-fee > ul > li.tit { float: left; width: 100px; font-size: 13px; color: #161616; height: 14px; line-height: 1; padding: 2px 0 0; margin: 0; }
.shipping-fee > ul > li.con { float: left; width: calc(100% - 100px); text-align: right; line-height: 1; padding: 0; margin: 0; }
.shipping-fee > ul > li.con span { display: inline-block; margin: 0 0 0 8px; font-size: 13px; font-weight: 900; color: #161616; height: 14px; line-height: 1; padding: 0; }
.shipping-fee > ul > li.con small { display: inline-block; font-size: 11px; font-weight: 400; color: #161616; height: 14px; line-height: 1; padding: 0; }


.review-list { border-top: 1px solid #e6e6e6; }
.review-list > ul > li { padding: 16px 0; border-bottom: 1px solid #e6e6e6; }
.review-list > ul > li .id-date .id { display: inline-block; font-size: 12px; color: #b6b6b6; line-height: 1.5; margin: 0 16px 0 0; }
.review-list > ul > li .id-date .date { display: inline-block; font-size: 11px; color: #b6b6b6; line-height: 1.55; }
.review-list > ul > li .con { font-size: 12px; color: #868686; line-height: 1.5; margin: 16px 0 0; }


.img-list { margin: 16px 0 0; }
.img-list ul { overflow: hidden; }
.img-list ul li { float: left; margin: 0 0 0 8px; }
.img-list ul li:first-child { margin-left: 0; }
.img-list ul li a { display: block; position: relative; width: 160px; height: 0; overflow: hidden; padding-bottom: 100%; background: url(/image/web/noimage/no_image_type_a.png) center center no-repeat; background-size: contain; }
.img-list ul li a img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }


.cart-list-area .option-list .select-option-total ul { display: block; }
.cart-list-area .option-list .select-option-total ul li.title { width: 70px; margin-right: 4px; text-align: left; }
.cart-list-area .option-list .select-option-total ul li.con { width: 70px; }
.cart-list-area .option-list .select-option-total ul li.con strong { color: #161616; }


.coupon-selection { padding: 24px; border-radius: 4px; background-color: #f9f9f9; text-align: left; font-size: 13px; }
.coupon-selection span { display: inline-block; margin: 0 0 0 8px; color: #161616; }
.coupon-selection span.color-blue { color: #9eaaff; }


.btn-large.type1 { width: 150px; }
.cart-list-quantity span { font-size: 13px; }
.pt0 { padding-top: 0px !important; }
.agree-area.not-border-top { border-top: 0; }


.shop-info .info li.tel { font-size: 13px; color: #868686; margin: 8px 0 0; }
.shop-info .info li.tel:before { content:''; display: inline-block; vertical-align: middle; margin: -2px 4px 0 0; width: 16px; height: 16px; background: url(/image/web/common/icon_tel.png) center center no-repeat; background-size: contain; }


.shop-info .like { position: absolute; top: 90px; right: 0; text-align: right; width: 32px; height:32px; overflow: hidden; }
.shop-info .like span { display: block; height: 32px; line-height: 32px;}
.shop-info .like > a { display: block; width: 32px; height: 32px; transition: all 0.5s; background: url(/image/web/common/icon_like_n.png) center center no-repeat; background-size: contain; text-indent:-9999px; transform: scale(1.0); }
.shop-info .like > a:hover { transform: scale(1.08); background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }
.shop-info .like > a.on { background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }


.subpage-left-area > div { padding-bottom: 80px; }
.subpage-left-area ul > li + li { margin: 4px 0 0; }
.subpage-left-area ul > li.ar ul { padding: 8px 0; }


.board-list-area .board-list-content > div > ul > li .like { display: inline-block; width: 32px; height:32px; overflow: hidden; }
.board-list-area .board-list-content > div > ul > li .like span { display: block; height: 24px; line-height: 24px; }
.board-list-area .board-list-content > div > ul > li .like > a { display: block; width: 24px; height: 24px; transition: all 0.5s; background: url(/image/web/common/icon_like_n.png) center center no-repeat; background-size: contain; text-indent:-9999px; transform: scale(1.0); }
.board-list-area .board-list-content > div > ul > li .like > a:hover { transform: scale(1.08); background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }
.board-list-area .board-list-content > div > ul > li .like > a.on { background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }


.order-number-delivery-info { overflow: hidden; }
.order-number-delivery-info .order-number { float: left; }
.order-number-delivery-info .delivery-info { float: right; margin: 32px 0 0; }
.order-number-delivery-info .delivery-info ul { display: inline-block; }
.order-number-delivery-info .delivery-info ul li { display: inline-block;  }
.order-number-delivery-info .delivery-info ul li.tit { font-size: 11px; color: #868686; margin: 0 12px 0 0; }
.order-number-delivery-info .delivery-info ul li.con span.com { display: inline-block; vertical-align: middle; font-size: 14px; color: #546bff; margin: 0 4px 0 0; }
.order-number-delivery-info .delivery-info ul li.con span.number { display: inline-block; vertical-align: middle; font-size: 14px; color: #161616; }


.cart-list-area.type-b { float: none; display: block; width: 100%; margin: 0; }
.cart-list-area.type-b > ul > li { width: 100%; }


.cart-list-area .product-area { float: none; display: inline-block; vertical-align: middle; width: calc(100% - 96px); }
.cart-list-area .product-area .product-img { float: none; display: inline-block; vertical-align: middle; }
.cart-list-area .product-area .info { float: none; display: inline-block; vertical-align: middle; }
.cart-list-area .product-area .info .product-name { display: block; vertical-align: middle; margin-top: 0; }
.cart-list-area .btn-right { float: none; display: inline-block; vertical-align: middle; margin: 0; text-align: right; }


.remaining-points { font-size: 11px; color: #868686; }
.remaining-points > * { display: inline-block; vertical-align: middle; margin: 0 0 0 8px; line-height: 1.55; }
.remaining-points .blue { font-size: 18px; font-weight: bold; line-height: 1.5; }


.option-registration { padding: 8px 0; }
.option-registration .guide-text { display: inline-block; vertical-align: middle; width: calc(100% - 68px); }
.option-registration .btn-small.type8 { display: inline-block; vertical-align: middle; }


.select-option-area { border: 1px solid #e6e6e6; margin: 8px 0 0; }
.select-option-area ul { display: table; width: 100%; }
.select-option-area ul li { width: 96px; padding: 0 0 0 4px; display: table-cell; vertical-align: middle; text-align: center; }
.select-option-area ul li:first-child { padding: 0; }
.select-option-area ul li:last-child { width: 32px; text-align: right; }
.select-option-area .header { padding: 0 16px; background-color: #f9f9f9; }
.select-option-area .header ul li { height: 34px; line-height: 34px; font-size: 12px; color: #b6b6b6; }
.select-option-area .list-content { padding: 16px; }
.select-option-area .list-content .input { width: 100%; height: 34px; }
.select-option-area .list-content .delete { width: 16px; height: 16px; background: url(/image/web/common/icon_del_n.png) center center no-repeat; background-size: contain; }
.select-option-area .list-content ul + ul { margin: 8px 0 0; }


.file-upload.type-b { margin: 8px 0; }
.file-upload.type-b > div.block .btn-small { width: 100%; height: 120px; border-radius: 10px; border: dashed 1px #e6e6e6; background-color: #f9f9f9; line-height: 1.43; padding: 30px 0; font-size: 14px; font-weight: 500; color: #9eaaff; }
.file-upload.type-b > div.block .btn-small span { color: #546bff; }
.file-upload.type-b > div.block > input { width: 100%; height:120px; }


/*review-img-list*/
.review-img-list { padding: 16px; }
.review-img-list ul { overflow: hidden; }
.review-img-list li { position: relative; float: left; width: calc((100% - 24px)/5); margin: 0 6px 8px 0; }
.review-img-list li:nth-child(5n) { margin-right: 0; }
.review-img-list li .img { display: block; width: 100%; height: 0; padding-bottom: 100%; position: relative; transition: all 0.5s; overflow: hidden; overflow: hidden; margin: 1px; border-radius: 4px; }
.review-img-list li .img > img { transform: scale(1.0); transition: all 0.5s; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.review-img-list li .img:hover img { transform: scale(1.05); }
.review-img-list li .del { position: absolute; top: 8px; right: 8px; width: 16px; height: 16px; background: url(/image/web/common/icon_file_delete.png) center center no-repeat; background-size: contain; }


.product-list-d3-area.type-c ul { margin-top: -60px; }
.product-list-d3-area.type-c ul li { margin-top: 60px; }


.benefits-membership { border-radius: 8px; background-color: #f9f9f9; padding: 24px 0; margin: 24px 0 0; }
.benefits-membership .tit { display: inline-block; vertical-align: middle; width: 217px; text-align: center; font-size: 14px; font-weight: 500; color: #868686; }
.benefits-membership .tit:before { content: ''; display: block; margin: 0 auto 10px; width: 44px; height: 44px; background: url(/image/web/common/icon_benefits_membership.png) center center no-repeat; background-size: contain; }
.benefits-membership .con { display: inline-block; vertical-align: middle; width: calc(100% - 221px); font-size: 13px; color: #6e7788; line-height: 1.54; border-left: 1px solid #e6e6e6; padding: 0 40px; }
.benefits-membership .con span { color: #546bff; }


.coupon-area { width: 240px; height: 120px; border: solid 2px #546bff; background: #ffffff url(/image/web/common/coupon_small.png) right center no-repeat; background-size: contain; padding-right: 52px; }
.coupon-area > div { width: 100%; height: 100%; border-right: dashed 2px #546bff; text-align: center; overflow: hidden; }
.coupon-area > div .tit { font-size: 12px; font-weight: bold; color: #161616; margin: 16px 0 0; }
.coupon-area > div .price { margin: 4px 0 0; }
.coupon-area > div .price > * { display: inline-block; vertical-align: middle; color: #161616; font-weight: 900; }
.coupon-area > div .price span { font-size: 26px; }
.coupon-area > div .price small { font-size: 19px; }
.coupon-area > div .turm { font-size: 12px; color: #868686; margin: 4px 0 0; }


.coupon-list { margin: 40px 0 0; }
.coupon-list > ul { margin: 0 0 0; }
.coupon-list > ul > li { border: 1px solid #e6e6e6; padding: 32px 40px; margin: 16px 0 0; overflow: hidden; }
.coupon-list > ul > li .coupon-area { float: left; width: 240px; }
.coupon-list > ul > li .info { float: left; width: calc(100% - 240px); padding: 0 0 0 32px; }
.coupon-list > ul > li .info > div { display: inline-block; vertical-align: middle; width: 500px; padding: 0 24px 0 0; }
.coupon-list > ul > li .info .title { font-size: 18px; font-weight: 500; color: #161616; }
.coupon-list > ul > li .info .detail { margin: 20px 0 0; }
.coupon-list > ul > li .info .detail > ul > li { display: inline-block; vertical-align: middle; }
.coupon-list > ul > li .info .detail > ul > li.tit { font-size: 12px; color: #868686; margin: 0 16px 0 0; }
.coupon-list > ul > li .info .detail > ul > li.con { font-size: 13px; color: #161616; }
.coupon-list > ul > li .info .btn-medium2 { display: inline-block; vertical-align: middle; width: 210px; line-height: 46px; border: solid 2px #546bff; }


.select-date { margin: 40px 0 16px; }
.select-date .tit { display: inline-block; vertical-align: middle; font-size: 12px; color: #868686; margin: 0 16px 0 0; }
.select-date > div { display: inline-block; vertical-align: middle; }
.select-date > div > * { display: inline-block; vertical-align: middle; }
.select-date > div > span { margin: 0 6px; }
.select-date > div > .btn-small { margin: 0 0 0 6px; }


.sub-title-small-area + .board-view-area > ul > li .checkbox-grid.type-b { overflow: hidden; }
.sub-title-small-area + .board-view-area > ul > li .checkbox-grid.type-b span { width: auto; margin: 0 40px 0 0; }


.cart-guide-area { background: url(/image/web/banner/cart_guide.jpg) center center no-repeat; background-size: contain; }
.cart-guide-area.ddm { background: url(/image/web/banner/cart_guide2.jpg) center center no-repeat; background-size: contain; }


.cart-total-price2 { text-align: center; padding: 0 0 20px; }
.cart-total-price2 > * { display: inline-block; vertical-align: middle; }
.cart-total-price2 > ul { display: inline-block; vertical-align: middle; }
.cart-total-price2 > ul > li { display: inline-block; vertical-align: middle; }
.cart-total-price2 > ul > li.tit { font-size: 12px; color: #161616; margin: 0 4px 0 0; }
.cart-total-price2 > ul > li.con > * { display: inline-block; vertical-align: middle; margin: -5px 0 0; }
.cart-total-price2 > ul > li.con span { font-family: Lato; font-size: 13px; font-weight: 900; color: #161616; }
.cart-total-price2 > ul > li.con small { font-size: 11px; font-weight: 400; color: #161616; }
.cart-total-price2 > .plus { margin: 0 14px; }
.cart-total-price2 > .equal { margin: 0 14px; }
.cart-total-price2 > ul.total > li.con span { font-size: 18px; font-weight: 900; color: #546bff; }
.cart-total-price2 > ul.total > li.con small { font-size: 14px; font-weight: 400; color: #546bff; }
.cart-total-price2 > ul.total > li.con > * { display: inline-block; vertical-align: middle; margin: -4px 0 0; }



/* 2020-07-14 */
/*swiper*/
.swiper-container { width: 100%; height: 100%; }
.swiper-container.sub-banner .swiper-slide img { width: 100%; }
.btn-small.type9 { width: 64px; height: 36px; line-height: 34px; }
.board-view-area > div > ul > li .input.type4 { width: 154px; }
.padding-t16 { padding-top:16px!important;}
.padding-b16 { padding-bottom:16px!important;}
.input.align-center { text-align: center; }
.product-name-area { font-size: 15px; font-weight: bold; color: #161616; margin: 40px 0 16px; }

.select-item-list { overflow: hidden; margin: 16px 0 0; }
.select-item-list > ul > li { float: left; width: calc(16.6666% - 6.6666px); height: 34px; padding: 8px; border: 1px solid #e6e6e6; margin: 0 8px 8px 0; overflow: hidden; }
.select-item-list > ul > li:nth-child(6n) { margin-right: 0; }
.select-item-list > ul > li span { float: left; line-height: 1.4; }
.select-item-list > ul > li .delete { float: right; width: 16px; height: 16px; background: url(/image/web/common/icon_delete_small_sq.png) center center no-repeat; background-size: contain; }



/* 2020-07-23 */
.gnb-top-area .inner-wrap h1 { width: 214px; }
#footer .footer-copyright-area > h4 > a { width: 214px; }
#footer .footer-copyright-area > div { padding-left: 32px; }


/* 2020-07-29 */
.product-info-area .product-title-info .brand a { font-size: 20px; font-weight: 500; color: #868686; margin: 0 0 6px; }
.product-info-area .product-title-info .market-price .con span { text-decoration: line-through; }
.product-box.type-e ul li.slider > .product-price > ul > li.origin-price { font-size: 18px; font-weight: 900; margin: 0 16px 0 0; }
.product-box.type-e ul li.slider > .product-price > ul > li.origin-price span { display: inline-block; vertical-align: middle; margin: -4px 0 0; font-size: 14px; font-weight: 400; color: #868686; }
.product-box.type-e ul li.slider > .product-price > ul > li.price:after { display: none; }
.product-box.type-e ul li.slider > .product-price > ul > li.price span { display: inline-block; vertical-align: middle; margin: -4px 0 0; font-size: 14px; font-weight: 400; color: #546bff; }
.btn-total-price-area .price strong:after { display: none; }
.product-view-area .product-title-info .price:after { display: none; }
.option-selected-area .price strong:after { display: none; }



/* 2020-08-06 */
.product-box > ul li.slider > .product-price > ul > li.sold-out { width: 64px; height: 20px; margin: 2px 0 0 8px; background: url(/image/web/common/icon_solout.png) center center no-repeat; background-size: contain; }



/* 2020-08-20 */
#main-visual > .main-visual-area .slider-arrow .btn-prev > span { background: url(/image/web/common/icon_arrow_gray_left_large.png) center center no-repeat; background-size: contain; }
#main-visual > .main-visual-area .slider-arrow .btn-next { background: url(/image/web/common/icon_arrow_gray_right_large.png) center center no-repeat; opacity: 1; background-size: contain; }
#main-visual > .main-visual-area .slider-arrow .btn-next > span { background: url(/image/web/common/icon_arrow_gray_right_large.png) center center no-repeat; background-size: contain; }

.swiper-container.sub-banner .slider-arrow .btn-prev { z-index: 10; position: absolute; cursor: pointer; top: 50%; margin-top:-22px; left: 8px; width: 44px; height: 44px; display: block; opacity: 1;  }
.swiper-container.sub-banner .slider-arrow .btn-prev > span { width: 44px; height: 44px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_gray_left_large.png) center center no-repeat; background-size: contain; }
.swiper-container.sub-banner .slider-arrow .btn-next { z-index: 10; position: absolute; cursor: pointer; top: 50%; margin-top:-22px; right: 8px; width: 44px; height: 44px; display: block; transition: all 0.5s; background: url(/image/web/common/icon_arrow_gray_right_large.png) center center no-repeat; opacity: 1; background-size: contain; }
.swiper-container.sub-banner .slider-arrow .btn-next > span {  width: 44px; height: 44px; position: absolute; display: block; top: 0; left: 0; background: url(/image/web/common/icon_arrow_gray_right_large.png) center center no-repeat; background-size: contain; }
.swiper-container.sub-banner .slider-arrow > div { transition: all 0.5s; }
.swiper-container.sub-banner .slider-arrow > div:hover { background: rgba(0,0,0,0.03); }


/* 2020-10-27 */
.product-box > ul li p.brand-name,
.product-box > ul li p.brand-name a { display: block; font-size: 13px !important; font-weight: normal; line-height: 1.46; letter-spacing: -0.65px; text-align: left; color: #868686 !important; }

.movie-player-wrapper { width: 1080px; margin: 80px auto 0; }
.movie-player-wrapper > div { position: relative; width: 100%; padding-bottom: 56.25%; height: 0; overflow: hidden; }
.movie-player-wrapper > div iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }​

.product-info-area .product-title-info .brand { border: 1px solid red; }
.product-info-area .product-title-info .brand a:after { content: ''; display: inline-block; vertical-align: middle; margin: -4px 0 0 4px; width: 24px; height: 24px; background: url(/image/web/common/icon_brand.png) center center no-repeat; background-size: contain; }

.modal-layer-area.index-popup2 { min-width: 312px; width: 312px; height: 356px; overflow: hidden; padding: 0;  box-shadow: 0px 1px 5px rgba(0,0,0,0.2); border-radius: 8px; }
.modal-layer-area.index-popup2 .img { width: 312px; height: 312px; }
.modal-layer-area.index-popup2 .img img { width: 100%; height: 100%; }
.modal-layer-area.index-popup2 .btn-group-type1 { margin: 0; height: 44px; border-radius: 0 0 8px 8px !important; overflow: hidden; }
.modal-layer-area.index-popup2 .btn-group-type1 button { float: left; width: 50%; height: 44px; background: #fff; padding: 0; border: 0; margin: 0; font-size: 14px; font-weight: bold; color: #a1a1a1; }
.modal-layer-area.index-popup2 .btn-group-type1 .btn-close { border-left: 1px solid #e6e6e6; }



/* 2020-11-24 */
.product-info-area .product-title-info .brand a { display: inline-block; height: 30px; line-height: 30px; font-size: 20px; font-weight: 500; color: #868686; margin: 0 0 6px; padding-top: 3px; }
.product-info-area .product-title-info .brand a img { display: inline-block; vertical-align: middle; margin: -4px 0 0 4px; width: 24px; height: 24px; }

.product-box > ul li.slider > .product-img > a { width: 100%; padding-bottom: 133.3333% !important; }
.product-box > ul li.slider > .product-img > a > img { object-fit: cover; }




/* 2021-01-12 */
.live-video { position: relative; background-color: #f9f9f9; text-align: center; height: 608px; margin: 24px 0 0; }
.live-video span { position: absolute; top: 50%; left: 50%; display: block; width: 100%; transform: translate(-50%, -50%); font-size: 15px; font-weight: 500; line-height: 1.47; letter-spacing: -0.75px; }


.live-video-title { background: #fff; padding: 24px 0 80px; border-bottom: solid 1px #e6e6e6; }
.live-video-title p { font-size: 22px; font-weight: 500; line-height: 1.5; letter-spacing: -1.1px;color: #000000; height: 48px; display:-webkit-box; line-height: 1.5em; height: 3em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-wrap: normal; overflow: hidden;​​ word-break: keep-all; }


/* 지난 방송 */
.broadcasting-list > h1 { background: #fff; padding: 80px 0 24px; font-size: 28px; font-weight: bold; line-height: 1.47; letter-spacing: -0.85px; text-align: left; color: #161616; }
.broadcasting-list > ul { overflow: hidden; margin-top: -64px; }
.broadcasting-list > ul > li { float: left; width: 33.33%; background: #fff; margin-top: 64px; }
.broadcasting-list > ul > li > .img { position: relative; width: 100%; padding-bottom: 100%; height: 0; overflow: hidden; }
.broadcasting-list > ul > li > .img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }​
.broadcasting-list > ul > li > .img {}
.broadcasting-list > ul > li > .img:after { content:''; display: block; width: 64px; height: 64px; background: url(/image/web/common/icon_play.png) center center no-repeat; background-size: contain; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }
.broadcasting-list > ul > li > .info {}
.broadcasting-list > ul > li > .info { padding: 16px; overflow: hidden; }
.broadcasting-list > ul > li > .info .title { float: left; width: 263px; font-size: 15px; font-weight: 500; line-height: 1.5; letter-spacing: -0.6px; text-align: left; color: #161616; display:-webkit-box; line-height: 1.5em; height: 3em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-wrap: normal; overflow: hidden; }
.broadcasting-list > ul > li > .info .heart { float: right; }
.broadcasting-list > ul > li > .info .heart a { display: inline-block; font-size: 12px; font-weight: normal; line-height: 1.5; letter-spacing: normal; text-align: left; color: #272a40; }
.broadcasting-list > ul > li > .info .heart a:before { content:''; display: inline-block; vertical-align: middle; margin: -3px 4px 0 0; width: 24px; height: 24px; background: url(/image/web/common/icon_like_n.png) center center no-repeat; background-size: contain; }
.broadcasting-list > ul > li > .info .heart.active a:before { content:''; display: inline-block; vertical-align: middle; margin: -3px 4px 0 0; width: 24px; height: 24px; background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }


/* 판매 상품 */
.sale-items-list > h1 { background: #fff; padding: 80px 0 24px; font-size: 28px; font-weight: bold; line-height: 1.47; letter-spacing: -0.85px; text-align: left; color: #161616; }
.sale-items-list > ul { overflow: hidden; margin-top: -64px; }
.sale-items-list > ul > li { float: left; width: 33.33%; background: #fff; margin-top: 64px; }
.sale-items-list > ul > li > .img { position: relative; width: 100%; padding-bottom: 100%; height: 0; overflow: hidden; }
.sale-items-list > ul > li > .img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }​
.sale-items-list > ul > li > .img {}
.sale-items-list > ul > li > .info { padding: 16px; overflow: hidden; }
.sale-items-list > ul > li > .info .title { font-size: 15px; font-weight: 500; line-height: 1.5; letter-spacing: -0.6px; text-align: left; color: #161616; display:-webkit-box; line-height: 1.5em; height: 3em; -webkit-line-clamp: 2; -webkit-box-orient: vertical; text-overflow: ellipsis; word-wrap: normal; overflow: hidden; }
.sale-items-list > ul > li > .info .heart.active a:before { content:''; display: inline-block; vertical-align: middle; margin: -3px 4px 0 0; width: 24px; height: 24px; background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }
.sale-items-list > ul > li > .info .brand { font-size: 13px; font-weight: normal; line-height: 1.55; letter-spacing: -0.55px; text-align: left; color: #868686; margin: 8px 0 0; }
.sale-items-list > ul > li > .info .origin { float: left; font-family: Lato; font-size: 18px; font-weight: 900; line-height: 1.25;text-align: center; color: #b6b6b6; text-decoration: line-through; margin: 17px 0 0; }
.sale-items-list > ul > li > .info .price { float: left; font-family: Lato; font-size: 18px; font-weight: 900; line-height: 1.21; letter-spacing: normal; text-align: center; color: #546bff; margin: 17px 0 0 8px; }

.sale-items-list > ul > li > .info .soldout { float: left; width: 64px; height: 20px; margin: 18px 0 0 8px; background: url(/image/web/common/icon_soldout2.png) center center no-repeat; background-size: contain; }

.sale-items-list > ul > li > .info .heart { float: right; margin: 18px 0 0; font-size: 12px; font-weight: normal; line-height: 1.5; letter-spacing: normal; text-align: left; color: #272a40; cursor: pointer; }
.sale-items-list > ul > li > .info .heart:before { content:''; display: inline-block; vertical-align: middle; margin: -3px 4px 0 0; width: 24px; height: 24px; background: url(/image/web/common/icon_like_n.png) center center no-repeat; background-size: contain; }
.sale-items-list > ul > li > .info .heart.active:before { content:''; display: inline-block; vertical-align: middle; margin: -3px 4px 0 0; width: 24px; height: 24px; background: url(/image/web/common/icon_like_s.png) center center no-repeat; background-size: contain; }


/* 2021-03-09 */
.product-info-area .product-title-info .brand a:after { display: none; }


/* 2021-04-22 */
#main-visual {
  width: 1080px;
  margin: 0 auto;
  position: relative;
}
#main-visual > .main-visual-area {
  height: 304px;
}
#main-visual > .main-visual-area > ul li.slider > a img {
  height: 304px;
}
#main-visual > .main-visual-area .slider-arrow .btn-prev {
	left: 16px;
	margin-left: 0;
}
#main-visual > .main-visual-area .slider-arrow .btn-next {
	left: auto;
	right: 16px;
	margin-left: 0;
}
