/*****************************************
공통
*****************************************/

/**** 단가표 ***/
.box.price-list { border: 1px solid #eef0f4; padding: 16px; background: #fff; border-radius: 12px; margin-top: 20px; } 
.contactus-wrap .box.price-list {color: #000;}
.price-acc-head { display: flex; justify-content: space-between; align-items: center; gap: 12px; } 
.price-acc-title { margin: 0; font-size: 15px; letter-spacing: -0.2px; } 
.price-acc-sub { margin: 6px 0 0; font-size: 16px; color: #667085; } 
.price-acc-btn { height: 40px; padding: 0 12px;/*  border-radius: 10px; */ font-size: 16px; font-weight: 600; border: 1px solid #e7e9ee; background: #ff6a1a; color: #fff; cursor: pointer; white-space: nowrap; } 
.price-acc-btn:focus { outline: none; font-size: 16px; font-weight: 600; border-color: #ff6a00; box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12); } 
.price-acc-body { margin-top: 12px; } 
.price-note { margin-top: 12px; padding: 12px; border: 1px solid #eef0f4; border-radius: 12px; background: #fbfbfd; } 
.price-note-title { margin: 0; font-size: 18px; font-weight: 700; color: #344054; } 
.price-note-list { margin: 8px 0 0 8px; padding: 0; font-size: 16px; color: #475467; } 
.price-note-list li { margin: 6px 0; } 

@media screen and (max-width: 520px){
 .price-acc-head { flex-direction: column; align-items: flex-start; } 
 .price-acc-btn { width: 100%; } 
 }

 /**** 이용약관 ***/
 .pay-agree-title { margin: 0 0 12px; font-size: 15px; letter-spacing: -0.2px; } 
.agree-list { display: flex; flex-direction: column; gap: 10px; } 
.agree-item { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 10px; padding: 12px 12px; border: 1px solid #e7e9ee; border-radius: 12px; background: #fff; } 
.agree-check { width: 18px; height: 18px; accent-color: #ff6a00; } 
.agree-text { font-size: 13px; font-weight: 800; color: #344054; line-height: 1.3; } 
.agree-view { height: 30px; padding: 0 10px; border-radius: 10px; border: 1px solid #e7e9ee; background: #f8fafc; font-weight: 900; font-size: 12px; cursor: pointer; white-space: nowrap; } 
.agree-view:focus { outline: none; border-color: #ff6a00; box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12); } 

.agree-all { display: grid; grid-template-columns: 18px 1fr auto; align-items: center; gap: 10px; padding: 12px 12px; border: 1px solid #e7e9ee; border-radius: 12px; background: #fff; } 
.agree-mini { height: 30px; padding: 0 10px; border-radius: 10px; border: 1px solid #e7e9ee; background: #f8fafc; font-weight: 900; font-size: 12px; cursor: pointer; white-space: nowrap; } 
.agree-mini:focus { outline: none; border-color: #ff6a00; box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12); } 

@media screen and (max-width: 520px){
 .agree-item { grid-template-columns: 18px 1fr; grid-template-areas:
 "chk txt"
 "btn btn"; } 
 .agree-check { grid-area: chk; } 
 .agree-text { grid-area: txt; } 
 .agree-view { grid-area: btn; width: 100%; height: 38px; } 

 .agree-all { grid-template-columns: 18px 1fr; grid-template-areas:
 "chk txt"
 "btn btn"; } 
 .agree-all .agree-check { grid-area: chk; } 
 .agree-all .agree-text { grid-area: txt; } 
 .agree-mini { grid-area: btn; width: 100%; height: 38px; } 
 }

.br-block { display: none; } 


/*** 특수기호 ***/
.symbol-pl { padding-left: 10px; } 
.star-symbol { position: relative; } 
.star-symbol::before { position: absolute; content: '*'; left: -8px; } 

/*****************************************
홈페이지 제작 간편결제
*****************************************/
.pay-wrap { padding: 150px 0; } 
.pay-card { background: #fff; border: 1px solid #e7e9ee; border-radius: 14px; box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06); } 
.pay-head { padding: 30px 18px 16px; border-bottom: 1px solid #eef0f4; background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%); border-radius: 30px 30px 0 0; } 
.pay-title { margin: 0; font-size: 36px; font-weight:800; padding: 20px 0; text-align: center; letter-spacing: -0.2px; font-family: 'Paperozi', sans-serif; } 
.pay-sub { margin: 6px 0 0; font-size: 16px; color: #ff0000; font-weight: 500; word-break: keep-all; text-align: center; text-indent: -20px; word-break: keep-all; } 

.pay-top-tabs { display: flex; gap: 10px; padding: 14px 0 0; flex-wrap: wrap; } 
.pay-top-tab { width: calc(100% / 2 - 10px); display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 24px 14px; /* border-radius: 10px; */ border: 1px solid #e7e9ee; background: #fff; font-weight: 700; font-size: 18px; cursor: pointer; } 
.pay-top-tab.is-active { border-color: #ff6a00; box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12); color: #ff6a00; } 

.pay-body { padding: 18px; } 
.pay-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 16px; align-items: start; } 
.pay-section { border: 1px solid #eef0f4; border-radius: 12px; padding: 16px; background: #fff; } 
.pay-section + .pay-section { margin-top: 14px; } 
.pay-section h3 { margin: 0 0 12px; font-size: 18px; letter-spacing: -0.2px; } 
.pay-help { width: 100%; margin: 6px 0 0; font-size: 12px; color: #667085; } 


.form-row { display: grid; grid-template-columns: 160px 1fr; gap: 12px; padding: 10px 0; border-top: 1px dashed #eef0f4; } 
.form-row:first-of-type { border-top: 0; padding-top: 0; } 
.form-label { font-size: 16px; color: #344054; font-weight: 700; padding-top: 10px; } 
.req { color: #ff3b30; margin-right: 4px; } 

.input, .select, .textarea { width: 100%; border: 1px solid #d9dde6; padding: 11px 12px; background: #fff; outline: none; } 
.textarea { min-height: 88px; resize: vertical; } 
.input:focus, .select:focus, .textarea:focus { border-color: #ff6a00; box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12); } 

.inline { display: flex; gap: 10px; flex-wrap: wrap; align-items: center; } 
.chip { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #e7e9ee; background: #fff; padding: 10px 12px; /* border-radius: 10px; */cursor: pointer; user-select: none; font-weight: 600; font-size: 14px; } 
.chip input { accent-color: #ff6a00; } 

.seg-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; } 
.seg-btn { height: 44px; /* border-radius: 10px; */ padding: 0 10px; border: 1px solid #e7e9ee; background: #fff; font-weight: 700; cursor: pointer; } 
.seg-btn.is-active { border-color: #ff6a00; color: #ff6a00; box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12); } 

.hide { display: none !important; } 

.sum-box { position: sticky; top: 100px; } 
.sum-title { margin: 0 0 10px; font-size: 16px; font-weight: 800; } 
.sum-line { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-top: 1px solid #eef0f4; font-size: 13px; color: #344054; } 
.sum-line:first-of-type { border-top: 0; padding-top: 0; } 
.sum-total { margin-top: 10px; border-top: 1px solid #eef0f4; padding-top: 12px; display: flex; justify-content: space-between; font-weight: 700; font-size: 16px; } 
.price { color: #ff6a00; } 
.btn-primary { width: 100%; height: 52px; border: 0; background: #ff6a00; color: #fff; font-weight: 700; font-size: 15px; cursor: pointer; margin-top: 14px; } 
.btn-primary:active { transform: translateY(1px); } 

.notice { border: 1px solid #eef0f4; border-radius: 12px; background: #fbfbfd; padding: 12px; margin-top: 12px; } 
.notice-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; cursor: pointer; user-select: none; } 
.notice-head strong { font-size: 13px; } 
.notice-toggle { font-size: 12px; color: #667085; } 
.notice-body { margin-top: 10px; font-size: 12px; color: #475467; } 
.notice-body ul { margin: 8px 0 0 18px; padding: 0; } 
.notice-body li { margin: 6px 0; } 

@media screen and (max-width: 920px){
 .pay-grid { grid-template-columns: 1fr; } 
 .sum-box { position: static; } 
 }

@media screen and (max-width: 640px) {.pay-title { font-size: 28px; padding: 4px 0; } 
.pay-sub { text-align: left; padding-left: 16px; text-indent: -16px; font-size: 13px; } 
 }

@media screen and (max-width: 580px) {.pay-sub .br-none { display: none; } 
 }

 @media screen and (max-width: 430px){
 .pay-title { font-size: 24px; } 
 }

@media screen and (max-width: 520px){
 .pay-body { padding: 14px; } 
 .form-row { grid-template-columns: 1fr; } 
 .form-label { padding-top: 0; } 
 .seg-tabs { grid-template-columns: 1fr; } 
 .pay-top-tab { width: 100%; } 
 }


/*****************************************
JWEB 간편결제
*****************************************/
.jweb-wrap { padding: 150px 0; } 
.jweb-card { background: #fff; border: 1px solid #e7e9ee; border-radius: 14px; box-shadow: 0 8px 28px rgba(15, 23, 42, 0.06); } 

.jweb-head { padding: 30px 18px 16px; border-bottom: 1px solid #eef0f4; background: linear-gradient(180deg, #ffffff 0%, #fbfbfd 100%); border-radius: 30px 30px 0 0; } 
.jweb-title { margin: 0; font-size: 36px; padding: 20px 0; text-align: center; font-weight: 800; letter-spacing: -0.2px; font-family: 'Paperozi', sans-serif; } 
.jweb-sub { margin: 6px 0 0; font-size: 16px; text-align: center; color: #ff0000; font-weight: 500; text-indent: -20px; /* padding-left: 30px; */ } 

.jweb-top-tabs { display: flex; gap: 10px; padding: 14px 0 0; flex-wrap: wrap; } 
.jweb-top-tab { width: calc(100% / 2 - 10px); display: inline-flex; align-items: center; justify-content: center; height: 42px; padding: 24px 14px; /* border-radius: 10px; */ border: 1px solid #e7e9ee; background: #fff; font-weight: 700; font-size: 18px; cursor: pointer; } 
.jweb-top-tab.is-active { border-color: #ff6a00; box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12); color: #ff6a00; } 

.jweb-body { padding: 18px; } 
.jweb-grid { display: grid; grid-template-columns: 1.2fr 0.8fr; gap: 16px; align-items: start; } 

.box { border: 1px solid #eef0f4; padding: 16px; background: #fff; } 
.box h3 { margin: 0 0 6px; font-size:24px; font-family: 'Paperozi', sans-serif; color: #000; } 
.help { margin: 6px 0 0; font-size: 12px; color: #667085; } 


.form-row-grid { display: grid; grid-template-columns: 160px 1fr; gap: 12px; padding: 10px 0; } 
.form-label { font-size: 16px; font-weight: 600; color: #344054; padding-top: 10px; } 
.req { color: #ff3b30; margin-right: 4px; } 
.form-row-border { border-top: 1px dashed #eef0f4; } 
.form-inline { display: flex; gap: 10px; flex-wrap: wrap; } 
.radio-chip { display: inline-flex; align-items: center; gap: 8px; border: 1px solid #e7e9ee; padding: 10px 12px; font-weight: 900; font-size: 13px; cursor: pointer; background: #fff; } 
.radio-chip input { accent-color: #ff6a00; } 

.amount-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-top: 8px; } 
.amt-btn { height: 46px; border: 1px solid #e7e9ee; background: #fff; font-weight: 900; cursor: pointer; } 
.amt-btn.is-active { border-color: #ff6a00; color: #ff6a00; box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12); } 

.direct-row { display: flex; gap: 10px; align-items: center; margin-top: 10px; } 
.input { width: 100%; border: 1px solid #d9dde6; padding: 11px 12px; outline: none; background: #fff; } 
.input:focus { border-color: #ff6a00; box-shadow: 0 0 0 3px rgba(255, 106, 0, 0.12); } 
.won { min-width: 28px; font-weight: 900; color: #667085; } 
.line { height: 1px; background: #eef0f4; margin: 14px 0; } 

.sum { position: sticky; top: 100px; } 
.sum-row { display: flex; justify-content: space-between; gap: 10px; padding: 10px 0; border-top: 1px solid #eef0f4; font-size: 13px; color: #344054; } 
.sum-row:first-of-type { border-top: 0; padding-top: 0; } 
.sum-total { margin-top: 10px; border-top: 1px solid #eef0f4; padding-top: 12px; display: flex; justify-content: space-between; font-size: 16px; } 
.price { color: #ff6a00; } 

.btn-primary { width: 100%; height: 52px; border: 0; background: #ff6a00; color: #fff; font-weight: 900; font-size: 15px; cursor: pointer; margin-top: 14px; } 

.acc { border: 1px solid #eef0f4; background: #fbfbfd; padding: 12px; margin-top: 12px; } 
.acc-head { display: flex; justify-content: space-between; align-items: center; gap: 10px; cursor: pointer; user-select: none; } 
.acc-head strong { font-size: 13px; } 
.acc-toggle { font-size: 12px; color: #667085; } 
.acc-body { margin-top: 10px; font-size: 12px; color: #475467; } 
.acc-body ul { margin: 8px 0 0 18px; padding: 0; } 
.acc-body li { margin: 6px 0; } 

.hide { display: none !important; } 

.tbl-wrap { overflow: auto; border: 1px solid #eef0f4; background:#fff; } 
table { border-collapse: collapse; width: 100%; min-width: 520px; } 
th, td { padding: 10px 12px; border-bottom: 1px solid #eef0f4; font-size: 16px; text-align: center; } 
th { background: #f8fafc; font-weight: 900; color: #344054; } 
tr:last-child td { border-bottom: 0; } 
.tag { display: inline-flex; align-items: center; height: 22px; padding: 0 8px; border-radius: 999px; border: 1px solid #ffd8bf; background: #fff3ea; color: #ff6a00; font-weight: 900; font-size: 11px; margin-right: 6px; white-space: nowrap; } 


@media screen and (max-width: 920px){
 .jweb-grid { grid-template-columns: 1fr; } 
 .sum { position: static; } 
 }

@media screen and (max-width: 640px){
 .jweb-title { font-size: 28px; padding: 4px 0; } 
 .jweb-sub { text-align: left; padding-left: 16px; text-indent: -16px; font-size: 13px; } 
 }
@media screen and (max-width: 580px){
 .jweb-sub .br-none { display: none; } 
 }
@media screen and (max-width: 520px){
 .jweb-body { padding: 14px; } 
 .amount-grid { grid-template-columns: repeat(2, 1fr); } 
 .jweb-top-tab { width: 100%; } 
 .form-row-grid { grid-template-columns: 1fr; } 
 .form-label { padding-top: 0; } 
 }

@media screen and (max-width: 430px){
 .jweb-title { font-size: 24px; } 
 }

@media screen and (max-width: 360px){
 .amount-grid { grid-template-columns: 1fr; } 
 .direct-row { flex-direction: column; align-items: stretch; } 
 .won { display: none; } 
 }

/*** 카드 번호 키패드 ***/
.pay-homepage .card-number, .pay-jweb .card-number { display: flex; flex-wrap: wrap; align-items: center; gap: 3px; } 
.pay-homepage .card-number .card-part, .pay-jweb .card-number .card-part { width: 60px; flex: 0 0 auto; text-align: center; letter-spacing: 0.18em; padding: 10px 5px; } 
.pay-homepage .card-number .card-pad-input, .pay-jweb .card-number .card-pad-input { background: #f5f7fb; cursor: pointer; } 
.pay-homepage .card-number .card-pad-input.is-active, .pay-jweb .card-number .card-pad-input.is-active { border-color: #222; box-shadow: 0 0 0 2px rgba(34, 34, 34, 0.12); } 
.pay-homepage .card-divider, .pay-jweb .card-divider { color: #c0c4cc; font-weight: 700; padding: 0 2px; } 
.pay-homepage .secure-pad, .pay-jweb .secure-pad { position: fixed; inset: 0; display: none; align-items: center; justify-content: center; z-index: 2000; } 
.pay-homepage .secure-pad.is-open, .pay-jweb .secure-pad.is-open { display: flex; } 
.pay-homepage .secure-pad-backdrop, .pay-jweb .secure-pad-backdrop { position: absolute; inset: 0; background: rgba(16, 16, 20, 0.65); } 
.pay-homepage .secure-pad-panel, .pay-jweb .secure-pad-panel { position: relative; z-index: 1; width: 320px; max-width: calc(100% - 32px); border-radius: 16px; background: #fff; padding: 16px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25); } 
.pay-homepage .secure-pad-head, .pay-jweb .secure-pad-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; font-size: 16px; } 
.pay-homepage .secure-pad-display, .pay-jweb .secure-pad-display { margin-bottom: 12px; padding: 10px 12px; border-radius: 12px; background: #f2f4f8; text-align: center; font-weight: 800; letter-spacing: 0.4em; color: #111827; min-height: 40px; } 
.pay-homepage .secure-pad-display.is-empty, .pay-jweb .secure-pad-display.is-empty { color: #9aa0a6; } 
.pay-homepage .secure-pad-close, .pay-jweb .secure-pad-close { border: 0; background: #f1f2f6; border-radius: 10px; padding: 6px 10px; font-weight: 700; cursor: pointer; } 
.pay-homepage .secure-pad-grid, .pay-jweb .secure-pad-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; } 
.pay-homepage .pad-btn, .pay-jweb .pad-btn { height: 56px; border-radius: 12px; border: 1px solid #e1e4ea; background: #f8f9fb; font-weight: 800; font-size: 18px; cursor: pointer; transition: transform 0.08s ease, background 0.12s ease; } 

.pay-homepage .pad-btn.is-pressed,
.pay-homepage .pad-btn:active { transform: translateY(1px); background: #e9edf5; } 

.pay-jweb .pad-btn.is-pressed,
.pay-jweb .pad-btn:active { transform: translateY(1px); background: #e9edf5; } 
.pay-homepage .pad-btn.pad-action, .pay-jweb .pad-btn.pad-action { background: #111827; border-color: #111827; color: #fff; } 

.pay-homepage .pad-btn.pad-action:active, .pay-jweb .pad-btn.pad-action:active { background: #0b1220; } 
.pay-homepage .pad-btn.pad-done, .pay-jweb .pad-btn.pad-done { background: #ff6a00; border-color: #ff6a00; color: #fff; } 

@media screen and (max-width: 480px){
 .pay-homepage .card-number, .pay-jweb .card-number { gap: 4px; } 
 .pay-homepage .card-number .card-part, .pay-jweb .card-number .card-part { width: 62px; font-size: 14px; letter-spacing: 0.12em; } 
 .pay-homepage .pad-btn, .pay-jweb .pad-btn { height: 50px; font-size: 16px; } 
 }
