@charset "utf-8";

.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:28px;left:15px;width:300px;padding:14px 30px 14px 14px;border: 1px solid #666666;box-sizing: border-box;background:#fff; z-index:10;}
.commonTooltipLayerPopup.current {display:block;}
.commonTooltipLayerPopup__header {position: relative;}
.commonTooltipLayerPopup__header__title {padding-right:20px;color:#222222;font-size:15px;font-family:"Pretendard SemiBold";font-weight: 600;}
.commonTooltipLayerPopup__header__closeButtonWrap {position:absolute;top:15px;right:15px;font-size:0;line-height:0;z-index:1;}
.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__closeButtonWrap {position:absolute;top:15px;right:15px;font-size:0;line-height:0;}
.commonTooltipLayerPopup__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__textList {text-align:left;}
.commonTooltipLayerPopup__textList li {position:relative;margin-top:5px;padding-left:15px;color:#555555;font-size:13px;line-height: 19px;word-break: keep-all;}
.commonTooltipLayerPopup__textList li::after {display: block;content: " ";position: absolute;top: 8px;left:7px;width: 2px;height: 2px;background: #666666;}
.commonTooltipLayerPopup__textList li:first-child {margin:0;}
.commonTooltipLayerPopup__textList:first-child {margin:0;}

/* [공통] 체크박스 */
input[type="checkbox"].formCheckbox01 {display:none;}
input[type="checkbox"].formCheckbox01 + label {display:inline-block;position: relative;padding-left:25px;color:#555555;vertical-align: middle;font-size:14px;}
input[type="checkbox"].formCheckbox01 + label::after {content: '';position: absolute;top:0;left:0;width:15px;height:15px;border:2px solid #999999;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;}
input[type="checkbox"].formCheckbox01:checked + label {color:#222;}
input[type="checkbox"].formCheckbox01:checked + label::after {border:none;background: url('//icon.feelway.com/recent/pc/common/bullet/bg_checkbox_on.gif') no-repeat 0 0;}

input[type="checkbox"].formCheckbox02 {display:none;}
input[type="checkbox"].formCheckbox02 + label {display:inline-block;position: relative;height:20px;padding-left:28px;color:#555555;vertical-align: middle;font-size:14px;line-height:20px;}
input[type="checkbox"].formCheckbox02 + label::after {content: '';position: absolute;top:0;left:0;width:20px;min-height:20px;box-sizing: border-box;background:url('//icon.feelway.com/recent/pc/common/icon/icon_inputCheckbox_round.png') no-repeat;background-size:40px;}
input[type="checkbox"].formCheckbox02 + label .require {color:#ec5026;}
input[type="checkbox"].formCheckbox02:checked + label {color:#222;}
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:flex;width:50px;height:20px;border-radius:25px;background:#ccc;font-size:0;line-height:0;}
input[type="checkbox"].formCheckbox03 + label::after{content:'';position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;background:#fff;transition:0.3s;box-shadow:1px 1px 5px rgba(0, 0, 0, 0.2);}
input[type="checkbox"].formCheckbox03 + label::before{content:attr(data-off);position:absolute;right:56px;top:2px;color:#ccc;font-size:16px;line-height:1;font-family:"Pretendard SemiBold";font-weight:600;}
input[type="checkbox"].formCheckbox03:checked + label{background-color:#169DA8;}
input[type="checkbox"].formCheckbox03:checked + label::after{left:calc(100% - 33px);transform:translateX(92%);box-shadow:-1px 1px 6px rgba(0, 0, 0, 0.2);}
input[type="checkbox"].formCheckbox03:checked + label::before{content:attr(data-on);color:#169DA8;}

/* [공통] 라디오버튼 */
input[type="radio"].formRadio01 {display:none;}
input[type="radio"].formRadio01 + label {display:inline-block;position: relative;min-height:22px;padding-left:33px;color:#222;vertical-align: middle;font-size:15px;line-height:22px;}
input[type="radio"].formRadio01 + label::after {content: '';position: absolute;top:0;left:0;width:22px;height:22px;box-sizing: border-box;background:url('//icon.feelway.com/recent/pc/common/bullet/bg_radio_off.png') no-repeat;}
input[type="radio"].formRadio01:checked + label {}
input[type="radio"].formRadio01:checked + label::after {border:none;background: url('//icon.feelway.com/recent/pc/common/bullet/bg_radio_on.png') no-repeat 0 0;}
input[type="radio"].formRadio02 + label {color:#666;}
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;}
.borderRadioTab {display:flex;}
.borderRadioTab .borderRadioTab__radioButton {flex: 1;display:block;}
.borderRadioTab .borderRadioTab__radioButton + .borderRadioTab__radioButton {}
.borderRadioTab .borderRadioTab__radioButton input[type="radio"] {display:none;}
.borderRadioTab .borderRadioTab__radioButton input[type="radio"] + label {position: relative;display:flex;align-items:center;justify-content:center;box-sizing: border-box;text-align: center;height: 42px;border: 1px solid #e6e6e6;}
.borderRadioTab .borderRadioTab__radioButton input[type="radio"]:checked + label {border-color: #169dab;z-index: 1;color:#169dab;}
.borderRadioTab.disabled .borderRadioTab__radioButton,
.disabled input[type="radio"].formRadio02 + label {opacity:0.6;}

.radioBasicArea {display:flex;gap:15px;}

/* [공통] 셀렉트박스 */
.selectStyle01 {width:100%; height:42px; padding:0 46px 0 14px; border:1px solid #e6e6e6; background:url('//icon.feelway.com/recent/pc/common/bg_selectbar.gif') no-repeat 100% 0; color:#555; outline:none; font-size:14px; -webkit-appearance:none; appearance:none;}
.selectStyle01:focus {background-position:100% 100%; color:#222;}

/* [공통] 폼 스타일 */
.inputStyle01 {width: 100%;height: 42px;padding: 0 18px;border: 1px solid #e6e6e6;box-sizing: border-box;background: #fff;color: #555;border-radius: 0;outline:none;appearance: none;font-size: 14px;line-height: 42px;}
.inputStyle01::placeholder {color: #888;font-size: 13px;}
.inputStyle01:read-only {background:#f3f4f6; color:#999;}
.inputStyle01.inputRateArea {width: 180px;}
.inputStyle02 {width: 100%;height: 28px;padding: 0 10px;border: 1px solid #e6e6e6;box-sizing: border-box;background: #fff;color: #555;border-radius: 0;outline:none;appearance: none;font-size: 12px;line-height: 28px;}
.inputStyle02::placeholder {color: #888;font-size: 13px;}
.inputStyle02:read-only {background:#f3f4f6; color:#999;}
.inputStyle03 {width: 100%;height: 34px;padding: 0 10px;border: 1px solid #e6e6e6;box-sizing: border-box;background: #fff;color: #555;border-radius: 0;outline:none;appearance: none;font-size: 14px;line-height: 34px;}
.inputStyle03::placeholder {color: #888;font-size: 14px;}
.inputStyle03:read-only {background:#f3f4f6; color:#999;}
.textAreaWrap {font-size:0;}
.textarea {width:100%; height:110px; padding:10px 18px; border:1px solid #e6e6e6; box-sizing:border-box; color:#555; border-radius:0; font-size:13px;}
.textarea::placeholder { color:#888;font-size:13px;}
.inputRequireError {border-color:#ec5026;}
.requireErrorMessage {position:relative; margin:10px 0 5px; padding-left:24px; color:#ec5026 !important; font-size:13px; line-height:16px;}
.requireErrorMessage:before { content:'';position:absolute; top:0; 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;}
label.inputForm__formTitle {cursor:default;}
.inputForm__formTitle:first-child, .inputForm__formTitle.first {margin-top:0;}
.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;}

/* [공통] panel 스타일 */
.panelStyle01 {width: auto;height: 42px;padding: 0 18px; 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;}*/

.tableWrapper01 {border-top:2px solid #222;}

table img {vertical-align:middle;}

.tableLayout01 {width:100%; border-spacing:0; padding:0; margin:0;}
.tableLayout01 tbody th {height:34px; padding:22px 0 0 0; vertical-align:top; text-align:left; font-size:14px; font-weight:400; color:#222;}
.tableLayout01 tbody td {height:42px; padding:7px 0; vertical-align:middle;}
.tableLayout01 tr:last-of-type td {padding-bottom:0;}

.tableLayout02 {width:100%; border-spacing:0; padding:0; margin:0;}
.tableLayout02 tbody th {height:30px; padding:15px 0 0 0; border-bottom:1px solid #e6e6e6; vertical-align:top; background:#f5f5f5; text-align:center; font-size:14px; font-weight:700; color:#222;}
.tableLayout02 tbody td {height:31px; padding:7px 12px; border-bottom:1px solid #e6e6e6; font-size:14px;}

.tableLayout03 {width:100%; border-spacing:0; padding:0; margin:0;}
.tableLayout03 thead th {height:30px; padding:15px 0 0 0; border-bottom:1px solid #e6e6e6; vertical-align:top; background:#f5f5f5; text-align:center; font-size:14px; font-weight:700; color:#222; box-sizing:initial;}
.tableLayout03 tbody td {height:31px; padding:15px 15px; border-bottom:1px solid #e6e6e6; border-left:1px solid #e6e6e6; line-height:20px; text-align:center; font-size:14px; box-sizing:initial;}
.tableLayout03 tbody tr td:first-child {border-left:none;}

.shippingAddressForm__searchZipcode__detail {display:flex; justify-content:space-between;}
.shippingAddressForm__searchZipcode__detail .inputStyle01 {width:30%;}
.shippingAddressForm__searchZipcode__detail .inputStyle01 + .inputStyle01 {width:48%;}
.shippingAddressForm__searchZipcode__detail .searchAddressButton {width:19%; height:42px; line-height:42px; background:#888; font-size:14px; color:#fff;}
.shippingAddressForm__searchZipcode__detail + .inputWrap01 {margin-top:10px;}


/* 버튼형 라디오버튼 */
.radioTab {display:flex;}
.radioTab .radioTab__radioButton {width:180px; 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; width:180px; height:42px; border:1px solid #ccc; box-sizing:border-box; text-align:center; align-items:center; font-size:15px;}
.radioTab .radioTab__radioButton input[type="radio"]:checked + label {position:relative; border-color:#169dab; color:#169dab; z-index:1;font-family:"Pretendard SemiBold";font-weight:600; }

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


/* [공통] 토스트팝업 */
.toastPopupButton {display: table;width:100%;padding:10px 0 !important;}
.toastPopupButton__division {display: table-cell;width:50%;padding:0 4px !important;box-sizing: border-box;}
.toastPopupButton__division .button {display:block;width:100%;height:35px;border:1px solid #fff;background:none;color:#fff;text-align: center;font-size:16px;line-height: 35px;}

/* [공통] 딤팝업 */
.scrollBlock {overflow:hidden;}
.scrollBlock body {overflow:hidden;}
.scrollBlock .wrapper {position:fixed; left:0; width:100%;}
.commonDimPopup {display:none; position: fixed;top: 0;right: 0;bottom: 0;left: 0; min-width:1024px; height:100vh; background: rgba(0, 0, 0, 0.3); text-align:center;z-index: 1000;overflow-x:hidden; overflow-y:scroll; font-size:0;}
.commonDimPopup:after { display:inline-block;content:''; width:1px; height:100%; vertical-align:middle;}
.commonDimPopup.headLayer {z-index:2001;}
.commonDimPopup .layerPopup01 {display:inline-block; width:780px; margin:60px 0; background: #fff; text-align:left; vertical-align:middle; z-index: 200; font-size:14px;}
.commonDimPopup .layerPopup01__header {position:relative; width: 100%; height: 65px; padding:21px 30px; -webkit-box-sizing: border-box; box-sizing: border-box; background:#000;}
.commonDimPopup .layerPopup01__header__title {height: 100%; color:#fff; font-size: 20px;font-family:"Pretendard SemiBold";font-weight: 600;}
.commonDimPopup .layerPopup01__header__close {position:absolute; top:18px; right:23px;}
.commonDimPopup .layerPopup01__header__close .closebtn {position: relative; width:30px; height:30px; font-size:0; line-height:0;}
.commonDimPopup .layerPopup01__header__close .closebtn::after  {display:block; content:'';position:absolute; top:14px; left:4px; width:22px; height:1px; background:#fff; transform:rotate(45deg);}
.commonDimPopup .layerPopup01__header__close .closebtn::before {display:block; content:'';position:absolute; top:14px; left:4px; width:22px; height:1px; background:#fff; transform:rotate(-45deg);}
.commonDimPopup .layerPopup01__content {background:#fff;}
.commonDimPopup .layerPopup01__content__innerSpace { padding:30px;background:#fff;}


/* [공통] 버튼 */
.buttonWrapper01 {text-align:center; font-size:0;}
.buttonWrapper02 {}
.buttonWrapper03 {}

.buttonWrapper01 .buttonBasic + .buttonBasic {margin-left:10px;}

.buttonBasic {display:inline-flex; justify-content:center; box-sizing:border-box; text-align:center; vertical-align:middle; flex-wrap:wrap; align-content:space-around; align-items:center; line-height:1; font-family:"Pretendard SemiBold"; font-weight:600; cursor:pointer;}
.buttonBasic.disabled {opacity:.3; cursor:default;}

.buttonDefault01 {background:#36353D; color:#fff;} /* 컬러 버튼  */
.buttonDefault02 {background:#999; color:#fff;}
.buttonDefault03 {background:#907043; color:#fff;}
.buttonDefault04 {background:#EC5026; color:#fff;}
.buttonDefault05 {background:#1088ED; color:#fff;}
.buttonDefault06 {background:#222; 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 #907043; color:#907043;}
.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 #907043; background:#fff; color:#907043;}
.buttonRoundedOutline04 {border:1px solid #EC5026; background:#fff; color:#EC5026;}
.buttonRoundedOutline05 {border:1px solid #1088ED; background:#fff; color:#1088ED;}

/* 버튼 사이즈 */
.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 {width:120px; height:34px; padding:0 15px; font-size:14px;}
.sizeMM {width:120px; height:40px; padding:0 15px; font-size:14px;}
.sizeLS {width:180px; height:46px; padding:0 20px; font-size:14px;}
.sizeLM {width:180px; height:50px; padding:0 20px; font-size:15px;}
.sizeLL {width:180px; height:58px; padding:0 20px; font-size:15px;}
.sizeML {}

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

/* 페이징 */
.pagination {margin-top:60px; text-align:center; font-size:0;}
.pagination .pagination__control { display:inline-block;position:relative; width:42px; height:42px; box-sizing:border-box; color:transparent; vertical-align:middle;}
.pagination .pagination__control.backward:before { display:inline-block;content:''; width:5px; height:5px; margin-right:-1px; vertical-align:middle; transform:rotate(-45deg); border-top:1px solid #555; border-left:1px solid #555;}
.pagination .pagination__control.backward.first:after  { display:inline-block;content:''; width:5px; height:5px; margin-right:-2px; vertical-align:middle; transform:rotate(-45deg); border-top:1px solid #555; border-left:1px solid #555;}
.pagination .pagination__control.forward:before { display:inline-block;content:''; width:5px; height:5px; vertical-align:middle; transform:rotate(135deg); border-top:1px solid #555; border-left:1px solid #555;}
.pagination .pagination__control.forward.last:after  { display:inline-block;content:''; width:5px; height:5px; margin-left:-2px; vertical-align:middle; transform:rotate(135deg); border-top:1px solid #555; border-left:1px solid #555;}
.pagination .pagination__control:hover { border-color:#f9f9f9;background:#f9f9f9; transition:.2s;}
.pagination .pagination__control.disabled { opacity:0.3;cursor:default;}
.pagination .pagination__list {display:inline-block; vertical-align:middle;}
.pagination .pagination__list li {display:inline-block; vertical-align:middle;}
.pagination .pagination__list li .pagination__list__pageNumber {display:block; width:42px; height:42px; border:1px solid #fff; box-sizing:border-box; color:#222; font-size:14px; line-height:40px;}
.pagination .pagination__list li.current .pagination__list__pageNumber {border-color:#222;}
.pagination .pagination__list li .pagination__list__pageNumber:hover {border-color:#f9f9f9; background:#f9f9f9; transition:.2s;}
.pagination .pagination__list li.current .pagination__list__pageNumber:hover {border-color:#222;}

/* [공통] 배송지관리 */
.noneAddress {margin:85px 0 113px; padding-top:115px; background: url('//icon.feelway.com/recent/pc/common/bg_no_address.png') no-repeat 50% 0; color:#222; text-align:center; font-size:14px; line-height:24px;}
.addAddress_button {text-align:right;}
.shippingAddressManagement {position:relative; font-size:0;}
.shippingAddressManagement__addressList { display:inline-flex;overflow:hidden; white-space:nowrap; line-height:1; font-size:0; -webkit-overflow-scrolling:touch;}
.shippingAddressManagement__addressList li {display:inline-block;}
.shippingAddressManagement__addressList li + li {margin-left:6px;}
.shippingAddressManagement__addressList li .shippingAddressManagement__addressList__radio {display:none;}
.shippingAddressManagement__addressList li .shippingAddressManagement__addressList__button { display:block;overflow:hidden; max-width:120px; height:24px; padding:0 14px; border:1px solid #d9d9d9; color:#555; white-space:nowrap; border-radius:13px; line-height:24px; font-size:13px; text-overflow:ellipsis;}
.shippingAddressManagement__addressList li .shippingAddressManagement__addressList__radio:checked + .shippingAddressManagement__addressList__button {border-color:#a07c4a; background:#a07c4a; color:#fff;}
.shippingAddressManagement__add {display:inline-block; width:26px; height:26px; margin-left:6px; vertical-align:top; font-size:0;}
.shippingAddressManagement__add .button {position:relative; width:26px; height:26px; background:#e6e6e6; color:transparent; border-radius:50%;}
.shippingAddressManagement__add .button::after  { content:'';position:absolute; top:12px; left:8px; width:9px; height:1px; background:#000;}
.shippingAddressManagement__add .button::before { content:'';position:absolute; top:8px; left:12px; width:1px; height:9px; background:#000;}
.shippingAddressManagement__setting {position:absolute; top:6px; right:0;}
.shippingAddressManagement__setting .button { color:#1088ed;font-size:13px;}
.shippingAddressInfo {width:100%; margin-top:30px; font-size:14px;}
.shippingAddressInfo:after { display:block;content:''; clear:both;}
.shippingAddressInfo .shippingAddressInfo__name {float:left; max-width:calc(100% - 120px); color:#222; font-family:"Pretendard SemiBold";font-weight:600;}
.shippingAddressInfo .shippingAddressInfo__phoneNumber {float:left; margin-left:10px; padding-left:10px; color:#222; border-left:1px solid #ccc; font-family:"Pretendard SemiBold";font-weight:600;}
.shippingAddressInfo .shippingAddressInfo__address {clear:both; width:100%; padding-top:10px; line-height:24px; font-size:14px;}
.shippingAddressInfo + .SetDefaultAddressWrap {margin-top:10px;}
.shippingAddressInfo + .SetDefaultAddressWrap + .shippingRequest {margin-top:20px;}
.shippingAddressInfo + .shippingRequest {margin-top:20px;}
.shippingAddressManageNew .shippingAddressInfo .shippingAddressInfo__name {max-width: calc(100% - 380px)}

/* 배송지추가 */
.shippingAddressFormWrap__table__searchZipcode1 {display:flex; justify-content:space-between; width:50%;}
.shippingAddressFormWrap__table__searchZipcode1 .inputStyle01 {width:calc(100% - 110px);}
.shippingAddressFormWrap__table__searchZipcode1 .searchAddressButton {width:100px; height:42px; border:1px solid #d5d5d5; background:#fff; color:#222; font-size:14px; line-height:42px;}
.shippingAddressFormWrap__table__searchZipcode2 {margin-top:10px;}
.shippingAddressFormWrap__table__searchZipcode3 {margin-top:10px;}
.shippingAddressFormWrap__table__guideText {margin-top:10px; color:#999; font-size:12px;}
.shippingAddressFormWrap__table__request {}
.shippingAddressFormWrap__table__request th {padding-top:60px !important;}
.shippingAddressFormWrap__table__request td {padding-top:20px !important;}
.shippingAddressFormWrap__table__request td .textAreaWrap {padding-top:30px; border-top:1px solid #e6e6e6;}
.shippingAddressFormWrap__setDefaultAdd {margin-top:5px; text-align:right;}
.shippingAddressForm__saveMyInfo {margin-top:20px; text-align:right;}
#daumWrap {min-height:300px; height:auto !important;}

/* 배송지추가팝업 */
.shippingAddressManage .shippingAddressContainer { display:flex;position:relative; padding:45px 100px 35px 0; box-sizing:border-box; align-items:center; border-bottom:1px solid #eee;}
.shippingAddressManage .shippingAddressContainer__defaultAddress {position:absolute; top:40px; right:100px;}
.shippingAddressManage .shippingAddressInfo__address__setDefaultAdd {position:absolute; top:40px; right:100px;}
.shippingAddressManage .shippingAddressContainer__defaultAddress .badge {display:inline-block; height:22px; padding:0 6px; border:none; background:#dbecfc; color:#1088ed; line-height:22px; font-family:"Pretendard SemiBold"; font-weight:600; font-size:13px;}
.shippingAddressManage .shippingAddressInfo {margin-top:0;}
.shippingAddressManage .shippingAddressInfo__name {font-size:16px;}
.shippingAddressManage .shippingAddressInfo__address {font-size:16px;}
.shippingAddressManage .shippingAddressContainer__option {position:absolute; top:50%; right:0; transform:translateY(-50%);}
.shippingAddressManage .shippingAddressContainer__option .buttonBasic {display:block; width:56px;}
.shippingAddressManage .shippingAddressContainer__option .buttonBasic + .buttonBasic {margin-top:4px;}

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

/* [공통] 인풋 성공 메시지 */
.successMessage {position:relative; margin:10px 0 5px; padding-left:24px; color:#169dab !important; font-size:13px !important; line-height:16px; 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;}
.inputWrap .inputDelBtn {position: absolute;right: 15px;top: 50%;width: 20px;height: 20px;margin-top: -10px;background: url('/tobe/resource/image/mypage/icon_inputTextDel.png') no-repeat;}

/* 필수항목 아이콘 */
.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}
.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 .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:13px;}
.termsArea__box .termsText {font-size:13px;}
.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:10px;}
.termsArea__box .termsTitle + .terms-in-style01 > li:first-child {margin-top:0;}
.termsArea__box .terms-in-style01 .terms-in-style01 > li {margin-top:5px;}
.termsArea__box .termsList__inner {margin-top:5px;margin-left:10px;}
.termsArea__article {margin-top:20px;}
.termsArea__article:first-child {margin-top:0;}

/* [공통] 타이틀 탭 스타일 */
.commonTitleTab {display:flex;justify-content:space-between;align-items:baseline;margin-bottom:15px;}
.commonTitleTab__list {display:flex;gap:16px;align-items:baseline;}
.commonTitleTab__item {color:#222;font-size:16px;color:#222;}
.commonTitleTab__item .link {display:block;font-size:16px;color:#222;}
.commonTitleTab__item.active,
.commonTitleTab__item.active .link {font-size:20px;font-family:"Pretendard SemiBold";}
.commonTitleTab .otherLink {font-size:16px;}


/*etc*/
.darkDimmed{position:fixed;top:0;left:0;width:100%;height:100%;z-index:1000;background:rgba(0, 0, 0, .4);}

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

/* [공통]마이페이지 영역 + 제목(mypageCommonMenu 없을때) */
.mypageArea {width:1000px;margin:35px auto 0;color:#222;}
.mypageHeader {}
.mypageHeader .mypageHeader__title {display: flex;justify-content: space-between;align-items: center;margin-bottom:12px;font-size:26px;font-family:"Pretendard SemiBold";font-weight: 600;line-height: 1;}
.mypageHeader .mypageHeader__title.sTitle {font-size:16px;}
.mypageHeader .mypageHeader__title + .sText {font-size:14px;line-height:20px;}

/* 테이블 내 버튼 */
[class^=tblNewBtn-]{display:inline-block;text-align:center;font-size:14px;height:34px;line-height:1;min-width:100px;padding:0 20px;vertical-align:middle;border-width:1px;border-style:solid;background-color:#fff;box-sizing: border-box;}
.tblNewBtn-01{color:#fff;border-color: #888;background-color: #888;}
.tblNewBtn-02{color:#fff;border-color: #222;background-color: #222;}
.tblNewBtn-03{color:#fff;border-color: #434343;background-color: #434343;}


/* form row */
.commonFormArea .commonFormArea__row {display:flex;gap:16px;}
.commonFormArea .commonFormArea__row.vertical {flex-direction: column;}
.commonFormArea .commonFormArea__row + .commonFormArea__row {margin-top:15px;}
.commonFormArea .commonFormArea__row__label {flex-shrink:0;padding-top:10px;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;}

/* 리뷰 만족 아이콘 */
[class^=icon-satisfaction] {display: inline-block;width: 60px;height: 22px;line-height: 22px;padding: 0 6px 0 26px;color: #fff;font-size: 13px;position: relative;border-radius: 1px;margin-right: 4px}
[class^=icon-satisfaction]:before {content: "";position: absolute;top: calc(50% - 6px);right: -4px;border-style: solid;border-color: transparent;border-right: 0;border-width: 6px;border-top-width: 6px;border-bottom-width: 6px}
[class^=icon-satisfaction].bad {background: #888 url("/src/images/1.5/icon-satisfy-3-w.svg") no-repeat 6px center/16px}
[class^=icon-satisfaction].bad:before {border-left-color: #888}
[class^=icon-satisfaction].bad:after {content: "불만"}
[class^=icon-satisfaction].normal {background: #888 url("/src/images/1.5/icon-satisfy-2-w.svg") no-repeat 6px center/16px}
[class^=icon-satisfaction].normal:before {border-left-color: #888}
[class^=icon-satisfaction].normal:after {content: "보통"}
[class^=icon-satisfaction].good {background: #169dab url("/src/images/1.5/icon-satisfy-1-w.svg") no-repeat 6px center/16px}
[class^=icon-satisfaction].good:before {border-left-color: #169dab}
[class^=icon-satisfaction].good:after {content: "만족"}

/* 해당상품 영역 */
.commReview__content__purchaseInfo {display: flex;justify-content: space-between;align-items:flex-start;align-items: center;padding:12px 10px 11px;border:1px solid #d5d5d5;gap:15px;}
.commReview__content__purchaseInfo.reverse {flex-direction: row-reverse}
.commReview__content__purchaseInfo .productInformation {width:calc(100% - 115px)}
.commReview__content__purchaseInfo .productTitle {font-size:14px;font-family: "Pretendard SemiBold";overflow:hidden;text-overflow: ellipsis;white-space: nowrap;}
.commReview__content__purchaseInfo .purchaseOption {margin-top:5px;color:#222;font-size:13px;}
.commReview__content__purchaseInfo .imgBox {width:100px;height:100px;overflow:hidden;flex-shrink:0;}
.commReview__content__purchaseInfo .imgBox img {width:100%;height:100%;object-fit: cover;border-radius: 2px;}
.commReview__content__purchaseInfo .userId {width:100%;font-size:14px;margin-top: 10px;background-size:16px;}
.commReview__content__purchaseInfo .userId .home {display:inline-block;width:16px;height:16px;margin-right:5px;background: url('//icon.feelway.com/recent/mo/contents/luxuryknowledge/v1/bg_userid.png') no-repeat 0 50%/16px;font-size:0;line-height:0;vertical-align: middle;}
.commReview__content__purchaseInfo .userId .sellerIconGrade {padding-left:20px;}

/* 리뷰 - 사이즈/만족도 */
.userReviewInfo {display:flex;flex-direction:column;align-items:flex-start !important;gap:8px;margin:15px 0}
.userReviewInfo .summaryTit,
.userReviewInfo .summaryTxt {font-size:13px;flex-shrink: 0;line-height:1;font-family: "Pretendard";font-weight:400 !important;}
.userReviewInfo .scrollWrap {overflow: hidden}
.userReviewInfo .userReviewInfo__satisfySummary {display:inline-flex;gap:12px;overflow-x: auto;white-space: nowrap;padding-right:12px;}
.satisfySummary__item {display:flex;align-items:center;gap:4px;border:1px solid #d5d5d5;border-radius:25px;padding:8px 10px !important;}
.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;}
.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;}

/* 필수입력 표시 */
.requiredDot {display:inline-flex;align-items:center;vertical-align:middle;height:auto;margin:0 2px;}
.requiredDot:before{content:"";position:relative;top:-1px;display:flex;width:6px;height:6px;border-radius:3px;background-color:#ec5026;align-items:center;}
.requiredDot .visibleText {display:inline-block;vertical-align:top;line-height:16px;margin:0 0 0 4px;font-size:12px;color:#ec5026;}

/* 안내문구 박스 */
.commonInformation {display:flex;padding:20px;background:#dbedfc;font-size:13px;color:#222;}
.commonInformation.redType {background:#fdedd8}

/* 배송지관리 */
.shippingAddressManageNew .shippingAddressManage .shippingAddressInfoNickname {position:absolute;top:15px;padding:4px 14px;border:1px solid #d5d5d5;border-radius:20px;font-size:14px;font-weight:400;color:#666;line-height: 1;}
.shippingAddressManageNew .beforeButton {position:relative;color:#999;font-family: "Pretendard Light";font-weight: 300;}
.shippingAddressManageNew .beforeButton:before {content:"";display:inline-flex;width:12px;height:12px;margin-right:5px;border-top:1px solid #999;border-left:1px solid #999;transform:rotate(-45deg);}
.shippingAddressManageNew .middleInputArea {display:flex;align-items: center;gap:30px;}
.shippingAddressManageNew .middleInputArea .inputStyle01 {width:392px;}
.shippingAddressManageNew .middleInputArea:not(:has(.inputErrorNotAlarm)) {align-items: flex-start;}
.shippingAddressManageNew .middleInputArea:not(:has(.inputErrorNotAlarm)) .addPhoneCheck {padding-top:10px;}
.shippingAddressManageNew .addPhoneInputArea {display: none;}
.shippingAddressManageNew .nicknameArea {display:flex;flex-direction:column;gap:12px;}
.shippingAddressManageNew .nicknameArea .shippingAddressFormWrap__table__guideText {margin-top:0;}
.shippingAddressManageNew .nicknameButtons {display:flex;gap:8px;}
.shippingAddressManageNew .nicknameButton {padding:5px 12px;border:1px solid #d5d5d5;border-radius:13px;color:#666;font-size:14px;line-height:1;}
.shippingAddressManageNew .nicknameButton.active {border-color:#169dab;background-color:#169dab;color:#fff;}
.shippingAddressManageNew .shippingAddressFormWrap__setDefaultAdd.hasNickname {text-align:left;}
.shippingAddressManageNew:not(:has(.shippingAddressManagement__addressList li:first-child.active)) #defaultAddressWrap {display: block !important;}

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


/* 실시간 흥정 알림 */
.liveToast {position: fixed;left: 50%;bottom: 70px;min-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:8px;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;}
.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);}

/* 유의사항 및 리스트 박스 */
.commonNoticeBox {background-color: #f7f7f7;padding: 20px;color: #333;font-size: 14px;line-height: 1.6;}
.commonNoticeBox.bgE6 {background-color: #e6e6e6;}


/* 배송예상일 아이콘 추가 */
.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;}

/* 구매유도 툴팁 */
.buyerTooltipWrap {position: relative;}
.buyerTooltip {
  position: absolute;
  top: calc(-100% - 10px);
  left: -10%;
  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, 50px);
  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));
}