@charset "utf-8";

:root {
	--mainNavy: #2C3E50;
	--mainPink: #FF43A6;
}

* { margin: 0; padding: 0; box-sizing: border-box; }
ul, li { list-style: none; }
a { display: block; color: #333; text-decoration: none; }
body, select, input, textarea, button { font-family: 'pretendard', sans-serif; font-size: 1rem; letter-spacing: -.3px; }
button { border: none; background: none; cursor: pointer; }
table { border-spacing: 0px; border-collapse: collapse }

/* 공통 */
body.gray { background: #f6f6f6; }
.wrap { padding-top: 172px; width: 1280px; margin: 0 auto; }
input { border: 1px solid #ddd; border-radius: 6px; padding: 12px; }
input:focus { outline: none;  border: 1px solid var(--mainPink); }
input:disabled { color: #333; background: #f6f6f6; }
textarea { border: 1px solid #ddd; border-radius: 6px; padding: 12px; }
textarea:focus { outline: none;  border: 1px solid var(--mainPink); }
input::placeholder { color: #999; }
textarea::placeholder { color: #999; }
textarea:disabled { color: #333; background: #f6f6f6; }
select { border: 1px solid #ddd; border-radius: 6px; padding: 8px; }
select:focus { outline: none;  border: 1px solid var(--mainPink); }
input[type="checkbox"] { width: 16px; height: 16px; cursor: pointer; }
input[type="radio"] { width: 16px; height: 16px; cursor: pointer; }
input[type="file"] { padding: 10px; cursor: pointer; }

.checkBox { display: flex; align-items: center; }
.checkBox label { font-size: 0.875rem; color: var(--mainNavy); padding-left: 4px; cursor: pointer; }

/* 페이지번호 */
.pageWrap { padding-top: 10px; }
.pageWrap ul { display: flex; gap: 6px; justify-content: center; align-items: center; }
.pageWrap ul li { width: 30px !important; height: 30px; }
.pageWrap ul li a { width: 100%; height: 100%; }
.pageWrap ul li:not(.arrow) a { font-weight: 500; display: flex; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid #ddd; }
.pageWrap ul li.now a {color: #fff; border-color: transparent; background: var(--mainPink); }
.pageWrap ul li.prev { background: url(/skin/yourd/img/ico_page_prev.svg) no-repeat center / contain; }
.pageWrap ul li.prev.no { background: url(/skin/yourd/img/ico_page_prev_no.svg) no-repeat center / contain; }
.pageWrap ul li.next { background: url(/skin/yourd/img/ico_page_next.svg) no-repeat center / contain; }


/* 헤더 */
header { width: 100%; position: fixed; top: 0; left: 0; z-index: 99; }
.h-wrap { background: #fff; box-shadow: 0px 2px 10px 0 #E4E4E4; }
.h-wrap .inner { width: 1280px; margin: 0 auto; }
.h-wrap .h-top { padding: 8px 0; border-bottom: 1px solid #eee; }
.h-wrap .h-top ul { display: flex; justify-content: flex-end; align-items: center; gap: 22px; }
.h-wrap .h-top ul li { font-size: 0.875rem; color: #999; }
.h-wrap .h-top ul li span { font-weight: 500; color: var(--mainNavy); }
.h-wrap .h-top ul li a { color: #999; }
.h-wrap .h-btm { padding: 22px 0; }
.h-wrap .h-btm .inner { display: flex; justify-content: space-between; align-items: center; }
.h-wrap .h-btm .logo { height: 32px; }
.h-wrap .h-btm .logo a { height: 100%; }
.h-wrap .h-btm .logo a img { max-height: 100%; }
.h-wrap .h-btm ul { display: flex; align-items: center; gap: 60px; }
.h-wrap .h-btm ul li a { font-size: 1.25rem; font-weight: 700; color: var(--mainNavy); padding: 6px 0; }
.h-wrap .h-btm ul li a:hover { color: var(--mainPink); }

.m-header { display: none; width: 100%; background: #fff; border-bottom: 1px solid #c9c9c9; padding: 0 4%; position: fixed; top: 0; left: 0; z-index: 99; }
.m-header .top { padding: 16px 0; display: flex; justify-content: space-between; align-items: center; }
.m-header .top .logo { height: 24px; }
.m-header .top .logo a { height: 100%; padding: 2px 0; }
.m-header .top .logo a img { max-height: 100%; }
.m-header .top .sitemapBtn { width: 22px; height: 22px; cursor: pointer; }

/* 메인용 헤더 */
#mainHeader { position: fixed; top: 0; left: 0; width: 100%; border-bottom: 1px solid #c9c9c9; padding: 0 4%; background: #fff; }
#mainHeader .top { display: flex; justify-content: space-between; align-items: center; gap: 18px; height: 56px; }
#mainHeader .top .logo { height: 24px; }
#mainHeader .top .logo a { height: 100%; padding: 2px 0; }
#mainHeader .top .logo a img { max-height: 100%; }
#mainHeader .top .dnone { width: 100%; display: none; }
#mainHeader .top .searchBox { width: 100%; padding-right: 16px; border: 1px solid var(--mainPink); display: flex; justify-content: space-between; align-items: center; gap: 10px; border-radius: 30px; background: #fff; }
#mainHeader .top .searchBox input { width: 100%; font-size: 1rem; padding: 10px 6px 10px 16px; border: 0; background: transparent; }
#mainHeader .top .searchBox .icon { flex-shrink: 0; width: 24px; height: 24px; }
#mainHeader .top .sitemapBtn { flex-shrink: 0; width: 22px; height: 22px; cursor: pointer; }
#mainHeader .btm { padding: 0 0 10px; }
#mainHeader .btm .searchBox { width: 100%; padding-right: 16px; border: 1px solid var(--mainPink); display: flex; justify-content: space-between; align-items: center; gap: 10px; border-radius: 30px; background: #fff; }
#mainHeader .btm .searchBox input { width: 100%; font-size: 1rem; padding-left: 16px; border: 0; background: transparent; }
#mainHeader .btm .searchBox .icon { flex-shrink: 0; width: 24px; height: 24px; }
.mainPt { padding-top: 34px; }

.sitemap {position: fixed; width: 100%; left: 50%; transform: translateX(-50%); height: 100%; top: 0; display: none; z-index: 100; }
.sitemap .bg {position: absolute; width: 100%; height: 100%; right: 0; bottom: 0; background: rgba(0, 0, 0, .4); overflow: hidden; opacity: 0; }
.sitemap.open .bg {animation: opacityMove 1s ease both; opacity: 1; }
.sitemap .sitemapBox {position: absolute; right: -100%; width: 72%; background: #fff; height: 100%; top: 0; color: #333; box-shadow: 0 0 6px rgba(0, 0, 0, .4);}
.sitemap.open .sitemapBox {animation: sitemapMove .5s ease both;}
@keyframes sitemapMove {0% {right: -100%;} 100% {right: 0;}}
.sitemap .sitemapBox .top {position: relative; background: var(--mainPink); color: #fff; height: 200px; padding: 30px 24px; }
.sitemap .sitemapBox .top .closeBtn {width: 28px; height: 28px; background: url(/skin/yourd/img/ico_sitemap_close.svg) no-repeat center / contain; position: absolute; top: 24px; right: 32px; cursor: pointer;}
.sitemap .sitemapBox .top .text span { font-size: 1.25rem; font-weight: 600; }

.sitemap .sitemapBox .profile {display: flex; justify-content: flex-end; flex-direction: column; }
.sitemap .sitemapBox .profile .nameBox { display: flex; flex-direction: column; gap: 6px; }
.sitemap .sitemapBox .profile .nameBox .smtext { font-size: 0.875rem; color: #fff; opacity: .7; }
.sitemap .sitemapBox .profile .nameBox .mbBox { display: flex; align-items: center; justify-content: space-between; }
.sitemap .sitemapBox .profile .nameBox .mbBox .logoutBtn { font-size: 0.875rem; font-weight: 500; color: #fff; }

.sitemap .sitemapBox .login {display: flex; justify-content: flex-end; flex-direction: column; }
.sitemap .sitemapBox .login .textBox {display: flex; flex-direction: column; gap: 6px; cursor: pointer; }
.sitemap .sitemapBox .login .textBox .smtext { font-size: 0.875rem; color: #fff; opacity: .7; }
.sitemap .sitemapBox .login .textBox .text { font-size: 1.25rem; background: url(/skin/yourd/img/sitemap_moreBtn.svg) no-repeat 136px 70%; }

.sitemap nav { width: 100%; }
.sitemap nav ul { width: 100%; padding: 20px 0; display: flex; flex-direction: column; gap: 12px; }
.sitemap nav li a { padding: 6px 24px; font-weight: 500; width: 100%; font-size: 1.25rem; font-weight: 600; color: var(--mainNavy); }
.sitemap nav ul.mypage { width: 100%; padding: 20px 0; display: flex; flex-direction: column; gap: 12px; border-bottom: 1px solid #c9c9c9; }
.sitemap nav ul.mypage::before { content:"마이페이지"; font-size: 0.875rem; font-weight: 600; color: #999; padding-left: 24px; }

@media all and (max-width: 1280px) {
	.h-wrap .inner { width: 92%; }
	.h-wrap .h-btm ul { gap: 40px; }
}

@media all and (max-width: 768px) {
	header { display: none; }
	.m-header { display: block; }
	.main .m-header { display: none; }
}


/* 푸터 */
footer { padding-top: 70px; }
.f-wrap { background: #444; }
.f-wrap .inner { width: 1280px; margin: 0 auto; padding-top: 30px; }
.f-wrap .inner .f-top ul { display: flex; align-items: center; gap: 16px; }
.f-wrap .inner .f-top ul li { display: flex; align-items: center; gap: 16px; }
.f-wrap .inner .f-top ul li::after { content: ""; width: 1px; height: 14px; background: #eee; opacity: .5; }
.f-wrap .inner .f-top ul li:last-child::after { display: none; }
.f-wrap .inner .f-top ul li a { font-size: 0.875rem; color: #fff; }
.f-wrap .inner .f-btm { padding: 26px 0; display: flex; flex-direction: column; gap: 6px; }
.f-wrap .inner .f-btm ul { display: flex; align-items: center; gap: 8px 16px; flex-wrap: wrap; }
.f-wrap .inner .f-btm ul li { font-size: 0.875rem; font-weight: 300; color: rgba(255,255,255,.7);  }
.f-wrap .inner .copyright { font-size: 0.875rem; font-weight: 300; color: #eee; opacity: .4; padding-bottom: 40px; }

.m_tabBar { display: none; width: 100%; height: 60px; padding: 0 4%; border-top: 1px solid #c9c9c9; background: #fff; position: fixed; bottom: 0; left: 0; z-index: 99; }
.m_tabBar .btnBox { width: 100%; height: 100%; display: flex; align-items: center; gap: 10px; }
.m_tabBar .btnBox button { width: 25%; height: 60px; padding: 8px; opacity: .6; display: flex; flex-direction: column; align-items: center; justify-content: space-between; }
.m_tabBar .btnBox button.active { opacity: 1; }
.m_tabBar .btnBox button .icon { width: 24px; height: 24px;  }
.m_tabBar .btnBox button p { font-size: 0.75rem; font-weight: 500; color: var(--mainNavy); }
.m_tabBar .btnBox .tab01 .icon { background: url(/skin/yourd/img/ico_tab01.svg) no-repeat; background-size: cover; }
.m_tabBar .btnBox .tab02 .icon { background: url(/skin/yourd/img/ico_tab02.svg) no-repeat; background-size: cover; }
.m_tabBar .btnBox .tab03 .icon { background: url(/skin/yourd/img/ico_tab03.svg) no-repeat; background-size: cover; }
.m_tabBar .btnBox .tab04 .icon { background: url(/skin/yourd/img/ico_tab04.svg) no-repeat; background-size: cover; }

#toTop{ position: fixed; right: 4%; bottom: 50px; opacity: 0; cursor: pointer; width: 50px; height: 50px; border: 1px solid #c9c9c9; border-radius: 50%; background: #fff; transition:all .3s }
#toTop .icon { width: 50px; height: 50px; background: url(/skin/yourd/img/ico_totop.svg) no-repeat; }

@media all and (max-width: 1280px) {
	.f-wrap .inner { width: 92%; }
}

@media all and (max-width: 768px) {
	.m_tabBar { display: block; }
	.f-wrap { padding-bottom: 60px; }
	#toTop { bottom: 90px; }
}

@media all and (max-width: 480px) {
	footer { padding-top: 30px; }
} 

/* 모달 */
.modalCon {display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 150;}
.modalCon .bg {position: absolute; width: 100%; height: 100%; top: 0; left: 0; background: rgba(17, 17, 17, .6); transition: .3s ease;}
.modalCon .m-inner {width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.modalCon .boxWrap {position: relative; background: #fff; opacity: 0; transform: scale(.8); transition: .3s ease; max-width: 400px; width: 90%; max-height: 90%; border-radius: 16px; padding: 28px; }
.modalCon.open .boxWrap {opacity: 1; transform: none; transition-delay: .3s;}
.modalCon .boxWrap .close {cursor: pointer; position: absolute; top: 28px; right: 28px; width: 24px; height: 24px; background: url(/skin/yourd/img/ico_close.svg) no-repeat center / contain; }
.modalCon .boxWrap .titleWrap { font-size: 1.25rem; font-weight: 600; color: #333; }
.modalCon .boxWrap .textWrap { padding-top: 30px; }

/* 로그인 */
.loginWrap { width: 460px; margin: 0 auto; padding: 65px 0; }
.loginWrap .title { font-size: 2.125rem; font-weight: 700; color: var(--mainNavy); text-align: center; padding-bottom: 20px; }
.loginWrap .formBox { padding: 30px 28px; background: #fff; border-radius: 16px; box-shadow: 0px 2px 10px 0 #E4E4E4; display: flex; flex-direction: column; gap: 24px; }
.loginWrap .formBox form { display: flex; flex-direction: column; gap: 24px; }
.loginWrap .formBox .inputBox { width: 100%; display: flex; flex-direction: column; gap: 8px; }
.loginWrap .formBox .inputBox label { font-size: 1.125rem; font-weight: 600; }
.loginWrap .formBox .inputBox input { font-weight: 500; width: 100%; }
.loginWrap .formBox .inputBox .pwBox { position: relative; }
.loginWrap .formBox .inputBox .pwBox input { padding-right: 50px; }
.loginWrap .formBox .inputBox .pwBox .showPw { position: absolute; bottom: 14px; right: 12px;  font-size: 0.875rem; font-weight: 500; color: var(--mainPink); border: none; background: none; }
.loginWrap .formBox .bgBtn { font-size: 1.25rem; font-weight: 500; color: #fff; padding: 13px; border-radius: 30px; background: var(--mainPink); }
.loginWrap .formBox .findBox { display: flex; align-items: center; justify-content: center; gap: 16px; }
.loginWrap .formBox .findBox button { font-size: 0.875rem; font-weight: 500; color: var(--mainNavy); }

.sns-login { padding-top: 30px; text-align: center; }
.sns-login p { font-size: 0.875rem; font-weight: 500; color: var(--mainNavy); padding-bottom: 12px; }
.sns-login .snsBox { display: flex; align-items: center; justify-content: center; gap: 16px; }
.sns-login .snsBox button { width: 60px; height: 60px; background: #fff; border-radius: 30px; box-shadow: 0px 2px 10px 0 #E4E4E4; }

@media all and (max-width: 1280px) {
	.wrap { width: 100%; padding: 172px 4% 0; }
}

@media all and (max-width: 768px) {
	.wrap { padding-top: 100px; }
}

@media all and (max-width: 480px) {
	.main .wrap { padding-top: 100px }
	.wrap { padding-top: 80px; }
	.loginWrap { width: 92%; margin: 0 4%; padding: 20px 0 40px; }
	.loginWrap .formBox { padding: 26px 20px; }
}


/* 비밀번호 찾기 */
.findpwWrap { position: relative; width: 100%; padding: 36px 48px; text-align: center; }
.findpwWrap .closeBtn { position: absolute; top: 36px; right: 48px; width: 28px; height: 28px; background: url(/skin/yourd/img/ico_close.svg) no-repeat center / contain; }
.findpwWrap .logo { height: 36px; margin-top: 30px; margin-bottom: 40px; }
.findpwWrap .logo img { max-height: 100%; }
.findpwWrap .title { font-size: 1.375rem; font-weight: 700; color: var(--mainNavy); }
.findpwWrap .topText { font-weight: 500; color: var(--mainNavy); padding: 16px 0; }
.findpwWrap .formBox { width: 100%; }
.findpwWrap .formBox input { width: 100%; }
.findpwWrap .captchaWrap { padding-top: 12px; padding-bottom: 30px; }
.findpwWrap .captchaWrap .label { display: none; }
.findpwWrap .captchaWrap .vc-captcha { width: 100%; }
.findpwWrap .captchaWrap .vc-captcha .captcha { border: 0; width: 100%; }
.findpwWrap .captchaWrap #captcha_info { font-size: 0.875rem !important; font-weight: 500; color: var(--mainNavy); padding-top: 4px; text-align: left; letter-spacing: -.3px !important; }
.findpwWrap .captchaWrap #captcha_info::before { content: "*"; padding-right: 4px; }
.findpwWrap #captcha #captcha_img { box-sizing: content-box; border-radius: 6px 0 0 6px; }
.findpwWrap #captcha #captcha_key { width: calc(100% - 192px); height: 62px; font-size: 1.375rem; margin-left: 30px; border: 0; border-radius: 0 6px 6px 0; background: #F6F6F6; }
.findpwWrap .formBox .bgBtn { width: 100%; font-size: 1.25rem; font-weight: 500; color: #fff; padding: 13px; border-radius: 30px; background: var(--mainPink); }


/* 회원가입 */
.joinWrap { width: 460px; margin: 0 auto; padding: 65px 0; }
.joinWrap .title { font-size: 2.125rem; font-weight: 700; color: var(--mainNavy); text-align: center; padding-bottom: 20px; }
.joinWrap .text { font-size: 1.25rem; font-weight: 600; color: var(--mainNavy); text-align: center; padding-bottom: 40px; }
.joinWrap .joinBox { width: 100%; display: flex; align-items: flex-start; gap: 30px; }
.joinWrap .joinBox .type01 { width: 50%; }
.joinWrap .joinBox .type02 { width: 50%; }
.joinWrap .joinBox .type01 > button { width: 100%; height: 160px; font-size: 1.75rem; font-weight: 600; color: #fff; border-radius: 24px; box-shadow: 0px 2px 10px 0 #E4E4E4; background: var(--mainPink); }
.joinWrap .joinBox .type02 > button { width: 100%; height: 160px; font-size: 1.75rem; font-weight: 600; color: #fff; border-radius: 24px; box-shadow: 0px 2px 10px 0 #E4E4E4; background: var(--mainNavy); }

.jointypeWrap { width: 460px; margin: 0 auto; }
.jointypeWrap .title { font-size: 1.5rem; font-weight: 700; color: var(--mainNavy); text-align: center; padding-bottom: 20px; }
.jointypeWrap .formBox { padding: 30px 28px; background: #fff; border-radius: 16px; box-shadow: 0px 2px 10px 0 #E4E4E4; display: flex; flex-direction: column; gap: 24px; }
.jointypeWrap .formBox .inputBox { width: 100%; display: flex; flex-direction: column; gap: 8px; }
.jointypeWrap .formBox .inputBox label { font-size: 1.125rem; font-weight: 600; }
.jointypeWrap .formBox .inputBox input { font-weight: 500; width: 100%; }
.jointypeWrap .formBox .inputBox .text { font-size: 0.75rem; font-weight: 500; color: var(--mainNavy); opacity: .8; }
.jointypeWrap .formBox .inputBox .pwBox { position: relative; }
.jointypeWrap .formBox .inputBox .pwBox input { padding-right: 50px; }
.jointypeWrap .formBox .inputBox .pwBox .showPw { position: absolute; bottom: 14px; right: 12px;  font-size: 0.875rem; font-weight: 500; color: var(--mainPink); border: none; background: none; }
.jointypeWrap .alertText { font-size: 0.875rem; font-weight: 500; color: var(--mainPink); padding-left: 4px; }
.jointypeWrap .agreeBox { width: 100%; display: flex; flex-direction: column; gap: 20px; margin: 20px 0 30px; }
.jointypeWrap .agreeBox .box { background: #fff; border-radius: 16px; box-shadow: 0px 2px 10px 0 #E4E4E4; }
.jointypeWrap .agreeBox .box .top { padding: 20px 28px 16px; border-bottom: 1px solid #eee; }
.jointypeWrap .agreeBox .box .top .checkBox input { width: 20px; height: 20px; }
.jointypeWrap .agreeBox .box .top .checkBox label { font-size: 1rem; font-weight: 500; color: #333; }
.jointypeWrap .agreeBox .box .btm { padding: 18px 28px 20px; }
.jointypeWrap .agreeBox .box .btm .text { overflow-y: auto; height: 140px; }
.jointypeWrap > .text { font-size: 0.875rem; color: var(--mainNavy); text-align: center; padding-top: 10px; }

.jointypeWrap .bgBtn { width: 100%; font-size: 1.25rem; font-weight: 500; color: #fff; padding: 13px; border-radius: 30px; background: var(--mainPink); }

@media all and (max-width: 480px) {
	.joinWrap { width: 92%; margin: 0 4%; padding: 40px 0; }
	.joinWrap .joinBox { gap: 16px; }
	.joinWrap .joinBox .type01 > button { font-size: 1.5rem; }
	.joinWrap .joinBox .type02 > button { font-size: 1.5rem; }
	.jointypeWrap { width: 92%; margin: 0 4% }
}

/* 메인 */
.mainSearch { width: 660px; text-align: center; margin: 0 auto; }
.mainSearch p { font-size: 34px; font-weight: 800; color: var(--mainNavy); padding-bottom: 20px;}
.mainSearch p span { color: var(--mainPink); }
.mainSearch .searchBox { width: 100%; height: 60px; margin-bottom: 60px; padding: 0 38px; border: 3px solid var(--mainPink); display: flex; align-items: center; gap: 10px; border-radius: 30px; background: #fff; box-shadow: 0px 4px 10px 0 #E4E4E4; }
.mainSearch .searchBox input { width: 544px; font-size: 1.25rem; font-weight: 700; border: 0; text-align: center; background: transparent; }
.mainSearch .searchBox input::placeholder { font-weight: 500; }
.mainSearch .searchBox .icon { width: 30px; height: 30px; }

.mainList { display: flex; flex-wrap: wrap; gap: 16px; }
.mainList .pjBox { width: 416px; }
.mainList .pjBox a { padding: 14px; border: 1px solid #ddd; border-radius: 16px; background: #fff; }
.mainList .pjBox .top { display: flex; align-items: center; gap: 4px; padding-bottom: 10px; font-size: 0.875rem; }
.mainList .pjBox .top .ctgy01 { padding: 4px 12px; border-radius: 20px; color: #6058E4; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy02 { padding: 4px 12px; border-radius: 20px; color: #0073A8; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy03 { padding: 4px 12px; border-radius: 20px; color: #E756E5; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy04 { padding: 4px 12px; border-radius: 20px; color: #19AC28; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy05 { padding: 4px 12px; border-radius: 20px; color: #FF9800; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy06 { padding: 4px 12px; border-radius: 20px; color: #3B74F5; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy07 { padding: 4px 12px; border-radius: 20px; color: #E44848; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy08 { padding: 4px 12px; border-radius: 20px; color: #FF5722; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy09 { padding: 4px 12px; border-radius: 20px; color: #303F9F; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy10 { padding: 4px 12px; border-radius: 20px; color: #00796B; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy11 { padding: 4px 12px; border-radius: 20px; color: #8E24AA; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy12 { padding: 4px 12px; border-radius: 20px; color: #795548; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy13 { padding: 4px 12px; border-radius: 20px; color: #0D47A1; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .ctgy14 { padding: 4px 12px; border-radius: 20px; color: #546E7A; background: color-mix(in srgb, currentColor 10%, transparent); }
.mainList .pjBox .top .level01 { padding: 4px 12px; border-radius: 20px; color: #666666; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level02 { padding: 4px 12px; border-radius: 20px; color: #19AC28; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level03 { padding: 4px 12px; border-radius: 20px; color: #3B74F5; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level04 { padding: 4px 12px; border-radius: 20px; color: #6058E4; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level05 { padding: 4px 12px; border-radius: 20px; color: #D32F2F; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level06 { padding: 4px 12px; border-radius: 20px; color: #D84315; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level07 { padding: 4px 12px; border-radius: 20px; color: #6D4C41; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level08 { padding: 4px 12px; border-radius: 20px; color: #455A64; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level09 { padding: 4px 12px; border-radius: 20px; color: #00796B; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level10 { padding: 4px 12px; border-radius: 20px; color: #006064; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level11 { padding: 4px 12px; border-radius: 20px; color: #C2185B; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level12 { padding: 4px 12px; border-radius: 20px; color: #303F9F; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level13 { padding: 4px 12px; border-radius: 20px; color: #512DA8; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .top .level14 { padding: 4px 12px; border-radius: 20px; color: #424242; border: 1px solid color-mix(in srgb, currentColor 50%, transparent); }
.mainList .pjBox .title { padding-bottom: 16px; font-size: 1.125rem; font-weight: 600; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.mainList .pjBox .pay { padding-bottom: 8px; font-size: 1rem; font-weight: 500; color: #00c4cf; width: 100%; }
.mainList .pjBox .btm { display: flex; justify-content: space-between; align-items: center; }
.mainList .pjBox .btm ul { display: flex; align-items: center; gap: 8px; }
.mainList .pjBox .btm ul li { display: flex; align-items: center; gap: 8px; font-size: 0.875rem; font-weight: 500; color: #999; }
.mainList .pjBox .btm ul li::after { content: ""; width: 1px; height: 13px; background: #ddd; }
.mainList .pjBox .btm ul li:last-child::after { display: none; }
.mainList .pjBox .btm .agen { font-size: 0.875rem; font-weight: 500; text-align: right; width: 120px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.mainList .adWrap { overflow: hidden; width: 100%; /*height: 170px;*/ border-radius: 16px; /*background: #ddd;*/ }
.mainList .adWrap img { display: block; }

.mainMore { text-align: center; padding-top: 50px; }
.mainMore p { font-size: 1.375rem; font-weight: 600; color: var(--mainNavy); padding-bottom: 20px; }
.mainMore p span { color: var(--mainPink); }
.mainMore .bgBtn { width: 400px; font-size: 1.25rem; font-weight: 500; color: #fff; padding: 13px; border-radius: 30px; background: var(--mainPink); }

@media all and (max-width: 1280px) {
	.mainList .pjBox { width: calc(50% - 8px); }
}

@media all and (max-width: 768px) {
	.mainSearch { display: none; }
	.mainList .pjBox { width: 100%; }
	.mainMore .bgBtn { width: 300px; font-size: 1.125rem; }
}

@media all and (max-width: 480px) {
	.mainList .pjBox .btm .agen { width: 100px; }
	.mainMore .bgBtn { width: 280px; }
}

/* 프로젝트 찾기 */
.pjfind .pageWrap { padding-top: 30px; }

.pjSearchBox { width: 100%; display: flex; flex-direction: column; align-items: center; gap: 20px; margin-bottom: 50px; }
.pjSearchBox .pjSearchTop { width: 100%; display: flex; align-items: center; gap: 30px; }
.pjSearchBox .pjSearchTop .pjSearch { display: flex; align-items: center; gap: 12px; width: 100%; }
.pjSearchBox .pjSearchTop .pjSearch label { flex-shrink: 0; font-size: 1.25rem; font-weight: 600; color: var(--mainNavy); }
.pjSearchBox .pjSearchTop .pjSearch input { width: 100%; text-align: center; padding: 16px 20px; border-radius: 30px; border: 1.5px solid var(--mainNavy); }
.pjSearchBox .pjSearchTop .refreshBtn { flex-shrink: 0; width: 24px; height: 24px; }
.pjSearchBox .pjSearchTop .filterBtn { flex-shrink: 0; width: 48px; height: 48px; border-radius: 50%; background: var(--mainPink); }

.filterWrap { width: 100%; padding: 24px 30px; border-radius: 30px; background: #f6f6f6; display: flex; flex-direction: column; gap: 14px; }
.filterWrap .title { flex-shrink: 0; height: 40px; line-height: 40px; font-size: 1.125rem; font-weight: 600; color: var(--mainNavy); }
.filterWrap .box1, .filterWrap .box2, .filterWrap .box3, .filterWrap .box4, .filterWrap .box5 { display: flex; gap: 18px; }
.filterWrap .checkBox { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.filterWrap .checkBox input[type="radio"] { display: none; }
.filterWrap .checkBox label { display: flex; justify-content: center; align-items: center; min-width:96px; height: 40px; padding: 0 20px; font-size: 1rem; font-weight: 600; border: 1px solid #ACACAC; border-radius: 24px; background: #fff; }
.filterWrap .checkBox input[type="radio"]:checked + label { background: var(--mainPink); color: #fff; border-color: transparent; }
.filterWrap .checkBox select { min-width: 160px; }

.pjSearchBox .bgBtn { width: 400px; font-size: 1.25rem; font-weight: 500; color: #fff; padding: 13px; border-radius: 30px; background: var(--mainPink); }

.totalBox { margin-bottom: 20px; font-size: 1.5rem; font-weight: 700; color: var(--mainNavy); }
.totalBox span { color: var(--mainPink); }

@media all and (max-width: 768px) {
	.pjSearchBox .pjSearchTop { gap: 20px; }
	.pjSearchBox .bgBtn { width: 290px; }
	.filterWrap { padding: 20px 24px; }
	.filterWrap .title { height: 36px; line-height: 36px; font-size: 1rem; }
	.filterWrap .checkBox label { min-width: 90px; height: 36px; padding: 0 16px; font-size: 0.875rem; }
}

@media all and (max-width: 480px) {
	.mainList .pjBox .btm .agen { width: 100px; }
	.totalBox { font-size: 1.25rem; margin-bottom: 14px; }
	.pjSearchBox .bgBtn { width: 200px; font-size: 1rem; padding: 12px; }
	.filterWrap .box3 .checkBox select { min-width: auto; }
}

/* 프로젝트 찾기 상세보기 */
.viewWrap { display: flex; width: 100%; gap: 50px; }
.viewWrap .left { width: 100%; display: flex; flex-direction: column; gap: 30px; }
.viewWrap .left .writeWrap > .title { font-size: 1.25rem; font-weight: 700; color: var(--mainNavy); padding-bottom: 16px; }
.viewWrap .left .writeWrap .whiteBox { padding: 22px; word-break: break-all; }
.viewWrap .left .writeWrap .whiteBox ul { display: flex; flex-direction: column; gap: 26px; }
.viewWrap .left .writeWrap .whiteBox ul li { width: 100%; display: flex; align-items: center; gap: 40px; }
.viewWrap .left .writeWrap .whiteBox ul li .title { flex-shrink: 0; font-size: 1.125rem; font-weight: 600; color: var(--mainNavy); }
.viewWrap .left .writeWrap .whiteBox ul li .text { font-size: 1rem; font-weight: 500; }

.viewWrap .right { width: 360px; flex-shrink: 0; }
.viewWrap .right .positonBox { position: sticky; top: 150px; }
.viewWrap .right .positonBox .rightBox { overflow: hidden; border: 1px solid #ddd; border-radius: 16px; }
.viewWrap .right .positonBox .rightBox .top { padding: 24px 26px; border-bottom: 1px solid #ddd; }
.viewWrap .right .positonBox .rightBox .top .state { display: flex; align-items: center; justify-content: space-between; padding-bottom: 14px; font-weight: 500; }
.viewWrap .right .positonBox .rightBox .top .state .ctgy01 { padding: 6px 18px; border-radius: 20px; color: #6058E4; background: color-mix(in srgb, currentColor 10%, transparent); }
.viewWrap .right .positonBox .rightBox .top .state .ctgy02 { padding: 6px 18px; border-radius: 20px; color: #0073A8; background: color-mix(in srgb, currentColor 10%, transparent); }
.viewWrap .right .positonBox .rightBox .top .state .ctgy03 { padding: 6px 18px; border-radius: 20px; color: #E756E5; background: color-mix(in srgb, currentColor 10%, transparent); }
.viewWrap .right .positonBox .rightBox .top .state .ctgy04 { padding: 6px 18px; border-radius: 20px; color: #19AC28; background: color-mix(in srgb, currentColor 10%, transparent); }
.viewWrap .right .positonBox .rightBox .top .state .ctgy05 { padding: 6px 18px; border-radius: 20px; color: #FF9800; background: color-mix(in srgb, currentColor 10%, transparent); }
.viewWrap .right .positonBox .rightBox .top .state .ctgy06 { padding: 6px 18px; border-radius: 20px; color: #3B74F5; background: color-mix(in srgb, currentColor 10%, transparent); }
.viewWrap .right .positonBox .rightBox .top .state .ctgy07 { padding: 6px 18px; border-radius: 20px; color: #E44848; background: color-mix(in srgb, currentColor 10%, transparent); }
.viewWrap .right .positonBox .rightBox .top .state .ing { color: var(--mainPink); }
.viewWrap .right .positonBox .rightBox .top .state .ing.end { color: #666; }
.viewWrap .right .positonBox .rightBox .top .title { font-size: 1.375rem; font-weight: 600; }
.viewWrap .right .positonBox .rightBox .top .moreBtn { display: none; width: 100%; margin-top: 20px; padding: 6px 0; font-size: 0.875rem; font-weight: 500; color: #666; background: #f6f6f6; border-radius: 20px; }
.viewWrap .right .positonBox .rightBox .yoyak { padding: 26px; display: flex; flex-direction: column; gap: 22px;}
.viewWrap .right .positonBox .rightBox .yoyak li { display: flex; align-items: center; justify-content: space-between; }
.viewWrap .right .positonBox .rightBox .yoyak li .title { font-weight: 600; color: var(--mainNavy); }
.viewWrap .right .positonBox .rightBox .yoyak li .text { font-weight: 400; }
.viewWrap .right .positonBox .bgBtn { margin: 16px 0 10px; width: 100%; font-size: 1.25rem; font-weight: 500; color: #fff; padding: 13px; border-radius: 16px; background: var(--mainPink); }
.viewWrap .right .positonBox .notice { text-align: center; font-size: 0.875rem; color: var(--mainNavy); }

@media all and (max-width: 1280px) {
	.viewWrap { display: flex; width: 100%; gap: 26px; }
	.viewWrap .right { display: block; width: 280px; flex-shrink: 0; }
	.viewWrap .right .positonBox .rightBox .top { padding: 18px 20px; }
	.viewWrap .right .positonBox .rightBox .yoyak { padding: 20px; }
	.viewWrap .right .positonBox .rightBox .top .title { font-size: 1.25rem; }
}

@media all and (max-width: 768px) {
	.viewWrap .left .writeWrap .whiteBox ul li { gap: 20px; }
	.viewWrap .left .writeWrap .whiteBox ul li .title { font-size: 1rem; }
	.viewWrap .left .writeWrap .whiteBox ul li .text { font-size: 0.875rem; }

	.viewWrap .right { position: fixed; bottom: 0; left: 0; width: 100%; z-index: 1; background: #fff; }
	.viewWrap .right .positonBox { position: static; top: auto; }
	.viewWrap .right .positonBox .rightBox { border: 1px solid #ddd; border-radius: 16px 16px 0 0; }
	.viewWrap .right .positonBox .rightBox .top { padding: 18px 4% 10px; }
	.viewWrap .right .positonBox .rightBox .top .state { font-size: 0.875rem; }
	.viewWrap .right .positonBox .rightBox .top .state .ing { font-size: 0.875rem; }
	.viewWrap .right .positonBox .rightBox .top .title { font-size: 1.125rem; }
	.viewWrap .right .positonBox .rightBox .top .moreBtn { display: block; }
	.viewWrap .right .positonBox .rightBox .yoyak { padding: 24px 4%; gap: 18px; display: none; }
	.viewWrap .right .positonBox .bgBtn { margin: 16px 4% 10px; width: 92%; padding: 12px; }
	.viewWrap .right .positonBox .notice { padding-bottom: 16px; }
}

/* 의뢰하기, 세무문의, 고객센터 */
.subTop { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.subTop .left { display: flex; align-items: flex-end; gap: 12px; }
.subTop .left ul { display: flex; align-items: center; gap: 12px; }
.subTop .left ul li { display: flex; align-items: center; gap: 12px; font-size: 1.875rem; font-weight: 700; color: var(--mainNavy); }
.subTop .left ul li::after { content:""; width: 12px; height: 20px; background: url(/skin/yourd/img/ico_arrow_right.svg) no-repeat center / contain;}
.subTop .left ul li:last-child::after { display: none; }
.subTop .left .article { font-size: 0.875rem; color: #666; padding-bottom: 4px; }
.subTop .shareBox { display: flex; align-items: center; gap: 10px; }
.subTop .shareBox .shareBtn { width: 36px; height: 36px; border-radius: 50%; background: #E9EBED; }

.subTopList { display: flex; align-items: center; gap: 12px; margin-bottom: 30px; }
.subTopList button { font-size: 1.25rem; font-weight: 500; color: #999; padding: 12px 24px; border-radius: 30px; background: #eee; }
.subTopList button.active { color: #fff; background: var(--mainPink); }

.subSearch { margin-bottom: 28px; padding: 16px; border-radius: 16px; background: #f6f6f6; display: flex; align-items: center; justify-content: center; }
.subSearch .inputBox { display: flex; justify-content: center; width: 100%; }
.subSearch .inputBox input { width: 380px; padding: 9px 14px; border: 0; border-radius: 6px 0 0 6px; }
.subSearch .inputBox button { width: 80px; font-weight: 500; color: #fff; border-radius: 0 6px 6px 0; background: var(--mainPink); }

.tableWrap { width: 100%; }
.tableWrap table { table-layout: fixed; width: 100%; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; text-align: center; margin-bottom: 12px; }
.tableWrap table thead { border-bottom: 1px solid #ddd; background: #f6f6f6; }
.tableWrap table thead tr th { font-size: 1rem; font-weight: 600; color: #333; padding: 10px; }
.tableWrap table tbody tr { border-bottom: 1px solid #ddd; }
.tableWrap table tbody tr.notice { background: #FFFBE5; }
.tableWrap table tbody tr td { padding: 10px; border-right: 1px solid #ddd; }
.tableWrap table tbody tr td:last-child { border-right: 0; }
.tableWrap table tbody tr td a { text-align: left; text-decoration: underline; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.tableWrap table thead tr th:first-child { width: 80px; }
.tableWrap table thead tr th:nth-child(2) { width: 100%; }
.tableWrap table thead tr th:nth-child(3) { width: 120px; }
.tableWrap table thead tr th:nth-child(4) { width: 96px; }

.tableWrap .sptTable thead tr th:first-child { width: 80px; }
.tableWrap .sptTable thead tr th:nth-child(2){ width: 150px; }
.tableWrap .sptTable thead tr th:nth-child(3){ width: auto; }
.tableWrap .sptTable thead tr th:nth-child(4) { width: 120px; }
.tableWrap .sptTable thead tr th:nth-child(5) { width: 96px; }

.tableWrap .noticeList { display: flex; flex-direction: column; gap: 10px; padding-bottom: 20px; }
.tableWrap .noticeList li { border: 1px solid #ddd; border-radius: 16px; overflow: hidden; }
.tableWrap .noticeList li a { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 30px 40px; }
.tableWrap .noticeList li .title { font-size: 1.25rem; font-weight: 600; }
.tableWrap .noticeList li .date { font-size: 1.125rem; font-weight: 400; color: #999; }

.tableWrap .btmBox { width: 100%; display: flex; justify-content: flex-end; align-items: center; }
.tableWrap .btmBox .bgBtn { width: 110px; padding: 8px; font-weight: 500; color: #fff; border-radius: 30px; background: var(--mainPink); }

@media all and (max-width: 768px) {
	.subTop { margin-bottom: 20px; }
	.subTop .left { flex-direction: column; gap: 6px; }
	.subTop .left ul { width: 100%; gap: 10px; }
	.subTop .left ul li { font-size: 1.5rem; gap: 10px; }
	.subTopList { margin-bottom: 20px; }
	.subTopList button { font-size: 1rem; padding: 12px 18px; }
	.subSearch { margin-bottom: 18px; }
	.subSearch .inputBox input { width: calc(100% - 70px); }
	.subSearch .inputBox button { width: 70px;}
	.tableWrap table thead tr th, .tableWrap table tbody tr td { font-size: 0.875rem; }
	.tableWrap table thead tr th:first-child { width: 60px; }
	.tableWrap table thead tr th:nth-child(3) { width: 90px; }
	.tableWrap table thead tr th:nth-child(4) { width: 70px; }
	.tableWrap .noticeList li a { padding: 24px 22px; }
	.tableWrap .noticeList li .title { font-size: 1rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
	.tableWrap .noticeList li .date { font-size: 0.875rem; }
}

/* 의뢰하기, 세무문의, 고객센터 작성 */
.writeWrap { width: 100%; padding: 20px; border-radius: 16px; background: #f6f6f6; }
.writeWrap > .text { font-size: 1rem; padding-bottom: 16px; }
.writeWrap .whiteBox { padding: 30px 28px; border-radius: 10px; background: #fff; }

.whiteBox { display: flex; flex-direction: column; gap: 24px; }
.whiteBox .inputBox { display: flex; gap: 10px; }
.whiteBox .inputBox .title { width: 100px; font-size: 1rem; font-weight: 600; flex-shrink: 0; padding-top: 12px; }
.whiteBox .inputBox input { width: 50%; }
.whiteBox .inputBox input.inputTitle { width: 100%; }
.whiteBox .inputBox .boardBox { width: 100%; padding: 16px; border: 1px solid #ddd; border-radius: 6px; }
.whiteBox .inputBox textarea { width: 100%; }

.radioBox { width: 100%; padding-top: 11px; }
.radioBox ul {  display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.radioBox ul li { display: flex; align-items: center; }
.radioBox ul li input { width: 16px !important; height: 16px; }
.radioBox ul li label { flex-shrink: 0; padding-left: 6px; cursor: pointer; } 
.radioBox p { padding-top: 11px; }

.answerBox { padding: 12px 12px 20px; width: 100%; border-radius: 6px; background: #FFFBE5; }

.fileWrap { width: 100%; display: flex; flex-direction: column; gap: 10px; }
.fileWrap .fileBox { display: flex; align-items: center; gap: 18px; }
.fileWrap .fileBox input { padding: 8px; }
.fileWrap .fileBox .add { font-weight: 600; color: var(--mainNavy); padding-left: 16px; background: url(/skin/yourd/img/ico_add.svg) no-repeat left; }
.fileWrap .fileBox .del { font-weight: 600; color: #FF0000; padding-left: 16px; background: url(/skin/yourd/img/ico_del.svg) no-repeat left; }
.fileWrap .fileBox a { text-decoration: underline; }

.subBox { display: flex; align-items: center; justify-content: center; gap: 10px; margin-top: 30px; }
.subBox .cancleBtn { width: 100px; font-size: 1.25rem; font-weight: 500; padding: 12px; color: #333; border: 1px solid #ddd; border-radius: 30px; }
.subBox .bgBtn { width: 200px; font-size: 1.25rem; font-weight: 500; padding: 12px; color: #fff; border-radius: 30px; background: var(--mainPink); }

.viewTopBox { border-bottom: 1px solid #ddd; padding-bottom: 20px; margin-bottom: 16px; }
.viewTopBox .title { font-size: 1.5rem; font-weight: 600; padding: 20px 0; }
.viewTopBox .date { color: #999; }

@media all and (max-width: 768px) {
	.whiteBox .inputBox input { width: 100%; }
	.fileWrap { gap: 20px; }
	.fileWrap .fileBox { flex-wrap: wrap; gap: 8px; }
	.fileWrap .fileBox .add { margin-right: 24px; }
}

@media all and (max-width: 480px) {
	.writeWrap { padding: 14px; }
	.writeWrap .whiteBox { padding: 24px 16px; }
	.writeWrap > .text { font-size: 0.875rem; }
	.whiteBox .inputBox .title { width: 80px; font-size: 0.875rem; }
	.radioBox ul li label { font-size: 0.875rem; } 
	.fileWrap .fileBox a { font-size: 0.875rem; }
	.subBox { margin-top: 20px; }
	.subBox .cancleBtn { width: 80px; font-size: 1rem; }
	.subBox .bgBtn { width: 140px; font-size: 1rem; }
}

/* 마이페이지 */
.mypageWrap { display: flex; width: 100%; gap: 30px; }
.mypageWrap .left { display: block; width: 190px; flex-shrink: 0; }
.mypageWrap .left .listBox { position: sticky; top: 150px; padding: 14px 24px; border: 1px solid #ddd; border-radius: 16px; }
.mypageWrap .left .listBox ul li a { padding: 10px 0; font-size: 1.125rem; font-weight: 600; color: #999; }
.mypageWrap .left .listBox ul li a:hover { color: #666; }
.mypageWrap .left .listBox ul li.active a { color: var(--mainPink); }

.mypageWrap .right { width: 100%; }
.mypageWrap .right .writeWrap > .title { font-size: 1.25rem; font-weight: 700; color: var(--mainNavy); padding-bottom: 16px; }
.mypageWrap .right .writeWrap .changePw { font-weight: 500; color: #fff; padding: 12px; border-radius: 6px; background: var(--mainNavy); }

.leaveBtn { margin: 12px 20px 0 0; font-size: 0.875rem; font-weight: 500; color: #999; text-align: right; text-decoration: underline; }
.whiteBox .inputBox .pwBox { position: relative; width: 50%; }
.whiteBox .inputBox .pwBox input { width: 100%; padding-right: 50px; }
.whiteBox .inputBox .pwBox .showPw { position: absolute; bottom: 14px; right: 12px;  font-size: 0.875rem; font-weight: 500; color: var(--mainPink); border: none; background: none; }

.fileForm { display: flex; flex-direction: column; gap: 8px; width: 100%; }
.fileForm .text { font-size: 0.75rem; font-weight: 500; color: var(--mainNavy); opacity: .8; }
.fileForm .imgBox { display: flex; align-items: center; gap: 16px; }
.fileForm .imgBox .img { width: 80px; height: 100px; overflow: hidden; background: #ddd; }
.fileForm .imgBox .checkBox label { font-weight: 500; flex-shrink: 0; }

.tableWrap .tableTop { display: flex; justify-content: space-between; align-items: flex-end; padding-bottom: 14px; flex-wrap: wrap; gap: 10px; }
.tableWrap .tableTop select { width: 160px; }
.tableWrap .tableTop .bgBtn { font-size: 1rem; font-weight: 500; color: #fff; padding: 8px 24px; border-radius: 30px; background: var(--mainPink); }

.mypageWrap .tableWrap .btmBox { width: 100%; display: flex; justify-content: flex-start; align-items: center; gap: 4px; }
.mypageWrap .tableWrap .btmBox .smBtn { font-size: 0.875rem; font-weight: 500; padding: 5px 12px; border: 1px solid #ddd; border-radius: 6px; }

.tableWrap .srcBox { width: 100%; margin-top: 50px; margin-bottom: 12px; }
.tableWrap .srcBox .inputBox { display: flex; }
.tableWrap .srcBox .inputBox input { width: 200px; padding: 7px 14px; border-radius: 6px 0 0 6px; border: 1px solid #ddd; }
.tableWrap .srcBox .inputBox button { width: 70px; font-weight: 500; color: #fff; border-radius: 0 6px 6px 0; background: var(--mainPink); }
.tableWrap .pjaply .bgBtn { font-size: 0.875rem; font-weight: 500; color: #fff; padding: 6px 8px; border-radius: 6px; background: var(--mainPink); }

.tableWrap .myaply thead tr th:first-child { width: 66px; }
.tableWrap .myaply thead tr th:nth-child(2) { width: 120px; }
.tableWrap .myaply thead tr th:nth-child(3) { width: auto; }
.tableWrap .myaply thead tr th:nth-child(4) { width: 140px; }
.tableWrap .myaply thead tr th:nth-child(5) { width: 120px; }

.tableWrap .mypj thead tr th:first-child { width: 42px; }
.tableWrap .mypj thead tr th:nth-child(2) { width: 70px; }
.tableWrap .mypj thead tr th:nth-child(3) { width: 110px; }
.tableWrap .mypj thead tr th:nth-child(4) { width: auto; }
.tableWrap .mypj thead tr th:nth-child(5) { width: 70px; }
.tableWrap .mypj thead tr th:nth-child(6) { width: 100px; }
.tableWrap .mypj thead tr th:nth-child(7) { width: 80px; }

.tableWrap .mypj2 thead tr th:first-child { width: 180px; }
.tableWrap .mypj2 thead tr th:nth-child(2) { width: auto; }

.tableWrap .pjaply thead tr th:first-child { width: 90px; }
.tableWrap .pjaply thead tr th:nth-child(2) { width: 120px; }
.tableWrap .pjaply thead tr th:nth-child(3) { width: 200px; }
.tableWrap .pjaply thead tr th:nth-child(4) { width: 160px; }
.tableWrap .pjaply thead tr th:nth-child(5) { width: auto; }


@media all and (max-width: 1280px) {
	.tableWrap .pjaply thead tr th:first-child { width: 76px; }
	.tableWrap .pjaply thead tr th:nth-child(2) { width: 90px; }
	.tableWrap .pjaply thead tr th:nth-child(3) { width: 150px; }
	.tableWrap .pjaply thead tr th:nth-child(4) { width: 110px; }
	.tableWrap .pjaply tbody tr td p { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
}

@media all and (max-width: 768px) {
	.mypageWrap .left { display: none; }
	.whiteBox .inputBox .pwBox { width: 100%; }
	.overflow-x { overflow-x: auto; }

	.tableWrap .myaply thead tr th:first-child { width: 54px; }
	.tableWrap .myaply thead tr th:nth-child(2) { width: 100px; }
	.tableWrap .myaply thead tr th:nth-child(3) { width: 180px; }
	.tableWrap .myaply thead tr th:nth-child(4) { width: 130px; }
	.tableWrap .myaply thead tr th:nth-child(5) { width: 90px; }

	.tableWrap .mypj thead tr th:nth-child(2) { width: 54px; }
	.tableWrap .mypj thead tr th:nth-child(3) { width: 100px; }
	.tableWrap .mypj thead tr th:nth-child(4) { width: 180px; }
	.tableWrap .mypj thead tr th:nth-child(5) { width: 66px; }
	.tableWrap .mypj thead tr th:nth-child(6) { width: 90px; }
	.tableWrap .mypj thead tr th:nth-child(7) { width: 76px; }

	.tableWrap .mypj2 thead tr th:first-child { width: 110px; }

	.tableWrap .srcBox { margin-top: 20px; margin-bottom: 10px; }
	.tableWrap .srcBox .inputBox input { font-size: 0.938rem; }
	.tableWrap .srcBox .inputBox button { font-size: 0.938rem; }
	.tableWrap table.pjaply tbody tr td { padding: 8px 6px; }
	.tableWrap .pjaply thead tr th:first-child { width: 18%; }
	.tableWrap .pjaply thead tr th:nth-child(2) { width: 22%; }
	.tableWrap .pjaply thead tr th:nth-child(3) { width: 35%; }
	.tableWrap .pjaply thead tr th:nth-child(4) { width: 25%; }
	.tableWrap .pjaply tbody tr td:nth-child(4) { border-right: 0; }
	.tableWrap .pjaply thead tr th:nth-child(5) { display: none; }
	.tableWrap .pjaply tbody tr td:nth-child(5) { display: none; }
}

/* 비밀번호 변경 모달 */
.textWrap .formBox { display: flex; flex-direction: column; gap: 20px; }
.textWrap .formBox .inputBox { width: 100%; display: flex; flex-direction: column; gap: 6px; }
.textWrap .formBox .inputBox label { font-size: 1rem; font-weight: 600; color: #333; }
.textWrap .formBox .inputBox input { font-weight: 500; width: 100%; }
.textWrap .formBox .inputBox .pwBox { position: relative; }
.textWrap .formBox .inputBox .pwBox input { padding-right: 50px; }
.textWrap .formBox .inputBox .pwBox .showPw { position: absolute; bottom: 14px; right: 12px; font-size: 0.875rem; font-weight: 500; color: var(--mainPink); border: none; background: none; }
.textWrap .bgBtn { margin-top: 40px; width: 100%; font-size: 1.25rem; font-weight: 500; padding: 12px; color: #fff; border-radius: 30px; background: var(--mainPink); }
/* 지원하기 모달 */
.textWrap .formBox .text { font-weight: 500; color: var(--mainNavy); padding-bottom: 20px; }
.textWrap .formBox .checkBox { display: flex; align-items: center; justify-content: center; }

/* 프로젝트 등록 */
.mypageWrap .writeWrap .whiteBox.padding { padding-top: 16px; padding-bottom: 16px; gap: 0; }
.mypageWrap .groupBox { width: 100%; border-bottom: 1px solid #eee; padding: 14px 0; display: flex; gap:8px; }
.mypageWrap .groupBox:last-child { border-bottom: 0; }
.mypageWrap .groupBox .title { flex-shrink: 0; width: 90px; height: 38px; line-height: 38px; font-size: 1rem; font-weight: 600; }
.mypageWrap .groupBox .rightBox { width: 100%; display: flex; flex-wrap: wrap; gap: 8px 28px; }
.mypageWrap .groupBox .rightBox.box01 select { width: 260px; }
.mypageWrap .groupBox .rightBox.box02 .inputBox { display: flex; align-items: center; }
.mypageWrap .groupBox .rightBox.box02 input[type="text"] { width: 160px; padding: 9px 10px; text-align: right; }
.mypageWrap .groupBox .rightBox.box03 .text { font-size: 0.875rem; color: var(--mainNavy); }
.mypageWrap .groupBox .rightBox.box03 input[type="text"] { width: 90px; }
.mypageWrap .groupBox .rightBox.box05 input[type="text"] { width: 400px; padding: 9px 10px; }
.mypageWrap .groupBox .rightBox.box06 input[type="text"] { width: 250px; padding: 9px 10px; }
.mypageWrap .groupBox .rightBox.box08 input { width: 100%; padding: 9px 10px; }
.mypageWrap .groupBox .rightBox.box09 textarea { width: 100%; }

.radioBtnBox { display: flex; align-items: center; gap: 6px; }
.radioBtnBox label { display: flex; justify-content: center; align-items: center; width: 90px; height: 38px; font-size: 1rem; font-weight: 500; border: 1px solid #ddd; border-radius: 6px; background: #fff; cursor: pointer; }
.radioBtnBox input[type=radio]:checked + label { background: #fff2fa; color: var(--mainPink); border: 1px solid var(--mainPink); }
.radioBtnBox input[type="radio"] { display: none; }

.checkBtnBox { display: flex; align-items: center; gap: 8px 16px; flex-wrap: wrap; }
.checkBtnBox label { display: flex; justify-content: center; align-items: center; font-size: 1rem; font-weight: 500; }

.smInputBox input { width: 70px; text-align: right; padding: 9px 10px; }

.dateBox { display: flex; align-items: center; gap: 6px; }
.dateBox input[type="date"] { padding: 9px 10px; }

.cityBox { width: 100%; border: 1px solid #ddd; border-radius: 6px; overflow: hidden; }
.cityBox .top { font-size: 0.875rem; font-weight: 600; padding: 10px 12px; background: #f6f6f6; }
.cityBox .btm { padding: 12px 12px 20px; display: flex; gap: 14px 20px; flex-shrink: 0; flex-wrap: wrap; }
.cityBox .btm .checkBox { width: 68px; }

.mypageWrap .addNotice { margin-top: 10px; padding: 20px; border-radius: 16px; border: 1px solid #ddd; }
.mypageWrap .addNotice .top { padding-bottom: 6px; border-bottom: 1px solid #ddd; }
.mypageWrap .addNotice .top ul li { font-size: 0.875rem; font-weight: 500; color: var(--mainNavy); margin-left: 20px; padding: 0 10px 6px; list-style: decimal; }
.mypageWrap .addNotice .btm { padding-top: 16px; display: flex; align-items: center; justify-content: center; }
.mypageWrap .addNotice .btm label { padding-left: 4px; }

@media all and (max-width: 768px) {
	.mypageWrap .groupBox { flex-direction: column; }
	.mypageWrap .groupBox .title { flex-shrink: 0; width: 100%; font-size: 0.875rem; height: auto; line-height: 1; }
	.mypageWrap .groupBox .rightBox.box01 select { width: 100%; }
	.mypageWrap .groupBox .rightBox.box02 input[type="text"] { width: 100%; }
	.mypageWrap .groupBox .rightBox.box05 input[type="text"] { width: 100%; margin-top: 6px; }
	.mypageWrap .groupBox .rightBox.box06 input[type="text"] { width: 100%; }
	.mypageWrap .groupBox .rightBox.box07 label { font-size: 0.875rem; }
	.radioBtnBox { width: 100%; }
	.radioBtnBox label { font-size: 0.875rem; height: 36px; }
	.mypageWrap .groupBox .rightBox.box03 { font-size: 0.875rem; }
	.smInputBox input { width: 70px; padding: 8px; }
}


/* 이메일 - inline으로 해야 적용됨 */
.emailWrap { width: 600px; padding: 46px 48px; border: 1px solid #999; }
.emailWrap .logo { margin-bottom: 34px; height: 30px; }
.emailWrap .logo img { max-height: 100%; }
.emailWrap .topText { font-size: 1rem; line-height: 1.3rem; font-weight: 500; color: var(--mainNavy); padding-bottom: 34px; }

.emailWrap .pwBox { padding: 12px; border-radius: 6px; background: #f6f6f6; display: flex; align-items: center; gap: 50px; }
.emailWrap .pwBox p { font-size: 1rem; font-weight: 600; color: #666; }
.emailWrap .pwBox .newpw { color: var(--mainNavy); }

.emailWrap .formBox .title { font-size: 1rem; font-weight: 600; color: var(--mainNavy); padding: 12px; border-radius: 6px; background: #f6f6f6; }
.emailWrap .emailTable { margin-bottom: 30px; width: 100%; }
.emailWrap .emailTable tbody tr { border-bottom: 1px solid #eee; }
.emailWrap .emailTable tbody tr td { padding: 16px 10px; }
.emailWrap .emailTable tbody tr td:first-child { width: 88px; font-weight: 600; }
.emailWrap .emailTable tbody tr td:nth-child(2) { font-weight: 400; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.emailWrap .emailTable tbody tr td p { width: 312px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.emailWrap .emailTable tbody tr td a { flex-shrink: 0; width: 60px; color: var(--mainPink); font-weight: 600; text-align: center; }

.emailWrap .btnBox { text-align: center; margin-top: 50px; }
.emailWrap .btnBox .bgBtn { width: 300px; font-size: 1.25rem; font-weight: 500; color: #fff; padding: 13px; border-radius: 30px; background: var(--mainPink); }

/* 약관 */
.subTextBox { font-size: 1rem; }
.subTextBox li { line-height: 1.6; list-style: inherit; }
.subTextBox h2 { font-size: 1.5rem; margin-top: 30px; padding-bottom: 5px; color: var(--mainPink); border-bottom: 2px solid var(--mainPink); }
.subTextBox h3 { font-size: 1.125rem; margin-top: 20px; padding-bottom: 2px; }
.subTextBox ol, .subTextBox ul { margin-left: 16px; }
.subTextBox p { padding-top: 2px; line-height: 1.4; }
.subTextBox ul { list-style-type: disc; }
.subTextBox ol { list-style-type: decimal; }
.subTextBox strong { font-weight: 600; }

/* 회원가입 내 약관  // 폰트사이즈 줄이기 */
.jointypeWrap .subTextBox { font-size: 0.875rem; }
.jointypeWrap .subTextBox li { line-height: 1.4; }
.jointypeWrap .subTextBox h2 { font-size: 1.25rem; margin-top: 24px; }
.jointypeWrap .subTextBox h3 { font-size: 1rem; margin-top: 16px; padding-bottom: 4px; }

