/*header*/
* { padding: 0; margin: 0; list-style: none; text-decoration: none; } 
a { color: #222; } 
.occ-header { width: 100%; position: absolute; left: 0; top: 0; z-index: 999; } 
.occ-header-inner { display: flex; justify-content: space-between; align-items: center; } 
.occ-hf-inner { max-width: 1120px; padding: 1.6875rem; margin: 0 auto; } 
.occ-main-link { display: block; width: 109px; } 
.occ-logo { display: block; width: 100%; } 
.occ-logo-wrap { display: flex; align-items: center; } 
.occ-sub-logo { border-left: 1px solid #797979; padding-left: 1rem; margin-left: 1rem; } 
.occ-menu { display: flex; } 
.occ-menu-list { padding: 0 2rem; } 
.occ-menu-link { font-family: "GmarketSansM", sans-serif; font-weight: 600; color: #fff; } 
.occ-menu-list.on .occ-menu-link { color: #ffd506; } 
.occ-main-container { font-family: "SUIT", sans-serif; background: #111; color: #fff; overflow-x: hidden; } 
.occ-main-container p { line-height: 160%; word-break: keep-all; } 
.occ-menu-wrap-mo { display: none; } 

.occ-alert { width: 100%; height: 100vh; color: #111; position: fixed; z-index: 999; } 

/* main */
main { background: url("../images/occ-main-kv.webp") no-repeat center center; background-size: cover; } 
.occ-main-kv { height: calc(100vh - 150px); color: #fff; position: relative; overflow: hidden; } 
.occ-main-main-kv-inner { display: flex; align-items: center; flex-direction: column; height: 100%; justify-content: center; } 
.occ-inner { width: 1120px; margin: 0 auto; box-sizing: border-box; } 
.occ-main-kv-txt { width: 1120px; } 
.occ-mo { display: none; } 
.occ-point { color: #ffd506; } 
.occ-kv-slide { display: flex; width: 100%; overflow: hidden; } 
.occ-kv-main-tit { max-width: 500px; font-family: "GmarketSansB", sans-serif; font-size: 3.75rem; font-weight: 700; margin-bottom: 1rem; } 
.occ-kv-main-tit img { display: block; width: 100%; } 
.occ-kv-copy { font-family: "GmarketSansB", sans-serif; font-size: 1.5rem; font-weight: 600; margin-bottom: 7.2vh; } 
.occ-kv-bottom { position: absolute; bottom: 3rem; left: 50%; transform: translateX(-50%); } 
.occ-kv-time { width: 300px; margin-right: 2rem; } 
.occ-kv-time-box { display: flex; position: relative; padding-top: 1vh; } 
.occ-kv-time-box::before { content: ""; display: block; width: 100%; height: 1px; background: linear-gradient(
 90deg,
 rgba(255, 255, 255, 1) 0%,
 rgba(255, 213, 6, 1) 100%
 ); position: absolute; left: 0; top: 0; } 

.occ-kv-time-tit { display: flex; align-items: center; font-weight: 600; font-size: 1.125rem; padding-bottom: 1rem; margin-bottom: 1rem; position: relative; } 
.occ-kv-time-tit::after { content: ""; display: block; width: 100%; height: 1px; background: linear-gradient(
 90deg,
 rgba(255, 255, 255, 1) 0%,
 rgba(255, 213, 6, 1) 100%
 ); position: absolute; bottom: 0; left: 0; } 
.occ-kv-time-tit img { display: inline-block; height: 20px; margin-right: 6px; } 
.occ-time-sub { color: rgba(255, 255, 255, 0.6); font-size: 0.875rem; } 
.occ-kv-time .occ-time-num { font-family: "GmarketSansB", sans-serif; line-height: normal; } 
.occ-time-num strong { font-size: 4rem; } 

.occ-kv-brand { display: flex; animation: rolling1 100s linear infinite; } 

@keyframes rolling1 { 
 0% { transform: translateX(0); } 
 50% { transform: translateX(-100%); } 
 50.01% { transform: translateX(100%); } 
 100% { transform: translateX(0); } 
 }
.occ-kv-brand.clone { animation: rolling2 100s linear infinite; } 
@keyframes rolling2 { 
 0% { transform: translateX(0); } 
 100% { transform: translateX(-200%); } 
 }
.brand-list { height: 34px; margin-right: 3.5rem; } 
.brand-list img { display: block; height: 100%; } 
.occ-kv-warning { margin-top: 1.75rem; } 
.occ-main-warning-txt { text-align: center; font-size: 0.875rem; color: #bfbfbf; } 
.index-ap-btn { position: absolute; bottom: 100px; right: 100px; } 
.index-ap-btn a { background: #ffd506; border-radius: 100px; font-size: 24px; font-family: 'SuitB', sans-serif; padding: 25px 50px; } 
/* pages - about */
.occ-about { color: #fff; } 
.occ-ab-visual { display: flex; align-items: center; justify-content: flex-start; height: 44vh; background: #000 url("../images/occ-ab-kv.webp") no-repeat center top; background-size: contain; } 
.ab-visual-logo { width: 500px; } 
.occ-highlight { background: #ffd506; color: #111; } 
.occ-first-box { padding-top: 10vh; } 
.occ-ab-explain { padding-top: 80px !important; } 
.occ-about-inner { padding: 0; } 
.occ-about-box { padding: 16vh 0; } 
.occ-ab-etc { border-bottom: 0; } 
.ab-sub-tit { flex: 4; font-size: 1.75rem; color: #fff; } 
.ab-txt-sub { display: flex; justify-content: space-between; border-bottom: 1px solid #383738; margin-bottom: 3.75rem; padding-bottom: 3.75rem; } 
.ab-txt-sub:last-child { border: 0; padding: 0; margin: 0; } 
.ab-sub-txt { flex: 6; font-size: 1.125rem; line-height: 150%; } 
.occ-ab-info-wrap { background: #252525; } 
.occ-bold { font-weight: 700; } 
.occ-underline { text-decoration: underline; } 
.occ-info-wrap-box { background: #252525; border-radius: 0.25rem; padding: 4vh 4vw; } 
.occ-ab-marketer { padding-top: 16vh; } 
.ab-marketer-list-box { margin-bottom: 6vh; } 
.ab-marketer-list { display: flex; align-items: center; font-size: 1.25rem; font-weight: 600; color: #ffd506; margin-bottom: 1.2vh; } 
.ab-marketer-list:last-child { margin-bottom: 0; } 
.ab-marketer-list img { display: inline-block; width: 18px; padding-top: 2px; margin-right: 12px; } 
.ab-marketer-txt { font-size: 1.125rem; color: #bfbfbf; } 
.ab-info-tit { font-family: "SuitB", sans-serif; font-size: 1.75rem; padding-bottom: 2vh; font-weight: 700; } 
.occ-ab-txt { margin-bottom: 0; } 
.ab-copy { font-size: 2.4375rem; color: #fff; margin-bottom: 6vh; } 
.ab-benefit-sub-tit { width: 160px; font-size: 1.25rem; } 
.ab-benefit-sub-list-wrap { flex: 6; } 
.ab-acc-box { display: flex; justify-content: space-between; align-items: center; width: 100%; background: #1a1a1a; border-radius: 4px; box-sizing: border-box; padding: 4vh 4vw; margin: 0 auto 1rem; } 
.ab-acc-box:last-child { margin-bottom: 0; } 
.ab-benefit-list { align-items: flex-start; gap: 2vw; } 
.ab-benefit-list03 { display: block; } 
.ab-benefit-win { display: flex; justify-content: center; align-items: center; min-height: 120px; background: #111; margin-bottom: 1rem; padding: 2vh 4vw; box-sizing: border-box; } 
.ab-benefit-win04 { margin-bottom: 0; } 
.ab-benefit-win-notice { margin-top: 2rem; } 
.ab-benefit-win-list { display: flex; align-items: center; min-width: 855px; padding-left: 60px; box-sizing: border-box; position: relative; justify-content: flex-start; } 

.ab-benefit-win-list img { display: inline-block; height: 60px; position: absolute; transform: translateY(-50%); top: 50%; left: 0; } 
.benefit-bot { padding-left: 6vw; } 
.benefit-win-txt { text-align: center; font-size: 1.25rem; padding: 0 1vw; } 
.benefit-win-tit { font-size: 1.5rem; font-weight: 700; } 
.benefit-win-txt01 { position: relative; } 
.benefit-win-txt01::before,
.benefit-win-txt01::after { content: ""; display: block; width: 1px; height: 1.25rem; background: #383738; position: absolute; top: 50%; transform: translateY(-50%); } 
.benefit-win-txt01::before { left: 0; } 
.benefit-win-txt01::after { right: 0; } 
.benefit-win-txt01::before,
.benefit-win-txt01::after { top: 2px; transform: translateY(0); } 
.benefit-win-txt02 { width: 260px; text-align: left; } 
.benefit-win-point { display: inline-block; font-size: 1.125rem; text-align: left; padding: 0; } 
.ab-benefit-sub-list { font-size: 1.25rem; margin-bottom: 1.6vh; } 
.ab-benefit-sub-list:last-child { margin-bottom: 0; } 
.occ-ab-can { display: inline-block; padding-left: 65px; position: relative; } 
.occ-ab-can::before { content: ""; display: block; width: 60px; height: 60px; background: url("../images/occ-ab-can.webp") no-repeat center center; background-size: 100%; position: absolute; left: 0; bottom: -10px; } 
.ab-benefit-sub-list-sub { font-size: 1rem; color: #bfbfbf; } 
.ab-notice-txt { display: flex; color: #bfbfbf; font-size: 1rem; margin-bottom: 0.5rem; } 
.occ-ad-notice-txt { margin-bottom: 0; } 
.ab-notice-bullet { display: inline-block; margin-right: 0.25vw; } 
.occ-ad-notice-modal { cursor: pointer; } 
.ab-schedule-wrap { margin: 0 auto; } 
.ab-schedule-in { display: flex; justify-content: space-between; margin-bottom: 2vh; } 
.ab-sche-box { display: flex; flex-direction: column; justify-content: space-between; width: 32%; text-align: center; background: #1a1a1a; border-radius: 0.25rem; overflow: hidden; } 
.ab-sche-icon-box { padding: 2.8vh 0; } 
.ab-sche-icon-img { display: block; height: 60px; margin: 0 auto; } 
.ab-sche-txt-box { height: 50%; background: #ffd506; padding: 1rem; } 
.ab-sche-tit { font-size: 1.25rem; padding-bottom: 1.6vh; } 
.ab-sche-day { border-radius: 999px; color: #111; font-weight: 700; } 
.ab-info-copy { font-family: "GmarketSansB", sans-serif; font-weight: 700; color: #ffd506; text-align: center; font-size: 4rem; margin-bottom: 8vh; } 
.ab-info-box { margin: 8vh 0; } 
.ab-info-list-box { flex-direction: column; align-items: flex-start; } 
.ab-info-txt { font-size: 1rem; padding-bottom: 0.5rem; } 
.ab-info-txt-main { font-size: 1.25rem; } 
.ab-info-list-txt { padding-left: 0.5rem; position: relative; } 
.ab-info-list-txt::before { content: ""; display: block; width: 4px; height: 4px; background: #fff; border-radius: 50%; position: absolute; left: 0; top: 12px; } 
.ab-info-txt-point::before { background: #ffd506; } 
.ab-info-box03 .ab-info-txt { padding-bottom: 0; } 
.ab-info-txt:last-child { padding-bottom: 0; } 
.occ-more-btn { display: flex; align-items: center; border-radius: 999px; font-size: 1rem; font-weight: 800; color: #ffd506; border: 1px solid #ffd506; padding: 0.75rem 1rem; cursor: pointer; } 
.occ-more-btn.occ-mo { display: none; } 
.ab-info-icon-img { width: 20px; margin-right: 0.4vw; } 
.ab-info-box06 .ab-info-txt-list li { display: flex; align-items: center; font-size: 1rem; border-radius: 999px; border: 1px solid #555; padding: 0.9vh 1.3vw; margin-right: 0.4vw; box-sizing: border-box; } 
.ab-info-txt-point { color: #ffd506; } 

.ab-info-txt-list { display: flex; } 
.ab-ad-notice-txt-box { display: flex; justify-content: space-between; align-items: center; } 

/*pages - independent*/
.ind-copy { font-weight: 500; margin-bottom: 6vh; } 
.ind-wrap-box { background: #252525; padding: 2vh 2vw; margin-bottom: 6vh; border-radius: 0.25rem; } 
.ind-ad-notice-modal { display: flex; align-items: center; border-radius: 999px; border: 1px solid #ffd506; padding: 1vh 2vw; } 
.ind-ad-notice { color: #fff; } 
.ind-ad-notice-modal img { width: 20px; margin-right: 0.4vw; } 
.occ-tab-box { display: flex; background: #252525; border-radius: 999px; overflow: hidden; max-width: 1120px; margin: 0 auto 9.6vh; } 
.occ-tab { width: 50%; font-size: 1.25rem; font-weight: 800; text-align: center; color: #bfbfbf; padding: 1rem; background: #252525; cursor: pointer; border-radius: 999px; } 
.occ-tab.on { background: #ffd506; color: #111; } 
.ind-campaign-subject { display: none; } 
.ind-campaign-subject.on { display: block; } 
.ind-campaign-txt { font-size: 1.5rem; font-weight: 600; padding: 3rem 0; } 
.ind-cam-list { display: flex; justify-content: space-between; padding: 8vh 0; border-bottom: 1px solid #797979; } 
.ind-campaign-select .ind-cam-list04 { border-bottom: 0; } 
.ind-campaign-free .ind-cam-list09 { border-bottom: 0; } 
.cam-rg-top { display: flex; justify-content: space-between; padding-bottom: 2vh; } 
.cam-txt-top { padding-bottom: 2.8vh; font-size: 1rem; color: #bfbfbf; line-height: 150%; } 
.ind-campaign-free .cam-txt-top { padding-bottom: 0; } 
.ind-cam-brand-logo { width: 120px; } 
.cam-list-rg { width: 85%; } 
.cam-rg-tit { font-size: 2rem; } 
.cam-rg-tit-img { display: none; } 
.ind-cam-btn { display: inline-flex; align-items: center; font-size: 0.875rem; color: #fff; background: transparent; border: 1px solid #383738; border-radius: 999px; padding: 1vh 0.9vw; } 
.ind-cam-btn img { height: 20px; margin-right: 0.4vw; } 
.cam-lg { margin-left: 0.5rem; } 
.cam-txt-bot { color: #fff; padding: 2.8vh 2vw; margin-bottom: 0; } 
.cam-txt-bot-wrap { display: flex; align-items: center; } 
.cam-txt-bot-tit { display: inline-block; font-weight: 700; font-size: 1.25rem; line-height: normal; color: #ffd506; margin-right: 1vw; } 
.ind-cam-more { background: transparent; font-size: 0.875rem; padding: 1vh 1.3vw; } 
.cam-txt-bot-box { display: flex; align-items: center; justify-content: space-between; margin-top: 1rem; } 
.cam-txt-bot-txt { position: relative; } 
.ind-btn-wrap { text-align: center; } 
.ind-btn { display: inline-block; min-width: 260px; border-radius: 999px; color: #111; font-size: 1.5rem; font-weight: 700; background: #ffd506; padding: 1.5rem 3rem; margin-top: 2rem; } 
.occ-last-box { padding-bottom: 10vh; } 

.ind-modal-bg { display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); position: absolute; z-index: 10; } 
.ind-modal-inner { background: #111; border-radius: 1rem; } 
.ind-modal-inner::-webkit-scrollbar { width: 4px; background: #000; border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; } 
.ind-modal-inner::-webkit-scrollbar-thumb { background-color: #fff; border-radius: 10px; } 
.ind-modal-inner::-webkit-scrollbar-track { background-color: transparent; border-radius: 10px; } 
.ind-modal-top { position: relative; } 
.ind-modal-close { position: absolute; right: 0; top: 0; } 
.ind-modal-top-tit { font-size: 2rem; font-weight: 700; text-align: center; padding-bottom: 1rem; } 
.ind-modal-bot-top { display: flex; padding: 2.8vh 2vw; margin-bottom: 6vh; } 
.ind-cam-brand-view-logo { width: auto; height: 88px; } 
.ind-modal-bt-tit { display: flex; flex-direction: column; font-family: "GmarketSansB", sans-serif; font-size: 2.25rem; font-weight: 700; line-height: 140% !important; margin-left: 2vw; } 
.ind-modal-bb-tit { font-size: 1.5rem; font-weight: 600; margin-bottom: 2.4vh; } 
.ind-modal-bb-list-wrap { display: flex; justify-content: space-between; } 
.ind-modal-bb-txt { font-size: 1rem; } 
.ind-modal-bb-product { width: 48%; } 
.ind-modal-bb-txt-tit { display: flex; margin-bottom: 1.6vh; } 
.ind-brand-info-tit { min-width: 130px; } 
.ind-modal-bb-txt-sub { display: block; font-size: 1.125rem; position: relative; } 
.ind-modal-bb-product01 { margin-bottom: 1vh; } 
.ind-modal-bb-txt-sub-num { display: flex; } 
.ind-modal-bb-brand01 { display: flex; } 
.ind-modal-bb-bullet { padding-left: 10px; position: relative; } 
.ind-modal-bb-bullet::before { content: ""; display: block; width: 4px; height: 4px; background: #fff; border-radius: 50%; position: absolute; left: 0; top: 11px; } 
.ind-modal-brand-cam { display: flex; } 
.ind-modal-brand-tit { width: 200px; } 
.ind-modal-zero-tit { width: 350px; } 
.ind-modal-stella-tit { width: 460px; } 
.ind-modal-brand-txt { width: 80%; } 
.ind-modal-bb-txt-sub-tit { padding-bottom: 1rem; } 
.ind-modal-bb-list { border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 4vh 0; } 
.ind-modal-bb-list:first-child { padding-top: 0; } 
.ind-modal-bb-list:last-child { border-bottom: 0; } 
.ind-modal-bot-close-btn { text-align: center; } 
.occ-btn { display: inline-block; min-width: 360px; color: #111; font-size: 1.5rem; font-weight: 700; background: #ffd506; cursor: pointer; padding: 2.3vh; margin-top: 1.5rem; box-sizing: border-box; } 
.occ-closse-btn { border-radius: 999px; } 
.occ-ind-alert { display: none; height: 100%; width: 100%; position: fixed; left: 0; top: 0; z-index: 9999; } 
.ind-alert-wrap { display: block; width: 26%; min-width: 500px; height: auto; box-shadow: 10px 10px 14px 0px rgba(0, 0, 0, 0.12); position: relative; z-index: 11; top: 50%; transform: translateY(-50%); } 
.ind-alert { background: #252525; color: #fff; border-radius: 1.25rem; text-align: center; overflow: hidden; } 
.occ-guide-tit { background: #ffd506; color: #111; font-size: 1.5rem; padding: 2.3vh; position: relative; } 
.occ-close-btn-icon { display: block; width: 24px; height: 24px; padding: 1rem; position: absolute; right: 0.5vw; top: 50%; transform: translateY(-50%); cursor: pointer; } 
.occ-close-btn-icon img { display: block; width: 100%; } 
.ind-alert-txt { color: #fff; font-size: 1.5rem; font-weight: 600; padding: 8vh 4% 5vh; } 
.ind-alert-close-btn { width: 100%; } 

/*faq*/

.occ-faq-list { border-top: 1px solid rgba(255, 255, 255, 0.3); } 
.occ-faq-list:last-child { border-bottom: 1px solid rgba(255, 255, 255, 0.3); margin-bottom: 0; } 
.occ-faq-ques { display: flex; justify-content: space-between; font-size: 1.125rem; font-weight: 600; cursor: pointer; padding: 2.8vh 0; } 
.faq-ques-on { display: none; } 
.faq-ques-tit { display: flex; align-items: center; line-height: normal !important; } 

.occ-faq-list.on .faq-ques-on { display: inline-block; } 

.occ-faq-list.on .faq-ques-off { display: none; } 
.occ-faq-ans-box { display: flex; font-size: 1.25rem; padding: 0 0 2rem; } 
.faq-ans-txt { font-size: 1.125rem; line-height: 150%; padding-left: 1rem; position: relative; } 
.faq-ans-txt::before { content: ""; width: 5px; height: 100%; background: #ffd506; position: absolute; left: 0; top: 50%; transform: translate(-50%, -50%); } 
.faq-ques-mark { color: #ffd506; font-weight: 600; font-size: 1.5rem; margin-right: 1rem; } 
.occ-faq-ans { max-height: 0; overflow: hidden; transition: none; } 

.occ-faq-list.on .occ-faq-ans { transition: max-height 0.5s ease; max-height: 500px; } 
.faq-ans-mark { margin-right: 0.5rem; } 
.faq-ques-icon { transition: 0.5s; } 
.occ-faq-list.on .faq-ques-icon { transform: rotate(-180deg); transition: 0.5s; } 
.faq-ques-icon-img { width: auto; height: 28px; } 
.occ-faq-email { font-size: 1.25rem; } 
.faq-email-txt { font-family: "GmarketSans", sans-serif; font-size: 1.25rem; padding-bottom: 1.2vh; } 
.faq-email-add { display: flex; align-items: center; font-family: "GmarketSansB", sans-serif; font-weight: 700; color: #ffd506; font-size: 1.5rem; } 
.faq-email-icon { display: block; width: auto; height: 28px; margin-right: 0.4vw; padding-top: 5px; } 

.faq-ans-txt a { color: #fff; text-decoration: underline; } 

/*privacy*/
.occ-policy-box { margin: 3rem 0; } 
.occ-policy-tit { font-size: 1.125rem; margin-bottom: 1rem; } 
.occ-policy-sub { display: flex; color: rgba(255, 255, 255, 0.6); } 
.occ-policy-sub-tit { margin-right: 0.25rem; } 
.occ-policy-table { width: 100%; color: rgba(255, 255, 255, 0.6); border-spacing: 0px; border-style: none; padding: 0px; margin: 1rem 0; } 
.occ-policy-table th { background: #252525; border: 1px solid rgba(255, 255, 255, 0.2); border-left: 0; padding: 1rem; } 
.occ-policy-table th:last-child { border-right: 0; } 
.occ-policy-table td { text-align: center; border-spacing: 0px; border-style: none; border-right: 1px solid rgba(255, 255, 255, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.2); padding: 1rem; } 
.occ-policy-table td:last-child { border-right: 0; } 


/*modal*/
.occ-guide-alert-inner { width: 47%; } 
.occ-guide-txt { color: #bfbfbf; margin: 4vh 0; } 
.occ-guide-box { padding: 0 2vw 6vh; } 
.occ-guide-list { display: flex; justify-content: space-between; text-align: left; border-top: 1px solid #383738; padding: 1.6vh 0; } 
.occ-guide-list:last-child { border-bottom: 1px solid #383738; } 
.guide-list-tit { width: 30%; font-size: 1rem; color: #ffd506; } 
.guide-list-txt { width: 80%; } 
.guide-sub-txt { color: #bfbfbf; } 
.guide-del { display: flex; text-decoration: line-through; margin-left: 45px; } 
.guide-sub-txt-tit { width: 18%; } 
.guide-sub-txt-list { width: 80%; } 
.guide-sub-txt-tit-ex { width: 15%; } 

/*footer*/
.occ-footer { height: auto; background: #111; font-size: 0.8125rem; color: #666; border-top: 1px solid #222; } 
.occ-footer-inner { padding: 2rem; } 
.occ-footer-top { display: flex; margin-bottom: 1rem; } 
.occ-footer-bot-rg { display: flex; flex-direction: column; align-items: flex-end; } 
.occ-footer-sns { display: flex; margin-bottom: 1rem; } 
.occ-footer-sns-list { margin-right: 0.5rem; } 
.occ-footer-sns-list03 { margin-right: 0; } 
.occ-sns-list { color: #fff; display: flex; justify-content: center; align-items: center; width: 48px; height: 48px; border-radius: 50%; background: #252525; } 
.occ-sns-list img { height: 22px; } 
.occ-footer-bot { display: flex; justify-content: space-between; } 
.occ-privacy-policy { color: #666; } 
.occ-footer-copy { padding-top: 1rem; } 

/* apply */
.occ-apply-wrap { max-width: 1120px; margin: auto; padding-bottom: 80px; } 
.oa-tit h2 { font-size: 60px; font-weight: bold; margin-bottom: 12px; } 
.oa-txt p { font-size: 24px; } 
.apply-tab-menu { display: flex; gap: 0; margin: 60px 0; background: #252525; border-radius: 60px; } 
.apply-tab-menu li { width: 50%; cursor: pointer; text-align: center; padding: 16px 0; color: #BFBFBF; } 
.apply-tab-menu li.active { background: #FFD506; color: #000; border-radius: 60px; } 
.apply-step { position: relative; } 
.apply-step-tit h2 { margin-bottom: 60px; font-family: 'SuitB', sans-serif; font-size: 24px; } 
.apply-step-tit h2 span { color: #FFD506; } 
.apply-notice { background: #252525; padding: 80px; } 
.an-li { padding: 60px 0; border-bottom: 1px solid #383738; } 
.an-li:first-child { padding-top: 0; position: relative; } 
.an-li .anl-ahre { position: absolute; top: 27px; right: 0; } 
.an-li .anl-ahre a { display: flex; justify-content: space-between; align-items: center; gap: 8px; border: 1px solid #ffd506; color: #ffd506; border-radius: 100px; font-family: 'SuitB', sans-serif; font-size: 14px; padding: 10px 24px; } 
.an-li:last-child { padding-bottom: 0; border-bottom: 0; } 
.anl-tit { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 8px; } 
.anl-tit img { margin-right: 12px; width: 18px; } 
.anl-tit h2 { font-family: 'SuitB', sans-serif; font-size: 20px; } 
.anl-desc { font-size: 18px; } 
.anl-desc2 p { margin-top: 8px; color: #BFBFBF; font-size: 16px; } 
.anl-desc li { list-style: disc; margin-bottom: 8px; letter-spacing: -.9px; } 
.anl-desc li span { display: block; padding-left: 23px; margin-top: 6px; } 
.anl-desc li em { font-weight: bold; color: #ffd506; font-style: normal; } 
.apply-notice-agree { margin: 60px 0; text-align: center; } 
/* 체크박스 숨기기 */
#an-agree { display: none; } 
/* 가짜 체크박스 */
label[for="an-agree"] { position: relative; padding-left: 40px; cursor: pointer; display: inline-block; color: #fff; font-size: 20px; font-family: 'SuitB', sans-serif; } 
label[for="an-agree"]::before { content: ""; position: absolute; left: 0; top: -2px; width: 30px; height: 30px; background: url("../images/apply/occ-apply-icon4.png") no-repeat; background-size: contain; } 
#an-agree:checked + label::after { content: ""; position: absolute; left: 0; top: -2px; width: 30px; height: 30px; background: url("../images/apply/occ-apply-icon4-active.png") no-repeat; background-size: contain; } 
.apply-step-nav { display: flex; justify-content: center; align-items: center; width: 740px; margin: auto; gap: 20px; } 
.apply-step-nav button { text-align: center; font-family: 'SuitB', sans-serif; font-size: 24px; border-radius: 60px; width: 360px; padding: 20px 0; } 
#apply-submit-btn, #btn-next-step2, #btn-next-step3, #btn-next-step4, #btn-final-submit, #btn-check-step1, #btn-next-check-step3, #btn-complete-check { background: #ffd506; color: #111; } 
#btn-cancel-step2, #btn-prev-step3, #btn-prev-step4, #btn-prev-step5, #btn-prev-check-step3 { background-color: transparent; border: 1px solid #ffd506; color: #ffd506; } 
.an-bottom { margin-top: 60px; display: flex; padding: 28px 0; border-top: 1px solid #383738; border-bottom: 1px solid #383738; align-items: center; } 
.an-bottom img { margin-right: 8px; } 
.an-bottom p { font-family: 'SuitB', sans-serif; font-size: 20px; color: #BFBFBF; } 
.an-bottom p span a { color: #ffd506; text-decoration: underline; } 

.apl-tit { display: flex; justify-content: flex-start; align-items: center; } 
.apl-tit img { margin-right: 12px; width: 18px; } 
.apl-tit h2 { font-family: 'SuitB', sans-serif; font-size: 20px; } 
.ap-li { margin-bottom: 60px; } 
.apl-desc { max-height: 192px; overflow: scroll; background: #252525; color: #BFBFBF; padding: 24px 40px; font-size: 14px; margin: 16px 0; } 
.apl-desc h3 { font-size: 16px; margin-bottom: 12px; } 
.apl-desc table { table-layout: fixed; width: 100%; } 
.apl-desc thead { background: #11111150; border-top: 1px solid #383738; border-bottom: 1px solid #383738; } 
.apl-desc tbody { text-align: center; } 
.apl-desc tbody tr { border-bottom: 1px solid #383738; } 
.apl-desc thead th { padding: 12px 0; border-bottom: 1px solid #383738; border-right: 1px solid #383738; } 
.apl-desc thead th:last-child { border-right: 0; } 
.apl-desc tbody td { padding: 12px 24px; border-bottom: 1px solid #383738; border-right: 1px solid #383738; } 
.apl-desc tbody td:last-child { border-right: 0; } 
.apl-desc tbody tr:last-child td { border-bottom: 0; } 
.apl-desc ul { margin: 12px 0; } 
.apl-desc ul li { margin-bottom: 8px; } 
.apl-desc ul li a { color: #ffd506; text-decoration: underline; } 
.apl-desc p { margin: 12px 0; line-height: 1.8; } 
.apl-checkbox { display: flex; justify-content: flex-end; align-items: center; } 
.custom-radio { display: flex; justify-content: flex-end; align-items: center; margin-right: 16px; } 
.custom-radio:last-child { margin-right: 0; } 
.custom-radio input[type="radio"] { display: none; } 
.custom-radio .radio-icon { display: inline-block; width: 18px; height: 18px; background-image: url('../images/apply/occ-apply-icon4.png'); background-size: contain; margin-right: 8px; vertical-align: middle; } 
.custom-radio input[type="radio"]:checked + .radio-icon { background-image: url('../images/apply/occ-apply-icon4-active.png'); background-size: contain; } 

.privacy-alert-modal, .as-password-guide-modal { position: fixed; min-width: 520px; text-align: center; background: #252525; border-radius: 20px; font-family: 'SuitB', sans-serif; font-size: 24px; box-shadow: 0 8px 20px rgb(0, 0, 0); z-index: 9999; top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.privacy-alert-modal h3, .as-password-guide-modal h3 { padding: 80px; } 
.privacy-alert-modal button, .as-password-guide-modal button { width: 100%; background: #ffd506; padding: 23px 0; font-family: 'SuitB', sans-serif; font-size: 24px; border-style: none; border-bottom-right-radius: 18px; border-bottom-left-radius: 18px; } 

.am-wrap { background: #252525; padding: 80px; margin-bottom: 60px; border-radius: 4px; } 
.am-sub-tit h2 { font-size: 20px; } 
.am-tab-select { display: flex; gap: 8px; justify-content: space-between; align-items: center; margin: 12px 0; } 
.am-tab-select button { width: 100%; border: 1px solid #666; background: transparent; border-radius: 4px; color: #bfbfbf; padding: 16px 0; font-size: 18px; font-family: 'SuitB', sans-serif; } 
.am-tab-select button.active { border: 0; background: #ffd506; color: #111; } 
.am-guide-box { background: #38373850; padding: 24px; } 
.am-guide-box strong { font-size: 16px; font-family: 'SuitB', sans-serif; } 
.am-guide-box ul { margin-top: 12px; } 
.am-guide-box li { list-style: disc inside; margin-bottom: 8px; font-size: 14px; } 
.am-role-box { margin-top: 60px; } 
.amf-tm-ck { display: flex; justify-content: flex-start; align-items: center; } 
.amf-ck-hint { margin-top: 12px; } 
.amf-ck-hint p { background: #38373850; border: 1px solid #666; display: flex; justify-content: flex-start; align-items: center; padding: 12px 0; color: #ffd506; } 
.amf-ck-hint p span { display: flex; justify-content: center; align-items: center; margin-right: 8px; margin-left: 24px; font-size: 14px; } 
.amf-tl-li { margin-top: 12px; background: #38373850; border: 1px solid #666; } 
.amf-tl-li li { border-bottom: 1px solid #666; } 
.amf-tl-li li:last-child { border-bottom: 0; } 
.amf-tl-li li button { background: transparent; border: 0; padding: 12px 0; text-indent: 24px; font-size: 14px; color: #666; width: 100%; text-align: left; } 
.leader-select.selected { color: #ffd506; } 

.am-sub-tab-select { display: flex; gap: 8px; justify-content: space-between; align-items: center; margin: 12px 0; margin-bottom: 60px; } 
.am-sub-tab-select button { width: 100%; border: 1px solid #666; background: transparent; border-radius: 4px; color: #bfbfbf; padding: 16px 0; font-size: 18px; font-family: 'SuitB', sans-serif; } 
.am-sub-tab-select button.active { border: 0; background: #ffd506; color: #111; } 
.am-form-group { margin-bottom: 60px; } 
.am-form-group:last-child { margin-bottom: 0; } 
.am-role-content input { width: 100%; background: transparent; border: 1px solid #666; padding: 16px 0; border-radius: 4px; margin-top: 12px; font-size: 18px; font-family: 'Suit', sans-serif; text-indent: 24px; color: #fff; } 
.am-role-content input:focus { border-color: #fff; outline: none; } 
.am-form-group label { font-size: 20px; } 
.am-form-desc { margin-top: 12px; color: #BFBFBF; } 

.ac-tab-wrap { border-radius: 4px; background: #252525; padding: 80px; margin-bottom: 60px; } 
.ac-tab-select { display: flex; gap: 8px; justify-content: space-between; align-items: center; margin: 12px 0; margin-bottom: 60px; } 
.ac-tab-select button { width: 100%; border: 1px solid #666; background: transparent; border-radius: 4px; color: #bfbfbf; padding: 16px 0; font-size: 18px; font-family: 'SuitB', sans-serif; } 
.ac-tab-select button.active { border: 0; background: #ffd506; color: #111; } 
.ac-brand-btn-wrap { display: flex; gap: 8px; justify-content: space-between; align-items: center; margin: 12px 0; margin-bottom: 60px; } 
.ac-brand-btn-wrap button { width: 100%; border: 1px solid #666; background: transparent; border-radius: 4px; color: #bfbfbf; padding: 16px 0; font-size: 18px; font-family: 'SuitB', sans-serif; } 
.ac-brand-btn-wrap button.active { border: 0; background: #ffd506; color: #111; } 
.ac-topic-title { margin-bottom: 60px; } 
.ac-topic-title h2 { font-family: 'SuitB', sans-serif; font-size: 20px; } 
.ac-topic-radio-group { display: flex; justify-content: flex-start; align-items: center; margin-top: 12px; } 
.ac-topic-radio-group img { margin-right: 8px; } 
.ac-tab-content input { width: 100%; background: transparent; border: 1px solid #666; padding: 16px 0; border-radius: 4px; margin-top: 12px; font-size: 18px; font-family: 'Suit', sans-serif; text-indent: 24px; color: #fff; } 
.ac-tab-content input:focus { border-color: #fff; outline: none; } 
.ac-topic-detail label { font-family: 'SuitB', sans-serif; font-size: 20px; } 
.ac-upload-wrap { margin-bottom: 60px; } 
.ac-upload-wrap h2 { font-family: 'SuitB', sans-serif; font-size: 20px; margin-bottom: 12px; } 
.ac-file-upload { display: flex; justify-content: flex-start; gap: 8px; align-items: center; margin-bottom: 12px; } 
.ac-file-upload label { width: 100%; border: 1px solid #666; padding: 16px 0; text-indent: 24px; color: #666; border-radius: 4px; background: #66666620; display: flex; justify-content: flex-start; align-items: center; } 
.ac-file-upload label span { display: flex; justify-content: flex-start; align-items: center; margin-left: 8px; } 
.ac-file-upload button { min-width: 180px; border: 1px solid #FFD506; background: transparent; color: #ffd506; padding: 16px 0; } 
.ac-upload-guide { background: #38373850; border-radius: 4px; padding: 24px; margin-bottom: 12px; } 
.ac-upload-guide ul li { list-style: disc inside; font-size: 14px; line-height: 1.8; } 
.ac-upload-guide ul li ul li { list-style: none; text-indent: 20px; } 
.ac-note { color: #BFBFBF; } 
.ac-channel-wrap h2 { font-family: 'SuitB', sans-serif; font-size: 20px; margin-bottom: 12px; } 
.ac-topic-detail { margin-bottom: 60px; } 
.ac-checkbox-group input { display: none; } 
.ac-checkbox-group label { position: relative; cursor: pointer; display: inline-block; font-size: 18px; padding-left: 40px; width: 100%; margin-bottom: 20px; } 
.ac-checkbox-group label::before { content: ""; position: absolute; left: 0; top: -2px; width: 28px; height: 28px; background: url("../images/apply/occ-apply-icon6.png") no-repeat; background-size: contain; } 
.ac-checkbox-group input[type="checkbox"]:checked + label::after { content: ""; position: absolute; left: 0; top: -2px; width: 28px; height: 28px; background: url("../images/apply/occ-apply-icon6-active.png") no-repeat; background-size: contain; } 
.ac-brand-btn-wrap-free { display: flex; gap: 8px; justify-content: space-between; align-items: center; margin: 12px 0; margin-bottom: 60px; flex-wrap: wrap; } 
.ac-brand-btn-wrap-free button { min-width: 234px; border: 1px solid #666; background: transparent; border-radius: 4px; color: #bfbfbf; padding: 16px 0; font-size: 18px; font-family: 'SuitB', sans-serif; } 
.ac-brand-btn-wrap-free button.active { border: 0; background: #ffd506; color: #111; } 
.as-password-wrap { background: #252525; padding: 80px; margin-bottom: 60px; } 
.as-password-wrap input { width: 100%; background: transparent; border: 1px solid #666; padding: 16px 0; border-radius: 4px; margin-top: 12px; font-size: 18px; font-family: 'Suit', sans-serif; text-indent: 24px; color: #fff; } 
.as-password-wrap input:focus { border-color: #fff; outline: none; } 
.as-form-group { margin-bottom: 60px; } 
.as-form-group:last-child { margin-bottom: 0; } 
.as-desc { margin-top: 12px; color: #BFBFBF; } 
.as-submit-modal { position: fixed; min-width: 520px; text-align: center; background: #252525; border-radius: 20px; font-family: 'SuitB', sans-serif; font-size: 24px; box-shadow: 0 8px 20px rgb(0, 0, 0); top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.as-modal-buttons { display: flex; justify-content: flex-start; align-items: center; } 
.as-submit-modal button { width: 100%; background: #ffd506; padding: 23px 0; font-family: 'SuitB', sans-serif; font-size: 24px; border-style: none; } 
.as-submit-modal button#cancel-final-submit { background: #111111; color: #fff; border-bottom-left-radius: 18px; } 
.as-submit-modal button#confirm-final-submit { border-bottom-right-radius: 18px; } 
.asmo-desc { padding: 80px 0; } 
.asmo-desc p { margin: 16px 0; color: #ffd506; font-weight: 300; font-size: 16px; font-family: 'Suit', sans-serif; } 
.asmo-desc p:last-child { margin: 0; } 
.ck-userinfo-form { background: #252525; padding: 80px; margin-bottom: 60px; } 
.ck-userinfo-form input { width: 100%; background: transparent; border: 1px solid #666; padding: 16px 0; border-radius: 4px; margin-top: 12px; font-size: 18px; font-family: 'Suit', sans-serif; text-indent: 24px; color: #fff; } 
.ck-userinfo-form input:focus { border-color: #fff; outline: none; } 
.ck-form-group h2 { font-family: 'SuitB', sans-serif; font-size: 20px; } 
.ck-form-group { margin-bottom: 60px; } 
.ck-form-group:last-child { margin-bottom: 0; } 

.ck-modal { position: fixed; min-width: 520px; text-align: center; background: #252525; border-radius: 20px; font-family: 'SuitB', sans-serif; font-size: 24px; box-shadow: 0 8px 20px rgb(0, 0, 0); top: 50%; left: 50%; transform: translate(-50%, -50%); } 
.ck-modal h3 { padding: 80px; } 
.ck-modal button { width: 100%; background: #ffd506; padding: 23px 0; font-family: 'SuitB', sans-serif; font-size: 24px; border-style: none; border-bottom-right-radius: 18px; border-bottom-left-radius: 18px; } 
.ck-list-card { background: #252525; padding: 80px; margin-bottom: 40px; } 
.ck-list-card:last-child { margin-bottom: 80px; } 
.ck-list-card input { width: 100%; background: transparent; border: 1px solid #666; padding: 16px 0; border-radius: 4px; font-size: 18px; font-family: 'Suit', sans-serif; text-indent: 24px; color: #fff; } 
.ck-list-card input:focus { border-color: #fff; outline: none; } 
.ck-topic-tag { border: 1px solid #666; padding: 10px 24px; border-radius: 100px; text-align: center; margin-right: 8px; font-size: 14px; } 
.ck-list-header { display: flex; justify-content: flex-start; align-items: center; margin-bottom: 12px; } 
.ck-list-header strong { font-family: 'SuitB', sans-serif; font-size: 20px; } 
.ck-list-desc { font-size: 20px; margin-bottom: 60px; padding-bottom: 60px; border-bottom: 1px solid #383738; } 
.ck-list-desc span { color: #BFBFBF; font-size: 16px; margin-top: 12px; display: block; } 
.ck-pw-in { display: flex; justify-content: flex-start; align-items: center; margin-top: 12px }
.ck-input { flex: 1; background: transparent; border: 1px solid #666; padding: 16px 0; border-radius: 4px; font-size: 18px; font-family: 'Suit', sans-serif; text-indent: 24px; color: #fff; }
.ck-input:focus { border-color: #fff; outline: none; }
.ck-btn-submit { width: 180px; margin-left: 8px; padding: 16px 0; background: transparent; color: #ffd506; border: 1px solid #ffd506; border-radius: 4px; font-size: 18px; font-family: 'SuitB', sans-serif; }
.ck-hint { margin-top: 12px; color: #BFBFBF; font-size: 16px; line-height: 1.8; } 
.ck-hint a { color: #bfbfbf; text-decoration: underline; font-family: 'SuitB', sans-serif; } 
.ck-userinfo-confirm { background: #252525; padding: 80px; margin-bottom: 60px; } 
.ck-userinfo-confirm h2 { font-family: 'SuitB', sans-serif; font-size: 20px; } 
.ck-userinfo-confirm input { width: 100%; background: transparent; border: 1px solid #666; padding: 16px 0; border-radius: 4px; font-size: 18px; font-family: 'Suit', sans-serif; text-indent: 24px; color: #BFBFBF; margin-top: 12px; } 
.ck-userinfo-confirm input:focus { border-color: #fff; outline: none; } 
.ck-userinfo-confirm .ck-form-group:first-child { margin-bottom: 12px; } 
.ck-form-guide { margin-bottom: 60px; background: #38373850; padding: 24px; } 
.ck-form-guide h3 { font-size: 16px; margin-bottom: 12px; font-family: 'SuitB', sans-serif; } 
.ck-form-guide p { font-size: 14px; }

.ac-review-box { background: #252525; padding: 80px; margin-bottom: 60px; } 
.ac-review-box input { width: 100%; background: transparent; border: 1px solid #666; padding: 16px 0; border-radius: 4px; font-size: 18px; font-family: 'Suit', sans-serif; text-indent: 24px; color: #BFBFBF; margin-top: 12px; } 
.ac-review-box input:focus { border-color: #fff; outline: none; } 
.ac-review-box h2 { font-family: 'SuitB', sans-serif; font-size: 20px; } 
.ck-checklist input { display: none; } 
.ck-checklist label { position: relative; cursor: pointer; display: inline-block; font-size: 18px; padding-left: 40px; width: 100%; margin-bottom: 20px; } 
.ck-checklist label::before { content: ""; position: absolute; left: 0; top: -2px; width: 28px; height: 28px; background: url("../images/apply/occ-apply-icon6.png") no-repeat; background-size: contain; } 
.ck-checklist input[type="checkbox"]:checked + label::after { content: ""; position: absolute; left: 0; top: -2px; width: 28px; height: 28px; background: url("../images/apply/occ-apply-icon6-active.png") no-repeat; background-size: contain; } 
.ckf-tit { font-family: 'SuitB', sans-serif; font-size: 20px; margin-bottom: 12px; } 

.as-password-guide-modal p { padding-bottom: 80px; font-size: 20px; } 
.as-password-guide-modal h3 { padding-bottom: 60px; } 

@media (max-width: 1120px){
 .occ-inner { width: 100%; padding: 0 6%; } 
 /*about*/
 .ab-benefit-win-wrap { width: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; } 
 .ab-benefit-win { width: 49%; min-height: 190px; justify-content: flex-start; padding: 4vh 4vw; } 
 .ab-benefit-win04 { margin-bottom: 1rem; } 
 .ab-benefit-win-list { width: auto; flex-direction: column; align-items: flex-start; padding-left: 0; } 
 .ab-benefit-win .benefit-win-txt02 { padding-right: 3rem; } 
 .ab-benefit-win span { padding: 0; } 
 .ab-benefit-win-list img { height: 28px; position: static; transform: translateY(0); } 
 .benefit-win-txt01::before { display: none; } 
 .benefit-top { padding-bottom: 2vh; } 
 .benefit-mid { padding-bottom: 2vh; } 
 .benefit-bot { padding-left: 0; } 

 /*independent*/

 .occ-tab-box { margin: 0 6% 9.6vh; } 
 .occ-ind-modal { box-sizing: border-box; } 

 .ind-modal-inner { padding: 2%; } 
 .cam-rg-tit { flex: 1; } 
 .cam-txt-bot-txt { flex: 8; } 
 .ind-alert-wrap { width: 60%; } 
 .occ-guide-alert-inner { width: 80%; } 
 }


@media (max-width: 1024px){
 .ab-txt-sub { flex-direction: column; } 
 .ab-sub-tit { margin-bottom: 1rem; } 
 .ab-sub-txt br { display: none; } 
 .ab-acc-box { flex-direction: column; padding: 4.8vh 6vw; } 

 .ab-benefit-sub-tit { margin-bottom: 2.4vh; } 
 .ab-benefit-win { padding: 4vh 2vw; justify-content: center; } 

 .ab-schedule-in { flex-wrap: wrap; } 

 .ab-info-txt-list { width: 100%; flex-wrap: wrap; justify-content: space-between; } 
 .ab-info-btn { margin-top: 0.5rem; } 
 .ab-info-box06 .ab-info-txt-list li { width: 49%; font-size: 1rem; margin-bottom: 1rem; margin-right: 0; } 
 .ab-info-box06 .ab-info-txt-list li:nth-child(3),
 .ab-info-box06 .ab-info-txt-list li:last-child { margin-bottom: 0; } 

 /*independent*/
 .cam-list-rg { width: 80%; } 
 .cam-rg-top { flex-direction: column; } 
 .cam-rg-tit { flex: auto; margin-bottom: 1rem; } 
 .ind-wrap-box { flex-direction: column; } 
 .ind-ad-notice-modal { font-size: 0.875rem; margin-top: 2.4vh; } 
 .cam-txt-bot-box { flex-direction: column; align-items: flex-start; margin-top: 2.4vh; } 
 .cam-txt-bot-txt { flex: auto; } 
 .ind-cam-more { margin-top: 0; } 
 .ind-alert-wrap { width: 70%; } 
 .occ-guide-alert-inner { width: 90%; } 

 /*faq*/
 .occ-faq-email-box { padding-top: 5vh; } 
 }

 .about_pc { display: block; } 
 .about_mo { display: none; } 




@media (max-width: 768px){
 .about_pc { display: none; } 
 .about_mo { display: block; } 
 body.on { overflow-y: hidden; } 
 /*header mobile*/
 .occ-header { position: fixed; z-index: 100; transition: 0.3s; } 
 .occ-header.active { background: #111; transition: 0.3s; } 
 .occ-header-inner { height: 56px; padding: 2vh 6%; box-sizing: border-box; } 
 .occ-logo-wrap { position: relative; z-index: 10; } 
 .occ-menu-wrap { display: none; } 
 .occ-menu-wrap-mo { display: block; } 
 .occ-menu-wrap-mo { width: 100%; position: absolute; left: 0; } 
 .occ-menu-ham { display: block; width: 24px; height: 24px; cursor: pointer; position: absolute; right: 1rem; top: 50%; z-index: 10; transform: translateY(-50%); } 
 .occ-ham-bar { display: block; width: 18px; height: 2px; background: #fff; border-radius: 999px; position: absolute; left: 50%; transition: 0.3s; transform: translateX(-50%); } 
 .occ-header.on .occ-ham-bar { transition: 0.3s; left: 0; } 
 .occ-ham-bar.occ-ham-bar01 { top: 4px; } 
 .occ-header.on .occ-ham-bar.occ-ham-bar01 { top: 50%; transform: translateY(-50%) rotate(45deg); } 
 .occ-ham-bar.occ-ham-bar02 { top: 50%; transform: translate(-50%, -50%); } 
 .occ-header.on .occ-ham-bar.occ-ham-bar02 { display: none; } 
 .occ-ham-bar.occ-ham-bar03 { bottom: 4px; } 
 .occ-header.on .occ-ham-bar.occ-ham-bar03 { top: 50%; bottom: auto; transform: translateY(-50%) rotate(-45deg); } 
 .occ-menu-mo { width: 100%; height: 100vh; background: #111 url("../images/occ-menu-bg.webp") no-repeat right bottom; background-size: 70%; position: fixed; right: -100%; top: 0; padding: 20vh 6%; box-sizing: border-box; transition: 0.3s; } 
 .occ-header.on .occ-menu-mo { right: 0%; transition: 0.3s; } 
 .occ-menu-mo-list { text-align: left; margin-bottom: 2rem; } 
 .occ-menu-mo-link { font-family: "GmarketSansB", sans-serif; font-size: 2rem; color: #ffd506; } 

 /*main*/

 main { /* background: url("../images/occ-main-kv-mo.webp") no-repeat center center; background-size: cover; */

 background: none; background-size: cover; } 
 .occ-main-kv { /* height: 980px; */
 height: auto; } 
 .occ-main-kv-txt.occ-inner { padding: 0; } 
 .occ-mo { display: block; } 
 .occ-main-kv-txt { display: flex; flex-direction: column; justify-content: space-between; width: 100%; height: 100%; padding-top: 100px; box-sizing: border-box; } 
 .occ-kv-main-tit { font-size: 3rem; margin-bottom: 2vh; } 
 .occ-kv-copy { font-size: 1.7rem; text-align: left; margin: 0; } 
 .brand-list { height: 24px; } 
 .main-kv-txt { display: flex; flex-direction: column-reverse; justify-content: space-between; align-items: center; height: 680px; background: url("../images/occ-main-kv-mo.webp") no-repeat center center; background-size: cover; padding: 80px 6% 0; box-sizing: border-box; } 
 .occ-kv-time-tit { justify-content: center; } 
 .occ-kv-bottom { background: #000; position: static; transform: translateX(0); padding-bottom: 5.4vh; } 
 .occ-kv-time-box { justify-content: space-between; } 
 .occ-kv-time { width: 100%; text-align: center; background: #000; padding: 0 4%; box-sizing: border-box; } 
 .occ-kv-time:last-child { margin-right: 0; } 

 .occ-time-num strong { font-size: 2.5rem; } 
 .occ-kv-slide { margin: 5.4vh 0; } 
 .occ-main-warning-txt { width: 360px; margin: 0 auto; } 
 .occ-pc { display: none; } 

 /*about*/

 .occ-ab-visual { height: 200px; background-position: 60% top; background-size: cover; padding-top: 40px; box-sizing: border-box; } 
 .ab-visual-logo { width: 50%; } 
 .occ-ab-explain { padding-top: 0 !important; } 
 .occ-about-box { padding: 10vh 0; } 
 .occ-tab-box { border-radius: 0; margin: 0 auto 9.6vh; } 
 .occ-tab { font-size: 1.125rem; border-radius: 0; padding: 0.75rem; } 
 .ab-copy { text-align: left; margin-bottom: 2rem; } 
 .ab-info-copy { font-size: 2.5rem; text-align: center; } 

 .ab-benefit-win-wrap { flex-direction: column; } 
 .ab-benefit-win { width: 100%; min-height: auto; justify-content: flex-start; padding: 4vh 6vw; margin-bottom: 1vh; } 
 .ab-benefit-win04 { margin-bottom: 0; } 
 .ab-txt-sub { margin-bottom: 2.5vh; padding-bottom: 2.5vh; } 
 .ab-sub-tit { font-size: 1.25rem; } 
 .ab-sub-txt { font-size: 1rem; } 
 .occ-ab-marketer { padding-top: 10vh; } 
 .occ-info-wrap-box { padding: 2rem; } 
 .benefit-top { padding-bottom: 3.6vh; } 
 .benefit-mid { padding-bottom: 1.8vh; } 
 .ab-marketer-list-box { margin-bottom: 2rem; } 
 .ab-marketer-list { font-size: 1rem; margin-bottom: 2.4vh; } 
 .ab-marketer-txt { font-size: 1rem; } 
 .ab-info-tit { font-size: 1.25rem; padding-bottom: 2.4vh; } 

 .ab-benefit-sub-tit { font-size: 1.125rem; } 
 .ab-benefit-sub-list { font-size: 1rem; line-height: 160%; margin-bottom: 0.5rem; } 
 .occ-ab-can::before { width: 40px; height: 40px; bottom: -16px; } 
 .occ-ab-can { padding-left: 45px; } 
 .benefit-win-txt { font-size: 1rem; } 
 .benefit-win-txt01::after { height: 2vh; right: -8px; } 
 .ab-benefit-win .benefit-win-txt02 { padding-left: 3vw; padding-right: 0; } 
 .benefit-win-tit { font-size: 1.375rem; } 
 .benefit-win-point { line-height: 160%; } 
 .ab-benefit-win-notice { margin-top: 1rem; } 
 .ab-notice-txt { font-size: 1rem; } 
 .ab-sche-tit { font-size: 1.125rem; font-weight: 700; padding-bottom: 0; } 
 .ab-schedule-in { flex-direction: column; } 
 .ab-sche-box { width: 100%; margin-bottom: 2.4vh; } 
 .ab-sche-box03 { margin-bottom: 0; } 
 .ab-sche-icon-box { display: flex; align-items: center; justify-content: space-between; padding: 2.8vh 10.67vw; } 
 .ab-sche-icon-img { height: 32px; margin: 0; } 
 .ab-sche-txt-box { padding: 1.8vh; } 
 .ab-sche-day { font-size: 1rem; font-weight: 700; } 
 .ab-info-txt { font-size: 1rem; } 
 .ab-info-btn { width: 100%; margin-top: 2.4vh; } 
 .ab-info-btn a { width: 100%; justify-content: center; font-size: 0.875rem; text-align: center; box-sizing: border-box; padding: 1.5vh; } 
 .ab-info-icon-img { margin-right: 2vw; } 
 .ab-info-txt-list { flex-direction: column; } 
 .ab-acc-box { align-items: flex-start; } 
 .ab-ad-notice-txt-box { flex-direction: column; align-items: flex-start; margin: 4vh 0; padding: 0; } 
 .ab-ad-notice-modal { margin-top: 1vh; padding-left: 14px; } 
 .ab-info-box06 .ab-info-txt-list li { width: 100%; margin-bottom: 0.5rem; padding: 1vh 3.2vw; } 
 .ab-info-box06 .ab-info-txt-list li:nth-child(3) { margin-bottom: 0.5rem; } 
 .occ-last-box { padding-bottom: 5vh; } 
 /*independent*/
 .ind-wrap-box { padding: 2.4vh 4.27vw; margin-top: 4vh; } 
 .ind-ad-notice-modal img { margin-right: 1vw; } 
 .ind-cam-list01 { padding-top: 0; } 
 .cam-list-lt { display: none; } 
 .cam-list-rg { width: 100%; } 
 .cam-rg-tit { display: flex; align-items: center; font-size: 1.5rem; } 
 .cam-rg-tit-img { display: inline-block; margin-right: 3.2vw; } 
 .cam-rg-tit-img img { width: 60px; height: auto; } 
 .cam-link-box { display: flex; justify-content: space-between; } 
 .cam-txt-top br { display: none; } 
 .cam-txt-bot-wrap { display: flex; justify-content: space-between; align-items: center; } 
 .cam-txt-bot-box { margin: 2.4vh 0; } 
 .cam-txt-bot-tit { width: auto; font-size: 1.125rem; text-align: center; margin-right: 0; padding: 0; box-sizing: border-box; } 
 .ind-ad-notice-modal { width: 100%; justify-content: center; margin-top: 2.4vh; box-sizing: border-box; } 
 .ind-cam-btn { justify-content: center; width: 49%; font-size: 0.875rem; padding: 1.2vh 0.9vw; } 
 .ind-cam-btn img { margin-right: 3.2vw; } 
 .ind-cam-more { width: 60%; margin-top: 0; } 
 .ind-cam-more.occ-mo { display: flex; justify-content: center; width: 100%; box-sizing: border-box; padding: 1.8vh 1.3vw; } 
 .occ-btn { width: 100%; min-width: auto; font-size: 1.125rem; padding: 2.4vh 3rem; box-sizing: border-box; border: none; } 
 .cam-txt-bot { padding: 2.8vh 6.4vw; } 
 .ind-alert-wrap { width: 100%; min-width: auto; } 
 .ind-alert-txt { font-size: 1.25rem; } 
 .ind-modal-inner { width: 100%; border-radius: 0.25rem; padding: 0; box-sizing: border-box; } 
 .ind-cam-brand-view-logo { height: 60px; } 
 .ind-modal-top-tit { font-size: 1.5rem; } 
 .occ-info-wrap-box { padding: 3.6vh 6.4vw; } 

 .ind-modal-bt-tit { font-size: 1.25rem; margin-left: 4vw; } 
 .ind-modal-bb-tit { font-size: 1.25rem; } 
 .ind-modal-bb-txt-tit { display: block; } 
 .ind-brand-info-tit { display: block; } 
 .ind-modal-brand-txt { width: 100%; } 
 .ind-modal-bb-txt-sub { font-size: 1rem; margin-bottom: 1.2vh; } 
 .ind-modal-bb-list { padding: 3.6vh 0; } 
 .ind-modal-brand-cam { flex-direction: column; } 
 .ind-modal-bb-txt { margin-top: 0.5rem; } 
 .ind-modal-inner::-webkit-scrollbar { display: none; } 
 .ind-modal-bb-list-wrap { flex-direction: column; } 
 .ind-modal-bb-product01 { border-right: 0; margin-bottom: 2.4vh; } 
 .ind-modal-bb-product { width: 100%; } 
 .ind-modal-bb-brand01 { display: block; } 

 /*faq*/
 .occ-faq-ques { font-size: 1.175rem; padding: 3.6vh 0; } 
 .occ-faq-list.on .occ-faq-ques { padding-bottom: 0; } 
 .occ-faq-ans-box { padding: 1.8vh 0 3.6vh; } 
 .faq-ques-tit { display: flex; flex: 8; } 
 .faq-ans-txt { font-size: 14px; } 
 .faq-email-txt { font-size: 1rem; padding-bottom: 1rem; } 
 .faq-email-add.occ-bold { font-size: 1rem; word-break: break-all; } 
 .faq-email-icon { display: none; } 
 .occ-faq-list-wrap { margin-bottom: 0; } 
 .occ-faq-email-box .occ-inner { padding: 0; } 
 /*privacy*/
 .occ-policy-box { margin: 1.25rem 0; } 
 .occ-policy-tit { margin-bottom: 0.5rem; } 
 .occ-policy-table { font-size: 0.75rem; } 
 .occ-policy-table th { padding: 0.5rem; } 
 .occ-policy-table td { padding: 0.5rem; } 
 .occ-policy-sub { font-size: 0.875rem; } 

 /*modal*/
 .occ-guide-alert-cont { height: 60vh; } 
 .occ-guide-list { flex-direction: column; font-size: 0.875rem; padding: 2.4vh 0; } 
 .guide-list-tit { width: 100%; margin-bottom: 1.2vh; } 
 .guide-list-tit br { display: none; } 
 .guide-list-txt { width: 100%; } 
 .guide-sub-txt-tit { display: block; } 
 .occ-guide-alert-wrap { overflow-y: scroll; height: 100%; } 
 .occ-guide-box { margin-bottom: 7vh; padding: 0 4vw 6vh; } 
 .occ-guide-tit { font-size: 1.125rem; padding: 1.5vh; } 
 .occ-guide-alert-wrap::-webkit-scrollbar { width: 4px; background: #000; border-top-right-radius: 1rem; border-bottom-right-radius: 1rem; } 
 .occ-guide-alert-wrap::-webkit-scrollbar-thumb { background-color: #000; border-radius: 10px; } 
 .occ-guide-alert-wrap::-webkit-scrollbar-track { background-color: transparent; border-radius: 10px; } 
 .occ-close-btn-icon { top: 30px; width: 12px; } 
 .occ-guide-txt { font-size: 0.875rem; margin: 2vh 0; } 

 /*footer*/

 .occ-footer-inner { padding: 6%; } 
 .occ-footer-bot { flex-direction: column; } 
 .occ-footer-bot-rg { flex-direction: row-reverse; align-items: center; justify-content: space-between; margin-top: 2vh; } 
 .occ-footer-sns { margin-bottom: 0; } 
 }

/* 기존 ck-attachment 스타일 개선 */
.ck-attachment {
 display: flex;
 align-items: center;
 gap: 8px;
 width: 100%;
 margin-top: 12px;
}

.ck-attachment .ck-input {
 flex: 1;
 background: transparent;
 border: 1px solid #666;
 padding: 16px 0;
 border-radius: 4px;
 font-size: 18px;
 font-family: 'Suit', sans-serif;
 text-indent: 24px;
 color: #BFBFBF;
 margin: 0;
 box-sizing: border-box;
}

.ck-attachment .ck-input:focus {
 border-color: #fff;
 outline: none;
}

.ck-attachment .ck-btn-submit {
 width: 180px;
 padding: 16px 0;
 background: transparent;
 color: #ffd506;
 border: 1px solid #ffd506;
 border-radius: 4px;
 font-size: 18px;
 font-family: 'SuitB', sans-serif;
 text-decoration: none;
 display: flex;
 align-items: center;
 justify-content: center;
 box-sizing: border-box;
 cursor: pointer;
 flex-shrink: 0;
 margin: 0;
 white-space: nowrap;
}

.ck-attachment .ck-btn-submit:hover {
 background: rgba(255, 213, 6, 0.1);
}

.ck-attachment .ck-btn-submit:disabled {
 color: #666;
 border-color: #666;
 cursor: not-allowed;
 background: transparent;
}

/* 모바일 대응 */
@media (max-width: 768px) {
 .ck-attachment {
  flex-direction: column;
  gap: 12px;
 }

 .ck-attachment .ck-input {
  width: 100%;
 }

 .ck-attachment .ck-btn-submit {
  width: 100%;
 }
}

/* check-step-4 전용 스타일 */
#check-step-4 .ck-attachment {
 display: flex;
 align-items: center;
 gap: 8px;
 width: 100%;
}

#check-step-4 .ck-attachment .ck-input {
 flex: 1;
 margin-right: 0;
}

#check-step-4 .ck-attachment .ck-btn-submit {
 flex-shrink: 0;
 width: 180px;
 margin-left: 0;
}

/* 기존 스타일과의 충돌 방지 */
.ac-review-box .ck-attachment {
 display: flex;
 align-items: center;
 gap: 8px;
 width: 100%;
}

.ac-review-box .ck-attachment .ck-input {
 flex: 1;
 margin-right: 0;
}

.ac-review-box .ck-attachment .ck-btn-submit {
 flex-shrink: 0;
 width: 180px;
 margin-left: 0;
}

/* 기타 체크박스 내 텍스트 입력 필드 스타일 */
.ac-checkbox input[type="text"] {
 display: none; /* 기본적으로 숨김 */
 width: 100%;
 margin-top: 8px;
 padding: 12px 16px;
 background: transparent;
 border: 1px solid #666;
 border-radius: 4px;
 color: #fff;
 font-size: 16px;
 font-family: 'Suit', sans-serif;
 box-sizing: border-box;
 transition: border-color 0.3s ease;
}

.ac-checkbox input[type="text"]:focus {
 outline: none;
 border-color: #ffd506;
}

.ac-checkbox input[type="text"]::placeholder {
 color: #999;
 font-style: italic;
}

/* 체크박스가 체크되었을 때 텍스트박스 표시 */
.ac-checkbox input[type="checkbox"]:checked + label + input[type="text"] {
 display: block;
}

/* 기타 체크박스 라벨 스타일 개선 */
.ac-checkbox label[for*="etc"] {
 margin-bottom: 0;
}

/* 기타 텍스트박스가 표시될 때 애니메이션 효과 */
.ac-checkbox input[type="text"].show {
 display: block;
 animation: fadeInDown 0.3s ease-in-out;
}

@keyframes fadeInDown {
 from {
  opacity: 0;
  transform: translateY(-10px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}

/* 모바일 대응 */
@media (max-width: 768px) {
 .ac-checkbox input[type="text"] {
  padding: 10px 12px;
  font-size: 14px;
 }
}

/* check-step-4에서 기타 텍스트박스 스타일 (접수 확인용) */
#check-step-4 .ac-checkbox input[type="text"] {
 display: none;
 width: 100%;
 margin-top: 8px;
 padding: 12px 16px;
 background: transparent;
 border: 1px solid #666;
 border-radius: 4px;
 color: #BFBFBF;
 font-size: 16px;
 font-family: 'Suit', sans-serif;
 box-sizing: border-box;
}

#check-step-4 .ac-checkbox input[type="text"]:focus {
 outline: none;
 border-color: #ffd506;
}

/* 접수 확인에서 기타 텍스트박스가 표시되는 경우 */
#check-step-4 .ac-checkbox input[type="text"][style*="block"] {
 display: block !important;
}

.additional-submission-container {
 background: #1a1a1a;
 border: 1px solid #333;
 border-radius: 8px;
 padding: 24px;
 margin-bottom: 20px;
 box-sizing: border-box;
}

.additional-submission-box {
 text-align: center;
}

.additional-submission-box p {
 margin: 0 0 20px 0;
 color: #ffd506;
 font-size: 18px;
 font-family: 'Suit', sans-serif;
}

.additional-submission-box .ck-btn-submit {
 width: 100%;
 max-width: 300px;
 margin: 0 auto;
 display: block;
}

.privacy-alert-modal .as-modal-content {
 display: block;
 width: 100%;
 box-sizing: border-box;
}

.privacy-alert-modal .as-modal-content h3 {
 padding: 80px;
 margin: 0;
 color: #fff;
}

.privacy-alert-modal .as-modal-content button {
 width: 100%;
 background: #ffd506;
 padding: 23px 0;
 font-family: 'SuitB', sans-serif;
 font-size: 24px;
 border: none;
 border-bottom-right-radius: 18px;
 border-bottom-left-radius: 18px;
 margin: 0;
 box-sizing: border-box;
}