<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "shop_re.css";

/* COMMON */



/* ------- Default ------- */
.ol-data { display: none; }
.order-list-scroll{ overflow-x: auto; overflow-y: hidden; }
.list-scroll-inner { min-width: 480px; }
.list-scroll-inner .Paging_Num { border-top: none;}

.bs { position: relative; }
.basket-scroll { overflow-x: auto; overflow-y: hidden; }
.basket-scroll-inner { min-width: 768px; }
.mo-inner { min-width: 550px; }

.join_input_cont table td .file { background: #fff !important; }

.v-m { display: none; }
.v-pc img { margin: auto; max-width: 1050px; }
.v-m img { margin: auto; width: 100% !important; height: auto !important; }

.order-list-scroll { overflow-x: auto; overflow-y: hidden; }
.list-scroll-inner { min-width: 500px; }



/* ------- Popup Style ------- */
.popup-layer { z-index: 10000; position: absolute; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0,0,0,.25);
    animation: popup-fade .65s ease-in-out .35s forwards;
    opacity: 0;
}
@keyframes popup-fade {
    0% { opacity: 0;
        -webkit-transform: translateY(25px);
        -ms-transform: translateY(25px);
        transform: translateY(25px); }
    100% { opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); }
}
.popup-layer-body { background: #fff; }
.popup-layer-content { font-size: 0; }
.popup-layer-foot { background: #424242; }
.popup-layer-foot span { font-size: 15px; color: #fff; }
.popup-layer-foot label:hover span { opacity: .7; }
.popup-layer-foot li:first-child { padding-right: 0; }
.popup-layer-foot li:last-child { text-align: right; }

@media (max-width: 1024px){
    /* .popup-layer { z-index: 999; } */
}
@media (max-width: 768px){
    .popup-layer { top: 95px !important; left: 0 !important; margin: 0 5px; }
    .popup-layer img { height: auto !important; }
    .popup-layer-foot span { font-size: 14px; }
}
@media (max-width: 375px){
    .popup-layer-foot li { width: 100%; }
    .popup-layer-foot li:last-child { text-align: left; }
}



 /* ------- Quick Menu Style ------- */
#quickmenu { position: relative; top: 0; left: 0; }
#quickmenu-wrap { z-index: 99999; position: absolute; top: 10px; right: 0; width: 90px; height: auto; text-align: center; font-size: 13px; color: #fff; background-color: #fff; border-top: 2px solid #70ae31; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd; }
#quickmenu-top { padding: 25px 0; border-bottom: 1px solid #dddddd; }
#quickmenu-top div { padding-bottom: 25px; }
#quickmenu-top div:last-child { padding-bottom: 0; }
#quickmenu-top div a { font-size: 14px; color: #444; font-weight: 400; }
#quickmenu-top div a span { display: block; margin-bottom: 10px; height: 35px; }
#quickmenu-middle { position: relative; height: 305px; background-color: #fff; }
#quickmenu-bottom { height: 25px; background-color: #70ae31; }
#quickmenu-bottom .page_top { height: 25px; line-height: 25px; }
.login-underline { position: relative; display: inline-block; color: #fff; }
.login-underline:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background-color: rgba(255,255,255,0.5); }
.qlogin-btn { display: inline-block; margin: 15px 0 0; width: 100%; height: 30px; line-height: 30px; text-align: center; color: #444444; font-size: 13px; background-color: #fff; }
.page_top { cursor: pointer; }
#scrollingBanner { width: 100%; height: 100%; background-color: #fff; }
#scrollingBanner table { text-align: center; width: 100%; }
.quick_today { position: relative; width: inherit; height: inherit; }
.quick_today span { font-size: 15px; font-weight: 500; }
.slide_nav_btn { z-index: 10; position: absolute; bottom: 15px; left: 10px; }
.slide_nav_btn span { display: inline-block; width: 35px; height: 30px; border: 1px solid #cccccc; background: url('/child/img/icon/icon_quick_prev.png') no-repeat center; cursor: pointer; }
.slide_nav_btn span:last-child { border-left: none; background: url('/child/img/icon/icon_quick_next.png') no-repeat center; }
.swiper-quickmenu { overflow: hidden; padding: 0 9px; height: 210px; }
.swiper-quickmenu .swiper-slide { border-top: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; border-left: 1px solid #e5e5e5; }
.swiper-quickmenu .swiper-slide:last-child { border-bottom: 1px solid #e5e5e5; }
.swiper-quickmenu .swiper-slide a { overflow: hidden; display: block; height: 100%; }
.swiper-quickmenu .swiper-slide a img { width: auto; height: 100%; }
.swiper-quickmenu .visual_btn_wrap { display: none; }





/*
  Product
*/
/* --- List Page --- */
.list-table { margin-top: 30px; }
#product_list_wrap { padding-top: 20px; }
#recommand_area { padding: 20px; border: 2px solid #eee; }
#recommand_area .swiper-button-prev { margin-top: -50px !important; width: 64px !important; height: 64px !important; background: url('/child/img/slide/slide_prev_4.png') no-repeat center !important; }
#recommand_area .swiper-button-next { margin-top: -50px !important; width: 64px !important; height: 64px !important; background: url('/child/img/slide/slide_next_4.png') no-repeat center !important; }
#product_category_style { display: none; }
.recom_product_wrap { text-align: center; }
.recom_product_wrap .product_head .recom_product_img { height: 200px; }
.recom_product_wrap .product_head .recom_product_img a img { height: 100%; width: auto; }
.recom_product_wrap .product_body h3 { padding: 10px 0; }
#product_count_style { margin-top: 40px; }
#product_count_style select { width: 180px; height: 40px; }
#product_count_style p { font-size: 22px; color: #555555; }
#product_count_style p strong { font-weight: 400; }
#list_count_style tr td select { height: 35px; }
#list_count_style tr td tr td tr td { padding: 10px; }
#list_count_style tr td.list_count { padding: 10px; }
#list_count_style tr td.list_count .count_text { color: #2a8ddc; }
#product_list:after{ content: ''; display: block; clear: both; }
.product_wrap { text-align: center; }
.product_img { overflow: hidden; height: 200px; }
.product_img a { display: block; position: relative; height: inherit; }
.product_img a img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: auto; width: auto; height: 100%; }
.product_name { margin: 5px auto 10px; max-width: 200px; width: 100%; text-align: center; overflow: hidden; white-space: nowrap; word-break: break-all; text-overflow:ellipsis; }
.product_name a { font-size: 17px; font-weight: 500; color: #666666; }
.product_info { display: none; position: relative; height: 24px; }
.product_info span { position: absolute; padding: 0 10px; width: 50%; overflow: hidden; white-space: nowrap; word-break: break-all; text-overflow:ellipsis; }
.product_info span:first-child { top: 0; left: 0; text-align: right; }
.product_info span:last-child { text-align: left; }
.product_info span.vline { top: 0; right: 0; border-left: 1px solid #e5e5e5; }
/* .product_wrap .product_body span.vline:last-child { margin-left: 10px; padding-right: 0; border-right: none; } */
.product_price { height: 55px; }
.product_price img { margin: auto; }
.product_price span { color: #2a8ddc; }
.product_price span.price { font-size: 20px; }
.product_price .product_coupon img { display: inline-block; vertical-align: top; }



/*
  Product View Page Style
*/
.product-option-table { display: table; border-collapse: collapse; width: 100%; }
.po-row { display: table-row; }
.po-th { display: table-cell; vertical-align: middle; width: 120px; font-size: 16px; color: #555555; font-weight: 500; }
.po-td { display: table-cell; vertical-align: middle; padding: 10px 0; }
.po-td select { width: 100%; height: 40px; color: #666666; }

#product_view_wrap:after { content: ''; display: table; clear: both; }
#product_view_image { margin-bottom: 30px; width: 40%; float: left; text-align: center; }
#product_view_image img { margin: auto; }
.item-info-area { float: right; padding-left: 65px; width: 60%; }
.item-info-area span.item_price { display: inline-block; margin-bottom: 30px; font-size: 46px; color: #2a8ddc; font-weight: 700; }
.item-info-area span.item_price_txt { font-size: 24px; color: #2a8ddc; font-weight: 500; }
.item-info-area img { display: inline-block; }
#View_Product_Img{
    overflow: hidden; display: block; position: relative;
    padding-top: 100%; width: 100%; height: 0;
    border: 1px solid #000;
}
#View_Product_Img:hover { cursor: zoom-in; }
.prd-image-large{
    position: absolute; top: 0; left: 50%;
    margin: auto; max-width: none; width: auto; height: 100%;
    -webkit-transform: translateX(-50%); transform: translateX(-50%);
    -webkit-animation: fade 1s ease-out; animation: fade 1s ease-out;
}


#zoom_btn_wrap { display: none; }
.v-thumbnail-ul { margin-top: 10px; font-size: 0; }
.v-thumbnail-ul:after { content: ''; clear: both; display: table; }
.v-thumbnail-ul &gt; li { overflow: hidden; display: inline-block; vertical-align: top; position: relative; margin: 5px; border: 1px solid #ddd; width:80px; height:80px; }
.v-thumbnail-ul &gt; li img {
	position: absolute; top: 50%; left: 50%; width: 100%; height: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.view_thumbnail { float: left; margin-right: 1%; width: 19.2%; border: 1px solid #e5e5e5; }
.view_thumbnail:last-child { margin-right: 0; }
.view_thumbnail:hover { cursor: zoom-in; border: 1px solid #777777; }
.view_thumbnail img { width: 100%; height: auto; }
.item_info_1 { padding-top: 30px; border-top: 1px solid #e5e5e5; }
.item_info_2 { padding-bottom: 30px; border-bottom: 2px solid #9f9f9f; }
.item-info-style { margin: 17px 0; width: 100%; border-collapse: collapse; }
.item-info-style tr th { padding: 7px 5px 7px 0; width: 120px; text-align: left; font-weight: 500; font-size: 15px; color: #666666; }
.item-info-style tr td { padding-left: 0; text-align: left; font-weight: 400; font-size: 15px; color: #666666; }
.item-info-style .btnAmount-wrap { width: 132px; height: 35px; }
.item-info-style .btnAmount-wrap a { height: 32px; line-height: 32px; }
.item-info-style .btnAmount-wrap input { width: 80px; height: 32px; line-height: 32px; }
.item-info-style .row_border { padding: 20px 0; }
.item-info-style .row_border div { width: 100%; height: 1px; background: #e5e5e5; }
.item-info-style select { width: 130px; height: 30px; }

.item-info-area .total_area { margin-top: 30px; padding: 20px 0 55px; text-align: right; border-top: 2px solid #9f9f9f; }
.item-info-area .total_area span:first-child { font-size: 17px; color: #333333; font-weight: 500; }
.item-info-area .total_area span:nth-child(2) { font-family: Arial; font-size: 30px; color: #2a8ddc; font-weight: 700; padding: 0 5px 0 15px; }
.item-info-area .total_area span:last-child { font-size: 17px; color: #2a8ddc; font-weight: 500; }
.item-info-area .bottom-button { margin-top: 20px; }

#item_scrape_style { display: none; }
.btnAmount-wrap { display: inline-block; vertical-align: top; float: left; position: relative; padding: 0 25px; width: 102px; height: 25px; border: 1px solid #dddddd; background: #fff; }
.btnAmount-wrap a { position: absolute; top: 0; display: block; width: 25px; height: 23px; line-height: 25px; text-align: center; background: #f4f4f4; }
.btnAmount-wrap a:first-child { left: 0; }
.btnAmount-wrap a:nth-child(2) { right: 0; }
.btnAmount-wrap input { padding: 0; width: 50px; height: 23px; text-align: center; background-color: #fff; border: none; border-left: 1px solid #dddddd; border-right: 1px solid #dddddd;  }
.btn-modify { display: inline-block; vertical-align: top; margin-left: 5px; }
.btn-modify button { width: 80px; }
.view-btn-wrap:after { content: ''; display: block; clear: both; }
.view_btn_wrap .btn { width: 240px; height: 60px; line-height: 60px; }
[data-btn="2"] .view-btn { width: 50%; }
[data-btn="3"] .view-btn { width: 33.33333%; }
[data-btn="4"] .view-btn { width: 25%; }

#npay { margin-top: 10px; }








input[type='number']{ -moz-appearance:textfield; }
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button { -webkit-appearance: none; }
#select_list, #supply_list { width: 100%; }
#select_list select, #supply_list select{ width: 100%; height: 40px; margin: 2px 0;}

.item-info-td { border-bottom: 1px solid #e5e5e5; }
.view-total-row { margin: 20px 0 13px; text-align: right; font-size: 15px; color: #555555; }
.total-price { font-family: Arial; font-size: 24px; color: #2a8ddc; font-style: normal; font-weight: bold; }


#item-state-table { margin: 17px 0; }
#item-state-table tr th { padding: 7px 5px 7px 0; width: 80px; text-align: left; font-weight: 500; font-size: 15px; color: #666; }






/* 由щ럭 */
.prd-review { margin-top: 30px; padding: 44px 50px 60px; background: #fff; box-shadow: 0px 5px 15px 0px rgba(0,0,0,.2); }
.prd-review h3 { line-height: 56px; font-family: NB; font-size: 23px; color: #5372b9; border-bottom: 1px solid #aaaaaa; }
.prd-star img { float: left; margin-right: 5px; }
.prd-star img:last-child { margin-right: 0; }
.review { padding: 30px 0; border-top: 1px solid #e5e5e5; }
.review:first-child { border-top: none; }
.review-head .r-name,
.review-head .r-date { display: inline-block; vertical-align: top; line-height: 15px; font-size: 15px; color: #777777; }
.r-name { padding-right: 10px; border-right: 1px solid #e5e5e5; }
.r-date { padding-left: 10px; }
.r-title { display: block; padding-top: 13px; width: 100%; font-size: 18px; color: #333333; }
.review-body { padding-top: 12px; }
.review-body p { line-height: 23px; font-size: 15px; color: #666666; }

#product_review_wrap .btn { font-size: 16px !important; }
.product-reserve-bottom { display: block; margin-top: 30px; text-align: right; font-size: 20px; color: #555555; font-weight: bold; }

.head-box { display: inline-block; vertical-align: top; }
.hb1 { width: 150px; }
.hb2 { width: 750px; }
.hb3 { width: 150px; }

.h2 strong { font-size: 18px; font-weight: 500; color: #333333; }


/* --- Q &amp; A --- */
#qna_form .qna { border-top: 1px solid #bbbbbb; border-bottom: 1px solid #bbbbbb; }
#qna_form .q_title { padding: 25px; cursor: pointer; border-bottom: 1px solid #f6f6f6; }
#qna_form .q_title:hover { background: #fafafa; }
#qna_form .q_title .fLeft span { font-size: 15px; color: #555555; }
#qna_form .q_title .fRight span { display: inline-block; vertical-align: middle; padding: 0 15px 0 0; line-height: 12px; font-size: 15px; color: #666666; }
#qna_form .q_title .fRight span:last-child { padding: 0 0 0 15px; border-left: 1px solid #e5e5e5; }
#qna_form .q_content { display: none; padding: 25px; }
#qna_form .q_icon { display: inline-block; vertical-align: top; margin: 4px 10px 0 0; width: 10px; height: 10px; background: url('/child/img/icon/icon_qna_a.png') no-repeat center; }
.a_content { background: #f6f6f6; font-size: 15px; color: #555555; }
#qna_btn_wrap .btn { width: 95px; height: 35px; line-height: 35px; border-color: #cccccc; }


/* --- View Tab Menu --- */
.view_tab_menu { clear: both; padding: 50px 0; width: 100%; }
.view_tab_menu .tab_menu &gt; ul { position: relative; }
.view_tab_menu .tab_menu &gt; ul:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #999999; }
.view_tab_menu .tab_menu &gt; ul &gt; li { float: left; width: 25%; background-color: #f9f9f9; border-top: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.view_tab_menu .tab_menu &gt; ul &gt; li a { display: block;  width: 100%; height: 45px; line-height: 45px; text-align: center; color: #888888; font-size: 15px; letter-spacing: -0.04em; color: #888888; font-weight: 500; }
.view_tab_menu .tab_menu &gt; ul &gt; li.active { position: relative; margin-top: 0; border-top: 2px solid #999999; background-color: #fff; border-left: 2px solid #999999; border-right: 2px solid #999999; }
.view_tab_menu .tab_menu &gt; ul &gt; li.active a { height: 45px; color: #333333; font-weight: 500; }
.view_tab_menu .tab_menu &gt; ul &gt; li.active:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #fff; }
.view_tab_menu .tab_contents &gt; ul { position: relative; }
.view_tab_menu .tab_contents &gt; ul &gt; li { display: none; position: absolute; top: 0; left: 0; padding-top: 35px;}
.view_tab_menu .tab_contents &gt; ul &gt; li.active { display: block; height:auto; position:relative; }
.view_tab_menu .row { font-family: NotoKR, Arial; padding: 55px 0; border-bottom: 1px solid #e5e5e5; }
.view_tab_menu .row:last-child { border-bottom: none; }
.view_tab_menu .row div { display: inline-block; vertical-align: top; }
.view_tab_menu .row div:first-child { width: 11.666667%; }
.view_tab_menu .row div:last-child { width: 88.333333%; padding: 10px 0 0 30px; }
.view_tab_menu .row div h3 { margin-bottom: 20px; font-size: 21px; color: #333333; font-weight: 500; }
.view_tab_menu .row div p { margin-bottom: 20px; font-size: 14px; color: #555555; font-weight: 400; }
.view_tab_menu .row div p:last-child { margin-bottom: 0; }
.view_tab_menu .row:nth-child(2) div p { margin-bottom: 15px; }
.view_tab_menu .row:nth-child(3) div &gt; p { margin-top: 30px; }
.view_tab_menu .row:nth-child(3) div ul li p { margin-bottom: 25px; }
.view_tab_menu .row:nth-child(3) div p strong { font-size: 16px; color: #2a8ddc; font-weight: 500; }


/* --- Product View Info Tab --- */
.View_Detail_Wrap{
    position: relative; margin:20px 0 13px;
}
.View_Detail_Wrap:before{
    content: ''; position: absolute; bottom: 0; left: 0;
    width: 100%; height: 2px;
    background: #ddd;
}
.View_Detail_Wrap ul { overflow:hidden; width:100%; }
.View_Detail_Wrap ul li { position:relative; float:left; margin-left: -1px; width: 33.33333%; border-top:1px solid #fff; border-bottom:none; font-size:12px; background-color: #fff; cursor:pointer; }
.View_Detail_Wrap ul li.current {position:relative;border-top:2px solid #777777;border-left:2px solid #777777;border-right:2px solid #777777;background-color:#fff;margin-right:-1px;z-index:5;}
.View_Detail_Wrap ul li.current:before{
    content: ''; position: absolute; bottom: -2px; left: 0;
    width: 100%; height: 2px; background: #fff;
}
.View_Detail_Wrap ul li.current p {font-weight:bold; color:#888888;}
.View_Detail_Wrap ul li p { padding:9px 15px 8px 15px; text-align:center; color:#888888; }

#content_style { font-family: NotoKR, Arial; padding: 20px; }
#v_option1 { width: 210px; height: 35px; }



/* --- View Expect --- */
#rate-register-box { margin-top: 30px; padding: 25px; background-color: #fafafa; border: 1px solid #eeeeee; }
.register-box-top { margin-bottom: 10px; }
.register-box-top span:first-child { padding-right: 15px; border-right: 1px solid #e5e5e5; }
#register_btn { position: relative; padding-right: 140px; }
#register_btn input { padding-left: 20px; width: 100%; height: 70px; }
#register_btn button { position: absolute; right: 0; top: 0; width: 140px; height: 70px; background-color: #2a8ddc; color: #fff; }



/* Product Review */
.review_write table { border-top: #e5e5e5; }
.review_write table tr th { padding: 15px; text-align: left; background: #f8f8f8; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.review_write table tr td { padding: 15px; border-bottom: 1px solid #e5e5e5; }
.review_write_wrap td:nth-child(3) img { display: none; }
.review_write_wrap img { display: inline-block; }
.input_info { padding: 10px 0; text-align: right; }
.review_input_table { border-top: 1px solid #e5e5e5; }
.review_input_table tr th { padding: 10px 15px; text-align: left; background: #f8f8f8; border-right: 1px solid #e5e5e5; border-bottom: 1px solid #e5e5e5; }
.review_input_table tr td { padding: 10px 15px; text-align: left; border-bottom: 1px solid #e5e5e5; }
.review_input_star label { padding-right: 10px; cursor: pointer; }

#product_review_wrap { padding-top: 15px; border-top:1px solid #ccc; }
#product_review_wrap .view_image img { display: inline-block; margin: 10px 0 0; max-width: 600px; }
.product_star { width: 100px; }
.star { display: inline-block; vertical-align: top; }
.product_star img { display: inline-block; }
.review_info p { position: relative; padding-right: 30px; display: inline-block; color: #888; }
.review_info p:after { content: ''; position: absolute; top: 0; right: 15px; bottom: 0; margin: auto; width: 1px; height: 13px; background: #888; }
.review_info span { color: #888; }
#product_review_wrap .review_thumb img { margin-top: 0; }
.review_thumb { display: inline-block; vertical-align: middle; }
.review_thumb .view_image { padding-right: 15px; }
.review_thumb img { width: 50px !important; height: 50px !important; }
.review_toggle{ padding: 0; }
.review_toggle i { display: block; width: 30px; height: 30px; border: 1px solid #ccc; }
[data-toggle="off"] i{ background: url('/child/img/icon/arrow_down.png') no-repeat center; }
[data-toggle="on"] i { background: url('/child/img/icon/arrow_up.png') no-repeat center; }
.review_contents { margin: 10px 0; }
[data-review="off"]{ display: none; }





/* 諛곗넚 諛� 援먰솚 */
.buy_info .row { font-family: NotoKR, Arial; padding: 55px 0; border-bottom: 1px solid #e5e5e5; }
.buy_info .row:last-child { border-bottom: none; }
.buy_info .row:after { content: ''; display: block; clear: both; }
.buy_info .row div { float: left; }
.buy_info .row div:first-child { width: 11.666667%; }
.buy_info .row div:last-child { width: 88.333333%; padding: 10px 0 0 30px; }
.buy_info .row div h3 { margin-bottom: 20px; font-size: 21px; color: #333333; font-weight: 500; }
.buy_info .row div p { margin-bottom: 20px; font-size: 14px; color: #555555; font-weight: 400; }
.buy_info .row div p:last-child { margin-bottom: 0; }
.buy_info .row:nth-child(2) div p { margin-bottom: 15px; }
.buy_info .row:nth-child(3) div &gt; p { margin-top: 30px; }
.buy_info .row:nth-child(3) div ul li p { margin-bottom: 25px; }
.buy_info .row:nth-child(3) div p strong { font-size: 16px; color: #d21d1d; font-weight: 500; }






/* AnswerBasic */
.anw_c {
  display: inline-block;
  padding: 5px;
  background: #fafafa;
  font-weight: 500;
}






/* --- Product Search List --- */
#product_search_form_style { display: none; }



/*
  Cart / Basket
*/
.deliver-msg { padding: 0 10px 5px; font-size: 14px; }
.basket-total { padding: 15px; background: #fff; border-top: 1px solid #e5e5e5; }
.deliver-text { display: flex; align-items: center; font-size: 0; }
.dv-col { display: inline-block; vertical-align: top; width: 24%; text-align: center; font-size: 15px; }
.s-i { position: relative; width: 12.5%; height: 40px; }
.b-plus { position: absolute; display: block; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 28px; height: 28px; background: #fff; border: 1px solid #cdcdcd; border-radius: 50%; }
.b-plus:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 14px; height: 2px; background: #666666; }
.b-plus:after { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 2px; height: 14px; background: #666666; }
.b-minus { position: absolute; display: block; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 28px; height: 28px; background: #fff; border: 1px solid #cdcdcd; border-radius: 50%; }
.b-minus:before { content: ''; position: absolute; top: 0; left: 0; bottom: 0; right: 0; margin: auto; width: 14px; height: 2px; background: #666666; }
.b-equal { position: absolute; display: block; top: 0; left: 0; right: 0; bottom: 0; margin: auto; width: 28px; height: 28px; background: #2a8ddc; border-radius: 50%; }
.b-equal:before { content: ''; position: absolute; top: 10px; left: 0; right: 0; margin: auto; width: 14px; height: 2px; background: #fff; }
.b-equal:after { content: ''; position: absolute; top: 15px; left: 0; right: 0; margin: auto; width: 14px; height: 2px; background: #fff; }
@media (max-width:768px) {
    .vhide { display: none; }
    .deliver-msg { padding: 0 10px 10px 0; font-size: 13px; }
    .deliver-text { line-height: 30px; text-align: left; }
    .dv-col { width: 100%; }
    .s-i { display: none; }
    .dp { float: right; }
    .b-plus,
    .b-equal { left: auto; right: 100px; }
}




/* �λ컮援щ땲 */
.amout_num { font-size:9pt; color:#545454; border:1px solid #dfdfdf; background-color:#ffffff;}
.basket-image { overflow: hidden; display: block; position: relative; max-width: 100%; width: 135px; height: 135px; }
.basket-image img { position: absolute; top: 0; left: 50%; max-width: none; width: auto; height: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.basket-name { font-size: 17px; color: #333333 !important; font-weight: 500; }
.opt-amount { padding: 0; width: 80px; height: 35px; text-align: center; }
.opt-modify { padding: 0; width: 60px; height: 35px; text-align: center; background: #fff; }
.item-opt-price { margin-top: 5px; font-size: 15px; color: #555; }
.opt-control{ padding: 8px; border-top: 1px solid #efefef; }




#basket_title { display: none; }
#basket_process img { width: 100%; }

.table-empty-message h3 { padding: 50px; text-align: center; font-size: 16px; }






/* ! */
.cart-list-table .item_align1 { overflow: hidden; float: left; margin-top: 17px; padding: 20px 0; width: 80px; }
.cart-list-table .item_align1 a { position: relative; display: block; width: 100%; height: 50px; }
.cart-list-table .item_align1 a img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; height: 100px; }
.cart-list-table .item_align2 { float: left; padding: 30px 0 30px 25px; text-align: left; }
.cart-list-table .item_align2 &gt; a { display: block; text-align: left; }
.cart-list-table .item_align2 span { display: inline-block; margin-bottom: 10px; }
.cart-list-table .item_align2 .btn-modify .btn { width: 50px; height: 25px; line-height: 24px; font-size: 13px; color: #666666; font-weight: 500; background: #f7f7f7; border: 1px solid #cccccc; }
/* ! */



#cart_total_style tr td { font-size: 15px; font-weight: 500; }
#cart_total_style tr td:first-child { font-size: 0; }
#cart_total_style span.price { font-size: 16px; color: #2a8ddc; }
.cart-list-table .point { display: block; margin: auto !important; font-weight: 500; }
.prd_point { font-family: Arial; font-size: 19px !important; color: #666666; }
.btn_delete_item { padding: 5px; background: #f4f4f4; border: 1px solid #cccccc; }

.basket_list { border-top: 2px solid #2a8ddc; }
#basket_list_item { display: none; margin-bottom: 20px; background-color: #fff; }
#basket_list_item:after { content: ''; display: table; clear: both; }
#basket_list_item .basket_list_left { float: left; padding: 4.6875%; width: 30%; }
#basket_list_item .basket_list_right { float: left; padding: 4.6875%; width: 70%; }
#basket_list_item .basket_list_left .item_img img { width: 100%; height: auto; }
#basket_list_item .btn-modify input { margin-left: 5px; width: 75px; height: 30px; background-color: #fff; border: 1px solid #ddd; color: #666; }
#basket_list_item .basket_list_bottom { clear: both; padding: 4.6875%; }
#basket_list_item .basket_list_bottom_wrap { padding: 2%; background-color: #f5f5f5; }
#basket_list_item .basket_list_bottom_wrap ._tit { float: left; height: 30px; line-height: 30px; }
#basket_list_item .basket_list_bottom_wrap ._content { float: right; height: 30px; line-height: 30px; }
#basket_list_item .basket_list_bottom_wrap &gt; div { padding: 10px 0; }
#basket_list_item .basket_list_bottom_wrap &gt; div:first-child { border-bottom: 1px solid #e5e5e5; }
.basket_btn_wrap { margin-top: 20px; }
.basket_btn_wrap .btn { width: 125px; }
.basket_delete .btn_border { width: 75px; height: 30px; line-height: 30px; font-size: 14px; color: #666666; font-weight: 500; background: #f7f7f7; border: 1px solid #cccccc; }
.basket-btn { display: inline-block; vertical-align: top; padding: 0 5px; }



/* 二쇰Ц */
.order-wrap { background: #f3f4f5; }
.head_title { padding: 12px 12px 12px 40px; text-align: left;background: url('/child/img/icon/icon_title.png') no-repeat center left / 22px; background-position-x: 8px; }
.head_title h3 { margin-bottom: 0; font-size: 18px; line-height: 23px; color: #333333; font-weight: 500; }
.head_title2:after { content: ''; display: block; clear: both; }
.head_title2 h3 { float: left; margin-bottom: 5px; font-size: 20px; color: #333333; font-weight: 500; }
.head_title2 .agree { float: right; }

.product_order_box .head_title { margin-top: 12px; }
.product_order_box .Product_order_title { text-align: left; }
.product_order_box .Product_order_title span { font-size: 14px; }
.product_order_box .order_box_wrap tr:first-child th,
.product_order_box .order_box_wrap tr:first-child td { padding: 15px; }

.AWorder_form_table th { padding: 15px !important; }

.deliver-msg-bottom { margin-top: 20px; font-size: 15px; color: #777777; text-align: right; }





/* 二쇰Ц - 寃곗젣�섍린 */
.cart-list-table tr td.item_img { padding: 15px; }
.cart-list-table tr td.item_img a { display: block; }
.cart-list-table tr td.item_img a img { height: 100px; width: auto; }

.order-pay-box { margin-top: 55px; padding: 50px 0; background: #fff; }
.order-pay-box .form-table { border-top: 1px solid #aaaaaa; }
.form-btn-wrap .btn_dark_border { background: transparent; border-color: #aaaaaa; color: #444444; }
.form-btn-wrap .btn { font-size: 16px; font-weight: 500; }


/* 二쇰Ц - 二쇰Ц�꾨즺 */
.order-ok-box { margin: 0 0 50px; padding: 50px 0; background: #fff; }
.order-ok-box-first { margin-top: 15px; }



/* --- order &lt;3&gt; --- */
#p_pay_account { max-width: 190px; width: 100%; height: 35px; }


#p_cash1,
#p_cash2,
#p_cash3,
#p_cash4 { margin-right: 1%; width: 24.25% !important; height: 35px; }
#p_cash4 { margin-right: 0; }

#p-cash-num1,
#p-cash-num2,
#p-cash-num3,
#p_cash_tel1,
#p_cash_tel2,
#p_cash_tel3 { margin-right: 1%; width: 32.66666% !important; }
#p-cash-num3,
#p_cash_tel3 { margin-right: 0; }

#p_cash_in1,
#p_cash_in2 { margin-right: 1%; width: 49.5% !important; }
#p_cash_in2 { margin-right: 0; }

#cash-name { width: 100% !important; }


/* --- 4 order &lt;4&gt; --- */
#pay_method_style tr th,
#pay_method_style tr td { padding: 15px 15px 20px; text-align: left; font-size: 15px; color: #333; border-bottom: 1px solid #ddd; }
.pay_btn_wrap { text-align: center; }

.form-pay-box { }
/* .form-lite-box { padding: 15px; background: #fff; } */
.form-lite-box .form-table { margin-bottom: 0; }
.form-lite-box .form-table .row:last-child { border-bottom: none; }

@media (max-width:768px){
    .order-ok-box { padding: 25px 0; }
    #pay_method_style tr th, #pay_method_style tr td { font-size: 14px; }
}


/*
  Order Style
*/
#order { padding: 0 0 60px; background: #f3f4f5; }



/*
  Order list
*/
#order_list { padding: 20px; background-color: #fff; }
#order_list_style { width: 100%; border-top: 2px solid #777777; border-bottom: 1px solid #dddddd; }
#order_list_style tr { border-bottom: 1px solid #e5e5e5; }
#order_list_style th { padding: 13px 0 18px; }
#order_list_style td { padding: 10px 0 15px; }
#order_list_style th:first-child, #order_list_style td:first-child, #order_list_style th:nth-child(3), #order_list_style td:nth-child(3), #order_list_style th:nth-child(5), #order_list_style td:nth-child(5){
    border-right: 1px solid #e5e5e5;
}
.order_list_wrap,
.coupon_wrap { margin-bottom: 150px; }

.buy-td { padding: 24px; padding-right: 8px; }

.buy-wrap { display: flex; width: 100%; height: auto; }
.buy-l { display: table-cell; height: 96px; width: 116px; overflow: hidden; }
.buy-r { display: table-cell; padding-left: 24px; width: 100%; }

.mo_cell_point { display: none; }
.mo_cell_prdinfo { display: none; }





/*
  Media Query
*/



@media (max-width: 1024px){
    /* 愿��ъ긽�� */
    /* .wish-th { padding: 15px 10px 15px 0 !important; } */
    .del-list { font-size: 13px; }
    .del-list i { vertical-align: -4px; margin-right: 5px; width: 15px; height: 18px; background-size: 15px auto; }

    /* 1:1 臾몄쓽 */
    .ask-top a { position: static; display: block; margin: 10px 0; }

    /* 留덉씠�섏씠吏� */
    .point-top,
    .wishlist-top,
    .ask-top { padding: 13px 15px 12px; }
    .wishlist-top { font-size: 16px; }
    .point-top span { padding: 0 15px; font-size: 18px; }
    .ask-top span { font-size: 16px; }
    .wing-point { vertical-align: -4px; margin-right: 10px; width: 20px; height: 20px; background-size: auto 20px; }
    .wishlist-top i { vertical-align: -4px; margin-right: 10px; width: 20px; height: 17px; background-size: auto 17px; }
    .point-th, .point-td,
    .wish-th, .wish-td { padding: 12px 10px 13px !important; font-size: 13px; }
    .date-pic-btn button,
    .ask-top a { line-height: 45px; height: 45px; font-size: 14px; }


    .option_price { font-size: 16px; }
    .view-total-row { font-size: 15px; }
    .total-price { font-size: 22px !important; }

    /* 諛곗넚 諛� 援먰솚 */
    .buy_info .row div:first-child,
    .buy_info .row div:last-child { float: none; padding: 0; width: 100%; }
    .buy_info .row div img { margin: auto; width: 70px; height: auto; }
    .buy_info .row div h3 { margin-top: 15px; text-align: center; }

    /* order */
    #order .store-wrap { padding-top: 60px; }
    .order-wrap { padding-top: 50px; }
    .basket-col,
    .wish-col { padding: 30px 10px; }
    .basket-col:nth-child(2) { padding: 20px 0 0 10px; }
    .basket-col:last-child,
    .wish-col:last-child { padding: 15px 10px 20px 46px; width: 100%; }
    .price .basket-col,
    .price .wish-col { padding: 0; }
    .basket-image,
    .wish-image { height: 85px; }
    .basket-name,
    .wish-name { font-size: 16px; }
    .item-opt-price { font-size: 14px; }
    .opt-amount { width: 70px; }
    .wish-price { padding: 0; }
    .wish-price em { font-size: 16px; }
    #cart_total_style tr td { padding: 19px 10px; font-size: 13px; }
    #order_list_style th,
    #order_list_style td { font-size: 14px; }
    #cart_total_style span.price { font-size: 16px; }

}



@media (max-width: 768px){
    .v-pc { display: none; }
    .v-m { display: block; }

    /* Quick Menu Style */
    #quickmenu { display: none; }




    /* --- My Info --- */
    .join_input_tit_wrap { height: auto !important; }
    .t_left { position: static !important; }
    .t_right { position: static !important; margin: 5px 0; text-align: left !important; }



     /*
       Product
     */
     /* ---  List Page --- */
     .recom_product_wrap .product_head .recom_product_img { height: 130px; }
     #product_list .list .product_wrap .product_head .product_img { height: 130px; }
     #product_list .list .product_wrap .product_body .product_info { display: none; }
     #product_list .list .product_wrap .product_body .product_name a { font-size: 13px; }
     #product_list .list .product_wrap .product_price span.price { font-size: 16px; }
     .count { display: block; }
     .sub_head_pc { display: none; }
     #Sub_Container .sub_head_title { display: block; }
     #Sub_Container #product_count_style { margin: 20px 0 10px; }
     #Sub_Container .sub_head_title p { font-size: 19px; color: #333333; font-weight: 500; }
     #product_count_style .fLeft { display: none; }
     #product_count_style .fRight { width: 100%; }
     #product_count_style .fRight select { width: 100%; height: 35px; }


     /* --- View Page --- */
     #product_view_wrap:after { content: ''; display: table; clear: both; }
     #recommand_area .swiper-container { padding: 0 !important; }
     #recommand_area .swiper-button-prev { margin-top: -50px !important; width: 30px !important; height: 30px !important; background: url('/child/img/slide/slide_prev_4.png') no-repeat center / 30px !important; }
     #recommand_area .swiper-button-next { margin-top: -50px !important; width: 30px !important; height: 30px !important; background: url('/child/img/slide/slide_next_4.png') no-repeat center / 30px !important; }
     #product_view_image { padding: 10px 0; width: 100%; float: none; background-color: #fff; }
     #View_Product_Img { height: 200px; }
     .item-info-area { margin-top: 20px; padding: 10px 0; width: 100%; float: none; background-color: #fff; }
    .item-info-style tr th, .item-info-style tr td, .item-state-table tr th { font-size: 14px; }

     /* --- Product View Info Tab--- */
     .View_Detail_Wrap ul li p { font-size: 12px; }

     /* Product View Detail Wrap */
     .View_Detail_Wrap { background: none; }
     .View_Detail_Wrap ul li { background-color: #fff; }
     .View_Detail_Wrap ul li.current { border-top: none; border-left: none; border-right: none; border-bottom: 2px solid #70ae31; }
     .View_Detail_Wrap ul li p { padding: 10px 0; letter-spacing: -0.08em; }
     .View_Detail_Wrap:before { height: 1px; }
     .View_Detail_Wrap ul li.current:before { background: #555; }
     #content_style { padding: 0; }
     #content_style img { width: 100% !important; height: auto !important; }



     /* Review */
     #product_review_wrap td,
     #product_review_wrap p,
     #product_review_wrap span { font-size: 13px; }
     .product_star { width: 55px; }
     .product_star img { width: 10px; }
     .review_info p { padding-right: 16px; }
     .review_info p:after { right: 8px; height: 10px; }
     .review_toggle i { width: 25px; height: 25px; }
     .cart-list-table tr td.item_img a img{
       height: 50px;
     }
     .review_write_wrap { padding: 15px; background: #fff; }
     .review_write_wrap input[type=file] { width: 100%; }
     .review_input_table tr th { width: 2%; }



     /*
       Cart / Basket
     */
     #basket_title { display: block; }
     #basket_process { display: none; }
     #basket_list_item { display: block; }
     .btnAmount-wrap { margin-bottom: 5px; }
     .prd_point { padding: 0 5px; font-size: 13px !important; }
     span.point { width: 35px; font-size: 10px; }
     #cart_total_style tr td { font-size: 12px; letter-spacing: -0.06em; }
     #cart_total_style { padding: 0; }
     .total-price { font-size: 20px !important; }


      .bbs_cell_point { display: none; }


     /* Order Button Wrap */
     #button_wrap { width: 100%; }
     #button_wrap a.btn { float: left; width: 49%; }
     #button_wrap a.btn:first-child { margin-right: 2%; }



     /*
       Order Style
     */
     #order { padding: 0; }



     /*
       Order list
     */
     #order_list { padding: 20px; background-color: #fff; }
     #order_list_style { border-top: 2px solid #777777; border-bottom: 1px solid #dddddd; }
     #order_list_style th { padding: 10px 0; background-color: #fafafa; }
     .order_list_wrap,
     .coupon_wrap { margin-bottom: 150px; }
     .cart_total_style { background: #f8f8f8 !important; }
     .order_list_total td,
     .order_list_total b { color: #333 !important; }
     /* Cat Style */
     .table_cat { border-top-color: #7f28a4 !important; }
     .cat-color { color: #7f28a4 !important; }
     .cat-bg { background-color: #7f28a4 !important; }
     .cat-title { background: url('/child/img_cat/icon/icon_title_cat.png') no-repeat center left / 22px !important; }
     .cat-border { color: #7f28a4 !important; border: 1px solid #7f28a4 !important; }


     #idpw .fLeft { padding-left: 0 !important; padding-right: 0 !important; width: 100%; }
     #idpw .idpw_wrap { padding-top: 10px; width: 100%; }
     #idpw .border { height: 250px; }
     #idpw .head_title h3 { font-size: 18px; }
     #idpw .head_title { background-size: auto 18px !important; }
     #idpw .personal { padding: 15px; font-size: 14px; }
     #idpw .personal span.icon_personal { display: block; margin: 0 auto 15px; border-right: none; width: 33px; }
     #idpw .personal span:nth-child(2) { padding-left: 0; }



    /*
      Order Form
    */
    /* .cart_cell_prdinfo { display: none; } */
    .mo_cell_prdinfo { display: block; }
    .cart-list-table tr td.item_img { padding: 10px; }
    .mo_cell_prdinfo a { height: auto !important; font-size: 13px; }
    .order_box_wrap tr td { font-size: 12px; }
    .pay_btn_wrap .btn { width: 49%; }
    .pay_btn_wrap .btn:last-child { margin-left: 2%; }

    .buy-td { padding: 5px; }

    .buy-wrap { display: block; }
    .buy-l { display: block; margin: auto; }
    .buy-r { display: block; padding-left: 10px; }



    /* Table Responsive Cell */
    .pc_cell { display: none; }
    .m_cell { display: table-cell; }


    /* ======= Main ======= */
    #section1 .grid .grid-12 { float: none; width: 100%; }
    #Sub_Container .scroll_image { display: block; width: 100%; height: auto; }


    .dimmed { z-index: 10; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); }
}


@media (max-width: 550px){
    /* 留덉씠�섏씠吏� - �곷┰湲� */
    .point-top { padding: 10px 15px 8px; }
    .point-top span { padding: 0 13px; line-height: 25px; font-size: 16px; }
    .point-box { padding: 12px 15px 10px; }
    .point-th, .point-td { font-size: 14px; }
    .basket-name, .wish-name { font-size: 15px; }

    .basket_btn_wrap .fRight { margin-top: 15px; width: 100%; }
    .basket_btn_wrap .basket-btn a { width: 100%; }

    .join-btn { margin-bottom: 15px; width: 50%; }
    .join-btn button, .join-btn a { width: 100%; }
    .join-btn-wrap + div { padding: 0 5px; width: 100%; }
    .join-btn-wrap + div .btn { width: 100%; }
}
</pre></body></html>