/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/setting.css */
@charset "utf-8";

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0 PLUS
 * File         :    setting.css
 * SUMMARY      :    기본값
 */

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */


/* Global ---------------------------------------------------------------- */
html {width:100%; height:100%; }
body {margin:0; padding:0; background:#fff; height: 100%; overflow-x: hidden;}

body,p,pre,form,span,div,table,td,ul,ol,li,dl,dt,dd,input,textarea,label,button, select {color:#666; font-family: 'Bai Jamjuree','Pretendard',Sans-serif; letter-spacing:-0.3px; font-size:13px; font-weight:400;}
body,p,pre,form,span,div,table,td,ul,ol,li,dl,dt,dd,input,textarea,label,button, select {word-wrap:break-word; word-break:break-all; -webkit-text-size-adjust:none; text-decoration-skip-ink: none}
b,strong {color:#666; word-wrap:break-word; word-break:break-all; font-size:inherit; font-family:inherit; font-weight:600;}
p,form,span,h1,h2,h3,h4,h5,h6 {margin:0; padding:0; font-weight:normal;}
div,table {margin:0; padding:0; border-spacing:0; border-collapse:collapse; border:none; -webkit-overflow-scrolling: touch;}
table caption { width:0px; height:0px; font-size:0; visibility:hidden; }
ul,ol,li,td,dl,dt,dd {margin:0; padding:0; }
em,i {font-style:normal}
a,span {display:inline-block;}
div {-webkit-overflow-scrolling: touch;}
img {border:0;}
span,div,a,strong,em,label,dl,dt,dd,ul,li {color:inherit; font-size:inherit; font-weight:inherit; letter-spacing:inherit; line-height:inherit;}
a:link, a:visited {color:inherit; text-decoration: none; cursor:pointer;}
a:hover, a:active {text-decoration: none;}
u {text-decoration: none;}
* {font-size: inherit; -webkit-tap-highlight-color:transparent}
.swiper-notification {display:none;}
li {list-style:none;}

/* Essential ---------------------------------------------------------------- */
.wrap {width:100%; position:relative;}
.layout_fix {max-width:1400px; padding: 0 100px; margin:0 auto; position:relative; box-sizing: content-box;} /* 이부분 실작업시 수정할것! 컨텐츠 레이아웃 최대값 */
.upper_link {position:absolute; left:0; top:0; width:100%; height:100%; z-index:9;}


/* Form ---------------------------------------------------------------- */
/* lable */
label {overflow:hidden; cursor: pointer;}
input[type=checkbox],input[type=radio] {float:left; -webkit-appearance:none; -webkit-gradient:none; -webkit-border-radius:0; border:none; margin-right:5px; box-sizing:border-box;}

/* input */
input[type=text],input[type=password],input[type=number],input[type=email],input[type=tel],input[type=date],input[type=file],input[type=search], input[type=submit],input[type=url], input[type=button], button
{-webkit-appearance:none; -webkit-gradient:none; -webkit-border-radius:0; border:none; background:none; box-sizing:border-box; padding: 0;}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {-webkit-appearance:none; margin:0;} /* 오른쪽에 나타나는 화살표 버튼없애기 */
input[type=date]::-webkit-outer-spin-button, input[type=date]::-webkit-inner-spin-button {-webkit-appearance:none; margin:0; border:0;} /* 오른쪽에 나타나는 화살표 버튼없애기 */
input::-ms-clear {display: none;} /* ie10 이상에서 input textbox 포커스시 생기는 삭제버튼 숨기기 */
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {display:none;} /* 검색 기본 x버튼 없애기 */
input::placeholder {color: #c7c7d5 !important;}
input::-webkit-input-placeholder {color: #c7c7d5 !important;}
input:-ms-input-placeholder {color: #c7c7d5 !important;}
input:-moz-placeholder {color: #c7c7d5 !important;}

textarea {border:none; background:none; line-height:1.4; padding:15px; box-sizing:border-box; width:100%; -webkit-appearance:none; -webkit-border-radius:0; -webkit-overflow-scrolling: touch;}
textarea::placeholder {color: #c7c7d5 !important;}
textarea::-webkit-input-placeholder {color: #c7c7d5 !important;}
textarea:-ms-input-placeholder {color: #c7c7d5 !important;}
textarea:-moz-placeholder {color: #c7c7d5 !important;}

/* select 기본 화살표 없애기 */
select {-webkit-appearance: none; appearance: none; -moz-appearance: none; -webkit-user-select: none;}
select::-ms-expand {display:none;}

/* 크롬 자동완성 BG색 버림(아이디비번저장 시) */
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}
input:-webkit-autofill:focus {-webkit-box-shadow: 0 0 0px 1000px #fff inset;}

/* 인풋포커스 라인삭제 : 웹접근성 작업 시 삭제 */
input,select,textarea,a {outline:none}

::selection {background:#0044ff; color:#fff; text-shadow: none;}
::-moz-selection {background:#0044ff; color:#fff; text-shadow: none;}
::-webkit-selection {background:#0044ff; color:#fff; text-shadow: none;}
/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/common.css */
@charset "utf-8";

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0 PLUS
 * File         :    common.css
 * SUMMARY      :    장바구니/마이페이지/멤버십 등 공통영역
 */

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */


/* 세부요소 -------------------------------------------------------------------------------------------------------------------------------- */

/* 버튼 ======================================== */
.c_btn {height: 30px; background:#fff; border:1px solid #aaa; box-sizing:border-box; padding:0 10px; white-space:nowrap; text-align:center !important; color:#999; font-weight:500; letter-spacing:0px; line-height:1;}
.c_btn {font-size:12px; display: inline-flex; flex-direction: row; justify-content: center; align-items: center; transition: all 0.15s ease-out; -webkit-transition: all 0.15s ease-out;}
.c_btn.line {background:#fff !important;}
.c_btn strong {display:flex; justify-content: center; align-items: center; flex-direction:column; height:100%;} /* 글씨앞에 아이콘사용시 */
.c_btn.h25 {height:25px; font-size:11px !important;}
.c_btn.h30 {height:30px;}
.c_btn.h35 {height:35px; font-size:13px !important; padding:0 15px; }
.c_btn.h40 {height:40px; font-size:13px !important; padding:0 15px; }
.c_btn.h45 {height:45px; font-size:13px !important; padding:0 15px; font-weight:600;}
.c_btn.h50 {height:50px; font-size:15px !important; padding:0 20px; font-weight:700;}
.c_btn.h55 {height:55px; font-size:15px !important; padding:0 20px; font-weight:700;}
.c_btn.h60 {height:60px; font-size:16px !important; padding:0 25px; font-weight:700;}
.c_btn.black {background:#000; border-color:#000; color:#fff;}
.c_btn.light {background:#aaa; border-color:#aaa; color:#fff;}
.c_btn.color {background:#e10000; border-color:#e10000; color:#fff;}
.c_btn.black.line {color:#000; background:#fff !important;}
.c_btn.light.line {color:#aaa; background:#fff !important;}
.c_btn.color.line {color:#e10000; background:#fff !important;}
.c_btn.type_only_tx {border:0; height:auto !important; padding:5px 0; text-decoration:underline;}
.c_btn.type_write strong {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_write.svg') left center no-repeat; background-size:15px; padding-left:18px;}


/* 버튼박스 ======================================== */
.c_btnbox {overflow:hidden; margin-top:30px; display:flex; justify-content: center; align-items: center; flex-direction:column; gap:10px}
.c_btnbox ul {display:flex; flex-direction: row; justify-content: center; align-items: center; gap:10px}
.c_btnbox li {list-style: none; flex:1; box-sizing: border-box;}
.c_btnbox .c_btn {display:flex;}
.c_btnbox.type_full {align-items:stretch}
.c_btnbox.type_full .c_btn {padding:0px !important;}
.c_btnbox .arrange_right {display:flex; justify-content: flex-end; align-items: center; flex-direction:row;}
.c_btnbox.type_max ul {width:100%; max-width:500px; margin:0 auto;}


/* 텍스트 아이콘 ======================================== */
.c_tag {height:25px; background:#fff; border:1px solid #ccc; box-sizing:border-box; padding:0 10px; white-space:nowrap; border-radius:100px;}
.c_tag {font-size:12px !important; line-height: 1; cursor:default; display: inline-flex; flex-direction: row; justify-content: center; align-items: center; font-weight:500;}
.c_tag.black {background:#000 !important; border-color:#000 !important; color:#fff !important;}
.c_tag.light {background:#ccc !important; border-color:#ccc !important; color:#fff !important;}
.c_tag.gray {background:#f5f5f5 !important; border-color:#ccc !important; color:#888 !important;}
.c_tag.red {background:#e10000 !important; border-color:#e10000 !important; color:#fff !important;}
.c_tag.blue {background:#0065e3 !important; border-color:#0065e3 !important; color:#fff !important;}
.c_tag.green {background:#00b108 !important; border-color:#00b108 !important; color:#fff !important;}
.c_tag.black.line {color:#000 !important; background:#fff  !important;}
.c_tag.light.line {color:#aaa !important; background:#fff  !important;}
.c_tag.red.line {color:#e10000 !important; background:#fff  !important;}
.c_tag.blue.line {color:#0065e3 !important; background:#fff  !important;}
.c_tag.green.line {color:#00b108 !important; background:#fff  !important;}



/* input ======================================== */
input.input_design {width: 100%; height: 45px; border: 1px solid #e5e5e5; background: #fff; font-size: 13px; padding: 0 15px; box-sizing: border-box; color: #333;}
input.input_design {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
input.input_design:focus {color: #333; border-color: #008aff !important; background-color:#fff !important;}
input.input_design.type_date {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_date.svg') right 15px center no-repeat; background-size:14px; font-weight:500;}
input.input_design:disabled {background:#f9f9f9; opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100); border-color:#f2f2f2; pointer-events:none}


/* textarea ======================================== */
textarea.text_design {width: 100%; border: 1px solid #e5e5e5; background: #fff; font-size: 13px; padding:12px 15px; line-height: 1.4; box-sizing: border-box; color: #333;}
textarea.text_design {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
textarea.text_design:focus {color: #333; border-color: #008aff !important; background:#fff !important;}


/* label ======================================== */
label.c_label {cursor: pointer; display:inline-flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
label.c_label input {display: none;}
label.c_label .tx {font-size: 13px; color: #888; font-weight:500; display:flex; flex-direction:row; justify-content: flex-start; align-items: center; gap:5px; line-height:1; height: 30px; }
label.c_label .tx em {color:#333;}
label.c_label .tx strong {color:#e10000;}
label.c_label .tx em,
label.c_label .tx strong {white-space:nowrap; font-weight:500;}
label.c_label .icon {width:18px; height: 18px; box-sizing:border-box; background-color: #ddd !important; flex:none}
label.c_label input:checked+ .tx {color:#333;}
label.c_label input:checked+ .tx .icon {background-color: #000 !important; border-color: #000 !important;}
label.c_label input[type=checkbox]+ .tx .icon {border-radius: 3px; background-size: 8px !important; background: url('/skin/site_m/responsive-food/images/c_img/c_check.svg') center center no-repeat;}
label.c_label input[type=radio]+ .tx .icon {border-radius: 100px; position: relative;}
label.c_label input[type=radio]+ .tx .icon:before {content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 8px;}
label.c_label input[type=radio]+ .tx .icon:before {background: #fff; border-radius: 100px; z-index: 1; transform:translate(-50%,-50%);}
label.c_label input[type=radio]:checked+ .tx .icon:before {background: #fff;}
.c_labelbox {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:wrap; gap:15px;}


/* 셀렉트박스 ======================================== */
.c_select {position: relative;}
.c_select select {width: 100%; height: 45px; border: 1px solid #e5e5e5; font-size: 13px; position: relative; z-index: 2;}
.c_select select {padding: 0 40px 0 15px; box-sizing: border-box; color: #333; cursor: pointer; -webkit-border-radius: 0 !important; background:#fafafa !important;}
.c_select .icon {position: absolute; right: 15px; top: 50%; width: 5px; height: 5px; margin-top: -3px; z-index: 2; pointer-events:none}
.c_select .icon {width:0; height:0; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #000;}
.c_select .icon {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; transform: rotate(0); transform-origin: center;}
.c_select select:focus {border-color: #008aff; color: #333; background:#fff !important;}
.c_select select:focus+ .icon {transform: rotate(180deg); border-top-color:#008aff;}


/* 스크롤바 ======================================== */
.c_scroll_v::-webkit-scrollbar {width: 8px;}
.c_scroll_v::-webkit-scrollbar-thumb {background-color: #ccc; border-radius:100px;}
.c_scroll_v::-webkit-scrollbar-track {background-color:transparent;}












/* 세부 레이아웃 -------------------------------------------------------------------------------------------------------------------------------- */

/* 공통페이지 기본틀 ======================================== */
.c_section {}


/* 내용없음 ======================================== */
.c_none {text-align:center; overflow:hidden; padding: 100px 0; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; color:#aaa; }
.c_none .gtxt {font-size: 13px; box-sizing: border-box; line-height:1.4;}
.c_none .gtxt:before {content:""; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_list_none.svg') center center no-repeat; background-size:50px 50px !important; height:50px; display:block; margin-bottom:10px;}
.c_none .gtxt:before {opacity: 0.2; filter: alpha(opacity=20); -ms-filter:alpha(opacity=20);}


/* 완료(가입/주문) ======================================== */
.c_complete {}
.c_complete .layout_fix {max-width:500px;}
.c_complete .greeting_box {text-align:center; border:2px solid #f2f2f2; padding:40px;}
.c_complete .greeting_box dt {font-size: 21px; color: #000; word-wrap:break-word; word-break:keep-all; white-space:normal; line-height: 1.4; font-weight:700;}
.c_complete .greeting_box dd {font-size: 13px; color: #888; line-height: 1.4; margin-top: 10px;}
.c_complete .greeting_box dd {word-wrap:break-word; word-break:keep-all; white-space:normal;}
.c_complete .greeting_box .order_num {font-weight:700; font-size:15px; margin-bottom:15px; color:#e10000;}


/* 페이지네이트 ======================================== */
.c_pagi {position:relative; margin-top:30px;}
.c_pagi .inner {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.c_pagi .nextprev {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.c_pagi .nextprev .btn {font-size:0px; box-sizing:border-box;}
.c_pagi .nextprev .btn span {font-size: 0;}
.c_pagi .nextprev .btn .icon {width: 30px; height: 30px; background-position: center center !important; background-repeat: no-repeat !important;}
.c_pagi .nextprev .btn .icon {background-size: auto 20px !important;}
.c_pagi .nextprev .btn .ok {display:none; }
.c_pagi .nextprev .btn .no {opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20); pointer-events: none !important;}
.c_pagi .nextprev .click .ok {display:block;border-radius:100px; }
.c_pagi .nextprev .click .no {display:none; }
.c_pagi .nextprev .ic_prev {margin-right: 5px;}
.c_pagi .nextprev .ic_prev .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/c_arrow_prev.svg');}
.c_pagi .nextprev .ic_next {margin-left: 5px;}
.c_pagi .nextprev .ic_next .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/c_arrow_next.svg');}
.c_pagi .nextprev .btn_num {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.c_pagi .nextprev .btn_num .more {width: 30px; height: 30px; background: transparent url('/skin/site_m/responsive-food/images/c_img/c_pagi_more.svg') center center no-repeat; background-size: 9px auto !important;}
.c_pagi .number {display: flex; flex-direction: row; justify-content: center; align-items: center; gap:10px}
.c_pagi .number .hit {color: #fff !important; background: #222 !important; border-color: #222 !important;}
.c_pagi .num {font-size: 13px; color: #222; background: transparent; border: 1px solid #e5e5e5; border-radius: 100%; font-weight:600;}
.c_pagi .num {display: flex; flex-direction: row; justify-content: center; align-items: center; min-width: 30px; height: 30px; box-sizing: border-box; padding:0 5px;}
.c_pagi .btn_area {position:absolute; right:0;}


/* 페이지 타이틀 ======================================== */
.c_page_tit {}
.c_page_tit .layout_fix {padding:0px !important;}
.c_page_tit .tit_box {position:relative; text-align: center; display: flex; flex-direction: row; justify-content: center; align-items: center; height:140px; gap:30px}
.c_page_tit .tit {font-size:30px; color:#000; font-weight: 700; line-height: 1;}
.c_page_tit a.tit {opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.c_page_tit a.tit.hit {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
.c_page_tit .btn_back {background:transparent url('/skin/site_m/responsive-food/images/c_img/c_arrow_back.svg') center center no-repeat; background-size:20px; display:none;}
.c_page_tit .btn_back {width:50px; height:100%; position:absolute; left:0; top:0; }


/* 그룹 타이틀 ======================================== */
.c_group_tit {font-weight:600; position:relative; border-bottom: 1px solid #222; box-sizing: border-box; padding-bottom: 10px; margin-top:50px;}
.c_group_tit {display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap:wrap; gap:5px 10px}
.c_group_tit .tit {font-size: 16px; color: #000; font-weight: 700; line-height: 1;}
.c_group_tit .sub_txt {font-size:12px; color:#aaa; font-weight:400;}
.c_group_tit .sub_txt strong {color:#e10000; font-weight:600;}
.c_group_tit .sub_txt em {color:#000; font-weight:600;}
.c_group_tit .shop_name {color:#000; font-size:18px; font-weight:700; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_store.svg') left 0 no-repeat; background-size:17px; padding-left:20px; line-height:1;}
.c_group_tit .btn_more {font-weight:500; font-size:13px; color:#000; height:20px; display:flex; justify-content: center; align-items: center; flex-direction:column;}
.c_group_tit .btn_more {opacity: 0.6; filter: alpha(opacity=60); -ms-filter:alpha(opacity=60);}
.c_group_tit .btn_more strong {background:transparent url('/skin/site_m/responsive-food/images/c_img/arrow_right.svg') right center no-repeat; background-size:5px 10px !important; padding-right:10px; line-height:1;}
.c_group_tit:first-of-type {margin-top:0px;}
.cart_ctrl+ .c_group_tit {margin-top:0px;}
.c_group_tit+ .form_ul {margin-top:15px;}



/* 페이지 단계 ======================================== */
.c_process {margin-bottom:50px; display:flex; flex-direction:row; justify-content:center; align-items:center;}
.c_process ul {display:flex; justify-content:space-between; align-items: center; flex-direction:row; width:100%; max-width:400px;}
.c_process li {list-style:none; position:relative; display:flex; justify-content: center; align-items: center; flex-direction:column; flex:1;}
.c_process li:before {content:""; width:50%; height:2px; background:#eee; position:absolute; left:0; top:13px; z-index:1}
.c_process li:after {content:""; width:50%; height:2px; background:#eee; position:absolute; right:0; top:13px; z-index:1}
.c_process li:first-of-type:before {display:none;}
.c_process li:last-of-type:after {display:none;}
.c_process .tit {font-size:13px; color:#aaa; font-weight:500; margin-top:5px; white-space:nowrap}
.c_process .num {width:30px; height:30px; border-radius:100px; border:2px solid #eee; box-sizing:border-box; font-weight:600; font-size:11px; color:#aaa; position:relative; background:#fff;}
.c_process .num {display:flex; justify-content: center; align-items: center; flex-direction:column; letter-spacing:0px; z-index:2}
.c_process .hit .tit {color:#222;}
.c_process .hit .num {background:#222; border-color:#222; color:#fff;}
.c_process .hit:after {background:#222;}
.c_process .hit+ li:before {background:#222;}


/* 하단 도움말 ======================================== */
.c_user_guide {margin-top:50px; padding:40px; background:#efeeee; border: 1px solid #e5e5e5; box-sizing:border-box; border-radius:10px; overflow:hidden;}
.c_user_guide li {list-style:none;}
.c_user_guide dt {font-size:14px; color:#333; margin-bottom:10px; font-weight:600;}
.c_user_guide dd {font-size: 13px; color:#616161; line-height: 1.4; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.c_user_guide dd.red {color: #e10000;}
.c_user_guide dd+ dd {margin-top: 5px;}
.c_user_guide dd em {text-decoration:underline; color:#0065e3; font-weight:500;}
.c_user_guide dd strong {text-decoration:underline; color: #e10000;}
.c_user_guide dl+ dl {margin-top:20px}
.c_user_guide .guide_table {padding-left:0px;}
.c_user_guide .guide_table:before {display:none;}
.c_user_guide .guide_table table {width:100%; table-layout:fixed;}
.c_user_guide .guide_table th {border:1px solid #ddd; padding:5px 5px 7px; font-weight:500 !important; background:#f5f5f5;}
.c_user_guide .guide_table td {border:1px solid #ddd; text-align:center; padding:5px; line-height:1.3; word-wrap:break-word; word-break:keep-all; white-space:normal;}


/* 일반페이지(이용안내/회사소개) ======================================== */
.c_editor_box {box-sizing:border-box; border:2px solid #f5f5f5; padding:30px;}
.c_editor_box.type_only_page {border:0; padding:0px !important;}
.c_editor_box.editor {font-size: 13px; line-height: 1.45; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.c_editor_box.editor * {font-size: 13px; line-height: 1.45; word-wrap:break-word; word-break:keep-all; white-space:normal;}


/* 공통메뉴 ======================================== */
.c_nav {overflow:hidden; background:#fff; margin-bottom:20px;}
.c_nav .swipe_box {}
.c_nav .swipe_box ul {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; flex-wrap:wrap; gap:5px 10px;}
.c_nav .swipe_box li {list-style:none;}
.c_nav .menu {color:#888; font-size:14px; box-sizing:border-box; height:35px; transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; padding:0 10px;}
.c_nav .menu {display:flex; justify-content: center; align-items: flex-start; flex-direction:column; font-weight:500; line-height:1; }
.c_nav .menu strong {display:flex; justify-content: center; align-items: center; flex-direction:column; box-sizing:border-box; border-bottom:2px solid transparent; box-sizing:border-box; position:relative; padding:3px 0;}
.c_nav .menu strong {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
.c_nav .menu strong:before {content:""; width:calc(100%); height:2px; position:absolute; left:0; bottom:-2px; background:#ccc;}
.c_nav .menu strong:before {-webkit-transform: scaleX(0); transform: scaleX(0); will-change: transform; transform-origin: top right;}
.c_nav .menu strong:before {transition: transform 900ms cubic-bezier(0.19, 1, 0.22, 1);  -webkit-transform 900ms cubic-bezier(0.19, 1, 0.22, 1);}
.c_nav .hit .menu strong {border-color:#000; color:#000;}
.c_nav .hit .menu strong:before {display:none;}
.c_nav.type_only {text-align:center; margin-bottom:20px;}
.c_nav.type_only .swipe_box {display:inline-block; max-width:100%}
.c_nav.type_only .swipe_box ul {justify-content: center; flex-direction:row; flex-wrap:wrap;}


/* 페이지 탭메뉴 ======================================== */
.c_page_tab {margin-bottom:15px;}
.c_page_tab ul {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:10px; flex-wrap:wrap}
.c_page_tab li {list-style:none;}
.c_page_tab .tab {display:flex; justify-content: center; align-items: center; flex-direction:column; height:35px; color:#333; border:1px solid #e5e5e5; box-sizing:border-box; padding:0 15px; border-radius:5px; font-weight:500;}
.c_page_tab .hit .tab {color:#000; border-color:#222; background:#fff !important;}


/* 그리드 레이아웃(왼쪽메뉴/오른쪽내용) ======================================== */
.c_gridpage .layout_grid {display:flex; justify-content: stretch; align-items: flex-start; flex-direction:row}
.c_gridpage .grid_aside {width:180px; position:sticky; top:20px; margin-right:50px; flex:none}
.c_gridpage .grid_aside .c_nav {margin-top:0px !important;}
.c_gridpage .grid_section {flex:1; box-sizing:border-box;}
.c_gridpage .grid_section.type_formpage {border:2px solid #f2f2f2; padding:60px;}
.c_gridpage .grid_section.type_formpage .layout_fix {max-width:700px}
.c_gridpage .grid_section.type_miniform {border:2px solid #f2f2f2; padding:60px;}
.c_gridpage .grid_section.type_miniform .layout_fix {max-width:400px}










/* 폼 -------------------------------------------------------------------------------------------------------------------------------- */

/* 폼크기 ======================================== */
.c_formpage .layout_fix {max-width:700px;}


/* 폼요소 ======================================== */
.c_form {box-sizing: border-box;}
.c_form li {list-style: none;}
.c_form .form_dl {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; box-sizing: border-box; border-bottom:1px solid #f2f2f2; padding:15px 0;}
.c_form .form_dt {width: 130px; display: flex; justify-content: flex-start; align-items: center; margin-right: 10px; box-sizing: border-box;}
.c_form .form_dd {flex: 1; word-wrap:break-word; word-break:keep-all; white-space:normal; font-size:13px; color:#555; line-height:1.4; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; gap:5px}
.c_form .form_dt .tit {font-size: 13px; color: #222; font-weight:500; display:inline-flex; justify-content: center; align-items: center; flex-direction:row; position:relative;}
.c_form .form_dt.ess .tit:after {content:"*"; content:""; position:absolute; right:-7px; top:1px; width:4px; height:4px; border-radius:100px; background:#e10000;}
.c_form .form_ul {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_form .form_li {display:flex; justify-content: stretch; align-items:stretch; flex-direction:column; gap:5px}
.c_form .form_li+ .form_li {margin-top:10px;}
.c_form .form_ul+ .form_ul {margin-top:20px; padding-top:20px; border-top:1px solid #333;}
.c_form .form_tit {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex:1; }
.c_form .form_tit .btn_open {width:30px; height:30px; margin-left: auto; background: transparent url('/skin/site_m/responsive-food/images/c_img/arrow_down.svg') center center no-repeat; background-size: 12px 7px !important;}
.c_form .form_tit .btn_open {opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30); transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.c_form .form_tit .c_label {flex:1; margin-right:10px;}
.c_form .tx_price {color:#000; font-weight:700;}
.c_form .tx_ordernum {color:#e10000; font-weight:700;}
.c_form .tx_item {color:#0065e3; font-weight:600;}
.c_form .tx_option {color:#888;}
.c_form .tx_bank {color:#333; font-weight:500;}
.c_form .tip_txt {font-size: 12px; color: #999; line-height: 1.3; text-align: left; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.c_form .tip_txt strong {color:#0065e3; font-weight:600;}
.c_form .tip_txt em {color:#000; font-weight:600;}
.c_form .tip_txt a {text-decoration:underline; color:#FF5D4A; font-weight:500;}
.c_form .score_box {display: flex; flex-direction: column; justify-content: flex-start; align-items: center; text-align: center;}
.c_form .score_box.if_score1 .star.this_value {width:20%;}
.c_form .score_box.if_score2 .star.this_value {width:40%;}
.c_form .score_box.if_score3 .star.this_value {width:60%;}
.c_form .score_box.if_score4 .star.this_value {width:80%;}
.c_form .score_box.if_score5 .star.this_value {width:100%;}
.c_form .score_box .star_box {position: relative; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.c_form .score_box .star_box ul {position:absolute; left:0; top:0; width:175px; z-index: 10; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.c_form .score_box .star_box li {flex:1;}
.c_form .score_box .star_box .click {display:block; height:35px;}
.c_form .score_box .mark {width: 175px; height: 35px; position: relative;}
.c_form .score_box .mark .star {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: 35px !important;}
.c_form .score_box .mark .star {background: transparent url('/skin/site_m/responsive-food/images/c_img/item_star.svg') left center repeat-x;}
.c_form .score_box .mark .star.this_base {z-index: 1; opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.c_form .score_box .mark .star.this_value {z-index: 2; background-image: url('/skin/site_m/responsive-food/images/c_img/item_star_red.svg');}
.c_form .upload_box {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_form .upload_box .label_photo {background:#f5f5f5; border:1px solid #e5e5e5; overflow:hidden; position:relative; padding:0 15px; height:45px; box-sizing:border-box; border-radius:5px;}
.c_form .upload_box .upper_txt {font-size: 13px; color:#333; height: 100%; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.c_form .upload_box .upper_txt {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_photo.svg') right center no-repeat; background-size:22px auto !important;}
.c_form .upload_box .input_photo {display: none;}
.c_form .upload_box .preview {margin-top:5px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.c_form .upload_box .preview img {max-width:100%; max-height:500px}
.c_form .open_box {background: #f5f5f5; padding:15px; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; display: none; margin-top:10px;}
.c_form .open_box .text_design {font-size:12px; color:#888;}
.c_form .open_box .tip_txt {margin-top:5px;}
.c_form .if_open_box .open_box {display: flex;}
.c_form .if_open_box .form_tit .btn_open {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100); transform: rotate(180deg);}
.c_form .user_info_box {padding: 15px; box-sizing: border-box; margin-top: 10px; background: #fff; border:1px solid #e5e5e5;}
.c_form .user_info_box dl {box-sizing: border-box; display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:row;}
.c_form .user_info_box dl+ dl {margin-top:10px; border-top:1px dashed #f2f2f2; padding-top:10px;}
.c_form .user_info_box dt,
.c_form .user_info_box dd {font-size: 12px; line-height: 1.3;}
.c_form .user_info_box dt {color: #333; font-weight: 500; width:50px; font-weight:600;}
.c_form .user_info_box dd {word-wrap:break-word; word-break:keep-all; white-space:normal; color: #888; flex:1}
.c_form .with_btn {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:5px; overflow:hidden;}
.c_form .with_btn .input_design {flex:1}
.c_form .with_btn *+ .c_select {width:120px;}
.c_form .with_btn .c_select:first-child {flex:1}
.c_form .with_btn .c_btn {padding:0 15px !important;}
.c_form .with_btn .unit {font-size:1.1em; font-weight:600;}
.c_form .with_btn.type_fixed .input_design {flex:none; width:100px;}
.c_form .with_btn .c_label:last-of-type {margin-left:10px;}
.c_form .other {}
.c_form .input_file_box {background:#fff; border:1px solid #e5e5e5; position:relative; height:45px; width:100%; overflow:hidden; background:#f5f5f5; border-radius:5px; box-sizing:border-box;}
.c_form .input_file_box .fakeFileTxt {float:left; width:100%; color:#333; font-size: 13px; text-indent:15px; border:0; height:100%; opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100);}
.c_form .input_file_box .fakeFileTxt {padding-right:40px; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.c_form .input_file_box .fileDiv {width:100%; height:100%; overflow: hidden; position:absolute; left:0; top:0;}
.c_form .input_file_box .buttonImg {width:50px; height:100%; position: absolute; top:0; right:15px; font-size:0px; border:0;}
.c_form .input_file_box .buttonImg {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_attach.svg') right center no-repeat; background-size:18px !important;}
.c_form .input_file_box .realFile {position:absolute; right:0px; top:0px; width:100%; font-size:13px; height:100%; cursor:pointer !important; box-sizing:border-box; }
.c_form .input_file_box .realFile {opacity:0; filter: alpha(opacity=0); -ms-filter: "alpha(opacity=0)"; -khtml-opacity: 0; -moz-opacity: 0;}
.c_form .input_file_box.type_photo .buttonImg {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_photo.svg') right center no-repeat;}
.c_form .upload_list {}
.c_form .upload_list .upload-file {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 10px;}
.c_form .photo_preview {display:flex; justify-content: center; align-items: center; flex-direction:column; overflow:hidden;}
.c_form .photo_preview img {max-width:100%; max-height:500px; margin-top:5px;}
.c_form .attach_box {overflow:hidden; display: flex; flex-direction:column; justify-content: stretch; align-items: stretch; gap:5px}
.c_form .attach_box .duplicate {display:flex; justify-content: center; align-items: stretch; flex-direction:row; gap:5px}
.c_form .attach_box .add_btn_box {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_form .attach_box .file_btn {width: 60px; box-sizing: border-box; font-size: 12px; color:#999; line-height: 1; font-weight:600; flex:1; border-radius:5px;}
.c_form .attach_box .file_btn {background: #fff; border: 1px solid #ccc; display: flex; flex-direction: row; justify-content: center; align-items: center;;}
.c_form .attach_box .file_btn.exec-addfile {border-color:#333; color: #333;}
.c_form .bank_box {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:wrap; gap:5px}
.c_form .bank_box .c_select {flex:1}
.c_form .bank_box .input_design {width:120px; margin:0px !important;}
.c_form .bank_box .input_design:last-of-type {width:100%;}
.c_form .mine {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:5px; margin-bottom:5px;}
.c_form .mine .txt {color:#000; font-weight:500; font-size:13px; line-height:1; border-radius:100px;  padding:0 10px; height:30px; background:#f5f5f5;}
.c_form .mine .txt {display:flex; justify-content: center; align-items: center; flex-direction:row; gap:5px}
.c_form .mine .txt em {color:#e10000;}
.c_form .mine .txt .num {color:#0065e3;}
.c_form .sum_price {background:#f9f9f9; padding:15px;}
.c_form .sum_price dl {display:flex; justify-content: space-between; align-items: center; flex-direction:row; }
.c_form .sum_price dl+ dl {margin-top:5px;}
.c_form .sum_price dt,
.c_form .sum_price dd {color:#333; font-weight:600;}
.c_form .sum_price .this_last {border-top:2px dashed #e5e5e5; padding-top:10px; margin-top:10px;}
.c_form .sum_price .this_last * {color:#e10000;}
.c_form .sum_price .this_discount * {color:#0065e3;}
.c_form .payway_box {display:grid; gap:10px; grid-template-columns: repeat(3, 1fr)}
.c_form .payway_box .c_label .tx {height:50px; border:2px solid #e5e5e5; border-radius:5px; justify-content: center; text-align:center; padding:0 10px;}
.c_form .payway_box .c_label .icon {display:none;}
.c_form .payway_box .c_label input:checked+ .tx {border-color:#ec6620; color:#ec6620;}
.c_form .payway_box.type_easypay .c_label .tx {font-size:0; background-repeat:no-repeat !important; background-position:center !important; background-size:auto 24px !important;}
.c_form .payway_box.type_easypay .c_label.type_easypay_kakaopay .tx {background-image:url('/skin/site_m/responsive-food/images/c_img/pay_kakao.svg');}
.c_form .payway_box.type_easypay .c_label.type_easypay_kakaopay input:checked+ .tx {background-color:#FFEB00; border-color:#FFEB00;}
.c_form .payway_box.type_easypay .c_label.type_easypay_naverpay .tx {background-image:url('/skin/site_m/responsive-food/images/c_img/pay_naver.svg'); background-size:auto 20px !important;}
.c_form .payway_box.type_easypay .c_label.type_easypay_naverpay input:checked+ .tx {background-color:#00C73C; border-color:#00C73C; background-image:url('/skin/site_m/responsive-food/images/c_img/pay_naver_white.svg');}
.c_form .c_btnbox.type_full ul {width:100%; max-width:500px; margin:0 auto;}
.c_form .receipt_print {}
.c_form .multi_box {display:flex; flex-direction:row; justify-content:flex-start; align-items:center; gap:10px;}
.c_form .multi_box input.input_design {flex:1;}


/* 결제방법 버튼 UI변경 : 2025-06-01 */
.c_form .payway_box.modify .c_label .tx {height: 100px; display: flex; justify-content: center;  align-items: center;  flex-direction: column;}
.c_form .payway_box.modify .c_label .icon {height: 50px; display: block !important; margin-bottom: 5px; background-repeat: no-repeat; background-position: center center; background-position: center center; width: 100%; border-radius: 0px;}
.c_form .payway_box.modify .c_label .icon {background-color: transparent !important; background-size: auto 50px; background-image: url('/skin/site_m/responsive-food/images/c_img/pg_virtual.png'); opacity: 1;}
.c_form .payway_box.modify .c_label .icon:before {display: none;}
.c_form .payway_box.modify .c_label input:checked+ .tx {background: #fef0f0; border-color: #e10000; color: #e10000;}
.c_form .payway_box.modify .c_label.bene .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/pg_bene.png'); opacity: 1;}
.c_form .payway_box.modify .c_label.komsco .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/pg_kosmo.png'); background-size: auto 30px; opacity: 1;}
.c_form .payway_box.modify .c_label.zeropay .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/pg_zero.png?v=1'); opacity: 1;}
.c_form .payway_box.modify .c_label.card .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/pg_card.png'); opacity: 1;}
.c_form .payway_box.modify .c_label.online .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/pg_without.png'); opacity: 1;}
.c_form .payway_box.modify .c_label.iche .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/pg_transfer.png'); opacity: 1;}
.c_form .payway_box.modify .c_label.shinhancard .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/pg_shinhan.png'); opacity: 1;}
.c_form .payway_box.modify .c_label.zeropay input:checked+ .tx {background: #29389516; color: #293895; border-color: #293895;}
.c_form .payway_box.modify .c_label.komsco input:checked+ .tx {background: #fcf8f5; border-color: #f45502; color: #f45502;}
.c_form .payway_box.modify .c_label.bene input:checked+ .tx {background: #fce3c4; border-color: #f88800; color: #f45502;}
.c_form .payway_box.modify .c_label.shinhancard input:checked+ .tx {background: #29389516; border-color: #0046ff; color: #0046ff;}









/* 멤버십 -------------------------------------------------------------------------------------------------------------------------------- */

/* 로그인(아이디비번찾기/비회원주문/비밀번호변경/휴면계정) ======================================== */
.c_login {}
.c_login li {list-style:none;}
.c_login .layout_fix {max-width: 350px;}
.c_login .input_design {height:50px; font-size:14px;}
.c_login .c_btnbox {margin-top:15px;}

.c_login .other_link {display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-top: 5px; font-size: 13px;}
.c_login .other_link .btn {color: #333; padding: 5px 0; box-sizing: border-box; font-weight:500; position:relative;}
.c_login .other_link dt .btn em {position: relative; color:#e10000;}
.c_login .other_link dt .btn em:before {content: ''; position: absolute; left: 0; bottom: -1px; width: 100%; height: 1px; background: #e10000;}
.c_login .other_link .btn+ .btn {margin-left:10px; padding-left:11px;}
.c_login .other_link .btn+ .btn:before {content: ''; position: absolute; left: 0; top: 50%; width: 1px; height: 11px; background: #ddd; transform:translateY(-50%);}

.c_login .btn_guest {margin-top: 20px; border: 2px solid #e5e5e5; border-radius: 100px; box-sizing: border-box; font-size: 13px;}
.c_login .btn_guest {display: flex; flex-direction: row; flex-wrap: wrap; justify-content: center; align-items: center; padding:15px 0;}
.c_login .btn_guest em {color: #999;}
.c_login .btn_guest strong {color: #000; margin-left: 10px; font-weight:600;}

.c_login .find_tab {margin-bottom:15px;}
.c_login .find_tab ul {display: flex; flex-direction: row; justify-content: center; align-items: center; padding:5px; border-radius:8px; background:#f5f5f5; }
.c_login .find_tab li {flex: 1;}
.c_login .find_tab .tab {display: flex; justify-content: center; align-items: center; font-size: 14px; font-weight: 600; color:#999; padding:0 10px; height:40px; border-radius:5px;}
.c_login .find_tab .hit .tab {color: #000; background:#fff; text-decoration:none !important;}

.c_login .find_result {text-align: center; padding:30px; box-sizing: border-box; border:1px solid #e5e5e5; margin-top:20px;}
.c_login .find_result .first_tx {font-size: 16px; color: #000; word-wrap:break-word; word-break:keep-all; white-space:normal; font-weight:700;}
.c_login .find_result .first_tx strong {display: block; color: #e10000; font-weight: 700; margin-top:5px;}
.c_login .find_result .second_tx {font-size: 13px; color: #888; margin-top: 15px; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.c_login .find_result .c_btnbox {margin-top: 30px;}


/* SNS 로그인 ======================================== */
.c_sns_login {}
.c_sns_login ul {display: flex; flex-direction: row; justify-content: center; align-items: center; gap:10px}
.c_sns_login li {list-style: none;}
.c_sns_login .btn {display: flex; flex-direction: row; justify-content: center; align-items: center; width: 45px; height: 45px; border: 1px solid transparent; border-radius: 100px; box-sizing: border-box; gap:10px}
.c_sns_login .btn .icon {width: 18px; height: 18px; background-repeat: no-repeat !important; background-size: 100% auto !important; background-position: center center !important;}
.c_sns_login .btn.kakao {background: #ffeb00; border-color: #ffeb00;}
.c_sns_login .btn.kakao .tx {color: #3b1e1e;}
.c_sns_login .btn.kakao .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/logo_kakao.svg');}
.c_sns_login .btn.naver {background: #36ac36; border-color: #36ac36;}
.c_sns_login .btn.naver .tx {color: #fff;}
.c_sns_login .btn.naver .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/logo_naver.svg'); width: 16px; height: 16px;}
.c_sns_login .btn.facebook {background: #3b5998; border-color: #3b5998;}
.c_sns_login .btn.facebook .tx {color: #fff;}
.c_sns_login .btn.facebook .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/logo_facebook.svg');}
.c_sns_login .btn.apple {background: #000; border-color: #000;}
.c_sns_login .btn.apple .tx {color: #fff;}
.c_sns_login .btn.apple .icon {background-image: url('/skin/site_m/responsive-food/images/c_img/logo_apple.svg');}
.c_sns_login .btn.google {border:1px solid #ddd;}
.c_sns_login .btn.google .icon {background-image:url('/skin/site_m/responsive-food/images/c_img/logo_google.svg');}
.c_sns_login .or_box {text-align: center; position: relative; margin:20px 0;}
.c_sns_login .or_box:before {content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #333; z-index: -1;}
.c_sns_login .or_box .tx {font-size: 13px; color: #333; padding: 0 15px; box-sizing: border-box; background: #fff; font-weight:600;}
.c_sns_login li.off .btn {opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30);}
.c_sns_login li.hit .btn {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100); filter:grayscale(0%);-webkit-filter:grayscale(0%);}

.c_sns_login.type_inside ul {justify-content: flex-start;}
.c_sns_login.type_inside .btn {opacity: 0.5; filter: alpha(opacity=50); -ms-filter: alpha(opacity=50); filter:grayscale(100%);-webkit-filter:grayscale(100%);}
.c_sns_login.type_inside .hit .btn {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
.c_sns_login.type_leave ul {flex-direction:column; align-items:stretch; margin-top:10px;}
.c_sns_login.type_leave .btn {width:100%; border-radius:5px; height:50px;}


/* 마이페이지 메인 ======================================== */
.c_my_main {margin-bottom:50px;}
.c_my_main li {list-style:none;}
.c_my_main .flex_bx {display:flex; justify-content: stretch; align-items: stretch; flex-direction:row; gap:15px; flex-wrap:wrap}
.c_my_main .flex_bx .li {flex:1; background:#f5f5f5; border-radius:10px; padding:30px; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; box-sizing:border-box;}
.c_my_main .flex_bx .li.box_info {background:#222;}
.c_my_main .stats_bx {position:relative; overflow:hidden; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_my_main .stats_bx dl {display:flex; justify-content: stretch; align-items: stretch; flex-direction:row; gap:15px}
.c_my_main .stats_bx dt {flex:none}
.c_my_main .stats_bx dd {flex:1}
.c_my_main .stats_bx .level_img {width:60px; height:60px; display:flex; justify-content: center; align-items: center; flex-direction:column; overflow:hidden; border-radius:100px; background:rgba(255, 255, 255, 0.05);}
.c_my_main .stats_bx .level_img img {width:100%;}
.c_my_main .stats_bx .level_name {font-weight:500; font-size:13px; color:#fff; line-height:1; margin-bottom:3px;}
.c_my_main .stats_bx .name {font-size:15px; color:#fff; position:relative; font-weight:500; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.c_my_main .stats_bx .more {color:#fff; font-size:12px; line-height:1; padding:5px 0; text-decoration:underline; position: relative; margin-top:5px;}
.c_my_main .stats_bx .more {opacity: 0.5; filter: alpha(opacity=50); -ms-filter:alpha(opacity=50);}
.c_my_main .stats_bx .more strong {background:transparent url('/skin/site_m/responsive-food/images/c_img/arrow_right_white.svg') right center no-repeat; background-size:8px; padding-right:12px;}
.c_my_main .stats_bx .tit {font-weight:600; font-size:15px; color:#000; line-height:1;}
.c_my_main .stats_bx .mine {font-size:23px; color:#000; margin-top:10px; font-weight:700;}
.c_my_main .history {margin-top:auto; padding-top:30px;}
.c_my_main .history dl {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; font-size:13px; gap:10px}
.c_my_main .history dl+ dl {margin-top:10px; padding-top:10px; border-top:1px solid #eee; }
.c_my_main .history dt {color:#999;}
.c_my_main .history dd {color:#000; flex:1; display:flex; justify-content: flex-end; align-items: center; flex-direction:row; text-align:right}
.c_my_main .history dd {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; font-weight:600;}
.c_my_main .flex_bx .li.box_info .history dd {color:#fff;}
.c_my_main .flex_bx .li.box_info .history dl {border-color:#333;}
.c_my_main .flex_bx .li.box_info .history dd {font-weight:500;}


/* 마이페이지 바로가기 ======================================== */
.c_my_go {padding:10px 0; border-bottom:1px solid #f2f2f2; display:flex; justify-content: flex-start; align-items: center; flex-direction:row}
.c_my_go .due_date {font-size:12px; color:#999;}
.c_my_go ul {display:flex; justify-content: flex-end; align-items: center; flex-direction:row; margin-left:auto;}
.c_my_go li {position:relative;}
.c_my_go li+ li {margin-left:8px; padding-left:8px;}
.c_my_go li+ li:before {content:""; width:4px; height:4px; background:#ccc; border-radius:100px; position:absolute; left:-1px; top:50%; transform:translateY(-50%);}
.c_my_go .menu {color:#222; font-size:13px; line-height:1; padding:5px; font-weight:500;}


/* 리스트통계 ======================================== */
.c_my_stats {margin-bottom:30px;}
.c_my_stats li {list-style:none;}
.c_my_stats .ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; width: 100%; border: 3px solid #eee; box-sizing: border-box;}
.c_my_stats .li {flex: 1;  position: relative; padding: 30px 0; box-sizing: border-box;}
.c_my_stats .li+ .li .state_box {border-left:1px solid #f2f2f2;}
.c_my_stats .state_box {display: flex; flex-direction: column-reverse; justify-content: center; align-items: center; box-sizing: border-box; position: relative; gap:10px}
.c_my_stats .state_box .tit {font-size: 14px; color: #888; font-weight:400;}
.c_my_stats .state_box .total {display: flex; flex-direction: row; justify-content: center; align-items: center; color: #000; line-height: 1; white-space: nowrap; font-size:23px; font-weight:600;}
.c_my_stats .state_box .total em {font-size: 0.9em}
.c_my_stats .hit .state_box .tit {color:#e10000;}
.c_my_stats .hit .state_box .total {color:#e10000;}


/* 찜한상품 ======================================== */
.c_my_wish {}
.c_my_wish ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; margin-top:15px; gap:20px 0; margin-left:-15px;}
.c_my_wish li {list-style: none; width:16.6666%; box-sizing: border-box; padding-left:15px; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; gap:5px}
.c_my_wish .thumb {position: relative; box-sizing: border-box; overflow: hidden;}
.c_my_wish .thumb img {width: 100%;}
.c_my_wish .soldout {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(255, 255, 255, 0.8); z-index: 2;}
.c_my_wish .soldout {display: flex; flex-direction: row; justify-content: center; align-items: center; font-size: 15px; font-weight:700; color:#000;}
.c_my_wish .item_name {display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; font-size:13px; color: #333; font-weight: 500;}
.c_my_wish .item_price {font-weight:700; color:#333;}
.c_my_wish .ctrl_box {display: flex; flex-direction: row; justify-content: space-between; align-items: center; border-top: 1px solid #f2f2f2; box-sizing: border-box; padding-top:5px;}
.c_my_wish .ctrl_box .btn_del {width: 20px; height: 20px; background: transparent url('/skin/site_m/responsive-food/images/c_img/item_del.svg') center no-repeat; background-size:16px;}
.c_my_wish.type_main li {width:14.28%;}


/* 마이리스트 공통 ======================================== */
.c_my_list {}
.c_my_list ul {}
.c_my_list li {list-style:none; border-bottom: 1px solid #f2f2f2; box-sizing: border-box; padding:15px; display:flex; justify-content: stretch; align-items: stretch; flex-direction:row; position:relative; gap:15px}
.c_my_list .area_conts {flex:1; display:flex; justify-content: stretch; align-items: stretch; flex-direction:row; gap:10px}
.c_my_list .area_state {flex:none; border-left:1px solid #f2f2f2; display:flex; justify-content: center; align-items: center; flex-direction:column; gap:5px; width:150px;}
.c_my_list .area_state .c_tag {border-radius:100px; width:60px;}
.c_my_list .thumb {display:flex; justify-content: center; align-items: center; flex-direction:column; width:100px; overflow:hidden; position:relative; position:relative;}
.c_my_list .thumb:before {content:""; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.05);}
.c_my_list .thumb img {width:100%;}
.c_my_list .conts_wrap {display:flex; justify-content: center; align-items: flex-start; flex-direction:column; gap:5px; flex:1; font-size:13px;}
.c_my_list .price {font-weight:700; font-size:14px; color:#000; text-align:center;}
.c_my_list .price.if_minus {color:#e10000;}
.c_my_list .price.if_wait {color:#0065e3;}
.c_my_list .order_num {font-size:14px; color:#e10000; font-weight:700; position:relative;}
.c_my_list .order_num:before {content:""; width:100%; height:7px; background:#e10000; opacity: 0.2; filter: alpha(opacity=20); -ms-filter:alpha(opacity=20); position:absolute; left:0; bottom:0;}
.c_my_list .tit {color:#000; font-weight:500; position:relative; overflow:hidden;}
.c_my_list .date {color:#aaa; font-size:12px;}
.c_my_list .delivery {color:#00b108;}
.c_my_list .naver_pay {border-radius:3px; display:flex; justify-content: center; align-items: center; flex-direction:column; height:24px; color:#fff; font-size:12px; background:#19ce60; padding:0 10px; cursor:default}
.c_my_list .naver_pay strong {padding-left:15px; background:transparent url('/skin/site_m/responsive-food/images/c_img/logo_naver.svg') left center no-repeat; background-size:10px;}
.c_my_list .c_btn {z-index:11}


/* 마이리스트 쿠폰 ======================================== */
.c_my_coupon {margin-top:15px;}
.c_my_coupon ul {display:grid; grid-template-columns: repeat(2, 1fr); gap:15px}
.c_my_coupon li {list-style:none; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_my_coupon .area {box-sizing:border-box; border:1px solid #e5e5e5; border-radius:15px; padding:20px;}
.c_my_coupon .area_conts {flex:1; display:flex; justify-content: center; align-items: flex-start; flex-direction:column; gap:5px; border-bottom:0;}
.c_my_coupon .area_state {border-top-style:dashed; display:flex; justify-content: space-between; align-items: center; flex-direction:row}
.c_my_coupon .coupon_num {font-size:14px; color:#0065e3; font-weight:700; position:relative;}
.c_my_coupon .tit {color:#000; font-weight:500; position:relative; overflow:hidden;}
.c_my_coupon .descript {color:#999;}
.c_my_coupon .date {color:#aaa; font-size:12px;}
.c_my_coupon .date_info {margin-top:15px; display:flex; justify-content: center; align-items: flex-start; flex-direction:column; gap:5px}
.c_my_coupon .price {font-weight:700; font-size:14px; color:#000; display:flex; justify-content: center; align-items: flex-end; flex-direction:column;}
.c_my_coupon .price em {font-weight:400; display:block; font-size:12px;}

.c_my_coupon li.if_end .area {background:#fafafa;}
.c_my_coupon li.if_end .coupon_num {color:#999;}
.c_my_coupon li.if_end .coupon_num:before {content:""; width:100%; height:1px; background:#999; position:absolute; left:0; top:50%;}


/* 출석체크 ======================================== */
.c_attend {overflow:hidden;}
.c_attend li {list-style:none;}
.c_attend .banner {text-align:center; margin-bottom:30px; display:flex; justify-content: center; align-items: center; flex-direction:column;}
.c_attend .banner img {max-width:100%;}
.c_attend .attend_top {display:flex; justify-content: space-between; align-items: center; flex-direction:row; gap:15px}
.c_attend .year_box {text-align:center; display:flex; justify-content: center; align-items: center; flex-direction:row}
.c_attend .year_box .year {font-size:23px; font-weight:700; color:#000; margin:0 15px; line-height:1;}
.c_attend .year_box .prevnext {display:flex; justify-content: center; align-items: center; flex-direction:column; width:30px; height:30px; background-position:center center; background-size:10px 14px !important;}
.c_attend .year_box .prevnext {background-repeat:no-repeat;}
.c_attend .year_box .prevnext.prev {background-image:url('/skin/site_m/responsive-food/images/c_img/arrow_left.svg')}
.c_attend .year_box .prevnext.next {background-image:url('/skin/site_m/responsive-food/images/c_img/arrow_right.svg')}
.c_attend .ctrl_box {display:flex; justify-content: center; align-items: center; flex-direction:row; background:#f5f5f5; border-radius:100px; font-size:13px; padding:5px;}
.c_attend .ctrl_box .total {font-weight:600; color:#333; margin:0 20px }
.c_attend .ctrl_box .btn_attend {background:#222; color:#fff; border-radius:100px; height:40px; display:flex; justify-content: center; align-items: center; flex-direction:column; padding:0 30px; box-sizing:border-box;}
.c_attend .ctrl_box .btn_attend {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; border:1px solid #222; font-weight:500;}
.c_attend .ctrl_box .btn_attend.if_ok {background:#fff; border-color:#eee; color:#999; pointer-events:none}
.c_attend .calendar_box {margin-top:15px; border:2px solid #f5f5f5; padding:30px; border-radius:20px 20px 0 0;}
.c_attend .calendar_box ul {display:flex; justify-content: center; align-items: center; flex-direction:row;}
.c_attend .calendar_box li {flex:1; text-align:center; line-height:1; display:flex; justify-content: center; align-items: center; flex-direction:column; }
.c_attend .calendar_box .week {border-bottom:1px solid #f2f2f2; color:#888;}
.c_attend .calendar_box .week li {font-weight:600; font-size:13px; padding-bottom:15px;}
.c_attend .calendar_box .days li {margin-top:15px;}
.c_attend .calendar_box .days strong {font-size:15px; color:#333; display:flex; justify-content: center; align-items: center; flex-direction:column; box-sizing:border-box; font-weight:600;}
.c_attend .calendar_box .days strong {width:50px; height:50px; border-radius:100px; position:relative;}
.c_attend .calendar_box .days .today strong {background:#f5f5f5;}
.c_attend .calendar_box .days .hit strong:before {content:""; position:absolute; right:-9px; top:0; width:20px; height:20px; border-radius:100px;}
.c_attend .calendar_box .days .hit strong:before {background:#fff url('/skin/site_m/responsive-food/images/c_img/attend_stamp.svg') center center no-repeat; background-size:65%;}
.c_attend .calendar_box .days .hit strong {border:2px solid #000; color:#000; background:#fff;}
.c_attend .calendar_box li:first-of-type strong {color:#e10000 !important;}
.c_attend .calendar_box li:last-of-type strong {color:#0065e3 !important;}

.c_attend_guide {box-sizing: border-box; display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch; background:#f5f5f5; border-radius:0 0 20px 20px;}
.c_attend_guide .box {flex: 1; box-sizing: border-box; padding:40px; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_attend_guide .tit {font-size:15px; color: #333; font-weight: 700; margin-bottom:10px;}
.c_attend_guide .info {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_attend_guide .info dl {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; font-size: 15px; line-height: 1.4; gap:10px; padding:10px 0;}
.c_attend_guide .info dl+ dl {border-top:1px dashed #e5e5e5;}
.c_attend_guide .info dt {color:#999; width:60px;}
.c_attend_guide .info dd {flex:1; color:#333; font-weight:500;}
.c_attend_guide .info .help_tx {color: #aaa; font-weight:400;}
.c_attend_guide .benefit {flex:1; display:flex; justify-content: stretch; align-items: stretch; flex-direction:row;}
.c_attend_guide .benefit+ .benefit {margin-top:10px;}
.c_attend_guide .benefit .inbox {box-sizing:border-box; border:1px solid #222; border-radius:15px; background:#fff; padding:15px; display:flex; justify-content: center; align-items: stretch; flex-direction:column;}
.c_attend_guide .benefit .inbox.this_condi {width:120px; color:#333; align-items: center; text-align:center;}
.c_attend_guide .benefit .inbox.this_benefit {margin-left:-1px; flex:1; position:relative; border-left-style:dashed;}
.c_attend_guide .benefit ul {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_attend_guide .benefit li {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:10px}
.c_attend_guide .benefit li+ li {border-top:1px dashed #e5e5e5; padding-top:10px; margin-top:10px;}
.c_attend_guide .benefit .tt {flex: none; color: #fff; background: #222; width:70px; height:28px; display:flex; justify-content: center; align-items: center; flex-direction:column; border-radius:100px; font-size:12px;}
.c_attend_guide .benefit .exp {color:#333; font-weight:500; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:wrap; gap:3px}
.c_attend_guide .benefit .exp strong {color:#e10000;}
.c_attend_guide .benefit .exp em {color:#999;}









/* 주문 -------------------------------------------------------------------------------------------------------------------------------- */

/* 주문 ======================================== */
.c_order li {list-style: none;}

.c_order .cart_wrap {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:row;}
.c_order .cart_wrap .area_item {flex:1; position:sticky; top:15px;}
.c_order .cart_wrap .area_ctrl {width:400px; margin-left:60px; position:sticky; top:15px; box-sizing:border-box; border:2px solid #f0f0f0; flex:none}

.c_order .cart_ctrl {}
.c_order .cart_ctrl dl {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex:wrap}
.c_order .cart_ctrl dt {flex:1;  display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:10px}
.c_order .cart_ctrl dd {margin-left:auto;}
.c_order .cart_ctrl .btn {color:#000; font-size:13px; padding:5px 0; font-weight:500; opacity: 0.7; filter: alpha(opacity=70); -ms-filter:alpha(opacity=70);}
.c_order .cart_ctrl .btn strong {padding-left:18px; background-size:15px !important; background-position:left center; background-repeat:no-repeat; white-space:nowrap}
.c_order .cart_ctrl .btn.btn_sel strong {background-image:url('/skin/site_m/responsive-food/images/c_img/btn_check.svg'); }
.c_order .cart_ctrl .btn.btn_del strong {background-image:url('/skin/site_m/responsive-food/images/c_img/btn_minus.svg'); }
.c_order .cart_ctrl .btn.btn_clear strong {background-image:url('/skin/site_m/responsive-food/images/c_img/btn_cross.svg'); }
.c_order .cart_ctrl .order_num {font-size:16px; font-weight:700; text-align:center; color:#000; margin-top:10px;}
.c_order .cart_ctrl .order_date {font-size:13px; text-align:center; color:#888; margin:5px 0 10px;}

.c_order .order_tip {}
.c_order .order_tip .tip_ctrl {display:flex; flex-direction:row; justify-content:flex-start; align-items:center; gap:5px;}
.c_order .order_tip .btn_tip {width:30px; height:20px; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_tip.svg') center center no-repeat; background-size:15px;}
.c_order .order_tip label.c_label .tx {color:#000; height:20px;}
.c_order .order_tip .open_tip {background: #fff; border: 1px solid #e5e5e5; padding:10px; box-sizing: border-box; display: none; font-size: 12px; color: #888; line-height: 1.4; margin-bottom:5px;}
.c_order .order_tip .open_tip {word-wrap:break-word; word-break:keep-all; white-space:normal; margin-top:5px;}
.c_order .order_tip .open_tip strong {font-weight: 500; color: #333; display:block;}
.c_order .order_tip.if_open_tip .open_tip {display: block;}

.c_order .area_item .cart_ctrl {border-bottom:1px solid #f2f2f2; padding-bottom:10px; display:none; margin-bottom:20px;}
.c_order .area_ctrl .cart_ctrl {background:#f5f5f5; padding:15px 30px;}

.c_order .cart_sum {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; gap:10px; padding:30px;}
.c_order .cart_sum .total_number {font-size:14px; font-weight:600; color:#000; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:3px; margin-bottom:10px; height:20px;}
.c_order .cart_sum .total_number {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_cart.svg') left center no-repeat; padding-left:20px; background-size:15px 15px;}
.c_order .cart_sum dl {display:flex; justify-content: space-between; align-items: center; flex-direction:row; gap:10px}
.c_order .cart_sum dl * {font-size:14px; color:#000; line-height:1; font-weight:600;}
.c_order .cart_sum dt {font-weight:500;}
.c_order .cart_sum dd strong {font-weight:700;}
.c_order .cart_sum .this_point {border-bottom:1px solid #f2f2f2; padding-bottom:15px; margin-bottom:10px;}
.c_order .cart_sum .this_point * {color: #31d200;}
.c_order .cart_sum .this_last {border-top:2px dashed #eee; padding-top:15px; margin-top:10px;}
.c_order .cart_sum .this_last * {color:#e10000;}
.c_order .cart_sum .this_last dd * {font-size:1.6em;}
.c_order .cart_sum .this_discount * {color:#0065e3;}

.c_order .cart_list {overflow:hidden;}
.c_order .cart_list .ul {}
.c_order .cart_list .li {margin-top: 15px;}
.c_order .cart_list .li+ .li {padding-top:15px; border-top:2px solid #f2f2f2;}

.c_order .cart_item {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:row; gap:30px}
.c_order .cart_item dt {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:row}
.c_order .cart_item dd {flex:1; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_order .cart_item .thumb {width:100px; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_order .cart_item .thumb img {width:100%;}
.c_order .cart_item .c_label {height:auto; margin-right:10px;}
.c_order .cart_item .c_label .tx {height:auto;}
.c_order .cart_item .top_name {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 10px;}
.c_order .cart_item .top_ctrl {}
.c_order .cart_item .top_ctrl .c_btn {width: 70px; padding: 0;}
.c_order .cart_item .item_name {flex: 1; color:#333; font-size:14px; font-weight:500; line-height: 1.4; max-width:100%; display:inline-block;}
.c_order .cart_item .option_list {margin-top:10px;}
.c_order .cart_item .option_list li {display:flex; flex-direction:row; justify-content: center; align-items: center; padding:10px 0; border-top:1px dashed #e5e5e5; gap:10px 30px; flex-wrap:wrap}
.c_order .cart_item .opt_ctrl {width: 100%; padding-top: 0; box-sizing: border-box; display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap:wrap; gap:5px;}
.c_order .cart_item .opt_ctrl div {display:flex; justify-content:flex-start; align-items: center; flex-direction:row; gap:5px; flex-wrap:wrap}
.c_order .cart_item .opt_ctrl .limit_day {color: #e10000;}
.c_order .cart_item .opt_ctrl .c_tag {width:63px; padding:0px !important;}

.c_order .cart_item .opt_name {color:#999; line-height:1.35; box-sizing: border-box; font-weight:500; flex:1; display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:column; flex-wrap:wrap; gap:5px}
.c_order .cart_item .opt_name strong {display:inline; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.c_order .cart_item .opt_name .date {color: #0065e3; box-sizing: border-box; position: relative; padding-right:10px; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_date.svg') left center no-repeat;}
.c_order .cart_item .opt_name .date {background-size:12px; padding-left:17px; white-space:nowrap}
.c_order .cart_item .opt_name .ess_tx {font-weight:500; display: none; margin-right:5px;}
.c_order .cart_item .opt_name .ess_tx.add {color:#48A1E5; display: inline;}
.c_order .cart_item .opt_price {margin-left: auto; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap:10px}
.c_order .cart_item .opt_price .price {font-weight:600; font-size:13px; color:#000; text-align:right; white-space:nowrap}
.c_order .cart_item .opt_price .btn_delete {width:30px; height:30px; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_delete.svg') center center no-repeat; background-size:13px; border:1px solid #e5e5e5; box-sizing:border-box;}

.c_order .cart_item .counter {text-align:center; background:#f5f5f5; display:flex; justify-content: center; align-items: center; flex-direction:row}
.c_order .cart_item .counter .counter_input {height:30px; text-align:center; width:30px; box-sizing:border-box; color:#000; font-weight:600; font-size:13px; cursor:default}
.c_order .cart_item .counter a {display:inline-block; width:34px; height:30px; box-sizing:border-box; display:flex; justify-content: center; align-items: center; flex-direction:column;}
.c_order .cart_item .counter .shape {background:#000; height:2px; width:10px; position:relative;}
.c_order .cart_item .counter .shape:before {content:""; background:#000; position:absolute; left:4px; top:-4px; width:2px; height:10px;}
.c_order .cart_item .counter .btn_plus {border-left:0;}
.c_order .cart_item .counter .btn_minus {border-right:0;}
.c_order .cart_item .counter .btn_minus .shape:before {display:none;}
.c_order .cart_item .counter .none {pointer-events:none; opacity: 0.3; filter: alpha(opacity=30); -ms-filter:alpha(opacity=30);}

.c_order .cart_item .option_total {display:flex; justify-content: flex-start; align-items: flex-end; flex-direction:column; border-top:1px dashed #e5e5e5; padding-top:10px; gap:8px}
.c_order .cart_item .option_total ul {display:flex; justify-content: flex-end; align-items: center; flex-direction:row; flex-wrap:wrap; gap:8px 10px;}
.c_order .cart_item .option_total li {display:flex; justify-content: flex-end; align-items: center; flex-direction:row; gap:5px; font-size:13px; line-height:1; color:#333; white-space:nowrap}
.c_order .cart_item .option_total .opt {color:#888;}
.c_order .cart_item .option_total .value { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; font-weight:600; gap:5px}
.c_order .cart_item .option_total .value strong {color:#e10000; font-weight:500;}

.c_order .cart_item .coupon {display:flex; flex-direction: row; justify-content: flex-start; align-items: stretch; height:50px; margin-top:5px; pointer-events:none}
.c_order .cart_item .coupon span {border: 1px solid #333; padding:5px 10px; border-radius:5px; position:relative; color:#333; font-size:12px; font-weight:500;}
.c_order .cart_item .coupon span {display:flex; justify-content: center; align-items: center; flex-direction:column; box-sizing:border-box;}
.c_order .cart_item .coupon .name {width:150px;}
.c_order .cart_item .coupon .name strong {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient: vertical; display: -webkit-box;}
.c_order .cart_item .coupon .discount {margin-left:-1px;  width:100px;}
.c_order .cart_item .coupon .discount strong {font-size:13px; font-weight:700; color:#000; line-height:1;}
.c_order .cart_item .coupon .discount em {color:#999; font-size:11px; line-height:1; margin-top:3px;}
.c_order .cart_item .coupon .discount:before {content:""; width:1px; height:30px; border-left:1px dashed #333; position:absolute; left:-1px; top:5px; background:#fff;}

.c_order .coupon_result {display: flex; flex-direction: row; justify-content: stretch; align-items: stretch; margin-top:5px; height:40px;}
.c_order .coupon_result span {border:1px solid #0065e3; border-radius:5px; display:flex; justify-content: center; align-items: center; flex-direction:row; box-sizing:border-box; padding:0 10px; gap:5px}
.c_order .coupon_result .name {flex:1; color:#333; justify-content:flex-start}
.c_order .coupon_result .name .c_tag {border:0 !important; padding:0px !important; color:#aaa !important;}
.c_order .coupon_result .name strong {color:#999; white-space:nowrap; margin-right:5px;}
.c_order .coupon_result .name em {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.c_order .coupon_result .discount {margin-left:-1px; width:120px; font-size: 13px; color: #0065e3; font-weight: 600; position:relative;}
.c_order .coupon_result .discount:before {content:""; width:1px; height:30px; border-left:1px dashed #0065e3; position:absolute; left:-1px; top:5px; background:#fff;}
.c_order .coupon_result .btn_cancle {width:40px; height:40px; background: #f5f5f5 url('/skin/site_m/responsive-food/images/c_img/ic_delete.svg') center center no-repeat; background-size:13px !important; border-radius:5px;}
.c_order .coupon_result .btn_cancle {box-sizing:border-box; margin-left:5px;}

.c_order .cart_npay {margin-top:-10px; display:flex; justify-content:center; align-items:center; flex-direction:column; }
.c_order .cart_npay iframe {height:110px; width:250px;}







/* 게시판 -------------------------------------------------------------------------------------------------------------------------------- */

/* 고객센터 메인 ======================================== */
.c_cs_main {}
.c_cs_main li {list-style: none;}
.c_cs_main .top_faq {padding:50px; box-sizing:border-box; border-radius:10px; border:2px solid #333;}
.c_cs_main .top_faq .wrapping {max-width:600px; margin:0 auto; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_cs_main .top_faq .search_form {display:block; position:relative; margin-top:20px;}
.c_cs_main .top_faq .search_form .input_search {height:50px; box-sizing:border-box; width:100%; font-size:14px; color:#000; padding:0 20px; padding-right:50px; background:#f5f5f5; border-radius:5px; border:1px solid #f5f5f5;}
.c_cs_main .top_faq .search_form .input_search:focus {background:#fff; border-color:#ccc; }
.c_cs_main .top_faq .search_form .btn_search {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_search.svg') center center no-repeat; background-size:18px auto !important; width:60px; height:100%; }
.c_cs_main .top_faq .search_form .btn_search {position:absolute; right:0; top:0; cursor:pointer}
.c_cs_main .top_faq .keyword {display:flex; justify-content: center; align-items: center; flex-direction:row; flex-wrap:wrap; margin-top:15px; gap:5px}
.c_cs_main .top_faq .keyword .word {line-height:1; color:#888; font-size:13px; padding:8px 12px; border:1px solid #eee; border-radius:100px; font-weight:500;}
.c_cs_main .top_faq .cs_info {display:flex; justify-content: flex-start; align-items: center; flex-direction:column; text-align:center;}
.c_cs_main .top_faq .cs_info .tel {color:#000; font-size:30px; font-weight:700; line-height:1; }
.c_cs_main .top_faq .cs_info .open_time {color:#888; font-size:13px; word-wrap:break-word; word-break:keep-all; white-space:normal; line-height:1.4; margin-top:5px; text-align:center;}
.c_cs_main .recent_wrap {display:flex; justify-content: stretch; align-items: flex-start; flex-direction:row; gap:120px; margin-top:50px; position:relative; overflow:hidden;}
.c_cs_main .recent_wrap .board_box {flex:1;}
.c_cs_main .recent_wrap .board_box.this_recent:before {content:""; width:1px; height:100%; background:#f2f2f2; position:absolute; left:50%; top:0;}
.c_cs_main .board_tit {display:flex; justify-content: space-between; align-items: flex-start; flex-direction:row; flex-wrap:wrap; height:30px; border-bottom:2px solid #eee; padding-bottom:10px;}
.c_cs_main .board_tit .tit {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; color:#000; font-weight:700; font-size:19px; gap:10px; flex:1}
.c_cs_main .board_tit .tit {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.c_cs_main .board_tit .btn_more {color:#888; font-size:13px; padding:5px 0;}
.c_cs_main .board_list {}
.c_cs_main .board_list li {border-bottom:1px solid #f2f2f2;}
.c_cs_main .board_list .c_none {padding:50px 0;}
.c_cs_main .board_list .posting {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:wrap; height:50px; gap:5px; font-size:13px; position:relative; overflow:hidden; }
.c_cs_main .board_list .posting .post_tit {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex:1; gap:5px; padding:10px 0;}
.c_cs_main .board_list .posting .tit {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; color:#333;}
.c_cs_main .board_list .posting .date {color:#999; margin-left:15px;}
.c_cs_main .board_list .posting .ic_q {color:#000; font-weight:700; font-size:1.25em;}
.c_cs_main .board_list .posting .field {color:#999; flex:none}
.c_cs_main .board_list .state_icon {flex: none; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:10px}
.c_cs_main .board_list .state_icon img {height: 16px;}
.c_cs_main .board_list .state_icon .ic_reply {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:3px}
.c_cs_main .board_list .state_icon .ic_reply em {color: #222; font-weight:700;}
.c_cs_main .board_list .open_conts {background:#f5f5f5; padding:20px; display:none;}
.c_cs_main .board_list .open_conts .tit {color:#000; font-weight:600; font-size:13px; margin-bottom:10px;}
.c_cs_main .board_list.type_faq .post_tit {position:relative; padding-right:50px;}
.c_cs_main .board_list.type_faq .post_tit:before {content:""; width:30px; height:100%; position:absolute; right:0; top:0; background:transparent url('/skin/site_m/responsive-food/images/c_img/arrow_down.svg') center center no-repeat; background-size:10px;}
.c_cs_main .board_list.type_faq .post_tit:before {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; opacity: 0.3; filter: alpha(opacity=30); -ms-filter:alpha(opacity=30);}
.c_cs_main .board_list.type_faq .if_open .post_tit:before {transform: rotate(180deg); -webkit-transform: rotate(180deg); opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100);}
.c_cs_main .board_list.type_faq .if_open .open_conts {display:block;}


/* 상단 컨트롤 ======================================== */
.c_board_ctrl {display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap:wrap; border-bottom: 1px solid #333; padding-bottom:15px; box-sizing: border-box; gap:15px; overflow:hidden;}
.c_board_ctrl li {list-style:none;}
.c_board_ctrl .area_box {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:10px}
.c_board_ctrl .area_left {flex:1;}
.c_board_ctrl .area_right {display:flex; justify-content: stretch; align-items: stretch; flex-direction:row; flex-wrap:wrap; gap:5px}
.c_board_ctrl .c_btn {border-radius:5px;}
.c_board_ctrl .input_design {border-radius:5px; height:40px;}
.c_board_ctrl .input_design.type_date {width:125px;}
.c_board_ctrl .board_tit {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; color:#000; font-size:17px; font-weight:600; gap:5px;}
.c_board_ctrl .board_tit .name {white-space:nowrap}
.c_board_ctrl .board_tit .total {font-size:0.9em; white-space:nowrap; color:#999;}
.c_board_ctrl .board_ctg {width:100%; box-sizing:border-box; position:relative; overflow:hidden;}
.c_board_ctrl .board_ctg .swipe_box {}
.c_board_ctrl .board_ctg .swipe_box ul {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:10px; flex-wrap:wrap; /* width:max-content; */ gap:5px }
.c_board_ctrl .board_ctg .swipe_box li {}
.c_board_ctrl .board_ctg .ctg {color:#888; padding:7px 12px; font-size:13px; font-weight:500; box-sizing:border-box; border:1px solid #e5e5e5; border-radius:100px;}
.c_board_ctrl .board_ctg .hit .ctg {color:#000; font-weight:600; color:#333; border-color:#333; background:#fff !important;}
.c_board_ctrl .board_search {position: relative; overflow:hidden; width:250px; flex:1;}
.c_board_ctrl .board_search .input_design {padding-right:50px;}
.c_board_ctrl .board_search .btn_search {position: absolute; right: 0; top: 0; width: 45px; height: 100%; z-index: 10; cursor: pointer;}
.c_board_ctrl .board_search .btn_search {background: transparent url('/skin/site_m/responsive-food/images/c_img/ic_search.svg') center center no-repeat; background-size: 16px auto !important;}
.c_board_ctrl .board_search .btn_reset {position: absolute; right: 45px; top:0; z-index: 10; box-sizing: border-box; width:30px; height:100%; z-index:10;}
.c_board_ctrl .board_search .btn_reset {display:flex; justify-content: center; align-items: center; flex-direction:column;}
.c_board_ctrl .board_search .btn_reset:before {content:""; width:20px; height:20px; border-radius:100px; display:block;}
.c_board_ctrl .board_search .btn_reset:before {background: #aaa url("/skin/site_m/responsive-food/images/c_img/ic_close_sm_white.svg") center center no-repeat; background-size: 8px auto !important; }
.c_board_ctrl .period_box {display:flex; justify-content: center; align-items: center; flex-direction:row;}
.c_board_ctrl .period_box .btn {font-size:12px; height:40px; display:flex; justify-content: center; align-items: center; flex-direction:column; width:60px; border:1px solid #e5e5e5; box-sizing:border-box; border-right:0;}
.c_board_ctrl .period_box .btn {color:#333; font-weight:500;}
.c_board_ctrl .period_box .btn:first-of-type {border-radius:5px 0 0 5px;}
.c_board_ctrl .period_box .btn:last-of-type {border-radius:0 5px 5px 0; border-right:1px solid #e5e5e5;}
.c_board_ctrl .period_box .btn.hit {border-color:#222; background:#222 !important; color:#fff;}
.c_board_ctrl .period_box .btn.hit+ .btn {border-left:0}
.c_board_ctrl .due_box {display:flex; justify-content: center; align-items: center; flex-direction:row; gap:5px}
.c_board_ctrl .due_box .dash {color:#333; font-weight:600;}


/* 목록 기본형 ======================================== */
.c_board_list {overflow:hidden;}
.c_board_list ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; border-bottom: 1px solid #f2f2f2; box-sizing: border-box; position: relative; gap:5px; padding:10px 15px;}
.c_board_list ul.if_notice {background: #f9f9f9;}
.c_board_list li {list-style: none; box-sizing: border-box; font-size: 13px; color: #333; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:15px}
.c_board_list li.this_tit {flex:1; padding-right:20px; font-weight:500;}
.c_board_list li.this_info {flex: none; color:#aaa;}
.c_board_list .number {text-align: center; color: #999; width:60px;}
.c_board_list .writer {width:80px; text-align:center; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.c_board_list .date {white-space:nowrap; }
.c_board_list .ic_q {font-weight:700; color:#000; font-size:1.2em;}
.c_board_list .about_item {color:#888; position:relative; z-index:10; overflow:hidden; padding-left:12px; font-weight:400;}
.c_board_list .about_item { text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; }
.c_board_list .about_item:before {content:""; width:7px; height:7px; box-sizing:border-box; border:2px solid #ccc; border-top:0; border-right:0; position:absolute; left:0; top:50%; margin-top:-4px;}
.c_board_list .posting {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding:10px 0; gap:10px; flex:1;}
.c_board_list .posting .tit {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.c_board_list .posting .field {color:#999;}
.c_board_list .posting .tx {display: inline;}
.c_board_list .posting .who {}
.c_board_list .posting .who em {color:#999;}
.c_board_list .state_icon {flex: none; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:10px}
.c_board_list .state_icon img {height: 16px;}
.c_board_list .state_icon .ic_reply {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:3px}
.c_board_list .state_icon .ic_reply em {color: #222; font-weight:700;}

.c_board_list .file_down {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:10px; flex-wrap:wrap; margin-top:10px; }
.c_board_list .file_down .link {border:1px solid #e5e5e5; padding:0 15px; color:#333; font-size:13px; height:35px; font-weight:500; display:flex; justify-content: flex-start; align-items: center; flex-direction:row;}
.c_board_list .file_down .link {box-sizing: border-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; border-radius:100px;}
.c_board_list .file_down .link {background:#fff url('/skin/site_m/responsive-food/images/c_img/ic_attach.svg') 15px center no-repeat; background-size:14px; padding-left:35px;}
.c_board_list .file_down .link {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}

.c_board_list .answer {padding-left: 30px; box-sizing: border-box; position: relative; margin-top:15px;}
.c_board_list .answer .edge {position: absolute; left: 0; top: 0; width: 30px; height: 100%; z-index: 1; background: #eee;}
.c_board_list .answer .edge:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 30px 0 0; box-sizing: border-box; background: #fff;}
.c_board_list .answer .answer_in {background: #eee; border: 1px solid #eee; padding:30px; border-radius: 0 20px 20px 20px; box-sizing: border-box;}
.c_board_list .answer .admin {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; line-height: 1; font-size: 13px;gap:10px}
.c_board_list .answer .admin .name {color: #333; font-weight:600;}
.c_board_list .answer .admin .date {color:#999;}
.c_board_list .answer .editor {font-size: 13px; color: #666; line-height: 1.4; margin-top:10px;}
.c_board_list .answer .editor img {max-width: 100%;}
.c_board_list .my_post {border:2px solid #f2f2f2; border-radius:10px; padding:20px; }
.c_board_list .my_post .tit {color:#333; font-weight:500; line-height:1.4;}
.c_board_list .my_post .conts {line-height:1.4; font-size:13px; color:#666; margin-top:5px;}
.c_board_list .my_post .c_btn {margin-top:10px;}

/* 문의형 */
.c_board_list.type_qna {}
.c_board_list.type_qna ul {flex-direction:row; justify-content: stretch; align-items:stretch; position:relative; flex-wrap:wrap; padding-left:0px; padding-right:0px; gap:15px}
.c_board_list.type_qna .this_tit {padding-right:0px;}
.c_board_list.type_qna .this_info {position:relative; padding-right:40px;}
.c_board_list.type_qna .this_info:before {content:""; width:40px; height:100%; position:absolute; right:0; top:0; background:transparent url('/skin/site_m/responsive-food/images/c_img/arrow_down.svg') center center no-repeat; background-size:10px;}
.c_board_list.type_qna .this_info:before {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; opacity: 0.3; filter: alpha(opacity=30); -ms-filter:alpha(opacity=30);}
.c_board_list.type_qna .posting {align-items: flex-start; flex-direction:column;}
.c_board_list.type_qna .posting .tit {flex: 1;}
.c_board_list.type_qna .open_conts {display:none; width:100%; position:relative; z-index:10}
.c_board_list.type_qna .if_open {background:#fff !important;}
.c_board_list.type_qna .if_open .open_conts {display:block;}
.c_board_list.type_qna .if_open .this_info:before {transform: rotate(180deg); -webkit-transform: rotate(180deg); opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100);}

/* FAQ형 */
.c_board_list.type_faq {}
.c_board_list.type_faq ul {flex-direction:column; justify-content: stretch; align-items:stretch}
.c_board_list.type_faq li.this_tit {padding-right: 0;}
.c_board_list.type_faq .posting .tit {flex: 1; position: relative; padding-right: 50px;}
.c_board_list.type_faq .posting .tit:before {content:""; width:30px; height:100%; position:absolute; right:0; top:0; background:transparent url('/skin/site_m/responsive-food/images/c_img/arrow_down.svg') center center no-repeat; background-size:10px;}
.c_board_list.type_faq .posting .tit:before {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; opacity: 0.3; filter: alpha(opacity=30); -ms-filter:alpha(opacity=30);}
.c_board_list.type_faq .open_conts {background:#f5f5f5; padding:20px; display:none; border-radius:5px;}
.c_board_list.type_faq .open_conts .tit {color:#000; font-weight:600; font-size:13px; margin-bottom:10px;}
.c_board_list.type_faq .if_open {background:#fff !important;}
.c_board_list.type_faq .if_open .open_conts {display:block;}
.c_board_list.type_faq .if_open .posting .tit:before {transform: rotate(180deg); -webkit-transform: rotate(180deg); opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100);}
.c_board_list.type_bank .posting {flex-wrap:wrap; gap:5px 10px}


/* 목록 뉴스형 ======================================== */
.c_board_news {}
.c_board_news li {list-style: none;}
.c_board_news ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding: 15px; box-sizing: border-box; border-bottom: 1px solid #f2f2f2; position: relative; gap: 15px;}
.c_board_news li.this_post {flex: 1; font-size: 13px; color: #333; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; gap: 5px;}
.c_board_news .photo {width: 200px; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.c_board_news .photo img {width: 100%;}
.c_board_news .posting {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:10px; font-weight: 500;}
.c_board_news .posting .tit {font-size: 14px; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.c_board_news .posting .field {color:#999; margin-right:5px; float:left;}
.c_board_news .posting .tx {display: inline;}
.c_board_news .state_icon {flex: none; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:10px}
.c_board_news .state_icon img {height: 16px;}
.c_board_news .state_icon .ic_reply {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:3px}
.c_board_news .state_icon .ic_reply em {color: #222; font-weight:700;}
.c_board_news .conts {color: #999; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4;}
.c_board_news .date {color: #aaa; margin-top: 5px;}


/* 목록 이미지형 ======================================== */
.c_board_gallery {overflow: hidden; margin-top: 30px;}
.c_board_gallery ul {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch; flex-wrap: wrap; margin-left: -30px; margin-top: -30px;}
.c_board_gallery li {list-style: none; width: 25%;}
.c_board_gallery .post_box {position: relative; margin-left: 30px; margin-top: 30px;}
.c_board_gallery .photo {position: relative; display: flex; flex-direction: row; justify-content: center; align-items: center; overflow: hidden;}
.c_board_gallery .photo img {width: 100%; transform: scale(1); -webkit-transform:scale(1); transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.c_board_gallery .photo .close {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1;}
.c_board_gallery .photo .close {font-size: 20px; color: #fff; font-weight: 500; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.c_board_gallery .posting {display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; gap: 5px; margin-top: 10px;}
.c_board_gallery .posting .tit {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box;}
.c_board_gallery .posting .tit {font-weight: 500; color: #333; line-height: 1.4; position: relative;}
.c_board_gallery .posting .field {color:#999; margin-right:2px;}
.c_board_gallery .posting .tx {display: inline;}
.c_board_gallery .conts {color: #999; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.c_board_gallery .info {display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 5px 10px;}
.c_board_gallery .info {border-top: 1px solid #f2f2f2; padding-top: 10px; box-sizing: border-box; margin-top: 5px; color: #999;}
.c_board_gallery .writer {}
.c_board_gallery .date {}
.c_board_gallery .tag_state {color: #0065e3;}
.c_board_gallery .tag_state.type_end {color: #999;}
.c_board_gallery.type_event {}
.c_board_gallery.type_event li {width: 50%;}
.c_board_gallery.type_event .info {border-top: 0; padding-top: 0; margin-top: 0; border-bottom: 1px solid #f2f2f2; padding-bottom: 10px; margin-bottom: 5px;}
.c_board_gallery.type_event .posting .tit {font-size:14px; overflow:hidden;}
.c_board_gallery.type_event .if_close .photo img {filter: grayscale(1);}





/* 게시물 보기 ======================================== */
.c_board_view {border-top:2px solid #222;}
.c_board_view .view_top {padding:15px; text-align:center;}
.c_board_view .view_top .tit {color:#000; font-weight:600; font-size:19px; line-height:1.4;}
.c_board_view .view_top .info {margin-top:10px; display:flex; justify-content: center; align-items: center; flex-direction:row; flex-wrap:wrap; gap:5px 10px ; font-size:12px; color:#aaa;}
.c_board_view .view_conts {border-top:1px solid #f2f2f2; padding-top:15px; font-size:13px; line-height:1.4; overflow:hidden; padding-bottom:30px;}
.c_board_view .view_conts img {max-width:100%}
.c_board_view .file_down {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:10px; flex-wrap:wrap; margin-top:15px; }
.c_board_view .file_down .link {border:1px solid #e5e5e5; padding:0 15px; color:#333; font-size:13px; height:35px; font-weight:500; display:flex; justify-content: flex-start; align-items: center; flex-direction:row;}
.c_board_view .file_down .link {box-sizing: border-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; border-radius:100px;}
.c_board_view .file_down .link {background:#f5f5f5 url('/skin/site_m/responsive-food/images/c_img/ic_attach.svg') 15px center no-repeat; background-size:14px; padding-left:35px;}
.c_board_view .file_down .link {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
.c_board_view .reply {margin-top:15px; border:2px solid #f2f2f2; padding:30px;}
.c_board_view .reply li {list-style:none;}
.c_board_view .reply .form {display:flex; justify-content: stretch; align-items: stretch; flex-direction:row; gap:10px}
.c_board_view .reply .form .text_design {height:100px; flex:1; background:#fafafa;}
.c_board_view .reply .form .btn_ok {background:#333; width:120px; color:#fff; font-size:13px; cursor:pointer; font-weight:500; box-sizing:border-box;}
.c_board_view .reply .form .btn_ok {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
.c_board_view .reply .list {margin-top:15px; }
.c_board_view .reply .list li {position:relative; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:wrap; font-size:13px; line-height:1; gap:5px}
.c_board_view .reply .list li+ li {border-top:1px dashed #f2f2f2; margin-top:10px; padding-top:10px;}
.c_board_view .reply .list .name {font-weight:600; color:#333; }
.c_board_view .reply .list .date {color:#aaa; font-size:12px;}
.c_board_view .reply .list .btn_delete {display:flex; justify-content: center; align-items: center; flex-direction:column; width:16px; height:16px;}
.c_board_view .reply .list .btn_delete {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_delete.svg') center center no-repeat; background-size:13px;}
.c_board_view .reply .list .conts {width:100%; line-height:1.4; color:#888;}
.c_board_view .nextprev {border-bottom:1px solid #f2f2f2; margin-top:30px;}
.c_board_view .nextprev li {list-style:none; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; padding:15px 0; font-size:13px; border-top:1px solid #f2f2f2; gap:15px; color:#aaa}
.c_board_view .nextprev .tx {}
.c_board_view .nextprev .tit {flex:1;}
.c_board_view .nextprev .link {color:#333; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.c_board_view .nextprev .date {margin-left:auto; white-space:nowrap; font-size:12px;}
.c_board_view .answer {padding-left: 30px; box-sizing: border-box; position: relative;}
.c_board_view .answer .edge {position: absolute; left: 0; top: 0; width: 30px; height: 100%; z-index: 1; background: #eee;}
.c_board_view .answer .edge:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 30px 0 0; box-sizing: border-box; background: #fff;}
.c_board_view .answer .answer_in {background: #eee; border: 1px solid #eee; padding:30px; border-radius: 0 20px 20px 20px; box-sizing: border-box;}
.c_board_view .answer .writer {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; line-height: 1; font-size: 13px;gap:10px}
.c_board_view .answer .writer .name {color: #333; font-weight:600;}
.c_board_view .answer .writer .date {color:#999;}
.c_board_view .answer .editor {font-size: 13px; color: #666; line-height: 1.4; margin-top:10px;}
.c_board_view .answer .editor img {max-width: 100%;}


/* 목록 리뷰형 ======================================== */
.c_board_rv {overflow:hidden; margin-top:15px;}
.c_board_rv ul {display:grid; grid-template-columns: repeat(2, 1fr); gap:15px}
.c_board_rv li {list-style:none; }
.c_board_rv .posting {position:relative; overflow:hidden;  border:1px solid #e5e5e5; border-radius:5px; padding:15px; box-sizing:border-box; height:100%;}
.c_board_rv .posting {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:15px; flex-wrap:wrap}
.c_board_rv .thumb {position:relative; overflow:hidden; width:80px; height:80px; border-radius:5px;}
.c_board_rv .thumb img {width:100%; height:100%; object-fit:cover}
.c_board_rv .mypost {flex:1; display:flex; justify-content: center; align-items: flex-start; flex-direction:column;}
.c_board_rv .mypost .mark {position: relative; width: 70px; height: 15px;}
.c_board_rv .mypost .mark .star {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: 14px !important;}
.c_board_rv .mypost .mark .star {background: transparent url('/skin/site_m/responsive-food/images/skin/item_star.svg') left center repeat-x;}
.c_board_rv .mypost .mark .star.this_base {z-index: 1; opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.c_board_rv .mypost .mark .star.this_value {z-index: 2; background-image: url('/skin/site_m/responsive-food/images/c_img/item_star_red.svg');}
.c_board_rv .mypost .writer {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:5px; font-weight:500; font-size:12px; margin-top:15px; color:#999; flex-wrap:wrap}
.c_board_rv .mypost .writer .name {}
.c_board_rv .mypost .writer .date {}
.c_board_rv .mypost .conts {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; margin-top:10px; color:#333; font-size:13px; line-height:1.4;}
.c_board_rv .about_item {color:#888; position:relative; z-index:10; overflow:hidden; padding-left:12px; font-weight:400; width:100%; border-top:1px dashed #f2f2f2; padding-top:10px;}
.c_board_rv .about_item { text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; line-height:1.4;}
.c_board_rv .about_item:before {content:""; width:7px; height:7px; box-sizing:border-box; border:2px solid #ccc; border-top:0; border-right:0; position:absolute; left:0; top:50%; margin-top:-4px;}
.c_board_rv .answer {padding-left: 30px; box-sizing: border-box; position: relative; margin-top:15px;}
.c_board_rv .answer .edge {position: absolute; left: 0; top: 0; width: 30px; height: 100%; z-index: 1; background: #eee;}
.c_board_rv .answer .edge:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 30px 0 0; box-sizing: border-box; background: #fff;}
.c_board_rv .answer .answer_in {background: #eee; border: 1px solid #eee; padding:30px; border-radius: 0 20px 20px 20px; box-sizing: border-box;}
.c_board_rv .answer .admin {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; line-height: 1; gap:5px}
.c_board_rv .answer .admin .name {color: #333; font-weight:600;}
.c_board_rv .answer .admin .date {color:#aaa;}
.c_board_rv .answer .editor {font-size: 13px; color: #666; line-height: 1.4; margin-top:10px;}
.c_board_rv .answer .editor img {max-width: 100%;}
.c_board_rv .btn_del {width:25px; height:20px; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_delete.svg') center center no-repeat; background-size:12px; position:relative; z-index:10;}
.c_board_rv .btn_report {position:relative; z-index:10; text-decoration:underline; height:20px; display:flex; justify-content:center; align-items:center; flex-direction:column;}
.c_board_rv li.if_open .c_layer {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100); top:0;}
.c_board_rv li.if_open .c_layer .bg_close {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100); top:0}







/* 공통상품 -------------------------------------------------------------------------------------------------------------------------------- */

/* 브랜드 ======================================== */
.c_brand {}
.c_brand li {list-style:none;}
.c_brand .word_list {}
.c_brand .word_list ul {display:flex; justify-content: center; align-items: center; flex-direction:row; flex-wrap:wrap; gap:5px; box-sizing:border-box;}
.c_brand .word_list ul+ ul {margin-top:5px;}
.c_brand .word_list .btn {background:#f5f5f5; border:1px solid #f5f5f5; height:35px; width:35px; color:#222; font-size:13px; font-weight:600; line-height:1; box-sizing:border-box; white-space:nowrap}
.c_brand .word_list .btn {display:flex; justify-content: center; align-items: center; flex-direction:column;}
.c_brand .word_list .btn.hit {background:#000 !important; color:#fff !important; border-color:#000;}
.c_brand .word_list .btn.none {color:#ccc; pointer-events:none}
.c_brand .brand_list {margin-top:20px; text-align:center; overflow:hidden; margin-bottom:30px;}
.c_brand .brand_list .swipe_box {display:inline-block; max-width:100%}
.c_brand .brand_list .swipe_box ul {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:10px; flex-wrap:nowrap; width:max-content;}
.c_brand .brand_list .swipe_box li {}
.c_brand .brand_list .btn {color:#888; font-weight:500; font-size:13px; height:40px; display:flex; justify-content: center; align-items: center; flex-direction:column;}
.c_brand .brand_list .btn {border:1px solid #e5e5e5; box-sizing:border-box; padding:0 20px; text-align:center; line-height:1.3; border-radius:100px;}
.c_brand .brand_list .btn strong {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box;}
.c_brand .brand_list .hit .btn {border-color:#222; color:#000; font-weight:700;}


/* 통합검색 ======================================== */
.c_comb {}
.c_comb li {list-style:none;}
.c_comb .search_form {}
.c_comb .search_form .inner {background:#f5f5f5; padding:50px; }
.c_comb .search_form .form_box {display:flex; justify-content: center; align-items: center; flex-direction:row;}
.c_comb .search_form .search_input {background:#fff; border:2px solid #000; box-sizing:border-box; height:60px; padding:0 15px; font-size:15px; width:100%; max-width:500px; color:#000; border-right:0;}
.c_comb .search_form .btn_search {text-align:center; height:60px; background:#000; box-sizing:border-box; cursor:pointer; width:90px; white-space:nowrap}
.c_comb .search_form .btn_search {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; color:#fff; font-size:15px; font-weight:600;}
.c_comb .result_word {color:#000; font-weight:600; font-size:19px; margin-top:20px; text-align:center; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.c_comb .result_word strong {color:#e10000;}
.c_comb .filter_box {width:200px; margin-right:30px; position:sticky; top:10px; background:#fff; }
.c_comb .filter_box .filter_tit {display:flex; justify-content: space-between; align-items: center; flex-direction:row;}
.c_comb .filter_box .filter_tit .tit {display:none; font-size:15px; color:#fff; font-weight:700;}
.c_comb .filter_box .btn_close {width: 30px; height: 30px; background: transparent url('/skin/site_m/responsive-food/images/c_img/ic_close_white.svg') right center no-repeat; background-size: 12px auto !important; display:none;}
.c_comb .filter_box .scroll {flex:1}
.c_comb .filter_box dl {margin-top:15px;}
.c_comb .filter_box dl+ dl {border-top:1px solid #eee; padding-top:15px;}
.c_comb .filter_box dt {color:#000; font-size:13px; font-weight:600; margin-bottom:10px;}
.c_comb .filter_box dd {}
.c_comb .filter_box label.c_label {width:100%;}
.c_comb .filter_box .list {}
.c_comb .filter_box .list li+ li .c_select {margin-top:10px;}
.c_comb .filter_box .list ul {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; gap:5px}
.c_comb .filter_box .list.type_hash ul {justify-content: flex-start; flex-direction:row; flex-wrap:wrap; gap:0 15px}
.c_comb .filter_box .list.type_hash label.c_label .icon {display:none;}
.c_comb .filter_box .list.type_hash label.c_label input:checked+ .tx {text-decoration:underline;}
.c_comb .filter_box .reset {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex:1}
.c_comb .filter_box .reset .btn_reset {display:flex; justify-content: center; align-items: stretch; flex-direction:row; height:40px; box-sizing:border-box; border:1px solid #e10000; border-radius:5px; padding:0 10px;}
.c_comb .filter_box .reset .btn_reset {background:#fff; flex:1}
.c_comb .filter_box .reset .btn_reset .tx {color:#e10000; font-size:13px; display:flex; justify-content: center; align-items: center; flex-direction:column; font-weight:500; padding-right:18px;}
.c_comb .filter_box .reset .btn_reset .tx {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_search_reset.svg') right center no-repeat; background-size:12px; }
.c_comb .bg_filter_close {position:fixed; right:-100%; top:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:399}
.c_comb .bg_filter_close {transition: opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-out; opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0);}
.c_comb .other_recommend {}
.c_comb .other_recommend .tit {font-weight:700; font-size:21px; color:#000; line-height:1; text-align:center; margin-bottom:30px;}
.c_comb .result_item {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:row; margin-top:30px;}
.c_comb .result_item .area_item {flex:1; position:sticky; top:10px;}
.c_comb .result_item .area_item .layout_fix {padding: 0 !important;}
.c_comb .p_List_ctrl {margin-top:0px !important;}
.c_comb .p_List_ctrl .right_box {padding-left: 0;}
.c_comb .p_List_ctrl .filter_benefit {display:none;}
.c_comb .p_List_ctrl .type_box {display: none;}
.c_comb .area_item {margin-top:15px;}


/* 기획전 ======================================== */
.c_promo_list {overflow:hidden;}
.c_promo_list ul {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:wrap; margin-top:-50px; margin-left:-30px;}
.c_promo_list li {list-style:none; box-sizing:border-box; width:50%;}
.c_promo_list .promo_box {position:relative; overflow:hidden; margin-left:30px; margin-top:50px;}
.c_promo_list .promo_box .thumb {background:#fafafa url('/skin/site_m/responsive-food/images/c_img/none_ic.svg') center center no-repeat; background-size:40px; position:relative; overflow:hidden;}
.c_promo_list .promo_box .thumb {display:flex; justify-content: center; align-items: center; flex-direction:column;}
.c_promo_list .promo_box .thumb img {width:100%; transform: scale(1); -webkit-transform:scale(1); transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.c_promo_list .promo_box .promo_bg {position:absolute; left:0; top:0; bottom:0; right:0; border:1px solid #000; opacity:.05; -ms-filter:alpha(opacity=5);filter:alpha(opacity=5); z-index:2;}
.c_promo_list .promo_box .end_tx {background:rgba(0,0,0,0.5); display:flex; justify-content: center; align-items: center; flex-direction:column; color:#fff; font-size:25px; font-weight:500; z-index:2}
.c_promo_list .promo_box .end_tx {position:absolute; left:0; top:0; width:100%; height:100%; display:none; }
.c_promo_list .promo_box .tit_info {display:flex; justify-content: center; align-items: center; flex-direction:row; margin-top:10px; gap:15px}
.c_promo_list .promo_box .tit_info .tit {font-size:15px; color:#000; font-weight:500; flex:1; position:relative; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.c_promo_list .promo_box .tit_info .date {color:#999; font-size:13px;}
.c_promo_list .promo_box .total {position:absolute; right:0; bottom:0; background:#222; height:30px; border-radius:100px; display:flex; justify-content: center; align-items: center; flex-direction:column; color:#fff;}
.c_promo_list .promo_box .total {padding:0 15px; margin:10px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; z-index:3; font-size:13px;}
.c_promo_list .if_end_promo .upper_link {display:none;}
.c_promo_list .if_end_promo .promo_box .end_tx {display:flex;}
.c_promo_list .if_end_promo .promo_box .total {background:#999;}
.c_promo_view {overflow:hidden; margin-bottom:30px;}
.c_promo_view .tit_box {color:#000; font-weight:700; font-size:21px; line-height:1.4; border:2px solid #333; padding:30px 100px; box-sizing:border-box; margin-bottom:15px;}
.c_promo_view .tit_box {display:flex; justify-content: center; align-items: center; flex-direction:row; text-align:center; position:relative;}
.c_promo_view .tit_box .btn_back {position:absolute; left:20px; top:50%; width:50px; height:50px; z-index:1; background:transparent url('/skin/site_m/responsive-food/images/c_img/c_arrow_back.svg') center center no-repeat;}
.c_promo_view .tit_box .btn_back {background-size:20px !important; margin-top:-25px;}





/* 레이어 -------------------------------------------------------------------------------------------------------------------------------- */

/* 기본 레이어 ======================================== */
.c_layer {position: fixed; right:0; top:100%; width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center; padding:20px; box-sizing: border-box; z-index:1000;}
.c_layer.height_normal .wrapping {height:auto !important;}
.c_layer li {list-style: none;}
.c_layer .bg_close {position: fixed; left: 0; top: 100%; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); z-index: 1;}
.c_layer .bg_close {opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); transition: opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-out;}
.c_layer .wrapping {position: relative; z-index: 2; width: 100%; max-width:750px; background: #fff; border-radius: 10px; box-sizing: border-box; padding:30px;}
.c_layer .wrapping {display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; overflow: hidden;}
.c_layer .tit_box {display: flex; flex-direction: row; justify-content: space-between; align-items: center; box-sizing: border-box; border-bottom: 1px solid #eee; flex: none; padding-bottom:15px;}
.c_layer .tit_box .tit {color:#000; font-size:17px; line-height: 1; font-weight:700; flex:1; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.c_layer .tit_box .btn_close {width: 30px; height: 30px; font-size: 0;}
.c_layer .tit_box .btn_close {background: transparent url('/skin/site_m/responsive-food/images/c_img/ic_close.svg') right center no-repeat; background-size: 13px auto !important;}
.c_layer .conts_box {overflow-y: auto; overflow-x: hidden; padding-top:15px; box-sizing:border-box; display:flex; justify-content: flex-start; align-items: stretch; flex-direction:column; min-height:250px; flex: 1;}
.c_layer .c_form.type_single {flex:1}
.c_layer .c_form.type_single {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column}
.c_layer .c_form.type_single .form_ul {flex:1; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.c_layer .c_form.type_single .this_full {flex:1; display:flex; justify-content: stretch; align-items: flex-start; flex-diction:column;}
.c_layer .c_form.type_single .this_full .text_design {flex:1}
.c_layer .c_btnbox {margin-top:auto; padding-top:30px;}
.c_layer .c_btnbox ul {width:250px}

.c_layer.type_password .wrapping {max-width:400px}

.c_layer.if_open_layer {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100); top:0; }
.c_layer.if_open_layer .bg_close {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100); top:0;}

/* 티켓지도 */
.c_layer.type_ticket_map .wrapping {max-width:750px}
.c_layer .place_info {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; flex:1}
.c_layer .place_info .map_box {min-height:350px; box-sizing:border-box; border:1px solid #e5e5e5; background:#fff; flex:1}
.c_layer .place_info .info_box {margin-top:15px; display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:column; gap:5px}
.c_layer .place_info .info_box dl {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; font-size:13px;}
.c_layer .place_info .info_box dt {color:#999; width:50px;}
.c_layer .place_info .info_box dd {color:#333; font-weight:500; flex:1}

/* 티켓QR코드 */
.c_layer.type_ticket_qr .wrapping {max-width: 400px; background:#e5e5e5; padding:40px; padding-bottom:30px;}
.c_layer.type_ticket_qr .conts_box {padding-top:0px;}
.c_layer.type_ticket_qr .tit_box {border-bottom:0;}
.c_layer .qr_box {}
.c_layer .qr_box .qrcode {display:flex; justify-content: center; align-items: center; flex-direction:column; background:#fff; border-radius:10px; }
.c_layer .qr_box .code_img {display:flex; justify-content: center; align-items: center; flex-direction:column; position:relative; box-sizing:border-box; margin:60px 0; width: 200px; height: 200px;}
.c_layer .qr_box .code_img {background: transparent url('/skin/site_m/responsive-food/images/c_img/qr_load.gif') center center no-repeat; background-size: 80px !important;}
.c_layer .qr_box .code_img img {height:100%;}
.c_layer .qr_box .code_num {padding:20px 0; border-top:2px dashed #e5e5e5; width:100%; display:flex; justify-content: center; align-items: center; flex-direction:column; position:relative;}
.c_layer .qr_box .code_num .number {font-weight:700; color:#000; font-size:18px;}
.c_layer .qr_box .code_num .state {font-size:12px; font-weight:500; margin-top:5px; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.c_layer .qr_box .code_num .state .possible {color:#0065e3;}
.c_layer .qr_box .code_num .state .complete {color:#e10000;}
.c_layer .qr_box .code_num .state em {margin: 0 5px; color:#ccc;}
.c_layer .qr_box .code_num:before {content:""; width:20px; height:20px; background:#e5e5e5; border-radius:100px; position:absolute; left:-10px; top:-10px;}
.c_layer .qr_box .code_num:after {content:""; width:20px; height:20px; background:#e5e5e5; border-radius:100px; position:absolute; right:-10px; top:-10px;}
.c_layer .qr_box .all_complete {position: absolute; right:-30px; top: -30px; z-index:10; width: 70px; height: 70px; text-align: center; box-shadow:5px 5px 5px rgba(0,0,0,0.1);}
.c_layer .qr_box .all_complete {border-radius: 100px; box-sizing: border-box; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.c_layer .qr_box .all_complete {backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(5px); background-color: rgba(0, 0, 0, 0.6); display:none;}
.c_layer .qr_box .all_complete {font-size: 13px; font-weight: 400; color: #fff; line-height: 1.2; transform: rotate(-25deg);}
.c_layer .qr_box .tip {box-sizing: border-box; color:#888; text-align:center; font-size:12px; margin-top:15px;}
.c_layer .qr_box.if_all_use .all_complete {display:flex}
.c_layer .qr_box.if_all_use .code_img img {opacity: 0.1; filter: alpha(opacity=10); -ms-filter:alpha(opacity=10);}

/* 테이블정보(레벨) */
.c_layer .table_list {display:table; width:100%; box-sizing:border-box; background:#fff;}
.c_layer .table_list ul {display:table-row;}
.c_layer .table_list li {display:table-cell; vertical-align:middle; padding:10px; border:1px solid #e5e5e5; line-height:1.4; color:#333; text-align:center; font-size:12px;}
.c_layer .table_list .thead {background:#f5f5f5 !important;}
.c_layer .table_list .thead li {font-weight:500; color:#666 !important;}
.c_layer .table_list .hit li {color:#e10000 !important}
.c_layer .table_list .tit {background:#f5f5f5; font-weight:600;}

/* 리뷰 */
.c_layer .review_conts {}
.c_layer .review_conts .photo {margin-bottom:10px; display: flex; flex-direction: row; justify-content: center; align-items: flex-start;}
.c_layer .review_conts .photo img {max-width:100%; max-height:600px}
.c_layer .review_conts .rv_cont {line-height:1.4;}

/* 리뷰전체(게시판) */
.c_layer.type_allreview .wrapping {max-width:700px;}

/* 리뷰 신고하기 */
.c_layer .report {}
.c_layer .report .top_tit {font-size: 17px; color: #000; line-height: 1.4;}
.c_layer .report .top_tit strong {font-weight: 500;}
.c_layer .report ul {margin-top: 20px;}
.c_layer .report li {display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch;}
.c_layer .report li+ li {margin-top: 5px;}
.c_layer .report .label_d {}
.c_layer .report .label_d input {display: none;}
.c_layer .report .label_d .tx {height: 45px; display: flex; justify-content: flex-start; align-items: center; font-size: 13px; color: #888;}
.c_layer .report .label_d .tx {border: 1px solid #eee; border-radius: 5px; padding: 0 15px; box-sizing: border-box; background: #f0f0f0;}
.c_layer .report .label_d input:checked+ .tx {border: 2px solid #000; background: #fff; color: #000; padding-left: 14px;}
.c_layer .report textarea.text_design {border-radius: 5px;}


/* 팝업창(관리자설정) ======================================== */
.c_popup {position:fixed; left:0; top:0 !important; width:100%; z-index:9999999; max-width: 100%; height:100%; background:transparent; padding: 30px; box-sizing: border-box;}
.c_popup {display:flex; justify-content: center; align-items: center; flex-direction:column; transition: all 0.5s ease-out; -webkit-transition: all 0.5s ease-out;}
.c_popup+ .c_popup {visibility:hidden}
.c_popup .pop_wrap {z-index:100; position:relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; max-height: 100%;}
.c_popup .img_box {display: flex; flex-direction: column; justify-content: center; align-items: stretch;}
.c_popup .img_box img {width: 100%; max-width: 900px; max-height:700px; min-width: 300px;}
.c_popup .img_box a {font-size: 0; width:100%;}
.c_popup .editor_box {overflow-y:auto; background:#fff; padding:20px; box-sizing:border-box; max-width: 900px; min-width: 500px; flex: auto;}
.c_popup .close_box {background: #fff;}
.c_popup .close_box ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.c_popup .close_box li {list-style: none; flex: 1;}
.c_popup .close_box li+ li {border-left: 1px solid #e5e5e5; box-sizing: border-box;}
.c_popup .close_box .btn {height: 50px; box-sizing: border-box; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.c_popup .close_box .btn .tt {font-size: 13px; line-height: 1; color: #333; font-weight: 500;}
.c_popup .close_box .btn input {position: absolute; left: 0; top: 0; width: 0; height: 0; opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
.c_popup_bg {background:rgba(0,0,0,0.5); position:fixed; left:0; top:0; width:100%; height:100%; z-index:10;}







/* 스크립트 제어 -------------------------------------------------------------------------------------------------------------------------------- */

/* 다음주소찾기 ======================================== */
.post_popup_section {position:fixed; left:0; top:0; background:rgba(0,0,0,0.6);  width:100% !important; height:100% !important;}
.post_popup_section {display:flex; justify-content: center; align-items: center; flex-direction:column; z-index:1000}
.post_popup_section> div {max-width:400px !important; height:500px !important; order:1}
.post_popup_section .post_close_btn {position:static !important; order:2; width:400px !important;}







/* APP -------------------------------------------------------------------------------------------------------------------------------- */

/* 슬라이드-앱설정 추가 ======================================== */
.Add_app_ctrl {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; }
.Add_app_ctrl .btn {font-size: 13px; color: #333; background-repeat:no-repeat; background-size:20px; background-position:left center; margin-right:10px;}
.Add_app_ctrl .btn {display:flex; justify-content: center; align-items: center; flex-direction:column; height:40px; padding-left:25px; position:relative;}
.Add_app_ctrl .btn.type_set {background-image:url('/skin/site_m/responsive-food/images/c_img/app_set.svg');}
.Add_app_ctrl .btn.type_push {background-image:url('/skin/site_m/responsive-food/images/c_img/app_push.svg');}
.Add_app_ctrl .btn .dot {position:absolute; left:17px; top:9px; width:4px; height:4px; background:#e10000; border-radius:100px;}

.Add_app_set {position: absolute; top: 70px; left: 0; width: 100%; z-index: 100; visibility: hidden; box-shadow:0px 10px 10px rgba(0,0,0,0.1); box-sizing:border-box;}
.Add_app_set .white_box {background: #fff; position: relative; z-index: 2; height: 0; overflow: hidden;}
.Add_app_set .white_box {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.Add_app_set .ul {padding-top:10px;}
.Add_app_set .li+ .li {border-top: 1px solid #f2f2f2; box-sizing: border-box; margin-top: 15px; padding-top:15px;}
.Add_app_set .set_tit {font-size: 14px; color: #222; font-weight: 600;}
.Add_app_set dl {margin-top: 5px; display:flex; justify-content:space-between; align-items: center; flex-direction:row;}
.Add_app_set dt {font-size: 13px; color: #000; flex:1;}
.Add_app_set dd {display:flex; justify-content: center; align-items: center; flex-direction:row}
.Add_app_set dt.this_ver {color: #e10000; font-weight:700; font-size:15px;}
.Add_app_set .btn_update {font-size: 12px; color: #222; height: 25px; box-sizing: border-box; font-weight:600; padding:0 10px;}
.Add_app_set .btn_update {display: flex; flex-direction: row; justify-content: center; align-items: center; border: 1px solid #222; border-radius: 100px;}
.Add_app_set .btn_update.this_up {color:#ccc; border-color:#ccc;}
.Add_app_set .label {position: relative; height: auto; line-height: 1;}
.Add_app_set .label input {position: absolute; left: 0; top: 0; width: 0; height: 0; opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
.Add_app_set .label .icon {position: relative; width: 45px; height: 25px; background: #eee; border-radius: 100px; box-sizing: border-box;}
.Add_app_set .label .icon {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.Add_app_set .label .icon:before {content: ''; position: absolute; left: 2px; top: 2px; width: 21px; height: 21px; background: #fff; z-index: 1;}
.Add_app_set .label .icon:before {border-radius: 100px; box-sizing: border-box; box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.16);}
.Add_app_set .label .icon:before {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.Add_app_set .label input:checked+ .icon {background: #e10000;}
.Add_app_set .label input:checked+ .icon:before {left: 22px;}
.Add_app_set .btn_set_close {height: 45px; border: 1px solid #eee; border-radius: 5px; box-sizing: border-box; margin-top:20px; background:#f5f5f5;}
.Add_app_set .btn_set_close {display: flex; flex-direction: row; justify-content: center; align-items: center; font-size: 13px; color: #222;}
.if_open_set.Add_app_set {visibility: visible;}
.if_open_set.Add_app_set .white_box {height: 235px;}


/* 상품상세 신고하기(레이어) ======================================== */
.c_layer .report {}
.c_layer .report .top_tit {font-size: 17px; color: #000; line-height: 1.4;}
.c_layer .report .top_tit strong {font-weight: 500;}
.c_layer .report ul {margin-top: 20px;}
.c_layer .report li {display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch;}
.c_layer .report li+ li {margin-top: 5px;}
.c_layer .report .label_d {}
.c_layer .report .label_d input {display: none;}
.c_layer .report .label_d .tx {height: 45px; display: flex; justify-content: flex-start; align-items: center; font-size: 13px; color: #888;}
.c_layer .report .label_d .tx {border: 1px solid #eee; border-radius: 5px; padding: 0 15px; box-sizing: border-box; background: #f0f0f0;}
.c_layer .report .label_d input:checked+ .tx {border: 2px solid #000; background: #fff; color: #000; padding-left: 14px;}
.c_layer .report .textarea_d {border: 1px solid #eee; border-radius: 5px; box-sizing: border-box; padding: 15px; height: 150px; font-size: 15px; color: #000;}
.c_layer .report .textarea_d::placeholder {color: #000 !important;}
.c_layer .report .textarea_d:focus {color: #000 !important; border-color: #000 !important;}


/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/common_responsive.css */
@charset "utf-8";

/*
	 * Max ~ 900px (Mouse Over)
	 ----------------------------
	 * 1300px
	 * 1100px
	 ----------------------------
	 * 900px : Mobile Start
	 * 700px
 */

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */


/* Max ~ 900px (Mouse Over) ---------------------------------------------------------------- */
@media screen and (min-width:900px) {

	/* 세부 요소 ==================== */
	a.c_btn.black:hover {background:#e10000; border-color:#e10000;}
	a.c_btn.black.line:hover {background:#e5e5e5 !important; border-color:#000;}
	a.c_btn.light:hover {background:#333; border-color:#333;}
	a.c_btn.light.line:hover {background:#e5e5e5 !important; color:#333;}
	a.c_btn.color:hover {}
	a.c_btn.color.line:hover {background:#e5e5e5 !important;}
	input.input_design:hover {border-color:#aaa;}
	textarea.text_design:hover {border-color:#aaa;}
	.c_select:hover {border-color:#aaa;}
	.c_label:hover .tx {text-decoration:underline;}


	/* 세부 레이아웃 ==================== */
	.c_pagi .nextprev .btn .ok:hover {background:#f5f5f5;}
	.c_pagi .number a:hover {border-color:#222; color:#222;}
	.c_nav .menu:hover strong {color:#000;}
	.c_nav .menu:hover strong:before {-webkit-transform: scaleX(1); transform: scaleX(1); -webkit-transform-origin: top left; transform-origin: top left;}
	.c_scroll_v:hover::-webkit-scrollbar-thumb {background-color:#222;}
	.c_page_tab .tab:hover {background:#f5f5f5;}


	/* 공통상품 ==================== */
	.c_brand .word_list .btn:hover {background:#fff; color:#000; border-color:#000;}
	.c_brand .brand_list .btn:hover {border-color:#999;}
	.c_comb_search .search_form .btn_search:hover {background:#e10000;}


	/* 멤버십 ==================== */
	.c_login .btn_guest:hover {background:#f5f5f5;}
	.c_login .other_link dd .btn:hover {text-decoration:underline;}
	.c_login .find_tab .tab:hover {color:#000; text-decoration:underline;}
	.c_my_go .menu:hover {text-decoration:underline;}
	.c_my_wish .item_name:hover {text-decoration:underline;}
	.c_my_list li:hover {background:#f9f9f9;}
	.c_my_list.type_link .tit:hover {text-decoration:underline;}
	.c_my_list .delivery:hover {text-decoration:underline;}
	.c_attend .ctrl_box .btn_attend:hover {background:#e10000; border-color:#e10000;}


	/* 주문 ==================== */
	.c_order .cart_ctrl .btn:hover {text-decoration:underline;}
	.c_order .cart_item .item_name:hover {text-decoration:underline;}


	/* 게시판 ==================== */
	.c_cs_main .top_faq .cs_info .tel {pointer-events:none}
	.c_cs_main .board_list .posting:hover .tit {text-decoration:underline;}
	.c_cs_main .board_tit .btn_more:hover {text-decoration:underline;}
	.c_cs_main .top_faq .keyword .word:hover {border-color:#333; color:#333;}
	.c_board_ctrl .board_ctg .ctg:hover {background:#f5f5f5;}
	.c_board_ctrl .board_search .btn_reset:hover:before {background-color:#333;}
	.c_board_ctrl .period_box .btn:hover {background:#f5f5f5;}
	.c_board_list .file_down .link:hover {border-color:#333; background-color:#fff;}
	.c_board_list.type_qna .about_item:hover {color:#0065e3;}
	.c_board_list.type_qna .about_item:hover:before {border-color:#0065e3;}
	.c_board_list ul:hover {background:#f9f9f9;}
	.c_board_list ul:hover .posting .tit {text-decoration:underline;}
	.c_board_news ul:hover {background:#f9f9f9;}
	.c_board_news ul:hover .posting .tit {text-decoration:underline;}
	.c_board_gallery .photo:hover img {transform: scale(1.07); -webkit-transform:scale(1.07);}
	.c_board_gallery .posting .tit:hover {text-decoration:underline;}
	.c_board_view .file_down .link:hover {border-color:#333; background-color:#fff;}
	.c_board_view .nextprev .tit:hover {text-decoration:underline;}
	.c_board_view .reply .form .btn_ok:hover {background:#0065e3;}
	.c_board_rv .about_item:hover {color:#0065e3;}
	.c_board_rv .about_item:hover:before {border-color:#0065e3;}
	.c_board_rv .posting:hover {background:#fafafa;}
	.c_board_rv .posting:hover .conts {text-decoration:underline;}
	.c_board_rv .btn_report:hover {color:#333;}
	.c_promo_list .promo_box .thumb:hover img {transform: scale(1.07); -webkit-transform:scale(1.07);}


	/* 레이어 ==================== */
	.c_layer .browser_box .link:hover {background-color: #fff; border-color: #000;}


}










/* 1300px ~  ---------------------------------------------------------------- */
@media screen and (max-width:1300px) {


	/* 세부 레이아웃 ==================== */
	.c_gridpage .layout_grid .grid_aside {width:160px; margin-right:30px;}


	/* 공통상품 ==================== */
	.c_comb .filter_box {position:fixed; right:-100%; top:0; height:100%; z-index:400; margin:0px; width:100%; box-shadow:0px -30px 30px rgba(0,0,0,0.2); box-sizing:border-box;}
	.c_comb .filter_box {max-width:310px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
	.c_comb .filter_box .scroll {overflow-y:auto; padding-bottom:20px;}
	.c_comb .filter_box dl {margin-left:25px; margin-right:25px;}
	.c_comb .filter_box .filter_tit {padding:0 25px; height:60px; background:#222; position:sticky; top:0; z-index:5}
	.c_comb .filter_box .filter_tit .tit {display:block;}
	.c_comb .filter_box .btn_close {display:block;}
	.c_comb .filter_box .reset {flex:none; margin-left:auto;}
	.c_comb .filter_box .reset .btn_reset {border-radius:100px; height:35px;}
	.c_comb .result_item .p_List_ctrl .btn_filter {display:flex;}
	.c_comb.if_open_filter .filter_box {right:0;}
	.c_comb.if_open_filter .filter_box .filter_close {display:block;}
	.c_comb.if_open_filter .bg_filter_close {right:0; opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100);}


	/* 멤버십 ==================== */
	.c_my_wish li {width:20%;}
	.c_my_wish.type_main li {width:16.6666%;}
	.c_my_wish.type_main li:nth-child(7) {display:none;}


	/* 주문 ==================== */
	.c_order .cart_wrap .area_ctrl {width:350px;}
	.c_order .cart_item .thumb {width:80px;}

	.c_form .payway_box {grid-template-columns:repeat(2, 1fr);}

}





/* 1100px ~  ---------------------------------------------------------------- */
@media screen and (max-width:1100px) {


	/* 멤버십 ==================== */
	.c_my_wish li {width:25%;}
	.c_my_wish.type_main li {width:20%;}
	.c_my_wish.type_main li:nth-child(6) {display:none;}


	/* 주문 ==================== */
	.c_order .cart_wrap .area_ctrl {width:300px; margin-left:30px;}
	.c_order .area_ctrl .cart_ctrl {padding:10px 15px;}
	.c_order .cart_item {gap:15px}
	.c_order .cart_item .thumb {width:60px;}
	.c_order .cart_item .coupon .name {flex:1; width:auto;}
	.c_order .cart_sum {padding:20px;}
	.c_order .cart_item .option_list li {flex-direction:column; align-items:stretch; gap:10px}
	.c_order .cart_item .opt_price {margin-left:0px; justify-content:flex-start; gap:5px}
	.c_order .cart_item .counter {margin-left:auto;}


	/* 게시판 ==================== */
	.c_board_gallery {margin-top: 15px;}
	.c_board_gallery ul {margin-left: -15px;}
	.c_board_gallery li {width: 33.333%;}
	.c_board_gallery .post_box {margin-left: 15px;}

}






/* 900px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:901px) {
	/* 세부 레이아웃 ==================== */
	.c_gridpage .grid_aside .layout_fix {padding:0px !important;}
	.c_gridpage .grid_section .layout_fix {padding:0px !important;}
}

/* 900px ~ (Mobile Start) ---------------------------------------------------------------- */
@media screen and (max-width:900px) {

	/* 세부 요소 ==================== */
	.c_scroll_v::-webkit-scrollbar {width: 4px;}

	/* 세부 레이아웃 ==================== */
	.c_page_tit {border-bottom:1px solid #f2f2f2;}
	.c_page_tit .tit_box {height:55px;}
	.c_page_tit .tit {font-size:18px; font-weight:600;}
	.c_page_tit .tit_box .btn_back {display:block;}
	.c_section {padding-top:15px;}
	.c_process {margin-top:30px; margin-bottom:30px;}
	.c_complete .greeting_box {border:0; padding:0px;}
	.c_none {padding:50px 0;}
	.c_nav {background:#f5f5f5; padding:14px 0; margin-top:-15px; margin-bottom:0; text-align:center;}
	.c_nav .swipe_box ul {width:max-content; flex-wrap:nowrap; gap:0}
	.c_nav .menu {font-size:13px; color:#333;}
	.c_nav.type_only {position:sticky; top:0; z-index:300;}
	.c_nav .menu strong {border-bottom:0;}
	.c_nav .hit .menu {background:#222; border-color:#222; padding:0 15px; border-radius:100px;}
	.c_nav .hit .menu strong {color:#fff !important;}
	.c_nav .swipe_box {display:inline-block; max-width:100%}
	.c_nav .swipe_box ul {flex-direction:row;}
	.c_gridpage .grid_section {margin-top:15px;}
	.c_gridpage .layout_grid {flex-direction:column; align-items:stretch; padding:0px !important;}
	.c_gridpage .layout_grid .grid_aside {width:100%; margin-right:0px; z-index:300; top:0; margin-top:-15px; }
	.c_gridpage .grid_section.type_formpage {border:0; padding:0px;}
	.c_gridpage .grid_section.type_formpage .layout_fix {max-width:100%}
	.c_gridpage .grid_section.type_miniform {border:0; padding:0px;}
	.c_editor_box {padding:15px;}
	.c_editor_box.editor {font-size: 12px;}
	.c_editor_box.editor * {font-size: 12px;}


	/* 레이어 ==================== */
	.c_layer {padding:0px; padding-top:80px; justify-content: flex-end; }
	.c_layer.type_ticket_map .wrapping {height:100%;}
	.c_layer .wrapping {width:100%; max-width:100% !important; border-radius:20px 20px 0 0; padding:20px;}
	.c_layer .c_btnbox ul {width:100%;}
	.c_layer.if_open_layer {right:0}
	.c_layer .place_info .map_box {min-height:auto}
	.c_layer.type_ticket_qr .wrapping {padding:30px;}
	.c_layer .qr_box .code_img {margin:50px 0;}
	.c_layer.if_open_layer {transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out; z-index:1000}


	/* 공통상품 ==================== */
	.c_brand .word_list ul {display:grid; grid-template-columns: repeat(9, 1fr); gap:5px}
	.c_brand .word_list .btn {width:100%; height:25px; font-size:12px;}
	.c_comb .other_recommend .tit {font-size:18px; margin-bottom:15px;}
	.c_comb .search_form .inner {padding:25px; }
	.c_comb .search_form .search_input {height:50px; max-width:100%}
	.c_comb .search_form .btn_search {height:50px}
	.c_comb .result_word {font-size:17px; margin-top:15px;}
	.c_comb .result_item {margin-top:15px;}


	/* 멤버십 ==================== */
	.c_my_main .flex_bx {gap:10px}
	.c_my_main .flex_bx .li.box_info {width:100%; flex:none}
	.c_my_main .flex_bx .li.box_benefit,
	.c_my_main .flex_bx .li.box_benefit {padding:15px;}
	.c_my_main .history dl+ dl {margin-top:5px; padding-top:5px;}
	.c_my_stats .li {padding:20px 0;}
	.c_my_stats .state_box .tit {font-size:12px;}
	.c_my_stats .state_box .total {font-size:17px;}
	.c_my_go .menu {font-size:12px;}
	.c_attend_guide {flex-direction:column}
	.c_attend_guide .box+ .box {padding-top:0px;}
	.c_my_wish.type_main li {width:25%;}
	.c_my_wish.type_main li:nth-child(5) {display:none;}
	.c_my_list li {padding-left:0px; padding-right:0px;}


	/* 주문 ==================== */
	.c_order .cart_wrap {flex-direction:column; align-items: stretch;}
	.c_order .cart_wrap .area_item {position:static;}
	.c_order .cart_wrap .area_ctrl {width:100%; position:static; margin:0px; margin-top:30px;}
	.c_order .area_ctrl .cart_ctrl.type_hidden {display:none;}
	.c_order .area_item .cart_ctrl {display:block;}
	.c_order .cart_item {gap:10px}
	.c_order .cart_item .opt_name {font-size:12px;}
	.c_order .cart_item .option_total li {font-size:12px;}
	.c_order .cart_item .thumb {width:50px;}
	.c_order .area_ctrl .c_btnbox.type_mypage {flex-direction:row-reverse;}
	.c_order .area_ctrl .c_btnbox.type_mypage .c_btn {flex:1}
	.c_order .area_ctrl .c_btnbox .c_btn.type_print {display: none;}


	/* 게시판 ==================== */
	.c_cs_main .recent_wrap {flex-direction:column; align-items:stretch; gap:30px; margin-top:30px;}
	.c_cs_main .recent_wrap .board_box.this_recent:before {display:none;}
	.c_cs_main .board_tit {height:auto;}
	.c_cs_main .board_tit .tit {font-size:17px;}
	.c_board_ctrl .board_ctg .swipe_box {padding-top:0px;}
	.c_board_ctrl .board_ctg .swipe_box ul {width:max-content}
	.c_board_news ul {padding: 15px 0;}
	.c_promo_list {margin-top:15px;}
	.c_promo_list ul {margin-left:-15px; margin-top:-30px;}
	.c_promo_list .promo_box {margin-left:15px; margin-top:30px;}
	.c_promo_list .promo_box .tit_info {flex-direction:column; align-items:stretch; gap:5px}
	.c_promo_view .tit_box {padding:20px; font-size:17px;}
	.c_promo_view .tit_box .btn_back {display:none;}
}









/* 700px ~ ---------------------------------------------------------------- */
@media screen and (max-width:700px) {

	/* 레이어 ==================== */
	.c_popup {padding: 100px 0 0 0 !important; justify-content: flex-end;}
	.c_popup .pop_wrap {width: 100%; border-radius: 30px 30px 0 0; overflow: hidden; display: flex; flex-direction: column; justify-content: flex-end; align-items: center;}
	.c_popup .img_box {width: 100%; overflow-y: auto; background: #fff; -ms-overflow-style: none; scrollbar-width: none;}
	.c_popup .img_box::-webkit-scrollbar {display: none;}
	.c_popup .img_box img {max-height: none; min-width: 100%;}
	.c_popup .editor_box {min-width: 100%;}
	.c_popup .close_box {width: 100%; flex: none;}


	/* 폼 ==================== */
	.c_form .form_dl {flex-direction:column; align-items:stretch}
	.c_form .form_dt {width:auto; padding:0px; margin-right:0px; margin-bottom:5px;}
	.c_form .form_dt .tit {font-weight:700;}
	.c_form .form_dl {border-bottom-style:dashed;}


	/* 멤버십 ==================== */
	.c_attend .attend_top {flex-direction:column}
	.c_attend_guide .box {padding:15px;}
	.c_attend_guide .benefit {flex-direction:column}
	.c_attend_guide .benefit .inbox {border-radius:10px;}
	.c_attend_guide .benefit .inbox.this_condi {width:100%;}
	.c_attend_guide .benefit .inbox.this_condi br {display:none;}
	.c_attend_guide .benefit .inbox.this_benefit {border-left-style:solid; border-top-style:dashed; margin-left:0px; margin-top:-1px;}
	.c_attend_guide .info dl {padding:5px 0;}
	.c_attend .calendar_box {padding:20px 0}
	.c_attend .calendar_box .week li {font-size:11px;}
	.c_attend .calendar_box .days strong {width:40px; height:40px; font-size:14px;}
	.c_attend .calendar_box .days .hit strong:before {width:15px; height:15px; right:-7px; top:2px}
	.c_my_wish li {width:33.3333%;}
	.c_my_wish.type_main li {width:33.3333%;}
	.c_my_wish.type_main li:nth-child(4) {display:none;}
	.c_my_list li {flex-direction:column; gap:10px}
	.c_my_list .area_state {width:auto; border:0; flex-direction:row; justify-content:flex-start; border-top:1px dashed #f2f2f2; padding-top:10px;}
	.c_my_list .price {margin-left:auto;}
	.c_my_coupon ul {grid-template-columns: repeat(1, 1fr);}
	.c_my_coupon .area_state {padding:15px;}


	/* 주문 ==================== */
	.c_order .area_ctrl .c_btnbox {position:fixed; left:0; bottom:0; width:100%; z-index:100; background:#fff; box-sizing:border-box; box-shadow:0 0 3px rgba(0,0,0,0.2); padding:15px;}
	.c_order .area_ctrl .c_btnbox .c_btn {border-radius:0;}
	.c_order .order_tip {margin-top:-5px;}
	.c_order .order_tip .open_tip {margin-bottom:0;}
	.c_my_list .thumb {width:70px;}
	.c_order .cart_npay {margin-top:0;}


	/* 게시판 ==================== */
	.c_cs_main .top_faq {padding:30px 20px;}
	.c_cs_main .top_faq .search_form .input_search {padding-left:15px;}
	.c_board_ctrl {gap:10px; flex-direction:column; align-items:stretch; }
	.c_board_ctrl .board_ctg {margin-top:5px;}
	.c_board_ctrl .period_box {width:100%;}
	.c_board_ctrl .period_box .btn {width:auto; flex:1}
	.c_board_list ul {flex-direction:column; align-items:stretch; gap:10px; padding:10px 0;}
	.c_board_list li {gap:10px}
	.c_board_list li.this_tit {padding-right:5px;}
	.c_board_list .number {display:none;}
	.c_board_list .writer {width:auto;}
	.c_board_list .posting {padding:0px; position:static}
	.c_board_list .date {order:-1}
	.c_board_list ul.if_notice {padding-left:10px; padding-right:10px;}

	.c_board_gallery li {width: 50%;}
	.c_board_gallery.type_event li {width: 100%;}
	.c_board_news .photo {width: 100px;}
	.c_board_list.type_qna ul {flex-direction:column; gap:10px}
	.c_board_list.type_qna li {align-items:flex-start; }
	.c_board_list.type_qna .this_info {justify-content:flex-end}
	.c_board_list.type_qna .posting {gap:5px}
	.c_board_list.type_qna .my_post {padding:15px;}
	.c_board_list.type_qna .answer .answer_in {padding:15px;}
	.c_board_list.type_qna .answer .editor {font-size:12px;}
	.c_board_view .reply {padding:15px;}
	.c_board_view .reply .form {flex-direction:column;}
	.c_board_view .reply .form .text_design {flex:none}
	.c_board_view .reply .form .btn_ok {width:100%; height:40px;}
	.c_board_view .answer .answer_in {padding:15px;}
	.c_board_view .answer .editor {font-size:12px;}
	.c_board_rv .answer .answer_in {padding:15px;}
	.c_board_rv .answer .editor {font-size:12px;}
	.c_board_rv ul {grid-template-columns: repeat(1, 1fr);}


	/* 공통상품 ==================== */
	.c_promo_list {margin-top:0;}
	.c_promo_list li {width:100%;}


	/* 스크립트 제어 ==================== */
	.post_popup_section> div {max-width:100% !important; height:100% !important;}
	.post_popup_section .post_close_btn {position:fixed !important; width:100% !important;}
}




/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/sub.css */
@charset "utf-8";

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0 PLUS
 * File         :    sub.css
 * SUMMARY      :    서브공통(상품목록/상품상세/슬라이드메뉴)
 */

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */


/* 상품박스 -------------------------------------------------------------------------------------------------------------------------------- */

/* 상품 아이콘 ======================================== */
.item_icon {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
.item_icon div {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap:1px}
/* 2025-01-16 이전 원본 s
.item_icon img {height: 19px; margin-top: 1px;}
.item_icon span {height:19px; padding:0 4px; margin-top: 1px; font-size:0.7em; font-weight:700; cursor:default; letter-spacing:0px;}
2025-01-16 이전 원본 e */
.item_icon img {height: 19px; margin-top:1px;}
.item_icon span {height:19px; padding:0 4px; margin-top: 1px; font-size:0.7em; font-weight:700; cursor:default; letter-spacing:0px;}
.item_icon span {display:flex; justify-content: center; align-items: center; flex-direction:column; box-sizing:border-box; border:1px solid #000; background:#fff; color:#000;}


/* 상품 타이머 ======================================== */
.item_timer {display:flex; flex-direction:row; justify-content:flex-start; align-items:center; margin-bottom:10px; color:#e10000; gap:2px; letter-spacing:0px; }
.item_timer .clock {position:relative; width:18px; height:18px; background:#e10000; border-radius:100px; margin-right:5px; flex:none}
.item_timer .clock .bar {position:absolute; left:0; top:0; width:100%; height:100%; z-index:1; animation: mv_timer 1.5s linear infinite both; -webkit-animation: mv_timer 1.5s linear infinite both;}
.item_timer .clock .bar.hour:before {content:''; position:absolute; left:50%; bottom:50%; width:2px; height:6px; margin-left:-1px; margin-bottom:-1px; background:#fff;}
.item_timer .clock .bar.minute {animation-duration:3s; -webkit-animation-duration:3s;}
.item_timer .clock .bar.minute:before {content:''; position:absolute; left:50%; top:50%; width:6px; height:2px; margin-left:-1px; margin-top:-1px; background:#fff;}
.item_timer strong {font-weight:700; white-space:nowrap}
.item_timer em {}
.item_timer em.last {margin-right:0; font-weight:500;}
.item_timer.if_timeout {filter:grayscale(100%);-webkit-filter:grayscale(100%); opacity:0.5; filter:alpha(opacity=50); -ms-filter:alpha(opacity=50);}
.item_timer.if_timeout .clock .bar {animation:none; opacity:0.5; filter:alpha(opacity=50); -ms-filter:alpha(opacity=50);}

.p_Vname .item_timer {font-size:18px;}

@-webkit-keyframes mv_timer {
    0% {transform: rotate(0); transform-origin: center;}
    100% {transform: rotate(360deg); transform-origin: center;}
}
@keyframes mv_timer {
    0% {transform: rotate(0); transform-origin: center;}
    100% {transform: rotate(360deg); transform-origin: center;}
}


/* 상품 박스 ======================================== */
.item_box {}
.item_box .info .item_icon {padding-top:10px;}
.item_box .info .item_icon .type_normal {display:none;}
.item_box .thumb .item_icon .type_auto {display:none;}
.item_box .thumb .item_icon div {gap:0}
.item_box .thumb .promotion_icon {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 10;
}
.item_box .thumb span.promotion_icon {
    padding: 12px;
    border-radius: 0 0 8px 0;
    font-weight: bold;
    font-size: 14px;
}
.item_box .thumb img.promotion_icon {
    /* width: 50px; */
    height: 32px;
    left: 0px;
    top: 0px;
}


.item_box .thumb {position:relative; overflow:hidden; border-radius: 8px;}
.item_box .thumb .img {display: flex; flex-direction: row; justify-content: center; align-items: center; }
.item_box .thumb .img img {width: 100%;}
.item_box .thumb .ov_img {position:absolute; top:0; left:0; width:100%; z-index:1; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.item_box .thumb .ov_img {opacity: 0; -ms-filter:alpha(opacity=0); filter:alpha(opacity=0); transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out;}
.item_box .thumb .ov_img img {width: 100%; height: 100%; object-fit: cover; border-radius: 20px;}
.item_box .thumb .btn_multi {position: absolute; left: 0; bottom: 0; z-index: 15; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.8);}
.item_box .thumb .btn_multi {transform: translateY(100%); transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; padding:5px 10px;}
.item_box .thumb .item_icon {position: absolute; left: 0; top: 0; z-index: 2; transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; margin-top:0;}
.item_box .thumb .item_icon img {margin-top:0;}
.item_box .thumb .item_icon span {margin-top:0px;}

.item_box .ranking {position: absolute; left: 0; top: 0; min-width: 35px; height: 35px; background: #ff4e4e; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.item_box .ranking {font-size: 15px; color: #fff; font-weight: 500; line-height: 1; z-index: 5; padding:0 7px; box-sizing:border-box;}

.item_box .soldout {position:absolute; left:0; top:0; background:rgba(0, 0, 0, 0.8);; width:100%; height:100%; z-index:2; font-size:1.1em; text-align:center;}
.item_box .soldout {display: flex; flex-direction:column; align-items: center; justify-content: center; font-weight: 600; color:#ffffff;}
.item_box.if_soldout .thumb .btn_multi {display: none;}
.item_box.if_soldout .thumb .item_icon {display: none;}
.item_box.if_soldout .btn_multi .btn_cart {display: none;}

.item_box .info {padding-top: 15px; box-sizing:border-box; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; font-size:15px;}
.item_box .info .item_name {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; color:#000; line-height:1.3; font-weight: bold; font-size:18px; height: 45px;}
.item_box .info .sub_name {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; color:#6b6b6b; margin-top:10px; font-size:0.85em;}
.item_box .info .btn_multi {display: none; order:-1; border-bottom:1px solid #f2f2f2; margin-bottom:10px;}
.item_box .info .review {padding-left: 0;}
.item_box .info .icbtn {margin-right: -5px;}

.item_box .price {margin-top: 10px; line-height: 1; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap:3px 5px; font-size:17px;}
.item_box .price> div {font-weight: 700;}
.item_box .price .after {width: 100%; color: #000; white-space: nowrap; margin-top: 5px;}
.item_box .price .after .won {font-weight:bold; padding:0 3px; font-size:1em; color: #da120d;}
.item_box .price .after .won_t {font-size:1em; font-weight: 300; color: #da120d;font-weight:bold;}
.item_box .price .after .won_pr {
    position: relative;
    color: #aaa;
}
.item_box .price .after .won_pr:before {
    
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 2px solid #aaa;
    border-width: 0 0 1px 1px;

}
.item_box .price .after .won_pr span {
    margin-left: 15px;
}
/* .item_box .price .before {width:100%;} */
.item_box .price .before .won {color:#aaa; position:relative; padding:0 1px; font-weight: 500; font-size:0.8em;}
.item_box .price .before .won:before {content:""; position:absolute; left:0; top:50%; width:100%; height:1px; background:#aaa; margin-top: -1px;}
.item_box .price .percent {color: #ef7b11; margin-top: 3px; font-size:0.8em;}

.item_box .btn_multi {width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: center; flex-wrap: wrap; box-sizing:border-box;}

.item_box .review {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; box-sizing: border-box; height:35px;}
.item_box .review .mark {position: relative; width: 70px; height:20px;}
.item_box .review .star {background: transparent url('/skin/site_m/responsive-food/images/c_img/item_star.svg') left center repeat-x; background-size:14px !important; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.item_box .review .star.this_value {z-index:2}
.item_box .review .star.this_base {z-index:1; opacity: 0.15; filter: alpha(opacity=15); -ms-filter:alpha(opacity=15);}
.item_box .review .num {color: #888; font-weight: 500; margin-left:5px; font-size: 12px; }

.item_box .icbtn {margin-left: auto; display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.item_box .icbtn .btn {width: 30px; height: 35px; background-repeat: no-repeat !important; background-position: center !important; background-size: 21px auto !important;}
.item_box .icbtn .btn_cart {background-image: url('/skin/site_m/responsive-food/images/c_img/item_cart.svg');}
.item_box .icbtn .btn_cart.hit {}
.item_box .icbtn .btn_wish {background-image: url('/skin/site_m/responsive-food/images/c_img/item_wish.svg');}
.item_box .icbtn .btn_wish.hit {background-image: url('/skin/site_m/responsive-food/images/c_img/item_wish_on.svg');}







/* 상품목록 -------------------------------------------------------------------------------------------------------------------------------- */

/* 상품목록(기본 박스형) ======================================== */
.item_list {position:relative; }
.item_list .layout_fix {overflow:hidden;}
.item_list ul {display:grid;}
.item_list li {list-style:none; box-sizing:border-box; position:relative;}

.rolling_wrap .rolling_box .item_list ul {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:row; gap:0;}

/* 리스트형 */
.item_list.if_list_type .item_box {display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch;}
.item_list.if_list_type .item_box .thumb {width: 180px; align-self:flex-start;}
.item_list.if_list_type .item_box .thumb .btn_multi {display: none;}
.item_list.if_list_type .item_box .info {padding-top: 0; padding-left: 20px; flex: 1;}
.item_list.if_list_type .item_box .info .btn_multi {display: flex; margin-top:auto; padding:0px; padding-top:10px; border:0; order:initial; margin-bottom:0px;}
.item_list.if_list_type .item_box .info .item_icon {padding-top:0;}

/* 진열설정 (단수) */
.item_list ul {gap:50px 30px; grid-template-columns: repeat(4, 1fr);}
.rolling_wrap .rolling_box .item_list {margin-left:-30px;}
.rolling_wrap .rolling_box .item_list li {padding-left:30px;}
.rolling_wrap .rolling_box .item_list.if_list_type li {padding-top:0px !important; border-top:0 !important;}

.item_list.pc_type_box6 ul {grid-template-columns: repeat(6, 1fr);}
.rolling_wrap .rolling_box .item_list.pc_type_box6 li {width:16.666%;}

.item_list.pc_type_box5 ul {grid-template-columns: repeat(5, 1fr);}
.rolling_wrap .rolling_box .item_list.pc_type_box5 li {width:20%;}

.item_list.pc_type_box4 ul {grid-template-columns: repeat(4, 1fr);}
.rolling_wrap .rolling_box .item_list.pc_type_box4 li {width:25%;}

.item_list.pc_type_box3 ul {grid-template-columns: repeat(3, 1fr);}
.rolling_wrap .rolling_box .item_list.pc_type_box3 li {width:33.333%;}

.item_list.pc_type_box2 ul {grid-template-columns: repeat(2, 1fr);}
.rolling_wrap .rolling_box .item_list.pc_type_box2 li {width:50%;}

.item_list.if_list_type ul {grid-template-columns: repeat(2, 1fr);}

.item_list.pc_type_list2 ul {grid-template-columns: repeat(2, 1fr);}
.rolling_wrap .rolling_box .item_list.pc_type_list2 li {width:50%;}

.item_list.pc_type_list1 ul {grid-template-columns: repeat(1, 1fr);}
.rolling_wrap .rolling_box .item_list.pc_type_list1 li {width:100%;}


/* 카테고리 베스트 ======================================== */
.p_Best {margin-bottom:50px; overflow:hidden; border-bottom:1px solid #f2f2f2; padding-bottom:30px;}
.p_Best li {list-style:none;}
.p_Best .item_box .item_icon {display:none;}
.p_Best .item_box .item_icon .type_normal {display:flex}

.p_Best .best_tit {display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.p_Best .best_tit .tit {font-size: 25px; color: #000; font-weight:700; line-height: 1;}

.p_Best .rolling_wrap {overflow: hidden; margin-top:15px;}
.p_Best .item_box .thumb .upper_icon {display: none;}

.p_Best .rolling_ctrl {margin-left: auto; display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.p_Best .rolling_ctrl.if_hide {display:none;}
.p_Best .rolling_ctrl.if_show {display:flex;}
.p_Best .rolling_ctrl .prevnext {width: 30px; height: 30px; border-radius: 5px; background-repeat: no-repeat !important; background-position: center !important;}
.p_Best .rolling_ctrl .prevnext {background-size: 6px auto !important; box-sizing: border-box; transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.p_Best .rolling_ctrl .prevnext.prev {background-image: url('/skin/site_m/responsive-food/images/c_img/arrow_left.svg');}
.p_Best .rolling_ctrl .prevnext.next {background-image: url('/skin/site_m/responsive-food/images/c_img/arrow_right.svg');}
.p_Best .rolling_ctrl .pagi {font-size: 14px; font-weight: 700; color: #000; width:50px; display:flex; justify-content: center; align-items: center; flex-direction:row}
.p_Best .rolling_ctrl .pagi em {margin: 0 2px; opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30);}
.p_Best .rolling_ctrl .pagi strong {opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30);}
.p_Best .rolling_ctrl .pagi strong.active {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}


/* 상품목록 타이틀(1차 카테고리) ======================================== */
.p_Subtop {position:relative;}
.p_Subtop li {list-style:none;}
.p_Subtop .tit_box {height: 150px; display: flex; flex-direction: row; justify-content: stretch; align-items: center; text-align: center; gap:15px}
.p_Subtop .tit {font-size: 35px; color: #000; font-weight: 700; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; flex:1}
.p_Subtop .btn_open {margin-left:auto; width:30px; height:30px; background:transparent url('/skin/site_m/responsive-food/images/c_img/arrow_down.svg') center center no-repeat; background-size:12px;}
.p_Subtop .btn_open {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; display:none;}
.p_Subtop .open_ctg_box {position:absolute; left:0; top:61px; width:100%; background:#fff; padding:15px 0 30px; box-shadow:0 15px 15px rgba(0,0,0,0.15); z-index:101; overflow:hidden; display:none;}
.p_Subtop .open_ctg_box .ctg1 {padding:10px 0; display:block; font-size:16px; color:#000; font-weight:700; text-align:center;}
.p_Subtop .open_ctg_box .hit .ctg1 {color:#e10000;}
.p_Subtop.if_open_ctg .btn_open {transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.p_Subtop.if_view {display: none;}
.p_Subtop.type_other_list .tit {text-align:center !important}


/* 카테고리별 배너 ======================================== */
.p_Subimg {margin-bottom:40px;}
.p_Subimg .layout_fix {display: flex; flex-direction: column; justify-content: center; align-items: center;}
.p_Subimg a {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Subimg img {max-width: 100%;}


/* 2차/3차 카테고리 ======================================== */
.p_Category {background:#fff; z-index:100; margin-bottom:30px;}
.p_Category .layout_fix {text-align:center; }
.p_Category .swipe_box {display:inline-block; max-width:100%}
.p_Category .swipe_box ul {display: flex; flex-direction: row; justify-content: center; align-items: flex-start; flex-wrap: wrap; gap:5px; width:max-content;}
.p_Category .swipe_box li {list-style: none; box-sizing:border-box;}

.p_Category .ctg2_box {overflow:hidden;}
.p_Category .ctg2_box .swipe_box ul {display: flex; flex-direction: row; justify-content: center; align-items: flex-start; flex-wrap: wrap; gap:5px; width:max-content;}
.p_Category .ctg2_box .ctg2 {height: 35px; padding: 0 15px; box-sizing: border-box; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Category .ctg2_box .ctg2 {font-size: 14px; color: #333; font-weight:600; background: #eee; border: 1px solid #eee; border-radius: 5px;}
.p_Category .ctg2_box .ctg2 {box-sizing: border-box; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.p_Category .ctg2_box .hit .ctg2 {background: #000 !important; border-color: #000; color: #fff;}

.p_Category .ctg3_box {overflow:hidden; margin-bottom:-15px; padding:15px 0;}
.p_Category .ctg3_box .swipe_box ul {display: flex; flex-direction: row; justify-content: center; align-items: flex-start; flex-wrap: wrap; gap:0 5px; width:max-content;}
.p_Category .ctg3_box .ctg3 {font-size: 13px; color: #666; padding:0 10px; box-sizing: border-box; height:30px; display:flex; justify-content: center; align-items: flex-start; flex-direction:column;}
.p_Category .ctg3_box .ctg3 {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; text-align: center; font-weight: 500; border:1px solid #fff; border-radius:100px; line-height:1; }
.p_Category .ctg3_box .hit .ctg3 {color: #e10000; font-weight: 700; border-color:#fff !important;}

.p_Category.type_other_list .swipe_box {display:inline-block !important}


/* 목록 컨트롤러 ======================================== */
.p_List_ctrl {margin-bottom:25px;}
.p_List_ctrl li {list-style:none;}
.p_List_ctrl .inner {display: flex; flex-direction: row; justify-content: space-between; align-items: flex-end; box-sizing: border-box; border-bottom: 1px solid #000; padding-bottom:15px;}
.p_List_ctrl .left_box {display: flex; flex-direction: row; justify-content: stretch; align-items: center; flex-wrap: wrap;}
.p_List_ctrl .right_box {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap:10px}

.p_List_ctrl .total {font-size:17px; color: #000; font-weight: 600; white-space: nowrap; margin-right: 25px; height: 30px; display:flex; justify-content: flex-start; align-items: center; flex-direction:row;}
.p_List_ctrl .total em {margin-left:5px;}
.p_List_ctrl .total strong {color:#e10000;}

.p_List_ctrl .range_box {position: relative; width: 120px;}
.p_List_ctrl .range_box .btn_ctrl {width: 100%; height: 36px; display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.p_List_ctrl .range_box .btn_ctrl {border: 1px solid #e5e5e5; padding: 0 15px; box-sizing: border-box; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.p_List_ctrl .range_box .btn_ctrl .tx {font-size: 13px; color: #000; font-weight: 500; white-space: nowrap;}
.p_List_ctrl .range_box .btn_ctrl .ic {width: 10px; height: 10px; background: transparent url('/skin/site_m/responsive-food/images/c_img/arrow_down.svg') center center no-repeat;}
.p_List_ctrl .range_box .btn_ctrl .ic {background-size: 10px 6px !important; margin-left: 10px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}

.p_List_ctrl .range_open {position: absolute; right: 0; top: 35px; width: 100%; }
.p_List_ctrl .range_open { z-index: 200; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; height:0px; overflow:hidden;}
.p_List_ctrl .range_open ul {padding: 10px 0; box-sizing: border-box; background: #fff; border: 1px solid #e5e5e5; height:220px;}
.p_List_ctrl .range_open .opt {width: 100%; font-size: 13px; color: #999; padding: 10px 15px; box-sizing: border-box; white-space: nowrap; line-height: 1;}
.p_List_ctrl .range_open .hit .opt {color: #000;}
.p_List_ctrl .if_open_range.range_box .btn_ctrl .ic {transform: rotate(180deg);}
.p_List_ctrl .if_open_range .range_open {height:220px;}

.p_List_ctrl .filter_benefit {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap:15px}

.p_List_ctrl .type_box {display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.p_List_ctrl .type_box .btn {box-sizing: border-box; border: 1px solid #e5e5e5; height: 36px; width:36px; display: flex; flex-direction: row; justify-content: center; align-items: center; position:relative;}
.p_List_ctrl .type_box .btn:before {content:""; width:1px; height:35px; background:#e5e5e5; position:absolute; right:0; top:-1px; display:none; z-index:2}
.p_List_ctrl .type_box .btn .ic {width: 15px; height: 15px; background-repeat: no-repeat !important; background-position: center center !important; background-size: 15px 15px !important;}
.p_List_ctrl .type_box .btn .ic {opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30);}
.p_List_ctrl .type_box .btn.this_box {border-right: 0;}
.p_List_ctrl .type_box .btn.this_box .ic {background-image: url('/skin/site_m/responsive-food/images/c_img/list_type_box.svg');}
.p_List_ctrl .type_box .btn.this_list {border-left: 0;}
.p_List_ctrl .type_box .btn.this_list:before {right:auto; left:0}
.p_List_ctrl .type_box .btn.this_list .ic {background-image: url('/skin/site_m/responsive-food/images/c_img/list_type_list.svg');}
.p_List_ctrl .type_box .btn.hit {pointer-events: none !important; border-color:#000;}
.p_List_ctrl .type_box .btn.hit .ic {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
.p_List_ctrl .type_box .btn.hit:before {display:block; background:#000;}

.p_List_ctrl .btn_filter {display:flex; justify-content: center; align-items: stretch; flex-direction:row; height:35px; display:none; font-weight:500; border:1px solid #e5e5e5; width:70px;}
.p_List_ctrl .btn_filter strong {font-size:13px; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_search_filter.svg') right center no-repeat; background-size:18px; color:#222; padding-right:20px; line-height:1;}
.p_List_ctrl .btn_filter strong {display:flex; justify-content: center; align-items: center; flex-direction:column;}







/* 상품상세 -------------------------------------------------------------------------------------------------------------------------------- */

/* 상세 헤더(모바일용) ======================================== */
.p_Vtit {}
.p_Vtit li {list-style: none;}
.p_Vtit .inner {display: flex; flex-direction: row; justify-content: center; align-items: center; height: 60px; position: relative;}
.p_Vtit .tit {font-size:18px; color: #000; font-weight:600; line-height: 1; display: none;}
.p_Vtit .left {position: absolute; left: -10px; top: 0; z-index: 10; height: 100%; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; display: none;}
.p_Vtit .right {position: absolute; right: -10px; top: 0; z-index: 10; height: 100%; display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.p_Vtit .btn {width: 40px; height: 40px; background-repeat: no-repeat !important; background-position: center !important; background-size: 24px !important;}
.p_Vtit .btn_back {background-image: url('/skin/site_m/responsive-food/images/c_img/ic_back.svg'); background-size: 20px auto !important;}
.p_Vtit .btn_share {background-image: url('/skin/site_m/responsive-food/images/c_img/view_top_share.svg');}
.p_Vtit .btn_wish {background-image: url('/skin/site_m/responsive-food/images/c_img/view_top_wish.svg');}
.p_Vtit .btn_wish.hit {background-image: url('/skin/site_m/responsive-food/images/c_img/view_top_wish_on.svg');}
.p_Vtit .btn_home {background-image: url('/skin/site_m/responsive-food/images/c_img/view_top_home.svg'); display:none;}


/* 상세 공유하기 열림 ======================================== */
.p_Vshare {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: -1;}
.p_Vshare {display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 20px; box-sizing: border-box;}

.p_Vshare .white_box {position: relative; z-index: 2; opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); box-sizing:border-box; min-width:300px}
.p_Vshare .white_box {background: #fff; border-radius: 20px; max-width: 100%; overflow: hidden; padding:30px;}
.p_Vshare .white_box .tit {font-size:18px; font-weight:700; color: #000; line-height: 1; text-align: center;}
.p_Vshare .white_box ul {display: flex; flex-direction: row; justify-content: center; align-items: center; flex-wrap: wrap; margin-top:20px; box-sizing: border-box; gap:10px}
.p_Vshare .white_box li {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Vshare .white_box .sns {width: 45px; height: 45px; border: 1px solid #eee; border-radius: 100px; box-sizing: border-box; transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.p_Vshare .white_box .sns {background-repeat: no-repeat !important; background-position: center !important; background-size: auto 20px !important;}
.p_Vshare .white_box .sns.kakao {background-image: url('/skin/site_m/responsive-food/images/c_img/view_sns_kakao.png');}
.p_Vshare .white_box .sns.story {background-image: url('/skin/site_m/responsive-food/images/c_img/view_sns_story.png');}
.p_Vshare .white_box .sns.face {background-image: url('/skin/site_m/responsive-food/images/c_img/view_sns_face.png');}
.p_Vshare .white_box .sns.twitt {background-image: url('/skin/site_m/responsive-food/images/c_img/view_sns_twitt.png');}
.p_Vshare .white_box .sns.url {background-image: url('/skin/site_m/responsive-food/images/c_img/view_url.svg');}
.p_Vshare .white_box .btn_confirm {height:40px; background: #f0f0f0; border:1px solid #f0f0f0; display: flex; flex-direction: row; justify-content: center; align-items: center; font-weight:600;}
.p_Vshare .white_box .btn_confirm {font-size: 14px; color: #000; margin-top:30px; border-radius:5px; transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.p_Vshare .bg_close {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 1;}
.p_Vshare .bg_close {opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}

.p_Vshare.if_open_share {z-index: 500;}
.p_Vshare.if_open_share .white_box {animation: mv_share 0.2s ease 1 both; -webkit-animation: mv_share 0.2s ease 1 both;}
.p_Vshare.if_open_share .white_box {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
.p_Vshare.if_open_share .bg_close {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
.p_Vshare.if_open_share .bg_close {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}

@-webkit-keyframes mv_share {
    0% {transform: scale(0.9)}
    50% {transform: scale(1.1)}
    100% {transform: scale(1)}
}
@keyframes mv_share {
    0% {transform: scale(0.9)}
    50% {transform: scale(1.1)}
    100% {transform: scale(1)}
}


/* 상세 탑(사진+정보 묶음) ======================================== */
.p_Vtop {position:relative;}
.p_Vtop:before {content: ''; position: absolute; left: 50%; top: 0; width: 1px; height: 100%; background: #f2f2f2;}
.p_Vtop li {list-style:none;}
.p_Vtop .area {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:row;}
.p_Vtop .area_box {flex:1; }
.p_Vtop .this_photo {margin-right:50px; position: sticky; top: 20px; overflow: hidden;}
.p_Vtop .this_info {margin-left:50px;}


/* 상세 사진 ======================================== */
.p_Vphoto {}
.p_Vphoto .big_photo {position: relative;}
.p_Vphoto .big_photo .rolling_wrap {overflow:hidden; border-radius: 8px; border: 1px solid #ddd;position:relative;}
.p_Vphoto .big_photo .rolling_wrap .promotion_icon {
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 10;
}
.p_Vphoto .big_photo .rolling_wrap span.promotion_icon {
    padding: 12px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
}
.p_Vphoto .big_photo .rolling_wrap img.promotion_icon {
    height: 50px;
    left: 0px;
    top: 0px;
}

.p_Vphoto .big_photo .thumb {overflow:hidden; display:flex; flex-direction:row; justify-content:center; align-items:center; width:100%;}
.p_Vphoto .big_photo .thumb img {width:100%; border-radius: 8px;}

.p_Vphoto .rolling_ctrl {position: absolute; left: 50%; bottom: 10px; z-index: 20; width:80px; height:26px; margin-left:-40px;}
.p_Vphoto .rolling_ctrl {display:flex; flex-direction: row; justify-content: space-between; align-items: space-around; }
.p_Vphoto .rolling_ctrl {background: rgba(0, 0, 0, 0.6); border-radius: 100px; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); }
.p_Vphoto .rolling_ctrl .prevnext {width: 26px; border-radius: 5px; background-repeat: no-repeat !important; background-position: center !important;}
.p_Vphoto .rolling_ctrl .prevnext {background-size: auto 8px !important; box-sizing: border-box;}
.p_Vphoto .rolling_ctrl .prevnext.prev {background-image: url('/skin/site_m/responsive-food/images/c_img/arrow_left_white.svg');}
.p_Vphoto .rolling_ctrl .prevnext.next {background-image: url('/skin/site_m/responsive-food/images/c_img/arrow_right_white.svg');}
.p_Vphoto .rolling_ctrl .pagi {font-size: 13px; font-weight: 500; color: #999; display:flex; justify-content: center; align-items: center; flex-direction:row; flex:1}
.p_Vphoto .rolling_ctrl em {margin: 0 2px;}
.p_Vphoto .rolling_ctrl strong.active {color:#fff;}

.p_Vphoto .rolling_thumb {margin-top: 20px;}
.p_Vphoto .rolling_thumb ul {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Vphoto .rolling_thumb li {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Vphoto .rolling_thumb li+ li {margin-left: 5px;}
.p_Vphoto .rolling_thumb .box {width: 50px; position: relative; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Vphoto .rolling_thumb .box img {width: 100%; border-radius: 8px;}
.p_Vphoto .rolling_thumb .hit .box:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #f16516; box-sizing: border-box; z-index: 1; border-radius: 8px;}


/* 상세 해시태그 ======================================== */
.p_Vhashtag {padding:10px 15px; overflow:hidden; margin-top:15px;}
.p_Vhashtag .swip_box {}
.p_Vhashtag .swip_box ul {display: flex; flex-direction: row; justify-content: center; align-items: flex-start; flex-wrap: wrap; gap:5px}
.p_Vhashtag .tag {border-radius:100px; box-sizing: border-box; padding: 0 10px; height: 28px; font-size: 12px; color: #666; font-weight: 500; box-sizing:border-box;}
.p_Vhashtag .tag {display:flex; flex-direction: row; justify-content: center; align-items: center; background:#f5f5f5; border:1px solid #f5f5f5;}


/* 상세 정보(상품이름/가격/혜택) ======================================== */
.p_Vname {display:flex; justify-content: center; align-items: flex-start; flex-direction:column;}
.p_Vname .brand {font-size: 14px; color: #0065e3; font-weight: 500; margin-bottom: 10px;}
.p_Vname .item_icon {margin-bottom: 5px; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:5px}
.p_Vname .item_name {}
.p_Vname .item_name dt {font-size: 25px; color: #000; font-weight: 700; line-height: 1.3;}
.p_Vname .item_name dd {font-size: 15px; color: #999; line-height: 1.4; margin-top: 5px;}
.p_Vname .item_price {margin-top: 15px; font-size: 33px; line-height: 1; flex-direction: column; justify-content: flex-start; align-items: flex-start;}
.p_Vname .item_price .before {position: relative; font-size: 0.65em; color: #aaa; padding: 0 2px; box-sizing: border-box;}
.p_Vname .item_price .before:before {content:''; width:100%; height:1px; position:absolute; left:0; top:50%; background:#aaa; z-index:1; margin-top:-1px;}
.p_Vname .item_price .price_in {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap;}
.p_Vname .item_price .after {flex-direction: row; justify-content: flex-start; align-items: center; color: #000; margin-right: 10px; white-space: nowrap;}
.p_Vname .item_price .after .won {font-size: 0.8em; font-weight: 600; color: #da120d;}
.p_Vname .item_price .after .won_t {font-size: 0.8em; font-weight: 600;}
.p_Vname .item_price .after .won_pr { 
    position: relative;
    color: #aaa;
}
.p_Vname .item_price .after .won_pr::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 6px;
    top: 7px;
    bottom: 0;
    left: 0;
    margin: auto;
    border: 2px solid #aaa;
    border-width: 0 0 1px 1px;

}
.p_Vname .item_price .percent {color: #e10000; font-size: 0.65em;}
.p_Vname .benefit {margin-top: 10px; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; gap:3px 5px;}
.p_Vname .benefit li+ li:before {content:'/'; color:#ccc; font-weight:500; margin-right:5px;}
.p_Vname .benefit .tx {font-size: 14px; color: #222; font-weight: 600;}
.p_Vname .benefit .mb_add .tx {color: #0065e3;}


/* 상세 상품쿠폰 ======================================== */
.p_Vcoupon {margin-top: 10px; overflow: hidden;}
.p_Vcoupon .coupon_box {display:flex; flex-direction: row; justify-content: flex-start; align-items: stretch; height:60px;}
.p_Vcoupon .coupon_box dl {border: 1px solid #222; padding:0 15px; border-radius:10px; position:relative; display:flex; justify-content: center; align-items: flex-start; flex-direction:column;}
.p_Vcoupon .coupon_box dt {color:#000; line-height:1; white-space: nowrap; font-weight: 700; font-size:16px;}
.p_Vcoupon .coupon_box dd {color:#666; font-size: 13px; margin-top:2px; font-weight:500;}
.p_Vcoupon .coupon_box .name {flex:1;}
.p_Vcoupon .coupon_box .name dt {font-weight:800; transform:scale(0.75); -webkit-transform:scale(0.75); transform-origin:left}
.p_Vcoupon .coupon_box .name dd {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.p_Vcoupon .coupon_box .discount {margin-left:-1px; align-items: flex-end;}
.p_Vcoupon .coupon_box .discount:before {content:""; width:2px; height:40px; position:absolute; left:-1px; top:10px; background:#fff; border-left:1px dashed #222;}
.p_Vcoupon .coupon_box .discount dt {font-weight:800;}
.p_Vcoupon .coupon_box .discount dd {white-space: nowrap;}


/* 상세 리뷰 ======================================== */
.p_Vreview {border-top: 1px solid #f2f2f2; padding-top:15px; margin-top:15px; box-sizing: border-box; display:flex; justify-content: space-between; align-items: center; flex-direction:row;}
.p_Vreview .score {padding-left: 0; box-sizing: border-box; display: inline-flex; flex-direction: row; justify-content: flex-start; align-items: center; cursor:pointer}
.p_Vreview .score .mark {position: relative; width: 90px; height: 25px; margin-right: 10px;}
.p_Vreview .score .star {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: 18px !important;}
.p_Vreview .score .star {background: transparent url('/skin/site_m/responsive-food/images/c_img/item_star.svg') left center repeat-x;}
.p_Vreview .score .star.this_base {z-index: 1; opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.p_Vreview .score .star.this_value {z-index: 2; background-image: url('/skin/site_m/responsive-food/images/c_img/item_star_red.svg');}
.p_Vreview .score .num {font-size: 18px; color: #e10000; font-weight: 700; margin-right: 10px;}
.p_Vreview .total {font-size: 13px; color: #888; font-weight:500; margin-left:auto; cursor:pointer}


/* 상세 정보(입력) ======================================== */
.p_Vinfo {border-top: 1px solid #f2f2f2; padding-top:15px; margin-top:15px; box-sizing:border-box;}
.p_Vinfo dl {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; }
.p_Vinfo dl+ dl {margin-top:10px;}
.p_Vinfo dt,
.p_Vinfo dd {font-size: 13px; line-height: 1.3;}
.p_Vinfo dt {width: 80px; color: #666;}
.p_Vinfo dd {flex: 1; color: #333; word-wrap:break-word; word-break:keep-all; white-space:normal; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:wrap}
.p_Vinfo .multi {position:relative; line-height:1;}
.p_Vinfo .multi+ .multi {margin-left:10px; padding-left:10px;}
.p_Vinfo .multi+ .multi:before {content:""; width:1px; height:10px; background:#ddd; position:absolute; left:0; top:50%; transform:translateY(-50%);}
.p_Vinfo .multi strong {color:#e10000; font-weight:500;}
.p_Vinfo .btn_view {color:#000; text-decoration:underline; margin-bottom:3px;}
.p_Vinfo .btn_place {color:#000; background:transparent url('/skin/site_m/responsive-food/images/c_img/view_place.svg') right center no-repeat; background-size:10px 10px; padding-right:12px;}
.p_Vinfo .delivery_fee {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap; width:100%;}
.p_Vinfo .delivery_fee+ .delivery_fee {margin-top:3px;}


/* 상세 달력 ======================================== */
.p_Vcalendar {margin-bottom:15px; padding-bottom:15px; border-bottom:1px solid #f2f2f2;}
.p_Vcalendar .month_box {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Vcalendar .month_box .btn {width: 30px; height: 30px; background-repeat: no-repeat !important; background-position: center !important; background-size: 6px auto !important; border-radius:3px;}
.p_Vcalendar .month_box .btn.if_no {pointer-events:none; opacity: 0.3; filter: alpha(opacity=30); -ms-filter:alpha(opacity=30);}
.p_Vcalendar .month_box .btn.prev {background-image: url('/skin/site_m/responsive-food/images/c_img/arrow_left.svg');}
.p_Vcalendar .month_box .btn.next {background-image: url('/skin/site_m/responsive-food/images/c_img/arrow_right.svg');}
.p_Vcalendar .month_box strong {font-size: 22px; color: #000; font-weight: 700; width: 110px; text-align: center; white-space: nowrap;}
.p_Vcalendar .calendar {box-sizing: border-box; margin-top: 15px;}
.p_Vcalendar .calendar ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.p_Vcalendar .calendar li {flex: 1;  line-height: 1; text-align:center;}
.p_Vcalendar .calendar li:first-of-type .day strong {color: #ff6060;}
.p_Vcalendar .calendar li:last-of-type .day strong {color: #5e89ff;}
.p_Vcalendar .week li {font-size: 12px; font-weight: 700; color: #333; margin-bottom:5px;}
.p_Vcalendar .week li:first-of-type {color: #e10000;}
.p_Vcalendar .week li:last-of-type {color: #235eff;}
.p_Vcalendar .day {display: flex; flex-direction: row; justify-content: center; align-items: center; position:relative; padding:5px;}
.p_Vcalendar .day strong {width: 30px; height: 30px; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Vcalendar .day strong {border-radius: 100px; box-sizing: border-box; font-size: 15px; color: #333; font-weight: 600; padding-top:1px;}
.p_Vcalendar .no .day {pointer-events: none !important; }
.p_Vcalendar .no .day strong { opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30); position:relative;}
.p_Vcalendar .no .day strong:after {content:""; width:1px; height:60%; background:#333; position:absolute; left:50%; top:50%; mix-blend-mode: multiply}
.p_Vcalendar .no .day strong:after {transform: rotate(45deg); -webkit-transform: rotate(45deg); margin-top:-30%; }
.p_Vcalendar .today .day strong {border: 1px solid #000;}
.p_Vcalendar .today .day strong:after {display:none;}
.p_Vcalendar .hit .day strong {background: #000 !important; color: #fff !important; border:0;}
.p_Vcalendar .hit .day:before {display:none;}


/* 상세 옵션 ======================================== */
.p_Vopt {}
.p_Vopt .this_option {}
.p_Vopt .this_option dl {display: flex; flex-direction: row; justify-content: flex-start; align-items: stretch; box-sizing: border-box; }
.p_Vopt .this_option dl+ dl {margin-top: 15px; padding-top: 15px; border-top: 1px solid #f2f2f2;}
.p_Vopt .this_option dt {width: 80px; font-size: 13px; color: #333; line-height: 1; font-weight:600; display:flex; justify-content: center; align-items: flex-start; flex-direction:column;}
.p_Vopt .this_option dd {flex: 1;}
.p_Vopt .this_option dd> * {margin-top: 10px;}
.p_Vopt .this_option dd> *:first-of-type {margin-top: 0 !important;}

.p_Vopt .counter_box {display:flex; flex-direction: row; justify-content: flex-start; align-items: stretch; height: 50px; border: 1px solid #e5e5e5; box-sizing: border-box; border-radius:100px; padding:4px;}
.p_Vopt .counter_box .updown_input {text-align: center; font-size: 17px; color: #000; font-weight: 600; cursor: default; flex:1; width:100%;}
.p_Vopt .counter_box a {width: 40px; height: 100%; display: flex; flex-direction: row; justify-content: center; align-items: center; border-radius:100px;}
.p_Vopt .counter_box a {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.p_Vopt .counter_box .shape {position:relative; width: 12px; height: 12px;}
.p_Vopt .counter_box .shape:before {content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 2px; background: #000; margin-top: -1px;}
.p_Vopt .counter_box .shape:after {content: ''; position: absolute; left: 50%; top: 0; width: 2px; height: 100%; background: #000; margin-left: -1px;}
.p_Vopt .counter_box .btn_down.if_no {pointer-events: none !important; opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.p_Vopt .counter_box .btn_down .shape:after {display:none;}

.p_Vopt .opt_dropbox {position:relative;}
.p_Vopt .opt_dropbox .opt_tx {height: 45px; padding:0 15px; cursor:pointer; color:#666; font-weight:500; box-sizing:border-box; border:1px solid #e5e5e5;}
.p_Vopt .opt_dropbox .opt_tx {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; font-size: 13px; }
.p_Vopt .opt_dropbox .opt_tx strong {flex:1; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.p_Vopt .opt_dropbox .opt_tx em.opt_price {color:#000; font-weight:600; margin-left:5px; }
.p_Vopt .opt_dropbox .opt_tx em.opt_remain {color:#999; margin-left:10px; }
.p_Vopt .opt_dropbox .opt_tx.this_selected {border-radius:5px; padding-right:40px;}
.p_Vopt .opt_dropbox .opt_list {display:none; position:absolute; left:0; top:0; width:100%; background:#fff; z-index:300; box-sizing:border-box; border:1px solid #333; border-radius:5px; overflow:hidden; }
.p_Vopt .opt_dropbox .opt_list {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.p_Vopt .opt_dropbox .opt_list .c_scroll_v {max-height:300px; overflow-x:hidden; overflow-y:auto;}
.p_Vopt .opt_dropbox .opt_list .opt_tx {border-left:0; border-right:0; border-top:0; border-color:#f2f2f2;}
.p_Vopt .opt_dropbox .opt_list .opt_tx.soldout {pointer-events:none;}
.p_Vopt .opt_dropbox .opt_list .opt_tx.soldout strong,
.p_Vopt .opt_dropbox .opt_list .opt_tx.soldout em {color:#ccc;}
.p_Vopt .opt_dropbox .opt_list .opt_tx.soldout em.opt_price {font-weight:400 !important;}
.p_Vopt .opt_dropbox .opt_list a.opt_tx:last-of-type {border-bottom:0;}
.p_Vopt .opt_dropbox .opt_list div.opt_tx {border-top:0; background:#fff !important; padding-bottom:1px;}
.p_Vopt .opt_dropbox .opt_list div.opt_tx strong {color:#000 !important; }
.p_Vopt .opt_dropbox .arrow {width:15px; height:15px; position:absolute; right:15px; top:15px; background: url('/skin/site_m/responsive-food/images/c_img/arrow_down.svg') center center no-repeat; background-size: 11px 8px !important;}
.p_Vopt .opt_dropbox .arrow {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; pointer-events:none;}
.p_Vopt .opt_dropbox.before {pointer-events:none; }
.p_Vopt .opt_dropbox.before .arrow {opacity: 0.2; filter: alpha(opacity=20); -ms-filter:alpha(opacity=20);}
.p_Vopt .opt_dropbox.before .opt_tx {color:#999; background:#f5f5f5;}
.p_Vopt .opt_dropbox.if_open_opt .arrow {transform: rotate(180deg); -webkit-transform: rotate(180deg);  z-index:301}
.p_Vopt .opt_dropbox.if_open_opt .opt_tx.this_selected {border-color:#000; border-radius:5px 5px 0 0; border-bottom-color:transparent; color:#000;}
.p_Vopt .opt_dropbox.if_open_opt .opt_list {display:block;}

.p_Vopt .opt_other { background:#f9f9f9;}
.p_Vopt .opt_other ul { padding:15px; padding-top:0px;}
.p_Vopt .opt_other li+ li {margin-top:5px;}
.p_Vopt .opt_other label {position:relative;}
.p_Vopt .opt_other label input {position:absolute; left:0; top:0; opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0);}
.p_Vopt .opt_other label .tx {height:45px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; border:1px solid #eee; border-radius:5px;}
.p_Vopt .opt_other label .tx {background:#fff; color:#666; font-size: 13px; box-sizing:border-box; padding:0 10px;}
.p_Vopt .opt_other label .tx strong {display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; flex: 1;}
.p_Vopt .opt_other label .tx em.opt_price { color:#000; font-weight:600; margin-left:5px;}
.p_Vopt .opt_other label .tx em.opt_remain {color:#999; margin-left:10px;}
.p_Vopt .opt_other label .shape {width:25px; height:25px; background-repeat:no-repeat; background-size:100% !important; background-position: center !important; margin-right:5px;}
.p_Vopt .opt_other label .shape {border-radius:3px; box-sizing:border-box; overflow: hidden; position: relative;}
.p_Vopt .opt_other label .shape:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid rgba(0, 0, 0, 0.1);}
.p_Vopt .opt_other label .shape:before {border-radius: 3px; box-sizing: border-box; z-index: 1;}
.p_Vopt .opt_other label .price {width: 90px; margin-left: auto; text-align: right; color: #222; white-space: nowrap;}
.p_Vopt .opt_other label input:checked+ .tx {border-color:#000; color: #000;}
.p_Vopt .opt_other label input:checked+ .tx .shape:before {border: 2px solid #000;}
.p_Vopt .opt_other label.soldout {pointer-events: none;}
.p_Vopt .opt_other label.soldout .tx strong,
.p_Vopt .opt_other label.soldout .tx em {color:#ccc;}
.p_Vopt .opt_other label.soldout .tx em.opt_price {font-weight:400 !important;}
.p_Vopt .opt_other label.soldout .shape {opacity: 0.2; filter: alpha(opacity=20); -ms-filter:alpha(opacity=20);}
.p_Vopt .opt_other {border:1px solid #e5e5e5; border-radius:5px;}
.p_Vopt .opt_other .this_opt_tit {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; height:45px; padding:0 15px; font-weight:500; font-size: 13px;}
.p_Vopt .opt_other .this_opt_tit {color:#000;}
.p_Vopt .opt_other.before .this_opt_tit {color:#666; }
.p_Vopt .opt_other.before {pointer-events:none;}

.p_Vopt .this_volume {display:flex; justify-content: stretch; align-items: stretch; flex-direction:row;}
.p_Vopt .this_volume dt {width: 80px; font-size: 13px; color: #333; line-height: 1; font-weight:600; display:flex; justify-content: center; align-items: flex-start; flex-direction:column;}
.p_Vopt .this_volume dd {flex:1}

.p_Vopt .type_result {margin-top: 20px; box-sizing: border-box; background:#f9f9f9;}
.p_Vopt .type_result dl {display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; padding:15px;}
.p_Vopt .type_result dl+ dl {border-top: 1px dashed #ddd;}
.p_Vopt .type_result dt {width: auto; height: auto; color: #666; line-height: 1.4; font-size:13px; font-weight:500;}
.p_Vopt .type_result dd {display:flex; justify-content: flex-start; align-items: stretch; flex-direction:row; margin-top:10px;}
.p_Vopt .type_result .add_tag {color: #999; margin-right: 10px; white-space: nowrap;}
.p_Vopt .type_result .date {color: #0065e3; box-sizing: border-box; position: relative; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_date.svg') left center no-repeat; display:block; margin-bottom:3px;}
.p_Vopt .type_result .date {background-size:12px; padding-left:17px; white-space:nowrap}
.p_Vopt .type_result .price {font-size: 14px; color: #000; font-weight: 600; margin-left: auto; display:flex; justify-content: center; align-items: center; flex-direction:row;}
.p_Vopt .type_result .btn_delete {width: 30px; height: 36px; background: transparent url('/skin/site_m/responsive-food/images/c_img/item_del.svg') right center no-repeat; background-size: 19px auto !important;}
.p_Vopt .type_result .counter_box {width: 110px; background: #fff; height: 36px; border-radius:3px;}
.p_Vopt .type_result .counter_box a {width: 26px; border-radius:3px;}
.p_Vopt .type_result .counter_box .updown_input {font-size:14px;}


/* 상세 떠다니는 옵션(총금액+버튼) ======================================== */
.p_Vfix .fix_btm {margin-top: 30px; background:#fff; box-sizing:border-box;}
.p_Vfix .fix_btm .price_total {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; font-size: 20px; font-weight: 600; line-height: 1; color: #000; margin-bottom:15px;}
.p_Vfix .fix_btm .price_total .total_tt {}
.p_Vfix .fix_btm .price_total strong {font-size: 1.3em; font-weight: 800; margin-left:10px;}
.p_Vfix .fix_btm .price_total em {}
.p_Vfix .fix_btm .buy_box {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:10px}
.p_Vfix .fix_btm .buy_box li {flex: 1;}
.p_Vfix .fix_btm .buy_box .btn {height: 60px; display: flex; flex-direction: row; justify-content: center; align-items: center; border: 1px solid #000; box-sizing: border-box; font-weight: 600; border-radius:8px;}
.p_Vfix .fix_btm .buy_box .btn {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; background: #fff; font-size: 17px; color: #000; }
.p_Vfix .fix_btm .buy_box .btn.btn_order {color: #fff; background: #000;}
.p_Vfix .fix_btm .buy_box .btn.btn_soldout {pointer-events: none !important; border-color: #e5e5e5; background: #fafafa; color: #aaa;}

/* 모바일 고정형 묶음 (달력+옵션+계산+버튼) */
.p_Vfix {border-top:1px solid #f2f2f2; margin-top: 15px; padding-top: 15px; box-sizing: border-box; }
.p_Vfix .bg_close {position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:1; opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0); display: none;}
.p_Vfix .btn_close {position:absolute; left:0; top:0; height:30px; width:100%; display: flex; flex-direction: row; justify-content: center; align-items: center; display: none; z-index:2; border-radius:30px 30px 0 0;}
.p_Vfix .btn_close {backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.8);}
.p_Vfix .btn_close:before {content:""; width:50px; height:5px; border-radius:100px; background:#e5e5e5;}
.p_Vfix .white_box {box-sizing: border-box; background: #fff; position: relative; }
.p_Vfix .scroll_box {box-sizing: border-box;}


/* 상세 떠다니는 옵션 열기 버튼(모바일) ======================================== */
.p_Vfixbtn {position: fixed; left: 0; bottom: 0; width: 100%; background: #fff; box-shadow: 0 -1px 1px 0 rgba(0, 0, 0, 0.05); z-index: 350; display: none;}
.p_Vfixbtn ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding-left: 0; box-sizing: border-box;}
.p_Vfixbtn li {flex: 1; display: flex; flex-direction: column; justify-content: center; align-items: stretch;}
.p_Vfixbtn li.type_wish {width: 60px; flex: none;}
.p_Vfixbtn .btn {height: 55px; display: flex; flex-direction: row; justify-content: center; align-items: center; font-size: 16px; color: #fff; font-weight: 500; background: #000;}
.p_Vfixbtn .btn_wish {height: 50px; background: transparent url('/skin/site_m/responsive-food/images/c_img/item_wish.svg') center no-repeat; background-size: 26px !important;}
.p_Vfixbtn .btn_wish.hit {background-image: url('/skin/site_m/responsive-food/images/c_img/item_wish_on.svg');}
.p_Vfixbtn .btn_soldout {pointer-events: none !important; background: #fafafa; color: #aaa; }


/* 상세 네이버페이 버튼 ======================================== */
.p_Vnaver {display:flex; justify-content:center; align-items:center; flex-direction:column; margin-top:20px;}
.p_Vnaver .npay_tip {width:277px; font-size:12px; color:#333; line-height:1.3; border-top:1px dashed #ddd; box-sizing:border-box; padding-top:10px; margin-top:10px;}
.p_Vnaver .npay_tip .red {color:#e10000;}


/* 상세 배너 ======================================== */
.p_Vbanner {margin-top: 80px;}
.p_Vbanner .banner {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Vbanner .banner a {font-size:0;}
.p_Vbanner img {max-width:100%;}
.p_Vbanner .img_pc {}
.p_Vbanner .img_mo {display:none;}
.p_Vbanner .banner+ .banner {margin-top:15px;}


/* 상세 탭 + 컨텐츠영역 ======================================== */
.p_Vconts {margin-top: 100px; position:relative;}
.p_Vconts:before {content:""; width:100%; height:10px; background:#f9f9f9; position:absolute; left:0; top:-40px; border-top:1px solid #f2f2f2; box-sizing:border-box; z-index:1; display:none;}

.p_Vconts .tab_menu {position: sticky; top: 0; z-index: 100; background: #fff; overflow:hidden;}
.p_Vconts .tab_menu .tab_in {display: flex; flex-direction: row; justify-content: center; align-items: center; position:relative;}
.p_Vconts .tab_menu .tab_in:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #e5e5e5; z-index: 2; z-index:2}
.p_Vconts .tab_menu ul {display: flex; flex-direction: row; justify-content: center; align-items: center; flex:1; max-width:800px}
.p_Vconts .tab_menu li {list-style: none; flex:1}
.p_Vconts .tab_menu .tab {font-size: 17px; color: #000; font-weight:600; height: 70px; text-align: center; position: relative; white-space:nowrap}
.p_Vconts .tab_menu .tab {display: flex; flex-direction: row; justify-content: center; align-items: center; box-sizing: border-box;}
.p_Vconts .tab_menu .tab .num {color:#999; margin-left:2px; font-size:0.9em;}
.p_Vconts .tab_menu .hit .tab:before {content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2px; background: #000; z-index: 2; z-index:2}
.p_Vconts .tab_conts {}

.p_Vconts .detail {overflow:hidden; margin-top:30px; position:relative;}
.p_Vconts .detail img {max-width:100%;}
.p_Vconts .detail .fold_ctrl {position:absolute; left:0; bottom:0; width:100%; height:100px; display:flex; justify-content: center; align-items: flex-end; flex-direction:row; padding-bottom:20px; display:none; }
.p_Vconts .detail .fold_ctrl {background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);}
.p_Vconts .detail .fold_ctrl .btn_ctrl {border:1px solid #333; height:45px; color:#333; font-weight:500; margin:0 auto; border-radius:100px; background:#fff; box-shadow:0 0 5px rgba(0,0,0,0.1);}
.p_Vconts .detail .fold_ctrl .btn_ctrl {display:flex; justify-content: center; align-items: center; flex-direction:column; flex:1; max-width:250px; font-size:13px;}
.p_Vconts .detail .fold_ctrl .btn_ctrl strong {background:transparent url('/skin/site_m/responsive-food/images/c_img/arrow_down.svg') right 1px center no-repeat; background-size:10px 8px; padding-right:15px;}
.p_Vconts .detail.this_fold {height:1000px;}
.p_Vconts .detail.this_fold .fold_ctrl {display:flex;}
.p_Vconts .detail.this_fold.if_unfold {height:auto !important;}
.p_Vconts .detail.this_fold.if_unfold .fold_ctrl {display:none;}

.p_Vconts .sub_tit {margin-bottom: 10px; display: flex; flex-direction: column; justify-content: center; align-items:flex-start;}
.p_Vconts .sub_tit .tit {font-size:17px; color:#222; font-weight: 600; line-height: 1;}
.p_Vconts .sub_tit .add {font-size:12px; color:#999; margin-top:5px;}

.p_Vconts .notify {margin-top:50px;}
.p_Vconts .notify_wrap {display: flex; flex-direction: row; justify-content: stretch; align-items: stretch; gap:30px}
.p_Vconts .notify_wrap .notify {flex: 1; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column;}
.p_Vconts .notify_wrap .txt_box {flex:1}
.p_Vconts .notify .table {border:1px solid #f2f2f2; box-sizing: border-box;}
.p_Vconts .notify .table dl {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch;}
.p_Vconts .notify .table dl+ dl {border-top: 1px solid #f2f2f2; box-sizing: border-box;}
.p_Vconts .notify .table dt,
.p_Vconts .notify .table dd {padding:10px; box-sizing: border-box; line-height: 1.4; font-size: 13px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.p_Vconts .notify .table dt {background: #f9f9f9; width: 180px; color: #666;}
.p_Vconts .notify .table dd {flex: 1; font-size: 13px; color: #333;}
.p_Vconts .notify .txt_box {border:1px solid #f2f2f2; box-sizing: border-box; padding:15px; line-height:1.35; font-size:13px;}

.p_Vconts .place_info {margin-top:50px;}
.p_Vconts .place_info .wrapping {background:#f9f9f9; padding:30px;}
.p_Vconts .place_info .map_box {height:600px; box-sizing:border-box; border:1px solid #e5e5e5; background:#fff;}
.p_Vconts .place_info .info_box {margin-top:15px; display:flex; justify-content: center; align-items: flex-start; flex-direction:column; flex-wrap:wrap; gap:5px}
.p_Vconts .place_info .info_box .place_name {color:#000; font-weight:700; font-size:16px; margin-bottom:5px;}
.p_Vconts .place_info .info_box dl {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; font-size:13px; gap:10px}
.p_Vconts .place_info .info_box dt {color:#999; }
.p_Vconts .place_info .info_box dd {color:#333; font-weight:500;}


/* 상세 리뷰/문의 ======================================== */
.p_Vboard {}
.p_Vboard li {list-style: none;}
.p_Vboard .c_pagi {margin-top:15px;}

.p_Vboard .none_box {margin:100px 0; display:flex; justify-content: center; align-items: center; flex-direction:column;}
.p_Vboard .none_box .icon {background-size:50px !important; background-repeat:no-repeat; background-position:center center; height:50px; width:100%;}
.p_Vboard .none_box .icon {opacity: 0.2; filter: alpha(opacity=20); -ms-filter:alpha(opacity=20);}
.p_Vboard.type_qna .none_box .icon {background-image:url('/skin/site_m/responsive-food/images/c_img/view_no_qna.svg')}
.p_Vboard.type_review .none_box .icon {background-image:url('/skin/site_m/responsive-food/images/c_img/view_no_review.svg')}

.p_Vboard .board_top {}
.p_Vboard .board_top .inner {background: #f5f5f5; box-sizing: border-box; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; padding:50px;}
.p_Vboard .board_top .left_box {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex:1; gap:10px 20px}
.p_Vboard .board_top .right_box {display:flex; justify-content: center; align-items:flex-end; flex-direction:column;}
.p_Vboard .board_top .guide_tx {margin-top:10px; color:#999; font-size:12px;}
.p_Vboard .board_top .guide_tx a {text-decoration:underline;}
.p_Vboard .board_top .c_btnbox {margin-top:0px;}
.p_Vboard .board_top .c_btnbox li {flex:none}
.p_Vboard .board_top .this_write {flex:1 !important}
.p_Vboard .board_top .this_write strong {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_write.svg') left center no-repeat; background-size:16px; padding-left:20px; }
.p_Vboard .board_top .total_write {font-size: 18px; color: #333; font-weight: 600; line-height: 1; border-left:1px solid #ddd; padding-left:20px;}
.p_Vboard .board_top .total_write em {text-decoration:underline;}
.p_Vboard .board_top .score {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; }
.p_Vboard .board_top .score .mark {width:125px; height:25px; position: relative; margin-right: 10px;}
.p_Vboard .board_top .score .star {position: absolute; left: 0; top: 0; width:100%; height:100%; background-size: 25px !important; background: transparent url('/skin/site_m/responsive-food/images/c_img/item_star.svg') left center repeat-x;}
.p_Vboard .board_top .score .star.this_base {z-index: 1; opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.p_Vboard .board_top .score .star.this_value {z-index: 2; background-image: url('/skin/site_m/responsive-food/images/c_img/item_star_red.svg');}
.p_Vboard .board_top .score .average {font-size: 24px; color: #000; font-weight: 700; line-height: 1; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:5px}
.p_Vboard .board_top .score .average em {font-size: 0.85em; font-weight:400; opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30);}

.p_Vboard .board_list {overflow:hidden;}
.p_Vboard .board_list li {border: 1px solid #f2f2f2; border-top:0; box-sizing: border-box;  padding:20px 50px; overflow:hidden; gap:0 50px; position:relative; }
.p_Vboard .board_list li {display:flex; justify-content: flex-start; align-items: flex-start; flex-direction:row;}

.p_Vboard .posting {display: flex; flex-direction: row; justify-content: center; align-items: center; box-sizing: border-box; flex:1; font-size:13px; gap:30px}
.p_Vboard .posting .writer {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:5px; flex-wrap:wrap}
.p_Vboard .posting .name {color: #333; font-weight: 600; white-space: nowrap;}
.p_Vboard .posting .date {color: #999; white-space: nowrap;}
.p_Vboard .posting .btn_ctrl {color: #aaa; padding: 5px 0; box-sizing: border-box; text-decoration: underline; white-space:nowrap; position:relative; z-index:10; display:none; margin-right:5px;}

.p_Vboard .post_info {display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap:5px; width:180px;}
.p_Vboard .post_info .mark {position: relative; width: 80px; height: 20px; flex:none}
.p_Vboard .post_info .mark .star {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: 16px !important;}
.p_Vboard .post_info .mark .star {background: transparent url('/skin/site_m/responsive-food/images/c_img/item_star.svg') left center repeat-x;}
.p_Vboard .post_info .mark .star.this_base {z-index: 1; opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.p_Vboard .post_info .mark .star.this_value {z-index: 2; background-image: url('/skin/site_m/responsive-food/images/c_img/item_star_red.svg');}

.p_Vboard .post_conts {/* display:flex; justify-content: stretch; align-items: flex-start; flex-direction:column; gap:5px; */ flex:1}
.p_Vboard .post_conts .title {color:#333; font-weight:500; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box; margin-top:5px; line-height:1.35;}
.p_Vboard .post_conts .content {color: #333; word-wrap:break-word; word-break:keep-all; white-space:normal; }
.p_Vboard .post_conts .content {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; line-height:1.45;}
.p_Vboard .post_conts .upload {font-size: 0; margin-bottom:10px; display: none; width:100%;}
.p_Vboard .post_conts .upload img {max-width: 800px; max-height:600px;}
.p_Vboard.type_qna .post_conts .content {display:none; color:#888;}
.p_Vboard li.if_reported .post_conts .content {color:#aaa;}

.p_Vboard .post_photo {margin-left: auto; box-sizing: border-box; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; position:relative; flex:none}
.p_Vboard .post_photo *,
.p_Vboard .post_photo *:before {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.p_Vboard .post_photo .photo_in {width:80px; height: 80px; position: relative; border-radius: 5px; overflow: hidden;}
.p_Vboard .post_photo .photo_in:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); z-index: 5;}
.p_Vboard .post_photo .photo_in:before { opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0);}
.p_Vboard .post_photo .icon_h {position: absolute; left: 50%; top: 50%; width: 31px; height: 1px; background: #fff; z-index: 10; transform-origin: left top; transform: scaleX(0) translateX(-50%);}
.p_Vboard .post_photo .icon_v {position: absolute; left: 50%; top: 50%; width: 1px; height: 31px; background: #fff; z-index: 10; transform-origin: center top; transform: scaleY(0) translateY(-50%);}
.p_Vboard .post_photo .img {width: 100%; height: 100%; background-repeat: no-repeat !important; background-position: center !important;}
.p_Vboard .post_photo .img {background-size: cover !important;}

.p_Vboard .post_reply {display:flex; justify-content: stretch; align-items: stretch; flex-direction:row; display:none; width:100%; margin-top:10px;}
.p_Vboard .post_reply .edge {width: 40px; background: #eee; position:relative;}
.p_Vboard .post_reply .edge:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border-radius: 0 30px 0 0; background: #fff;}
.p_Vboard .post_reply .reply_in {background: #eee; padding:20px; border-radius: 0 20px 20px 20px; flex:1}
.p_Vboard .post_reply .reply_info {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; line-height: 1; gap:10px}
.p_Vboard .post_reply .reply_content {color: #666; line-height: 1.45; word-wrap:break-word; word-break:keep-all; white-space:normal; margin-top: 10px; font-weight:500;}

.p_Vboard .if_open_Vboard {background:#fff !important;}
.p_Vboard .if_open_Vboard .post_conts .content {-webkit-line-clamp: 100 !important; max-height: none !important; display:block !important;}
.p_Vboard .if_open_Vboard .post_reply {display: flex;}
.p_Vboard .if_open_Vboard .post_reply .edge:before {background:#fff !important;}
.p_Vboard .if_open_Vboard .post_conts .upload {display: block;}
.p_Vboard .if_open_Vboard .post_info .ctrl_box {display: flex;}
.p_Vboard .if_open_Vboard .post_photo {display: none;}
.p_Vboard .if_open_Vboard .post_conts .title {-webkit-line-clamp: 100;}
.p_Vboard .if_open_Vboard .posting .btn_ctrl {display:inline-block;}


/* 상세 관련상품 ======================================== */
.p_Vrelative {}
.p_Vrelative li {list-style: none;}

.p_Vrelative .tit_box {display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-top:20px;}
.p_Vrelative .tit_box .tit {font-size: 30px; color: #000; font-weight: 600; line-height: 1;}
.p_Vrelative .rolling_wrap {overflow: hidden; margin-top: 15px;}

.p_Vrelative .rolling_ctrl {margin-left: auto; display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.p_Vrelative .rolling_ctrl.if_hide {display:none;}
.p_Vrelative .rolling_ctrl.if_show {display:flex;}
.p_Vrelative .rolling_ctrl .prevnext {width: 30px; height: 30px; border-radius: 5px; background-repeat: no-repeat !important; background-position: center !important;}
.p_Vrelative .rolling_ctrl .prevnext {background-size: 6px auto !important; box-sizing: border-box; transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.p_Vrelative .rolling_ctrl .prevnext.prev {background-image: url('/skin/site_m/responsive-food/images/c_img/arrow_left.svg');}
.p_Vrelative .rolling_ctrl .prevnext.next {background-image: url('/skin/site_m/responsive-food/images/c_img/arrow_right.svg');}
.p_Vrelative .rolling_ctrl .pagi {font-size: 14px; font-weight: 700; color: #000; width:50px; display:flex; justify-content: center; align-items: center; flex-direction:row;}
.p_Vrelative .rolling_ctrl .pagi em {margin: 0 2px; opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30);}
.p_Vrelative .rolling_ctrl .pagi strong {opacity: 0.3; filter: alpha(opacity=30); -ms-filter: alpha(opacity=30);}
.p_Vrelative .rolling_ctrl .pagi strong.active {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}

.p_Vrelative .item_box .info .item_icon {display:none;}







/* 서브공통 -------------------------------------------------------------------------------------------------------------------------------- */

/* 우측 fly ======================================== */
.p_Fly {position: fixed; right: 20px; bottom: 20px; z-index: 150;}

/* 최근본 상품 */
.p_Fly .btn_recent {position: absolute; right: 0; bottom: 0; display: flex; flex-direction: row; justify-content: flex-end; align-items: center; height: 50px; background: #fff;}
.p_Fly .btn_recent {border: 1px solid #ccc; border-radius: 100px; box-sizing: border-box; z-index: 2; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.p_Fly .btn_recent {padding: 0 10px 0 15px; backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.9);}
.p_Fly .btn_recent .tx {font-size: 14px; color: #333;  white-space: nowrap; font-weight:600;}
.p_Fly .btn_recent .thumb {flex: none; width: 30px; height: 30px; background-repeat: no-repeat !important; background-size: cover !important; position:relative;}
.p_Fly .btn_recent .thumb {background-position: center !important; border-radius: 100px; box-sizing: border-box; overflow: hidden; margin-left: 5px;}
.p_Fly .btn_recent .thumb:before {content:""; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.2);;}

/* 맨위로 */
.p_Fly .go_top {position: absolute; right: 0; bottom: -70px; width: 50px; height: 50px; border: 1px solid #ccc; border-radius: 100px; box-sizing: border-box;}
.p_Fly .go_top {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; z-index: 1; background:#fff url('/skin/site_m/responsive-food/images/c_img/ic_gotop.svg') center center no-repeat;}
.p_Fly .go_top {background-size:12px; backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.7);}

/* 앱 알림 */
.p_Fly .btn_alarm {position:relative; width: 50px; height: 50px; border: 1px solid #000; border-radius: 100px; box-sizing: border-box; z-index:2;}
.p_Fly .btn_alarm {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.7);}
.p_Fly .btn_alarm {display:flex; flex-direction:column; justify-content:center; align-items:center;}
.p_Fly .btn_alarm .icon {font-size:0; width:100%; height:100%; background:transparent url('/skin/site_m/responsive-food/images/c_img/app_alarm.svg') center center no-repeat; background-size:16px;}
.p_Fly .btn_alarm .total {position:absolute; right:-3px; top:0; width:20px; height:20px; background:#e10000; border-radius:100px; font-size:11px; color:#fff; font-weight:600;}
.p_Fly .btn_alarm .total {display:flex; flex-direction:column; justify-content:center; align-items:center;}
.p_Fly .btn_alarm.if_deny {border-color:#c1c1c1;}
.p_Fly .btn_alarm.if_deny .icon {background-size:20px; background-image:url('/skin/site_m/responsive-food/images/c_img/app_alarm_deny.svg');}
.p_Fly .btn_alarm.if_noread {border-color:#e10000;}
.p_Fly .btn_alarm.if_noread .icon {background-image:url('/skin/site_m/responsive-food/images/c_img/app_alarm_noread.svg'); animation: mv_alarm 2s infinite ease-out forwards; -webkit-animation: mv_alarm 2s infinite ease-out forwards;}

@keyframes mv_alarm {
    0%, 50%{transform: rotate(0deg);}
    5%, 15%, 25%, 35%, 45% {transform: rotate(13deg);}
    10%, 20%, 30%, 40% {transform: rotate(-13deg);}
}
@-webkit-keyframes mv_alarm {
    0%, 50%{transform: rotate(0deg);}
    5%, 15%, 25%, 35%, 45% {transform: rotate(13deg);}
    10%, 20%, 30%, 40% {transform: rotate(-13deg);}
}

/* 스크롤 될때 */
.p_Fly.if_scroll .btn_recent {right: 60px;}
.p_Fly.if_scroll .go_top {bottom: 0;}
.p_Fly.if_scroll .btn_alarm {margin-bottom:60px;}


/* 최근 본 상품 ======================================== */
.p_Recent {}
.p_Recent li {list-style: none;}

.p_Recent .layer_in {position: fixed; right: 0; top: 0; z-index: 2; padding: 0 30px; box-sizing: border-box; background: #fff; width:100%; max-width: 430px; height: 100%; transform:translateX(100%);}
.p_Recent .layer_in {display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; transform: translateX(100%); z-index:400}
.p_Recent .layer_in {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}

.p_Recent .layer_tit {display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-top:20px;}
.p_Recent .layer_tit {border-bottom: 1px solid #000; box-sizing: border-box; padding-bottom:10px;}
.p_Recent .layer_tit .tit {font-size: 20px; color: #000; font-weight: 700;}
.p_Recent .layer_tit .btn_close {margin-left: auto; height:30px; width:30px; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_close2.svg') center center no-repeat; background-size:14px; margin-right:-8px;}
.p_Recent .layer_cont {overflow-y: auto; flex: auto; margin: 0 -30px; padding: 0 30px; padding-bottom:50px !important; box-sizing: border-box;}

.p_Recent .recent_li {margin-top:10px;}
.p_Recent .recent_li ul {padding-bottom: 20px; width: 100%;}
.p_Recent .recent_li li {position: relative; width: 100%;}
.p_Recent .recent_li li+ li {border-top: 1px solid #eee;}

.p_Recent .recent_item {position: relative; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start;}
.p_Recent .recent_item {padding: 10px 0; box-sizing: border-box;}
.p_Recent .recent_item .thumb {width: 80px; margin-right: 10px; border-radius: 5px; box-sizing: border-box; overflow: hidden; position: relative;}
.p_Recent .recent_item .thumb {background: #fafafa url('/skin/site_m/responsive-food/images/c_img/photo_g.svg') center center no-repeat; background-size: 25px auto !important;}
.p_Recent .recent_item .thumb .img {font-size: 0; width: 100%;}
.p_Recent .recent_item .thumb .img img {width: 100%; background-repeat: no-repeat !important; background-size: cover !important; background-position: center center !important;}
.p_Recent .recent_item .soldout {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 2; background: rgba(255, 255, 255, 0.7);}
.p_Recent .recent_item .soldout {display: flex; flex-direction: row; justify-content: center; align-items: center; font-size: 12px;}
.p_Recent .recent_item .soldout {color: #000; font-weight: 700; line-height: 1; letter-spacing: 0; text-align: center;}
.p_Recent .recent_item .info {box-sizing: border-box; position: relative; display:flex; justify-content: center; align-items: flex-start; flex-direction:column; flex:1}
.p_Recent .recent_item .item_name {font-size: 13px; color: #333; font-weight: 500; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.p_Recent .recent_item .item_name {display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; white-space: normal; line-height: 1.3;}
.p_Recent .recent_item .price {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; font-size: 15px; color: #000; margin-top:5px;}
.p_Recent .recent_item .price .won {font-weight:700;}
.p_Recent .recent_item .price .won_t {font-size: 0.9em; font-weight:600; }
.p_Recent .recent_item .quick_btn {position: absolute; bottom: 10px; right: 0; z-index: 20; display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.p_Recent .recent_item .quick_btn .btn {box-sizing: border-box; width:25px; height:25px; margin-left:10px; background-repeat:no-repeat; background-size:23px; background-position:center center;}
.p_Recent .recent_item .quick_btn .btn {opacity: 0.3; filter: alpha(opacity=30); -ms-filter:alpha(opacity=30);}
.p_Recent .recent_item .quick_btn .btn.btn_cart {background-image:url('/skin/site_m/responsive-food/images/c_img/item_cart.svg');}
.p_Recent .recent_item .quick_btn .btn.btn_wish {background-image:url('/skin/site_m/responsive-food/images/c_img/item_wish.svg');}
.p_Recent .recent_item .quick_btn .btn.btn_wish.hit {background-image:url('/skin/site_m/responsive-food/images/c_img/item_wish_on.svg');}
.p_Recent .recent_item .quick_btn .btn.btn_del {background-image:url('/skin/site_m/responsive-food/images/c_img/item_del.svg');}
.p_Recent .recent_item .quick_btn .btn.hit {opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100);}
.p_Recent .recent_item.item_soldout .quick_btn .btn_cart {display: none;}

.p_Recent .bg_close {position: fixed; left: 0; top: 0; width: 100%; height: 100%; z-index: 399; background: rgba(0, 0, 0, 0.6);}
.p_Recent .bg_close {opacity: 0; filter: alpha(opacity=0); -ms-filter: alpha(opacity=0); transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; visibility: hidden;}

.p_Recent.if_open_recent {z-index: 400;}
.p_Recent.if_open_recent .layer_in {transform: translateX(0);}
.p_Recent.if_open_recent .bg_close {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100); visibility: visible;}


/* 하단 fix 메뉴(모바일용) ======================================== */
.p_Fix {position: fixed; left: 0; bottom: 0; width: 100%; z-index: 350; display: none; box-shadow:0 -1px 1px rgba(0,0,0,0.05);}
.p_Fix {backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.95);}
.p_Fix li {list-style: none;}
.p_Fix .ul {height: 70px; display: flex; flex-direction: row; justify-content: stretch; align-items: stretch; }
.p_Fix .li {flex: 1; position: relative;}
.p_Fix .btn {height: 100%; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.p_Fix .btn .ic {font-size: 0; display:inline-flex; justify-content: center; align-items: center; flex-direction:column; position:relative;}
.p_Fix .btn .ic img {height: 25px; width:25px;}
.p_Fix .btn .tx {font-size: 10px; color: #333; line-height: 1; margin-top: 8px; white-space: nowrap; font-weight:600;}
.p_Fix .btn .thumb {display: none; width: 25px; height: 25px; border-radius: 50%; overflow: hidden; box-sizing: border-box;}
.p_Fix .btn .thumb {background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important; position: relative;}
.p_Fix .btn .thumb:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);}
.p_Fix .btn .cart_num {position: absolute; right: -6px; top:-3px; height: 15px; background: #000; font-size: 10px; color: #fff; border-radius: 100px; box-sizing: border-box; z-index: 2; font-weight:600;}
.p_Fix .btn .cart_num {padding: 0 3px; min-width: 15px; white-space: nowrap; text-align: center; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.p_Fix .this_recent .btn {pointer-events: none !important;}
.p_Fix .li.if_recent .btn {pointer-events: auto !important;}
.p_Fix .li.if_recent .ic {display: none;}
.p_Fix .li.if_recent .thumb {display: block;}
.p_Fix .li.hit .btn:before {content:""; width:100%; height:2px; background:#000; position:absolute; left:0; bottom:0;}
.p_Fix.if_hide {display:none;}


/* 장바구니 담기알림 ======================================== */
.p_Popcart {position:fixed; left: 50%; bottom: -200px; z-index:9999; width:300px; transform:translateX(-50%); transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; visibility: hidden;}
.p_Popcart li {list-style:none;}
.p_Popcart .white_box {position: relative; z-index: 2; overflow:hidden; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); background-color: rgba(255, 255, 255, 0.9);}
.p_Popcart .white_box {border-radius: 10px; box-sizing: border-box; text-align: center; padding-top:30px; border:1px solid #eee; box-shadow:0 0 10px rgba(0,0,0,0.1);}
.p_Popcart .tip {text-align: center; background:transparent url('/skin/site_m/responsive-food/images/c_img/item_cart.svg') center top no-repeat; background-size:40px;}
.p_Popcart .tip {font-size: 16px; color: #000; line-height:1; font-weight:500; padding-top:50px;}
.p_Popcart ul {flex: none; display: flex; justify-content: space-between; align-items: center; border-top:1px solid #eee; margin-top:30px; background:#fff;}
.p_Popcart li {flex: 1; box-sizing: border-box;}
.p_Popcart li+ li {border-left:1px solid #eee;}
.p_Popcart .btn {font-size: 13px; color: #999; height: 45px; font-weight:600; display:flex; justify-content: center; align-items: center; flex-direction:column; box-sizing: border-box;}
.p_Popcart .btn.go_cart {color: #000;}
.p_Popcart.if_cart_save {visibility: visible; bottom: 20px; }


/* 슬라이드 메뉴 ======================================== */
.p_Slide {}
.p_Slide li {list-style: none;}
.p_Slide .slide_in {position: fixed; left: 0; top: 0; width:100%; max-width: 430px; height: 100%; background: #fff; overflow-y: auto; transform: translateX(-100%); box-sizing:border-box;}
.p_Slide .slide_in {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out; z-index: 400; -ms-overflow-style: none; scrollbar-width: none; padding-bottom: 40px; }
.p_Slide .slide_layout {padding: 0 30px; box-sizing: border-box;}
.p_Slide .slide_bg {position:fixed; left:0; top:0; width:100%; height: 100%; background:rgba(0,0,0,0.6); z-index:399;}
.p_Slide .slide_bg {opacity: 0; filter: alpha(opacity=0); -ms-filter:alpha(opacity=0); visibility: hidden; transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out;}
.p_Slide .my_info {}
.p_Slide .my_info .top_box {padding:15px 0; display: flex; flex-direction: row; justify-content: space-between; align-items: center;}
.p_Slide .my_info .top_box .area_box {display: flex; flex-direction: row; justify-content: flex-start; align-items: center;}
.p_Slide .my_info .top_box .right_box {justify-content: flex-end; padding-left:10px;}
.p_Slide .my_info .top_box .left_box {}
.p_Slide .my_info .btn_close {margin-right: -13px; width:40px; height:40px; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_close.svg') center center no-repeat; background-size:14px;}
.p_Slide .my_info .who {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; font-size: 15px; color: #999; padding: 5px 0;}
.p_Slide .my_info .who .level {margin-right: 10px; border-radius: 100%; overflow: hidden; width:40px; height:40px; display:flex; justify-content: center; align-items: center; flex-direction:column; background:#f2f2f2;}
.p_Slide .my_info .who .level img {width:100%;}
.p_Slide .my_info .who .name {flex:1; font-size: 18px; color: #000; font-weight: 700; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.p_Slide .my_info .go_mypage {display: flex; flex-direction: row; justify-content: space-between; align-items: center; margin-bottom:10px;}
.p_Slide .my_info .go_mypage .btn {position: relative; display: inline-flex; flex-direction: column; justify-content: flex-start; align-items: center; padding: 5px 10px; box-sizing: border-box;}
.p_Slide .my_info .go_mypage .btn .tx {background-repeat:no-repeat; background-size:30px 20px; background-position:center top; padding-top:35px;}
.p_Slide .my_info .go_mypage .btn.type_my .tx{background-image:url('/skin/site_m/responsive-food/images/c_img/slide_my.svg');}
.p_Slide .my_info .go_mypage .btn.type_cart .tx{background-image:url('/skin/site_m/responsive-food/images/c_img/slide_cart.svg');}
.p_Slide .my_info .go_mypage .btn.type_deliver .tx{background-image:url('/skin/site_m/responsive-food/images/c_img/slide_deliver.svg');}
.p_Slide .my_info .go_mypage .btn.type_wish .tx{background-image:url('/skin/site_m/responsive-food/images/c_img/slide_wish.svg');}
.p_Slide .my_info .go_mypage .btn .tx {color:#000; font-weight:500; white-space:nowrap}
.p_Slide .my_info .go_mypage .dot {position: absolute; left:50%; top:0; width: 5px; height: 5px; background: #e10000; border: 1px solid #e10000; border-radius: 50%; box-sizing: border-box; margin-left:10px;}
.p_Slide .my_info .member_link {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:0 1px}
.p_Slide .my_info .member_link li {flex: 1;}
.p_Slide .my_info .member_link .btn {font-size: 13px; color: #fff; background: #000; height: 40px; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Slide .my_info .member_link .btn {box-sizing:border-box; border:1px solid #000;}
.p_Slide .my_info .member_tx {display: flex; flex-direction: row; justify-content: space-between; align-items: center; font-size: 13px; margin-top:5px;}
.p_Slide .my_info .member_tx .tt {color: #aaa; line-height: 1;}
.p_Slide .my_info .member_tx .btn {padding: 5px 0; margin-left: auto; box-sizing: border-box;}
.p_Slide .my_info .member_tx .btn .tx {color: #333; border-bottom: 1px solid #333; font-weight:600;}
.p_Slide .my_info .member_tx.this_login {justify-content: flex-end;}

.p_Slide .category {box-sizing: border-box; border-top:10px solid #f2f2f2; padding-top: 20px; margin-top:20px;}
.p_Slide .category .ul {}
.p_Slide .category .li {}
.p_Slide .category .btn_open {font-size: 0; width:40px; position:relative; overflow:hidden;}
.p_Slide .category .btn_open .ic {opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20); transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.p_Slide .category .btn_open .ic {position:absolute; left:0; top:0; width:100%; height:100%; background:transparent url('/skin/site_m/responsive-food/images/c_img/arrow_down.svg') center center no-repeat; background-size:12px;}
.p_Slide .category .li.if_no2 .btn_open {display: none;}
.p_Slide .category .first_ctg {display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; border-bottom: 1px solid #eee; box-sizing: border-box; flex:1}
.p_Slide .category .first_ctg .ctg_name {font-size: 17px; color: #000; font-weight: 700; height: 100%; flex: auto; display: flex; justify-content: flex-start; align-items: center; height:50px;}
.p_Slide .category .li:last-of-type .first_ctg {border-bottom: 0 !important;}
.p_Slide .category .second_ctg {background:#f9f9f9;}
.p_Slide .category .second_ctg ul {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.p_Slide .category .second_ctg li {height: 0; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; overflow: hidden;}
.p_Slide .category .second_ctg .ctg_name {font-size: 14px; color: #333; line-height: 1.3; height:30px; padding:0 15px; font-weight:500;}
.p_Slide .category .second_ctg .ctg_name {overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -webkit-box;}
.p_Slide .category .second_ctg .ctg_name {display:flex; justify-content: center; align-items: flex-start; flex-direction:column;}
.p_Slide .category .li.if_open_sd_cate .btn_open .ic {opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100);transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.p_Slide .category .li.if_open_sd_cate .first_ctg .ctg_name {color:#e10000;}
.p_Slide .category .li.if_open_sd_cate .second_ctg {border-bottom: 1px solid #eee; box-sizing: border-box;}
.p_Slide .category .li.if_open_sd_cate .second_ctg ul {padding: 10px 0; box-sizing: border-box;}
.p_Slide .category .li.if_open_sd_cate .second_ctg li {height: 30px;}

.p_Slide .category.type_event {}
.p_Slide .category.type_event .ul {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:wrap}
.p_Slide .category.type_event .li {width:50%;}
.p_Slide .category.type_event .first_ctg {border-bottom: 0 !important;}
.p_Slide .category.type_event .first_ctg .ctg_name {font-size:15px; height:40px;}
.p_Slide .category.type_event .first_ctg .ctg_name strong {font-weight:500; font-size:0.9em; margin-left:5px; color:#999;}

.p_Slide .type_menu {margin-top:10px; box-sizing: border-box;}
.p_Slide .type_menu ul {overflow: hidden; width: 100%; position: relative; display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap: wrap;}
.p_Slide .type_menu ul {border: 1px solid #e5e5e5; box-sizing: border-box;}
.p_Slide .type_menu li {flex: none; width: 50%; position: relative;}
.p_Slide .type_menu li:nth-of-type(2)~ li:before {content: ''; position: absolute; left: 0; top: 0; width: 200%; height: 1px; background: #e5e5e5;}
.p_Slide .type_menu li:nth-of-type(odd):after {content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 200%; background: #e5e5e5;}
.p_Slide .type_menu li:only-child {width:100%;}
.p_Slide .type_menu li:only-child:after {display:none;}
.p_Slide .type_menu .type_name {font-size: 13px; color: #888; height: 40px; display: flex; justify-content: center; align-items: center; font-weight:500; padding:0 10px;}
.p_Slide .type_menu .type_name {text-align: center; box-sizing: border-box;}

.p_Slide .board_menu {border-top:10px solid #f2f2f2; padding-top: 20px; margin-top:20px; box-sizing:border-box;}
.p_Slide .board_menu .tab_tit {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.p_Slide .board_menu .tab_tit li {flex: 1;}
.p_Slide .board_menu .tab_tit .tab {font-size: 16px; color: #aaa; font-weight: 700; box-sizing: border-box; height: 45px; border-bottom: 2px solid #e5e5e5;}
.p_Slide .board_menu .tab_tit .tab {display: flex; justify-content: center; align-items: center; }
.p_Slide .board_menu .tab_tit .tab.hit {color: #000; border-color: #000;}
.p_Slide .board_menu .tab_cont {margin-top: 15px;}
.p_Slide .board_menu .tab_cont ul {display: flex; flex-direction: row; justify-content: flex-start; align-items: flex-start; flex-wrap:wrap}
.p_Slide .board_menu .tab_cont li {width:50%;}
.p_Slide .board_menu .tab_cont .menu {font-size: 13px; color: #666; padding:10px 0; padding-right:10px; box-sizing: border-box; display:block;}

.p_Slide .cs_info {border-top: 1px solid #f2f2f2; box-sizing: border-box; padding-top: 20px; margin-top: 20px;}
.p_Slide .cs_info .cs_in {display:flex; justify-content: center; align-items: flex-start; flex-direction:column;}
.p_Slide .cs_info .cs_in .tel {font-size: 27px; color: #000; font-weight: 600; line-height: 1; pointer-events: none !important;}
.p_Slide .cs_info .cs_in .open_time {font-size: 13px; line-height: 1.3; margin-top: 5px; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.p_Slide .cs_info .go_page {display: flex; flex-direction: row; justify-content: center; align-items: center; margin-top:15px; gap:5px}
.p_Slide .cs_info .go_page li {flex: 1;}
.p_Slide .cs_info .go_page .btn {background: #f5f5f5; height: 45px; display: flex; justify-content: center; align-items: center; border-radius:3px;}
.p_Slide .cs_info .go_page .btn {font-size: 13px; color:#333;}

.p_Slide.if_open_slide .slide_in {transform: translateX(0);}
.p_Slide.if_open_slide .slide_bg {opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100); visibility: visible;}


/* 최상단 배너 ======================================== */
.p_Topbn {display: none; position:relative;}
.p_Topbn .layout_fix {max-width: 100%;}
.p_Topbn .banner {display:flex; justify-content: center; align-items: center; flex-direction:column;}
.p_Topbn .banner img {max-width: 100%;}
.p_Topbn .banner .img_pc {display:block;}
.p_Topbn .banner .img_mo {display:none;}
.p_Topbn .btn_close {position: absolute; right: 0; top: 0; z-index:50}
.p_Topbn .btn_close {width:50px; height:100%; background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_close_white.svg') center center no-repeat; background-size:12px;}
.p_Topbn.if_main {display: block;}







/* APP -------------------------------------------------------------------------------------------------------------------------------- */

/* 앱 알림함 ======================================== */
.alarm_app {padding-bottom:100px; position:fixed; left:0; top:0; width:100%; height:100%; background:#fff; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; z-index:1000}
.alarm_app li {list-style:none;}
.alarm_app img {width:100%;}
.alarm_app .am_top {border-bottom:1px solid #f2f2f2; height:60px; display:flex; justify-content: center; align-items: center; flex-direction:column; position:relative;}
.alarm_app .am_top .tit {color:#000; font-size:18px; font-weight:500;}
.alarm_app .am_top .btn_back {position:absolute; left:0; top:0; width:65px; height:100%; display:flex; justify-content: center; align-items: center; flex-direction:column;}
.alarm_app .am_top .btn_back svg {width:23px;}

.alarm_app .am_list {padding:20px; flex:1; overflow-y:scroll;}
.alarm_app .am_list li+ li {margin-top:30px;}
.alarm_app .am_list .no_list {display:flex; justify-content: center; align-items: center; flex-direction:column; height:100%;}
.alarm_app .am_list .no_list strong {color:#bbb; font-size:13px; line-height:1; margin-top:15px; letter-spacing:-0.5px;}
.alarm_app .am_list .no_list .ic {opacity: 0.2; filter: alpha(opacity=20); -ms-filter:alpha(opacity=20);}
.alarm_app .am_list .no_list .ic svg {width:50px;}

.alarm_app .am_box {padding-left:25px; position:relative; overflow:hidden; display:flex; justify-content: center; stretch: flex-start; flex-direction:column;}
.alarm_app .am_box:before {content:""; width:7px; height:7px; background:#ddd; border-radius:100px; position:absolute; left:3px; top:2px;}
.alarm_app .am_box:after {content:""; width:1px; height:100%; background:#f2f2f2; position:absolute; left:6px; top:18px;}
.alarm_app .am_box .date {color:#bbb; font-size:12px; line-height:1;}
.alarm_app .am_box .conts {margin-top:8px;}
.alarm_app .am_box .conts dt {color:#000; font-size:17px; font-weight:500; line-height:1.4; letter-spacing:-0.5px; margin-bottom:5px;}
.alarm_app .am_box .conts dd {color:#888; font-size:13px; line-height:1.4; letter-spacing:-0.5px;}
.alarm_app .am_box .photo {font-size:0px; margin-top:10px;}
.alarm_app .am_box .btn_link {display:flex; justify-content: center; align-items: center; flex-direction:row; padding:3px 0; margin-top:10px; margin-left:auto}
.alarm_app .am_box .btn_link strong {color:#ff0000; line-height:1; font-size:12px; letter-spacing:-0.5px;}
.alarm_app .am_box .btn_link .ic {display:flex; justify-content: center; align-items: center; flex-direction:column;}
.alarm_app .am_box .btn_link .ic svg {fill:#ff0000; width:15px;}

/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/sub_responsive.css */
@charset "utf-8";

/*
	 * Max ~ 900px (Mouse Over)
	 ----------------------------
	 * 1600px : layout_fix 간격만
	 * 1500px : layout_fix 간격만
	 * 1300px
	 * 1100px
	 ----------------------------
	 * 900px : Mobile Start
	 * 700px
 */

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */




/* Max ~ 900px (Mouse Over) -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:900px) {

	/* 서브공통 ==================== */
	.p_Fly .btn_recent:hover {border-color:#000;}
	.p_Fly .go_top:hover {border-color:#000;}
	.p_Recent .recent_item .item_name:hover {text-decoration:underline;}
	.p_Popcart .btn:hover {text-decoration:underline;}
	.p_Slide .my_info .btn_gomy:hover {text-decoration:underline;}
	.p_Slide .my_info .go_mypage .btn:hover .tx {text-decoration:underline;}
	.p_Slide .my_info .member_link .btn:hover {background:#fff; color:#000;}
	.p_Slide .my_info .member_tx .btn:hover .tx {color:#e10000; border-color:#e10000;}
	.p_Slide .category .first_ctg .ctg_name:hover {color:#e10000;}
	.p_Slide .category .second_ctg .ctg_name:hover {text-decoration:underline;}
	.p_Slide .type_menu .type_name:hover {color:#e10000;}
	.p_Slide .board_menu .tab_cont .btn:hover {text-decoration:underline; color:#000;}
	.p_Slide .cs_info .bt_btn .btn:hover {background:#ddd;}


	/* 상품목록 ==================== */
	.item_box .item_name:hover {text-decoration:underline;}
	.item_box .thumb:hover .ov_img {opacity: 1; -ms-filter:alpha(opacity=100); filter:alpha(opacity=100);}
	.item_box .thumb:hover .btn_multi {transform: translateY(0);}
	.item_box .thumb:hover .item_icon {opacity: 0; -ms-filter:alpha(opacity=0); filter:alpha(opacity=0);}
	.p_Best .rolling_ctrl .prevnext:hover {background-color: #eee; background-position:center center !important;}
	.p_List_ctrl .range_open .opt:hover {text-decoration: underline;}
	.p_Category .ctg2_box .ctg2:hover {background: #fff; border-color: #000;}
	.p_Category .ctg3_box .ctg3:hover {border-color:#999;}


	/* 상품상세 ==================== */
	.p_Vshare .white_box .sns:hover {border-color:#333; box-shadow:5px 5px 5px rgba(0,0,0,0.2);}
	.p_Vshare .white_box .btn_confirm:hover {background:#fff; border-color:#333;}
	.p_Vfix .fix_btm .buy_box .btn:hover {background:#ccc; border-color:#ccc;}
	.p_Vfix .fix_btm .buy_box .btn.btn_order:hover {background:#e10000; border-color:#e10000;}
	.p_Vhashtag .tag:hover {background:#fff; border-color:#999;}
	.p_Vname .brand:hover {text-decoration:underline;}
	.p_Vreview .total:hover {text-decoration:underline;}
	.p_Vcalendar .month_box .btn:hover {background-color:#f5f5f5;}
	.p_Vcalendar .day:hover strong {background: #e5e5e5;}
	.p_Vopt .counter_box a:hover {background:#e5e5e5;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx:hover {background:#f5f5f5;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx:hover strong {color:#0065e3;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx:hover em.opt_price {color:#e10000;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx:hover em.opt_remain {color:#000;}
	.p_Vopt .opt_other label:hover .tx strong {color:#0065e3;}
	.p_Vopt .opt_other label:hover .tx em.opt_price {color:#e10000;}
	.p_Vopt .opt_other label:hover .tx em.opt_remain {color:#000;}
	.p_Vopt .opt_other label:hover .tx {border-color:#aaa;}
	.p_Vconts .tab_menu .tab:hover {color:#e10000;}
	.p_Vboard .post_info .btn_ctrl:hover {color:#000;}
	.p_Vboard .post_photo:hover .photo_in:before {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}
	.p_Vboard .post_photo:hover .icon_h {transform: scaleX(1) translateX(-50%);}
	.p_Vboard .post_photo:hover .icon_v {transform: scaleY(1) translateY(-50%);}
	.p_Vboard .board_list li:hover {background:#fafafa;}
	.p_Vboard .board_list li:hover .post_reply .edge:before {background:#fafafa;}
	.p_Vconts .place_info .info_box .tel {pointer-events:none}
	.p_Vboard .posting .btn_ctrl:hover {color:#333;}

}




/* 1600px ~ 양쪽 간격조절 -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1600px) {
	.layout_fix {padding: 0 80px;}
}


/* 1500px ~ 양쪽 간격조절 -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1500px) {
	.layout_fix {padding: 0 60px;}
}


/* 1300px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1300px) {
	.layout_fix {padding: 0 50px;}


	/* 진열설정 ====================  */
	.item_list.pc_type_box6 ul {grid-template-columns: repeat(5, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box6 li {width:20%;}

}




/* 1100px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:1100px) {
	.layout_fix {padding: 0 30px;}

	/* 상품상세 ==================== */
	.p_Vtop:before {display:none;}
	.p_Vtop .this_info {margin-left:25px;}
	.p_Vtop .this_photo {margin-right:25px;}

	.p_Vbanner {margin-top:40px;}

	.p_Vboard .board_top .left_box {flex-direction:column; align-items:flex-start}
	.p_Vboard .board_top .total_write {border-left:0; padding-left:0px;}


	/* 진열설정 ====================  */
	.item_list ul {gap:40px 25px;}
	.rolling_wrap .rolling_box .item_list {margin-left:-25px;}
	.rolling_wrap .rolling_box .item_list li {padding-left:25px;}

	.item_list.pc_type_box6 ul {grid-template-columns: repeat(4, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box6 li {width:25%;}

	.item_list.pc_type_box5 ul {grid-template-columns: repeat(4, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box5 li {width:25%;}

	.item_list.if_list_type .item_box .thumb {width:160px;}
}









/* 900px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width:901px) {
	/* 상품상세 ==================== */
	.p_Vtop .this_photo .layout_fix {padding:0 !important;}
	.p_Vtop .this_info .layout_fix {padding:0 !important;}
}

/* 900px ~ (Mobile Start) -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:900px) {


	/* 서브공통 ==================== */
	.p_Slide .cs_info .cs_in .tel {pointer-events: auto !important;}
	.p_Fix {display:block;}
	.p_Fly { bottom:85px; right:10px}
	.p_Fly .go_top {bottom:0; right:-70px}
	.p_Fly .btn_recent {display:none;}
	.p_Fly.if_scroll .go_top {right:0}
	.p_Popcart.if_cart_save {bottom:80px;}
	.p_Topbn .banner .img_pc {display:none;}
	.p_Topbn .banner .img_mo {display:block;}


	/* 상품박스  ==================== */
	.item_box .info {padding-top:0px; font-size:14px;}
	.item_box .info .btn_multi {display: flex;}



	/* 상품목록 ==================== */
	.p_Subtop {border-bottom:1px solid #f2f2f2;}
	.p_Subtop .tit_box {height:60px; }
	.p_Subtop .tit {font-size:20px; text-align:left}
	.p_Subtop+ * {margin-top:15px;}
	.p_Subtop .btn_open {display:block;}
	.p_Subtop.if_open_ctg .open_ctg_box {display:block;}

	.p_Subimg {margin-bottom:30px;}
	.p_Best {margin-bottom:20px;}

	.p_Best .best_tit .tit {font-size:20px;}
	.p_Best .rolling_wrap {margin-top:10px;}

	.p_Category {position:sticky; top:0; padding:15px 0; margin-top:0px !important;}
	.p_Category .swipe_box {display:block;}
	.p_Category .swip_box ul {flex-wrap: nowrap; justify-content: flex-start;}
	.p_Category .ctg2_box .ctg2 {font-size:13px; height:32px; padding:0 10px;}
	.p_Category .ctg3_box {padding:10px 0;}
	.p_Category .ctg3_box .ctg3 {font-size:12px;}

	.p_List_ctrl {margin-bottom:15px;}
	.p_List_ctrl .inner {flex-direction: column; justify-content: flex-start; align-items: stretch;}
	.p_List_ctrl .left_box {justify-content: space-between;}
	.p_List_ctrl .right_box {border-top: 1px solid #f2f2f2; box-sizing: border-box; justify-content: space-between; padding-top:10px; margin-top:5px;}
	.p_List_ctrl .type_box {margin-left:auto;}


	/* 상품상세 ==================== */
	.p_Vtit .left {display: flex;}
	.p_Vtit .tit {display: block;}
	.p_Vtop .this_photo .layout_fix {padding:0 !important;}
	.p_Vtop:before {display:none;}
	.p_Vtop .area {flex-direction:column; align-items: stretch; padding:0 !important;}
	.p_Vtop .this_photo {margin-right:0; position: static; top: auto;}
	.p_Vtop .this_info {margin-left:0; margin-top:15px;}

	.p_Vhashtag {border-bottom:1px solid #f2f2f2; margin-top:0px;}
	.p_Vhashtag .swip_box ul {flex-wrap: nowrap; justify-content: flex-start; width:max-content;}

	.p_Vphoto .rolling_thumb {display:none;}

	.p_Vconts {margin-top:80px;}
	.p_Vconts:before {display:block;}
	.p_Vconts .tab_menu .tab {height:50px; font-size:15px;}
	.p_Vconts .tab_menu .layout_fix {padding:0px !important;}
	.p_Vconts .notify {margin-top:30px;}
	.p_Vconts .notify_wrap {flex-direction: column; gap:0}
	.p_Vconts .notify .table dt,
	.p_Vconts .notify .table dd {font-size:12px;}
	.p_Vconts .notify .table dt {width:100px;}
	.p_Vconts .notify .txt_box {font-size:12px;}
	.p_Vconts .detail {margin-top:20px;}
	.p_Vconts .detail.this_fold {height:500px;}
	.p_Vconts .detail .fold_ctrl .btn_ctrl {max-width:100%; height:40px; border-radius:5px;}
	.p_Vconts .place_info {margin-top:30px;}
	.p_Vconts .place_info .wrapping {padding:15px;}
	.p_Vconts .place_info .map_box {height:400px; border:0;}
	.p_Vconts .place_info .info_box {margin-top:10px;}
	.p_Vboard .board_top .layout_fix {padding:0px !important;}
	.p_Vboard .board_list li {border-left:0; border-right:0; padding:20px 0; gap:0 15px}
	.p_Vboard .post_conts .upload {padding:0px; background:#fff;}
	.p_Vboard .post_conts .upload img {max-width:100%;}
	.p_Vboard .post_reply .edge {width:30px;}
	.p_Vboard .posting .writer {flex-direction:column; align-items: flex-start;}
	.p_Vboard .post_info {width:100px;}

	.p_Vbanner {margin-top:20px;}
	.p_Vbanner .img_mo {display:block;}
	.p_Vbanner .img_mo+ .img_pc {display:none;}

	.p_Vrelative .tit_box .tit {font-size:27px;}


	/* 진열설정 ==================== */
	.item_list ul {gap:30px 20px; grid-template-columns: repeat(3, 1fr);}
	.item_list.if_list_type ul {grid-template-columns: repeat(1, 1fr);}
	.rolling_wrap .rolling_box .item_list {margin-left:-20px;}
	.rolling_wrap .rolling_box .item_list li {padding-left:20px;}

	.item_list.pc_type_box6 ul {grid-template-columns: repeat(3, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box6 li {width:33.3333%;}

	.item_list.pc_type_box5 ul {grid-template-columns: repeat(3, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box5 li {width:33.3333%;}

	.item_list.pc_type_box4 ul {grid-template-columns: repeat(3, 1fr);}
	.rolling_wrap .rolling_box .item_list.pc_type_box4 li {width:33.3333%;}

	.item_list.if_list_type .item_box .thumb {width: 140px;}
	.item_list.pc_type_list2 ul {grid-template-columns: repeat(1, 1fr);}

	.item_list.mobile_type_list1 ul {grid-template-columns: repeat(1, 1fr);}
	.rolling_wrap .rolling_box .item_list.mobile_type_list1 li {width:100%;}

}






/* 700px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:700px) {
	.layout_fix {padding: 0 15px;}

	/* 서브공통 ==================== */
	.p_Slide .slide_layout {padding:0 15px;}
	body.if_shop_order .p_Fly {display:none;}


	/* 상품박스 ==================== */
	.item_icon span {height:15px; font-size:0.65em;}
	.item_box .ranking {min-width:25px; height:25px; font-size:13px;}


	/* 상품목록 ==================== */
	.p_Subimg {margin-bottom:10px;}
	.p_Category {margin-bottom:15px;}


	/* 상품상세 ==================== */
	.p_Vtit .btn_wish {display:none;}
	.p_Vtit .btn_home {display:inline-block;}

	.p_Vname .item_name dt {font-size:21px;}
	.p_Vname .item_name dd {font-size:13px;}
	.p_Vname .item_price {font-size:30px;}

	.p_Vinfo dt,
	.p_Vinfo dd {font-size:12px;}

	.p_Vopt .this_option dl {flex-direction:column;}
	.p_Vopt .this_option dl:first-of-type dt {display:none;}
	.p_Vopt .this_option dt {width:auto; margin-bottom:10px;}
	.p_Vopt .this_volume dt {display:none;}
	.p_Vopt .opt_dropbox .opt_list {position:fixed; top:auto; bottom:0; width:100%; border:0; z-index:400; height:1000px; max-height:100%; min-height:400px; padding:0 20px; padding-top:10px;}
	.p_Vopt .opt_dropbox .opt_list {transform:translateY(100%); border-radius:20px 20px 0 0; overflow:hidden; display:flex !important; justify-content: stretch; align-items: stretch; flex-direction:column;}
	.p_Vopt .opt_dropbox .opt_list .c_scroll_v {flex:1}
	.p_Vopt .opt_dropbox .opt_tx.this_selected {border-color:#e5e5e5 !important; border-radius:5px !important;}
	.p_Vopt .opt_dropbox .opt_list .opt_tx {padding:0px;}
	.p_Vopt .opt_dropbox .opt_list div.opt_tx {background:transparent url('/skin/site_m/responsive-food/images/c_img/ic_close.svg') center right no-repeat !important; background-size:12px !important; height:50px; font-weight:600; font-size:15px;}
	.p_Vopt .opt_dropbox.if_open_opt .opt_list {transform:translateY(0); box-shadow:0 0 10px rgba(0,0,0,0.3);}

	.p_Vfixbtn {display:block;}
	.p_Vfix {position: fixed; left: 0; bottom: 0; width: 100%; height: 100%; z-index: -1; display: flex; flex-direction: column; justify-content: flex-end; align-items: stretch; padding-top:80px; border:0;}
	.p_Vfix .white_box {border-radius: 20px 20px 0 0; z-index: 2; transform: translateY(100%); position:relative; max-height:550px}
	.p_Vfix .white_box {display:flex; justify-content: flex-end; align-items: stretch; flex-direction:column;}
	.p_Vfix .scroll_box {overflow-x:hidden; overflow-y:auto; padding:30px 15px 120px 15px; flex:1}
	.p_Vfix .btn_close {display: flex;}
	.p_Vfix .bg_close {display: block;}
	.p_Vfix .fix_btm .buy_box {gap:0}
	.p_Vfix .fix_btm .buy_box .btn {height:50px; font-size:16px;}
	.p_Vfix .fix_btm .price_total {font-size:18px; margin-bottom:5px;}
	.p_Vfix.if_open_fix {z-index: 1000;}
	.p_Vfix.if_open_fix .white_box {transform: translateY(0); transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
	.p_Vfix.if_open_fix .bg_close {opacity: 1; filter: alpha(opacity=100); -ms-filter:alpha(opacity=100); transition: opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-out;}
	.p_Vfix.if_open_fix .fix_btm {position:fixed; left:0; bottom:0; width:100%; z-index:100; padding:15px; margin-top:0px;}

	.p_Vconts .detail {margin-top:15px;}

	.p_Vboard .none_box {margin:50px 0;}
	.p_Vboard .none_box .icon {background-size:40px !important; height:40px; margin-bottom:15px;}
	.p_Vboard .board_top .inner {flex-direction:column; padding:40px 20px; align-items:stretch}
	.p_Vboard .board_top .left_box {align-items:center}
	.p_Vboard .board_top .right_box {align-items:stretch}
	.p_Vboard .board_top .guide_tx {text-align:center;}
	.p_Vboard .board_top .c_btnbox {margin-top:20px;}
	.p_Vboard .post_info {font-size:12px; width:auto;}
	.p_Vboard .post_reply .reply_info {font-size:12px;}
	.p_Vboard .posting {align-items:stretch; flex-direction:column; gap:10px}
	.p_Vboard .posting .writer {justify-content: flex-start; flex-direction:row;}
	.p_Vboard.type_qna .posting {gap:5px}
	.p_Vboard.type_qna .post_info {justify-content: flex-start; align-items: center; flex-direction:row}


	/* 진열설정 ==================== */
	.item_list ul {gap:30px 15px; grid-template-columns: repeat(2, 1fr);}
	.rolling_wrap .rolling_box .item_list {margin-left:-15px;}
	.rolling_wrap .rolling_box .item_list li {padding-left:15px;}

	.item_list.mobile_type_box3 ul {gap:30px 10px; grid-template-columns: repeat(3, 1fr);}
	.item_list.mobile_type_box3 .item_box .info {font-size:13px;}
	.item_list.mobile_type_box3 .item_box .price {font-size:15px;}
	.item_list.mobile_type_box3 .item_box .info .sub_name {-webkit-line-clamp:2}

	.rolling_wrap .rolling_box .item_list.mobile_type_box3 li {width:33.3333%;}
	.rolling_wrap .rolling_box .item_list.mobile_type_box3 {margin-left:-10px;}
	.rolling_wrap .rolling_box .item_list.mobile_type_box3 li {padding-left:10px;}

	.item_list.mobile_type_box2 ul {grid-template-columns: repeat(2, 1fr);}
	.rolling_wrap .rolling_box .item_list.mobile_type_box2 li {width:50%;}

	.item_list.mobile_type_box1 ul {grid-template-columns: repeat(1, 1fr);}
	.rolling_wrap .rolling_box .item_list.mobile_type_box1 li {width:100%;}

	.item_list.if_list_type ul {gap:15px}
	.item_list.if_list_type .item_box .thumb {width: 120px;}
	.item_list.if_list_type .item_box .info {padding-left:10px;}
	.item_list.if_list_type li+ li {border-top:1px solid #f2f2f2; padding-top:15px;}
}



/* 700px ~ -------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (max-width:500px) {

	/* 진열설정 ==================== */
	.item_list.mobile_type_box3 .item_box .info .review {display:none; border-radius: 30px;}
}
/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/skin.css */
@charset "utf-8";

/*
 * Copyright    :    ONEDAYNET.CO.KR
 * SOLUTION     :    HYSSENCE 3.0 PLUS
 * File         :    skin.css
 * SUMMARY      :    스킨 디자인(메인)
 */

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */


/* 상하단 -------------------------------------------------------------------------------------------------------------------------------- */

/* 헤더 ======================================== */
.sc_Header {background: #fff; box-sizing: border-box; padding: 0px 0; position:relative;}
.sc_Header:before {content:""; width:100%; height:1px; background:#f0f0f0; position:absolute; left:0; bottom:0; z-index:1}
.sc_Header li {list-style: none;}
.sc_Header .wrapping {max-width:100%!important; display: flex; flex-direction: row; justify-content: space-between; align-items: center; gap: 0 50px;}
/* 메뉴 헤더라인 추가--s---
.sc_Header .layout_fix {width:100%;height:54px;background:#fff;border:1px solid #f1f1f1;border-width:1px 0;}
*/

.sc_Header .gnb_menu {flex: 1; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap:0 10px; padding-bottom: 20px;}
.sc_Header .gnb_menu .btn_slide {width: 40px; height: 40px; background: transparent url('/skin/site_m/responsive-food/images/skin/header_slide.svg') center center no-repeat; background-size: 22px !important; margin-left:-9px;}
.sc_Header .gnb_menu .nav_box {display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 0 10px;}
.sc_Header .gnb_menu .nav_box .nav_li {position: relative;}
.sc_Header .gnb_menu .nav_box .first_menu {font-size: 17px; color: #000; font-weight: 700; white-space: nowrap; padding: 10px; box-sizing: border-box; line-height: 1;}
.sc_Header .gnb_menu .nav_box .hit .first_menu {color: #000000;}
/*
.sc_Header .gnb_menu .depth_box {position: absolute; left: -15px; top: 35px; padding-top: 15px; z-index: 300; min-width: 130px; display: none;}
*/
.sc_Header .gnb_menu .depth_box {position: absolute; left: -15px; top: 42px; padding-top: 5px; padding-bottom: 5px; z-index: 300; min-width: 130px; display: none; background: #f9f6f6; border-radius: 20px; border: 2px solid #d21732; display: none; box-shadow: 2px 4px 2px 1px rgba(0,0,0,0.2);}
.sc_Header .gnb_menu .depth_box ul {padding: 1px 0; box-sizing: border-box;}
.sc_Header .gnb_menu .depth_box .second_menu {width: 100%; padding: 10px 45px 10px 25px; box-sizing: border-box;}
.sc_Header .gnb_menu .depth_box .second_menu:after {content:''; position:absolute; top:-8px; left:45px; border-bottom:8px solid #d21732; border-left:10px solid transparent; border-right:10px solid transparent; transform:translateX(-50%);}
.sc_Header .gnb_menu .depth_box .tx {font-size: 14px; color: #3e3f3e; font-weight: 500; white-space: nowrap; position: relative;}
.sc_Header .gnb_menu .depth_box .tx:before {content: ''; position: absolute; bottom: -1px; left: 0; width: 0; height: 2px; background: #d21732;}
.sc_Header .gnb_menu .depth_box .tx:before {transition: all 0.4s ease-out; -webkit-transition: all 0.4s ease-out;}

.sc_Header .logo_box {flex:1; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.sc_Header .logo_box a {font-size: 0;}
.sc_Header .logo_box .tx {font-size: 23px; font-weight: 700; color: #333; display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis;}
.sc_Header .logo_box .tx {-webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3; text-align: center; justify-content: center; align-items: center;}
.sc_Header .logo_box img {max-width:100%; height:90px;}

.sc_Header .other_menu {flex: 1; display: flex; flex-direction: row; justify-content: flex-end; align-items: center;}
.sc_Header .other_menu .user_link {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; gap: 0 5px;}
.sc_Header .other_menu .user_link .menu {font-size: 14px; color: #333; font-weight:600; padding: 10px; box-sizing: border-box; line-height: 1; white-space: nowrap;}
.sc_Header .other_menu .icon_link {display: flex; flex-direction: row; justify-content: flex-end; align-items: center; padding-right: 5%;}
.sc_Header .other_menu .icon_link li {display: flex; flex-direction: column; justify-content: center; align-items: center;}
.sc_Header .other_menu .icon_link .btn {background-repeat: no-repeat !important; background-position: center !important; background-size: 25px !important; width: 45px; height: 45px; position: relative;}
.sc_Header .other_menu .icon_link .btn_search {background-image: url('/skin/site_m/responsive-food/images/skin/header_search.svg');}
.sc_Header .other_menu .icon_link .btn_cart {background-image: url('/skin/site_m/responsive-food/images/skin/header_cart.svg');}
.sc_Header .other_menu .icon_link .btn_slide {background-image: url('/skin/site_m/responsive-food/images/skin/header_slide2.svg');}
.sc_Header .other_menu .icon_link .cart_num {position:absolute; right:0px; top:3px; font-size:11px; font-weight:600; color:#fff;}
.sc_Header .other_menu .icon_link .cart_num {border:1px solid #000; background:#000; box-sizing:border-box; width:18px; height:18px; border-radius:100px;}
.sc_Header .other_menu .icon_link .cart_num {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.sc_Header .other_menu .icon_link .this_slide {display: none;}

.sc_Header .search_open {position:absolute; left:0; top:0; width:100%; box-sizing:border-box; z-index:400; background:#fff; visibility: hidden;}
.sc_Header .search_open {padding:50px 0; box-shadow: 0 20px 20px rgba(0, 0, 0, 0.2); opacity: 0; -ms-filter:alpha(opacity=0); filter:alpha(opacity=0);}
.sc_Header .search_open .inner {max-width: 500px; display: flex; flex-direction: column; justify-content: flex-start; align-items: center;}
.sc_Header .search_open .tit {font-size: 35px; font-weight:600; color: #000; line-height: 1;}
.sc_Header .search_open .form_box {position:relative; margin-top:20px; width: 100%;}
.sc_Header .search_open .input_search {border-bottom:2px solid #000; width:100%; box-sizing:border-box; padding-right:60px; font-size: 19px; height:60px; color:#000;}
.sc_Header .search_open .input_search:focus {border-color:#d21732;}
.sc_Header .search_open .btn_search {position:absolute; right:0; top: 0; height:60px; width:50px; z-index:1; background: transparent url('/skin/site_m/responsive-food/images/skin/header_search.svg') center no-repeat; background-size:25px !important;}
.sc_Header .search_open .close_btn {margin-top:30px; width: 30px; height: 30px; background: transparent url('/skin/site_m/responsive-food/images/skin/header_close.svg') center no-repeat; background-size: 14px !important;}
.sc_Header .search_open .keyword_box {display: flex; flex-direction: row; justify-content: center; align-items: flex-start; flex-wrap: wrap; margin-top: 15px; max-height: 100px; overflow: hidden; gap:5px}
.sc_Header .search_open .keyword_box .link {padding:0 10px; box-sizing: border-box; height: 30px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; border:1px solid #eee; border-radius:5px;}
.sc_Header .search_open .keyword_box .tx {font-size:12px; color: #888; line-height: 1; position: relative;}
.sc_Header .search_open.if_search_open {opacity: 1; -ms-filter:alpha(opacity=100); filter:alpha(opacity=100); visibility: visible;}
.sc_Header .search_open.if_search_open {transition: opacity 0.2s ease-out; -webkit-transition: opacity 0.2s ease-out;}

.sc_Header .category {overflow:hidden; display:none; position:relative; z-index:2; margin-top:5px;}
.sc_Header .category .swipe_box {}
.sc_Header .category .swipe_box ul {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:nowrap; width:max-content; gap:10px}
.sc_Header .category li.type_event {position:relative; padding-left:20px; box-sizing:border-box;}
.sc_Header .category li.type_event:before {content:''; width:1px; height:14px; background: rgba(0, 0, 0, 0.1); position:absolute; left:0; top:50%; margin-top:-7px;}
.sc_Header .category li.type_event+ li.type_event {padding-left:0;}
.sc_Header .category li.type_event+ li.type_event:before {display:none;}
.sc_Header .category li.type_event .ctg {opacity:0.35; filter:alpha(opacity=35); -ms-filter:alpha(opacity=35);}
.sc_Header .category li.type_event.hit .ctg {opacity:1; filter:alpha(opacity=100); -ms-filter:alpha(opacity=100);}
.sc_Header .category .ctg {display:flex; justify-content: center; align-items: center; flex-direction:column; font-size:16px; color:#000; font-weight:700; padding-right:10px;}
.sc_Header .category .ctg strong {display:flex; justify-content: center; align-items: center; flex-direction:column; height:55px; position:relative; padding:0 1px;}
.sc_Header .category .ctg strong:before {content:""; width:100%; height:2px; background:#d21732; position:absolute; left:0; bottom:0; z-index:2; display:none;}
.sc_Header .category .hit .ctg {color:#d21732;}
.sc_Header .category .hit .ctg strong:before {display:inline-block;}

body.if_main .sc_Header:before {display:none;}


/* 푸터 ======================================== */
.sc_Footer {background:#111; margin-top: 100px; padding-bottom: 100px; }
.sc_Footer li {list-style:none;}
.sc_Footer .layout_fix {display:flex; justify-content: space-between; align-items: flex-start; flex-direction:row; flex-wrap:wrap; gap:30px 50px}
.sc_Footer .menu_box {width:100%; border-bottom:1px solid #222; padding:20px 0;}
.sc_Footer .menu_box ul {display: flex; flex-direction:row; justify-content: flex-start; align-items: flex-start; flex-wrap:wrap; gap:15px;}
.sc_Footer .menu_box .menu {font-size:13px; padding:5px 0; box-sizing: border-box; line-height: 1; color:#fff; }
.sc_Footer .company_box {flex:1; font-size:12px; display:flex; justify-content: flex-start; align-items: center; flex-direction:row; flex-wrap:wrap; gap:5px 15px; color:#888; max-width:600px}
.sc_Footer .company_box .site_name {font-size: 16px; color: #fff; font-weight: 600; line-height: 1; margin-bottom: 10px; width:100%;}
.sc_Footer .company_box .txt {line-height: 1.3; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sc_Footer .company_box .txt.type_host {width:100%;}
.sc_Footer .company_box .btn_info {text-decoration:underline;}
.sc_Footer .company_box .copyright {margin-top:20px; width:100%;}

.sc_Footer .auth_box {display:flex; justify-content: flex-end; align-items:center; flex-direction:row; gap:10px;}
.sc_Footer .auth_box .pg {display:flex; justify-content: flex-end; align-items:center; flex-direction:row; gap:10px;}
.sc_Footer .auth_box .pg .guide {font-size: 11px; line-height: 1.4; text-align:right;}
.sc_Footer .auth_box .ssl {background:#fff; height:40px; box-sizing:border-box; border-radius:6px; overflow:hidden;}
.sc_Footer .auth_box .logo {border-radius: 6px; box-sizing: border-box; overflow: hidden; background: #fff; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.sc_Footer .auth_box img {height: 40px;}







/* 디자인영역 -------------------------------------------------------------------------------------------------------------------------------- */

/* 그룹(간격) ======================================== */
.sc_Group {margin-top:100px; }


/* 그룹타이틀 ======================================== */
.sc_Group_tit {text-align: center; margin-bottom:25px;}
.sc_Group_tit .layout_fix {display:flex; justify-content: center; align-items: center; flex-direction:column; }
.sc_Group_tit .tit {font-size:30px; color: #000; font-weight:700; line-height: 1; background: transparent url('/skin/site_m/responsive-food/images/skin/one_bul2.png') left center no-repeat; background-size: 26px 26px !important; padding: 1px 32px;}
.sc_Group_tit .tx_info {font-size: 13px; color: #888; font-weight: 500; margin-top:10px; line-height:1; }
.sc_Group_tit .tx_info strong {color: #000; font-weight: 700; text-decoration:underline;}


/* 더보기 버튼 ======================================== */
.sc_More_btn {margin-top: 30px;}
.sc_More_btn .layout_fix {display: flex; flex-direction: row; justify-content: center; align-items: center; .sc_More_btn .layout_fix {display: flex; flex-direction: row; justify-content: center; align-items: center; }
}
.sc_More_btn .link {flex: 1; display: flex; flex-direction: row; justify-content: center; align-items: center; max-width: 350px;}
.sc_More_btn .link {height: 50px; border: 1px solid #181818; box-sizing: border-box; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; border-radius:25px; font-size: 14px; color: #181818; }
.sc_More_btn .link .tx {padding-right: 13px; box-sizing: border-box; font-weight:500; background: transparent url('/skin/site_m/responsive-food/images/skin/arrow_right.svg') right center no-repeat; background-size: 6px 10px !important; }


/* 롤링 컨트롤러 ======================================== */
.sc_Roll_ctrl {display: flex; flex-direction: row; justify-content: center; align-items: center; margin-top:15px; gap: 0 5px;}
.sc_Roll_ctrl.if_hide {display:none !important;}
.sc_Roll_ctrl.if_show {display:flex;}
.sc_Roll_ctrl .roll_prevnext {display: flex; flex-direction: row; justify-content: center; align-items: center; width: 30px; height: 30px;}
.sc_Roll_ctrl .roll_prevnext {background-repeat: no-repeat !important; background-position: center !important; background-size: 6px 12px !important;}
.sc_Roll_ctrl .roll_prevnext.prev {background-image: url('/skin/site_m/responsive-food/images/skin/arrow_left.svg');}
.sc_Roll_ctrl .roll_prevnext.next {background-image: url('/skin/site_m/responsive-food/images/skin/arrow_right.svg');}
.sc_Roll_ctrl .roll_icon {}
.sc_Roll_ctrl .roll_icon ul {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.sc_Roll_ctrl .roll_icon li {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.sc_Roll_ctrl .roll_icon .icon {height:18px;  box-sizing: border-box; display:flex; justify-content: center; align-items: center; flex-direction:column; padding:0 4px;}
.sc_Roll_ctrl .roll_icon .icon:before {content:""; width:10px; height:10px; display:inline-block; border-radius: 100px; border:2px solid #aaa; background:#fff; box-sizing:border-box;}
.sc_Roll_ctrl .roll_icon .active .icon:before {background: #111; border-color:#111;}
.sc_Roll_ctrl .roll_pagi {display:flex; justify-content: center; align-items: center; flex-direction:row; font-size:13px; gap:2px; font-weight:600; display:none; color:#aaa; width:45px;}
.sc_Roll_ctrl .roll_pagi .all {}
.sc_Roll_ctrl .roll_pagi .active {color:#000;}




/* 메인 비주얼 ======================================== */
.sc_Visual {overflow:hidden;}
.sc_Visual li {list-style: none;}
.sc_Visual .layout_fix {max-width: 100%; !important; box-sizing: border-box;}
.sc_Visual .rolling_wrap {overflow: visible;}
.sc_Visual .rolling_box {}
.sc_Visual .rolling_box ul {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch;}
.sc_Visual .rolling_box li {height: auto;  margin-bottom:10px;}
.sc_Visual .banner_list {}
/* 2024-12-12 메인비주얼 height 350px로 변경 -s
.sc_Visual .visual_img {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 100%; overflow:hidden;}
2024-12-12 메인비주얼 height 350px로 변경 -e */
/*.sc_Visual .visual_img {display: flex; flex-direction: column; justify-content: center; align-items: center; height: 350px; overflow:hidden;}*/
.sc_Visual .visual_img {display: block; flex-direction: column; justify-content: center; align-items: center;  height: 100%; overflow:hidden; border-radius: 15px; border:0px solid #f2f2f2;}
.sc_Visual .visual_img a {font-size: 0;}
/* 2024-12-12 메인비주얼 width 1160px로 변경 -s
.sc_Visual .visual_img img {width:100%;}
2024-12-12 메인비주얼 width 760px로 변경 -e */
.sc_Visual .visual_img img {max-width:100%; height:auto; }
.sc_Visual .visual_img img.this_pc {width:100%; height:100%; padding-bottom:0%; overflow:hidden;}
.sc_Visual .visual_img img.this_mo {position: absolute; top: 0; left:0; width:575px;}
/*** 변경s
.sc_Visual .visual_img img.this_mo {display: flex;}
***/
/* 2024-12-12 컨트롤러 위치변경 bottom 10px로 변경 ---s
.sc_Visual .sc_Roll_ctrl {position: absolute; left:50%; bottom:-40px; z-index:10; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 0 10px; transform:translateX(-50%); margin:0px !important;}
2024-12-12 컨트롤러 위치변경 bottom 10px로 변경 ---e---- */
.sc_Visual .sc_Roll_ctrl {position: absolute; left:50%; bottom:10px; z-index:10; display: flex; flex-direction: row; justify-content: center; align-items: center; gap: 0 10px; transform:translateX(-50%); margin:0px !important;}
.sc_Visual .sc_Roll_ctrl .roll_pagi {backdrop-filter: blur(1px); -webkit-backdrop-filter: blur(5px); background-color: rgba(0, 0, 0, 0.5); height:23px; width:55px; border-radius:100px;}
.sc_Visual .sc_Roll_ctrl .roll_pagi {color:#ccc; font-size:11px;}
.sc_Visual .sc_Roll_ctrl .roll_pagi .active {color:#fff;}
/* 2024-12-12 메인 롤링배너 첫번째,세번째 블러처리기능 추가 ---s----- */
.sc_Visual .swiper-slide {opacity:0.3; transition:opacity 0.3s;}
.sc_Visual .swiper-slide-active{opacity:1}
/* 2024-12-12 메인 롤링배너 첫번째,세번째 블러처리기능 추가 ---e-----*/



/* 메인 2단 배너 ======================================== */
.sc_Ad {}
.sc_Ad li {list-style: none;}
.sc_Ad .rolling_wrap {overflow: hidden;}
.sc_Ad .rolling_box {margin-left: -20px;}
.sc_Ad .rolling_box ul {display: flex; flex-direction: row; justify-content: stretch; align-items: stretch;}
.sc_Ad .rolling_box li {width: 50%; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; height:auto;}
.sc_Ad .banner_list {}
.sc_Ad .banner {margin-left: 20px; flex:1; display:flex; justify-content: stretch; align-items: stretch; flex-direction:column; }
.sc_Ad .banner .img_box {overflow: hidden; position: relative; font-size: 0; border-radius: 7px;}
.sc_Ad .banner .img_box img {width: 100%; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; }
.sc_Ad .banner .txt_box {text-align: center; padding:30px 15px; box-sizing: border-box; line-height: 1.4;  font-size:14px; border:1px solid #f2f2f2; border-top:0;}
.sc_Ad .banner .txt_box {display:flex; justify-content: flex-start; align-items: center; flex-direction:column; gap:10px; flex:1;}
.sc_Ad .banner .txt_box .tit {font-size:1.6em; color: #000; font-weight:700; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sc_Ad .banner .txt_box .text {color: #da120d; word-wrap:break-word; word-break:keep-all; white-space:normal;font-size:20px; font-weight:bold;}
/* 250107 수정css-- s
.sc_Ad .banner .txt_box .btn_view {height: 50px; border: 1px solid #181818; box-sizing: border-box; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; border-radius:25px; font-size: 14px; color: #181818; width: 350px; display: flex; flex-direction: row; justify-content: center; align-items: center;}
.sc_Ad .banner .txt_box .btn_view .tx {padding-right: 13px; box-sizing: border-box; font-weight:500; background: transparent url('/skin/site_m/responsive-food/images/skin/arrow_right.svg') right center no-repeat; background-size: 6px 10px !important; display: flex; flex-direction: row; justify-content: center; align-items: center;}
 250107 수정css-- e */
.sc_Ad .banner .txt_box .btn_view {box-sizing: border-box; margin-top:15px;}
.sc_Ad .banner .txt_box .btn_view .tx {font-size: 13px; color: #333; font-weight: 600; line-height: 1; border-bottom: 1px solid #333; box-sizing: border-box;}
.sc_Ad .roll_icon {display:block !important;}
.sc_Ad .roll_icon .icon:before {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Ad .roll_icon .active .icon:before {width: 50px;}

/*2025-06-10추가*/
.videoBannerWrap {position: relative; width: 100%; margin: 50px auto; display: flex;}
.mainVideo {width: 50%; padding: 0 10px; box-sizing: border-box;}
.mainVideo .video_area {position: relative; padding-bottom: 340px; height: 0; max-width: 100%; border: 1px solid #ddd; background: #000000; display: flex; overflow: hidden;}
.round {border-radius: 9px; overflow: hidden;}
.mainBanner01 {width: 50%; padding: 0 10px; box-sizing: border-box;}
.swiper-container {width: 100%; height: 100%; margin: 0 auto; position: relative; overflow: hidden; list-style: none; padding: 0; z-index: 1;}
.swiper-wrapper {position:relative; width:100%; height:100%; z-index:1; display:-webkit-box; display:-webkit-flex; display:-ms-flexbox; display:flex; -webkit-transition-property:-webkit-transform;}
.swiper-container-android .swiper-slide,.swiper-wrapper {
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
    margin:0 auto;
}
.swiper-slide {
    -webkit-flex-shrink:0;
    -ms-flex-negative:0;
    flex-shrink:0;
    width:100%;
    height:100%;
    position:relative;
    -webkit-transition-property:-webkit-transform;
    transition-property:-webkit-transform;
    -o-transition-property:transform;
    transition-property:transform;
    transition-property:transform,-webkit-transform;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-button-next,.swiper-button-prev {
    position:absolute;
    top:46%;
    width:40px;
    height:40px;
    z-index:5;
    cursor:pointer;
    border-radius:100%;
    /*box-shadow: 1px 1px 10px rgba(0,0,0,0.1);	*/
    background:transparent;
    background-size:27px 44px;
    background-position:center;
    background-repeat:no-repeat;
}

.swiper-button-next:hover, .swiper-button-prev:hover {opacity: 0.5;}
.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity:.35;
    cursor:auto;
    pointer-events:none;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    left:10px;
    right:auto;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
   background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
    right:10px;
    left:auto;
}
.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
    display:none;
}
.swiper-pagination {
    position:absolute;
    text-align:center;
    -webkit-transition:.3s opacity;
    -o-transition:.3s opacity;
    transition:.3s opacity;
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
    z-index:10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity:0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom:10px;
    left:0;
    width:100%;
}
.swiper-pagination-bullets-dynamic {
    overflow:hidden;
    font-size:0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform:scale(.33);
    -ms-transform:scale(.33);
    transform:scale(.33);
    position:relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform:scale(.66);
    -ms-transform:scale(.66);
    transform:scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform:scale(.33);
    -ms-transform:scale(.33);
    transform:scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform:scale(.66);
    -ms-transform:scale(.66);
    transform:scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform:scale(.33);
    -ms-transform:scale(.33);
    transform:scale(.33);
}
.swiper-pagination-bullet {
    width:10px;
    height:10px;
    display:inline-block;
    border-radius:100%;
    background:#fff;
    border:1px solid #777;
    opacity:.4;
}
button.swiper-pagination-bullet {
    border:none;
    margin:0;
    padding:0;
    -webkit-box-shadow:none;
    box-shadow:none;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor:pointer;
}
.swiper-pagination-bullet-active {
    opacity:1;
    background:#777;
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right:10px;
    top:50%;
    -webkit-transform:translate3d(0,-50%,0);
    transform:translate3d(0,-50%,0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:6px 0;
    display:block;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top:50%;
    -webkit-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    width:8px;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display:inline-block;
    -webkit-transition:.2s top,.2s -webkit-transform;
    transition:.2s top,.2s -webkit-transform;
    -o-transition:.2s transform,.2s top;
    transition:.2s transform,.2s top;
    transition:.2s transform,.2s top,.2s -webkit-transform;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 3px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left:50%;
    -webkit-transform:translateX(-50%);
    -ms-transform:translateX(-50%);
    transform:translateX(-50%);
    white-space:nowrap;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition:.2s left,.2s -webkit-transform;
    transition:.2s left,.2s -webkit-transform;
    -o-transition:.2s transform,.2s left;
    transition:.2s transform,.2s left;
    transition:.2s transform,.2s left,.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition:.2s right,.2s -webkit-transform;
    transition:.2s right,.2s -webkit-transform;
    -o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;
    transition:.2s transform,.2s right,.2s -webkit-transform;
}
.swiper-pagination-progressbar {
    background:rgba(0,0,0,.25);
    position:absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background:#007aff;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    -webkit-transform:scale(0);
    -ms-transform:scale(0);
    transform:scale(0);
    -webkit-transform-origin:left top;
    -ms-transform-origin:left top;
    transform-origin:left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin:right top;
    -ms-transform-origin:right top;
    transform-origin:right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width:100%;
    height:4px;
    left:0;
    top:0;
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar {
    width:4px;
    height:100%;
    left:0;
    top:0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background:#fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background:rgba(255,255,255,.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background:#fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background:#000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background:rgba(0,0,0,.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background:#000;
}
.swiper-pagination-lock {
    display:none;
}
.swiper-scrollbar {
    border-radius:10px;
    position:relative;
    -ms-touch-action:none;
    background:rgba(0,0,0,.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
    position:absolute;
    left:1%;bottom:3px;
    z-index:50;
    height:5px;
    width:98%;
}
.swiper-container-vertical>.swiper-scrollbar {
    position:absolute;
    right:3px;
    top:1%;
    z-index:50;
    width:5px;
    height:98%;
}
.swiper-scrollbar-drag {
    height:100%;
    width:100%;
    position:relative;
    background:rgba(0,0,0,.5);
    border-radius:10px;left:0;top:0;
}
.swiper-scrollbar-cursor-drag {
    cursor:move;
}
.swiper-scrollbar-lock {
    display:none;
}
.swiper-zoom-container {
    width:100%;
    height:100%;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    text-align:center;
}
.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width:100%;
    max-height:100%;
    -o-object-fit:contain;
    object-fit:contain;
}
.swiper-slide-zoomed {
    cursor:move;
}
.swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    -webkit-transform-origin:50%;
    -ms-transform-origin:50%;
    transform-origin:50%;
    -webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;
    animation:swiper-preloader-spin 1s steps(12,end) infinite;
}
.swiper-lazy-preloader:after {
    display:block;
    content:'';
    width:100%;
    height:100%;
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position:50%;
    background-size:100%;
    background-repeat:no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform:rotate(360deg);
        transform:rotate(360deg);
    }
}
.swiper-container .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function:ease-out;
    -o-transition-timing-function:ease-out;
    transition-timing-function:ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events:none;
    -webkit-transition-property:opacity;
    -o-transition-property:opacity;
    transition-property:opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events:none;
}
.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events:auto;
}
.swiper-container-cube {
    overflow:visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1;
    visibility:hidden;
    -webkit-transform-origin:0 0;
    -ms-transform-origin:0 0;
    transform-origin:0 0;
    width:100%;
    height:100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events:none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin:100% 0;
    -ms-transform-origin:100% 0;
    transform-origin:100% 0;
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events:auto;
}
.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev {
    pointer-events:auto;
    visibility:visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);
    z-index:0;
}
.swiper-container-flip {
    overflow:visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events:none;
}
.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events:auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective:1200px;
}

/* 메인 1단 배너 ======================================== */
.sc_Single {}
.sc_Single li {list-style: none;}
.sc_Single .rolling_wrap {position: relative; overflow:hidden;}
.sc_Single .rolling_box {}
.sc_Single .banner_list {}
.sc_Single .banner {position: relative; display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; overflow:hidden;}
.sc_Single .banner img {width: 100%;}
.sc_Single .banner img.this_mo {display: none;}


/* 메인 리뷰 ======================================== */
.sc_Review {overflow: hidden; background:#f1f1f4; padding:100px 0;}
.sc_Review li {list-style: none;}
.sc_Review .rolling_wrap {overflow: hidden;}
.sc_Review .rolling_box {margin-left: -30px;}
.sc_Review .rolling_box .ul {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch;}
.sc_Review .rolling_box .li {width:20%;}
.sc_Review .review_list {}
.sc_Review .review_box {margin-left:30px;}
.sc_Review .review_box .photo {border-radius: 20px; box-sizing: border-box; overflow: hidden; position: relative; cursor: pointer; isolation: isolate;}
.sc_Review .review_box .photo {display: flex; flex-direction: row; justify-content: center; align-items: center;}
.sc_Review .review_box .photo:before {content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.1);}
.sc_Review .review_box .photo:before {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; border-radius: 20px; box-sizing: border-box;}
.sc_Review .review_box .photo img {width: 100%; height: 100%; background-repeat: no-repeat !important; background-position: center !important; background-size: cover !important;}
.sc_Review .review_box .photo .icon_h {position: absolute; left: 50%; top: 50%; width: 0; height: 1px; background: #fff; z-index: 10;}
.sc_Review .review_box .photo .icon_h {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Review .review_box .photo .icon_v {position: absolute; left: 50%; top: 50%; width: 1px; height: 0; background: #fff; z-index: 10;}
.sc_Review .review_box .photo .icon_v {transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}

.sc_Review .about_item {padding: 10px 0; box-sizing: border-box; gap: 10px; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; position:relative; }
.sc_Review .about_item .thumb {width: 40px; height: 40px; border-radius: 100px; overflow: hidden; flex: none; display: flex; flex-direction: row; justify-content: center; align-items: center; position:relative;}
.sc_Review .about_item .thumb img {width: 100%; height:100%; object-fit:cover;}
.sc_Review .about_item .info {color: #666; font-size: 13px;}
.sc_Review .about_item .info .name {display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 1; -webkit-box-orient: vertical;}
.sc_Review .about_item .info .price {margin-top: 5px; line-height: 1; font-weight:600;}

.sc_Review .rv_info {border-top: 1px solid #eee; padding-top: 15px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap:10px; cursor:pointer}
.sc_Review .rv_info .mark {position: relative; width: 80px; height: 20px;}
.sc_Review .rv_info .mark .star {position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-size: 16px !important; background: transparent url('/skin/site_m/responsive-food/images/skin/item_star.svg') left center repeat-x;}
.sc_Review .rv_info .mark .star.this_base {z-index: 1; opacity: 0.2; filter: alpha(opacity=20); -ms-filter: alpha(opacity=20);}
.sc_Review .rv_info .mark .star.this_value {z-index: 2;}
.sc_Review .rv_info .tx_conts {display: block; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.4; color: #333; font-weight:500;}
.sc_Review .rv_info .writer {color: #aaa; display: flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; gap: 5px; font-size:12px;}
.sc_Review .rv_info .writer .id {}
.sc_Review .rv_info .writer .date {}


/* 메인 고객센터 ======================================== */
.sc_Service {overflow:hidden;}
.sc_Service li {list-style: none;}
.sc_Service .inner {display: flex; flex-direction: row; justify-content: flex-start; align-content: stretch; align-items: stretch; border: 2px solid #eee; box-sizing: border-box; border-radius: 10px;}
.sc_Service dl {display: flex; flex-direction: column; justify-content: flex-start; align-items: stretch; text-align: center; flex: 1; padding: 50px 15px; box-sizing: border-box; gap:40px; border-left:1px solid #eee;}
.sc_Service dl:first-of-type {border-left:0;}
.sc_Service dt {line-height: 1; font-size:13px; display:flex; justify-content: center; align-items: center; flex-direction:column; flex-wrap:wrap; gap:5px}
.sc_Service dd {font-size: 13px;}
.sc_Service .icon_box {display:flex; justify-content: center; align-items: center; flex-direction:column; margin-bottom:15px;}
.sc_Service .icon_box img {height: 40px;}
.sc_Service .tit_en {font-size: 17px; color: #000; font-weight: 700;}
.sc_Service .tit_ko {color: #999; font-weight:500;}
.sc_Service .btn_order {font-weight:500; color: #000; height: 40px; border: 1px solid #222; box-sizing: border-box; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out;}
.sc_Service .btn_order {padding: 0 30px; display: inline-flex; flex-direction: row; justify-content: center; align-items: center; border-radius:100px; background:#fff;}
.sc_Service .tel {font-size: 21px; color: #000; font-weight: 700; line-height: 1; white-space: nowrap; position: relative;}
.sc_Service .open_time {color: #888; line-height: 1.4; margin-top: 5px; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sc_Service .bank_list {display:flex; justify-content: center; align-items: center; flex-direction:column; gap:5px}
.sc_Service .bank_list li {position: relative; color: #888; line-height: 1.3; word-wrap:break-word; word-break:keep-all; white-space:normal;}
.sc_Service .sns_list {display: flex; flex-wrap: wrap; justify-content: center; align-items: flex-start;}
.sc_Service .sns_list li {display: flex; flex-direction: column; justify-content: center;}
.sc_Service .sns_list .btn_sns {width: 60px; height: 60px; border: 0px solid transparent; box-sizing: border-box; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; border-radius:100px;}
.sc_Service .sns_list .btn_sns img {width: 100%;}







/* 상품영역(메인) -------------------------------------------------------------------------------------------------------------------------------- */

/* 메인 MD's Pick ======================================== */
.sc_Md {overflow:hidden;}
.sc_Md li {list-style:none;}

.sc_Md .tab_box {margin-bottom: 20px;}
.sc_Md .tab_box .layout_fix {text-align: center;}
.sc_Md .tab_box .swipe_box {display:inline-block; max-width:100%;}
.sc_Md .tab_box .swipe_box ul {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:10px; flex-wrap:nowrap; width:max-content;}
.sc_Md .tab_box .tab {font-size:15px; font-weight: 500; color:#888; padding: 0 15px; box-sizing: border-box; border: 1px solid #fff; border-radius: 10px;}
.sc_Md .tab_box .tab {display: flex; flex-direction: row; justify-content: center; align-items: center; height: 40px;}
.sc_Md .tab_box .hit .tab {background: #000 !important; border-color: #000 !important; color: #fff;}

.sc_Md .rolling_wrap {overflow: hidden;}


/* 메인 카테고리 베스트 ======================================== */
.sc_Ctg {overflow:hidden;}
.sc_Ctg li {list-style:none;}
.sc_Ctg .tab_box {margin-bottom:20px;}
.sc_Ctg .tab_box .inner {text-align: center; border:1px solid #f2f2f2; border-left:0; border-right:0;}
.sc_Ctg .tab_box .swipe_box {display:inline-block; max-width:100%}
.sc_Ctg .tab_box .swipe_box ul {display:flex; justify-content: flex-start; align-items: center; flex-direction:row; gap:15px; flex-wrap:nowrap; width:max-content;}
.sc_Ctg .tab_box .tab {color:#000; font-size:15px; font-weight:700; line-height: 1; box-sizing: border-box; }
.sc_Ctg .tab_box .tab strong {position: relative; display:flex; justify-content: center; align-items: center; flex-direction:column; height:60px; padding: 0 15px; }
.sc_Ctg .tab_box .tab strong:before {content: ''; position: absolute; left: 0; bottom: -1px; width: 0; height: 2px; background: #000; transition: all 0.25s ease-out; -webkit-transition: all 0.25s ease-out;}
.sc_Ctg .tab_box .hit .tab {color: #000 !important;}
.sc_Ctg .tab_box .hit .tab strong:before {width: 100%;}
.sc_Ctg .category_item {}/* 프로그램용 클래스 */
.sc_Ctg .rolling_wrap {overflow:hidden;}


/* 메인 상품 ======================================== */
.sc_Item {border-radius: 10px;}
.sc_Item+ .sc_Item {border-top:0px solid #eee; padding-top:0px;}
/**2025-01-15 원본---s
.sc_Item+ .sc_Item {border-top:1px solid #eee; padding-top:100px;}
**2025-01-15 원본---e/


/* 메인 타임세일 ======================================== */
.sc_Time {overflow:hidden;}
.sc_Time li {list-style:none;}
.sc_Time .rolling_wrap {overflow: hidden;}




/* 메인 바로가기(동그라미) 배너 ======================================== */
.sc_Go {padding:20px 0; border-bottom:1px solid #eeeef5; box-sizing:border-box;}
.sc_Go li {list-style:none;}
.sc_Go .banner_list {overflow:hidden;}
.sc_Go .layout_fix {text-align:center;}
.sc_Go .swipe_box {display:inline-block; max-width:100%}
.sc_Go .swipe_box ul {display:flex; justify-content: center; align-items: flex-start; flex-direction:row; gap:20px; flex-wrap:nowrap; width:max-content;}
.sc_Go .banner {position:relative; display:flex; flex-direction:column; justify-content:flex-start; align-items:center; gap:10px; text-align:center;}
.sc_Go .banner .img_wrap {position:relative; padding:7px; box-sizing:border-box;}
.sc_Go .banner .over_line {position:absolute; left:0; top:0; width:100%; height:100%; border: 3px dashed #b9d0fe; border-radius:80%; box-sizing:border-box; transform:scale(0.85); z-index:1;}
.sc_Go .banner .over_line {transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.sc_Go .banner .img_box {width:100px;  border-radius:70%; overflow:hidden; position:relative; z-index:2; font-size:0px;}
.sc_Go .banner img {width:100%; height:100%; object-fit:cover;}
.sc_Go .banner .title {font-family: 'NanumSquareNeo'; font-weight:500; font-size:16px; color:#000; line-height:1.3;}

/* 배너 이미지 모션 */
@-webkit-keyframes mv_go_rotate {
    0% {transform:scaleX(1);}
    50% {transform:scaleX(0);}
    100% {transform:scaleX(1);}
}
@keyframes mv_go_rotate {
    0% {transform:scaleX(1);}
    50% {transform:scaleX(0);}
    100% {transform:scaleX(1);}
}





/*** 라이브쇼핑 *****/

    .shorts-container {
      display: flex;
      gap: 26px;
      overflow-x: auto;
      scroll-snap-type: x mandatory;
      padding-bottom: 10px;
    }

    .short {
      flex: 0 0 auto;
      width: 330px;
      height: 583px;
      border-radius: 20px;
      overflow: hidden;
      position: relative;
      background: #000;
      color: #fff;
      scroll-snap-align: start;
    }

    .short .overlay {
      position: absolute;
      bottom: 10px;
      left: 50%;
      z-index: 10;
      width: 100%;
      border-radius: 11px 11px;
      background: rgba(0, 0, 0, 0.5);
      width: calc(99% - 20px);
      transform: translateX(-50%);
      padding: 8px;
      align-items: center;

     }

    .price-tag {
      font-weight: bold;
      color: #ffd700;
    }

    .original-price {
      text-decoration: line-through;
      font-size: 12px;
      color: #bbb;
    }

    .discount {
      color: #ff4040;
      margin-left: 5px;
    }

    .channel {
      display: flex;
      align-items: center;
      gap: 6px;
      margin-top: 4px;
    }


/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/skin_responsive.css */
@charset "utf-8";

/*
	 * Max ~ 900px (Mouse Over)
	 ----------------------------
	 * 1300px
	 * 1100px
	 ----------------------------
	 * 900px : Mobile Start
	 * 700px
 */

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */



/* Max ~ 900px (Mouse Over) ---------------------------------------------------------------- */
@media screen and (min-width:900px) {

	/* 상하단 ==================== */
	.sc_Header .gnb_menu .nav_box:hover .first_menu {color: #000;}
	.sc_Header .gnb_menu .nav_box .nav_li:hover .first_menu {color: #d21732;}
	.sc_Header .gnb_menu .nav_box .nav_li:hover .depth_box {display: block;}
	.sc_Header .gnb_menu .depth_box .second_menu:hover .tx {color: #d21732;}
	.sc_Header .gnb_menu .depth_box .second_menu:hover .tx:before {width: 100%;}
	.sc_Header .other_menu .user_link .menu:hover {color: #d21732;}
	.sc_Header .other_menu .user_link .menu:hover {color: #d21732;}
	.sc_Header .search_open .keyword_box .link:hover .tx:before {display: block;}
	.sc_Footer .menu_box .menu:hover {text-decoration:underline;}
	.sc_Header .search_open .keyword_box .link:hover {background:#f5f5f5;}


	/* 상품영역 ==================== */
	.sc_Md .tab_box .tab:hover {background: #eee; border-color: #eee;}
	.sc_Ctg .tab_box .tab:hover .tx {color: #d21732;}


	/* 디자인영역 ==================== */
	.sc_Group_tit a.tit:hover {color: #d21732;}
	.sc_More_btn .link:hover {border-color: #000;}
	/* .sc_Ad .banner .img_box:hover img {transform: scale(1.07, 1.07);} */
	.sc_Single .rolling_wrap:hover .roll_prevnext {opacity: 1; filter: alpha(opacity=100); -ms-filter: alpha(opacity=100);}

	.sc_Review .review_box .photo:hover {cursor: pointer;}
	.sc_Review .review_box .photo:hover:before {background: rgba(0, 0, 0, 0.5);}
	.sc_Review .review_box .photo:hover .icon_h {width: 41px; margin-left: -20px;}
	.sc_Review .review_box .photo:hover .icon_v {height: 41px; margin-top: -20px;}
	.sc_Review .about_item .info .name:hover {text-decoration:underline;}

	.sc_Service .btn_order:hover {background: #222; color: #fff;}
	.sc_Service .sns_list .btn_sns:hover {border-color: #333; background:#fff;}
	.sc_Service dl:hover {background:#fafafa;}

	/* .sc_Go .banner:hover .img_box {animation:mv_go_rotate 0.2s linear forwards; -webkit-animation:mv_go_rotate 0.2s linear forwards;}
	.sc_Go .banner:hover .over_line {transform:scale(1);}
	.sc_Go .banner:hover .title {color:#badfff;} */

}










/* 1300px ~  ---------------------------------------------------------------- */
@media screen and (max-width:1300px) {

	/* 상하단 ==================== */
	.sc_Header .wrapping {gap:0 0px; flex-wrap:wrap;}
	.sc_Header {padding:25px 0;}
	.sc_Header .logo_box {order: 1; align-items: center;}
	.sc_Header .other_menu {order: 4;}
	.sc_Header .gnb_menu {order: 3; width: 100%; flex: none; margin-top:0px;}
	/* 디자인영역 ==================== */
	.sc_Review .rolling_box .li {width: 25%;}
	.sc_Review .rolling_box {margin-left: -15px;}
	.sc_Review .review_box {margin-left:15px;}
	.sc_Visual .layout_fix {padding:0px !important;}

	.sc_Go .swipe_box ul {gap:15px}

}








/* 1100px ~  ---------------------------------------------------------------- */
@media screen and (max-width:1100px) {

	/* 디자인영역 ==================== */
	.sc_Service dl {padding:30px 10px; gap:20px}

}







/* 900px ~ (Mobile Start)  ---------------------------------------------------------------- */
@media screen and (max-width:900px) {

	/* 상하단 ==================== */
	body.if_view .sc_Header {display: none;}
	.sc_Header {padding:15px 0 0 0;}
	.sc_Header .wrapping {flex-wrap:nowrap}
	.sc_Header .other_menu {}
	.sc_Header .other_menu .user_link {display: none;}
	.sc_Header .other_menu .icon_link {margin-right:-8px;}
	.sc_Header .other_menu .icon_link .this_slide {display: flex;}
	.sc_Header .other_menu .icon_link .btn_slide {background-size:22px 25px !important;}
	.sc_Header .gnb_menu {display:none;}
	.sc_Header .category {display:block;}

	.sc_Footer {margin-top:50px;}
	.sc_Footer .layout_fix {flex-direction:column;}
	.sc_Footer .auth_box .pg .guide {text-align:left;}
	.sc_Footer .auth_box .logo {order:-1}
	.sc_Footer .auth_box .logo img {height:40px;}
	.sc_Footer .auth_box .ssl {order:-1}

	/* 디자인영역 ==================== */
	.sc_More_btn {margin-top:15px;}
	.sc_More_btn .link {max-width:100%; height:45px; font-size:13px;}
	.sc_Roll_ctrl {margin-top:15px;}
	.sc_Group {margin-top:50px;}
	.sc_Service .inner {flex-direction:column; border-top-width:1px;}
	.sc_Service .inner dl {border-left:0; flex-direction:row; align-items:center; border-top:1px solid #eee; padding:20px 0; gap:0}
	.sc_Service .inner dt {width:150px; border-right:1px solid #f2f2f2; font-size:12px;}
	.sc_Service .inner dd {flex:1; padding:0 10px;}
	.sc_Service .icon_box {margin-bottom:5px;}
	.sc_Service .icon_box img {height:30px;}
	.sc_Service .tit_en {font-size:15px;}
	.sc_Single .banner img.this_pc {display: none;}
	.sc_Single .banner img.this_mo {display: block;}
	.sc_Review {padding:50px 0;}
	.sc_Review .rolling_box .li {width: 33.333%;}
	.sc_Group_tit .tit {font-size:30px;}
	.sc_Md .tab_box .swipe_box ul {gap:0}
	.sc_Md .tab_box .tab {font-size:14px; padding:0 10px; height:35px;}
	.sc_Md .tab_box {margin-bottom:15px;}
	.sc_Item+ .sc_Item {padding-top:50px;}
	.sc_Visual .visual_img img.this_pc {display:block;}
	.sc_Visual .visual_img img.this_mo {display:block;}

	.sc_Go .swipe_box ul {gap:20px}
	.sc_Go .banner .img_wrap {padding:0;}
	.sc_Go .banner .img_box {width:90px; height:90px;}
	.sc_Go .banner .title {font-size:13px;}

}








/* 700px ~  ---------------------------------------------------------------- */
@media screen and (max-width:700px) {

	/* 상하단 ==================== */
	.sc_Header .other_menu .icon_link .btn {background-size:22px !important; width:40px; height:35px;}
	.sc_Header .other_menu .icon_link .cart_num {top:0; }
	.sc_Header .search_open {padding:30px 20px;}
	.sc_Header .search_open .tit {font-size:30px;}
	body.if_shop_order .sc_Footer {padding-bottom:150px}


	/* 디자인영역 ==================== */
	.sc_Review {padding:30px 0;}
	.sc_Service .inner dt {width:120px;}
	.sc_Ad .rolling_box li:only-child {width: 100%;}
	.sc_Group {margin-top:30px;}
	.sc_Group_tit {margin-bottom:15px;}
	.sc_Group_tit .tit {font-size:25px;}
	.sc_Ctg .tab_box .swipe_box ul {gap:5px}
	.sc_Ctg .tab_box .tab strong {padding:0 10px;}
	.sc_Ad .banner .txt_box {font-size:13px;}
	.sc_Ad .banner .txt_box {padding:20px 5px;}
	.sc_Roll_ctrl .roll_icon {display:none;}
	.sc_Roll_ctrl .roll_pagi {display:flex;}
	.sc_Visual .sc_Roll_ctrl .roll_prevnext {display:none;}
	.sc_Single .layout_fix {padding:0px !important;}

	.sc_Go {padding:30px 0;}
	.sc_Go .swipe_box {display:block; touch-action: manipulation !important}
	.sc_Go .swipe_box ul {display:grid; grid-template-columns:repeat(4, 1fr); flex-wrap:wrap; width:100%; gap:25px 15px; }
	.sc_Go .banner .img_box {width:100%; height:auto; max-width:110px}
	.sc_Go .banner .title {font-size:12px;}
}


/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/customize_p.css */
@charset "utf-8";

/*
	[프로그램팀 맞춤제작 및 수정 CSS]

	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.
	본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다.

	※ css 추가 시, 반드시 날짜와 작업자 이니셜을 기재바랍니다.

	===============================================================================
	반응형으로 제작되어 임의적인 CSS추가는 문제가 될 수 있으니 디자인팀과 반드시 상의바랍니다.
	===============================================================================
*/

/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/customize_d.css */
@charset "utf-8";

/*
	[디자인팀 맞춤제작 및 수정 CSS]

	copyright(c) 상상너머·원데이넷 all rights reserved.
	허용된 라이센스이외 무단도용재배포를 금합니다.
	본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다.

	※ css 추가 시, 반드시 날짜와 작업자 이니셜을 기재바랍니다.

	===============================================================================
	반응형으로 제작되어 임의적인 CSS추가는 문제가 될 수 있으니 디자인팀과 반드시 상의바랍니다.
	===============================================================================
*/



/* 폐쇄몰 경우 :: 2024-05-09 ARA */
html.if_secret .sc_Footer {padding-top:30px;}




/* 달력옵션 품절추가 */
.p_Vcalendar .calendar li {position:relative;}
.p_Vcalendar .day {padding:8px;}
.p_Vcalendar .no .soldout {position:absolute; left:50%; bottom:-5px; font-size:11px; color:#999; transform:translateX(-50%);}




/* 맞춤제작-회원가입구분 ========================================= */
.ct_Member_type {border-bottom:1px solid #f2f2f2; margin-bottom:20px; padding:20px 0 30px;}
.ct_Member_type ul {display:flex; flex-direction:row; justify-content:flex-start; align-items:stretch; gap:20px}
.ct_Member_type li {list-style:none; flex:1;}
.ct_Member_type label.design {flex:1; display:flex; flex-direction:column; justify-content:flex-start; align-items:center;}
.ct_Member_type label.design input {display:none;}
.ct_Member_type .one_type {flex:1; display:flex; flex-direction:column; justify-content:flex-start; align-items:stretch; text-align:center; box-sizing:border-box; max-width:250px; width:100%; font-size:15px;}
.ct_Member_type .one_type .picto {width:80px; height:80px; display:flex; flex-direction:column; justify-content:center; align-items:center; align-self:center; background:#fff;}
.ct_Member_type .one_type .picto {border-radius:100px; border:1px solid #eeeef5; box-sizing:border-box; transition: all 0.2s ease-out; -webkit-transition: all 0.2s ease-out;}
.ct_Member_type .one_type .picto img {height:30px;}
.ct_Member_type .one_type .title {font-size:1.8em; color:#000; font-weight:800; line-height:1; margin-top:20px;}
.ct_Member_type .one_type .sub_title {margin-top:5px; font-size:0.8em; color:#aaa; font-weight:500; line-height:1.4;}
.ct_Member_type .one_type .sub_title em {white-space:nowrap}
.ct_Member_type .one_type .c_btn {margin-top:30px;}
.ct_Member_type .one_type .btn_select {margin-top:20px; border-radius:100px;  display:flex; justify-content:center; align-items:center; flex-direction:column; font-weight:600; color:#000; background:#f5f5f5;}
.ct_Member_type .one_type .btn_select {transition: all 0.1s ease-out; -webkit-transition: all 0.1s ease-out; }
.ct_Member_type .one_type .btn_select strong {height:50px; display:flex; justify-content:center; align-items:center; flex-direction:column; }
.ct_Member_type .one_type .btn_select strong {background:transparent url('/skin/site_m/responsive-food/images/customize/ct_member_select.svg') left center no-repeat; padding-left:20px; background-size:13px !important;}

.ct_Member_type label.design input:checked+ .one_type .btn_select {color:#fff;}
.ct_Member_type label.design input:checked+ .one_type .btn_select strong {background-image: url('/skin/site_m/responsive-food/images/customize/ct_member_select_on.svg');}
.ct_Member_type label.design input:checked+ .one_type.type_id .picto {border-color:#7490ff;}
.ct_Member_type label.design input:checked+ .one_type.type_id .title {color:#7490ff;}
.ct_Member_type label.design input:checked+ .one_type.type_id .btn_select {background:#7490ff;}
.ct_Member_type label.design input:checked+ .one_type.type_cp .picto {border-color:#FF5D4A;}
.ct_Member_type label.design input:checked+ .one_type.type_cp .title {color:#FF5D4A;}
.ct_Member_type label.design input:checked+ .one_type.type_cp .btn_select {background:#FF5D4A;}

/* 슬라이드메뉴 회원타입 */
.p_Slide .my_info .who .member_type {font-size:12px; color:#fff; background:#7490ff; border-radius:3px; padding:0 7px; box-sizing:border-box; height:20px; margin-right:5px;}
.p_Slide .my_info .who .member_type {display:flex; flex-direction:column; justify-content:center; align-items:center;}
.p_Slide .my_info .who .member_type.corp {background:#FF2C3A;}

/* 마이페이지메인 회원타입 */
.c_my_main .stats_bx .name {display:flex; flex-direction:row; justify-content:flex-start; align-items:center; flex-wrap:wrap; margin-top:5px;}
.c_my_main .stats_bx .member_type {font-size:12px; color:#fff; background:#7490ff; border-radius:3px; padding:0 7px; box-sizing:border-box; height:20px; margin-right:5px;}
.c_my_main .stats_bx .member_type {display:inline-flex; flex-direction:column; justify-content:center; align-items:center;}
.c_my_main .stats_bx .member_type.corp {background:#FF2C3A;}

/* 반응형 */
@media screen and (min-width:900px) {
    .ct_Member_type .one_type:hover .picto {box-shadow:10px 10px 10px 0 rgba(0, 0, 0, 0.07);}
	.ct_Member_type .one_type.type_id:hover .picto {border-color:#7490ff;}
	.ct_Member_type .one_type.type_cp:hover .picto {border-color:#FF5D4A;}
	.ct_Member_type .one_type.type_id:hover .title {color:#7490ff;}
	.ct_Member_type .one_type.type_cp:hover .title {color:#FF5D4A;}
}

@media screen and (max-width:700px) {
    .ct_Member_type .one_type .picto {width:60px; height:60px;}
    .ct_Member_type .one_type .picto img {height:25px;}
	.ct_Member_type .one_type {font-size:14px;}
}



/* 영상형 게시판 ========================================= */
.c_board_play {overflow:hidden; margin-top:30px;}
.c_board_play ul {display:flex; flex-direction:row; flex-wrap:wrap; margin-left:-30px; margin-top:-30px;}
.c_board_play li {width:33.33%; list-style:none;}
.c_board_play .post_box {position:relative; margin-left:30px; margin-top:30px; overflow:hidden;}
.c_board_play .video {background:#222 url('/skin/site_m/responsive-food/images/c_img/board_play_none.svg') no-repeat center center;}
.c_board_play .video .iframe_inner {position:relative; padding-top:56%;}
.c_board_play .video iframe {position:absolute; top:0; left:0; width:100% !important; height:100% !important; box-sizing:border-box;}
.c_board_play .posting {margin-top:10px;}
.c_board_play .posting .tit {position:relative;}
.c_board_play .posting .tx {padding:1px 0; font-size:14px; font-weight:500; color:#000; display:-webkit-box; overflow:hidden; text-overflow:ellipsis; -webkit-line-clamp:2; -webkit-box-orient:vertical;}
.c_board_play .posting .date {margin-top:8px;font-size:12px; line-height:1; color:#ccc;}
.c_board_play .posting .conts {display:none;}
.c_board_play .if_notice {width:100%; border-bottom:2px solid #f0f0f0; padding-bottom:30px;}
.c_board_play .if_notice .post_box {display:flex; justify-content:stretch; align-items:stretch; flex-direction:row;}
.c_board_play .if_notice .video {width:60%;}
.c_board_play .if_notice .posting {flex:1; margin-top:0; padding-left:30px; display:flex; justify-content:center; align-items:stretch; flex-direction:column; box-sizing:border-box;}
.c_board_play .if_notice .posting .tit {position:relative;}
.c_board_play .if_notice .posting .tx {font-size:19px; font-weight:700; line-height:1.32; -webkit-line-clamp:2; word-break:keep-all;}
.c_board_play .if_notice .posting .date {margin-top:10px;}
.c_board_play .if_notice .posting .conts {flex:1 1 0; display:block; margin-top:25px; font-size:13px; line-height:1.57; color:#999; word-break:keep-all; overflow-y:auto;}

.c_board_view .video {width:100%; margin-top:15px; background:#222 url('/skin/site_m/responsive-food/images/c_img/board_play_none.svg') no-repeat center center;}
.c_board_view .video .iframe_inner {position:relative; padding-top:56%;}
.c_board_view .video iframe {position:absolute; top:0; left:0; width:100% !important; height:100% !important; box-sizing:border-box;}


/* Max ~ 900px (Mouse Over) ---------------------------------------------------------------- */
@media screen and (min-width:900px) {
	.c_board_play .posting .tit:hover .tx {text-decoration:underline;}
}

/* 1100px ~  ---------------------------------------------------------------- */
@media screen and (max-width:1100px) {
	.c_board_play {margin-top:15px;}
	.c_board_play ul {margin-left:-15px;}
	.c_board_play .post_box {margin-left:15px;}
	.c_board_play .if_notice {padding-bottom:15px;}
}

/* 900px ~  ---------------------------------------------------------------- */
@media screen and (max-width:900px) {
	.c_board_play .if_notice .posting .conts {margin-top:15px;}
}

/* 700px ~  ---------------------------------------------------------------- */
@media screen and (max-width:700px) {
	.c_board_play li {width:50%;}
	.c_board_play .if_notice .post_box {flex-direction:column;}
	.c_board_play .if_notice .video {width:100%;}
	.c_board_play .if_notice .posting {flex:1; margin-top:15px; padding-left:0;}
	.c_board_play .if_notice .posting .conts {flex:auto;}
}



/* 게시판 댓글창 타이틀 : 2024-05-20 PJS */
.c_board_view .reply .reply_title {display:flex; justify-content:start; align-items:center; flex-direction:row; gap:3px; margin-bottom:10px; font-size:17px; line-height:1;}
.c_board_view .reply .reply_title .title {color:#333; font-weight:700;}
.c_board_view .reply .reply_title .total {color:#aaa;}



/* 블로그형 게시판 추가 :: 2024-05-24 PJS ========================================= */
.c_board_view.type_blog {border-top:none;}

/* 블로그형 게시판 타이틀 */
.c_board_view .blog_top {padding-bottom:30px; margin-bottom:25px; border-bottom:1px solid #333; display:flex; justify-content:space-between; align-items:flex-end; flex-direction:row;}
.c_board_view .blog_top .title {flex:1;}
.c_board_view .blog_top .field {font-size:14px; color:#0065e3; font-weight:600; margin-bottom:9px;}
.c_board_view .blog_top .title strong {font-size:22px; color:#000; font-weight:500; line-height:1.2;}
.c_board_view .blog_top .info {display:flex; justify-content:flex-start; align-items:center; flex-direction:row; margin-top:15px;}
.c_board_view .blog_top .info .txt {font-size:12px; color:#888; line-height:1;}
.c_board_view .blog_top .info .txt+ .txt {margin-left:10px; padding-left:11px; position:relative;}
.c_board_view .blog_top .info .txt+ .txt:before {content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); width:1px; height:11px; background:#ddd;}
.c_board_view .blog_top .post_menu {position:relative;}
.c_board_view .blog_top .btn_more {width:30px; height:40px; display:block; background:transparent url('/skin/site_m/responsive-food/images/c_img/board_btn_more.svg') center center no-repeat; background-size:4px;}
.c_board_view .blog_top .open_menu {position:absolute; right:0; width:140px; border:1px solid #ddd; border-radius:3px; box-sizing:border-box; overflow:hidden; background:#fff; display:none;}
.c_board_view .blog_top .open_menu.if_open {display:block;}
.c_board_view .blog_top .btn {display:block; padding:0 15px; box-sizing:border-box;}
.c_board_view .blog_top .btn+ .btn {border-top:1px solid #ddd;}
.c_board_view .blog_top .btn strong {height:35px; color:#333; font-size:14px; display:flex; align-items:center; box-sizing:border-box;}
.c_board_view .blog_top .btn strong {background-repeat:no-repeat; background-position:right center; background-size:13px;}
.c_board_view .blog_top .btn_modify strong {background-image:url('/skin/site_m/responsive-food/images/c_img/board_btn_modify.svg');}
.c_board_view .blog_top .btn_delete strong {color:#ff0000; background-image:url('/skin/site_m/responsive-food/images/c_img/board_btn_delete.svg');}

/* Max ~ 900px (Mouse Over) ---------------------------------------------------------------- */
@media screen and (min-width:900px) {
	.c_board_view .blog_top .btn:hover {background:#f5f5f5;}
}




/* 
리뷰API연동 :: 2024-06-13 ARA ========================================= 
.sc_Review .layout_fix {padding:0px !important;}
.sc_Review .vreview-best-review-widget-iframe {max-width:100% !important;}

.p_Vreviewapi {margin-top:50px;}
.p_Vreviewapi .inner {border:1px solid #eee; box-sizing:border-box;}
.p_Vreviewapi .vreview-main-widget-iframe {max-width:100% !important;}

.vreview-product-review-summary {margin-top:30px;}
.vreview-row vreview-board-popup {display:flex; justify-content:space-between; align-items:center; flex-direction:row;}
.vreview-rating svg {width:18px !important; height:18px !important;}
.vreview-review-summary * {font-size:17px; font-weight:600;}
.vreview-review-summary .vreview-link {font-size:0.8em;}

.p_Vboard.type_review .vreview-board-widget-iframe {max-width:100% !important; margin-top:0px !important;}

@media screen and (max-width:900px) {
	.p_Vboard.type_review .layout_fix {padding:0px 5px !important;}
}
@media screen and (max-width:500px) {
	.p_Vboard.type_review .layout_fix {padding:0px !important;}
}

.c_gridpage .vreview-collection-widget-iframe {max-width:100% !important;}
.c_gridpage .vreview-myreview-widget-iframe {max-width:100% !important;}
*/

/* 조폐공사관련 레이어팝업 추가 :: 2025-02-13 ARA  ========================================= */
.add_LayerPay {position:fixed; right:0; top:0; width:100%; height:100%; display:flex; justify-content:center; align-items:center; flex-direction:column; box-sizing:border-box; padding:15px; z-index:101}
.add_LayerPay {visibility:hidden; transition:all 700ms cubic-bezier(0.19, 1, 0.22, 1);}
.add_LayerPay .wrapping {background:#fff; z-index:2; position:relative; border-radius:10px; overflow:hidden;  box-sizing:border-box; width:100%; max-width:650px; overflow:hidden;}
.add_LayerPay .wrapping {display:flex; justify-content:stretch; align-items:stretch; flex-direction:column; opacity:0; transition:all 0.2s ease-out; -webkit-transition:all 0.2s ease-out;}
.add_LayerPay .title {display:flex; justify-content:center; align-items:center; flex-direction:row; border-bottom:1px solid #333; height:50px; padding:0 15px; flex:none}
.add_LayerPay .title strong {flex:1; color:#000; font-weight:600; font-size:16px;}
.add_LayerPay .title .btn_close {width:30px; height:30px; background:transparent url('/skin/site_m/responsive-food/images/c_img/close_ic.svg') center center / 12px no-repeat;}
.add_LayerPay .content {padding:15px; height:450px; overflow-y:auto; box-sizing:border-box;}
.add_LayerPay .content iframe {width:100%; height:99%; border:0; box-sizing:border-box;}
.add_LayerPay .ctrl_button {display:flex; justify-content:center; align-items:center; flex-direction:row; gap:10px; padding:15px; flex:none; border-top:1px solid #e5e5e5;}
.add_LayerPay .bg_close {position:absolute; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:1; opacity:0; transition:all 0.2s ease-out; -webkit-transition:all 0.2s ease-out; pointer-events:none;}
.add_LayerPay.if_open {visibility:visible; transform:translateY(0);}
.add_LayerPay.if_open .bg_close {opacity:1; pointer-events:initial}
.add_LayerPay.if_open .wrapping {opacity:1;}

@media screen and (max-width:700px) {
	.add_LayerPay {transform:translateX(100%); padding:0px; visibility:visible}
	.add_LayerPay .wrapping {max-width:100%; height:100%; border-radius:0px; opacity:1;}
	.add_LayerPay .content {flex:1}
	.add_LayerPay .ctrl_button .c_btn {flex:1}
}


/* /home/silpin0912/public_html/skin/site_m/responsive-food/css/editor.css */
@charset "utf-8";

/* 본 소스는 모두 (주)상상너머의 지적 재산이며, 이에 대해 무단도용 및 수정 재배포/재편집등을 절대 금하며 적발 시 법적 대응을 할 것임을 경고합니다. */

/* 에디터 Override */
.editor { background: transparent; margin: 0; }
.editor {font-family:inherit; color: #000; font-size: inherit; line-height: inherit; }
.editor span, .editor b, .editor p, .editor em, .editor strong, .editor div { color: inherit; font-size: inherit; line-height: inherit; }
.editor p { margin: 0; padding: 0; min-height:10px; }
/*.editor ul, .editor ul li { list-style-type: disc; list-style-position: inside;  padding-left:1em; margin-left:0;}*/
/*.editor ol, .editor ol li { list-style-type: decimal; list-style-position: inside;  padding-left:1em; margin-left:0;}*/
.editor ul{ list-style-type: disc; list-style-position: inside; margin-left:0;}
.editor ol { list-style-type: decimal; list-style-position: outside;  padding-left:1em; margin:0 1em;}
.editor ol li {display:list-item}
.editor span { display: inline; font-size: inherit; font-style: inherit; font-weight: inherit; }
.editor em {font-style:italic;}
.editor b {font-weight:600;font-size:inherit;font-style:inherit;}
.editor strong {font-weight:600;font-size:inherit;font-style:inherit;}
.editor img { max-width: 100% !important;}
.editor table { margin: inherit; padding: inherit; border:inherit; border-collapse:collapse; border-spacing:inherit; background-image:inherit; border-color: inherit; width: 100%; }
.editor div, .editor img { /* max-width: 100%!important;*/ overflow:hidden; }

.editor_content { background: transparent; min-height: 350px; padding: 10px; margin: 0; }
.editor_content { color:#666; word-wrap:break-word; word-break:break-all; }
.editor_content {font-family:inherit; color: inherit; font-size: inherit; line-height: inherit; }
.editor_content span, .editor_content b, .editor_content p, .editor_content em, .editor_content strong, .editor_content div { color: inherit; font-size: inherit; line-height: inherit; }
.editor_content p { margin: 0; padding: 0; font-family:inherit,sans-serif; font-weight:400; }
/*.editor_content ul, .editor_content ul li { list-style-type: disc; list-style-position: inside;  padding-left:1em; margin-left:0;}*/
/*.editor_content ol, .editor_content ol li { list-style-type: decimal; list-style-position: inside;  padding-left:1em; margin-left:0;}*/
.editor_content ul { list-style-type: disc; list-style-position: inside;  padding-left:1em; margin-left:0;}
.editor_content ol { list-style-type: decimal; list-style-position: outside;  padding-left:1em; margin-left:0;}
.editor_content span { display: inline; font-size: inherit; font-style: inherit; font-weight: inherit; }
.editor_content em {font-style:italic;}
.editor_content b {font-weight:600;font-size:inherit;font-style:inherit;}
.editor_content strong {font-weight:600;font-size:inherit;font-style:inherit;}
.editor_content img { max-width: 100% !important;}
.editor_content table { margin: inherit; padding: inherit; border:inherit; border-collapse:collapse; border-spacing:inherit; background-image:inherit; border-color: inherit; width: 100%; }
.editor_content div, .editor_content img { width: 100%!important; float:left; overflow:hidden; }


/* 에디터 동영상 자동사이징 */
.iframe_wrap {position:relative; width:100%; padding-bottom:56%;}
.iframe_wrap iframe {position:absolute; left:0; top:0; width:100% !important; height:100% !important;}
.iframe_wrap .iframe_wrap {position:absolute; left:0; top:0; width:100% !important; height:100% !important; box-sizing:border-box; padding-bottom:0px;}



/* /home/silpin0912/public_html/include/js/bxslider/jquery.bxslider.css */
/**
 * BxSlider v4.1.3 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	margin-bottom: 0;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

.bxslider {
	margin: 0;
	padding: 0;
}

.bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translateZ(0);
}
/*.bx-viewport *{ -webkit-transform: translateZ(0); }*/

/** THEME
===================================*/

.bx-wrapper {
	/* -moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border:  5px solid #fff;
	background: #fff; */
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	/* bottom: -30px; */
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/include/js/bxslider/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/include/js/bxslider/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/include/js/bxslider/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/include/js/bxslider/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active,
.bx-wrapper .bx-controls-auto .bx-start:focus {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/include/js/bxslider/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active,
.bx-wrapper .bx-controls-auto .bx-stop:focus {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}

/* /home/silpin0912/public_html/include/js/swipejs/css/swiper_5.css */
/**
 * Swiper 5.4.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 16, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
/* /home/silpin0912/public_html/include/smarteditor2/css/ko_KR/smart_editor2_in.css */
@charset "UTF-8";
/* NHN Web Standardization Team (http://html.nhndesign.com/) HHJ 090226 */
/* COMMON */
.se2_inputarea{margin:0;padding:0;font-family:'돋움',Dotum,Helvetica,Sans-serif;font-size:12px;line-height:1.5}
/* body,.se2_inputarea,.se2_inputarea th,.se2_inputarea td{margin:0;padding:0;font-family:'돋움',Dotum,Helvetica,Sans-serif;font-size:12px;line-height:1.5;color:#666} */
.se2_inputarea p,.se2_inputarea br{margin:0;padding:0}
.se2_inputarea{margin:15px;word-wrap:break-word;*word-wrap:normal;*word-break:break-all}
.se2_inputarea td{word-break:break-all}
.se2_inputarea_890{width:741px;margin:20px 0 10px 64px}
.se2_inputarea_698{width:548px;margin:20px 0 10px 64px}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .se2_inputarea td:empty:after,.se2_inputarea td > p:empty:after{content:"\00A0";line-height:1}
}
pre{white-space:pre-line;}
/* TEXT_TOOLBAR : QUOTE */
.se2_quote1{margin:0 0 30px 20px;padding:0 8px;border-left:2px solid #ccc;color:#888}
.se2_quote2{margin:0 0 30px 13px;padding:0 8px 0 16px;background:url("/include/smarteditor2/img/bg_quote2.gif") 0 3px no-repeat;color:#888}
.se2_quote3{margin:0 0 30px;padding:12px 10px 11px;border:1px dashed #ccc;color:#888}
.se2_quote4{margin:0 0 30px;padding:12px 10px 11px;border:1px dashed #66b246;color:#888}
.se2_quote5{margin:0 0 30px;padding:12px 10px 11px;border:1px dashed #ccc;background:#fafafa;color:#888}
.se2_quote6{margin:0 0 30px;padding:12px 10px 11px;border:1px solid #e5e5e5;color:#888}
.se2_quote7{margin:0 0 30px;padding:12px 10px 11px;border:1px solid #66b246;color:#888}
.se2_quote8{margin:0 0 30px;padding:12px 10px 11px;border:1px solid #e5e5e5;background:#fafafa;color:#888}
.se2_quote9{margin:0 0 30px;padding:12px 10px 11px;border:2px solid #e5e5e5;color:#888}
.se2_quote10{margin:0 0 30px;padding:12px 10px 11px;border:2px solid #e5e5e5;background:#fafafa;color:#888}

/* /home/silpin0912/public_html/include/js/air-datepicker/css/datepicker.min.css */
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {    opacity: 0.3;    filter: alpha(opacity=30);    -ms-filter: alpha(opacity=30);}.datepicker--cell-day.-other-month-.-focus-, .datepicker--cell-year.-other-decade-.-focus- {    background: none; border: 0;}.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {    color: #dedede; }.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {    color: #fff;    background: #a2ddf6; }.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {    background: #8ad5f4; }.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.1);    color: #cccccc; }.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.2); }.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {    background: none;    border: none; }/* -------------------------------------------------    Datepicker cells   ------------------------------------------------- */.datepicker--cells {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-wrap: wrap;    -ms-flex-wrap: wrap;    flex-wrap: wrap; }.datepicker--cell {    border-radius: 3px;    box-sizing: border-box;    cursor: pointer;    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    position: relative;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center;    -webkit-justify-content: center;    -ms-flex-pack: center;    justify-content: center;    height: 30px;    z-index: 1;    font-size: 13px;    color: #000;    font-weight: 600;    line-height: 1;}.datepicker--cell.-focus- {    background: #ddd;    border: 1px solid #ddd;}.datepicker--cell.-current- {    color: #0065e3; }.datepicker--cell.-current-.-focus- {    color: #0065e3; }.datepicker--cell.-current-.-in-range- {    color: #4EB5E6; }.datepicker--cell.-in-range- {    background: rgba(92, 196, 239, 0.1);    color: #4a4a4a;    border-radius: 0; }.datepicker--cell.-in-range-.-focus- {    background-color: rgba(92, 196, 239, 0.2); }.datepicker--cell.-disabled- {    cursor: default;    color: #aeaeae; }.datepicker--cell.-disabled-.-focus- {    color: #aeaeae; }.datepicker--cell.-disabled-.-in-range- {    color: #a1a1a1; }.datepicker--cell.-disabled-.-current-.-focus- {    color: #aeaeae; }.datepicker--cell.-range-from- {    border: 1px solid rgba(92, 196, 239, 0.5);    background-color: rgba(92, 196, 239, 0.1);    border-radius: 4px 0 0 4px; }.datepicker--cell.-range-to- {    border: 1px solid rgba(92, 196, 239, 0.5);    background-color: rgba(92, 196, 239, 0.1);    border-radius: 0 4px 4px 0; }.datepicker--cell.-range-from-.-range-to- {    border-radius: 4px; }.datepicker--cell.-selected- {    color: #fff;    border: none;    background: #0065e3;    border: 1px solid #0065e3;}.datepicker--cell.-selected-.-current- { }.datepicker--cell.-selected-.-focus- {    background: #0065e3; }.datepicker--cell:empty {    cursor: default; }.datepicker--days-names {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-flex-wrap: wrap;    -ms-flex-wrap: wrap;    flex-wrap: wrap;    flex-direction: row;    justify-content: flex-start;    align-items: flex-start;    text-align: center;    height: 20px;}.datepicker--day-name {    color: #777;    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center;    -webkit-justify-content: center;    -ms-flex-pack: center;    justify-content: center;    -webkit-flex: 1;    -ms-flex: 1;    flex: 1;    text-align: center;    text-transform: uppercase;    font-size: 11px;    font-weight: 600;}.datepicker--cells-days {    margin-bottom: -5px;}.datepicker--cell-day {    width: 14.28571%;    border-radius: 0;    height: 30px;}.datepicker--cell:before {    content: '';    position: absolute;    left: 50%;    top: 1px;    width: 30px;    height: 30px;    background: #fff;    border: 1px solid #fff;    border-radius: 3px;    box-sizing: border-box;    margin-left: -17px;    z-index: -1;}.datepicker--cell.-selected-{    background: #fff;    border: 0;}.datepicker--cell.-selected-:before{    background: #0065e3;    border-color: #0065e3;}.datepicker--cell.-focus-{    background: #fff;    border: 0;}.datepicker--cell.-focus-:before{    background: #ddd;    border-color: #ddd;}.datepicker--cell.-selected-.-focus-{    background: #fff;    border: 0;}.datepicker--cell.-selected-.-focus-:before{    background: #0065e3;    border-color: #0065e3;}.datepicker--cell.-current-.-selected-.-focus-{    color: #fff;}datepicker--months{ }.datepicker--cells-months { }.datepicker--cell-month {    width: 33.33%;    font-size: 13px;    margin-bottom: 5px;    height: 40px;}.datepicker--cell-month:before {    width: calc(100% - 10px);    height: 100%;    top: 0;    left: 5px;    margin-top: 0;    margin-left: 0;}.datepicker--years { }.datepicker--cells-years { }.datepicker--cell-year {    width: 33.333%;    height: 40px;    font-size: 14px;    margin-bottom: 5px;}.datepicker--cell-year:before {    width: calc(100% - 10px);    height: 100%;    top: 0;    left: 5px;    margin-top: 0;    margin-left: 0;}.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {    color: #dedede; }.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {    color: #fff;    background: #a2ddf6; }.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {    background: #8ad5f4; }.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.1);    color: #cccccc; }.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.2); }.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {    background: none;    border: none; }/* -------------------------------------------------    Datepicker   ------------------------------------------------- */.datepickers-container {    position: absolute;    left: 0;    top: 0; }@media print {    .datepickers-container {        display: none; } }.datepicker {    background: #fff;    border: 1px solid #777;    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);    border-radius: 10px;    box-sizing: content-box;    font-size: 13px;    color: #4a4a4a;    width: 250px;    position: absolute;    left: -100000px;    opacity: 0;    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;    z-index: 210; }.datepicker.-from-top- {    -webkit-transform: translateY(-8px);    transform: translateY(-8px); }.datepicker.-from-right- {    -webkit-transform: translateX(8px);    transform: translateX(8px); }.datepicker.-from-bottom- {    -webkit-transform: translateY(8px);    transform: translateY(8px); }.datepicker.-from-left- {    -webkit-transform: translateX(-8px);    transform: translateX(-8px); }.datepicker.active {    opacity: 1;    -webkit-transform: translate(0);    transform: translate(0);    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease; }.datepicker-inline .datepicker {    border-color: #d7d7d7;    box-shadow: none;    position: static;    left: auto;    right: auto;    opacity: 1;    -webkit-transform: none;    transform: none; }.datepicker-inline .datepicker--pointer {    display: none; }.datepicker--content {    box-sizing: border-box;    padding: 0 10px 15px 10px; }.-only-timepicker- .datepicker--content {    display: none; }.datepicker--pointer {    position: absolute;    background: #fff;    border-top: 1px solid #777;    border-right: 1px solid #777;    width: 9px;    height: 9px;    z-index: -1; }.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {    top: calc(100% - 4px);    -webkit-transform: rotate(135deg);    transform: rotate(135deg); }.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {    right: calc(100% - 4px);    -webkit-transform: rotate(225deg);    transform: rotate(225deg); }.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {    bottom: calc(100% - 4px);    -webkit-transform: rotate(315deg);    transform: rotate(315deg); }.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {    left: calc(100% - 4px);    -webkit-transform: rotate(45deg);    transform: rotate(45deg); }.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {    left: 15px; }.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {    right: 10px; }.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {    left: calc(50% - 10px / 2); }.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {    top: 10px; }.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {    bottom: 10px; }.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {    top: calc(50% - 10px / 2); }.datepicker--body {    display: none; }.datepicker--body.active {    display: block; }.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {    color: #dedede; }.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {    color: #fff;    background: #a2ddf6; }.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {    background: #8ad5f4; }.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.1);    color: #cccccc; }.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.2); }.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {    background: none;    border: none; }/* -------------------------------------------------    Navigation   ------------------------------------------------- */.datepicker--nav {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-justify-content: space-between;    -ms-flex-pack: justify;    justify-content: space-between;    align-items: center;    height: 60px;    padding: 0 10px;    box-sizing: border-box;}.-only-timepicker- .datepicker--nav {    display: none; }.datepicker--nav-title,.datepicker--nav-action {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    cursor: pointer;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center;    -webkit-justify-content: center;    -ms-flex-pack: center;    justify-content: center; }.datepicker--nav-action {    width: 30px;    height: 30px;    border-radius: 3px;    box-sizing: border-box;    -webkit-user-select: none;    -moz-user-select: none;    -ms-user-select: none;    user-select: none;}.datepicker--nav-action:hover {    background: #f5f5f5; }.datepicker--nav-action.-disabled- {    visibility: hidden; }.datepicker--nav-action svg {    width: 32px;    height: 32px;}.datepicker--nav-action path {    fill: none;    stroke: #18273a;    stroke-width: 2px; }.datepicker--nav-title {    font-size: 16px;    color: #18273a;    font-weight: 700;    letter-spacing: -0.4px;}.datepicker--nav-title i {    margin-left: 3px;}.datepicker--nav-title:hover { }.datepicker--nav-title.-disabled- {    cursor: default;    background: none; }.datepicker--buttons {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    padding: 4px;    border-top: 1px solid #efefef; }.datepicker--button {    color: #4EB5E6;    cursor: pointer;    border-radius: 4px;    -webkit-flex: 1;    -ms-flex: 1;    flex: 1;    display: -webkit-inline-flex;    display: -ms-inline-flexbox;    display: inline-flex;    -webkit-justify-content: center;    -ms-flex-pack: center;    justify-content: center;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center;    height: 32px; }.datepicker--button:hover {    color: #4a4a4a;    background: #f0f0f0; }.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {    color: #dedede; }.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {    color: #fff;    background: #a2ddf6; }.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {    background: #8ad5f4; }.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.1);    color: #cccccc; }.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.2); }.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {    background: none;    border: none; }/* -------------------------------------------------    Timepicker   ------------------------------------------------- */.datepicker--time {    border-top: 1px solid #efefef;    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center;    padding: 4px;    position: relative; }.datepicker--time.-am-pm- .datepicker--time-sliders {    -webkit-flex: 0 1 138px;    -ms-flex: 0 1 138px;    flex: 0 1 138px;    max-width: 138px; }.-only-timepicker- .datepicker--time {    border-top: none; }.datepicker--time-sliders {    -webkit-flex: 0 1 153px;    -ms-flex: 0 1 153px;    flex: 0 1 153px;    margin-right: 10px;    max-width: 153px; }.datepicker--time-label {    display: none;    font-size: 12px; }.datepicker--time-current {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center;    -webkit-flex: 1;    -ms-flex: 1;    flex: 1;    font-size: 14px;    text-align: center;    margin: 0 0 0 10px; }.datepicker--time-current-colon {    margin: 0 2px 3px;    line-height: 1; }.datepicker--time-current-hours,.datepicker--time-current-minutes {    line-height: 1;    font-size: 19px;    position: relative;    z-index: 1; }.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after {    content: '';    background: #f0f0f0;    border-radius: 4px;    position: absolute;    left: -2px;    top: -3px;    right: -2px;    bottom: -2px;    z-index: -1;    opacity: 0; }.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after {    opacity: 1; }.datepicker--time-current-ampm {    text-transform: uppercase;    -webkit-align-self: flex-end;    -ms-flex-item-align: end;    align-self: flex-end;    color: #9c9c9c;    margin-left: 6px;    font-size: 11px;    margin-bottom: 1px; }.datepicker--time-row {    display: -webkit-flex;    display: -ms-flexbox;    display: flex;    -webkit-align-items: center;    -ms-flex-align: center;    align-items: center;    font-size: 11px;    height: 17px;    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat; }.datepicker--time-row:first-child {    margin-bottom: 4px; }.datepicker--time-row input[type='range'] {    background: none;    cursor: pointer;    -webkit-flex: 1;    -ms-flex: 1;    flex: 1;    height: 100%;    padding: 0;    margin: 0;    -webkit-appearance: none; }.datepicker--time-row input[type='range']::-webkit-slider-thumb {    -webkit-appearance: none; }.datepicker--time-row input[type='range']::-ms-tooltip {    display: none; }.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {    border-color: #b8b8b8; }.datepicker--time-row input[type='range']:hover::-moz-range-thumb {    border-color: #b8b8b8; }.datepicker--time-row input[type='range']:hover::-ms-thumb {    border-color: #b8b8b8; }.datepicker--time-row input[type='range']:focus {    outline: none; }.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {    background: #5cc4ef;    border-color: #5cc4ef; }.datepicker--time-row input[type='range']:focus::-moz-range-thumb {    background: #5cc4ef;    border-color: #5cc4ef; }.datepicker--time-row input[type='range']:focus::-ms-thumb {    background: #5cc4ef;    border-color: #5cc4ef; }.datepicker--time-row input[type='range']::-webkit-slider-thumb {    box-sizing: border-box;    height: 12px;    width: 12px;    border-radius: 3px;    border: 1px solid #dedede;    background: #fff;    cursor: pointer;    transition: background .2s; }.datepicker--time-row input[type='range']::-moz-range-thumb {    box-sizing: border-box;    height: 12px;    width: 12px;    border-radius: 3px;    border: 1px solid #dedede;    background: #fff;    cursor: pointer;    transition: background .2s; }.datepicker--time-row input[type='range']::-ms-thumb {    box-sizing: border-box;    height: 12px;    width: 12px;    border-radius: 3px;    border: 1px solid #dedede;    background: #fff;    cursor: pointer;    transition: background .2s; }.datepicker--time-row input[type='range']::-webkit-slider-thumb {    margin-top: -6px; }.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {    border: none;    height: 1px;    cursor: pointer;    color: transparent;    background: transparent; }.datepicker--time-row input[type='range']::-moz-range-track {    border: none;    height: 1px;    cursor: pointer;    color: transparent;    background: transparent; }.datepicker--time-row input[type='range']::-ms-track {    border: none;    height: 1px;    cursor: pointer;    color: transparent;    background: transparent; }.datepicker--time-row input[type='range']::-ms-fill-lower {    background: transparent; }.datepicker--time-row input[type='range']::-ms-fill-upper {    background: transparent; }.datepicker--time-row span {    padding: 0 12px; }.datepicker--time-icon {    color: #9c9c9c;    border: 1px solid;    border-radius: 50%;    font-size: 16px;    position: relative;    margin: 0 5px -1px 0;    width: 1em;    height: 1em; }.datepicker--time-icon:after, .datepicker--time-icon:before {    content: '';    background: currentColor;    position: absolute; }.datepicker--time-icon:after {    height: .4em;    width: 1px;    left: calc(50% - 1px);    top: calc(50% + 1px);    -webkit-transform: translateY(-100%);    transform: translateY(-100%); }.datepicker--time-icon:before {    width: .4em;    height: 1px;    top: calc(50% + 1px);    left: calc(50% - 1px); }.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {    color: #dedede; }.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {    color: #fff;    background: #a2ddf6; }.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {    background: #8ad5f4; }.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.1);    color: #cccccc; }.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {    background-color: rgba(92, 196, 239, 0.2); }.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {    background: none;    border: none; }

