@charset "utf-8";

/* 초기화 */
html {overflow-y:scroll;height:100%;min-width:320px}
body {margin:0;padding:0;font-size:0.625em;height:100%;font-family:'Poppins', 'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
input, button {margin:0;padding:0;font-size:1em;font-family:'Poppins', 'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
button, input[type=submit] {cursor:pointer}
input[type=text], input[type=password], input[type=image], button {font-size:1em;-webkit-appearance:none}
textarea, select,button {font-size:1em;font-family:'Poppins', 'Pretendard', AppleSDGothicNeo-Regular,'Malgun Gothic','맑은 고딕',dotum,'돋움',sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
select {margin:0;background:none}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a {color:#000;text-decoration:none}
ul,li,dl,dt,dd{padding:0;margin:0}
ul{list-style:none;}
img{vertical-align:top;max-width:100%;height:auto}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

:root {
    --color-point : #3C2CF7;
    --color-point2 :  #284BFF;
    --event-bg: rgba(255, 147, 0, 0.03);
    --color-point-12: rgba(60, 44, 247, .12);
    --color-point-5: rgba(60, 44, 247, .05);
    --color-point-3: rgba(60, 44, 247, .03);
    --color-pink: #F72C82;
    --color-yellow: #F7B12C;
    --color-orange: #FF9300;
    --color-black: #000;
    --color-white: #fff;
    --color-red: #ff0000;
}

/* 공통 */
.point {color: var(--color-point) !important;}
.point_bold {color: var(--color-point) !important; font-weight: bold;}
.point_b {background-color: rgba(153, 219, 199, 0.1) !important;}
.txt_red {color: #ff0000;}
.point_btn, .delete_btn, .del_btn, .com_btn, .com_btn_l {display: block; height: 60px;}
.point_btn {background-color: var(--color-point) !important; border: 0 !important; color: #fff !important;}
.point_btn:hover {background-color: #2816e6 !important;}
.delete_btn {background-color: transparent; color: #F53C3C !important; border-color: none !important;}
.del_btn {background-color: #F53C3C !important; border: 0 !important; color: #fff !important;}
.del_line_btn {background-color: #fff !important; border: 1px solid #F53C3C !important; color: #F53C3C !important;}
.com_line_btn {background-color: #fff !important; border: 1px solid #000 !important; color: #000 !important;}
.com_btn {background-color: #000 !important; border: 0 !important; color: #fff !important;}
.com_btn_l {background-color: #fff !important; border: 0 !important; color: #000 !important;}
input:-internal-autofill-selected {background-color: rgba(153, 219, 199, 0.1) !important;}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}

input:autofill,
input:autofill:hover,
input:autofill:focus,
input:autofill:active {
    -webkit-text-fill-color: #000;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    box-shadow: 0 0 0px 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s;
}
.b12_btn {background-color: #fff !important; color: rgba(0,0,0, 0.6) !important; border: 1px solid rgba(0,0,0,.12) !important;}

.solid {border-top: 1px solid rgba(0,0,0,0.12);}
.solid_b {border-top: 1px solid #000;}
.pc {display: block;}
.mb {display: none !important;}
.noscroll {overflow: hidden;}
.w-100 {width: 100% !important;}

/* checkbox */
.frm_checkbox_wrap * {box-sizing: border-box;}
input.frm_checkbox[type="checkbox"], input.frm_checkbox2[type="checkbox"],
input.frm_checkbox[type="radio"], input.frm_checkbox2[type="radio"] {
  display: none;
}

input.frm_checkbox[type="checkbox"] + label, input.frm_checkbox2[type="checkbox"] + label,
input.frm_checkbox[type="radio"] + label, input.frm_checkbox2[type="radio"] + label {
  display: inline-block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  padding-left: 30px;
  min-height: 20px;
  font-size: 1.6em;
  line-height: 20px;
}

input.frm_checkbox[type="radio"] + label {font-size: 1.4em;}


input.frm_checkbox2[type="checkbox"] + label, input.frm_checkbox2[type="radio"] + label {padding-left: 34px; min-height: 24px; font-size: 1.4em; line-height: 24px;}
input.frm_checkbox[type="checkbox"]:first-child + label::before, input.frm_checkbox2[type="checkbox"]:first-child + label::before,
input.frm_checkbox[type="radio"]:first-child + label::before, input.frm_checkbox2[type="radio"]:first-child + label::before{
    content: " ";
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #e6e6e6;
    position: absolute;
    margin-left: -30px;
    color: #000;
    background-color: #fff;
}

input.frm_checkbox2[type="checkbox"]:first-child + label::before,
input.frm_checkbox2[type="radio"]:first-child + label::before {width: 24px; height: 24px; margin-left: -34px}

input.frm_checkbox[type="checkbox"]:first-child:checked + label::before, input.frm_checkbox2[type="checkbox"]:first-child:checked + label::before,
input.frm_checkbox[type="radio"]:first-child:checked + label::before, input.frm_checkbox2[type="radio"]:first-child:checked + label::before {background-color: var(--color-point); border: 1px solid var(--color-point)} 

input.frm_checkbox[type="checkbox"]:checked + label::after, input.frm_checkbox2[type="checkbox"]:checked + label::after,
input.frm_checkbox[type="radio"]:checked + label::after, input.frm_checkbox2[type="radio"]:checked + label::after {
  content:'';
  background: url('../img/mobile/icon_check.svg')no-repeat center center;    
  position: absolute;
  width: 20px;
  height: 20px;
  text-align: center;
  inset: 0;
  background-size: 12px;
  z-index: 1;
}

input.frm_checkbox2[type="checkbox"]:checked + label::after{
    width: 24px;
    height: 24px;
    background-size: 14px;
}

input.frm_checkbox2[type="radio"]:checked + label::after {background-size: 12px; width: 24px; height: 24px;}

input.frm_checkbox[type="radio"] + label::before, input.frm_checkbox[type="radio"] + label::after,
input.frm_checkbox2[type="radio"] + label::before, input.frm_checkbox2[type="radio"] + label::after {border-radius: 50%;}

/* select */
.frm_select {position: relative; width: 100%; border: 1px solid rgba(0,0,0, 0.12);}
.frm_select .select {display: flex; align-items: center; justify-content: space-between; -webkit-box-align: center; padding: 18px 15px; width: 100%; max-width: 100%; overflow: hidden; height: 60px; cursor: pointer; font-size: 1.6em; text-align: left;}
.frm_select .select .selected {overflow: hidden; white-space: nowrap; text-overflow: ellipsis; width: calc(100% - 24px);}
.frm_select .select .arrow{background:url('../img/mobile/icon_arrow_next.png')no-repeat center center; width: 24px; height: 24px; background-size: 80%; filter: brightness(0); transform: rotate(90deg);}
.frm_select .option { position: absolute; width: calc(100% + 2px) !important; left: -1px; visibility: hidden; max-height: 200px; background-color: #fff; box-sizing: border-box; border: 1px solid rgba(0,0,0, 0.12); border-top: none; overflow: hidden; overflow-y: visible; transition: visibility 0s, opacity .0s; z-index: 1;}
.frm_select .option::-webkit-scrollbar {width: 5px;}
.frm_select .option::-webkit-scrollbar-thumb {border-left: 4px solid rgba(0,0,0, 0.12);}
.frm_select .option li {padding: 19px 15px; transition: background-color 0.3s; margin: 0; font-size: 10px; cursor: pointer;}
.frm_select .option li:hover {background-color: var(--color-point-12);}
.frm_select .option li.on {background-color: var(--color-point-12);}
.frm_select.open .option::after {content: ''; position: absolute; width: calc(100% - 8px); height: 1px; background-color:rgba(0,0,0, 0.12); top: 0; left: 50%; right: 50%; transform: translateX(-50%); z-index: 1;}
.frm_select.open .select .arrow { transform: rotate(-90deg);}
.frm_select.open .option {visibility: visible;}

.noti_vat {position: relative; font-size: 14px !important; color: rgba(0,0,0,0.6); margin-left: 20px; padding-left: 21px; font-weight: 400 !important;}
.noti_vat::before {content: ''; position: absolute; left: 0; background: url('../img/mobile/icon-error.png') no-repeat center center; background-size: cover; width: 16px; height: 16px; }


/* input file */
.frm_file_wr {}
.frm_file_wr label{position: relative; display: block; width: 100%; height: 60px; background-color: transparent; border:1px solid rgba(0,0,0,0.12); color:#000;padding:20px 20px 20px 50px ;margin:0; z-index: 1; box-sizing: border-box; }
.frm_file_wr label::before {content: ''; position: absolute; left: 20px; background: url(../img/mobile/icon_down.svg)no-repeat center center; z-index: 1; background-size: contain; width: 20px; height: 16px; top: 50%; transform: translateY(-50%);}
.frm_file_wr input.frm_file[type="file"] {display: block; width: 0; height: 0; overflow: hidden;}
.frm_file_wr span.frm_file_s {display: block; position: absolute; top: 50%; left: 50px; transform: translateY(-50%); width: calc(100% - 70px); text-align: left; font-size: 16px; color: rgba(0,0,0, 0.6); overflow: hidden; white-space: nowrap; text-overflow: ellipsis;box-sizing: border-box;}

.d-flex { display: flex; }
.flex-1 { flex: 1; }
.del-max-width { max-width: none !important; }

/* 안내사항 */

.guide-issue-wr {margin-bottom: 30px;}
.guide-issue{padding:30px;border-radius:0;color:#000;height:fit-content;}
.guide-issue.info{background-color:rgba(60, 44, 247, 0.1);}
.guide-issue .guide-issue-title{position:relative;font-size:1.6em;font-weight:bold;line-height:1.5em;padding-left:32px;}
.guide-issue .guide-issue-title::before{content:"";position:absolute;left:0;height:24px;}
.guide-issue.info .guide-issue-title::before{background:url('../img/mobile/icon_alert.svg') no-repeat center center;background-size:contain;width:24px;}
.guide-issue ol{padding-left:32px;margin-bottom:0; margin-top: 15px;}
.guide-issue ol li{font-size:1.6em;line-height:1.188; list-style: none;}
.guide-issue ol li + li {margin-top: 10px;}

@media (max-width:969px) {

    .mb {display: block !important;}
    .pc {display: none !important;}
    
    input.frm_checkbox[type="checkbox"] + label {font-size: 1.6em;}
    input.frm_checkbox[type="checkbox"]:first-child + label::before {}
    .frm_select .select {height: 48px; padding: 16px; font-size: 1.4em;}
    .frm_select .option li {padding: 16px; font-size: 10px;}
    .icon_new {font-size: 12px; padding: 3px 6px;}

    .point_btn, .delete_btn, .del_btn, .com_btn, .com_btn_l {height: 48px;}
    .frm_file_wr label {height: 48px; line-height: 48px; padding:12px 12px 12px 50px;}
    .frm_select .option {width: calc(100% + 1.5px) !important; left: -0.75px !important;}

    .guide-issue-wr {margin-bottom: 16px;}
    .guide-issue {padding: 16px;}
    .guide-issue ol li{font-size:1.4em;}


}

/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {background-color: #fff;}
.hd_pops img{max-width:100%;height:auto}
.hd_pops_footer {display: flex; align-content: center; justify-content: center; gap: 5px; width: 100%; padding:2em;background:#fff;color:#fff;}
.hd_pops_footer button {padding:11px 20px; border:1px solid #000; background:#fff;color:#000; font-size: 1.4em; }

/* 상단 레이아웃 */
#hd {height: 160px;}
#hd h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#hd_menu{border-bottom:1px solid #e6eaed}
#hd_menu ul{margin:0 auto;max-width:1280px}
#hd_menu ul:after {display:block;visibility:hidden;clear:both;content:""}
#hd_menu li{float:left;line-height:45px;font-size:0.923em;margin:0 8px}
#hd_menu li a{color:#aeb4bf}
#hd_menu li a:hover{color:#000}
#hd_menu .hd_menu_right{float:right}

#tnb{background:#111}
#tnb h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#tnb ul{margin:0 auto;max-width:1280px}
#tnb ul:after {display:block;visibility:hidden;clear:both;content:""}
#tnb li{float:right;}
#tnb .left{float:left}
#tnb a{color:#d2d2d2;line-height:35px;display:block;padding:0 10px;font-weight:200}

#hd_wr {margin:0 auto;max-width:1280px;padding:60px 0;position:relative; width: 100%; background-color: #fff; z-index: 98;
-webkit-transition: 0.30s ease-in-out top, position;
-moz-transition: 0.30s ease-in-out top, position;
-ms-transition: 0.30s ease-in-out top, position;
-o-transition: 0.30s ease-in-out top, position;}
#hd_wr:after {display:block;visibility:hidden;clear:both;content:""}
#hd_wr.fixed {position: fixed;  max-width: 100%; z-index: 99; padding: 16px 0; top: 0; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);}
#hd_cont {position: relative; width: 100%; max-width:1280px; margin: 0 auto;}
#hd_cont::after {display:block;visibility:hidden;clear:both;content:""}


#logo{display: flex; top: 50%; transform: translateY(-50%);}
#logo img{vertical-align:middle;height:40px;width:auto; object-fit: contain;}

#hd_sch {display:none;position:fixed; left:0; width:100%; height: 100vh; padding: 0; background-color: rgba(0, 0, 0, .3);border-top: 1px solid rgba(0, 0, 0, .12); transition: top 0.3s ease;  z-index:98;text-align:center; }
.hd_sch_wr{}
#hd_sch h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#hd_sch .sch_inner {position:relative; padding: 40px 0; background-color: #fff;}
#hd_sch .sch_inner:after {display:block;visibility:hidden;clear:both;content:""}
#hd_sch .sch_cont {position: relative; max-width: 832px; margin: 0 auto; width: 100%; padding: 0 16px;}
#hd_sch #sch_str {background:transparent;border:0;color:#000;width:100%;height:60px;padding-right: 50px; padding-bottom: 24px; font-size:24px;outline:none; border-bottom: 2px solid #000; border-radius: 0; outline: transparent; text-overflow: ellipsis; -webkit-appearance: none;}
#hd_sch input#sch_str::placeholder {color: rgba(0, 0, 0, .38);}
#hd_sch .sch_submit {position:absolute;top:0px;right:20px;width: 40px; height:40px;;border:0;cursor:pointer;background:url('../img/mobile/icon_search.png') no-repeat 50% 50%; background-size: contain; font-weight:600;color:#000;font-size:16px;}
#hd_sch .btn_close{position:absolute;top:10px;right:0;width:60px;height:60px;background:none;border:0;font-size:16px;z-index:1}
#hd_sch .btn_close img {width: 32px; height: 32px;}
#hd_wr.fixed #hd_sch {}

#ppl_word{color:#fff;margin-top:15px;line-height:25px}
#ppl_word:after {display:block;visibility:hidden;clear:both;content:""}
#ppl_word h3 {padding:0 8px;margin-right:5px;background:#fff;color:#000;display:inline-block;float:left;font-weight:500;border-radius:5px}
#ppl_word ol{float:left;padding:0;margin:0}
#ppl_word li{display:inline-block;list-style:none}
#ppl_word li a{display:block;padding: 0 10px;color:#fff;border-radius:5px;font-weight:300;opacity:0.8}
#ppl_word li a:hover{opacity:1}


#hd_btn {position:absolute;top:0;right:0;}
#hd_btn button.btn_icon{height:40px;line-height:40px;width:32px;margin-left: 22px; background-color:transparent;border:0;vertical-align:middle; filter: grayscale(1) brightness(0) opacity(1); background-size: contain;}
#hd_btn  i{font-size:18px}
#hd_btn a.btn_icon{display:inline-block;margin-left: 22px;line-height:40px;height:40px;width:32px;text-align:center;vertical-align:middle;filter: grayscale(1) brightness(0) opacity(1);background-size: contain;}
#btn_cartop{position:relative;background:url('../img/mobile/icon_cart.svg') no-repeat 50% 50%}
#btn_cartop .cart-count{position:absolute;bottom:0;right:0;font-size:10px;width:100%;line-height:30px;color:#000;}
.btn_text {display: inline-block; font-size: 1.8em;color: #999999;}
#hd_btn .btn_text {margin-right: 30px; line-height: 40px;}
#btn_user{background:url('../img/mobile/icon-user.png') no-repeat 50% 50%}

#btn_sch{background:url('../img/mobile/icon_search.svg') no-repeat 50% 50%}
#btn_cate{background:url('../img/mobile/icon_menu.svg') no-repeat 50% 50%}

.hd_admin{position:fixed;bottom:100px;right:30px;z-index:97;
    -webkit-transition: bottom 0.30s ease-in-out;
    -moz-transition: bottom 0.30s ease-in-out;
    -ms-transition: bottom 0.30s ease-in-out;
    -o-transition: bottom 0.30s ease-in-out;}
.hd_admin a{ display:inline-block; width: 60px; height: 60px; padding: 0; line-height:60px;border: 1px solid var(--color-point); border-radius: 100%; background-color: #fff; z-index:999;color:var(--color-point); font-size: 1.4em; font-weight: bold; text-align: center;}
.hd_admin a:hover{background:var(--color-point); color: #fff;}


@media (max-width: 1500px) {
    #hd_cont, .idx_c, .ft_wr{width: 96% !important;}
}


@media (max-width: 1200px) {

}


@media (max-width: 969px){
    #hd_cont, .idx_c, .ft_wr {width: calc(100% - 32px) !important; margin: 0 auto;}
    #hd {height: 56px;}
    #logo{float: left; transform: translateY(0); top: 0;}
    #logo img {height: 24px;}
    #hd_wr{padding:16px 0;}
    #hd_menu{display:none}
    #tnb{display:none}
    #hd_btn{line-height: 24px;}
    #hd_btn button.btn_icon {width: 24px; height: 24px; line-height:24px; background-size: contain; margin-left: 15px;}
    #hd_btn a.btn_icon {width: 24px; height: 24px; line-height:24px; background-size: contain; margin-left: 15px;}
    #hd_btn .btn_text {display: none;}
    #hd_sch .sch_inner {padding: 24px 0 ;}
    #hd_sch #sch_str {font-size: 16px; padding: 0 34px 16px 0; height: auto;}
    #hd_sch .btn_close,#hd_sch .sch_submit{width: 24px; height: 24px; right: 15px;}
    #btn_cartop .cart-count {line-height: 18px;}
    .hd_pops {top: 0 !important; left: 0 !important; max-width: calc(100% - 2em); margin: 1em; max-height: 100%;}
    .hd_pops_con {max-width: 100%; height: auto !important; max-height: 100%;}
    .hd_pops_footer button {font-size: 1.2em;}
}

@media (max-width: 639px){
    #hd_btn {}
    #btn_cartop .cart-count{display:none}
    #hd_sch .sch_inner{}
    #hd_sch .btn_close,#hd_sch .sch_submit{}
    #hd_sch .sch_submit {}
}
/*카테고리*/
.menu_wr h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}


@media (max-width: 969px){
    .menu {display:none;overflow-y:auto;position:fixed;top:0;left:0;height:100%;width:100%;background:#fff;z-index:99999;text-align:left;padding: 0 16px; height: 100vh; flex-direction: column;
    -webkit-box-shadow:0 2px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.2);
    box-shadow: 0 2px 15px rgba(0,0,0,0.2)}

    .btn_login{background:#fff;padding:0 10px}
    .btn_login .btn_ol{line-height:55px;height:55px;border:0;background:none;color:#717989;padding:0 10px;position:relative}
    .btn_login a:before{position:absolute;top:50%;left:0;content:'';background:#e3e3e3;width:1px;height:15px;margin-top:-7px}

    .menu_hd {display: flex; padding: 16px 0; justify-content: space-between; align-items: center;}
    .menu #menu_logo {}
    .menu #menu_logo img {height: 24px;}
    .menu .menu_close {width:24px;height:24px;background:url(../img/mobile/icon_close.svg) center center no-repeat;color:#aaa;font-size:16px;border:0;z-index:199999;text-align:right;padding-right:24px; background-size: contain;}
    .menu .menu_close:hover{color:#000}
    .menu_wr{padding:64px 0;}
    .menu_wr a {display:block;padding: 0;color:#000; font-weight: 600; font-size: 2em;}
    .menu_wr li{position:relative;z-index:99999;line-height:28px;}
    .menu_wr .cate > li + li {margin-top: 32px;}
    .menu_wr li button{position:absolute;top:0;right:0;border:none;width: 28px;height:28px;overflow:hidden;font-size: 2em; border:0;background:url(../img/mobile/icon_nav.svg) no-repeat 50% 50%;text-indent:-9999px; background-size: 16px; transform: rotate(180deg);}
    .menu_wr li button.ct_cl{transform: rotate(0deg);}
    .menu_ft {margin: auto 0 0 ; padding-bottom: 64px;}
    .menu_ft .btn_text {display: block; width: fit-content; font-weight: 600; padding-bottom: 16px;}
    
    .sub_cate{display:none;background:#fff;font-size:0.923em;}
    .sub_cate a{padding: 0 16px}
    .sub_cate1{padding-left:0px}
    .sub_cate1 li {margin-top: 10px;}
    .sub_cate1 a {font-size: 14px; color: rgba(0,0,0,.6); font-weight: 500;}
    .sub_cate li:hover{position:relative;}
    .sub_cate2 a{padding-left:40px;background-position:31px 17px}
    .sub_cate3 a{padding-left:50px;background-position:41px 17px}
    .sub_cate4 a{padding-left:60px;background-position:51px 17px}
}
@media (min-width: 970px){
    #btn_cate{display:none}
    .btn_login .btn_ol{width:auto;vertical-align:top}
    .btn_login .btn_ol .txt{color:#717989;display:inline-block;margin-left:5px}
    .btn_login{float:right;line-height:45px}
    .btn_login a{padding:0 10px;display:inline-block;position:relative;color:#717583;}
    .btn_login a:before{position:absolute;top:50%;left:0;content:'';background:#e3e3e3;width:1px;height:15px;margin-top:-7px}
    .btn_login button{background:0;padding:0 10px;border:0;color:#717583;outline:none;height:45px;line-height: 45px;}
    .btn_login img{ width:30px;height:30px;border-radius:50px;margin-right:5px;margin-top:7px;vertical-align:top}
    .menu{display:block !important}
    .menu:after {display:block;visibility:hidden;clear:both;content:""}
    .menu_wr{text-align: center;}
    .menu .menu_close, .menu_hd{display:none}
    .menu .menu_close, .menu .menu_logo{display:none}
    .menu_wr li{display:inline-block;padding: 0 30px;font-size:2.4em;font-weight:600;line-height:1; position: relative;}
    .menu_wr li a{color:#333}
    .menu_wr ul.cate > li > a {line-height: 1.646; display: inline-block;}
    .menu_wr li button{border:0;width:15px;height:40px;overflow:hidden;border:0;background:url(../img/mobile/btn_menu.png) no-repeat 50% 50%;text-indent:-9999px;opacity:0.3}
    .sub_cate{display:none;position:absolute;top:40px; padding:10px 0 ; z-index:99;
    ; background:#fff;min-width:100px;border:1px solid #e7e7e9}
    .sub_cate a{display:block }
    .menu_wr li:hover .sub_cate1{display: block}
    .menu_ft .btn_text {display: none;}

    .sub_cate1 li{display:block;font-size:14px;font-weight:300;line-height:40px;padding:0 15px;color:#727280}
    .sub_cate1 li:hover{color:#000;background:#f3f3f3}
    .sub_cate button{display:none}
    .sub_cate2{display:none !important}

    #logo { position: absolute; left: 0; line-height: 40px;}
}

@media (max-width: 1300px) and (min-width: 970px) {
    #logo img {height: 32px;}
    #hd_btn .btn_text {margin-right: 10px;}
    #hd_btn button.btn_icon, #hd_btn a.btn_icon {margin-left: 8px;}
    .menu_wr li {padding: 0 10px;}
}

@media (max-width: 1024px ) and (min-width: 970px) {
    .menu_wr .cate > li {font-size: 2em;}
    #hd_btn button.btn_icon {width: 36px; height: 36px; }
    #hd_btn a.btn_icon {width: 36px; height: 36px; }
    #btn_cartop .cart-count {right: 1px; line-height: 26px;}
    .btn_text {font-size: 1.6em;}

}


/* 중간 레이아웃 */
#container_title {padding: 60px 0;text-align:left;background: #fff; display:block;margin:0 auto;max-width:1280px;}
#container_title span{padding:0; line-height: 1.4;font-size:6em;}
.idx_c{margin:0 auto;max-width:1280px;padding: 120px 0;}
.idx_c:after {display:block;visibility:hidden;clear:both;content:""}
.idx_d {margin: 0; max-width: 100%; width: 100%;}
.idx_d:after {display:block;visibility:hidden;clear:both;content:""}

.box{background:#fff;
-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.07);
-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.07);
box-shadow: 0 2px 5px rgba(0,0,0,0.07)}

.container, .view-container{margin:0 auto 120px;max-width:1280px}
#container.idx-container{padding: 0 }
.view-container #container_title{display:none}

.idx_c h2 {display: flex; justify-content: space-between; align-items: center;}
.idx_c h2 a{font-size: 24px; font-weight: 500; display: inline-flex; align-items: center;}
.idx_c h2 a i {display: inline-block; background: url(../img/mobile/icon_more.svg)no-repeat; background-size: contain; width: 48px; height: 48px;margin-left: 6px;}


@media (max-width: 1500px) {
    #container_title, .container, .view-container {width: 96%;}
}



@media (max-width: 969px){
    .container, .view-container {margin: 0 auto 64px;}
    #container_title, .container, .view-container {width: calc(100% - 32px) !important;}
    #container_title {padding: 16px 0 32px;}
    #container_title span {font-size: 2.4em; }
    .idx_c {padding: 64px 0;}
    .idx_c h2 {font-size: 2.4em;}
    .idx_c h2 a {font-size: 16px;}
    .idx_c h2 a i {width: 32px; height: 32px; }

}

/*메인*/
#idx_review{background:#f8f9fa;text-align:center;padding:60px 0}
#idx_review h2{ text-align: center; font-size: 1.8em;margin: 0 0 20px;}
.review{max-width:1200px;margin:0 auto;}
.review .rv_li{margin:20px;background:#fff;opacity:0.5; position:relative;padding:40px;text-align:left;
-webkit-box-shadow:  0 1px 2px rgba(0, 0, 0, .1);
-moz-box-shadow:  0 1px 2px rgba(0, 0, 0, .1);
box-shadow:  0 1px 2px rgba(0, 0, 0, .1);}
.review .rv_li:hover {
-webkit-box-shadow:0 5px 10px rgba(0, 0, 0, .15);
-moz-box-shadow:0 5px 10px rgba(0, 0, 0, .15);
box-shadow:0 5px 10px rgba(0, 0, 0, .15);}
.review .slick-active{opacity:1}
.review .rv_hd{position:relative;padding-left:70px;line-height:25px;margin-bottom:20px}
.review .prd_img{position:absolute;top:0;left:0;}
.review .prd_img img{border-radius:50px}
.review .rv_tit{display:block;font-size:1.077em;font-weight:600}
.review .rv_prd{color:#717989}          
.review p{line-height:1.7em;min-height:80px}

.idx_prd33:after {display:block;visibility:hidden;clear:both;content:""} 
.idx_prd33 .sct_wrap{float:left;width:33.333%;} 

.slick-dots{text-align:center;margin:20px 0}
.slick-dots li{display:inline-block;margin:5px;}
.slick-dots li button{border:0;background:rgba(0,0,0, 0.12);text-indent:-999px;overflow:hidden;width:12px;height:12px; border-radius:50%;}
.slick-dots .slick-active button{background: rgba(0,0,0, 0.6);}


@media (max-width:969px){
    #idx_tab{padding:10px}
    #idx_tab .tabs{position:relative}
    #idx_tab .tabs{position:relative;width:100%;margin-bottom:20px;text-align:center}
    #idx_tab .tabs li{display:inline-block;margin:0 10px 10px}
    #idx_tab .sct_wrap {margin:10px 0}
    .idx_prd33 .sct_wrap{width:100%;margin: 0}

}
@media (max-width:639px){
    #idx_review{padding:80px 0}
    .review .rv_li{margin:8px}
}
/* 내용관리 */
.ctt_admin {margin:0 5px;text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}

/* 하단 레이아웃 */
#ft {background:#fff;border-top:1px solid #eee;position:relative;z-index:10}
#ft * { font-family: 'Pretendard', sans-serif;}
.ft_notice{border-bottom:1px solid #282828}
.ft_wr{max-width:1280px;margin:0 auto;padding:60px 0;}
.ft_wr #menu_logo {margin-bottom: 40px;}
.ft_wr #menu_logo img {width: auto; height: 32px; object-fit: contain;}
.ft_wr .ft_grid { display: grid; grid-template-columns: auto auto; grid-template-rows: auto auto;}
.ft_wr ul:after {display:block;visibility:hidden;clear:both;content:""}
.ft_wr .ft_box{}
.ft_wr .ft_box h2{margin-bottom:15px}
.ft_wr .ft_info{display: flex; grid-column: 1 / 2; grid-row: 1 / 3; flex-wrap: nowrap; column-gap: 40px;}
.ft_wr .ft_info ul {}
.ft_wr .ft_info li {display: flex; font-size: 1.6em; color: rgba(0,0,0,0.6); line-height: 40px;}
.ft_wr .ft_info li p {display: inline-block; word-break: keep-all;}
.ft_wr .ft_info li span {display: inline-block; flex: 0 0 100px; color: rgba(0,0,0,.38); width: 100px; margin-right: 20px; white-space: nowrap;}

.ft_wr1{background:#f3f3f3}
#ft_company{padding: 0; text-align:left;font-size:1.6em; grid-column: 2 / 3; grid-row: 1 / 2; margin:auto 0 0 auto;}
#ft_company:after {display:block;visibility:hidden;clear:both;content:""}
#ft_company a{display:inline-block;color:#000;}
#ft_company a:last-child {margin-left: 8px;}
#ft_company span {font-size: 14px; color: rgba(0,0,0,.12); margin-left: 8px;}
.ft_copy{float:right; font-size: 1.6em; color: rgba(0,0,0,.38); grid-column: 2 / 3; grid-row: 2 / 3; margin-right: 0; margin-top: auto; text-align: end; white-space: nowrap;}


#ft_to_top{position:fixed; display: flex; justify-content: center; align-items: center; bottom:30px;right:30px;width:60px; height: 60px; line-height:40px;background:var(--color-point);text-align:center;border-radius:30px;
-webkit-box-shadow:1px 1px 1px rgba(0,0,0,0.2);        
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
-webkit-transition: all 0.30s ease-in-out;
-moz-transition: all 0.30s ease-in-out;
-ms-transition: all 0.30s ease-in-out;
-o-transition: all 0.30s ease-in-out;}
#ft_to_top:hover{opacity:1;
-webkit-box-shadow:1px 1px 15px rgba(0,0,0,0.09);        
-moz-box-shadow: 1px 1px 15px rgba(0,0,0,0.09);
box-shadow: 1px 1px 15px rgba(0,0,0,0.09)}

#ft_to_top i {display: block; background: url('../img/icon-top.svg') no-repeat center center; width: 24px; height: 24px; background-size: 24px; object-fit: contain; } 

@media (max-width: 1200px) {
    .ft_wr .ft_info {column-gap: 20px;}
    .ft_wr .ft_info li {font-size: 1.5em;}
    .ft_wr .ft_info li span {width: 90px; flex: 0 0 90px;}
    .ft_copy {font-size: 1.5em;}
    
}

@media (max-width: 969px){
    .ft_wr {padding: 32px 0; }
    .ft_wr .ft_grid {row-gap: 30px; grid-template-columns: 1fr; grid-template-rows: auto auto auto;}
    .ft_wr .ft_box{width:100%;padding:0}
    .ft_wr #menu_logo {margin-bottom: 32px;}
    .ft_wr #menu_logo img {height: 24px;}
    .ft_wr .ft_info {order: 2;grid-column: 1 / 2; grid-row: 2 / 3; flex-direction: column;}
    .ft_wr .ft_info li {font-size: 1.4em; line-height: 30px;}
    .ft_wr .ft_info li span {width: 85px; margin-right: 10px;}
    #ft_company{font-size: 1.4em; order: 1; grid-column: 1 / 2; grid-row: 1 / 2;}
    .ft_copy{float:none;order: 3; font-size: 1.4em;grid-column: 1 / 2; grid-row: 3 / 4; text-align: initial;}
}

@media (max-width:639px){
    .ft_wr .ft_box{}
    .ft_wr .ft_box h2{margin-bottom:10px}
    .ft_wr .ft_box strong{margin-bottom:10px}
}

@media (max-width:375px){
    .ft_copy {font-size: 12px;}
}

/* 목록 바로가기 */
.sanchor {margin:0 0 5px;padding:0}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {float:left;list-style:none;width:25%;border-top:2px solid #000;text-align:center;  overflow: hidden;  white-space: nowrap;letter-spacing:0.2em;font-size:0.93em}
.sanchor a {display:block;padding:10px;border-left:1px solid #ededed;border-bottom:1px solid #ededed;background:#fcfcfc;text-decoration:none;color:#484848}
.sanchor a:focus, .sanchor a:hover {background:#eee;text-decoration:none}
.sanchor a.sanchor_on {background:#fff;text-decoration:none;border-bottom:1px solid #fff;}


/* Customer Sevice */
.noti_cs {display: block;}
.noti_cs:after {display:block;visibility:hidden;clear:both;content:""}


.cs_box {position: relative;background-color: #000; padding: 60px; float: right; width: calc(50% - 20px); margin-left: 20px; max-width: 770px;}
.cs_box h4 {font-size: 4.8em; font-weight: bold; margin-bottom: 30px; color: #fff; text-align: start;}
.cs_tit {display: block; position: relative; width: 100%; border-bottom: 1px solid rgba(255,255,255,.38); padding-bottom: 60px; margin-bottom: 60px;}
.cs_tit p {font-size: 2em; font-weight: 500; color: rgba(255,255,255,.8); margin-bottom: 5px;}
.cs_tit strong {font-size: 3.2em; font-weight: bold; color: rgba(255,255,255);}
.cs_bt p {font-size: 1.6em; color: rgba(255,255,255,.8);}
.cs_bt p + p {margin-top: 8px;}

@media (max-width: 969px){

    .cs_box {float: none; padding: 32px; margin: 0; width: 100%; max-width: 100%;}
    .cs_box h4 {font-size: 2.4em; margin-bottom: 32px; line-height: 1.375;}
    .cs_tit {margin-bottom: 32px; padding-bottom: 32px;}
    .cs_tit p {font-size: 1.4em; line-height: 1.14;}
    .cs_tit strong {}
    .cs_bt p {font-size: 1.4em; line-height: 1.246;}
}




/* ####### 쇼핑몰 컨텐츠 ####### */

.st_bg{display: inline-block;width: 1px;height: 10px;margin: 0 10px;background: #e2e1e0;vertical-align: -1px;}

#sod_chk {padding:0 0 40px 0;}
.sod_list {padding:0 0px 10px;}
.sod_list .sod_li {background:#fff;border: 1px solid rgba(0,0,0, 0.12); border-right: none; border-left: none;}
.sod_list .sod_li + .sod_li {margin-top: -1px;}
.sod_list .li_name{line-height:1.6em;padding: 10px 10px;font-size:1.6em}
.sod_list .li_op_wr{position:relative;margin:16px; margin-top: 0;padding-left:90px;min-height:80px}
.sod_list .total_img{position:absolute;top:0;left:0}
.sod_list .mod_options{padding: 0 7px;border: 1px solid #38b2b9;color: #38b2b9;background: #fff;height: 23px;line-height: 21px;margin: 5px 0 0;}
.sod_list .li_prqty{margin:16px ;border-top:1px solid #dcdcdc;padding:10px 0 0}
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:''}
.sod_list .li_prqty_sp{float:left;width:50%;display:block;line-height:1.6; padding:0 20px; font-size: 14px;text-align :right;}
.sod_list .li_prqty_sp:nth-child(odd) {padding: 0 16px 0  0;}
.sod_list .li_prqty_sp:nth-child(even) {padding: 0  0  0 16px;}
.sod_list .li_prqty_sp span{float:left}
.sod_list .prqty_sc,.sod_list .prqty_price{border-right:1px solid #dcdcdc}
.sod_list .total_price{display: flex; align-items: center; justify-content: space-between; background: var(--color-point-5); border: 1px solid rgba(0,0,0, 0.12); clear:both;margin:16px;text-align:right;padding:10px;}
.sod_list .total_price span{float:left; font-size: 14px; color: rgba(0,0,0,0.6); line-height: 19px;}
.sod_list .total_price strong{font-size:1.6em;color:var(--color-point)}
.sod_opt li {color: rgba(0,0,0, 0.6); margin:0 0 10px 0;line-height: normal; font-size: 1.6em;}

#sit_opt_added {margin:0;padding:0;border-bottom:0;list-style:none;}
#sit_opt_added li {padding:40px;margin:0;position:relative;background-color: rgba(0, 0, 0, .02); margin-top: 15px;}
#sit_opt_added li .opt_name{font-size: 2em; color: rgba(0,0,0, 0.8); width: calc(100% - 30px); overflow-x: hidden; text-overflow: ellipsis;}
#sit_opt_added li .opt_count{margin-top: 20px;}
#sit_opt_added li .opt_count:after {display:block;visibility:hidden;clear:both;content:""}
#sit_opt_added button {float:left;width:24px;height:24px; border: none; color: transparent;}
#sit_opt_added button.sit_qty_minus {background: url(../img/icon_minus.png)no-repeat center center; background-size: cover;text-indent: 100%; white-space: nowrap; overflow: hidden;}
#sit_opt_added button.sit_qty_plus {background: url(../img/icon_add.png)no-repeat center center; background-size: cover;text-indent: 100%; white-space: nowrap; overflow: hidden;}
#sit_opt_added button:hover{color:transparent}
#sit_opt_added .num_input {float:left;border:0;height:25px; text-align:center;color:#000; font-size: 1.6em; font-weight: 500; background: transparent;}
#sit_opt_added .sit_opt_del{background-color: transparent; position: absolute; top: 40px; right: 40px; border: 0; color: transparent; background: url(../img/icon_close2.png)no-repeat center center; width: 20px; height: 20px; opacity: 1; background-size: contain; text-indent: 100%; white-space: nowrap; overflow: hidden;}
#sit_opt_added .sit_opt_prc{float:right;display:block;padding:0;text-align:right;font-weight:500; font-size: 2em;}
#sit_opt_added .sit_opt_prc span {font-size: 16px; color: rgba(0,0,0,0.6);margin-left: 3px; font-weight: 400;}






/* 장바구니 */
#mod_option_frm{position:fixed;top:50%;left:50%;transform: translate(-50%, -50%); background:#fff;max-width:480px; width: 100%;max-height:500px;overflow-y:auto;z-index:99;border-radius:0 0 3px 3px;
-webkit-box-shadow:1px 5px 15px rgba(0,0,0,0.4);
-moz-box-shadow:1px 5px 15px rgba(0,0,0,0.4);
box-shadow: 1px 5px 15px rgba(0,0,0,0.4);}
#mod_option_frm h2{height:60px; font-size:1.6em; line-height: 1.2;  border-bottom: 1px solid #f1f1f1;padding:20px; font-weight: 500;}
#mod_option_frm  #sit_sel_option{border-top:1px solid #eee;margin:20px }
#mod_option_frm #sit_tot_price{margin:16px;text-align:right; font-size: 1.4em; }
#mod_option_frm #sit_tot_price .sit_pr > span {margin-right: 10px;}
#mod_option_frm #sit_tot_price .solid_b {margin: 0 0 16px 0;}
#mod_option_frm #sit_tot_price .noti_vat {margin: 0 10px;}
#mod_option_frm #sit_sel_option ul{border:0 }
#mod_option_frm h3{font-size: 15px; font-weight: 500; margin: 0 0 10px;color:rgba(0,0,0, 0.6);}
#mod_option_frm .option_wr {margin:16px; }
#mod_option_frm .option_wr label{margin: 0 0 5px;display:block}
#mod_option_frm .option_wr select{width:100%; border: 1px solid rgba(0,0,0, 0.12);margin: 0 0 5px; padding: 0 20px; background: url(../img/icon_arrow_next.png)no-repeat center right 20px; background-size: 24px;  font-size: 1.6em; font-weight: 500; color: #000;
    -webkit-appearance:none; /* for chrome */
    -moz-appearance:none; /*for firefox*/
    appearance:none;
}
#mod_option_frm .option_wr select::-ms-expand{ display:none;/*for IE10,11*/ }
#mod_option_frm .btn_confirm{margin:16px ; }
#mod_option_frm .btn_confirm .btn_submit{height:48px;font-weight:500;width:100%; font-size: 1.4em;}
#mod_option_frm .btn_confirm .btn_close{background: url('../img/icon_close2.png') no-repeat center center; background-size: contain; filter: brightness(0); position:absolute;top:20px;right:20px;width:20px;height:20px;border:0; font-size:1.25em}
#mod_option_frm li .opt_name {font-size: 1.6em;}
#mod_option_frm .sit_opt_prc {font-size: 1.6em;}


#sod_bsk{padding:20px 0 0;}
#sod_bsk:after {display:block;visibility:hidden;clear:both;content:''}
#sod_bsk .btn_del_wr{display: flex; gap: 10px; padding-top: 20px;}
#sod_bsk .btn_del_wr .btn01{width: 120px; font-size: 1.6em; }
#sod_bsk .sod_ta_wr{background:var(--color-point-5);padding:20px;}
#sod_bsk .go_shopping{margin: 0px;}
#sod_bsk .go_shopping .btn_b01{width:100%;text-align:center;display:block}
#m_sod_bsk_tot{}
#sod_bsk #m_sod_bsk_tot  {background:none;padding:0}
#m_sod_bsk_tot:after{display:block;visibility:hidden;clear:both;content:""}
#m_sod_bsk_tot dt{float:left;width:40%;padding: 0 0 20px;line-height:20px;clear:both; font-size: 1.6em; color: rgba(0,0,0, 0.38);}
#m_sod_bsk_tot dd{float:left;width:60%;padding:0 0 20px;text-align:right;line-height:20px; font-size: 1.6em; color: rgba(0,0,0, 0.6);}
#m_sod_bsk_tot dd strong {color: #000; font-weight: 400;}
#m_sod_bsk_tot .sod_bsk_cnt{border-top:1px solid rgba(0,0,0,0.12);font-weight:400; line-height:25px; padding-top: 20px;}
#m_sod_bsk_tot dt.sod_bsk_cnt {font-size: 2em; line-height: 1.45;}
#m_sod_bsk_tot dd.sod_bsk_cnt {font-size: 1.4em;}
#m_sod_bsk_tot .sod_bsk_cnt strong{font-size:1.71em; font-weight: 500;}
#sod_bsk_act .btn_submit{font-size:2em;font-weight:400;width:100%;margin:20px 0 0;}

.cart_list:after {display:block;visibility:hidden;clear:both;content:''}  
.cart_list .sod_li{background:#fff;border:1px solid rgba(0,0,0, 0.38); margin:0 0 20px 0;position:relative; border-radius: 8px; overflow: overlay;}
.cart_list .sod_li:hover{border:1px solid var(--color-point) ;}
.cart_list .sod_li:after {display:block;visibility:hidden;clear:both;content:''}  
.cart_list .li_op_wr{padding:40px;padding-left:200px;min-height:200px;position:relative; display: flex; flex-direction: column; justify-content: space-between;}
.cart_list .li_name{padding:35px 40px 0; display: flex; align-items: center; vertical-align: middle;}
.cart_list .li_name a {line-height: 1.2; font-size: 2.8em; font-weight: 500;}
.cart_list .li_name span label {vertical-align: middle;}
.cart_list .total_img {position:absolute;top:40px;left:40px}
.cart_list .price_wr {display: flex;}
.cart_list .li_prqty{background:#f8f9fa;padding:40px;float:left;width:75%}
.cart_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:''}  
.cart_list .li_prqty_sp {display:block;width:33.33%;float:left;border-left:1px solid  rgba(0,0,0, 0.12);padding:0 10px;text-align:center;line-height:20px; font-size: 1.6em;}
.cart_list .li_prqty_sp:first-child{border-left:0}
.cart_list .li_prqty_sp span{display:block;color: rgba(0,0,0, 0.6);font-size:1em;margin-bottom:20px}
.cart_list .li_prqty_sp strong {font-weight: 400; font-size: 1.25em;}
.cart_list .total_price{line-height:20px;background:var(--color-point-3);color:var(--color-point2);padding:40px;float:left;width:25%;text-align:center; font-size: 1.6em;}
.cart_list .total_price:after{display:block;visibility:hidden;clear:both;content:""}
.cart_list .total_price span{display:block;color:rgba(0,0,0, 0.6);font-size:1em;margin-bottom:20px}
.cart_list .total_price strong {font-weight: 500; font-size: 1.25em;}
.cart_list .mod_btn{padding:0 10px; width: 120px; height:48px;margin:20px 0 0 0;font-size:16px; border-color: rgba(0,0,0, 0.38); color: rgba(0,0,0, 0.6);}

.cart_list .empty_list {font-size: 1.6em; padding: 100px 0 !important;}

@media (min-width: 970px){
    .sod_bsk_left{float:left;width:72.5%;padding:0 2.5% 0 0;height:100%;}
    #sod_bsk{position:relative;padding:0}
    #sod_bsk .sod_ta_wr{float:right;width:27.5%;height:100%;padding:40px;position:relative;z-index:9; border-radius: 8px;}
    #sod_bsk .sod_ta_wr.fixed{position:fixed;top:0;right:0;z-index:10}
    .go_shopping {}
}

@media (max-width: 969px){
    #m_sod_bsk_tot dt {padding:  0 0 10px 0; font-size: 1.4em;}
    #m_sod_bsk_tot dd {padding: 0 0 10px 0; font-size: 1.4em;}
    #m_sod_bsk_tot dt.sod_bsk_cnt {padding-top: 10px;}
    #m_sod_bsk_tot dd.sod_bsk_cnt {padding-top: 10px; font-size: 1.6em;}
    #m_sod_bsk_tot .sod_bsk_cnt strong {font-size: 20px;}
    #sod_bsk_act .btn_submit {margin: 10px 0 0 ; font-size: 1.4em;}
    #sod_chk {padding: 0 0 32px 0;}
    .cart_list {width: calc(100% + 32px); margin: 0 -16px;}
    .cart_list .sod_li{margin:0 0 10px 0; border-radius: 0;}
    .cart_list .li_name {padding: 16px 16px 0;}
    .cart_list .li_name a {font-size: 2em;}
    .cart_list .li_op_wr {padding: 16px; padding-left: 152px; min-height: 152px;}
    .cart_list .total_img {top: 16px; left: 16px;}
    .cart_list .price_wr {flex-wrap: wrap;}
    .cart_list .li_prqty{width:100%;padding:16px}
    .cart_list .total_price{width:100%;padding:16px}
    .cart_list .total_price span{display:inline-block;margin:0;color:#000;margin-right:10px;}
    .cart_list .li_prqty_sp {border: none;}
    .cart_list .li_prqty_sp span {margin-bottom: 8px; font-size: 14px;}
    .cart_list .mod_btn {font-size: 14px;}
    #sod_bsk{padding:0}
    #sod_bsk .sod_ta_wr {width: calc(100% + 32px); margin: 0 -16px -64px; padding:35px 16px 32px 16px;}
    #sod_bsk .btn_del_wr {padding: 16px 0  32px;}
    #sit_opt_added li {padding: 16px;}
    #sit_opt_added .sit_opt_del {top: 16px; right: 20px; width: 16px; height: 16px;}
    #sit_opt_added li .opt_name {font-size: 1.167em;}
    #sit_opt_added button {width: 20px; height: 20px;}
    #sit_opt_added .num_input {height: 20px;}
    #sit_opt_added .sit_opt_prc {line-height: 1.2;}
    #sit_opt_added li .opt_count {margin-top: 16px;}

    #mod_option_frm {width: calc(100% - 3.2em);}
    
}
/* 주문서 작성 */
#sod_frm {}
#sod_frm::after {content: ''; display: block; visibility: hidden; clear: both;}
#sod_frm .od_prd_list{margin:0px;background:#fff; margin-bottom: 40px;}
.od_prd_list .td_chk{border-left:0;}
.od_prd_list .td_prd{border-left:0;position:relative;padding: 20px; padding-left:120px;}
.od_prd_list .td_prd .sod_img{position:absolute;top:20px;left:20px}
.od_prd_list .td_prd .sod_name{min-height:80px; font-weight: 500; font-size: 2em;}
.od_prd_list .td_prd .sod_name > span {display: block; margin-bottom: 20px;}
.od_prd_list .td_prd .prd_name{font-size:1.167em}
.od_prd_list .total_prc{color:#ff006c;font-weight:bold;font-size:1.167em}
.od_prd_list .td_prd ul li {font-size: 16px; color: rgba(0, 0, 0, 0.6); font-weight: 400;}
.od_prd_list .tbl_head03 td, .od_prd_list .td_numbig, .od_prd_list .td_dvr, .od_prd_list .td_num {padding: 20px; width: 200px; font-size: 20px; text-align: center;}
#sod_frm .od_prd_list {overflow-x: auto;}
.tbl_head03 #sod_list {white-space: nowrap;}


#sod_frm_orderer{background:#fff; border-bottom: 1px solid #000 ; padding-bottom: 40px;}
#sod_frm_taker{background:#fff;margin-top:80px}
#sod_frm_taker h2,#sod_frm_orderer h2{ margin-bottom: 40px;font-size:2.4em;font-weight:bold}
.odf_list li{}
.odf_list label,.odf_list strong{display:block;color:#444;font-weight:normal}
.odf_list .frm_input{width:100%;}
.odf_list .dlv_slt div {background:#fff;border:1px solid #ccc;margin:5px 0;padding:10px}
.odf_list .dlv_slt div label{display:inline-block;margin:3px 0;color:#000}
#order_address{}
.odf_list .btn_addsch{position:absolute;top:5px;right:5px;border-radius:3px;height:30px;}
.odf_list .add_num{position:relative;display:block;}
.odf_list  textarea{border:1px solid rgba(0,0,0, 0.12);background: #fff;color: #000;vertical-align: middle;padding: 5px;width:100%;height:70px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}
#m_sod_frm_paysel {margin:10px 0 0 0 ;}
#m_sod_frm_paysel ul {margin:0 0 ;background:#fff;padding:10px;}
#m_sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#m_sod_frm_paysel ul + ul {margin-top: 10px;}
#m_sod_frm_paysel li {float:left;padding:20px 10px;width:46%;}


#m_sod_frm_paysel .lb_icon {}
#m_sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 30px 50%;width:37px;height:20px;overflow:hidden;font-size: 0;display:inline-block;background-size:auto}
#m_sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 30px 50%;width:46px;height:20px;overflow:hidden;font-size: 0;display:inline-block;background-size:auto;}
#m_sod_frm_paysel .PAYCO, #m_sod_frm_paysel .paycopay_icon{background:url('../../../img/payco.png') no-repeat 30px 50%;width:96px;height:20px;overflow:hidden;font-size:0; display: inline-block;background-size:auto;}
#m_sod_frm_paysel .inicis_lpay{background:url('../../../img/lpay_logo.png') no-repeat 30px 50%;width:35px;height:20px;overflow:hidden;font-size: 0;display:inline-block;background-size:auto;}
#m_sod_frm_paysel .inicis_kakaopay{background:url('../../../img/kakao.png') no-repeat 30px 50%;height:20px;width:74px;display:inline-block;overflow:hidden;font-size: 0; background-size:auto;}
#m_sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 30px 50%;height:20px;width:74px;display:inline-block;overflow:hidden;font-size: 0; background-size:auto;}
#m_sod_frm_paysel .samsung_pay{background: url('../../../img/samsungpay.png') no-repeat 30px 50%;height:20px;width: 116px;display:inline-block;overflow:hidden;font-size: 0; background-size:auto;}
#m_sod_frm_paysel .naverpay_icon{background: url('../../../img/nPay.svg') no-repeat 30px 50%;height:20px;width: 96px;display:inline-block;overflow:hidden;font-size: 0; background-size:auto;}
#m_sod_frm_paysel .lpay_icon{background: url('../../../img/lpay_logo.png') no-repeat 30px 50%;height:20px;width: 66px;display:inline-block;overflow:hidden;font-size: 0; background-size:auto;}
#m_sod_frm_paysel .ssgpay_icon{background: url('../../../img/ssgPay.svg') no-repeat 30px 50%;height:20px;width: 126px;display:inline-block;overflow:hidden;font-size: 0; background-size:contain;}
#m_sod_frm_paysel .skpay_icon{background: url('../../../img/11Pay.svg') no-repeat 30px 50%;height:20px;width: 96px;display:inline-block;overflow:hidden;font-size: 0; background-size:contain;}
#m_sod_frm_paysel .applepay_icon{background:url('../../../img/ico-mobile-applepay.png') no-repeat 30px 50%;height:20px;width:60px;display:inline-block;overflow:hidden;font-size: 0; background-size:contain}


#m_sod_frm_paysel .title_bs {margin-bottom: 10px; font-size: 1.6em; font-weight: bold;}
#m_sod_frm_paysel .title_pay {margin: 20px 0 10px; font-size: 1.6em; font-weight: bold;}
#m_sod_frm_paysel #settle_bank {border: none;}

#sod_frm .btn_confirm{padding:0 20px 20px;background:var(--color-point-5);margin:0 0 10px}
#sod_frm .btn_submit{width:100%;font-size: 2em;font-weight: 400;}
#sod_frm .btn_cancel,#sod_frm .btn01{width:100%;font-size:2em;font-weight: 400;padding:0}

#sod_frm_pay{padding:20px ;background:var(--color-point-5)}
#sod_frm_pay h2{margin:10px 0;font-size:1.5em;font-weight:500}
#sod_frm_pay .cp_btn1,#sod_frm_pay .cp_cancel1{margin-top:0}
.odf_tbl{position:relative}
.odf_tbl table{background:#fff;width:100%;border-collapse:collapse;border-bottom:1px solid #eee;background:#fff}
.odf_tbl table th{border:1px solid #eee;border-right:0;padding: 10px;text-align:left;width:120px;font-weight:normal}
.odf_tbl table td{border:1px solid #eee;border-left:0;padding:7px 10px;text-align:right}

#sod_frm_pt_alert{margin:10px 0;color:#328abd;}

.sod_frm_point {margin-top:10px;clear:both;background:#fff}
.sod_frm_point div{background:#fff;border-bottom:1px solid #eee;padding:10px;text-align:right}
.sod_frm_point div:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div label{float:left;line-height:30px}
.sod_frm_point div span{display:block;font-size:0.92em}
.sod_frm_point div span:after {display:block;visibility:hidden;clear:both;content:''}
.sod_frm_point div strong{float:left;color:#666;font-weight:normal}
.sod_frm_point #od_temp_point{height:30px;border:1px solid #ccc;text-align:right}

#settle_bank{background:#fff;padding:20px;text-align:right; clear:both;  font-size: 1.4em; border: 1px solid #eceff4;}
#settle_bank select{height:30px;margin:0 0 5px;width:100%;}
#settle_bank #od_deposit_name{height:30px;border:none;text-align:center;}
#settle_bank label{float:left;line-height:30px}
#sod_frm_pt_info{border-bottom:1px solid #ccc}
.od_coupon{position:fixed;top:50%;left:50%; transform: translate(-50%, -50%); background:#fff;width:100%; max-width: 480px; max-height: 500px; overflow-y: auto; z-index:99;border-radius:0 0 3px 3px;border:1px solid #eee; font-size: 10px;
-webkit-box-shadow:1px 1px 5px rgba(0,0,0,0.4);
-moz-box-shadow: 1px 1px 5px rgba(0,0,0,0.4);
box-shadow: 1px 1px 5px rgba(0,0,0,0.4);}
.od_coupon h3{height:60px; font-size:1.6em; line-height: 1.2;  border-bottom: 1px solid #f1f1f1;padding:20px; font-weight: 500;}
.od_coupon .tbl_head02{margin:20px; width: calc(100% - 40px);}
.od_coupon .tbl_head02 .btn_frmline {background:#3b67c2;color:#fff;border:0;padding:0 5px;line-height:25px }
.od_coupon .tbl_head02 td{text-align:left;background:#fff !important;border-right:0; font-size: 1.4em;}
.od_coupon .tbl_head02 th{width:auto !important;border-left:0; font-size: 1.4em; border-top: none;}
.od_coupon .tbl_head02 .td_mngsmall{width:60px;text-align:center}
.od_coupon .tbl_head02 .td_numbig{width:80px;text-align:right}
.od_coupon .btn_confirm{padding: 20px !important; width: 100% !important; margin: 0 !important;}
.od_coupon .btn_confirm .btn_submit{height:40px;font-size:1.167em;font-weight:bold;width:100%;}
.od_coupon .btn_confirm .btn_close{background: url('../img/icon_close2.png') no-repeat center center; background-size: contain; filter: brightness(0); position:absolute;top:20px;right:20px;width:20px;height:20px;border:0; font-size:1.25em}

.od_coupon .empty_list {font-size: 1.4em;}

.cp_btn ,.cp_btn1{padding:5px 10px; border:1px solid #38b2b9;color:#38b2b9;background:#fff; line-height:20px;margin:5px 0 0; font-size: 14px; }
.cp_apply{background:#3b67c2;color:#fff;border:0;padding:5px 10px; line-height:20px; font-size: 14px; }
.cp_cancel,.cp_cancel1 {padding:5px 10px;border:1px solid #aaa;color:#666;background:#fff; line-height:20px;margin:10px 0 0 4px; font-size: 14px;}

#sod_frm_escrow{margin:10px;}
#sod_frm_escrow h2{font-size:1.5em}
#od_pay_sl h3{font-size:1.5em;font-weight:500}

.sod_left{float:left; width:calc(100% - 440px);padding:0 40px 0 0 ;vertical-align:top;}
.sod_right{float: right; width:440px;background:var(--color-point-5); border-radius: 8px; padding:40px;vertical-align:top;height:100%}
.sod_right #sod_frm_pay{padding:0 ;background:transparent}
#sod_frm .sod_right .btn_confirm{display: flex; flex-direction: column; gap: 10px; padding:0 ;background:transparent;margin:40px 0 0}
#sod_frm .sod_right .btn01 {font-size: 2em;}

/* 주문서 작성 mobile */
.sod_frm_mobile#sod_frm #sod_frm_pay {padding: 32px 16px 0; border-radius: 8px 8px 0 0; margin-top: 40px;}
.sod_frm_mobile#sod_frm .btn_confirm {display: flex; flex-direction: column; gap: 10px; padding: 40px 16px 32px; margin: 0 0 -120px 0;}
.sod_frm_mobile#sod_frm #m_sod_bsk_tot .sod_bsk_cnt strong {color: var(--color-point); font-weight: bold;}
.sod_frm_mobile#sod_frm #m_sod_bsk_tot dt.sod_bsk_cnt {font-size: 2em;}
.sod_frm_mobile#sod_frm #sod_frm_orderer {margin-top: 40px;}

/* 쿠폰 */
#scp_list ul { margin: 0 20px; display: flex; flex-direction: column; gap: 20px;}
#scp_list li{position:relative;padding: 0; font-size: 1.4em; border: 1px solid rgba(0, 0, 0, .12);padding: 20px;}
#scp_list .li_pd{position:relative;padding:10px}
#scp_list .li_title{font-weight:bold;font-size:1.167em;}
#scp_list .pd_price{position:absolute;top:10px;right:10px}
#scp_list .pd_price strong{color:#ff006c;font-size:1.8em;}
#scp_list .li_target{color:#666;margin:5px 0 0;background:#f3f3f3;border-top:1px dotted #ccc;padding:5px 10px;}
#scp_list .pd_date{float:right;color:#777}

.frm_about_wr {display: flex; flex-wrap: wrap; column-gap: 20px;}
.frm_about_wr .frm_about{display: inline-block; width: calc(50% - 10px); margin-bottom: 40px;}
.frm_about_wr .frm_about label {display: block; font-size: 1.4em; margin-bottom: 10px;}
.frm_about_wr .frm_about input {font-size: 1.4em; width: 100%;}

.frm_about_wr .frm_about.od_addr_wr {width: 100%; display: flex; gap: 10px; flex-wrap: wrap;}
.frm_about_wr .frm_about.od_addr_wr > label {width: 100%; margin-bottom: 0;}
.frm_about_wr .frm_about.od_addr_wr .frm_about {margin-bottom: 0;}
.addr_wr {display: flex; width: 100%}
.addr_wr .frm_about {display: flex; margin-bottom: 0;}
.addr_wr button {font-size: 1.6em; font-weight: 400; width: 120px; flex: 0 0 auto;}

.frm_about_wr .frm_about.sod_aws {width: 100%; margin-bottom: 0;}

/* 배송지 목록 */
#sod_addr {}
#sod_addr ul {margin:0;padding:0;list-style:none}
#sod_addr li {position:relative;padding:0;border-bottom:1px solid #e9e9e9; border-radius: 0;}
#sod_addr .addr_title{border-bottom:1px solid #ddd;padding: 16px 16px 0px 40px;}
#sod_addr .ad_subject{height:30px ;border:1px solid #bbb;width:100%;padding:0 10px}
#sod_addr .ad_chk{position:absolute;top:20px;left:10px}
#sod_addr .addr_info{padding:16px 0;}
#sod_addr .addr_name{margin:0 0 10px;font-weight:bold;font-size:1.6em}
#sod_addr .addr_addr{line-height:1.8em;margin:5px 0;font-size: 1.4em;}
#sod_addr .addr_tel{margin:5px 0; font-size: 1.4em;}
#sod_addr .fa-mobile{font-size:14px}
#sod_addr .addr_btn{border-radius:0;padding:16px 0; padding-top: 0;}
#sod_addr .addr_btn:after {display:block;visibility:hidden;clear:both;content:""}
#sod_addr .addr_btn .btn {padding: 0 10px;}
#sod_addr .sel_address{width:32.3%;float:left;margin-right:1%;}
#sod_addr .del_address{display:block;width:32.3%;text-align:center;float:left;margin-right:1%; background-color: #fff !important; border: 1px solid rgba(0, 0, 0, .38) !important; color: rgba(0, 0, 0, .38) !important; font-size: 1.4em;}
#sod_addr input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px; font-size: 1.4em}
#sod_addr .add_lb {display: inline-block;float:left;width:32.3%;text-align:center;border:1px solid #4162ff;color:#4162ff; font-size: 1.4em}
#sod_addr input[type="radio"]:checked+.add_lb {z-index:3;background:#4162ff;color:#fff}
#sod_addr .win_btn .btn_submit {height: 60px; line-height: 60px; border-radius: 0; font-weight: 500;}


/* 주문내역 */
#sod_v {margin:0}
#sod_v .td_stat {width:100px}
#sod_v_info {margin: 0 0 10px;padding: 10px; background: #edf5f8;color: #268fb6; text-align: center;border: 1px solid #d3e8ef;}


/* 주문상세내역 */
#sod_list_inq{}
#sod_list_inq.sod_list {padding:  0 0 16px;}
#sod_list_inq.sod_list .total_price{font-weight: bold; color: var(--color-point2); font-size: 1.6em;}
#sod_list_inq.sod_list .total_price span {font-weight: normal; }
#sod_list_inq.sod_list .li_name {padding: 16px; font-weight: 500; font-size: 2em;}
#sod_list_inq.sod_list .li_name
#sod_list_inq.sod_list .sod_opt {font-size: 1.6em;}
.sod_fin_list .sod_ta_wr{padding:16px;background:#f3f3f3}
.sod_fin_list h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
.sod_fin_list .prqty_stat{position:absolute;top:0;right:0;padding:4px 10px; font-size: 1.4em; background:#6583c5;color:#fff}
.sod_fin_list .li_opt{color: #777;margin: 3px 0;line-height: 1.3em;padding-right:50px}
#sod_sts_wrap{margin:0 0 16px}
#sod_sts_explan_open{padding: 0 10px;height: 30px;font-size: 1.2em; border: 1px solid #eee;;color: #333;background:none}
#sod_sts_explan{display:none}
#sod_fin_legend{background:#f7f7f7;;margin:0 0 20px;padding:16px;line-height:20px; font-size: 1.2em;}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_legend dt{float:left;width:20%}
#sod_fin_legend dd{float:left;width:80%}
#sod_fin_view{margin:20px 0;}
#sod_fin_view h2 {position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_fin_view h3{font-size:1.4em;margin:20px 0 10px}
#sod_fin_view .odf_tbl table th {padding: 20px; font-size: 1.4em;}
#sod_fin_view .odf_tbl table td {padding: 20px 20px 20px 0; font-size: 1.4em;}

#sod_fin_no{margin: 0 0 10px;padding: 20px;background: var(--color-point-5);font-size: 1.6em; color: var(--color-point); text-align: center;border: 1px solid var(--color-point-5); }

#sod_fin_tot{margin:10px 0}
#sod_fin_tot h2{font-size:1.4em;margin:20px 0 10px}
#sod_fin_tot ul{margin:0;padding:0;list-style:none}
#sod_fin_tot li{padding:20px;background: var(--color-point);border-bottom:1px solid #fff;color:#fff;zoom:1; font-size: 1.4em;}
#sod_fin_tot li:after{display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy{border-bottom:0 !important}
#sod_fin_tot #alrdy .right{margin-top:10px;text-align:right;color:#f3f3f3;font-size:0.9em}
#sod_fin_tot #alrdy .right p{position:relative}
#sod_fin_tot #alrdy .right .title{position:absolute;left:0;padding-left:8px}
#sod_fin_tot strong {float:right}

#sod_fin_cancel{margin:10px 0;}
#sod_fin_cancel h2{position:absolute;border:0;font-size:0;line-height:0;content:""}
#sod_fin_cancel h2 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#sod_fin_cancel button {height:40px;border:1px solid #5e6b6f;font-weight:500;width:100%;background:none;color:#5e6b6f; font-size: 1.4em;}
#sod_fin_cancel p{text-align:center;background:#ffe0e0;border:2px solid #d50c0c;padding:15px;color:#d50c0c;font-size:1.4em;font-weight:bold}
#sod_fin_cancelfrm {display:none;margin:10px 0 0;text-align:center;background:#fff;padding:15px}
#sod_fin_cancelfrm .frm_input {background:#fff;margin: 0 0 5px;width:100%}
#sod_fin_cancelfrm .btn_frmline{background:#5e6b6f;color:#fff;border:0;padding:10px;width:100%;cursor:pointer}
#sod_fin_test {padding:10px}
#sod_fin{margin:0px}

@media (max-width:969px) {
    .tbl_head03 #sod_list thead th {font-size: 14px; padding-bottom: 32px;}
    .od_prd_list .td_prd .sod_name {font-size: 1.6em;}
    .od_prd_list .td_prd .sod_opt {margin-top: 10px;}
    .od_prd_list .td_prd .sod_opt li {font-size: 14px;}
    .od_prd_list .tbl_head03 td, .od_prd_list .td_numbig, .od_prd_list .td_dvr, .od_prd_list .td_num {font-size: 14px;}

    #sod_frm .btn_submit{width:100%;font-size: 1.6em;font-weight: 400;}
    #sod_frm .btn_cancel,#sod_frm .btn01{width:100%;font-size:1.6em;font-weight: 400;padding:0}
    #sod_frm .sod_right .btn01 {font-size: 1.6em;}
    #sod_frm .sod_right .btn_confirm {gap: 8px;}
    .frm_about_wr .frm_about label {margin-bottom: 8px;}

    /* 주문서 작성 mobile */
    .sod_frm_mobile#sod_frm .sod_list {width: calc(100% + 32px); margin:  0 -16px; }
    .sod_frm_mobile#sod_frm #sod_frm_pay {width: calc(100% + 32px); margin: 0 -16px;}
    .sod_frm_mobile#sod_frm .btn_confirm {width: calc(100% + 32px); margin: 0 -16px -64px; gap: 8px;}
    .sod_frm_mobile#sod_frm #m_sod_bsk_tot dt.sod_bsk_cnt {font-size: 16px;}
    .sod_frm_mobile#sod_frm .sod_list .li_name {padding: 16px;}

    #sod_fin_no {padding: 16px;}
    #sod_fin_view .odf_tbl table th {padding: 16px;}
    #sod_fin_view .odf_tbl table td {padding: 16px 16px 16px 0;}
    #sod_fin_tot li {padding: 16px;}

    .od_coupon {width: calc(100% - 3.2em);}
    .od_coupon .tbl_head02 th {padding-bottom: 10px !important;}

    #sod_addr .win_btn .btn_submit {height: 48px; line-height: 48px;}

}


/* 마이페이지 */

#smb_my {position:relative;max-width:1280px;margin:0 auto;}
#smb_my_ov{}

.my_mn_w {display: flex;}
.my_lw {flex:  0 0 240px; width: 240px;margin-bottom: 30px; margin-right: 7.5%; transition: margin 0.3s linear;}
.my_rw {flex: auto; }
.my_lw ul {}
.my_lw li{font-size: 1.6em; font-weight: 500; margin-top: 30px;line-height: 15px;}
.my_lw li a.active {font-weight: bold; color: var(--color-point);}
.my_menu {margin-bottom: 60px;}

.my_lw .hello_name{display: flex; align-items: center; margin-bottom: 68px;}
.my_lw h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.my_lw h5 {font-size: 2em; font-weight: bold; margin-bottom: 30px;}
.my_lw .my_img{border-radius: 50%; overflow: hidden; width: 60px; height: 60px;}
.my_lw .btn_edit{background: url(../img/mobile/icon_edit.png)no-repeat center center; width: 24px; height: 24px; background-size: contain;}
.my_lw .btn_edit:hover{}
.my_lw .my_name{font-size: 2em; font-weight: bold; margin: 0 15px;}
.my_lw .btn_out{position:absolute;top:0;right:0;background:#fff;border-bottom:1px solid #e6e6e6;border-left:1px solid #e6e6e6;border-radius:0 0 0 5px;padding:0 5px;line-height:22px;font-size:11px;color:#777}

#smb_my_wr {min-height:560px}
.my_cou_wr{background-color: #000; color: #fff; margin-bottom: 50px; padding: 30px 0;}
.my_cou_wr:after {display:block;visibility:hidden;clear:both;content:""}
.my_cou_wr .my_cou{float:left;width:33.333%; padding: 0 30px;  border-right:1px solid rgba(255,255,255,.2); border-left:1px solid rgba(255,255,255,.2);}
.my_cou_wr .my_po{float:left;width:33.333%; padding: 0 30px; color: #fff;}
.my_cou_wr .my_review{float: left; width: 33.333%; padding: 0 30px; color: #fff;}
.my_cou_wr img{margin:0 0 0 5px ;width:24px;height:24px; filter: opacity(0.8);}
.my_cou_wr a  span{color:rgba(255,255,255,.8); font-size: 2em; font-weight: 500;  line-height: 1.2;}
.my_cou_wr .my_count {font-size: 3.34em; font-weight: bold; line-height: 56px; margin-top: 15px;}


#smb_my_od{margin:0 0 50px;padding: 0}
#smb_my_od h2{margin:0 0 10px;font-size:2em;font-weight:bold; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center;}
#smb_my_od h2 a{font-weight: 500; display: inline-flex; align-items: center;}
#smb_my_od a i {display: inline-block; background: url(../img/mobile/icon_more.svg)no-repeat; background-size: contain; width: 48px; height: 48px;margin-left: 6px;}

#smb_my_wish h2{margin:0 0 10px;font-size:2em;font-weight:bold; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center;}
#smb_my_wish h2 a{font-weight: 500; display: inline-flex; align-items: center;}
#smb_my_wish a i {display: inline-block; background: url(../img/mobile/icon_more.svg)no-repeat; background-size: contain; width: 48px; height: 48px;margin-left: 6px;}

#smb_my_wish ul:after {display:block;visibility:hidden;clear:both;content:""}
#smb_my_wish li{float:left;width:calc(25% - 22.5px); margin-right: 30px;}
#smb_my_wish li:last-child {margin-right: 0;}
#smb_my_wish li img{width:100%;height:auto;}
#smb_my_wish li  a{display:block;margin:5px 0;font-weight:bold}
#smb_my_wish .empty_list{width:100%;padding:120px 0 !important; font-size: 2em;}



/* 위시리스트 */
#sod_ws {margin:0;}
#sod_ws ul {width: 100%;}
#sod_ws ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_ws #wish_li li{position: relative; float:left;width:calc(25% - 22.5px); margin-right: 30px; margin-bottom: 30px;}
#sod_ws #wish_li li:nth-child(4n){margin-right: 0;}
#sod_ws #wish_li li:nth-child(4n + 1){clear: both;}
#sod_ws #wish_li li:nth-last-child(-n + 4) {margin-bottom: 0}
#sod_ws #wish_li + .pg_wrap {margin-top: 64px;}
#sod_ws .wish_img a {position: relative; padding-top: 100%; width: 100%; height: 100%; display: block;}
#sod_ws .wish_img img{position: absolute; top: 0; left: 0; object-fit: cover; object-position: center center; width: 100%; height: 100%;}
#sod_ws .wish_info{}
#sod_ws .wish_chk{position:absolute;top:5px;left:5px;z-index:9}
#sod_ws .info_date{color:#777;display:block;font-size:0.92em;margin:5px 0 0}
#sod_ws .wish_prd{display:block;font-weight:bold;font-size:1.083em}
#sod_ws .wish_del{ position: absolute; top: 5.64%; right: 5.64%;}
#sod_ws .wish_del a{display: block; width: 30px; height: 30px; line-height: 30px; font-size: 1.6em; text-align: center; vertical-align: middle;}
#sod_ws .wish_del a i {color: red;}
#sod_ws .sold_out{display:inline-block;padding:3px 5px;background:#ff0000;color:#fff}

#sod_ws_act {text-align:center;margin:10px 0;}
#sod_ws_act:after {display:block;visibility:hidden;clear:both;content:''}
#sod_ws_act .btn01{float:left;width:49%;height: 50px;background: #d50c0c;font-weight: bold;border: 0;color: #fff;font-weight: bold;font-size:1.5em}
#sod_ws_act .btn02{float:right;width:49%;height: 50px;border: 1px solid #d50c0c;color: #d50c0c;font-weight: bold;background: #fff;font-weight: bold;font-size:1.5em;}

#sod_ws #wish_li .empty_table {width: 100% !important; margin: 0; padding: 120px 0 !important; font-size: 2em;}

/* 마이페이지 테이블 공통 */
.sod_table {display: table; width: 100%; border-collapse: collapse; table-layout: fixed;}
.sod_table .sod_in_hd {display: table-header-group; border-bottom: 2px solid #000; border-top: 2px solid #000;}
.sod_table .sod_in_hd .sod_in_row{display: table-row;}
.sod_table .sod_in_hd .sod_in_row div {display: table-cell; position: relative; font-size: 2em; font-weight: 500; padding: 28.5px 7.5px 27.5px; text-align: center; line-height: 1.1; transition: width 0.3s linear;}

.sod_table ul {display: table-row-group; width: 100%; position: relative;}
.sod_table ul::after {content: ''; display: block; height: 100%; position: absolute; inset: 0; clear: both; position: relative;}
.sod_table li {background:transparent; border-bottom: 1px solid rgba(0,0,0, 0.12); width: 100%; display: table-row;}
.sod_table li > div {display: table-cell; position: relative; font-size: 2em; padding: 28.5px 7.5px 27.5px; text-align: center; line-height: 1.15; vertical-align: middle;}
.sod_table li .inv_status{font-size: 10px;}
.sod_table  + .empty_list {padding: 120px 0 !important; border-bottom: 1px solid rgba(0,0,0, 0.12); font-size: 2em; font-weight: 500;}

.sod_table .tb-80{width: 80px;}
.sod_table .tb-120{ width: clamp(96px, 10vw, 120px); max-width: 120px;}
.sod_table .tb-200{ width: 200px; }
.sod_table .tb-160{ width: 160px; }
.sod_table .tb-240{ max-width: 240px; width: clamp(120px, 14vw, 240px); min-width: 120px; }

.my_rw .date_wr {display: flex; align-items: center; gap: 10px; margin-bottom: 30px;}
.my_rw .date_wr > span {font-size: 1.6em;}
.my_rw .sch_input {position: relative; background: #fff; height: 48px; border: 1px solid rgba(0, 0, 0, 0.12); width: 100%; max-width: 200px;  padding: 14px 20px; color: #000; font-size: 16px; appearance: none; background: none;}
.my_rw input[type="date"].sch_input::-webkit-clear-button, .my_rw input[type="date"].sch_input.sch_input::-webkit-inner-spin-button  {display: none;}
.my_rw input[type="date"].sch_input::-webkit-calendar-picker-indicator {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: transparent; color: transparent;}
.my_rw .sch_btn {height: 48px; border: 0; width: 120px; background: #000; font-size: 1.6em; color: #fff; font-weight: 500; vertical-align: top;}


/* 주문내역 include  */

#sod_inquiry .sod_in_hd .sod_in_row .inquiry_idtime {width: 225.5px; padding-right: 7.5px; padding-left: 15px;}
#sod_inquiry .sod_in_hd .sod_in_row .idtime_time {width: 175px; padding-right:7.5px; padding-left: 7.5px;}
#sod_inquiry .sod_in_hd .sod_in_row .inquiry_name {min-width: 160px; padding-right:7.5px; padding-left: 7.5px; white-space: nowrap; width: 100%;}
#sod_inquiry .sod_in_hd .sod_in_row .inquiry_price {width: 215px; padding-right:7.5px; padding-left: 7.5px;}
#sod_inquiry .sod_in_hd .sod_in_row .inq_wr {width: 167.5px; padding-left: 7.5px; padding-right: 15px;}

#sod_inquiry li .inquiry_idtime{padding-right: 7.5px; padding-left: 15px;}
#sod_inquiry li .idtime_link{font-weight:500; color: rgba(0,0,0, 0.38);}
#sod_inquiry li .idtime_time{padding-right:7.5px; padding-left: 7.5px;  font-weight:500; color: rgba(0,0,0, 0.38);}
#sod_inquiry li .inquiry_name{padding-right:7.5px; padding-left: 7.5px; word-break: normal; overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap;  font-weight:500; color: #000; text-align: left;}
#sod_inquiry li .inquiry_name:hover a{color: var(--color-point);}
#sod_inquiry li .inquiry_price{padding-right:7.5px; padding-left: 7.5px; font-weight: bold;}
#sod_inquiry li .inquiry_price span { font-weight: 400; padding-left: 5px;}
#sod_inquiry li .inq_wr {padding-left: 7.5px; padding-right: 15px;}

#sod_inquiry li .inv_inv{}
#sod_inquiry li .inv_inv i{width:30px;height:30px;line-height:30px;background:#f3f3f3;text-align:center;color:#555;font-size:15px;margin-right:5px}

.status_01{font-size: 2em; font-weight: bold; color: rgba(0,0,0, 0.6);} /* 주문확인중 */
.status_02{font-size: 2em; font-weight: bold; color: #666;} /* 주문완료 */
.status_03{font-size: 2em; font-weight: bold; color: rgba(0,0,0, 0.8);} /* 상품준비중 */
.status_04{font-size: 2em; font-weight: bold; color: #000;} /* 배송중 */
.status_05{font-size: 2em; font-weight: bold; color: var(--color-point);} /* 배송완료 */
.status_06{font-size: 2em; font-weight: bold; color: rgba(0,0,0, 0.38);} /* 환불 완료 */
.status_07{font-size: 2em; font-weight: bold; color: #F73C2C;}


#sod_inquiry + .pg_wrap {margin-top: 64px;}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .tbl_head01 th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left;}
#scash_apply {padding:10px 0 15px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}


/* 정산관리 */


#sod_card {position: relative; display: block; margin-bottom: 60px;}
#sod_card ul{}
#sod_card ul::after {content: ""; display: block; clear: both; visibility: hidden;}
#sod_card ul li{float: left; width: calc(33.333% - 20px); background-color: var(--color-point); padding: 30px; margin-right: 30px;}
#sod_card ul li:last-of-type {margin-right: 0;}

#sod_card .card_tit{width: 100%; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; padding-bottom: 30px; margin-bottom: 30px; border-bottom: 1px solid rgba(255,255,255,.2); line-height: 1.4; gap: 6px;}
#sod_card .card_tit h4{font-size: 2em; font-weight: bold; color: #fff;}
#sod_card .card_tit .card_r {display: flex; align-items: center; margin-left: auto; flex:  0 0 100%; justify-content: flex-end;}
#sod_card .card_tit .card_r p + p {margin-left: 15px;}
#sod_card .card_tit p {font-size: 1.4em; font-weight: 500; color: rgba(255,255,255,.6); line-height: 28px; min-height: 28px;}
#sod_card .card_tit span{font-size: 20px; font-weight: bold; color: #fff; padding-left: 10px;}
#sod_card .card_cont {width: 100%;}
#sod_card .card_cont dl{display: flex; justify-content: space-between; flex-wrap: wrap; line-height: 19px; gap: 6px;}
#sod_card .card_cont dl + dl {margin-top: 15px;}
#sod_card .card_cont dl dt{ font-size: 1.6em; font-weight: 500; color: rgba(255,255,255,.8); flex: 0 0 90px;}
#sod_card .card_cont dl dd{ font-size: 1.6em; font-weight: bold; color: #fff; margin-left: auto;}
#sod_card .card_cont dl dd span.unit {font-weight: 500; padding-left: 5px;}



#sod_cs_w h2, #sod_cs_m h2 {font-size: 2.4em; font-weight: bold; margin-bottom: 30px; display: flex; justify-content: space-between; align-items: center;}
#sod_cs_w h2 button {font-size: 16px; padding: 0px 30px; height: 48px; line-height: 46px; vertical-align: middle;}
#sod_cs_w .cs_date {padding-right: 7.5px; padding-left: 15px; width: 182.5px;}
#sod_cs_w .cs_pd {padding-right: 7.5px; padding-left: 7.5px; white-space: nowrap;}
#sod_cs_w .cs_total {padding-right: 7.5px; padding-left: 7.5px; width: 175px;}
#sod_cs_w .cs_mem {padding-right: 7.5px; padding-left: 7.5px; width: 135px;}
#sod_cs_w .cs_reward {padding-right: 7.5px; padding-left: 7.5px; width: 185px;}
#sod_cs_w .inv_status {padding-right: 15px; padding-left: 7.5px; width: 167.5px;}

#sod_cs_w ul li .cs_date { color: rgba(0,0,0, 0.38); font-weight: 500;}
#sod_cs_w ul li .cs_pd { word-break: normal; overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap;  font-weight:500; color: #000; text-align: left;}
#sod_cs_w ul li .cs_total {font-weight: bold;}
#sod_cs_w ul li .cs_total span {padding-left: 5px; font-weight: 400;}
#sod_cs_w ul li .cs_mem {font-weight: bold;}
#sod_cs_w ul li .cs_reward {font-weight: bold;}
#sod_cs_w ul li .cs_reward span {font-weight: 400; padding-left: 5px;}
#sod_cs_w ul li .inv_status {font-weight: 500;}
#sod_cs_w .sod_table_wr +  .sod_table_wr {margin-top: 60px;}
#sod_cs_w .sod_table_wr .pg_wrap {margin-top: 32px;}


#sod_cs_w #sod_payment .inv_status {padding-right: 7.5px; width: 175px;}
#sod_cs_w .cs_etc {padding-right: 15px; padding-left: 7.5px; white-space: nowrap;}
#sod_cs_w .cs_num_1 {padding-right: 7.5px; padding-left: 7.5px; width: 175px;}
#sod_cs_w .cs_num_2 {padding-right: 7.5px; padding-left: 7.5px; width: 175px;}
#sod_cs_w ul li .cs_num_2, .cs_num_1 {font-weight: bold;}
#sod_cs_w ul li .cs_num_2 span ,#sod_cs_w ul li .cs_num_1 span {padding-left: 5px; font-weight: 400;}
#sod_cs_w ul li .cs_etc { word-break: normal; overflow-x: hidden; text-overflow: ellipsis; white-space: nowrap;  font-weight:400;}


/* 추천인 내역 */
#sod_cs_m #sod_card {margin-bottom: 30px;}

.sod_table li.sod_d {display: none; width: 100%; position: relative; background-color: rgba(0,0,0, 0.03);}
.sod_d .sod_d_wr {width: 100%; padding: 0; position: relative; height: 100%; display: block;}
.sod_d .sod_d_wr::after {content: "" ; height: 100%; display: block; position: absolute; visibility: visible; clear: both;}
.sod_d .sod_d_table {width: 100%; display: table; table-layout: fixed;}
.sod_d .sod_d_table ul {width: 100%; display: table-row-group;}
.sod_d .sod_d_table ul li {display: table-row;}
.sod_d .sod_d_table ul li > div {font-size: 20px;}
.tb_toggle {width: 80px;}
.tb_toggle > span { display: flex; width: 24px; height: fit-content; vertical-align: middle; cursor: pointer; margin:  0 auto;}
.tb_toggle > span img{ transform: rotate(180deg); object-fit: contain;}
.tb_toggle > span img.rotated { transform: rotate(0deg);}


.sod_table_in { position: relative; display: block; overflow-x: auto;}
#sod_cs_m #sod_cs_pc.sod_table{font-size: 2em;}

#sod_cs_m #sod_cs_pc.sod_table th { font-weight: 500; padding: 28.5px 7.5px 27.5px; text-align: center; line-height: 1.1; transition: width 0.3s linear;  white-space: nowrap;}
#sod_cs_m #sod_cs_pc.sod_table td {text-align: center; padding: 28.5px 7.5px 27.5px;  word-break: keep-all; line-height: 1.2;}
#sod_cs_m .sod_table td.cs_mem  {white-space: nowrap; width: fit-content; overflow-x: hidden; text-overflow: ellipsis;}
#sod_cs_m #sod_cs_pc.sod_table .sod_d {display: none;  background-color: rgba(0,0,0, 0.03);}
#sod_cs_m #sod_cs_pc.sod_table .sod_d  > td > div .pg_wrap {margin: 30px 0;}
#sod_cs_m #sod_cs_pc.sod_table .sod_d th {padding: 0;}
#sod_cs_m #sod_cs_pc.sod_table .sod_d > td {padding: 0;}
#sod_cs_m #sod_cs_pc.sod_table .sod_d table {width: 100%; table-layout: fixed; border-collapse: collapse;}
#sod_cs_m #sod_cs_pc.sod_table .sod_d table td {padding: 18.5px 7.5px 17.5px; line-height: 1.2;}
#sod_cs_m #sod_cs_pc.sod_table tr {border-bottom: 1px solid rgba(0, 0, 0, .12);}


#sod_cs_m .sod_table_wr #sod_reward_mb + .pg_wrap, #sod_cs_m .sod_table_wr .sod_table_in + .pg_wrap {margin-top: 30px;}



/* 추천인 내역 모바일 */

#sod_cs_m #sod_reward_mb.sod_table ul {border-top: 2px solid #000;}
#sod_cs_m #sod_reward_mb.sod_table li {margin-bottom: 0; border-bottom: 1px solid #000;}
#sod_cs_m #sod_reward_mb.sod_table > ul > li:last-child {margin-bottom: 0;}
#sod_cs_m #sod_reward_mb.sod_table li > div{ line-height: 1; display: flex;}
#sod_cs_m #sod_reward_mb.sod_table li:first-child .re_top{padding-top: 20px;}
#sod_cs_m #sod_reward_mb.sod_table li .re_top {border-bottom:  1px solid rgba(0, 0, 0, .2); display: flex; justify-content: space-between; align-items: center; padding: 16px; line-height: 1.4;}
#sod_cs_m #sod_reward_mb.sod_table li .re_top .cs_mem {font-size: 16px; font-weight: 500;}
#sod_cs_m #sod_reward_mb.sod_table li .re_top .cs_rec {font-size: 20px; font-weight: bold;}
#sod_cs_m #sod_reward_mb.sod_table li .re_top .cs_rec .re_p {font-size: 14px; font-weight: 500; margin-right: 10px; color: rgba(0,0,0,0.6); vertical-align: middle;}

#sod_cs_m #sod_reward_mb.sod_table li .cs_reward {padding: 16px 16px; font-size: 1.6em;}
#sod_cs_m #sod_reward_mb.sod_table li .cs_reward  + .cs_reward {padding-bottom: 16px; padding-top: 0;}

#sod_cs_m #sod_reward_mb .sod_d {display: none; background-color: #F7F7F7; padding: 0 !important;}
#sod_cs_m #sod_reward_mb .sod_d ul {display: block; width: 100%;}
#sod_cs_m #sod_reward_mb .sod_d li {display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid rgba(0, 0, 0, .2); padding: 16px; margin-bottom: 0; line-height: 1.188;}
#sod_cs_m #sod_reward_mb .sod_d li span {font-size: 14px;}
#sod_cs_m #sod_reward_mb .sod_d li span:first-of-type {font-size: 16px;}
#sod_cs_m #sod_reward_mb .sod_d .pg_wrap {padding: 16px 12px; font-size: 10px;}

#sod_cs_m #sod_reward_mb .cs_reward {display: flex; justify-content: space-between;}
#sod_cs_m #sod_reward_mb .sod_table li .re_count {font-size: 14px; color: rgba(0,0,0, 0.8); font-weight: 400;}
#sod_cs_m #sod_reward_mb .sod_table li > div span {font-weight: 500;}
#sod_cs_m #sod_reward_mb .tb_toggle {display: flex; border-top: 1px solid rgba(0, 0, 0,.2); width: 100%; justify-content: center; padding: 16px !important; gap: 19px;}
#sod_cs_m #sod_reward_mb .tb_toggle > span {width: 12px; height: auto; margin: 0; font-size: 16px;}
#sod_cs_m #sod_reward_mb .tb_toggle > span:first-of-type {width: auto;}
#sod_cs_m #sod_reward_mb .empty_toggle {padding: 0;}





/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;text-indent:-9999em;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;font-size:0;line-height:0;overflow:hidden;left:0}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:1.8em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden;}
#captcha #captcha_img {height:40px;border:1px solid #898989;;vertical-align:top;padding:0;margin:0}
#captcha #captcha_mp3 {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;width:40px;height:40px;background:url('../../../img/captcha.png') no-repeat;text-indent:-999px;;border-radius:3px}
#captcha #captcha_reload {margin:0;padding:0;width:40px;height:40px;border:0;background:transparent;vertical-align:middle;overflow:hidden;cursor:pointer;background:url('../../../img/captcha.png') no-repeat  0 -40px;text-indent:-999px;border-radius:3px}
#captcha #captcha_key {margin:0 0 0 3px;padding:0 5px;width:90px;height:40px;border:1px solid #ccc;background:#fff;font-size:1.4em;font-weight:500;text-align:center;border-radius:3px;vertical-align:top}
#captcha #captcha_key.required {background-position: right top !important;}
#captcha #captcha_info {display:block;margin:3px 0 5px ;font-size:0.95em;letter-spacing:-0.1em}

/* ckeditor 태그 기본값 */
#bo_v_con ul{display: block;list-style-type: disc;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con ol{display: block;list-style-type: decimal;margin-top: 1em;margin-bottom: 1em;margin-left: 0;margin-right: 0;padding-left: 40px;}
#bo_v_con li{display: list-item;}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {display:block;margin:0 0 5px}

/* Mobile화면으로 */
#mobile_cng {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px; font-size: 12px; height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 5px;font-weight:bold}

/* 버튼 */
.btn{display:inline-block;padding:0 5px;height:30px;line-height:30px;font-weight:500;
-webkit-transition:  all .2s ease-in-out;
-moz-transition: all .2s ease-in-out ;
transition: all .2s ease-in-out}
.btn_m{display:inline-block;padding:0 30px;height:48px;line-height:48px;font-weight:500;
-webkit-transition:  all .2s ease-in-out;
-moz-transition: all .2s ease-in-out ;
transition: all .2s ease-in-out}
.btn_l{display:inline-block;padding:0 35px;height:60px;line-height:60px;font-weight:500;font-size:1.6em;
-webkit-transition:  all .2s ease-in-out;
-moz-transition: all .2s ease-in-out ;
transition: all .2s ease-in-out}

.btn01 {display:inline-block;padding:0 7px;;border: 1px solid #dce1e4;background:#fff;color:#7d7c90;text-decoration:none;vertical-align:middle;}
.btn01:focus, .btn01:hover  {color:#4c497c;}
.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */
.btn_submit {background:#080808;color:#fff;text-decoration:none;vertical-align:middle;border:0;}
.btn_submit:hover {background:#333;color:#fff;;}

a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fff;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}
.btn_top{margin:10px;text-align:center}
.btn_top li{display:inline-block}

/* 게시판용 버튼 */
a.btn_b01,.btn_b01 {display:inline-block;background:#fff;border:1px solid #000;color:#000;text-decoration:none;vertical-align:middle;}
.btn_b01:hover, .btn_b01:hover {background:#fafafa;color:#000}
a.btn_b02 ,.btn_b02{display:inline-block;background:#080808;color:#fff;text-decoration:none;vertical-align:middle;border:0;}
a.btn_b02:hover, .btn_b02:hover {background:#333;}
a.btn_b03, .btn_b03{display:inline-block;background:#f3f3f3;color:#333;text-decoration:none;vertical-align:middle;}
a.btn_b03:hover, .btn_b03:hover {background:#fafafa}
a.btn_admin {display:inline-block;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {}

/* 기본테이블 */
.tbl_wrap {margin:0 0 10px}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {margin:0 0 10px}
.tbl_head01 table{border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3}
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head01 thead th {padding:12px 0;border-bottom:1px solid #d3d3d3;background:#f3f3f3;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head01 tbody th {padding:10px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:15px 5px;border-top:1px solid #f3f3f3;border-left:1px solid #f3f3f3;line-height:1.8em;word-break:break-all}
.tbl_head01 td:first-child{border-left:0}
.tbl_head01 a {}

.tbl_head02 {margin:15px}
.tbl_head02 caption  {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.tbl_head02 thead th {padding:7px 0;border-top:1px solid #333;border-bottom:1px solid #ddd;background:#f3f3f3;color:#333;font-size:0.95em;text-align:center;}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

.tbl_head03 {margin:0 0 10px}
.tbl_head03 table{border-bottom:1px solid #d8dee1}
.tbl_head03 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
.tbl_head03 thead th {padding:0 0 40px 0;background:#fff;border-bottom:1px solid #d9e0e7;font-size:1.6em;text-align:center;letter-spacing:-0.1em;color: rgba(0,0,0, 0.6);font-weight: normal;}
.tbl_head03 thead a {color:#383838}
.tbl_head03 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head03 tfoot th, .tbl_head03 tfoot td {padding:10px 0;border-bottom:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
.tbl_head03 tbody th {padding:10px 0; border-bottom:1px solid #e9e9e9}
.tbl_head03 td {padding:15px 5px;border-top:1px solid #f3f3f3;line-height:1.8em;word-break:break-all;;}
.tbl_head03 tr:nth-child(odd){background:#f9fafa} 
.tbl_head02 a {}

/* 폼 테이블 */
.tbl_frm01 {}
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left;font-weight:300}
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
.tbl_frm01 textarea {width:100%;height:100px}
.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px;width:100%}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

/* 기본리스트 */
.list_01{padding:0 20px;}
.list_01 li{background:#fff;border-radius:3px;margin:10px 0;padding:10px 15px;border:1px solid #eee;
}

/* 기본폼 */
.form_01{margin:10px}
.form_01 div{margin:5px 0;position:relative}
.form_01 li{margin:5px 0;position:relative}
textarea, .frm_input,select {border:1px solid rgba(0,0,0, 0.12);background:#fff;color:#000;vertical-align:middle;}
textarea:focus, .frm_input:focus,select:focus{outline:none;background:#fafafa}
.frm_input::placeholder {color: rgba(0,0,0, 0.38);}
textarea {width:100%;height:100px;padding:10px;}
.frm_input{height:60px;padding:20px 20px 19px}
select{color: #929292;height:50px;padding:0 10px}
select:hover{color:#000}
.full_input{width:100%} 
.form_01 .frm_file {display:block;margin-bottom:5px;width:100%}
.form_01 .frm_info{font-size:0.92em;color:#4162ff;text-align:left;margin:3px 0 10px;display:block;line-height:1.3em}

/* 자료 없는 목록 */
.empty_table {padding:50px 0 !important;text-align:center !important;color:#666 !important}
.empty_list {padding:50px 0 !important;text-align:center !important;color:#666 !important}

/* 필수입력 */
.required, textarea.required {background-image:url('../img/require.png')  !important;background-repeat:no-repeat   !important;background-position:right top  !important;}
input.required {background-position: right 20px center !important;}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:100px}
.grid_3 {width:120px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_chk {width:50px;text-align:center}
.td_group {width:100px;text-align:center}
.td_board {width:120px;text-align:center}
.td_statsmall {width:50px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:100px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:100px;text-align:left}
.td_date {width:50px;text-align:center}
.td_datetime {width:170px;text-align:center}
.td_mngsmall {width:50px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_stat {text-align:center}

/* 새창 기본 스타일 */
.new_win {}
.new_win #win_title {font-size: 1.6em;font-weight: bold;height: 70px;padding: 20px;line-height: 30px;color: #0a0a0a;}
.new_win #win_title .sv {font-size:0.75em;line-height:1.2em}
.new_win_con{margin:10px 20px}

.new_win .win_ul {margin:10px 20px}
.new_win .win_ul li{display:inline-block;}
.new_win .win_ul li a{display: block;line-height: 24px;padding: 0 10px;}
.new_win .win_ul li .selected {background: #4162ff;color: #fff;border-radius: 13px;
-webkit-box-shadow: 0 0 5px rgba(65,98,255,0.8);
-moz-box-shadow: 0 0 5px rgba(65,98,255,0.8);
box-shadow: 0 0 8px rgba(65,98,255,0.8);}

.new_win .win_desc {margin:5px 0;font-size:0.92em;color:#4162ff}
.new_win .win_btn {clear:both;padding:20px;text-align:center}
.new_win .win_btn a {display:inline-block;height:40px;line-height:40px;font-weight:bold}
.new_win .win_btn .btn_close {display:inline-block;background-color: rgba(0,0,0,0.05); border: 0; border-radius: 0; color: rgba(0, 0, 0, .6); padding:0 35px;height:60px;line-height:60px;font-weight:500;font-size:1.6em;
    -webkit-transition:  all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out ;
    transition: all .2s ease-in-out}
.new_win .win_btn .btn_submit{width:100%;height:40px;line-height:40px;border-radius:3px;margin:0 0 20px;display:inline-block;font-weight:bold}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰*/
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:5px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0;text-align:center}
.pg {display:inline-block}
.pg_page, .pg_current, .qa_page  {display:inline-block;padding:0 20px 10px;font-size: 20px; width: 60px;  color:rgba(0,0,0,.6);line-height:28px;vertical-align:middle}
.pg a:focus, .pg a:hover {text-decoration:none;background-color:transparent; color: var(--color-point);}
.pg_page,.qa_page {background:transparent;}
.pg_start, .pg_prev, .pg_next, .pg_end {padding: 0;}
.pg_start {background:url(../img/icon_prev.svg) no-repeat 50% 50% transparent; background-size: contain; width:24px;height:24px ;text-indent:-999px;overflow:hidden}
.pg_prev {background:url(../img/icon_prev.svg) no-repeat 50% 50% transparent; background-size: contain; width:24px;height:24px ;text-indent:-999px;overflow:hidden}
.pg_next {background:url(../img/icon_next.svg) no-repeat 50% 50% transparent; background-size: contain; width:24px;height:24px ;text-indent:-999px;overflow:hidden}
.pg_end {background:url(../img/icon_next.svg) no-repeat 50% 50% transparent; background-size: contain; width:24px;height:24px ;text-indent:-999px;overflow:hidden}
.pg_current {display:inline-block; position: relative; background:transparent;color:var(--color-point);font-weight:500;}
.pg_current::after {content: ""; position: absolute; left: 0; bottom: -2px; background: var(--color-point); height: 4px; width: 100%;}

/* 상품상세 메뉴 floating */
#info_top_layer {display:none;position:absolute; top:0; left:0; width:100%; background-color: #eee;}
#form_btn_layer { display:none;position:absolute; top:0; left: 0; width: 100%; height: 60px; background-color: #eee;}

/*현금영수증*/
#kcp_req_rx .tbl_head01 tbody th {text-align:left;}

/*배송지목록*/
#sod_addr .win_desc{padding:10px 20px}

/*쇼핑몰레이아웃*/
#fregisterform{}
#sit_sms_new #sms_agree{padding:10px 20px !important}

/*이벤트*/

#sev_list {margin-bottom: 60px;}
#sev_hd {padding:30px;text-align:left; display: flex; border-top: 2px solid #000; border-bottom: 2px solid #000;}
#sev_hd p{display:inline-block;font-size:2.4em; font-weight: 500;}
#sev_hd span {display: inline-block; flex: 0 0 auto; font-size: 2.4em; font-weight: bold; color: rgba(0,0,0, 0.6); padding-right: 30px;}
#sev_date{ position:relative;padding:28px 30px;border-bottom:1px solid rgba(0,0,0,0.12); display: flex; justify-content: space-between;}
#sev_date span{font-size: 2em; font-weight: 500; color: rgba(0,0,0,0.6);}
#sev_date span.date {color: #000; padding-left: 30px;}
#sev_date .sev_admin a{background-color: #fff; color: rgba(0,0,0, 0.38); font-size: 16px; height: 100%;}
#sev_date .sev_admin a:hover {color: rgba(0,0,0, 0.6);}
#sev_date .sev_admin i{vertical-align: middle;}


#sev_cont {min-height:200px;margin:0; border-bottom: 2px solid #000; padding: 30px;}

#sev_hhtml,#sev_thtml{}
#sev_thtml {padding-top: 20px;}
#sev_hhtml img,#sev_thtml img{}
#sev_hhtml p,#sev_thtml p{ font-size: 2em; color: #454545;}

#sev_ft {width: 100%; text-align: center; margin-top: 60px;}
#sev_ft a{width: 160px; padding: 0 52px; text-align: center; border: 1px solid #000; background-color: transparent;}


/* 이벤트 리스트 */

#bo_sch {float: right; position: relative; z-index: 1; margin-left: auto; margin: 18px 0 0 0;}
.board_hd .sch_input{background:#fff;height:48px;border:1px solid rgba(0,0,0,0.12);padding:0;float:left;width:320px;padding:14px 20px; color: #000; font-size: 16px; }
.board_hd .sch_input::placeholder {color: #000;}
.board_hd .sch_btn{height:48px; border:0;width:120px;background:#000;font-size:10px;color:#fff; font-weight: 500;vertical-align: top;}
.board_hd .reset_btn{height:48px; border:0;width:48px;background:rgba(0, 0, 0, 0.05);font-size:10px;color:#fff; font-weight: 500;vertical-align: top; margin-left: 8px;}

.board_hd#container_title .sch_btn > span {font-size: 1.6em; column-rule: #fff; font-weight: 500;}

#sev_list_wrap .sev_ev{display: flex; flex-wrap: wrap;}
#sev_list_wrap .sev_ev .sev_li {width: 50%; margin-bottom: 60px;}
#sev_list_wrap .sev_ev .sev_li:nth-last-child(-n + 2) {margin-bottom: 0;}
#sev_list_wrap + .pg_wrap {margin-top: 60px;}
#sev_list_wrap .sev_ev .sev_li:nth-of-type(2n + 1) {padding-right: 30px;}
#sev_list_wrap .sev_ev .sev_li:nth-of-type(2n) {padding-left: 30px;}
#sev_list_wrap .sev_ev .sev_li .sev_img {position: relative; display: block; padding-top: calc(100% * (4 / 7)); width: 100%; height: 100%;}
#sev_list_wrap .sev_ev .sev_li img {width: 100%;position: absolute;top: 0;left: 0;height: 100%;object-fit: cover; object-position: center center;}
#sev_list_wrap .sev_ev .sev_li .sev_text{background:transparent;font-size:2.4em;display:block;font-weight:500;padding:30px 0 0;word-break: keep-all;width:100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
#sev_list_wrap .sev_ev .sev_li .sev_text p {display: block; padding-top: 10px; font-size: 16px; font-weight: normal; color: #666666;}
#sev_list_wrap .sev_ev .empty_list {width: 100%; font-size: 1.6em;}




/*네이버페이*/
.naverpay-item{padding-top:15px;clear:both}
#sod_bsk_act .naverpay-cart{margin-top:15px;clear:both;position:static}

/*PC 주문서*/
#sod_frm_orderer .tbl_frm01,#sod_frm_taker .tbl_frm01{padding:10px 0;}
#sod_frm_orderer table th,#sod_frm_taker table th{border:0;padding:10px 5px;}
#sod_frm_orderer table td,#sod_frm_taker table td{border:0;padding:5px 10px;vertical-align:middle}

#od_pay_sl input[type="radio"]{position:absolute;width:0;height:0;overflow:hidden;visibility:hidden;text-indent:-999px;left: 0;z-index: -1px;}
#od_pay_sl .od_pay_buttons_el {display: flex; flex-direction: column; gap: 10px;}
#od_pay_sl .lb_icon {display: flex; width:100%;background:#fff;border:1px solid #eceff4;margin:-1px 0 0 -1px;cursor: pointer;height:60px;position:relative;padding-left:77px;padding-top:15px;z-index:1}
#od_pay_sl input[type="radio"]:checked+.lb_icon {border:1px solid var(--color-point);z-index:3}


#sod_frm_paysel {}
#sod_frm_paysel label{display:inline-block;width:50%;text-align:left; font-size: 1.6em; color: rgba(0,0,0, 0.6);}
#sod_frm_paysel legend {position:absolute;font-size:0;line-height:0;overflow:hidden}
#od_pay_sl .sod_form_sp .lb_icon{padding-left: 100px;}
#sod_frm_paysel .KPAY{background:url('../../../img/kpay.png') no-repeat 20px 50% #fff;overflow:hidden;}
#sod_frm_paysel .PAYNOW{background:url('../../../img/paynow.png') no-repeat 20px 50% #fff;overflow:hidden;}
#sod_frm_paysel .PAYCO, #sod_frm_paysel .paycopay_icon{background:url('../../../img/payco.png') no-repeat 20px 50% #fff;overflow:hidden;}
#sod_frm_paysel .inicis_lpay, #sod_frm_paysel .lpay_icon{background:url('../../../img/lpay_logo.png') no-repeat 25px 50% #fff;overflow:hidden;}
#sod_frm_paysel .kakaopay_icon{background:url('../../../img/kakao.png') no-repeat 20px 50% #fff;overflow:hidden;}
#sod_frm_paysel .samsung_pay, #sod_frm_paysel .samsungpay_icon{background:url('../../../img/samsungpay.png') no-repeat 20px 50% #fff; overflow: hidden; background-size: 70px;}
#sod_frm_paysel .naverpay_icon {background:url('../../../img/nPay.svg') no-repeat 20px 50% #fff; overflow: hidden; background-size: 50px;}
#sod_frm_paysel .skpay_icon {background:url('../../../img/11Pay.svg') no-repeat 20px 50% #fff; overflow: hidden; background-size: 50px;}
#sod_frm_paysel .ssgpay_icon {background:url('../../../img/ssgPay.svg') no-repeat 20px 50% #fff; overflow: hidden; background-size: 55px;}
#sod_frm_paysel .bank_icon{background:url('../../../img/pay_icon1.png') no-repeat 20px 50% #fff}
#sod_frm_paysel .vbank_icon{background:url('../../../img/pay_icon2.png') no-repeat 20px 50% #fff;}
#sod_frm_paysel .iche_icon{background:url('../../../img/pay_icon2.png') no-repeat 20px 50% #fff;}
#sod_frm_paysel .hp_icon{background:url('../../../img/pay_icon3.png') no-repeat 24px 50% #fff}
#sod_frm_paysel .card_icon{background:url('../../../img/pay_icon4.png') no-repeat 20px 50% #fff}

#sod_frm_paysel .title_bs {margin-bottom: 10px; font-size: 1.6em; font-weight: bold;}
#sod_frm_paysel .title_pay {margin: 40px 0 10px; font-size: 1.6em; font-weight: bold;}

#sod_frm #sod_bsk_tot{}
#sod_frm  #sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li{position:relative;text-align:right; font-size: 1.6em; padding: 0 0 20px 0; color: rgba(0,0,0,0.6);}
#sod_frm  #sod_bsk_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm  #sod_bsk_tot li > span{display:block; float: left; color:rgba(0,0,0, 0.38);font-weight:400}
#sod_frm  #sod_bsk_tot li > div > span {color: #000;}
#sod_frm  #sod_bsk_tot li > strong {font-weight: 400; color: #000;}
#sod_frm  #sod_bsk_tot li.sod_bsk_cnt { border-top: 1px solid rgba(0, 0, 0, 0.12); padding-top: 20px; margin-top: 20px; padding-bottom: 40px;}
#sod_frm  #sod_bsk_tot li.sod_bsk_cnt #ct_tot_price {font-size: 24px; font-weight: bold; color: var(--color-point);}
#sod_frm  #sod_bsk_tot li.sod_bsk_cnt span {font-size: 20px; color: #000;}

.frm_about.order_place {width: 100%;}
#sod_frm_taker .order_choice_place {display: flex; gap: 20px; width: calc(50% - 10px); flex-wrap: wrap;}
#sod_frm_taker a#order_address {width: 100%; text-align: center;}
.ad_default {display: flex; margin-top: 8px;}

/*개인결제 폼*/
#m_sod_frm_orderer {margin:10px;}
#m_sod_frm_orderer h2{position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#m_sod_frm_orderer ul{background:#fff;margin:10px 0;border-bottom:1px solid #ccc;padding:10px 15px}
#m_sod_frm_orderer li{line-height:20px}
#m_sod_frm_orderer th{width:80px}
#m_sod_frm_orderer td .frm_input{width:100%}
#m_pv_sod_frm .btn_confirm{margin:10px}
#m_pv_sod_frm .btn_confirm .btn_submit{width:100%;height: 45px;font-size: 1.167em;font-weight: bold;margin:0 0 3px;}
#m_pv_sod_frm .btn_confirm .btn_cancel{width:100%;height: 45px;line-height: 43px;font-size: 1.167em;font-weight: bold;padding:0}



/* 모달 */
.modal {display:none;text-align:left;position:absolute}

.modal_wr {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;background:rgba(0,0,0,0.3);text-align:center;z-index:944999; overflow-y: auto;}
.modal_popup{position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: auto;  min-height: calc(100% - 32px); margin: 16px auto;}
.modal_popup.modal_s {max-width: 480px;}
.modal_popup.modal_l {max-width: 800px;}
.modal_popup .modal_cont.scrollable .modal_bd{overflow-y: auto;}
.modal_cont{display: flex; flex-direction: column; width: 100%; height: 100%; background:#fff; background-clip: padding-box; border-radius: 20px; outline: 0; text-align:center; }

.modal_hd {display: flex; justify-content: space-between; align-items: center; padding: 30px;}
.modal_hd h2{font-size:24px; line-height: 29px; font-weight: 500;}
.modal_hd .btn_close{position: relative; width:23px;height:23px;background:#fff;border:0;color: #ccc;font-size: 18px;}
.modal_bd {padding: 0 30px 30px 30px;}

.md_input1 {border: 1px solid rgba(0,0,0,.12); padding: 13px 15px 14px 15px; height: 60px; width: 100%; font-size: 1.6em; color: #000;}
.md_input1::placeholder {color: rgba(0,0,0,0.6);}
.md_input1[type="text"] { font-size: 1.6em;}
input.md_input1:focus-visible {outline: none; border-color: inherit;}
.md_input1.required {padding-right: 25px;}


.md_input2 {border: 1px solid rgba(0,0,0,.12); padding: 13px 15px 14px 15px; height: 60px; width: 100%;}
.md_input2 input {width: calc(100% - 32px); border: none; height: 100%; font-size: 24px; font-weight: bold; text-align: right;}
.md_input2 input:focus-visible {border-color: transparent; outline: none;}
.md_input2 span {font-size: 20px; color: rgba(0,0,0, 0.6); padding-left: 7px; vertical-align: top;}
.md_input2 input[type="number"]::-webkit-outer-spin-button,
.md_input2 input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none; margin: 0;}

/* Firefox */
.md_input2 input[type="number"] {-moz-appearance: textfield;}

.modal_ft {display: flex; justify-content: center; padding: 0 30px 30px}
.modal_ft .btn {width: 120px; height: 48px; padding: 0 20px; font-size: 16px; font-weight: 500;}
.modal_ft .btn + .btn {margin-left: 10px;}
.modal_ft .btn.btn_complete {background-color: var(--color-point); border: 0; border-radius: 0; color: #fff;}
.modal_ft .btn.btn_close {background-color: rgba(0,0,0,0.05); border: 0; border-radius: 0; color: rgba(0,0,0, 0.6);}

/* popup 지급요청 */
#cashpopup .cash_info dl {display: flex; justify-content: space-between; font-size: 20px; margin-bottom: 30px; line-height: 1.2;}
#cashpopup .cash_info dt {font-weight: 500; color: rgba(0,0,0, 0.6);}
#cashpopup .cash_info dd {font-weight: bold; color: #000;}

#cashpopup .cash_total dl {display: flex; justify-content: space-between; align-items: center; line-height: 1.2; margin: 30px 0 15px 0; }
#cashpopup .cash_total dt{font-weight: bold; color: #000; font-size: 20px;}
#cashpopup .cash_total dd{font-weight: bold;  color: rgba(0,0,0,.38); font-size: 16px;}
#cashpopup .cash_total dd span{font-weight: 400;}

/* 상품문의 쓰기 */
#sit_qa_write .modal_bd ul li, #sit_use_write .modal_bd ul li  {margin-bottom: 15px;}
#sit_qa_write .frm_checkbox_wrap {text-align: left;}
#sit_qa_write .frm_info {display: block; font-size: 1.4em; color: rgba(0,0,0, 0.6); padding: 5px 0 0; text-align: right;}
#sit_qa_write textarea {font-size: 1.6em; min-height: 400px;}

/* 상품후기 쓰기 */
#sit_use_write .required, textarea.required, #sit_qa_write .required, textarea.required {background-position: right 15px center !important;}
#sit_use_write ul li.edit_wr {margin-bottom: 0;}
#sit_use_write textarea {font-size: 1.6em; min-height: 400px;}

.comment_bg {background-color: rgba(0,0,0,0.03); padding: 16px; font-size: 16px; border-radius: 8px;}




@media (max-width: 1600px) {

}

@media (max-width: 1500px) {


    #sod_cs_w .cs_date {width: 172.5px;}
    #sod_cs_w .cs_pd {}
    #sod_cs_w .cs_total {width: 165px;}
    #sod_cs_w .cs_mem {width: 115px;}
    #sod_cs_w .cs_reward {width: 165px;}
    #sod_cs_w .inv_status {width: 147.5px;}


}

@media (max-width: 1300px) {

    #smb_my_wish li {width: calc(25% - 15px); margin-right: 20px;}

    .my_lw {margin-right: 3.5%;}
    .sod_table li > div {font-size: 1.8em;}
    .sod_table .sod_in_hd .sod_in_row div {font-size: 1.8em;}
    .sod_table + .empty_list {font-size: 1.8em;}
    #sod_inquiry .sod_in_hd .sod_in_row .inquiry_idtime {width: 200.5px;}
    #sod_inquiry .sod_in_hd .sod_in_row .idtime_time {width: 125px;}
    #sod_inquiry .sod_in_hd .sod_in_row .inquiry_price {width: 155px;}
    #sod_inquiry .sod_in_hd .sod_in_row .inq_wr {width: 122.5px;}
    .status_01{font-size: 1.8em;}
    .status_02{font-size: 1.8em;}
    .status_03{font-size: 1.8em;}
    .status_04{font-size: 1.8em;}
    .status_05{font-size: 1.8em;}
    .status_06{font-size: 1.8em;}
    .status_07{font-size: 1.8em;}

    /* 위시리스트 */
    #sod_ws #wish_li li{width:calc(25% - 15px); margin-right: 20px; margin-bottom: 20px;}
    #sod_ws #wish_li li:nth-child(4n){margin-right: 0;}
    #sod_ws #wish_li li:nth-child(4n + 1){clear: both;}

    /* 정산관리 */
    #sod_card ul li {width: calc(( 100% - 30px) / 3); margin-right: 15px; padding: 16px;}
    #sod_card .card_tit h4 {font-size: 1.8em;}
    #sod_card .card_tit .card_r p + p {margin-left: 6px;}
    #sod_card .card_tit span {padding-left: 6px;}
    #sod_card .card_tit {padding-bottom: 20px; margin-bottom: 20px;}
    #sod_card .card_cont dl dt {font-size: 1.5em;}
    #sod_card .card_cont dl dd {font-size: 1.5em;}
    #sod_cs_w .cs_date {width: 142.5px;}
    #sod_cs_w .cs_pd {}
    #sod_cs_w .cs_total {width: 155px;}
    #sod_cs_w .cs_mem {width: 115px;}
    #sod_cs_w .cs_reward {width: 165px;}
    #sod_cs_w .inv_status {width: 117.5px;}
    #sod_cs_w .status_07{font-size: 1.6em;}

    #sod_cs_w #sod_payment .inv_status {width: 110px;}
    #sod_cs_w .cs_num_1 {width: 155px;}
    #sod_cs_w .cs_num_2 {width: 155px;}
    #sod_cs_w .sod_table_wr .pg_wrap {margin-top: 32px;}

    #sod_cs_m #sod_cs_pc.sod_table {font-size: 1.8em;}

    .sod_right {width: 360px;}
    .sod_left {width: calc(100% - 360px);}
}

@media (max-width: 1100px) {
    
    #sod_inquiry .sod_in_hd .sod_in_row .inquiry_idtime {width: 192.5px;}
    #sod_inquiry .sod_in_hd .sod_in_row .idtime_time {width: 105px;}
    #sod_inquiry .sod_in_hd .sod_in_row .inquiry_price {width: 140px;}
    #sod_inquiry .sod_in_hd .sod_in_row .inq_wr {width: 102.5px;}

    .sod_table .sod_in_hd .sod_in_row div {font-size: 1.6em; padding: 22px 0;}
    .sod_table li > div {font-size: 1.6em; padding: 22px 0;}
    .status_01{font-size: 1.6em;}
    .status_02{font-size: 1.6em;}
    .status_03{font-size: 1.6em;}
    .status_04{font-size: 1.6em;}
    .status_05{font-size: 1.6em;}
    .status_06{font-size: 1.6em;}

    .sod_table + .empty_list {font-size: 1.6em;}

    #sod_cs_w .cs_date {width: 122.5px;}
    #sod_cs_w .cs_pd {}
    #sod_cs_w .cs_total {width: 155px;}
    #sod_cs_w .cs_mem {width: 85px;}
    #sod_cs_w .cs_reward {width: 115px;}
    #sod_cs_w .inv_status {width: 97.5px;}

    #sod_cs_w #sod_payment .inv_status {width: 90px;}
    #sod_cs_w .cs_num_1 {width: 135px;}
    #sod_cs_w .cs_num_2 {width: 135px;}

    .sod_table .tb-80{width: 80px;}
    .sod_table .tb-120{ width: 96px; max-width: 120px;}
    .sod_table .tb-200{ width: 100px; }
    .sod_table .tb-160{ width: 120px; }
    .sod_table .tb-240{ max-width: 240px; width: clamp(120px, 14vw, 240px); min-width: fit-content; }

    #sod_cs_m table.sod_table {font-size: 1.6em;}
    #sod_cs_m .sod_table th, #sod_cs_m .sod_table td {padding: 22px 7.5px;}
    #sod_cs_m table.sod_table .tb_toggle span{width: 24px;}
    #sod_cs_m table.sod_table .tb-80 {width: 50px;}

}



@media (max-width: 969px) {
    .pg_page, .pg_current, .qa_page {font-size: 14px;  min-width: auto; width: auto; padding:  0 20px 8px; line-height: 20px;}
    .pg_end, .pg_next, .pg_start, .pg_prev {position: relative; height: 16px; width: 16px; padding: 0; top: -4px;}

    /* 기본버튼 */
    .btn_m {font-size: 1.4em !important;}
    .btn_l {height: 48px; line-height: 48px; font-size: 1.4em !important;}
    .frm_input{height:48px;padding:16px 16px 14px;}

    #smb_my_wr.my_rw {display: none;}
    #smb_my_ov.my_lw {width: 100%; flex: initial; margin: 0;}
    #container_title .link_mypg {display: inline-block !important; width: 24px; height: 24px; line-height: 24px; vertical-align: middle; margin-right: 8px;}
    #container_title .link_mypg img {transform: rotate(180deg);}
    #container_title .link_mypg + span {font-size: 2em; vertical-align: middle;}
    #itemusePg.my_lw, #itemqaePg.my_lw {display: none;}

    /* 이벤트 */
    #sev_hd {border-bottom: 1px solid rgba(0,0,0,0.12); padding: 16px 0;}
    #sev_hd p {font-size: 1.6em;}
    #sev_hd span {font-size: 1.6em; padding-right: 8px;}
    #sev_date {padding: 16px 0;}
    #sev_date span{font-size: 1.4em; color: #666666; font-weight: 400;}
    #sev_date span.date{padding-left: 8px;}
    #sev_cont {padding: 16px 0;}
    #sev_list {margin-bottom: 32px;}
    #bo_v_con {font-size: 1.4em; margin-bottom: 16px;}
    #sev_hhtml p, #sev_thtml p {font-size: 1.4em;}
    #sev_ft {margin-top: 32px;}
    #sev_ft a {width: 100%;}

    .board_hd .reset_btn {display: none;}


    /* 이벤트 리스트 */

    #bo_sch {float: none; margin: 16px 0 0;}
    .board_hd#container_title .sch_btn > span {font-size: 1.4em;}
    .board_hd .sch_input {border:  1px solid #000; width: calc(100% - 85px); font-size: 14px; padding: 16px;}
    #bo_sch .sch_btn {width: 85px;}
    #sev_list_wrap + .pg_wrap {margin-top: 32px;}
    #sev_list_wrap .sev_ev .sev_li {width: 100%; margin-bottom: 32px;}
    #sev_list_wrap .sev_ev .sev_li:nth-last-child(-n + 2) {margin-bottom: 32px;}
    #sev_list_wrap .sev_ev .sev_li:last-child {margin-bottom: 0;}
    #sev_list_wrap .sev_ev .sev_li:nth-of-type(2n + 1) {padding-right: 0px; margin-bottom: 32px;}
    #sev_list_wrap .sev_ev .sev_li:nth-of-type(2n) {padding-left: 0;}
    #sev_list_wrap .sev_ev .sev_li .sev_text {font-size: 1.6em; padding: 16px 0 0 ;}
    #sev_list_wrap .sev_ev .sev_li .sev_text p {font-size: 12px; padding-top: 8px;}

    #sev_list_wrap .sev_ev .empty_list {width: 100%; font-size: 1.4em;}
    


    /* 주문서작성 */
    .sod_left {float: none; width: 100%; padding: 0; margin-bottom: 40px;}
    .sod_right {float: none; width: calc(100% + 32px); margin: 0 -16px -66px; padding: 32px 16px ; border-radius: 8px 8px 0 0;}


    .frm_about_wr {}
    .frm_about_wr .frm_about {width: 100%; margin-bottom: 20px;}
    #sod_frm_taker .order_choice_place {width: 100%; gap: 8px; row-gap: 10px;}

    #sod_frm_orderer {padding-bottom: 20px;}
    #sod_frm_taker {padding: 0; margin: 40px 0;}
    #sod_frm_taker h2, #sod_frm_orderer h2 {margin-bottom: 20px; font-weight: 500; font-size: 2em;}
    #sod_frm #sod_bsk_tot li {padding-bottom: 8px;}

    /* 주문내역조회 */
    #sod_v .my_lw {display: none;}
    /* #sod_v .empty_list {width: 100% !important; margin: 0; padding: 64px 0 !important; font-size: 1.6em; border: none;} */
    .sod_table + .empty_list {font-size: 1.6em; border-bottom: 1px solid #000; border-top: 2px solid #000; width: 100% !important; margin: 0;}

    /* 마이페이지 */
    #container_title.sub_tit {padding: 32px 0;}
    .my_menu {margin-bottom: 32px; border-bottom: 2px solid #000; padding-bottom: 32px;}
    .my_mn_w {flex-direction: column;}

    .my_lw .hello_name {margin-bottom: 32px;}
    .my_lw h2 {}
    .my_lw h5 {}
    .my_lw .my_img{width: 40px; height: 40px;}
    .my_lw .btn_edit{width: 16px; height: 16px;}
    .my_lw .my_name{margin: 0 8px 0 16px;}
    .my_lw .btn_out{}

    .my_cou_wr{ width: calc(100% + 32px); margin: 0 -16px 32px; padding: 0;}
    .my_cou_wr .my_cou{width: 50%; border-left: none; padding: 0 16px; margin: 32px 0; }
    .my_cou_wr .my_po{width: calc(100% - 32px); margin: 0 16px; padding: 32px 0; border-bottom: 1px solid rgba(255,255,255,.2);}
    .my_cou_wr .my_review{width: 50%; padding: 0 16px; margin: 32px 0;}
    .my_cou_wr img{width: 16px; height: 16px; margin: 0 0 0 8px;}
    .my_cou_wr a  span{font-size: 1.6em;}
    .my_cou_wr .my_count {font-size: 2em; margin-top: 8px; line-height: 33px;}

    /* 위시리스트 */
    #sod_ws_rw.my_lw {display: none;}
    #sod_ws #wish_li li{width:calc(50% - 8px); margin-right: 16px; margin-bottom: 16px;}
    #sod_ws #wish_li li:nth-child(2n){margin-right: 0;}
    #sod_ws #wish_li li:nth-child(2n + 1){clear: both;}
    #sod_ws #wish_li li:nth-last-child(-n + 4) {margin-bottom: 16px;}
    #sod_ws #wish_li li:nth-last-child(-n + 2) {margin-bottom: 0;}
    #sod_ws #wish_li + .pg_wrap {margin-top: 32px;}
    /* #sod_ws #wish_li li:nth-child(7),#sod_ws #wish_li li:nth-child(8){margin-bottom: 32px;} */
    #sod_ws .wish_del {top: 4.44%; right: 4.44%;}
    #sod_ws #wish_li .empty_table {width: 100% !important; margin: 0; padding: 64px 0 !important; font-size: 1.6em;}
    

    /* 정산관리 */
    #sod_cs .my_lw {display: none;}

    #sod_card {margin-bottom: 64px;}
    #sod_card ul li {float: none; width: 100%; margin-right: 0; margin-bottom: 8px; padding: 16px;}
    #sod_card ul li:last-of-type {margin-right: 0; margin-bottom: 0;}
    #sod_card .card_tit{padding-bottom: 16px; margin-bottom: 16px; line-height: 1.4;}
    #sod_card .card_tit h4{font-size: 1.6em;}
    #sod_card .card_tit .card_r {flex: auto;}
    #sod_card .card_tit .card_r p + p {margin-left: 10px; min-height: auto;}
    #sod_card .card_cont dl + dl {margin-top: 16px;}
    #sod_card .card_cont dl dt{ font-size: 1.4em;}
    #sod_card .card_cont dl dd{ font-size: 1.4em;}
    #sod_cs_w .sod_table_wr + .sod_table_wr {margin-top: 64px;}
    

    #sod_cs_w h2, #sod_cs_m h2 {font-size: 1.6em;  margin-bottom: 32px; display: block;}
    #sod_cs_w h2 button {width: 100%; margin-top: 32px;}


    /* 리워드 내역 */
    .reward_list#sod_reward {}
    .reward_list#sod_reward ul li .cs_mem {margin-bottom: 16px;}
    .reward_list#sod_reward .cs_reward.cs_rw{display: block; width: 100%; order: 4; font-size: 1.4em;}
    .reward_list#sod_reward .cs_reward.cs_rw::after {content: ''; clear: both; display: block; visibility: hidden;}
    .reward_list#sod_reward .hd_mb { float: left; color: rgba(0,0,0, 0.6); font-weight: 500;}
    .reward_list#sod_reward .cs_reward.cs_rw span {font-size: 14px;}
    .reward_list#sod_reward .cs_reward.cs_cash{order: 6;}
    .reward_list#sod_reward .cs_reward.cs_cash .bt_mb {display: inline-block !important; font-size: 14px; color: rgba(0,0,0, 0.6); font-weight: 500; margin-right: 10px;}


    /* 주문내역 include  */
    .sod_table {display: block; border-collapse: initial; table-layout: initial;}
    .sod_table .sod_in_hd {display: none;}
    .sod_table .sod_in_hd .sod_in_row{display: initial;}

    .sod_table ul {display: block;}
    .sod_table li {display: block; position: relative; border-bottom: 1px solid #000; margin-bottom: 32px;}
    .sod_table li > div {display: initial; padding: 0;}

    #sod_inquiry li .inquiry_idtime{display: block; padding: 50px 8px 0; margin-bottom: 8px;  width: 100%; font-size: 1.4em; line-height: 16px; text-align: left;}
    #sod_inquiry li .idtime_link{}
    #sod_inquiry li .idtime_time{position: absolute; top: 0; left: 0; padding: 0; width: 100%; text-align: left; line-height: 16px; border-bottom: 2px solid #000; padding-bottom: 16px; font-size: 1.4em; overflow: hidden;}
    #sod_inquiry li .idtime_time a {display: inline-block !important; position: absolute; width: 28px; height: 28px; right: -10px; top: -6px; filter: invert(1);}
    #sod_inquiry li .inquiry_name{display: block; width: 100%; font-size: 1.6em; text-align: left; padding: 0 8px 16px;}
    #sod_inquiry li .inquiry_name:hover a{}
    #sod_inquiry li .inquiry_price{display: inline-block; padding: 0 8px;  width: 100%; margin-bottom: 16px; text-align: left;}
    #sod_inquiry li .inquiry_price span {font-size: 16px;}
    #sod_inquiry li .inq_wr {padding: 0; position: absolute; right: 8px; bottom: 20px; width: auto;}
    #sod_inquiry li .inv_status{}
    #sod_inquiry li .inv_inv{}
    #sod_inquiry li .inv_inv i{}

    .status_01{font-size: 1.4em;} /* 주문확인중 */
    .status_02{font-size: 1.4em;} /* 주문완료 */
    .status_03{font-size: 1.4em;} /* 상품준비중 */
    .status_04{font-size: 1.4em;} /* 배송중 */
    .status_05{font-size: 1.4em;} /* 배송완료 */
    .status_06{font-size: 1.4em;} /* 환불 완료 */
    .status_07, #sod_cs_w .status_07{font-size: 1.4em;}
    #smb_my_od .empty_list {}

    #sod_inquiry + .pg_wrap {margin-top: 64px;}

    #sod_cs_w ul li {display: flex; flex-wrap: wrap;}
    #sod_cs_w ul li > div {padding-right: 8px !important; padding-left: 8px !important;}
    #sod_cs_w ul li .cs_date { padding: 0 0 16px 0 !important; width: 100%; text-align: left; line-height: 16px; border-bottom: 2px solid #000; padding-bottom: 16px; font-size: 1.4em; overflow: hidden; order: 1;}
    #sod_cs_w ul li .cs_mem {display: block; padding: 16px 8px 0; margin-bottom: 8px;  width: 100%; font-size: 1.4em; line-height: 16px; font-weight: 500; text-align: left;order: 2; color: rgba(0,0,0,0.38);}
    #sod_cs_w ul li .cs_mem span {display: inline-block !important;}
    #sod_cs_w ul li .cs_pd {display: block; width: 100%; font-size: 1.6em; text-align: left; padding: 0 8px 16px; order: 3;}
    #sod_cs_w ul li .cs_total {display: block; order: 4; font-size: 1.6em; width: 100%; text-align: left; padding-bottom: 16px;}
    #sod_cs_w ul li .solid {margin-top: 16px;}
    #sod_cs_w ul li .cs_reward {order: 6; font-size: 2em; width: auto; text-align: right; margin-bottom: 16px; margin-left: auto;}
    #sod_cs_w ul li .cs_reward span {font-size: 16px; font-weight: 400;}
    #sod_cs_w ul li .inv_status{order: 6; width: auto; margin-left: auto; margin-bottom: 16px;}
    #sod_cs_w #sod_reward ul li .inv_status{margin-top: 4px;}

    #sod_cs_w ul li .cs_etc { font-size: 0; overflow-x: initial; text-overflow: initial; white-space: normal; order: 5;}
    #sod_cs_w ul li .cs_etc.btn_comment {background: url('../img/mobile/icon_comment.png') no-repeat center center; background-size: 16px; width: 16px; height: 15px; margin: auto 8px 16px 8px; cursor: pointer;}
    
    #sod_payment ul li .cs_total, #sod_payment ul li .cs_num_1, #sod_payment ul li .cs_num_2  {text-align: right; font-size: 1.4em;}
    #sod_payment ul li .cs_total::after, #sod_payment ul li .cs_num1::after, #sod_payment ul li .cs_num2::after {content: ''; clear: both; display: block; visibility: hidden;}
    #sod_payment ul li .cs_total {order: 2; padding-bottom: 8px; margin-top: 16px;}
    #sod_payment ul li .cs_num_1 {order: 3; width: 100%; margin-bottom: 16px;}
    #sod_payment ul li .cs_num_2 {order: 4; width: 100%; padding-bottom: 16px;}
    #sod_cs_w #sod_payment .inv_status {order: 6; width: auto;}

    #sod_payment .hd_mb { float: left; color: rgba(0,0,0, 0.6); font-weight: 500;}

    /* 추천인 내역 */
    #sod_cs_m.my_rw {flex:  0 0 100%;}
    .my_rw .date_wr {gap: 8px; margin-bottom: 16px; flex-wrap: wrap;} 
    .my_rw .sch_input {max-width: 100%; width: calc(50% - 12.2px);}
    .my_rw .link-wrap {flex-direction: column; gap: 8px;}
    .my_rw#sod_cs_m h2.link-hd{margin-bottom: 16px;}
    .my_rw .link-wrap .sch_input {width: 100%;}
    .my_rw .sch_btn {width: 100%;} 
    #sod_reward {}
    .sod_d {display: flex;}
    .sod_table .pg_page, .sod_table .qa_page {background-color: transparent;}
    #sod_cs_pc.sod_table {display: table;  border-collapse: collapse;}
    #sod_cs_m #sod_cs_pc.sod_table .sod_d table {table-layout: initial;}
    #sod_cs_pc.sod_table .sod_in_hd {display: table-header-group; }
    #sod_cs_m #sod_cs_pc.sod_table th.cs_mem, #sod_cs_m .sod_table td.cs_mem {min-width: 200px; white-space: nowrap; overflow-x: hidden; text-overflow: ellipsis; max-width: 250px;}

    #sod_cs_m #sod_reward_mb.sod_table li .re_top {}
    #sod_cs_m #sod_reward_mb .tb_toggle > span {font-size: 14px;}
    #sod_cs_m #sod_reward_mb.sod_table li:first-child .re_top {padding-top: 16px;}
    #sod_cs_m #sod_reward_mb.sod_table li .cs_reward {font-size: 1.4em;}
    #sod_cs_m #sod_cs_pc.sod_table .sod_d > td > div .pg_wrap {margin: 16px 0;}

    /* 모달 */
    .modal_hd {padding: 17px 16px 16px;}
    .modal_hd h2{font-size:20px; line-height: 24px;}
    .modal_hd .btn_close{position: relative; width:20px;height:20px;}
    .modal_bd {padding: 16px;}
    .modal_popup.modal_l {width: auto; margin: 16px;}
    
    .md_input1 {height: 48px; padding: 16px 16px 14px;}
    .md_input1[type="text"] {font-size: 1.4em;}
    .md_input2 {padding: 11px 15px 11px 15px; height: 52px; width: 100%;}
    .md_input2 input {width: calc(100% - 24px); font-size: 20px;}
    .md_input2 span {font-size: 14px; padding-left: 6px; vertical-align: text-bottom;}

    .modal_ft {display: flex; justify-content: center; padding: 0 16px 16px}
    .modal_ft .btn {font-size: 14px;}
    .modal_ft .btn + .btn {margin-left: 10px;}

    /* popup 지급요청 */
    #cashpopup .cash_info dl {font-size: 16px; margin-bottom: 16px; }
    #cashpopup .cash_info dd span {font-weight: 500;}
    #cashpopup .cash_total dl {margin: 16px 0 }
    #cashpopup .cash_total dt{font-size: 16px;}
    #cashpopup .cash_total dd{font-size: 14px;}

    #sit_qa_write .modal_bd ul li, #sit_use_write .modal_bd ul li  {margin-bottom: 8px;}


    .modal_bd .frm_select .select {height: 48px; padding: 12px 16px 15px; font-size: 1.4em;}
    .modal_bd .frm_select .option li {padding: 13px; font-size: 10px;}

    /* 팝업창 */
    .new_win .win_btn .btn_close {height: 48px; line-height: 48px; font-size: 1.4em !important;}

/* 상품후기 쓰기 */
    #sit_use_write .required, textarea.required, #sit_qa_write .required, textarea.required {background-position: right 16px center !important;}
    
}

@media (max-width:  640px){
    #smb_my_wish li {width:50%}
}

@media (max-width: 560px) {
    .pg_page, .pg_current, .qa_page {padding: 0 10px 8px;}
    .pg_end, .pg_next, .pg_start, .pg_prev {padding: 0;}

    
}


@media (max-width:520px) {
    .modal_popup.modal_s {width: auto; margin: 16px;}

}
