/*
  Default
*/
.sub_head_title { padding-bottom: 13px; border-bottom: 1px solid #bbbbbb; }
.sub_head_title .fRight { display: none; }
.sub_head_title h1 { font-size: 26px; font-weight: 500; }
.sub_head_title .list { margin-top: 10px; }
.sub_head_title .list a { padding-right: 20px; background: url('/child/img/icon/icon_sub_arrow.png') no-repeat center right 5px; }
.sub_head_title .list a span { font-size: 14px; color: #666666; }
.sub_head_title .list a:first-child span { margin-top: 3.5px; display: inline-block; vertical-align: top; width: 16px; height: 13px; font-weight: 400; background: url('/child/img/icon/icon_sub_nav.png') no-repeat center; }
.sub_head_title .list a:last-child { padding-right: 0; background: none; }

.head_title { margin: 50px 0 15px; padding-left: 35px; background: url('/child/img/icon/circle-title.png') no-repeat center left / 22px; }
.head_title h3 { font-size: 23px; line-height: 23px; color: #333333; font-weight: 500; }


/*
  Pop up
*/
 #popup > div > table { background-color: #fff; height: auto !important; }
 #popup > div > table img { width: 100% !important; height: auto !important; }
 #popup > div > table table { margin: auto; }



 /*
   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; }



/*
  My Page
*/

/*  --- Login --- */
#login { padding: 60px 0 80px; }
#login_box { padding: 10px 0; }
#login_box .form { margin: auto; max-width: 480px; }
#login_box .form .login_title { text-align: center; }
#login_box .form > div { margin: 5px 0; }
#login_box .form > div > input[type=text],
#login_box .form > div > input[type=password],
#login_box .form > div > button { width: 100%; height: 45px; background-color: #fff; height: 55px; font-size: 16px; font-weight: 500; }
#login_box .form > div:nth-child(4) { margin-top: 15px; }
#login_box .form > .join_btn { margin-top: 40px; }
#login_box .form > .join_btn a { display: block; width: 100%; height: 55px; line-height: 55px; color: #444444; font-weight: 500; font-size: 16px; text-align: center; background-color: #fff; border: 1px solid #999999; }
.login_wrap { margin: auto; max-width: 370px; }
#login_tab .tab_menu { display: none; }
#login_tab .tab_menu ul li { width: 100%; height: 50px; line-height: 50px; text-align: center; letter-spacing: -0.05em; font-size: 17px; color: #333333; font-weight: 500; border-bottom: 1px solid #cccccc; cursor: pointer; }
#login_tab .tab_menu ul li.active { border-bottom: 2px solid #333333; }
#login_tab .tab_contents > ul > li { padding-top: 0; }
#login_none_box { margin-top: 50px; padding: 20px 0; }
#login_none_box .form { margin: auto; max-width: 480px; }
#login_none_box .form div a { width: 100%; color: #fff; }
#login_none_box p { text-align: center; }
#login_none_box .btn { margin-top: 5px; }
#login_none_box2 { padding: 10px 0; }
#login_none_box2 form > div { margin: 5px 0; }
#login_none_box2 form > div > input[type=text],
#login_none_box2 form > div > input[type=password],
#login_none_box2 form > div > button { width: 100%; height: 45px; }
#login_none_box2 form > div > button { background-color: #556db1; height: 55px; font-size: 16px; font-weight: 500; }
#login_none_box2 form > .join_btn { margin-top: 40px; }
#login_none_box2 form > .join_btn a { display: block; width: 100%; height: 55px; line-height: 55px; color: #444444; font-weight: 500; font-size: 16px; text-align: center; background-color: #fff; border: 1px solid #999999; }
#naverIdLogin img { margin: auto; }



/* --- Join --- */
#join .agree_info { margin-bottom: 40px; padding: 45px 0; background: #f9f9f9; text-align: center; }
#join .agree_info h1 { margin-bottom: 15px; font-size: 17px; color: #333333; font-weight: 500; }
#join .agree_info p { font-size: 15px; color: #555555; font-weight: 400; }

.join_agree_box{ margin-bottom: 80px; }
.join_agree_box div.inner{border-width:0 1px 1px; border-style:solid; border-color:#ddd; padding:20px 20px 15px; background:#f7f7f7;}
.join_tit{font-size:15px; font-weight:600; color:#999; letter-spacing:-0.05em; line-height:1.6; padding:0 0 5px 18px; margin:0 0 0px; background:url(image/title_bullet.png) left 5px no-repeat;}
.join_tit span{color:#444;}
.join_agree_box div.cont{ border:1px solid #ddd; background:#fff; }
.join_agree_box div.cont textarea{width:100%; height:280px; padding:10px; line-height:1.5; background:none; border:0 none; word-break:keep-all;}
.join_agree_box div.agree{margin:10px 0 0; text-align:right; }
.join_agree_box div.agree input{vertical-align:middle; margin-right:5px; }
.join_agree_box div.agree label{vertical-align:middle;}
.join_agree_all{ padding: 30px 0; text-align:center; background: #f6f6f6; border:1px solid #ddd; margin:20px 0 0;}
.join_agree_all input{ vertical-align: middle; margin-right: 5px; }
.join_agree_all label{ vertical-align: middle; font-size: 16px; color: #555555; }
#join_namecheck_style { margin-top: 20px; }
#join_namecheck_style .cont { padding-left: 20px; }
#join_box { padding: 20px; background-color: #fff; }
#join_table_style { border-top: 2px solid #777777; }
#j_id,
#j_password1,
#j_password2,
#j_name { width: 280px; height: 40px; }
#j_email { width: 390px; height: 40px; }
#j_id { }
#j_phone1,
#j_phone2,
#j_phone3,
#j_tel1,
#j_tel2,
#j_tel3 { width: 86px; height: 40px; }
#j_post { width: 80px; height: 40px; }
#j_address1,
#j_address2 { max-width: 800px; width: 100%; height: 40px; }
#join_table_style .btn_confirm { width: 100px; height: 40px; line-height: 40px; font-weight: 400; font-size: 14px; }
#join_table_style .comment { font-size: 14px; color: #555555; font-weight: 500; }
#join_table_style .btn_confirm { vertical-align: top; }
.join_input_caption { display: none; color: #777777; font-weight: 500; font-size: 14px; }
.join_input_caption span.point_color { color: #556db1; }
.join_input_cont table th span{color: #556db1; font-weight:600; }
.join_input_cont table td { padding: 10px 0 10px 15px; }
.join_input_cont table td img { display: inline-block; vertical-align: middle; }
#join_ok_style { padding: 60px 0 55px; background-color: #fff; border-top: 2px solid #777777; border-bottom: 2px solid #e5e5e5; }
#join_ok_style img { margin: auto; }
#join_ok_style .text_wrap { text-align: center; }
#join_ok_style h1 { margin: 30px 0 23px; font-size: 31px; color: #333333; font-weight: 400; }
#join_ok_style p { margin-bottom: 12px; font-size: 15px; color: #555555; font-weight: 400; }
#join_ok_style p:last-child P { margin-bottom: 0; }



/* --- ID & PW --- */
#idpw { padding-bottom: 50px; }
#idpw .fLeft { width: 50%; }
#idpw .fLeft:first-child { padding-right: 35px; }
#idpw .fLeft:last-child { padding-left: 35px; }
#idpw .fLeft:last-child .idpw_wrap { padding-top: 30px; }
#idpw .border { height: 340px; border-bottom: 2px solid #e5e5e5; }
#idpw .idpw_wrap { margin: auto; padding-top: 45px; width: 340px; border-top: none; }
#idpw .idpw_wrap input { margin-bottom: 5px; width: 100%; height: 40px; }
#idpw .idpw_wrap button { margin-top: 10px; width: 100%; }
#idpw .personal { margin-top: 30px; padding: 25px 50px; width: 100%; background-color: #f9f9f9; border: 1px solid #dddddd; }
#idpw .personal span.icon_personal { border-right: 1px solid #e5e5e5; display: inline-block; vertical-align: middle; width: 63px; height: 29px; background: url('/child/img/icon/icon_personal.png') no-repeat center left; }
#idpw .personal span:nth-child(2) { display: inline-block; vertical-align: middle; padding-left: 30px; }
#idpw .personal a.btn_personal { display: inline-block; vertical-align: center; background-color: #fff; width: 150px; height: 35px; line-height: 35px; text-align: center; border: 1px solid #dbdbdb; }


/* --- My Info --- */
.my_info_wrap { border-top: 2px solid #777777; }
#my_info_style tr th { padding: 20px; background-color: #f6f6f6; }
#m_password1,
#m_password2 { max-width: 270px; width: 100%; height: 40px; }
#m_phone1,
#m_phone2,
#m_phone3,
#m_tel1,
#m_tel2,
#m_tel3 { width: 82px; height: 40px; }
#m_email { max-width: 270px; width: 100%; height: 40px; }
#m_post { width: 80px; height: 40px; }
#m_address1,
#m_address2 { max-width: 300px; width :100%; height: 40px; }
#m_zipsearch { max-width: 100px; width :100%; height: 40px; line-height: 40px; font-weight: 400; }
#my_info_style .btn_confirm { vertical-align: top; }


/* --- Coupon --- */
#coupon_style { border-top: 2px solid #777777; }
#coupon_style tr th { background: #fbfbfb; }


/* --- My Reserve (Point) --- */
#point_top_style { margin-bottom: 10px; padding-top: 40px; width: 100%; height: 145px; text-align: center; background: #f8f8f8; border: 1px solid #f3f3f3; }
#point_top_style h1 { margin-bottom: 10px; font-size: 16px; color: #333333; font-weight: 500; }
#point_top_style span { font-family: Arial; display: inline-block; vertical-align: middle; }
#point_top_style span:nth-child(2) { font-size: 37px; color: #333333; font-weight: 700; }
#point_top_style span:last-child { margin-left: 5px; width: 90px; height: 27px; line-height: 28px; text-align: center; font-size: 20px; color: #fff; font-weight: 700; background: #556db1; border-radius: 13px; }
#point_top_style span:last-child:after { content: 'POINT'; }
#point_bottom_style tr td { padding: 20px 0 20px 30px; }
span.point_num { display: inline-block; vertical-align: middle; font-size: 15px; color: #555555; }
span.point { display: inline-block; vertical-align: middle; color: #333333; font-weight: 700; margin-left: 5px; width: 50px; height: 17px; line-height: 19px; text-align: center; font-size: 12px !important; color: #fff; font-weight: 700; background: #556db1; border-radius: 8px; }
span.point:after { content: 'POINT'; }



/* --- My Out --- */
#my_out_style tr th { letter-spacing: -0.06em; font-size: 15px; color: #333333; font-weight: 700; }
#my_out_style tr th span { color: #556db1; }
#my_out_style tr td { padding: 25px 2%; }
#my_out_style tr td input,
#my_out_style tr td select { width: 100%; }


/* --- Wishlist --- */
#wishlist_icon { display: inline-block; vertical-align: middle; margin-right: 10px; width: 22px; height: 20px; background: url('/child/img/icon/icon_wishlist.png') no-repeat center; }
#wishlist_total { font-size: 15px; color: #333333; font-weight: 500; }
#wishlist_style { margin-top: 20px; border-top: 2px solid #777777; }



/*
  Product
*/
/* --- List Page --- */
#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: #1e458f; }
#product_list:after{ content: ''; display: block; clear: both; }
#product_list .list .product_wrap { text-align: center; }
#product_list .list .product_wrap .product_head .product_img { overflow: hidden; height: 200px; }
#product_list .list .product_wrap .product_head .product_img a { display: block; position: relative; height: inherit; }
#product_list .list .product_wrap .product_head .product_img a img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); margin: auto; width: auto; height: 100%; }
#product_list .list .product_wrap .product_body .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_list .list .product_wrap .product_body .product_name a { font-size: 17px; font-weight: 500; color: #666666; }
#product_list .list .product_wrap .product_body .product_info { display: none; position: relative; height: 24px; }
#product_list .list .product_wrap .product_body .product_info span { position: absolute; padding: 0 10px; width: 50%; overflow: hidden; white-space: nowrap; word-break: break-all; text-overflow:ellipsis;
 }
#product_list .list .product_wrap .product_body .product_info span:first-child { top: 0; left: 0; text-align: right; }
#product_list .list .product_wrap .product_body .product_info span:last-child { text-align: left; }
#product_list .list .product_wrap .product_body .product_info span.vline { top: 0; right: 0; border-left: 1px solid #e5e5e5; }
/* #product_list .list .product_wrap .product_body span.vline:last-child { margin-left: 10px; padding-right: 0; border-right: none; } */
#product_list .list .product_wrap .product_price { height: 55px; }
#product_list .list .product_wrap .product_price img { margin: auto; }
#product_list .list .product_wrap .product_price span { color: #556db1; }
#product_list .list .product_wrap .product_price span.price { font-size: 20px; }
#product_list .list .product_wrap .product_price .product_coupon img { display: inline-block; vertical-align: top; }



/*
  Product View Page Style
*/
#product_view_wrap { padding: 50px 0; }
#product_view_wrap:after { content: ''; display: table; clear: both; }
#product_view_image { width: 48%; float: left; }
#product_view_image img { margin: auto; }
#product_view_info { float: right; padding-top: 20px; width: 48%; }
#product_view_info span.item_price { display: inline-block; margin-bottom: 30px; font-size: 46px; color: #556db1; font-weight: 700; }
#product_view_info span.item_price_txt { font-size: 24px; color: #556db1; font-weight: 500; }
#product_view_info .item_title { font-size: 24px; color: #222222; font-weight: 500; }
#product_view_info img { display: inline-block; }
#View_Product_Img { overflow: hidden; position: relative; border:1px solid #ddd; width: 100%; height: 500px; line-height:100%; }
#View_Product_Img img { position: absolute; top: 0; left: 50%; transform: translateX(-50%); padding: 20px 0; width: auto; height: 100%; }
#zoom_btn_wrap { display: none; }
#thumbnail_wrap { margin-top: 10px; }
#thumbnail_wrap:before { content: ''; clear: both; display: table; }
.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 tr th { padding: 10px 5px; width: 140px; text-align: left; font-weight: 500; font-size: 15px; color: #444444; }
#item_info_style tr td { 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; }
#product_view_info .total_area { margin-top: 30px; padding: 20px 0 55px; text-align: right; border-top: 2px solid #9f9f9f; }
#product_view_info .total_area span:first-child { font-size: 17px; color: #333333; font-weight: 500; }
#product_view_info .total_area span:nth-child(2) { font-family: Arial; font-size: 30px; color: #556db1; font-weight: 700; padding: 0 5px 0 15px; }
#product_view_info .total_area span:last-child { font-size: 17px; color: #556db1; font-weight: 500; }
#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 .btn { width: 240px; height: 60px; line-height: 60px; }


/* --- Q & 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 > ul { position: relative; }
.view_tab_menu .tab_menu > ul:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #999999; }
.view_tab_menu .tab_menu > ul > li { float: left; width: 25%; background-color: #f9f9f9; border-top: 1px solid #e5e5e5; border-right: 1px solid #e5e5e5; }
.view_tab_menu .tab_menu > ul > 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 > ul > 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 > ul > li.active a { height: 45px; color: #333333; font-weight: 500; }
.view_tab_menu .tab_menu > ul > li.active:before { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background-color: #fff; }
.view_tab_menu .tab_contents > ul { position: relative; }
.view_tab_menu .tab_contents > ul > li { display: none; position: absolute; top: 0; left: 0; padding-top: 35px;}
.view_tab_menu .tab_contents > ul > 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 > 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: #556db1; font-weight: 500; }


/* --- Product View Info Tab --- */
.View_Detail_Wrap { background: url(/child/img/prd/tab_line.gif) bottom repeat-x #ffffff; margin:20px 0 13px; }
.View_Detail_Wrap ul { overflow:hidden; width:100%; }
.View_Detail_Wrap ul li { position:relative; float:left; width: 25%; border-top:1px solid #fff; border-bottom:none; font-size:12px; background-color: #f0f0f0; cursor:pointer; }
.View_Detail_Wrap ul li.current {position:relative;border-top:2px solid #556db1;border-left:2px solid #556db1;border-right:2px solid #556db1;background-color:#fff;margin-right:-1px;z-index:5;}
.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: #556db1; color: #fff; }




/* Product Review */
/* input */

.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;
}


/* AnswerBasic */
.anw_c {
  display: inline-block;
  padding: 5px;
  background: #fafafa;
  font-weight: 500;
}






/* --- Product Search List --- */
#product_search_form_style { display: none; }



/*
  Cart / Basket
*/
#basket_title { display: none; }
#basket_process img { width: 100%; }
#cart_list_style { background-color: #fff; border-top: 1px solid #eee; }
#cart_list_style th { padding: 10px 0; background-color: #fafafa; font-weight: normal;}
#cart_list_style tr td { border-top: 1px solid #e5e5e5; }
#cart_list_style .item_align1 { overflow: hidden; float: left; margin-top: 17px; padding: 20px 0; width: 80px; }
#cart_list_style .item_align1 a { position: relative; display: block; width: 100%; height: 50px; }
#cart_list_style .item_align1 a img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: auto; height: 100px; }
#cart_list_style .item_align2 { float: left; padding: 30px 0 30px 25px; text-align: left; }
#cart_list_style .item_align2 > a { display: block; text-align: left; }
#cart_list_style .item_align2 span { display: inline-block; margin-bottom: 10px; }
#cart_list_style .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_list_style .price { font-size: 25px; color: #333333; font-weight: 700; }
#cart_list_style .price span { margin-left: 3px; font-size: 15px; font-weight: 400; }

#cart_total_style tr td { font-size: 15px; font-weight: 500; }
#cart_total_style span.price { font-size: 16px; color: #556db1; }
#cart_total_style #total_price { font-family: Arial; padding: 0 5px 0 10px; font-size: 30px; color: #fff; font-weight: 700; }



#cart_list_style .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_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 > div { padding: 10px 0; }
#basket_list_item .basket_list_bottom_wrap > 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; }

.product_order_box { padding: 20px 0; }
.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 { padding: 2%; background-color: #fff; border-top: 2px solid #556db1; }
.product_order_box .order_box_wrap tr:first-child th,
.product_order_box .order_box_wrap tr:first-child td { border-top: 1px solid #ddd; }
.product_order_box .order_box_wrap tr:last-child th,
.product_order_box .order_box_wrap tr:last-child td { border-bottom: 1px solid #ddd; }
#p_name,
#p_name2 { width: 100%; max-width: 190px; height: 35px; }
#p_email { width: 100%; max-width: 300px; height: 35px; }
#p_phone1,
#p_phone2,
#p_phone3,
#p_phone4,
#p_phone5,
#p_phone6,
#p_tel1,
#p_tel2,
#p_tel3,
#p_tel4,
#p_tel5,
#p_tel6 { width: 100%; max-width: 55px; height: 35px; }
#p_post1,
#p_post2 { width: 80px; height: 35px; }
#p_zipsearch1,
#p_zipsearch2 { display: inline-block; vertical-align: top; width: 100px; height: 35px; line-height: 35px; text-align: center; font-weight: 400; color: #fff; background-color: #666 }
#p_address1,
#p_address2,
#p_address3,
#p_address4 { display: block; width: 100%; max-width: 300px; height: 35px; }
#p_demand { width: 100%; max-width: 600px; height: 35px; }
#p_coupon,
#p_reserve { height: 35px; }

#pay_method_style tr th,
#pay_method_style tr td { border-bottom: 1px solid #ddd; }



/* --- order <2> --- */
#cart_list_style tr td.item_img { padding: 15px; }
#cart_list_style tr td.item_img a { display: block; }
#cart_list_style tr td.item_img a img { height: 100px; width: auto; }


/* --- order <3> --- */
#p_pay_account { max-width: 190px; width: 100%; height: 35px; }

#tax01,
#tax02 { padding: 2%; }
#tax01 tr th,
#tax02 tr th { width: 18%; height: 40px; padding-left: 20px; text-align: left; background: #f7f7f7; font-size: 12px; border-bottom: 1px solid #ddd; }
#tax01 tr td,
#tax02 tr td { padding: 10px 20px; border-bottom: 1px solid #ddd; }
#tax01 tr td input[type="text"],
#tax02 tr td input[type="text"] { width: 150px; height: 35px; }

#p_cash1,
#p_cash2,
#p_cash3,
#p_cash4 { width: 80px !important; height: 35px; }


/* --- 4 order <4> --- */
#pay_method_style tr th { padding: 5px 0 5px 20px;  font-size: 12px; color: #333; background-color: #f7f7f7; }
#pay_method_style tr td { padding-left: 20px; }
.pay_btn_wrap { text-align: center; }


/*
  Order Style
*/
#order { padding: 60px 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; }



.mo_cell_point { display: none; }
.mo_cell_prdinfo { display: none; }





/*
  Media Query
*/
@media (max-width: 767px){

/*
  Pop up
*/
 #popup > div { position: fixed !important; top: 0 !important; left: 0 !important; width: 100% !important; height: auto !important; }
 #popup > div > table { width: 100% !important; height: auto !important; background-color: #fff; }
 #popup > div > table img { width: 100% !important; height: auto !important; }
 #popup > div > table table { margin: auto; }



 /*
   Quick Menu Style
*/
 #quickmenu { display: none; }



/*
  My Page
*/
/* Sub Mobile Nav */
.sub_head_title h1 { margin-top: 12px; }
#sub_m_nav { display: block; }
#sub_wrap { padding-top: 80px;}
#Sub_Category { display: none; }
#Sub_Container { margin: 0; padding: 2%; width: 100%; }


/* --- Join --- */
#join_box { padding: 20px 2%; }
#join_table_style tr th { padding-left: 2%; }
#join_ok_style h1 { line-height: 36px; }
#j_id,
#j_password1,
#j_password2,
#j_name { width: 200px; height: 40px; }
#j_id { width: 100px }
#j_email { width: 200px; height: 40px; }
#j_id { }
#j_phone1,
#j_phone2,
#j_phone3,
#j_tel1,
#j_tel2,
#j_tel3 { width: 60px; height: 40px; }
#j_post { width: 80px; height: 40px; }
#j_address1,
#j_address2 { max-width: 800px; width: 100%; height: 40px; }


/* --- 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; }
#my_info_style tr th { padding-left: 2%; font-size: 14px; }



 /*
   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 { }
 #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 4.6875%; width: 100%; float: none; background-color: #fff; }
 #product_view_info { margin-top: 20px; padding: 10px 4.6875%; width: 100%; float: none; background-color: #fff; }


 /* --- 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; border-bottom: 2px solid #e5e5e5; }
 .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; }
 #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_style 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; }
 #cart_list_style .price,
 #cart_list_style th { font-size: 13px; }
 #cart_list_style tr th:nth-child(5) { width: 40px; }
 #cart_list_style .item_align1 { float: none; margin: 17px 0 0 5px; }
 #cart_list_style .price { padding: 0 5px; }
 #cart_list_style .price span { font-size: 12px; }
 .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; }
 #cart_total_style #total_price { font-size: 18px; }


  .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: 60px 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; }



/*
  Order Form
*/
.cart_cell_prdinfo { display: none; }
.mo_cell_prdinfo { display: block; }
#cart_list_style 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%; }




/* 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; }

.btn, a.btn { width: 100px; height: 35px; line-height: 35px; font-size: 14px; }
.dimmed { z-index: 10; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,0.3); }
}
