/* ÇÏ´Ü¹®ÀÇ */
.tp-pc-wrapper, .tp-mo-wrapper, .tp-pc-wrapper *, .tp-mo-wrapper * { box-sizing: border-box !important; margin: 0 !important; padding: 0 !important; border: none !important; outline: none !important; box-shadow: none !important; }
input[type="radio"], input[type="checkbox"] { width: 17px !important; height: 17px !important; appearance: auto !important; -webkit-appearance: radio !important; background: transparent !important; display: inline-block !important; vertical-align: middle !important; cursor: pointer; }
input[type="checkbox"] { -webkit-appearance: checkbox !important; }

/* [PC 3¼½ÅÍ ·¹ÀÌ¾Æ¿ô (Àç¹èÄ¡)] */
@media (min-width: 1025px) {
    .tp-mo-wrapper { display: none !important; }
    .tp-pc-wrapper { position: fixed !important; bottom: 0; left: 0; width: 100%; background: #1c986d !important; color: #fff !important; padding: 32px 0 !important; z-index: 10000 !important; transition: transform 0.4s ease !important; overflow: visible !important;border-top: 2px solid #1c986d !important; }
    .tp-pc-wrapper.closed { transform: translateY(100%) !important; }
    .tp-pc-content { max-width: 1200px !important; margin: 0 auto !important; display: grid !important; grid-template-columns: 1.5fr 4fr 2.5fr !important; gap: 40px !important; align-items: center !important; padding: 0 20px !important; }

    .tp-pc-title-section { text-align: right !important; border-right: 1px solid rgba(255,255,255,0.3) !important; padding-right: 40px !important; }
    .tp-pc-main-title { font-size: 28px !important; font-weight: bold !important; line-height: 1.2 !important; }
    .tp-pc-sub-title { font-size: 24px !important; font-weight: normal !important; }

    .tp-pc-form-grid { display: flex !important; flex-direction: column !important; gap: 12px !important; }
    .tp-form-row { display: flex !important; gap: 10px !important; align-items: center !important; }
    .tp-input { height: 40px !important; border-radius: 4px !important; padding: 0 10px !important; font-size: 14px !important; background: #fff !important; color: #333 !important; flex: 1 !important; }
    .tp-full-width { width: 100% !important; }
    .tp-gender-wrap { display: flex !important; gap: 15px !important; background: rgba(0,0,0,0.2) !important; height: 40px !important; align-items: center !important; padding: 0 15px !important; border-radius: 4px !important; font-size: 13px !important; }
    .tp-phone-group { display: flex !important; align-items: center !important; gap: 10px !important; flex: 1 !important; }
    .tp-phone-group input { width: 100% !important; height: 40px !important; text-align: center !important; border-radius: 4px !important; background: #fff !important; }

    .tp-pc-action-section { display: flex !important; flex-direction: column !important; gap: 15px !important; }
    .tp-pc-consent-wrap { font-size: 12px !important; line-height: 1.5 !important; }
    .tp-pc-link { text-decoration: underline !important; cursor: pointer !important; opacity: 0.8 !important; }
    .tp-submit-pc-large { background: #c91010 !important; color: #fff !important; height: 75px !important; font-size: 24px !important; font-weight: bold !important; border-radius: 4px !important; cursor: pointer !important; }
    
    #tpPrivacyLayer { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:20001; align-items:center; justify-content:center; padding:20px; }
}

/* [¸ð¹ÙÀÏ ·¹ÀÌ¾Æ¿ô: ¿øº» 100% À¯Áö] */
@media (max-width: 1024px) {
    .tp-pc-wrapper { display: none !important; }
    .tp-mo-wrapper { position: fixed !important; bottom: -10px; left: 0; width: 100%; background: #007b2b !important; color: #fff !important; z-index: 10000 !important; transition: transform 0.4s ease !important; padding: 30px 20px 15px !important; }
    .tp-mo-wrapper.closed { transform: translateY(calc(100% - 135px)) !important; }
    .tp-mo-form { display: flex !important; flex-direction: column !important; gap: 10px !important; width: 100% !important; }
    .tp-mo-input { width: 100% !important; height: 42px !important; border-radius: 4px !important; padding: 0 12px !important; font-size: 15px !important; background: #fff !important; }
    .tp-mo-gender { display: flex !important; width: 100% !important; height: 42px !important; background: rgba(0,0,0,0.15) !important; border-radius: 4px !important; }
    .tp-mo-gender label { flex: 1 !important; display: flex !important; align-items: center !important; justify-content: center !important; gap: 8px !important; }
    .tp-mo-phone-row { display: flex !important; align-items: center !important; width: 100% !important; }
    .tp-mo-phone-row input { flex: 1 !important; min-width: 0 !important; height: 42px !important; background: #fff !important; border-radius: 4px !important; text-align: center; }
    .tp-mo-phone-row span { width: 15px !important; text-align: center !important; }
    .tp-mo-agree { margin: 10px 0 !important; font-size: 13px !important; text-align: center !important; }
    .tp-submit-mo { width: 100% !important; height: 50px !important; background: #c91010 !important; color: #fff !important; font-weight: bold !important; font-size: 18px !important; border-radius: 4px !important; }
    .tp-mo-handle { position: absolute !important; top: -28px !important; right: 37px !important; width: 45px !important; height: 30px !important; background: #007b2b !important; border-radius: 8px 8px 0 0 !important; color: #fff !important; cursor: pointer !important; }
    #tpPrivacyLayer { display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:rgba(0,0,0,0.6); z-index:20001; align-items:center; justify-content:center; padding:0; }
}