/********** 팝업 **********/
#blankBox { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background-color: rgba(0,0,0,0.5); background-size: cover; transition: all 0.5s; z-index: 1000; display: none; }
#blankBox.active {display: block;}
.popupBox_style { top: 0; left: 0; right: 0; bottom: 0; margin: auto; position: fixed; background-color: #ffffff; border-radius: 10px; z-index: 2000; display: none; }
.popupBox_title { width: 100%; height: 35px; margin-top: 20px; text-align: center; font-size: 22px; font-weight: 500; letter-spacing: 3px; color: #4c4c4c; }
.popupBox_close { display: block; position: absolute; top: 5px; right: 5px; }
#findBox { width: 400px; height: 400px; }
#findBox .findBox_table { margin: 20px auto 0; background-color: #ffffff; }
#findBox .findBox_table ul { width: 90%; margin: auto; padding-top: 7px; }
#findBox .findBox_table li { width: 100%; float: left; }
#findBox .findBox_table b { color: #ff4444; }
#findBox .findBox_table * { font-weight: 400; vertical-align: middle; }
#findBox .findBox_table .line { height: 1px; padding: 0; margin: 5px 0; background-color: #ffd4d4; }
#findBox .findBox_table .ico { height: auto; padding: 4px 6px; float: left; }
#findBox .findBox_table .sub { height: auto; padding: 3px 0; float: left; }
#findBox .findBox_table .input { height: auto; padding: 2px 6px; float: right; }
#findBox .findBox_table .input input { width: 120px; height: 17px; float: right; font-family: "맑은 고딕"; }
#findBox .findBox_table .memo { line-height: 150%; }
#findBox .findBox_table .btn { text-align: center; }
#findBox .findBox_table .btn input { width: 100px; height: 30px; margin: 18px 0 5px; font-size: 14px; font-weight: bold; }
#giftBox { width: 800px; height: 650px; overflow: hidden; }
#giftBox .item_gift_div { height: 575px; padding: 10px; overflow: auto; font-size: 12px; background-color: #ffffff; }
#giftBox .item_gift_div img { max-width: 760px; }
#delpwdBox { width: 300px; height: 200px; overflow: hidden; }
#delpwdBox .delpwdBox_table { padding-top: 10px; }
#delpwdBox .delpwdBox_table div { padding: 7px 0; text-align: center; color: #999999; }
#delpwdBox .delpwdBox_table input[type="text"] { width: 80%; padding: 5px; font-family: "맑은 고딕"; }
#delpwdBox .delpwdBox_table input[type="button"] { width: 100px; height: 30px; font-size: 14px; font-weight: bold; }
#agree1Box, #agree2Box, #agree3Box { width: 500px; height: 350px; overflow: hidden; }
.item_agree_text { height: 275px; padding: 0 20px 20px; overflow-y: auto; font-size: 12px; background-color: #ffffff; }
#overlap { width: 400px; height: 220px; overflow: hidden; }
#overlap .item_overlap_div { height: 575px; padding: 10px; overflow: hidden; }
#overlap .item_overlap_text { padding-left: 15px; margin-top: 6px; line-height: 200%; overflow: hidden; }
#overlap .item_overlap_text u { font-weight: 500; color: #ff9537; }
#overlap .item_overlap_btn { text-align: center; overflow: hidden; }
#overlap .item_overlap_btn input { margin: 20px 5px 0; }
#cancelBox { width: 300px; height: 200px; overflow: hidden; }
#cancelBox .cancelBox_table { padding-top: 10px; }
#cancelBox .cancelBox_table div { padding: 7px 0; text-align: center; color: #999999; }
#cancelBox .cancelBox_table input[type="text"] { width: 80%; padding: 5px; font-family: "맑은 고딕"; }
#cancelBox .cancelBox_table input[type="button"] { width: 100px; height: 30px; font-size: 14px; font-weight: bold; }
#publicBox { width: 400px; height: 460px; }
#publicBox .publicBox_div { width: 340px; margin: 40px auto 0; overflow: auto; border: 5px solid #df4746; }
#publicBox .publicBox_title { width: 90%; height: 35px; padding-top: 5px; margin: 5px auto 0; color: #df4746; font-size: 22px; font-weight: 700; text-align: center; border-bottom: 2px solid #df4746; }
#publicBox .publicBox_table { width: 100%; }
#publicBox .publicBox_table .div_td { padding: 5px; text-align: center; overflow: hidden; }
#publicBox .publicBox_table .div_td > img { width: 100px; height: auto; overflow: hidden; }
/********** 목록 **********/
#listBox { margin: 0 auto; }
#listBox .list_title { height: 50px; position: relative; color: #3b3b3b; font-family: "SamliphopangOutline"; font-size: 35px; letter-spacing: 7px; text-align: center; }
#listBox .list_underline { height: 10px; margin: 0 5px 13px; background-color: #333333; border-radius: 10px; }
#listBox .list_empty { height: 500px; border: 1px solid #a8a8a8; border-radius: 10px; background-color: #fbfbfb; overflow: hidden; }
#listBox .list_item_box { width: 267px; position: relative; padding: 10px; margin: 2px; border: 1px solid #a8a8a8; border-radius: 10px; overflow: hidden; }
#listBox .list_item_box_btn { width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 100; }
#listBox .list_item_box_btn:hover, #listBox .list_item_box_btn.active { background-color: #ff4444; filter: alpha(opacity=3); opacity: 0.03; }
#listBox .list_item_img { height: 279px; text-align: center; overflow: hidden; }
#listBox .list_item_img img { width: 192px; vertical-align: top; }
#listBox .list_item_img_spc { margin-top: 70px; }
#listBox .list_item_name { height: 30px; text-align: center; overflow: hidden; font-size: 18px; font-weight: 700; line-height: 180%; }
#listBox .list_item_memo { height: 25px; text-align: center; overflow: hidden; font-size: 13px; font-weight: 400; line-height: 150%; color: #1266ff; border-bottom: 1px solid #333333; }
#listBox .list_item_line { text-align: center; overflow: hidden; }
#listBox .list_item_line1 { height: 18px; padding: 1px 5px; margin: 8px 3px 3px; font-size: 12px; font-weight: 400; border: 1px solid #ff4444; border-radius: 5px; background-color: #fff7f7; display: inline-block; vertical-align: middle; }
#listBox .list_item_line2 { width: 60px; height: 40px; padding: 5px; margin: 5px; border: 1px solid #a8a8a8; border-radius: 5px; overflow: hidden; display: inline-block; vertical-align: middle; }
#listBox .list_item_line3 { height: 25px; }
#listBox .list_item_txt1 { width: 50%; float: left; text-align: right; font-size: 17px; font-weight: 700; color: #ff4444; }
#listBox .list_item_txt2 { float: left; text-align: left; position: relative; margin: 5px 0 0 15px; color: #777777; }
#listBox .list_item_txt2::after { content: ""; display: block; position: absolute; top: 56%; left: 50%; transform: translate(-50%, -50%); height: 1px; width: 115%; background-color: #ff4444; }
#listBox .list_item_line4 { height: 18px; text-align: center; overflow: hidden; margin-top: 3px; border: 1px solid #a8a8a8; border-radius: 7px; background-color: #f4f4f4; font-size: 11px; color: #7c7c7c; }
/********** 상품 & 주문 **********/
#itemBox, #orderBox { width: 858px; margin: 4px auto; padding: 5px; border: 5px solid #ffcab7; border-radius: 10px; overflow: hidden; position: relative; display: none; }
#itemBox.active, #orderBox.active { display: block; }
.itemA { width: 260px; margin: 0 20px 15px 0; float: left; }
.itemA div { overflow: hidden; }
.itemA_img { padding: 10px 0; margin-bottom: 5px; text-align: center; border: 1px solid #e8e8e8; border-radius: 10px; }
.itemA_box { margin-bottom: 5px; border: 1px solid #e8e8e8; border-radius: 10px; }
.itemA_box_title { padding: 3px 0 5px; text-align: center; font-size: 16px; font-weight: 500; color: #ffffff; letter-spacing: 3px; background-color: #999999; }
.itemA_box_div { padding: 5px 8px; }
.itemA_txt1 { float: left; }
.itemA_txt1 * { font-size: 12px; font-weight: 400; }
.itemA_txt2 { float: right; }
.itemA_txt2 * { font-size: 13px; font-weight: 400; }
.itemA_txt_dc { padding-bottom: 0; }
.itemA_txt_dc2 { padding: 1px 8px 0 3px; }
.itemA_txt_dc3 { padding-bottom: 5px; }
.itemA_txt_dc * { color: #1266ff; font-size: 16px; font-weight: 500; }
.itemA_txt_dc2 * { color: #b0b0b0; font-size: 11px; }
.itemA_box_t1 { background-color: #f4f4f4; }
.itemA_box_t1 * { color: #ff4444; font-size: 14px; }
.itemA_box_t2 { background-color: #999999; margin-bottom: 3px; }
.itemA_box_t2 * { color: #ffffff; font-size: 14px; font-weight: 500; }
.itemA_box_info { height: 15px; margin: 0 3px 10px; color: #9f9f9f; font-size: 11px; font-weight: 300; text-align: right; }
.gift_div, .buga_div { display: none; }
.gift_div.active, .buga_div.active { display: block; }
.itemB { width: 570px; margin: 8px 0 15px; float: left; }
.itemB_td1 { padding-bottom: 15px; width: 125px; font-size: 14px; font-weight: 400; vertical-align: middle; }
.itemB_td2 { padding-bottom: 15px; }
.itemB_td2 > span { color: #ff4444; font-size: 16px; font-weight: 500; }
.itemB_select { display: flex; }
.itemB_select input[type="radio"],
.itemB_select input[type="checkbox"] { display: none; }
.itemB_select_label { margin-right: 10px; }
.itemB_select_label input[type="radio"] + div,
.itemB_select_label input[type="checkbox"] + div { padding: 8px 15px; background-color: #f6f6f6; border: 2px solid #d5d5d5; border-radius: 10px; font-size: 13px; font-weight: 700; text-align: center; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.itemB_select_label input[type="radio"]:checked + div,
.itemB_select_label input[type="checkbox"]:checked + div { background-color: none; border: 2px solid #ff4444; }
.itemB_select_buga { display: contents; flex-direction: column; }
.itemB_select_buga .itemB_select_label { display: flex; float: left; clear: both; margin-right: 0; }
.itemB_select_buga .itemB_select_label div { display: inline-block; }
.itemB_select_buga .itemB_select_label div span { color: #ff4444; font-size: 14px; }
.itemB_select_buga .gap_buga { margin-top: 10px; }
.itemB_buga { display: none; }
.gift_item_img { width: 98px; height: 98px; margin: 4px auto; border: 1px solid #eeeeee; border-radius: 10px; overflow: hidden; position: relative; z-index: 1; }
.gift_item_img img { width: 98px; height: 98px; }
.gift_item_code { height: 14px; padding: 0 3px; font-size: 11px; color: #ff4800; line-height: 120%; overflow: hidden; position: absolute; top: 3px; right: 3px; text-align: right; background-color: #ffffff; border-radius: 5px; z-index: 10;  }
.gift_item_name { margin: 0 3px 3px; font-size: 11px; font-weight: 400; color: #999999; text-align: center; overflow: hidden; }
/********** 상품 **********/
#itemBox .btn_box div { padding: 8px 0; text-align: center; border-radius: 15px; font-family: "GmarketSansMedium"; }
#itemBox .kakao_btn { background-color: #ffe900; color: #3c1e1e; font-size: 20px; font-weight: 700; margin-bottom: 10px; }
#itemBox .order_btn { background-color: #ef2f2f; color: #ffffff; font-size: 35px; font-weight: 900; margin-bottom: 15px; }
#itemBox .box_strong { padding: 7px 12px; margin-bottom: 15px; font-size: 13px; font-weight: 400; color: #ffffff; background-color: #1266ff; border-radius: 10px; }
#itemBox .itemB_question_pop_wrap { display: inline-block; position: relative; top: -1px; }
#itemBox .itemB_question { padding: 0 4px 0 2px; display: inline-block; margin-left: 2px; font-size: 11px; color: #ffbc2d; border-radius: 50%; background-color: #fff7ed; }
#itemBox .itemB_question:hover { background-color: #ffbc2d; color: #ffffff; }
#itemBox .itemB_question_pop { width: max-content; position: absolute; top: -17px; left: 30px; display: none; padding: 15px 20px; font-family: "GmarketSansMedium"; border: 2px solid #999999; border-radius: 10px; background-color: #fff7ed; z-index: 100; }
#itemBox .itemB_question_pop.active { display: block; opacity: 1; }
#itemBox .itemB_question_pop span { color: #ff6100; }
#itemBox .itemB_select select { width: 100%; height: 45px; padding: 0 40px 0 15px !important; font-size: 13px; font-weight: 700; border: 2px solid #ff4444; border-radius: 10px; background: var(--image-arrow) no-repeat 98% center #ffffff; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; }
#itemBox .itemB_select select > option { font-size: 15px; font-weight: 500; color: #ff4444; }
#itemBox .itemB_select_txt { margin: 10px 5px 0; }
#itemBox .itemB_select_txt * { color: #1266ff; font-size: 12px; font-weight: 400; letter-spacing: 1px; }
#itemBox .itemB_select_txt b { color: #ffffff; background-color: #1266ff; }
#itemBox .itemB_select_txt strong { color: #ffffff; background-color: #ff4444; }
#itemBox .itemB_select_txt em { color: #ff4444; }
#itemBox .itemB_select_color_not { margin-right: 7px; }
#itemBox .itemB_select_color_not input[type="radio"] + div { padding: 0 15px; background-color: #f6f6f6; border: 3px solid #d5d5d5; border-radius: 40px; line-height: 40px; font-size: 13px; font-weight: 700; text-align: center; overflow: hidden; }
#itemBox .itemB_select_color_not input[type="radio"]:checked + div { background-color: none; border: 3px solid #ff4444; }
#itemBox .itemB_select_color_code { width: 46px; margin-right: 10px; }
#itemBox .itemB_select_color_code input[type="radio"] + div { height: 40px; border: 3px solid #e5e5e5; border-radius: 50%; overflow: hidden; }
#itemBox .itemB_select_color_code input[type="radio"]:checked + div { border: 3px solid #ff4444; }
#itemBox .itemB_select_tong { margin-right: 7px; }
#itemBox .itemB_select_tong input[type="radio"] + div { border: 2px solid #e5e5e5; border-radius: 10px; overflow: hidden; }
#itemBox .itemB_select_tong input[type="radio"]:checked + div { border: 2px solid #ff4444; }
#itemBox .itemB_select_tong span { font-size: 27px; font-weight: 900; }
#itemBox .itemB_select_tong_t1 input[type="radio"] + div { padding: 5px 20px; }
#itemBox .itemB_select_tong_t2 input[type="radio"] + div { padding: 5px 6px; }
#itemBox .itemB_select_tong_c { color: #e5e5e5; }
#itemBox .gift_group_title { color: #ff4444; font-size: 16px; line-height: 200%; padding-left: 5px; overflow: hidden; clear: both; }
#itemBox .gift_group_img { padding: 1px; border: 1px solid #999999; float: left; }
#itemBox .gift_group_img img { width: 97px; margin: 1px; border: 1px solid #dddddd; }
#itemBox .itemB_card { height: 313px; margin-bottom: 15px; overflow: hidden; background-color: #f4f4f4; border-radius: 10px; }
#itemBox .itemB_card_title { height: 25px; padding: 6px 0; color: #ffffff; text-align: center; font-size: 16px; font-weight: 400; background-color: #333333; }
#itemBox .itemB_card_box { overflow: hidden; position: relative; display: none; }
#itemBox .itemB_card_box.active { overflow: hidden; position: relative; display: block; }
#itemBox .slideBox_list_btn { height: 500px; }
#itemBox .cardBox_slider_arrow { width: 30px; padding: 80px 0; margin: 0 3px; float: left; overflow: hidden; }
#itemBox .cardBox_slider_items { width: 478px; margin: 0 10px; float: left; overflow: hidden; }
#itemBox .cardBox_slider_dots { width: 100%; height: 22px; position: absolute; top: 248px; left: 0px; text-align: center; z-index: 10; }
#itemBox .cardBox_slider_dots li { width: 12px; height: 12px; border-radius: 100px; margin: 3px; border: 1px solid #ff4444; }
#itemBox .cardBox_slider_dots li.active { background-color: #ff4444; }
#itemBox .itemB_card_info { height: 135px; padding-top: 10px; overflow: hidden; }
#itemBox .itemB_card_img { width: 200px; height: 135px; float: left; overflow: hidden; }
#itemBox .itemB_card_img img { width: 200px; }
#itemBox .itemB_card_text { width: 265px; margin-left: 13px; line-height: 100%; float: left; overflow: hidden; }
#itemBox .itemB_card_name { height: 20px; font-size: 13px; font-weight: 500; color: #ff4444; }
#itemBox .itemB_card_sub1 { height: 20px; font-size: 12px; font-weight: 400; }
#itemBox .itemB_card_sub2 { height: 18px; font-size: 11px; font-weight: 400;color: #777777; }
#itemBox .itemB_card_notice { height: 60px; font-size: 12px; color: #bcbcbc; line-height: 120%; overflow: hidden; }
#itemBox .itemB_card_link { width: 200px; height: 20px; padding: 5px; margin: 3px auto 0; text-align: center; color: #ffffff; background-color: #333333; border-radius: 10px; }
#itemBox .itemTab { margin-bottom: 15px; display: flex; flex-wrap: wrap; justify-content: space-between; clear: both; }
#itemBox .itemTab > li { flex: 1; }
#itemBox .itemTab > li > div { display: flex; min-height: 50px; justify-content: center; align-items: center; line-height: 1.3em; background-color: #f4f4f4; padding-top: 3px; font-size: 20px; font-weight: 500; border: 1px solid #d3d3d3; border-bottom: none; border-left-width: 0px; }
#itemBox .itemTab > li > div span { font-size: 15px; color: #fb6d3a; padding-left: 7px; }
#itemBox .itemTab > li > div.on { background-color: #ffffff; border-top: 2px solid #df1f0a; }
#itemBox .itemTab > li:first-child > div { border-left-width: 1px; }
#itemBox .itemTab_div { width: 850px; margin: 0 auto; overflow: hidden; display: none; }
#itemBox .itemTab_blank { height: 500px; color: #999999; font-size: 16px; font-weight: 400; display: flex; justify-content: center; align-items: center; }
#itemBox .itemTab_div1 { text-align: center; }
#itemBox .itemTab_div1 img { width: 850px; margin: 0 auto 10px; }
#itemBox .itemTab_div1 .add_html_div { display: none; margin-bottom: 10px; }
#itemBox .itemTab_div1 .add_html_div .add_html_img { width: 850px; }
#itemBox .itemTab_div2_gift { width: 850px; margin: 0 auto; overflow: hidden; }
#itemBox .itemTab_div2_gift .div_table { margin-bottom: 30px; }
#itemBox .itemTab_div2_gift_title { font-family: "SamliphopangBasic"; font-size: 30px; color: #ffffff; text-align: center; padding: 15px 0 10px; margin-bottom: 10px; background-color: #1266ff; border-radius: 10px; }
#itemBox .itemTab_div2_gift_title span { font-size: 18px; color: #ffffff; margin-left: 10px; }
#itemBox .itemTab_div2_gift_item { width: 10%; overflow: hidden; position: relative; }
#itemBox .itemTab_div3 { text-align: center; }
#itemBox .itemTab_div3 img { max-width: 850px; margin: 0 auto 10px; }
#itemBox .itemTab_list { margin-bottom: 20px; border: 1px solid #e5e5e5; }
#itemBox .itemTab_list .nonlist { padding: 250px 0; font-size: 18px; text-align: center; }
#itemBox .itemTab_list > div { margin: 5px; overflow: hidden; }
#itemBox .itemTab_title { padding: 10px; font-size: 18px; font-weight: 400; letter-spacing: 3px; color: #999999; text-align: center; background-color: #e5e5e5; }
#itemBox .itemTab_review_top { padding: 5px 10px; overflow: hidden; }
#itemBox .itemTab_review_title { float: left; overflow: hidden; }
#itemBox .itemTab_review_title > div { float: left; overflow: hidden; }
#itemBox .itemTab_review_title1 { margin-right: 40px; color: #51B828; font-size: 20px; font-weight: 700; }
#itemBox .itemTab_review_title2 { margin-right: 30px; padding-top: 2px; color: #81BEF7; font-size: 18px; font-weight: 400; }
#itemBox .itemTab_review_title3 { margin-right: 15px; padding-top: 6px; color: #999999; font-size: 15px; font-weight: 400; }
#itemBox .itemTab_review_title4 { padding-top: 6px; }
#itemBox .itemTab_review_btn { float: right; margin-top: 8px; }
#itemBox .itemTab_review_btn * { color: #999999; font-weight: 400; }
#itemBox .itemTab_review_left1 { width: 710px; float: left; overflow: hidden; }
#itemBox .itemTab_review_left2 { width: 100%; float: left; overflow: hidden; }
#itemBox .itemTab_review_right { width: 120px; height: 120px; float: right; overflow: hidden; }
#itemBox .itemTab_review_right img { border-radius: 10px; }
#itemBox .itemTab_review_content { height: 104px; padding: 6px 20px 10px; font-size: 17px; line-height: 160%; border-radius: 15px; background-color: #f7f7f7; overflow: hidden; }
#itemBox .itemTab_review_content img { max-width: 850px; }
#itemBox .itemTab_qna_top { padding: 10px; overflow: hidden; }
#itemBox .itemTab_qna_title { float: left; }
#itemBox .itemTab_qna_title * { font-weight: 400; }
#itemBox .itemTab_qna_title1 { color: #81BEF7; }
#itemBox .itemTab_qna_title2 { color: #cfcfcf; }
#itemBox .itemTab_qna_title3 { color: #51B828; }
#itemBox .itemTab_qna_title4 { color: #51B828; }
#itemBox .itemTab_qna_btn { float: right; }
#itemBox .itemTab_qna_btn * { color: #999999; font-weight: 400; }
#itemBox .itemTab_qna_content { padding: 10px 20px; font-size: 17px; line-height: 180%; border-radius: 10px; }
#itemBox .itemTab_pages { text-align: center; }
#itemBox .itemTab_pages * { font-size: 20px; font-weight: 400; }
#itemBox .itemTab_pages span { padding: 0 10px; }
#itemBox .itemTab_pages b { padding: 0 10px; color: #ff4444; }
#itemBox .itemTab_margin0 { padding-left: 0; }
#itemBox .itemTab_margin2 { padding-left: 30px; }
#itemBox .itemTab_margin4 { padding-left: 60px; }
#itemBox .itemTab_margin6 { padding-left: 90px; }
#itemBox .itemTab_margin8 { padding-left: 120px; }
#itemBox .itemTab_margin10 { padding-left: 150px; }
#itemBox .itemTab_bg1 { background-color: #faf4ff; }
#itemBox .itemTab_bg2 { background-color: #f7f7f7; }
#itemBox .itemTab_bg3 { background-color: #fff4f4; }
#itemBox .itemTab_sub { padding: 20px; background-color: #fafafa; border: 5px solid #e8e8e8; border-radius: 10px; display: none; }
#itemBox .itemTab_banner { overflow: hidden; }
#itemBox .itemTab_banner img { width: 850px; margin: 0 auto 10px; }
#itemBox .itemTab_write { width: 100%; }
#itemBox .itemTab_write .div_td { font-size: 18px; border-bottom: 1px solid #e5e5e5; }
#itemBox .itemTab_write1 { width: 95px; padding: 10px 15px; }
#itemBox .itemTab_write2 { padding: 10px 0 10px 15px; }
#itemBox .itemTab_write2 input { padding: 10px 15px; background-color: #ffffff; border: 1px solid #e8e8e8; font-size: 18px; letter-spacing: 3px; font-family: "맑은 고딕"; }
#itemBox .itemTab_write2 textarea { width: 94%; padding: 10px 15px; background-color: #ffffff; border: 1px solid #e8e8e8; font-size: 18px; letter-spacing: 3px; font-family: "맑은 고딕"; word-break: break-all; }
#itemBox .itemTab_write2 input[type="file"] { display: none; }
#itemBox .itemTab_write22 { vertical-align: middle; }
#itemBox .itemTab_write_check { float: left; height: 24px; margin-right: 25px; overflow: hidden; }
#itemBox .itemTab_write_check label { position: relative; padding-left: 25px; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#itemBox .itemTab_write_check label img { margin-top: -3px; }
#itemBox .itemTab_write_check label input[type="radio"] { display: none; }
#itemBox .itemTab_write_check label .on { width: 20px; height: 20px; background-color: #999999; border-radius: 50%; position: absolute; top: 0; left: 0; }
#itemBox .itemTab_write_check label input[type="radio"]:checked + .on { background-color: #1266ff; }
#itemBox .itemTab_write_check label .on:after { content: ""; position: absolute; display: none; }
#itemBox .itemTab_write_check label input[type="radio"]:checked + .on:after { display: block; }
#itemBox .itemTab_write_check label .on:after { width: 6px; height: 10px; border: solid #ffffff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 6px; top: 2px; }
#itemBox .itemTab_write .qna_od { background-color: #eeeeee; }
#itemBox .file_find_btn { padding: 10px 15px; margin-left: -5px; color: #ffffff; background-color: #999999; border: 1px solid #999999; font-size: 18px; letter-spacing: 3px; font-family: "맑은 고딕"; }
#itemBox .itemTab_save { width: 200px; padding: 10px 0; margin: 20px auto 10px; color: #ffffff; font-size: 25px; font-weight: 900; text-align: center; background-color: #ff4444; border-radius: 10px; }
#itemBox .itemTab_save2 { width: 80px; padding: 5px 0; margin: 10px auto 0; color: #ffffff; font-size: 18px; font-weight: 700; text-align: center; background-color: #999999; border-radius: 10px; }
#itemBox .w1 { width: 150px; }
#itemBox .w2 { width: 94%; }
#itemBox .w3 { width: 300px; }
#itemBox .item_block { width: 100%; height: 100%; position: absolute;  background-color: rgba(255,255,255,1); z-index: 11; }
/********** 주문 & 주문조회 **********/
.itemB_od_title { margin-bottom: 10px; text-align: center; font-size: 22px; font-weight: 700; color: #ff4444; }
.itemB_od_title span { letter-spacing: 0; font-weight: 400; color: #1266ff; }
.itemB_od_info { padding: 5px 15px; margin-bottom: 10px; line-height: 30px; background-color: #f4f4f4; border-radius: 10px; }
.itemB_od_info, #orderBox .itemB_od_info b, #orderBox .itemB_od_info span { color: #777777; font-size: 13px; font-weight: 400; }
.itemB_od_info b { color: orange; font-weight: 300; }
.itemB_od_info span { color: #1266ff; }
.itemB_od_gap { margin-bottom: 30px; }
.itemB_od_gift { display: none; }
.itemB_od_gift.active { display: block; }
.itemB_od_gift_box { padding: 10px; margin-bottom: 30px; background-color: #f4f4f4; border-radius: 10px; overflow: hidden; }
.itemB_od_gift_info { padding: 0 5px; margin-bottom: 5px; line-height: 22px; font-size: 11px; }
.itemB_od_gift_point { padding: 5px 10px; line-height: 28px; background-color: #ffffff; border-radius: 10px; overflow: hidden; }
.itemB_od_gift_point label { position: relative; padding-left: 28px; font-size: 14px; font-weight: 350; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.itemB_od_gift_point label input[type="checkbox"] { display: none; }
.itemB_od_gift_point label .on { width: 20px; height: 20px; background-color: #999999; border-radius: 50%; position: absolute; top: 0; left: 0; }
.itemB_od_gift_point label input[type="checkbox"]:checked + .on { background-color: #78b619; }
.itemB_od_gift_point label .on:after { content: ""; position: absolute; display: none; }
.itemB_od_gift_point label input[type="checkbox"]:checked + .on:after { display: block; }
.itemB_od_gift_point label .on:after { width: 6px; height: 10px; border: solid #ffffff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 6px; top: 2px; }
.itemB_od_gift_point * { font-size: 15px; font-weight: 500; }
.itemB_od_gift_point1 { width: 180px; float:left; }
.itemB_od_gift_point1a { color: #78b619; font-weight: 700; }
.itemB_od_gift_point1b { color: #777777; font-weight: 400; }
.itemB_od_gift_point2 { width: 200px; float:left; }
.itemB_od_gift_point2a { color: #19b59d; font-weight: 700; }
.itemB_od_gift_point2b { color: #777777; font-weight: 400; }
.itemB_od_gift_point3 { width: 130px; float:left; clear: both; }
.itemB_od_gift_point4 { float:left; }
.itemB_od_gift_tab { padding: 5px; margin: 10px 0; background-color: #ffffff; border-radius: 10px; overflow: hidden; }
.itemB_od_gift_gr { padding: 3px 10px; float: left; }
.itemB_od_gift_gr input[type="radio"] { display: none; }
.itemB_od_gift_gr input[type="radio"] + div { font-size: 18px; font-weight: 500; }
.itemB_od_gift_gr input[type="radio"] + div span { font-size: 12px; color: #aaaaaa; }
.itemB_od_gift_gr input[type="radio"]:checked + div { color: #1266ff; }
.itemB_od_gift_gr40 { padding-right: 28px; color: #aaaaaa; position: relative; }
.itemB_od_gift_gr40 .itemB_od_gift_item_check { position: absolute; top: 1px; right: -5px; z-index: 10; }
.itemB_od_gift_items { padding: 5px; background-color: #ffffff; border-radius: 10px; overflow: hidden; }
.itemB_od_gift_items .gift_gr_div { display: none; }
.itemB_od_gift_item { width: 16.6%; overflow: hidden; position: relative; }
.itemB_od_gift_item .itemB_od_gift_item_check { position: absolute; top: 0; left: 2px; z-index: 10; }
.itemB_od_gift_item_check label { position: relative; padding-left: 28px; font-size: 14px; font-weight: 350; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.itemB_od_gift_item_check label input[type="checkbox"] { display: none; }
.itemB_od_gift_item_check label .on { width: 20px; height: 20px; background-color: #ffe9e2; border: 1px solid #ff9f84; border-radius: 7px; position: absolute; top: 0; left: 0; }
.itemB_od_gift_item_check label input[type="checkbox"]:checked + .on { background-color: #ff4800; border: 1px solid #ff4800; }
.itemB_od_gift_item_check label .on:after { content: ""; position: absolute; display: none; }
.itemB_od_gift_item_check label input[type="checkbox"]:checked + .on:after { display: block; }
.itemB_od_gift_item_check label .on:after { width: 6px; height: 10px; border: solid #ffffff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 6px; top: 2px; }
.itemB_od_gift_selected_text { margin-bottom: 12px; letter-spacing: 1px; }
.itemB_od_gift_selected_img { padding: 1px; border: 1px solid #999999; float: left; }
.itemB_od_gift_selected_img img { width: 97px; margin: 1px; border: 1px solid #dddddd; }
/********** 주문 **********/
#orderBox .itemA_selected { padding: 5px 5px 0; margin-bottom: 5px; text-align: center; border: 1px solid #e8e8e8; border-radius: 10px; }
#orderBox .itemA_selected * { color: #999999; }
#orderBox .itemA_selected > div { margin: 5px 0; }
#orderBox .itemA_selected .itemA_div { padding: 7px 5px 3px; border-top: 1px solid #e8e8e8; }
#orderBox .itemA_selected_txt { font-size: 15px; font-weight: 500; text-align: center; }
#orderBox .itemA_selected_txt1 { float: left; font-weight: 350; }
#orderBox .itemA_selected_txt2 { float: right; width: 180px; font-weight: 500; text-align: right; }
#orderBox .itemA_selected_txt2 * { font-weight: 500; }
#orderBox .itemA_selected_txt3 { font-weight: 350; text-align: left; }
#orderBox .itemA_selected_txt4 { font-weight: 300; text-align: right; }
#orderBox .itemA_selected_txt4 span { font-size: 12px; font-weight: 500; }
#orderBox .itemB_od_strong { padding: 5px 15px; margin-bottom: 15px; font-size: 13px; font-weight: 400; line-height: 25px; color: #ffffff; background-color: #1266ff; border-radius: 10px; }
#orderBox .itemB_od1 { padding: 5px 10px 20px; width: 120px; font-size: 13px; font-weight: 400; }
#orderBox .itemB_od1 span { font-weight: 400; color: #1266ff; }
#orderBox .itemB_od2 { padding: 5px 10px 20px; color: #ff4444; }
#orderBox .itemB_od2 input { padding: 10px 15px; background-color: #ffffff; border: 1px solid #e8e8e8; font-size: 18px; letter-spacing: 3px; font-family: "맑은 고딕"; }
#orderBox .itemB_od_agree { margin-bottom: 50px; }
#orderBox .itemB_od_agree_T { width: 100%; padding: 5px 0; background-color: #f4f4f4; border-radius: 10px; }
#orderBox .itemB_od_agree_T label { position: relative; padding-left: 28px; font-size: 14px; font-weight: 350; overflow: hidden; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
#orderBox .itemB_od_agree_T label input[type="checkbox"] { display: none; }
#orderBox .itemB_od_agree_T label .on { width: 20px; height: 20px; background-color: #999999; border-radius: 50%; position: absolute; top: 0; left: 0; }
#orderBox .itemB_od_agree_T label input[type="checkbox"]:checked + .on { background-color: #1266ff; }
#orderBox .itemB_od_agree_T label .on:after { content: ""; position: absolute; display: none; }
#orderBox .itemB_od_agree_T label input[type="checkbox"]:checked + .on:after { display: block; }
#orderBox .itemB_od_agree_T label .on:after { width: 6px; height: 10px; border: solid #ffffff; border-width: 0 2px 2px 0; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); position: absolute; left: 6px; top: 2px; }
#orderBox .itemB_od_agree_T1 { padding: 10px 15px; font-size: 16px; font-weight: 400; }
#orderBox .itemB_od_agree_T1 span { font-weight: 400; color: #ffffff; background-color: #1266ff; }
#orderBox .itemB_od_agree_T2 { padding: 10px 15px; width: 120px; font-size: 14px; font-weight: 350; text-align: right; }
#orderBox .itemB_save_btn { width: 300px; padding: 10px 0; margin: 0 auto 15px; color: #ffffff; font-size: 25px; font-weight: 900; text-align: center; background-color: #ff4444; border-radius: 10px; }
#orderBox .w1 { width: 200px; }
#orderBox .w2 { width: 80px; }
#orderBox .w3 { width: 100px; }
#orderBox .w4 { width: 60px; text-align: center; }
#orderBox .w5 { width: 350px; }
/********** 주문조회 **********/
#orderfindBox { width: 870px; margin: 0 auto; padding: 5px; border-radius: 10px; overflow: hidden; }
#orderfindBox .item_title { height: 50px; margin-top: 15px; position: relative; text-align: center; font-size: 38px; letter-spacing: 5px; font-family: "GmarketSansMedium"; font-weight: 900; line-height: 1.1; }
#orderfindBox .item_underline { height: 10px; margin-bottom: 15px; background-color: #333333; border-radius: 10px; }
#orderfindBox .itemB_od3 { padding: 5px 10px 20px; width: 160px; color: #1266ff; font-size: 16px; font-weight: 300; }
#orderfindBox .itemB_od4 { padding: 5px 10px 20px; }
#orderfindBox .itemB_od4, #orderfindBox .itemB_od4 a { color: #777777; font-size: 18px; font-weight: 400; letter-spacing: 1px; }
#orderfindBox .itemB_od4 span { color: #bbbbbb; font-size: 15px; font-weight: 350; }
#orderfindBox .itemB_form_btn { padding: 10px 0; text-align: center; color: #ffffff; border-radius: 15px; font-size: 35px; font-weight: 900; background-color: #1266ff;  }
#orderfindBox .itemB_cancel_btn { width: 150px; padding: 5px 0; margin: 15px auto 15px; text-align: center; color: #ffffff; border-radius: 15px; font-size: 25px; font-weight: 700; background-color: #bbbbbb; }
#orderfindBox .itemB_gift_btn { width: 220px; height: 50px; margin: 5px auto 15px; line-height: 200%; color: #ffffff; font-size: 25px; font-weight: 900; background-color: #ff4444; border-radius: 10px; text-align: center; }
/********** 시세표 **********/
#price_box .select_title1 { font-size: 22px; color: #076bf7; font-weight: bold; }
#price_box .select_title2 { font-size: 12px; color: #999999; padding-left: 5px; }
#price_box .select_title3 { font-size: 18px; color: #076bf7; font-weight: bold; padding-right: 5px; }
#price_box .select_fee { padding: 0 5px; font-size: 15px; color: #076bf7; border: 3px solid #076bf7; border-radius:10px; }
#price_box .table_box { overflow: hidden; border: 3px solid #444444; border-radius:10px; }
#price_box .tag_name1 { padding: 3px 10px 6px; background-color: #444444; }
#price_box .tag_name1 .txt1 { float: left; font-size: 20px; color: #ffffff; font-weight: bold; letter-spacing: 1.5px; overflow: hidden; }
#price_box .tag_name1 .txt2 { float: left; overflow: hidden; padding: 3px 0 0 15px; }
#price_box .tag_name1 .txt2 span { padding: 0 7px; font-size: 16px; color: #444444; letter-spacing: 0.5px; background-color: #ffc4c4; border-radius:7px; }
#price_box .tag_name1 .txt3 { float: left; font-size: 16px; color: #cccccc; letter-spacing: 0.5px; overflow: hidden; padding: 3px 0 0 10px; }
#price_box .tag_name1 .txt4 { float: right; font-size: 16px; color: #ffffff; letter-spacing: 0.5px; overflow: hidden; padding-top: 3px; }
#price_box .item_img { padding: 10px; }
#price_box .item_txt1 { font-size: 16px; color: #bbbbbb; font-weight: bold; letter-spacing: 1px; }
#price_box .item_txt2 { font-size: 18px; padding-bottom: 18px; }
#price_box .mark { width: 40px; height: 40px; padding: 5px 10px; border: 1px solid #a8a8a8; border-radius: 10px; overflow: hidden; display: inline-block; text-align: center; vertical-align: middle; }
#price_box .price_table td { padding: 3px 0; text-align: center; }
#price_box .price_table.font td { font-size: 20px; }
#price_box .price_table .basic_fee { font-size: 16px !important; color: #777; }
#price_box .price_table .line1_t { border-top: 1px solid #e23f16; }
#price_box .price_table .line1_b { border-bottom: 1px solid #e23f16; }
#price_box .price_table .line1_l { border-left: 1px solid #e23f16; }
#price_box .price_table .line1_r { border-right: 1px solid #e23f16; }
#price_box .price_table .line2_t { border-top: 1px solid #458e0c; }
#price_box .price_table .line2_b { border-bottom: 1px solid #458e0c; }
#price_box .price_table .line2_l { border-left: 1px solid #458e0c; }
#price_box .price_table .line2_r { border-right: 1px solid #458e0c; }
#price_box .price_table .line_tl { border-top-left-radius: 10px; }
#price_box .price_table .line_tr { border-top-right-radius: 10px; }
#price_box .price_table .line_bl { border-bottom-left-radius: 10px; }
#price_box .price_table .line_br { border-bottom-right-radius: 10px; }
#price_box .price_table .f1 { color: blue; }
#price_box .price_table .f2 { color: red; font-weight: bold; }
#price_box .title_a { padding: 0 0 5px !important; font-size: 12px; color: #e23f16; }
#price_box .title_b { padding: 0 0 5px !important; font-size: 12px; color: #458e0c; }
#price_box .price_div { display: none; }