@charset "utf-8";

body {min-width:300px;}
.blind {overflow: hidden;position: absolute;width: 1px;height: 1px;margin: -1px;padding: 0;border: 0;clip: rect(0 0 0 0);}

/* [공통] 툴팁 */
.iconTooltip {display:inline-block; width:16px; height:16px; background: url('//icon.feelway.com/recent/pc/common/icon/icon_tooltip.png') no-repeat 0 0; vertical-align:middle; font-size:0; line-height:0;}
.commonTooltipLayerPopup {display:none; position:absolute; top:100px; right:15px; left:15px; padding:15px; border:1px solid #000; background:#fff; z-index:10;}
.commonTooltipLayerPopup.current{display:block;}
.commonTooltipLayerPopup__header {display:flex; justify-content:space-between; align-items:center;}
.commonTooltipLayerPopup__header__title {color:#222222; font-size:15px; font-weight:600;}
.commonTooltipLayerPopup__header__closeButtonWrap {position:absolute;top:15px;right:15px;font-size:0; line-height:0;}
.commonTooltipLayerPopup__header__closeButtonWrap .button {display:inline-block; width:12px; height:12px; background: url('//icon.feelway.com/recent/mo/common/button/btn_close06.png') no-repeat 0 0/12px;}
.commonTooltipLayerPopup__header + .commonTooltipLayerPopup__textList {margin-top:9px;}
.commonTooltipLayerPopup__textList {margin-top:9px;}
.commonTooltipLayerPopup__textList li {position:relative; padding-left:15px; color:#555555; font-size:13px; line-height:24px;}
.commonTooltipLayerPopup__textList li::after {display:block; content:" "; position:absolute; top:9px; left:7px; width:2px; height:2px; background:#666666;}

/* [공통] 폼 스타일 */
.commonForm {display:flex; justify-content:space-between; position:relative;}
.commonForm + .commonForm {margin-top:15px;}
.commonForm__divisionStyle01 {overflow:hidden;position:relative; width:calc(50% - 5px);}

.selectStyle01 {width:100%; height:45px; padding:0 45px 0 10px; border:1px solid #e6e6e6; -webkit-box-sizing:border-box; box-sizing:border-box; background:#fff url('//icon.feelway.com/recent/mo/common/bullet/bul_select05.png') no-repeat right 10px top 50%/12px 7px; color:#999999; border-radius:0; appearance:none; font-size:14px; line-height:45px;text-align:left;}
.selectStyle01:disabled {border-color:#ccc;color:#999; background-color:#f3f4f6;}
.selectStyle01 option{color:#999;}
.selectStyle01 option:checked{color:#555}
.selectStyle02 {width:100%;height:40px;padding:0 20px 0 10px;border:1px solid #e6e6e6;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff url('//icon.feelway.com/recent/mo/common/bullet/bul_select05.png') no-repeat right 10px top 50%/12px 7px;color:#999;border-radius:0;appearance:none;font-size:13px;line-height:40px;text-align:left;}
.selectStyle02:disabled {border-color:#ccc;color:#999;background-color:#f3f4f6;}
.selectStyle02 option{color:#999;}
.selectStyle02 option:checked{color:#555}
.inputStyle01 {width:100%; height:45px; padding:0 45px 0 10px; border:1px solid #e6e6e6; -webkit-box-sizing:border-box; box-sizing:border-box; background:#fff; color:#000; border-radius:0; -webkit-appearance:none; appearance:none; font-size:14px; line-height:45px;}
.inputStyle01::placeholder {color:#999999; font-size:14px;}
.inputStyle01:read-only { padding-right:10px;background:#f3f4f6; color:#999;}
.inputStyle01.inputRateArea {width: 124px;padding-right:10px;}
.inputStyle02 {width:100%; height:45px; padding:0 20px 0 10px; border:1px solid #e6e6e6; -webkit-box-sizing:border-box; box-sizing:border-box; background:#fff; color:#000; border-radius:0; -webkit-appearance:none; appearance:none; font-size:14px; line-height:45px;}
.inputStyle02::placeholder {color:#999999; font-size:14px;}
.inputStyle02:read-only { padding-right:10px;background:#f3f4f6; color:#999;}
.inputStyle03 {width:100%;height:40px;padding:0 20px 0 10px;border:1px solid #e6e6e6;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff;color:#222;border-radius:0;-webkit-appearance:none;appearance:none;font-size:13px;line-height:40px;}
.inputStyle03::placeholder {color:#999;font-size:14px;}
.inputStyle03:read-only { padding-right:10px;background:#f3f4f6;color:#999;}
.inputClearBtnbox {position:relative;}
.inputClearBtnbox .delBtn {display:none; position:absolute; top:0; right:0; width:45px; height:45px; background: url('//icon.feelway.com/recent/mo/common/button/btn_del.png') no-repeat right 15px top 50% / 15px; z-index:10; font-size:0; line-height:0;}
.inputRequireError {border-color:#ec5026;}

/* [공통] panel 스타일 */
.panelStyle01 {width: auto;height: 42px;padding: 0 18px;margin-left: -6px; background: #fff;color: #555;border-radius: 0;outline:none;appearance: none;font-size: 14px;line-height: 42px;}
.panelStyle01::placeholder {color: #888;font-size: 13px;}
/*.panelStyle01:read-only {background:#f3f4f6; color:#999;}*/

input[type="checkbox"].formCheckbox01 {display:none;}
input[type="checkbox"].formCheckbox01 + label {display:inline-block; position:relative; padding-left:25px;border:none;color:#555555; vertical-align:middle; font-size:13px;}
input[type="checkbox"].formCheckbox01 + label::after {content:''; position:absolute; top:2px; left:0; width:15px; height:15px; border:2px solid #999999; -webkit-box-sizing:border-box; box-sizing:border-box; background:#fff;}
input[type="checkbox"].formCheckbox01 + label.top::after {top:3px;}
input[type="checkbox"].formCheckbox01 + label.noText {width:15px;height:15px;padding-left:0;}
input[type="checkbox"].formCheckbox01:checked + label::after {border:none; background: url('//icon.feelway.com/recent/mo/common/bullet/bul_checked_on.png') no-repeat 0 0/15px;}

input[type="checkbox"].formCheckbox02 {display:none;}
input[type="checkbox"].formCheckbox02 + label {display:inline-block; position:relative; padding-left:28px; color:#555555; vertical-align:middle; font-size:14px;}
input[type="checkbox"].formCheckbox02 + label::after {content:''; position:absolute; top:1px; left:0; width:18px; height:18px; -webkit-box-sizing:border-box; box-sizing:border-box; background:url('//icon.feelway.com/recent/pc/common/icon/icon_inputCheckbox_round.png') no-repeat; background-size: 36px;}
input[type="checkbox"].formCheckbox02 + label .require {color:#ec5026;}
input[type="checkbox"].formCheckbox02:checked + label::after {background-position:right center;}

input[type="checkbox"].formCheckbox03 {display:none;}
input[type="checkbox"].formCheckbox03 + label {position: relative;display:inline-block;width:35px;height:20px;border-radius:15px;background:#cccccc;font-size:0;line-height: 0;vertical-align:middle;}
input[type="checkbox"].formCheckbox03 + label::after {content:'';display:block;position:absolute;top:2px;left:3px;width:15px;height:15px;border-radius: 50%;background:#fff;transition: 0.3s;}
input[type="checkbox"].formCheckbox03 + label::before {content:'받지않음';display:block;position:absolute;right:40px;top:4px;width: 50px;color:#cccccc;font-size:12px;line-height:1;text-align: right;}
input[type="checkbox"].formCheckbox03:checked + label {background-color:#169DA8;}
input[type="checkbox"].formCheckbox03:checked + label::after {left:calc(100% - 32px);transform:translateX(92%);}
input[type="checkbox"].formCheckbox03:checked + label::before {content:'받음';color:#169DA8;}

.checkboxStyle01 input[type="checkbox"] {display: none;}
.checkboxStyle01 input[type="checkbox"] + label {width: 100%;height: 100%;}
.checkboxStyle01 input[type="checkbox"] + label .chkIcon {display: block;margin: 0 auto;width: 16px;height: 16px;background: url('//icon.feelway.com/recent/pc/common/icon/icon_chkeckbox.png')no-repeat center top;background-size: 100%;}
.checkboxStyle01 input[type="checkbox"]:checked + label .chkIcon {background-position: 0 100%;}
.checkboxStyle01 input[type="checkbox"] + label .chkIcon2 {display: block;margin: 0 auto;width: 16px;height: 16px;background: url('//icon.feelway.com/recent/pc/common/icon/icon_chkeckbox_v2.png')no-repeat center top;background-size: 100%;}
.checkboxStyle01 input[type="checkbox"]:checked + label .chkIcon2 {background-position: 0 100%;}

input[type="radio"].formRadio01 {display:none;}
input[type="radio"].formRadio01 + label {display:inline-block;position: relative;padding-left:28px;border:none;color:#555555;vertical-align: middle;font-size:14px;}
input[type="radio"].formRadio01 + label::after {content:''; position:absolute; top:1px; left:0; width:18px; height:18px; -webkit-box-sizing:border-box; box-sizing:border-box; background: url('//icon.feelway.com/recent/mo/common/bullet/bul_radio_off.png') no-repeat 0 0 / 18px;}
input[type="radio"].formRadio01 + label .require {color:#ec5026;}
input[type="radio"].formRadio01:checked + label {}
input[type="radio"].formRadio01:checked + label::after {background: url('//icon.feelway.com/recent/mo/common/bullet/bul_radio_on.png') no-repeat 0 0/18px;}
input[type="radio"].formRadio02 + label {color:#666;}
input[type="radio"].formRadio02:checked + label {color:#222;font-size:14px;}
input[type="radio"].formRadio02 {accent-color: #222;width: 15px;height: 15px;margin-right:5px;opacity: 0.4;}
input[type="radio"].formRadio02:checked {opacity: 1;}

.radioBasicArea:has(input[type="radio"].formRadio02) {display:flex;gap:8px;}
.radioBasicArea__cont {display:flex;align-items:center;}
input[type="radio"].formRadio02 + label {color:#666;font-size:14px;}
input[type="radio"].formRadio02:checked + label {color:#222;}
input[type="radio"].formRadio02 {accent-color: #222;width: 17px;height: 17px;margin-right:5px;opacity: 0.4;}
input[type="radio"].formRadio02:checked {opacity: 1;}
.disabled input[type="radio"].formRadio02 + label {opacity: 0.6;}


/* [공통] textarea author:zayong */
.textareaStyle01{display:block;width:100%;height:160px;padding:15px;border:1px solid #e6e6e6;box-sizing:border-box;font-size: 14px;color:#555;}
.textareaStyle01::placeholder{color:#999}

/* 버튼형 라디오버튼 */
.radioTab {display:flex;}
.radioTab .radioTab__radioButton {flex:1;-webkit-box-sizing:border-box; box-sizing:border-box;}
.radioTab .radioTab__radioButton + .radioTab__radioButton {margin-left:-1px;}
.radioTab .radioTab__radioButton input[type="radio"] {display:none;}
.radioTab .radioTab__radioButton input[type="radio"] + label {display:flex; justify-content:center; height:40px; border:1px solid #ccc; text-align:center; align-items:center; font-size:13px;color:#555;}
.radioTab .radioTab__radioButton input[type="radio"]:checked + label {position:relative; border-color:#169dab; color:#169dab; z-index:1;}
.radioTab.roundGap {gap:5px;}
.radioTab.roundGap .radioTab__radioButton input[type="radio"] + label {border-radius:5px;}
.radioTab.disabled .radioTab__radioButton {opacity:0.6;}

/* validation error */
/* 필수입력 bullet */
.inputRequireError {border-color:#ec5026;}
/* 필수입력 에러메세지 */
.requireErrorMessage {position:relative; margin-top:10px; padding-left:20px; color:#ec5026; line-height:18px; font-size:13px;}
.requireErrorMessage:before {content:''; position:absolute; top:1px; left:0; width:16px; height:16px; background:#ec5026 url('//icon.feelway.com/recent/mo/contents/order/ico_require_error.png') no-repeat 50% 50% / 2px; border-radius:50%;}

/* 배송지입력 */
.inputForm__formTitle {margin-top:25px; color:#222; line-height:1; font-weight:400; font-size:14px;}
.inputForm__formTitle:first-child, .inputForm__formTitle.first {margin-top:0;}
.inputForm__formTitle .iconRequire { display:inline-block; width:6px; height:6px; margin:-3px 0 0 7px; background:#ec5026; color:transparent;vertical-align:middle; border-radius:50%; font-size:0;}
.inputForm__formTitle + .inputWrap01 {margin-top:10px;}
.inputForm__formTitle + .inputStyle01 {margin-top:10px;}
.shippingAddressForm__searchZipcode {margin-top:25px;}
.shippingAddressForm__searchZipcode .inputWrap01 {margin-top:6px;}
.shippingAddressForm__searchZipcode__detail {position:relative; margin-top:10px; padding-right:98px;}
.shippingAddressForm__searchZipcode__detail .searchAddressButton {position:absolute; top:0; right:0; width:93px; height:45px; background:#fff; color:#888; border:1px solid #e6e6e6; line-height:45px; font-size:13px;}
.shippingAddressForm__guideText {position:relative; margin-top:8px; padding-left:10px; color:#999; font-size:13px; line-height:18px;}
.shippingAddressForm__guideText:after { display:block; content:'';position:absolute; top:6px; left:0; width:3px; height:3px; background:#999;}

/* [공통] 버튼 */
.buttonWrapper01 {}
.buttonWrapper02 {}
.buttonWrapper03 {}

.buttonBasic {display:inline-flex; justify-content:center; width:100%; -webkit-box-sizing:border-box; box-sizing:border-box; text-align:center; vertical-align:middle; flex-wrap:wrap; align-content:space-around; font-weight:600; cursor:pointer;}
.buttonBasic.disabled {opacity:.3; cursor:default;}
.buttonDefaultWrap {display:flex;gap:4px;}
.buttonDefaultWrap.flexCenter {justify-content:center;}
.buttonDefaultWrap.flexEnd {justify-content:flex-end;}

.buttonDefault01 {background:#36353D; color:#fff;} /* 컬러 버튼 */
.buttonDefault02 {background:#999; color:#fff;}
.buttonDefault03 {background:#169dab; color:#fff;}
.buttonDefault04 {background:#EC5026; color:#fff;}
.buttonDefault05 {background:#1088ED; color:#fff;}
.buttonDefault01:hover, .buttonDefault02:hover, .buttonDefault03:hover, .buttonDefault04:hover, .buttonDefault05:hover {color:#fff;}

.buttonOutline01 {border:1px solid #36353D; color:#36353D;} /* 아웃라인 버튼 */
.buttonOutline02 {border:1px solid #ccc; color:#555;}
.buttonOutline03 {border:1px solid #169dab; color:#169dab;}
.buttonOutline04 {border:1px solid #EC5026; color:#EC5026;}
.buttonOutline05 {border:1px solid #1088ED; color:#1088ED;}

.buttonRounded01 {background:#36353D; color:#fff;} /* 라운드 컬러 */
.buttonRounded02 {background:#999; color:#fff;}
.buttonRounded03 {background:#169dab; color:#fff;}
.buttonRounded04 {background:#EC5026; color:#fff;}
.buttonRounded05 {background:#1088ED; color:#fff;}

.buttonRoundedOutline01 {border:1px solid #36353D; background:#fff; color:#36353D;} /* 라운드 아웃라인 버튼 */
.buttonRoundedOutline02 {border:1px solid #ccc; background:#fff; color:#555;}
.buttonRoundedOutline03 {border:1px solid #169dab; background:#fff; color:#169dab;}
.buttonRoundedOutline04 {border:1px solid #EC5026; background:#fff; color:#EC5026;}
.buttonRoundedOutline05 {border:1px solid #1088ED; background:#fff; color:#1088ED;}
.buttonRoundedOutline06 {border:1px solid #e5e5e5; background:#fff; color:#333;}
.buttonRoundedOutline07 {border:1px solid #d6d6d6; background:#fff; color:#6d6d6d;}

/* 버튼 사이즈 */
.sizeSX {height:24px; padding:0 10px; font-size:12px;}
.sizeSS {height:28px; padding:0 10px; font-size:12px;}
.sizeSM {height:32px; padding:0 10px; font-size:13px;}
.sizeSL {height:36px; padding:0 10px; font-size:13px;}
.sizeMS {height:38px; padding:0 15px; font-size:13px;}
.sizeMM {height:40px; padding:0 15px; font-size:13px;}
.sizeML {height:42px; padding:0 15px; font-size:13px;}
.sizeLS {height:45px; padding:0 20px; font-size:14px;}
.sizeLM {height:48px; padding:0 20px; font-size:15px;}


.buttonRounded01.sizeSS,
.buttonRounded02.sizeSS,
.buttonRounded03.sizeSS,
.buttonRounded04.sizeSS,
.buttonRounded05.sizeSS,
.buttonRounded01.sizeSM,
.buttonRounded02.sizeSM,
.buttonRounded03.sizeSM,
.buttonRounded04.sizeSM,
.buttonRounded05.sizeSM,
.buttonRounded01.sizeSL,
.buttonRounded02.sizeSL,
.buttonRounded03.sizeSL,
.buttonRounded04.sizeSL,
.buttonRounded05.sizeSL,
.buttonRounded01.sizeMS,
.buttonRounded02.sizeMS,
.buttonRounded03.sizeMS,
.buttonRounded04.sizeMS,
.buttonRounded05.sizeMS,
.buttonRounded01.sizeMM,
.buttonRounded02.sizeMM,
.buttonRounded03.sizeMM,
.buttonRounded04.sizeMM,
.buttonRounded05.sizeMM,
.buttonRounded01.sizeML,
.buttonRounded02.sizeML,
.buttonRounded03.sizeML,
.buttonRounded04.sizeML,
.buttonRounded05.sizeML,
.buttonRoundedOutline01.sizeSS,
.buttonRoundedOutline02.sizeSS,
.buttonRoundedOutline03.sizeSS,
.buttonRoundedOutline04.sizeSS,
.buttonRoundedOutline05.sizeSS,
.buttonRoundedOutline06.sizeSS,
.buttonRoundedOutline01.sizeSX,
.buttonRoundedOutline02.sizeSX,
.buttonRoundedOutline03.sizeSX,
.buttonRoundedOutline04.sizeSX,
.buttonRoundedOutline05.sizeSX,
.buttonRoundedOutline06.sizeSX,
.buttonRoundedOutline07.sizeSX,
.buttonRoundedOutline01.sizeSM,
.buttonRoundedOutline02.sizeSM,
.buttonRoundedOutline03.sizeSM,
.buttonRoundedOutline04.sizeSM,
.buttonRoundedOutline05.sizeSM,
.buttonRoundedOutline01.sizeSL,
.buttonRoundedOutline02.sizeSL,
.buttonRoundedOutline03.sizeSL,
.buttonRoundedOutline04.sizeSL,
.buttonRoundedOutline05.sizeSL,
.buttonRoundedOutline01.sizeMS,
.buttonRoundedOutline02.sizeMS,
.buttonRoundedOutline03.sizeMS,
.buttonRoundedOutline04.sizeMS,
.buttonRoundedOutline05.sizeMS,
.buttonRoundedOutline01.sizeMM,
.buttonRoundedOutline02.sizeMM,
.buttonRoundedOutline03.sizeMM,
.buttonRoundedOutline04.sizeMM,
.buttonRoundedOutline05.sizeMM,
.buttonRoundedOutline01.sizeML,
.buttonRoundedOutline02.sizeML,
.buttonRoundedOutline03.sizeML,
.buttonRoundedOutline04.sizeML,
.buttonRoundedOutline05.sizeML {
	border-radius:4px;
}
.buttonRounded01.sizeLS,
.buttonRounded02.sizeLS,
.buttonRounded03.sizeLS,
.buttonRounded04.sizeLS,
.buttonRounded05.sizeLS,
.buttonRounded01.sizeLM,
.buttonRounded02.sizeLM,
.buttonRounded03.sizeLM,
.buttonRounded04.sizeLM,
.buttonRounded05.sizeLM,
.buttonRounded01.sizeLL,
.buttonRounded02.sizeLL,
.buttonRounded03.sizeLL,
.buttonRounded04.sizeLL,
.buttonRounded05.sizeLL,
.buttonRoundedOutline01.sizeSL,
.buttonRoundedOutline02.sizeSL,
.buttonRoundedOutline03.sizeSL,
.buttonRoundedOutline04.sizeSL,
.buttonRoundedOutline05.sizeSL,
.buttonRoundedOutline01.sizeLM,
.buttonRoundedOutline02.sizeLM,
.buttonRoundedOutline03.sizeLM,
.buttonRoundedOutline04.sizeLM,
.buttonRoundedOutline05.sizeLM {
	border-radius:5px;
}

/* [공통] 하단 버튼 */
.commonFooterButton__align__center {margin-top:80px;text-align:center; font-size:0; line-height:0;}
.commonFooterButton__align__center .button {display:inline-block; min-width:177px; height:42px; margin:0 5px; padding:0 10px; border:1px solid #222; -webkit-box-sizing:border-box; box-sizing:border-box; color:#222222; font-size:16px; line-height:42px;}
.commonFooterButton__align__center .button.primary {background:#222; color:#fff;}

/* 주문내역__공통__버튼 */
.buttonStyle01 {display:inline-block; min-width:92px; height:40px; border:1px solid #e6e6e6; -webkit-box-sizing:border-box; box-sizing:border-box; color:#555; text-align:center; border-radius:7px; font-size:13px; line-height:40px;}
.buttonStyle01.highlight {border:1px solid #ec5026; background:#ec5026; color:#fff;}
.buttonStyle01.more {width:40px; background: url("//icon.feelway.com/recent/mo/contents/order/ico_more.png") no-repeat center/13px 3px;}

/* bottom영역 의사 진행 버튼 */
.footerButton__wrap {height:79px;}
.footerButton01 {display:flex;}
.footerButton01.fixed {position:fixed; bottom:0; left:0; width:100%; padding:15px; -webkit-box-sizing:border-box; box-sizing:border-box; background:#fff; border-top:1px solid #bbb;}
.footerButton01 li {flex:1;}
.footerButton01 .indentButton01 {width:100%; height:48px; border:1px solid #222; background:#fff; color:#222; text-align:center; line-height:46px; font-size:15px;}
.footerButton01 .indentButton02 {width:100%; height:48px; border:1px solid #222; background:#222; color:#fff; text-align:center; line-height:46px; font-size:15px;}

/* [공통] 딤팝업 */
.commonDimPopup {display:none; position:fixed; top:0; right:0; bottom:0; left:0; background:rgba(0, 0, 0, 0.8); z-index:850;}
.commonDimPopup .layerPopup01 {position:fixed; top:50%; right:23px; left:23px; background:#fff; z-index:200; -webkit-transform:translateY(-50%); transform:translateY(-50%);}
.commonDimPopup .layerPopup01__header {overflow:hidden; width:100%; height:48px; -webkit-box-sizing:border-box; box-sizing:border-box; border-bottom:1px solid #bbb; border-bottom:1px solid #e6e6e6;}
.commonDimPopup .layerPopup01__header__title {float:left; height:100%; padding-left:14px; font-size:18px; font-weight:600; line-height:48px;}
.commonDimPopup .layerPopup01__header__close {float:right; height:100%;}
.commonDimPopup .layerPopup01__header__close .closebtn {display:inline-block; position:relative; width:52px; height:100%; border:none; background:none; font-size:0; line-height:0;}
.commonDimPopup .layerPopup01__header__close .closebtn::after {display:block; content:" "; position:absolute; top:50%; left:50%; width:13px; height:13px; background: url('//icon.feelway.com/recent/mo/common/button/btn_close05.png') no-repeat 0/100%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%);}
.commonDimPopup .layerPopup01__content {}
.commonDimPopup .layerPopup01__content__buttonWrap {display:table; width:100%; padding:20px; -webkit-box-sizing:border-box; box-sizing:border-box;}
.commonDimPopup .layerPopup01__content__buttonWrap li {display:table-cell; padding:0 2px;}
.commonDimPopup .layerPopup01__content__buttonWrap .button {display:inline-block; width:100%; height:50px; background-position:50%; background-repeat:no-repeat; background-size:54px; font-size:0; line-height:0;}
.commonDimPopup .layerPopup01__content__buttonWrap .button.kakao { background-image:url('//icon.feelway.com/recent/mo/common/bg_snsshare01.png');background-color:#f6e24b;}
.commonDimPopup .layerPopup01__content__buttonWrap .button.facebook { background-image:url('//icon.feelway.com/recent/mo/common/bg_snsshare02.png');background-color:#46517e;}
.commonDimPopup .layerPopup01__content__buttonWrap .button.twitter { background-image:url('//icon.feelway.com/recent/mo/common/bg_snsshare03.png');background-color:#5ab1e9;}
.commonDimPopup .layerPopup01__content__buttonWrap .button.addressCopy { background-image:url('//icon.feelway.com/recent/mo/common/bg_snsshare04.png');background-color:#9d9fa2;}

.commonfullPopup {display:none; position:fixed; top:0; right:0; bottom:0; left:0; background:#fff; z-index:850;}
.commonfullPopup .commonfullPopup__header {display:flex; position:fixed; top:0; left:0; width:100%; height:50px; -webkit-box-sizing:border-box; box-sizing:border-box; background:#fff; z-index:1; align-items:center; border-bottom:1px solid #e6e6e6;}
.commonfullPopup .commonfullPopup__header .commonfullPopup__header__title { flex:1; padding-left:0;text-align:center; font-size:16px; font-weight:600;}
.commonfullPopup .commonfullPopup__header__close {position:fixed; top:5px; right:5px; float:none; height:auto; z-index:1;}
.commonfullPopup .commonfullPopup__header__close .closebtn {width:36px; height:36px; color:transparent; font-size:0;}
.commonfullPopup .commonfullPopup__header__close .closebtn:before {display:block; content:''; position:absolute; top:17px; left:10px; width:18px; height:2px; background:#222; transform:rotate(45deg);}
.commonfullPopup .commonfullPopup__header__close .closebtn:after {display:block; content:''; position:absolute; top:17px; left:10px; width:18px; height:2px; background:#222; transform:rotate(-45deg);}
.commonfullPopup .commonfullPopup__content {position:fixed; top:50px; bottom:0; left:0; width:100%; overflow-y:auto;}
.commonfullPopup .footerButton01 {width:100%; padding:15px; box-sizing:border-box; background:#fff; border-top:1px solid #bbb;}
.commonfullPopup.hasFixedButton .commonfullPopup__content {bottom:79px;}
.commonfullPopup.hasFixedButton .commonfullPopup__footer {position:fixed; right:0; bottom:0; left:0; width:100%;}

/* 페이징 */
.pagination {display:flex; justify-content:space-between; height:40px; margin-top:20px; padding:0 15px; align-items:center; font-size:0;}
.pagination .pagination__control {display:inline-block; position:relative; width:40px; height:40px; border:1px solid #bbb; -webkit-box-sizing:border-box; box-sizing:border-box; background:none; font-size:0; line-height:0;}
.pagination__previous .pagination__control.prev {margin-left:5px;}
.pagination__previous .pagination__control.first::before {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 1px; transform:rotate(-45deg); border-top:1px solid #222; border-left:1px solid #222;}
.pagination__previous .pagination__control.first::after {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -4px; transform:rotate(-45deg); border-top:1px solid #222; border-left:1px solid #222;}
.pagination__previous .pagination__control.prev::after {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -1px; transform:rotate(-45deg); border-top:1px solid #222; border-left:1px solid #222;}
.pagination__currentpage {color:#222; font-size:17px;}
.pagination__currentpage.pagination__currentpage__location {color:#555; font-weight:600;}
.pagination__next .pagination__control.last {margin-left:5px;}
.pagination__next .pagination__control.next::after {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -5px; transform:rotate(45deg); border-top:1px solid #222; border-right:1px solid #222;}
.pagination__next .pagination__control.last::before {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -8px; transform:rotate(45deg); border-top:1px solid #222; border-right:1px solid #222;}
.pagination__next .pagination__control.last::after {display:block; content:""; position:absolute; top:50%; left:50%; width:6px; height:6px; margin:-4px 0 0 -3px; transform:rotate(45deg); border-top:1px solid #222; border-right:1px solid #222;}
.pagination__control.disabled {opacity:0.3;}

/* 상품정보 author:zayong */
.goodsInfomation{position:relative;display:flex;}
.goodsInfomation.disable{opacity:0.3;}
.goodsInfomation__picture{position:relative;overflow:hidden;width:65px;height:65px;border-radius:5px; background:#f0f0f0 url("//icon.feelway.com/recent/mo/common/bg_empty.png") no-repeat center/40px 40px;}
.goodsInfomation__picture .link {position:relative;z-index: 1;display:block;width:100%;height:100%;}
.goodsInfomation__picture::after {display: block;content: "";width: 100%;height: 100%;position: absolute;left: 0;top: 0;background-color: rgba(0,0,0,.04);}
.goodsInfomation__picture img{width:100%;height:100%;}
.goodsInfomation__picture + .goodsInfomation__description{width:calc(100% - 75px);padding:0 0 0 10px;}
.goodsInfomation__picture + .goodsInfomation__description .link {position:relative;z-index: 1;display:block;width:100%;height:100%;}
.goodsInfomation__description{display:flex;justify-content:center;width:100%;padding-top:4px;flex-direction:column;}
.goodsInfomation__description__orderUserName{color:#222;font-size:12px;font-weight:bold;}
.goodsInfomation__description__orderUserName .iconGrade{display:inline-block;width:16px;height:18px;margin:-3px 5px 0 0;vertical-align:middle;}
.goodsInfomation__description__orderUserName .iconGrade.num1{background: url("//icon.feelway.com/recent/common/mo/grade/bg-rank-01.png") no-repeat center/16px 18px;}
.goodsInfomation__description__orderUserName .iconGrade.num2{background: url("//icon.feelway.com/recent/common/mo/grade/bg-rank-02.png") no-repeat center/16px 18px;}
.goodsInfomation__description__orderUserName .iconGrade.num3{background: url("//icon.feelway.com/recent/common/mo/grade/bg-rank-03.png") no-repeat center/16px 18px;}
.goodsInfomation__description__orderUserName .iconGrade.num4{background: url("//icon.feelway.com/recent/common/mo/grade/bg-rank-04.png") no-repeat center/16px 18px;}
.goodsInfomation__description__orderUserName .iconGrade.num5{background: url("//icon.feelway.com/recent/common/mo/grade/bg-rank-05.png") no-repeat center/16px 18px;}
.goodsInfomation__description__orderUserName .iconGrade.num6{background: url("//icon.feelway.com/recent/common/mo/grade/bg-rank-06.png") no-repeat center/16px 18px;}
.goodsInfomation__description__orderUserName .iconGrade img{width:100%;height:auto;vertical-align: middle;}
.goodsInfomation__description__orderUserName .iconCurrent{display:inline-block;height:18px;margin:-4px 0 0 3px;padding:0 5px;background:#222;border-radius:3px;color:#fff;font-weight:normal;font-size:10px;line-height:18px;}
.goodsInfomation__description__orderStatus{font-size:12px;color:#222;font-family: "Pretendard SemiBold";}
.goodsInfomation__description__orderStatus.redFont{color:#ec5026;}
.goodsInfomation__description__orderBrand{font-size:13px;color:#222;font-family: "Pretendard SemiBold";}
.goodsInfomation__description__orderGoodsName{margin-top:2px;font-size:14px;color:#555;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.goodsInfomation__description__orderGoodsName.multiLine{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;word-wrap:break-word;white-space:initial;}
.goodsInfomation__description__orderGoodsName .iconBold{font-weight:bold;}
.goodsInfomation__description__orderGoodsName .iconText{height:18px;margin-right:3px;padding:0 5px;line-height:18px;background: #fff;border-radius: 4px;font-size: 10px;line-height:17px;vertical-align:middle;}
.goodsInfomation__description__orderGoodsName .iconText.used{border: solid 1px #f6a43e;color:#f6a43e;}
.goodsInfomation__description__orderPeriod{font-size:12px;color:#555; margin-top:2px;}
.goodsInfomation__description__orderOption,
.goodsInfomation__description__orderGift{margin-top:2px;font-size:12px;color:#999;}
.goodsInfomation__description__orderOption,
.goodsInfomation__description__orderGift .optionName{display:block;margin-top:3px;}
.goodsInfomation__description__orderOption,
.goodsInfomation__description__orderGift .optionName:first-child{margin-top:0;}
.goodsInfomation__description__orderPrice{margin-top:10px;font-size:14px;color:#222;font-weight:bold;}
.goodsInfomation__description__orderPrice .smallText{margin-right:3px;font-size:12px;font-weight:normal;}
.goodsInfomation__description__orderPrice.redFont{color:#ec5026;}
.goodsInfomation__description__topRightLink{position:absolute;top:0;right:0;padding-right:10px;font-size:12px;color:#222;background:url("//icon.feelway.com/recent/mo/contents/order/ico_arrowRight.png") no-repeat right center/5px 8px;}
.goodsInfomation__description__topRightLink.redFont{color:#ec5026;background:url("//icon.feelway.com/recent/mo/contents/order/ico_arrowRight_red.png") no-repeat right center/5px 8px;}
.goodsInfomation__description__link{font-size:12px;color:#ec5026;padding-top:10px}
.goodsInfomation__description__link:after{content:"";display:inline-block;width:5px;height:8px;margin-left:4px;background:url("//icon.feelway.com/recent/mo/contents/order/ico_arrowRight_red.png") no-repeat right center/5px 8px;}
.goodsInfomation__description__seller {margin-top:10px;color:#222;font-size:12px;font-weight:bold;}
.goodsInfomation__description__seller .sellerId {display:inline-block;margin-left:3px;font-weight:normal;}

/* 공통 탭 author:zayong */
.commonTab {display:flex; flex-direction:row; border-top:1px solid #e6e6e6; border-bottom:1px solid #e6e6e6;}
.commonTab .commonTab__list {position:relative; width:50%; height:50px; text-align:center; line-height:50px; font-size:15px;}
.commonTab .commonTab__list .loadCount {color:#ec5026;}
.commonTab .commonTab__list .commonTab__list__link{display:block; width:100%; height:100%; color:#222;}
.commonTab .commonTab__list.current::before {display:block; content:""; position:absolute; bottom:-1px; left:0; width:100%; height:2px; background:#169dab; z-index:10;}
.commonTab .commonTab__list.current .commonTab__list__link {color:#169dab;}

/* tabFixedUnderline - 검은색 탭, 굵은 밑줄 */
.tabFixedUnderline .ui-tab{width:100%;margin-top:60px;margin-bottom:150px;position:relative;} /* position:relative 추가 필요 */
.tabFixedUnderline .ui-tab:before{content:'';position:absolute;top:42px;left:0;width:100%;border-top:solid 2px #333;z-index:1;}
.tabFixedUnderline .ui-tab .ui-tab__item.on .ui-tab__item__link{background:#222;color:#fff;}
.tabFixedUnderline .ui-tab .ui-tab__item .ui-tab__item__link{font-size:14px;border:solid 1px #c9c9c9;padding:13px 10px;border-bottom:0;height:42px;box-sizing:border-box;}
.tabFixedUnderline .ui-tab .ui-tab__item:nth-child(even) .ui-tab__item__link{border-left:0;}
.tabFixedUnderline .ui-tab .ui-tab__item .ui-tab__item__cont{width:100%;padding-top:15px;}
.tabFixedUnderline .ui-tab .ui-tab__item .ui-tab__item__cont table{width:100%;border-bottom:solid 1px #eee;}
.tabFixedUnderline .ui-tab .ui-tab__item .ui-tab__item__cont table td{font-size:14px;color:#222;padding:19px 0;border-top:solid 1px #eee;text-align:center;}

/* tabFlexible - 흰색/회색 탭, 유동폭 */
.tabFlexible {margin:35px 0;}
.tabFlexible .ui-tab{width:100%;margin-top:20px;}
.tabFlexible .ui-tab .ui-tab__item{flex: 1 1 0;}
.tabFlexible .ui-tab .ui-tab__item.on .ui-tab__item__link{background:#fff;color:#222;font-family: "Pretendard SemiBold";border-bottom-color:transparent;}
.tabFlexible .ui-tab .ui-tab__item .ui-tab__item__link{font-size:14px;border:solid 1px #eee;width:100%;padding:13px 0;height:42px;box-sizing:border-box;color:#858585;background-color:#f5f5f5;}
.tabFlexible .ui-tab .ui-tab__item:nth-child(even) .ui-tab__item__link{border-left:0;}
.tabFlexible .ui-tab__item.on .ui-tab__item__cont{width:100%;overflow-y:scroll;}



/* [공통] 버튼 author:zayong */
.buttonStyle01{display:inline-block;min-width:92px;height:40px;border-radius:7px;border:1px solid #e6e6e6;font-size:13px;color:#555;text-align: center;box-sizing: border-box;}
.buttonStyle01.highlight{background:#ec5026;border:1px solid #ec5026;color:#fff;}
.buttonStyle01.more{width:40px;background:url("//icon.feelway.com/recent/mo/contents/order/ico_more.png") no-repeat center/13px 3px;}
.buttonStyle01.blackType{background:#222;color:#fff;}
.buttonStyle02{width:50%;height:48px;border:1px solid #222;background:#fff;font-size:15px;color:#222;box-sizing:border-box;}
.buttonStyle02.blackType{background:#222;color:#fff;}

/* 데이터없음 author:zayong */
.commonNoData { margin-top:70px; padding-top:92px;background: url("//icon.feelway.com/recent/mo/contents/order/img_nodata.png") no-repeat center 0/70px; color:#222; text-align:center; font-size:14px;}
.commonNoData .commonNoData__txt01{display:block;margin-top:8px;color:#222;font-size:12px;}
.commonNoData .commonNoData__txt02{display:block;margin-top:12px;color:#999;}

/* 주문내역 주문상품목록 author:zayong */
.commonOrderDetail__wrap {padding-bottom:30px;}
.commonOrderDetail {padding:20px 15px; background:#fff;}
.commonOrderDetail .hidden {visibility:hidden;}
.commonOrderDetail .tag {display:inline-block; height:14px; margin-top:1px; margin-right:5px; padding:0 3px; border:1px solid #828282; color:#646464; vertical-align:top; line-height:15px; font-size:10px;}
.commonOrderDetail__orderMeta {display:flex; justify-content:space-between;}
.commonOrderDetail__orderMeta__orderStatusTxt {color:#222; font-size:16px; font-weight:bold;}
.commonOrderDetail__orderMeta__orderStatusTxt .orderDetail__orderMeta__orderNumber {color:#999999; font-size:12px; font-weight:normal;}
.commonOrderDetail__orderMeta__orderDate { padding-right:10px;background: url("//icon.feelway.com/recent/mo/contents/order/ico_arrowRight.png") no-repeat right center/5px 8px; color:#222; font-size:12px; line-height:22px;}
.commonOrderDetail__orderMeta__orderDate.redFont {background: url("//icon.feelway.com/recent/mo/contents/order/ico_arrowRight_red.png") no-repeat right center/5px 8px; color:#ec5026;}
.commonOrderDetail__information { margin-top:7px;padding:15px 15px 15px 35px; background:#dbedfc url("//icon.feelway.com/recent/mo/contents/order/ico_information.png") no-repeat 15px 15px/17px 17px; color:#222; font-size:13px;}
.commonOrderDetail__information.redType {background:#fdedd8 url("//icon.feelway.com/recent/mo/contents/order/ico_information_white.png") no-repeat 15px 15px/17px 17px;}
.commonOrderDetail__orderMeta + .goodsInfomation,
.commonOrderDetail__information + .goodsInfomation {margin-top:15px;}

/* etc */
.divideLine {display:block; height:5px; border:none; background:#f5f5f5; border-top:1px solid #e6e6e6; font-size:0; line-height:0;}
.divideLine02 {display:block; height:5px; margin:0 -15px; border:none; background:#f5f5f5; border-top:1px solid #e6e6e6; font-size:0; line-height:0;}
.darkDimmed{position:fixed;top:0;left:0;width:100%;height:100%;z-index:400;    background: rgba(0, 0, 0, .4);}
.hidden{position: absolute;width:1px;height:1px;margin:-1px;overflow: hidden;clip-path: polygon(0 0, 0 0, 0 0);}

/* [공통] 여백 */
.commonGapStyle01 {padding:0 15px;}

/* 배송지입력 */
.inputForm__formTitle { margin-top:25px;color:#222; line-height:1; font-weight:400; font-size:14px;}
.inputForm__formTitle.bold{font-weight:600;}
.inputForm__formTitle:first-child, .inputForm__formTitle.first {margin-top:0;}
.inputForm__formTitle .iconRequire {display:inline-block; width:6px; height:6px; margin:-3px 0 0 7px; background:#ec5026; color:transparent; vertical-align:middle; border-radius:50%; font-size:0;}
.inputForm__formTitle + .inputWrap01 {margin-top:10px;}
.inputForm__formTitle + .inputStyle01 {margin-top:10px;}
.shippingAddressForm__searchZipcode {margin-top:25px;}
.shippingAddressForm__searchZipcode .inputWrap01 {margin-top:6px;}
.shippingAddressForm__searchZipcode__detail {position:relative; margin-top:10px; padding-right:98px;}
.shippingAddressForm__searchZipcode__detail .searchAddressButton {position:absolute; top:0; right:0; width:93px; height:45px; background:#fff; color:#888; border:1px solid #e6e6e6; font-size:13px; line-height:45px;}
.shippingAddressForm__guideText {position:relative; margin-top:8px; padding-left:10px; color:#999; font-size:13px; line-height:18px;}
.shippingAddressForm__guideText:after {display:block; content:''; position:absolute; top:6px; left:0; width:3px; height:3px; background:#999;}
#daumWrap {min-height:300px; height:auto !important;}

/* [공통] 인풋 에러 클래스 네임*/
.inputErrorNotAlarm .inputRequireError{border-color:#e6e6e6;}
.inputErrorNotAlarm .requireErrorMessage{display:none;}

/* [공통] 인풋 성공 메시지 */
.successMessage {position:relative; margin:10px 0 5px; padding-left:20px; color:#169dab; font-size:12px; line-height:15px; display:none;}
.successMessage:before { content:'';position:absolute; top:0; left:0; width:16px; height:16px; background:url("//icon.feelway.com/recent/pc/common/icon/icon_inputCheckbox_round.png") no-repeat right top / 32px; }

/*[공통] 인풋 입력 내용 삭제*/
.inputWrap {position:relative;display:block;}
.inputWrap .inputDelBtn {position: absolute;right: 10px;top: 50%;width: 15px;height: 15px;margin-top: -7px;background: url("/tobe/resource/image/mypage/icon_inputTextDel.png") no-repeat 0 0/100% auto;}
.inputWrap .inputStyle02 + .inputDelBtn {position:absolute;right:0;top:0;width:40px;height:100%;margin-top:0;background:none;}
.inputWrap .inputStyle02 + .inputDelBtn:after {content:"";position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:15px;height:15px;background:url("/tobe/resource/image/mypage/icon_inputTextDel.png") no-repeat 0 0/100% auto;}

/* 필수항목 아이콘 */
.requiredFieldIcon {display:inline-block;vertical-align:4px;font-size:0;}
.requiredFieldIcon:before {content:"";display:inline-flex;align-items:center;width:6px;height:6px;margin:0 2px;border-radius:3px;background-color:#ec5026;}
.requiredFieldIcon .hiddenText {overflow:hidden;position:absolute;width:1px;height:1px;margin:-1px;padding:0;border:0;clip:rect(0 0 0 0);}
.requiredFieldIcon .visibleText {overflow:visible;position:static;display:inline-block;vertical-align:middle;width:auto;height:auto;line-height:16px;margin:0 0 0 4px;font-size:12px;color:#999;clip:auto;}

/* 약관 스타일 */
.termsArea__check {display:flex;justify-content: space-between;align-items: center;width: 100%;margin:10px 0;}
.termsArea__check input.hidden {position: absolute;clip: rect(0 0 0 0);width: 1px;height: 1px;margin: -1px;overflow: hidden;}
.termsArea__check label {display: inline-block;position: relative;width:100%;padding: 4px 0 4px 30px;vertical-align: middle;box-sizing: border-box;}
.termsArea__check label::before {position: absolute;top:5px;left: 0;content: "";width: 20px;height: 20px;background: url('/src/images/1.5/icon-checkbox-agreement.svg') no-repeat center/100%;}
.termsArea__check input:checked + label::before {background:url('/src/images/1.5/icon-checkbox-agreement-on.svg') no-repeat center/100%;}
.termsArea__check .termsOption {display: inline-block;margin-right: 4px;font-size: 13px;letter-spacing: -.6px;color: #222;vertical-align: middle}
.termsArea__check .termsText {display: inline-block;vertical-align: middle}
.termsArea__check .termsText .text {margin-right: 5px;font-size: 14px;line-height: 22px;letter-spacing: -.8px;color: #222;vertical-align: middle}
.termsArea__check .termsText strong.text {font-family: "Pretendard SemiBold";}
.termsArea__check .checkWrap {width:100%;}
.termsArea__check .checkWrap:has(.termsBtnWrap) {width:calc(100% - 30px);}
.termsArea__check .termsBtnWrap {position:relative;width:30px;height:30px;}
.termsArea__check .termsBtnWrap__arrow {position: relative;display: flex;align-items: center;justify-content: center;}/* position:absolute;left:6px;width: 0;border-style: solid;border-color: transparent;border-right: 0;border-left-color: #666;border-width: 8px;border-right-width: 8px;border-left-width: 8px;-webkit-transform: rotate(90deg);transform: rotate(90deg)*/
.termsArea__check .termsBtnWrap__arrow:after {content: "";position: absolute;top:-8px;width: 10px;height: 10px;border-top: 2px solid #666;border-right: 2px solid #666;transform: rotate(135deg);}
.termsArea__check .termsBtnWrap.active .termsBtnWrap__arrow:after {top:-2px;transform: rotate(-45deg);}
.termsArea__box {display:none;overflow: auto;max-height: 150px;margin-bottom:20px;padding: 15px;background: #fafafa;font-size:13px;}
.termsArea__box.active {display:block;height:100%;}
.termsArea__box .termsTitle {font-size:12px;}
.termsArea__box .termsTitle.point {font-family:"Pretendard SemiBold";color: #169dab;}
.termsArea__box .termsText {font-size:12px;}
.termsArea__box .terms-in-style01 + .termsText {margin-top:10px;}
.termsArea__box .termsText.bul1 {padding-left:0.6em;text-indent: -0.6em;}/* - */
.termsArea__box .termsText.bul2 {padding-left:1.2em;text-indent: -1.2em;}/* ①, 1) */
.termsArea__box .termsText.bul3 {padding-left:1.1em;text-indent: -1.1em;}/* 1 */
.termsArea__box .termsText.bul4 {padding-left:1.4em;text-indent: -1.4em;}/* 가 */
.termsArea__box .termsText.bul5 {padding-left:1.6em;text-indent: -1.6em;}/* 10 */
.termsArea__box .termsText + .terms-in-style01,
.termsArea__box .terms-in-style01 > li {margin-top:5px;}
.termsArea__box .termsTitle + .terms-in-style01 > li:first-child {margin-top:0;}
.termsArea__box .terms-in-style01 .terms-in-style01 > li {margin-top:2px;}
.termsArea__box .termsList__inner {margin-top:2px;margin-left:5px;}
.termsArea__article {margin-top:10px;}
.termsArea__article:first-child {margin-top:0;}

/*셀렉트박스 커스텀*/
.custom-select{position:relative;}
.custom-select select{display:none;}
.custom-select .select-selected{background:#fff;display:flex;align-items:center;}
.custom-select .select-selected:after{position:absolute;right:9px;top:14px;content:'';width:7px;height:7px;border-top:1px solid #fff;border-right:1px solid #fff;transform:rotate(135deg);}
.custom-select .select-selected.select-arrow-active:after{transform:rotate(315deg);top:17px;}
.custom-select .select-items div,
.custom-select .select-selected{color:#fff;padding:8px 16px;border:1px solid #eee;cursor:pointer;user-select:none;box-sizing: border-box;}
.custom-select .select-items{position:absolute;background:#fff;top:100%;left:0;right:0;z-index:99;}
.custom-select .select-hide{display:none;}
.custom-select .select-items div:hover,
.custom-select .same-as-selected{background-color:rgba(0, 0, 0, 0.1);}
.custom-select .select-items div{border-top:none;color:#555;}
.custom-select.blackColor .select-items div,
.custom-select.blackColor .select-selected{position:relative;color: #555;}
.custom-select.blackColor .select-selected:after{top:13px;right: 15px;border-color: #555;}
.custom-select.blackColor .select-selected.select-arrow-active:after {top:17px;}
.custom-select.scrollArea .select-items {overflow-x: hidden;overflow-y: scroll;max-height: 180px;border-bottom: 1px solid #eee;-ms-overflow-style: none;scrollbar-width: none;}
.custom-select.height40 .select-items div,
.custom-select.height40 .select-selected{display:flex;align-items:center;height:40px;}
/*.custom-select.height40 .select-selected:after{top:13px;right: 15px;border-color: #555;}*/
/*.custom-select.height40 .select-selected.select-arrow-active:after {top:17px;}*/

.customSelectBtn {position:relative;display:block;width:100%;height:32px;padding:8px 26px 8px 8px;border:1px solid #e6e6e6;color:#999;font-size:13px;line-height:1;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.customSelectBtn:after {content:"";position:absolute;top:10px;right:12px;width:5px;height:5px;border-top:1px solid #999;border-right:1px solid #999;transform:rotate(135deg);}

/* 테이블 스타일 */
.commonTableWrap {margin-top:30px;}
.commonTableWrap .topText {display:block;margin-bottom:8px;font-size:14px;}
.commonTableWrap .bottomText {display:block;margin-top:12px;font-size:12px;}
.commonTableWrap .bottomText + .bottomText {margin-top:0;}
.commonTable {width: 100%;table-layout: fixed;border-collapse: collapse;border-top: 2px solid #222;}
.commonTable.noBorderTop {border-top: 1px solid #f5f5f5;}
.commonTable thead th,
.commonTable tbody th {padding: 10px;background-color: #f9f9f9;text-align: center;font-size: 12px;border-left: 1px solid #f5f5f5;font-family: "Pretendard SemiBold"}
.commonTable tbody td {padding: 10px;font-size: 12px;color: #555;text-align: center;border: 1px solid #f5f5f5}
.commonTable tbody td:first-child {border-left: 0}
.commonTable tbody td:last-child {border-right: 0}
.commonTable tFoot {background-color: #169dab;}
.commonTable tFoot th,
.commonTable tFoot th {padding: 10px;background-color: #169dab;text-align: center;font-size: 12px;font-family: "Pretendard SemiBold";color:#fff;}
.commonTable tFoot td {padding: 10px;font-size: 12px;color: #555;text-align: center;border: 1px solid #169dab !important;color:#fff;font-family: "Pretendard SemiBold";}
.commonTable.border td {border: 1px solid #f5f5f5 !important;}
.commonTable.border td:has(.noContentDiv) {border:0 !important;}
.commonTable.border td .commonNoData {margin-top:20px;}
.commonTable .textRight {text-align: right !important;}
.commonTable .textCenter {text-align: center !important;}
.commonTable .textLeft {text-align: left !important;}

/* 상단 공지사항 */
.moduleNoticeBox {overflow:hidden;height:45px;padding:0 15px 0 45px;background: #36353d url('//icon.feelway.com/recent/mo/mypage/bg_sellerprofilenotice.png') no-repeat 18px / 14px;}
.moduleNoticeBox .swiper-slide {display:flex;align-items:center;justify-content:space-between;gap:20px;padding:12px 0;box-sizing:border-box;}
.moduleNoticeBox__desc {overflow: hidden;width:100%;text-overflow: ellipsis;white-space: nowrap;color: #fff;font-size: 12px;}
.moduleNoticeBox__date {color:#fff;font-size:11px;}

/* 택배, 퀵 당일 발송 안내 문구 */
.shipToday {display:flex;flex-direction: column;gap:5px;margin-top:5px;}
.shipToday__text {position: relative;padding-left:24px;font-size:14px;color:#1188ec;word-break:keep-all;line-height:1.2;}
.shipToday__text:before {content:"";position: absolute;top:2px;left:0;width:20px;height:14px;background-repeat: no-repeat;background-position: 0 0;background-size:100% auto;}
.shipToday__text.deliveryToday:before {background-image:url("//icon.feelway.com/recent/common/icon/icon_shipping_today.png");}
.shipToday__text.quickToday:before {background-image:url("//icon.feelway.com/recent/common/icon/icon_quick_today.png");}
.shipToday__text.noIcon {padding-left:0;}
.shipToday__text.noIcon:before {display:none;}
.orderLog .shipToday__text {padding-left:20px;font-size:13px;}
.orderLog .shipToday__text:before {top:2px;left:0;width:16px;height:12px;}
.orderSheet__module__innerArea .shipToday {margin-top:10px;}
.orderSheet__module__innerArea .shipToday__text {font-size:13px;}
.orderSheet__module__innerArea .shipToday__text:before {top:0;width:18px;}
.deliveryOption__area {display:flex;flex-direction:column;gap:10px;}
.deliveryOption__item{display:flex;justify-content:space-between;align-items: center;gap:10px;flex-wrap: wrap;}

.deliveryOption__item .commonForm__wrap {display:block;width:auto;margin-top:0;}
.deliveryOption__checkBox input[type="checkbox"]+label {display: block;width: 100%;height: 30px;padding-left: 25px;box-sizing: border-box;background: url('//icon.feelway.com/recent/mo/common/bullet/bul_checked_off.png') no-repeat 0 / 15px;color: #555555;font-size: 13px;text-align: left;line-height: 30px;}
.deliveryOption__checkBox input[type="checkbox"]:checked+label {background-image: url('//icon.feelway.com/recent/mo/common/bullet/bul_checked_on.png');}
.deliveryOption__input {display:block;box-sizing: border-box;width: 100%;height: 42px;padding: 0 42px 0 14px;border: 1px solid #e6e6e6;outline: 0;font-size: 14px;color: #555;text-align: center;}
.deliveryOption__input::placeholder {color:#d5d5d5;}

/* 버튼 공통(NEW) */
.buttonGroup {display: flex;gap: 10px;}
.buttonGroup .newButton {display: inline-flex;justify-content: center;align-items: center;padding: 10px 20px;border:none;border-radius:2px;font-size: 13px;cursor: pointer;text-align: center;}
.buttonGroup .newButton.outline {border: 1px solid #666;}
.buttonGroup .newButton.half {flex:1 1 0;}

/* 스크롤 없애기 */
.noScrollbar {overflow-y:scroll;-ms-overflow-style: none;scrollbar-width: none;}
.noScrollbar::-webkit-scrollbar {display: none;}
.noScrollbarX {overflow-x:scroll;-ms-overflow-style: none;scrollbar-width: none;}
.noScrollbarX::-webkit-scrollbar {display: none;}

/* 리뷰 - 사이즈/만족도 */
.userReviewInfo {display:flex;flex-direction:column;align-items:flex-start !important;gap:8px;margin:15px -15px;}
.userReviewInfo .summaryTit,
.userReviewInfo .summaryTxt {font-size:13px;flex-shrink: 0;line-height:1;font-family: "Pretendard";font-weight:400 !important;}
.userReviewInfo .scrollWrap {width:100%;}
.userReviewInfo__satisfySummary {white-space: nowrap;display:inline-flex;gap:12px;padding-left:15px;}
.satisfySummary__item {display:flex;align-items:center;gap:4px;border:1px solid #d5d5d5;border-radius:25px;padding:8px 10px;}
.satisfySummary__item:last-child {margin-right:15px;}
.satisfySummary__item .summaryTit {color:#222;}
.satisfySummary__item .summaryTit:after {content:"·";display:inline-flex;margin-left:4px;}
.satisfySummary__item .summaryTxt {color:#169dab;}
.userReviewInfo__sizeSummary {display:flex;gap:8px 15px;flex-wrap:wrap;margin:0 15px;}
.sizeSummary__item {display:flex;align-items:center;gap:4px;}
.sizeSummary__item .summaryTit {color:#999;}
.sizeSummary__item .summaryTit:after {content:":";display:inline-flex;margin-left:3px;}
.sizeSummary__item .summaryTxt {color:#222;}

/* 설명 텍스트 공톡 */
.infoTextList {margin-top: 16px;}
.infoTextList.mt0 {margin-top:0;}
.infoTextList__item {padding-left: 0.8em;margin-top: 5px;line-height: 1.25;font-size: 13px;color: #666;text-indent: -0.8em;word-break: keep-all;}
.infoTextList__item.noBullet {padding-left:0;text-indent:0;}

/* 흥정완료 플래그 */
.dealLabel {display:inline-flex;justify-content:center;align-items:center;width:65px;height:25px;border:1px solid #eb4e2b;border-radius:13px;background-color:#fff;color:#ed4e2b;font-size:12px;box-sizing:border-box;}
.dealLabel.image {position:absolute;top:10px;left:10px;z-index: 1;}
.dealLabel:before {content:"흥정성공";}

/* 실시간 흥정 알림 */
.liveToast {position: fixed;left: 50%;top: calc(100% - 150px);width:86%;max-width:344px;padding:10px 8px 10px 16px;background-color: rgba(0, 0, 0, 0.8);border-radius: 10px;transform: translateX(-50%);z-index: 9999;}
.liveToast__content {position:relative;display: flex;align-items: center;gap:10px;margin-right:30px;}
.liveToast__image {width:50px;height:50px;background-color: #fff;display: flex;align-items: center;justify-content: center;overflow: hidden}
.liveToast__image img {width:100%;height:100%;object-fit: cover;}
.liveToast__detail {flex: 1;color: white;}
.liveToast__brand {font-size:14px;}
.liveToast__info {font-size:14px;}
.liveToast__close{position:absolute;top:0;right:0;width:35px;height:35px;border:none;cursor: pointer;z-index:1;background-color: transparent;}
.liveToast__close:before,
.liveToast__close:after{content:'';position: absolute;top: 10px;right: 20px;height: 20px;width: 1px;background-color: #fff;}
.liveToast__close:before {transform:rotate(45deg);}
.liveToast__close:after {transform:rotate(-45deg);}

/* 흥정 자동 승인 */
.autoDealRadio {justify-content:space-between;margin:20px 0;}
.btnGoodsInfoAutoDeal {position:absolute;top:30px;right:15px;z-index:1;}
.btnGoodsInfoAutoDeal.notAllowed {opacity: 0.6;}

/* new icon */
.newFeatureIcon {font-size:0;text-indent: -9999px;}
.newFeatureIcon:after {content: "";display: inline-block;width: 14px;height: 14px;background: url("//icon.feelway.com/recent/mo/common/icon/icon_new_v2.png") no-repeat 0 0 / 14px;z-index: 99;margin-bottom: -2px;}

/* NEW search */
.searchBox {display: flex;align-items: center;border: 1px solid #e6e6e6;padding: 8px 8px 8px 15px;background-color: #fff;color: #222;font-size: 13px;box-sizing:border-box;height: 40px;line-height: 40px;}
.searchBox__input {flex: 1;border: none;outline: none;font-size: 14px;}
.searchBox__input::placeholder {color:#999;}
.searchBox__clearBtn,
.searchBox__searchBtn {display: flex;align-items: center;justify-content: center;background: none;border: none;padding: 0;cursor: pointer;width:40px;height: 40px;}
.searchBox__clearBtn .iconClearBtn::before,
.searchBox__searchBtn .iconSearchBtn::before {content: "";display: block;background-image: url('https://icon.feelway.com/recent/common/icon/spIcon_commons.png');background-size: 166px;}
.searchBox__clearBtn .iconClearBtn::before {width:15px;height:15px;background-position: -58px -83px;}
.searchBox__searchBtn .iconSearchBtn::before {width:20px;height:20px;background-position: -29px -62px;}


/* 흥정하기 이벤트 */
.dealEventBadge {position:relative;margin-left:10px;background:#169dab;color:#fff;padding:6px;border-radius: 6px;font-size:12px;font-family: "Pretendard";}
.dealEventBadge:before {content: "";position: absolute;top: 50%;left: -8px;border-left: 6px solid transparent;border-right: 6px solid transparent;border-bottom: 6px solid #169dab;transform: translateY(-50%) rotate(-90deg);}

@media screen and (max-width:340px) {
	.dealEventBadge {font-size:10px;white-space: nowrap;}
}

/* NEW FULL POPUP */
.popupFullscreen {position: fixed;top: 0;right:0;left: 0;/*width: 100vw;*/height: 100vh;background: #fff;display: flex;flex-direction: column;z-index: 3000;}
.popupFullscreen[style*="block"] {display: flex !important;}/* show 시 block으로 오픈됨 */
.popupFullscreen .popupHeader {position: sticky;top: 0;display:flex;align-items:center;height:50px;padding: 0 0 0 15px;border-bottom: 1px solid #222;background:#fff;z-index: 1;}
.popupFullscreen .popupTitle {font-size: 16px;margin: 0;font-family: "Pretendard SemiBold";color:#222;}
.popupFullscreen .popupClose {position:static;display: flex;align-items: center;justify-content: center;margin-left: auto;width:50px;height:100%;background: #fff;border: none;}
.popupFullscreen .popupClose::before {content: "";display: inline-flex;align-items:center;justify-content:center;width:16px;height:16px;background: url('/m/tobe/resource/image/icon/icon_32by32_xmark.png') no-repeat center / 16px 16px;}
.popupFullscreen .popupContent {flex: 1;overflow-y: auto;padding: 25px 15px 100px;}
.popupFullscreen .popupFooter {position: fixed;right: 0;bottom: 0;left: 0;height:48px;background: #fff;padding: 15px;border-top: 1px solid #bbb;display: flex;justify-content: space-between;align-items:center;z-index: 100;}
.popupFullscreen .popupConfirm,
.popupFullscreen .popupCancel {flex: 1;display:flex;align-items:center;justify-content:center;height:100%;padding: 12px;font-size: 15px;border: 1px solid transparent;box-sizing: border-box;}
.popupFullscreen .popupConfirm {background-color: #222;color: #fff;}
.popupFullscreen .popupCancel {border: 1px solid #222;background:#fff;color:#222;}
.popupFullscreen .popupConfirm.primary {background-color:#169dab;}

/* NEW FORM */
.commonFormArea {width:100%;margin:0;}
.commonFormArea .commonFormArea__row {display:flex;gap:16px;}
.commonFormArea .commonFormArea__row.vertical {flex-direction: column;}
.commonFormArea .commonFormArea__row + .commonFormArea__row {margin-top:8px;}
.commonFormArea .commonFormArea__row__label {flex-shrink:0;padding-top:12px;font-size:14px;line-height:1;}
.commonFormArea .commonFormArea__row:has(.labelCenter) {align-items: center;}
.commonFormArea .commonFormArea__row__label.labelCenter {padding-top:0;}
.commonFormArea .commonFormArea__row__value {width:100%;min-height:34px;margin:0;font-size:14px;line-height:34px;}
.commonFormArea .commonFormArea__row__value .sText {display:block;margin-top:8px;font-size:12px;color:#b5b5b5;line-height:15px;}
.commonFormArea .commonFormArea__row__value .sText + .sText {margin-top:4px;}
.commonFormArea .commonFormArea__row.gridType {display: grid;grid-template-columns: auto 1fr;column-gap: 16px;row-gap: 16px;align-items: start;}
.commonFormArea .commonFormArea__row.gridType:has(.labelCenter) {align-items: center;}
.commonFormArea .commonFormArea__row.gridType .commonFormArea__row__value.full {width: 100%;grid-column: 1 / -1;margin-top: -8px;}
.commonFormArea .commonFormArea__row.gridType .commonFormArea__row__label {padding-top: 0;white-space: nowrap;}
.commonFormArea .commonFormArea__row.gridType .commonFormArea__row__value {line-height: normal;min-height: auto;}
.commonFormArea .commonFormArea__row__value.flexType {display: flex;align-items: center;gap: 8px;}
.commonFormArea .commonFormArea__row__value .desc {font-size: 12px;color: #666;}

/* 달력 */
.dateInputWrap .dateInput{display:flex;align-items:center;justify-content:start;gap:10px;}
.dateInputWrap .dateInput .datePick{background: url('//icon.feelway.com/recent/mo/contents/mypage/icon_calendar.png') no-repeat right 10px top 50%/16px;outline:none;}/* 인라인으로 사이즈 조절(width) */
.dateInputWrap .dateInput .checkboxBlack + label{display:flex;align-items:center;gap:6px;font-size:14px;color:#222;}
.dateInputWrap input:read-only {padding-right:initial;background:initial;color:initial;}
.calendarWrap {position:relative;width:100%;}
.calendarContent {position:relative;width:100%;background:#fff; z-index:600;}
.calendarContent table {width:100%; margin:0 auto;}
.calendarContent table caption {height:45px;background:#e3dad1;color: #222;font-size: 20px;font-weight: 300;line-height:45px;text-align: center;}
.calendarContent table .larr {float: left;width:45px;height:45px;background: url('//icon.feelway.com/recent/mo/contents/mypage/bul_cal_arrow_left.png') no-repeat 50%/7px;}
.calendarContent table .rarr {float: right;width:45px;height:45px;background: url('//icon.feelway.com/recent/mo/contents/mypage/bul_cal_arrow_right.png') no-repeat 50%/7px;}
.calendarContent table span {position:relative;}
.calendarContent table thead th {width:40px;height:46px;padding:15px 0 0; color: #3b3b3b;font-size: 16px;font-weight: 500;line-height:40px;text-align:center;}
.calendarContent table thead th:first-child {color:#f45539;}
.calendarContent table tbody td {color: #000;font-size: 16px;font-weight: 400;line-height:40px;text-align:center;}
.calendarContent table tbody td.calDisable {color:#e6e6e6 !important;}
.calendarContent table tbody td:first-child {color:#f45539;}

/* 배송예상일 아이콘 추가 */
.goodsArrivalNotice {display: flex;align-items: center;gap: 8px;padding-left: 26px !important;background: url("https://icon.feelway.com/recent/common/icon/icon_shipping_today.png") no-repeat left 3px;background-size: 18px;filter: brightness(0) saturate(100%);margin-top: 8px;color: #222;font-size: 13px;line-height: 20px;white-space: normal;}

/* common icons */
.iconSprite [class^='icon-'] span[class^="icon"] {position:relative;display:flex;align-items: center;justify-content: center;width:40px;height: 50px;}
.iconSprite [class^='icon-'] span[class^="icon"]::before {content:"";display: flex;align-items: center;justify-content: center;background-image: url('https://icon.feelway.com/recent/common/icon/spIcon_commons.png');background-repeat:no-repeat;background-size: 250px;}

/* 안내 토글 영역 */
.toggleInfo {margin: 15px;}
.toggleInfo__title {display: flex;justify-content: center;align-items: center;position: relative;width: 100%;padding: 4px 22px;background: #eee;border: none;font-size: 13px;text-align: center;}
.toggleInfo__title::after {content: '';display: inline-block;width: 24px;height: 24px;background: url('/../img_1.5/common/button/btn-arrow-top.png') no-repeat center;background-size: 12px 6px;transition: transform 0.1s ease;transform: rotate(180deg);}
.toggleInfo.open .toggleInfo__title::after {transform: rotate(0deg);}
.toggleInfo__content {display: none;overflow: hidden;}
.toggleInfo.open .toggleInfo__content {display: block;border: 1px solid #eee;}


/* 구매유도 툴팁 */
.buyerTooltipWrap {position: relative;}
.buyerTooltip {
  position: absolute;
  top: calc(-100% - 20px);
  left: 0;
  padding: 8px 14px;
  box-sizing: border-box;
  background: #FDEDD8;
  color: #ED4E2B;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.14);
  border: 0;
  font-size: 12px;
}

/* 기본은 X 숨김 */
.buyerTooltip::before,
.buyerTooltip .buyerTooltip__close { display:none; }

/* X 있는 케이스만 기존값 그대로 노출 */
.buyerTooltip.hasClose {
  padding: 8px 25px 8px 14px;
}
.buyerTooltip.hasClose::before,
.buyerTooltip.hasClose .buyerTooltip__close {
  display: block;
  content:"";
  position:absolute;
  top: 10px;
  right: 10px;
  width: 8px;
  height: 1px;
  background: #ED4E2B;
  transform-origin: center;
}
.buyerTooltip.hasClose::before { transform:rotate(45deg); }
.buyerTooltip.hasClose .buyerTooltip__close { transform:rotate(-45deg); }

.buyerTooltip::after {
  content: "";
  position: absolute;
  left: var(--tooltip-arrow-left, 30px);
  bottom: -6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #FDEDD8;
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.08));
}