@charset "utf-8";

@font-face {
    font-family: 'ReperiS';
    src: url('/resources/_Font/Reperi/LeferiPoint-SpecialA.woff') format('woff');
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Reperipoint';
    src: url('/resources/_Font/Reperi/LeferiPoint-WhiteA.woff') format('woff');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'ReperipointB';
    src: url('/resources/_Font/Reperi/LeferiPoint-BlackA.woff') format('woff');
    font-weight: 700;
    font-display: swap;
}

/*사업 및 프로그램 > 단위과제 비전 및 목표*/
.vision_wrap .row { display: flex; gap: 50px; align-items: stretch; margin-bottom: 15px;} 
.vision_wrap .label { width: 320px; min-height: 80px; border-radius: 30px; display: flex; align-items: center; justify-content: center; text-align: center; color: white; font-weight: 100; font-size: 22px; line-height: 1.4; /*box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);*/ position: relative; font-family: 'oneMobileT';} 
.vision_wrap .content { flex: 1; display: flex; align-items: center; position: relative; flex-wrap: wrap;} 

.vision_wrap .label::before,
.vision_wrap .label::after{content:''; display:block;width: 14px; height: 3px; border-radius: 25rem; background: #d3d3d3; position:absolute; top: 50%; right: -36px; }
.vision_wrap .label::before{transform: translateY(calc(-50% - 4px)) rotate(45deg)}
.vision_wrap .label::after{transform: translateY(calc(-50% + 4px)) rotate(-45deg)}

.vision_wrap .bg-vision { background-color: #0EA2A4; } 
.vision_wrap .bg-goal-q { background-color: #839E00; } 
.vision_wrap .bg-goal-p { background-color: #067E93; } 
.vision_wrap .bg-strategy { background-color: #0EA063; } 
.vision_wrap .bg-step { background-color: #175BA9; } 

.vision_wrap .vision-bar { width: 100%; background-image: linear-gradient(to right, #0A6365 0%, #0EA2A4 100%); color: white; padding: 20px; border-radius: 20px; text-align: center; font-family: 'oneMobileT'; font-size: 22px; font-weight: 100; padding: 30px 0;} 

.vision_wrap .goal-list { width: 100%; display: flex; flex-direction: column; gap: 8px; } 
.vision_wrap .goal-item { background: #F5F5F5; padding: 22px 20px 22px 100px; border-radius: 20px; color: #333333; font-size: 22px;} 
.vision_wrap .goal-id { color: #8db600; font-weight: bold; margin-right: 5px; position: relative;} 
.vision_wrap .goal-id::after {content: ""; display: block; width: 6px; height: 6px; border-radius: 50%; top: 13px; left: -16px; background: #8db600; position: absolute;}

.vision_wrap .card-wrap { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; } 
.vision_wrap .card-wrap.card2 { grid-template-columns: repeat(2, 1fr); margin-bottom: 15px;}
.vision_wrap .perf-card { background: white; border: 1px solid #e0e0e0; border-radius: 20px; padding: 25px 15px; text-align: center; } 
.vision_wrap .perf-card div {font-size: 22px;}
.vision_wrap .badge { display: inline-block; padding: 10px 35px; border-radius: 30px; font-size: 18px; color: white; margin-bottom: 10px; font-family: 'oneMobile'; font-weight: 600;} 
.vision_wrap .badge.cyan { background-color: #067E93; } 
.vision_wrap .badge.navy { background-color: #053a5f; } 

.vision_wrap .strategy-grid { width: 100%; display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
/*박스별 상이*/
.vision_wrap .strategy-grid.box02 { grid-template-columns: repeat(2, 1fr);} 
.vision_wrap .strategy-grid.box03 { grid-template-columns: repeat(3, 1fr);} 
.vision_wrap .strategy-grid.box04 { grid-template-columns: repeat(4, 1fr);} 
.vision_wrap .strategy-col { display: flex; flex-direction: column; gap: 8px; } 
.vision_wrap .s-top { background-color: #F5F5F5; padding: 25px 46px; border-radius: 30px; text-align: center; min-height: 100px; display: flex; flex-direction: column; justify-content: center; font-size: 18px; line-height: 1.2; box-shadow: 0 0 0 1px #ddd inset; position: relative;} 
.vision_wrap .s-top::after {width: 1px; height: 11px; background: #ddd; content: ""; display: block; position: absolute; bottom: -10px; left: 50%; transform: translateX(-50%); z-index: -1;}
.vision_wrap .s-circle { width: 36px; height: 36px; background-color: #11a357; color: white; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 10px; font-size: 18px; font-family: 'oneMobile'; font-weight: 600;} 
.vision_wrap .small-box { border: 1px solid #eee; border-radius: 30px; text-align: center;  background: white; } 
.vision_wrap .p-box {padding: 27px 20px;} 
.vision_wrap .p-box:nth-child(1) {border-bottom: 1px dashed #ddd;}
.vision_wrap .p-box .tit {display: block; font-family: 'oneMobile'; font-weight: 600; color: #11a357; margin-bottom: 5px; font-size: 18px;} 

.vision_wrap .step-grid { width: 100%; display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }  
.vision_wrap .step-grid.box02 { grid-template-columns: repeat(2, 1fr);}

.vision_wrap .step-card { display: flex; flex-direction: column;} 
.vision_wrap .step-header {color: white; text-align: center; font-size: 17px; font-family: 'oneMobileT'; font-weight: 100; border-radius: 50px; padding: 20px 50px; margin-bottom: 5px;} 
.vision_wrap .step-body { padding: 30px 50px; background: white; flex: 1; line-height: 1.6;  border: 1px solid #ddd; border-radius: 30px;} 
.vision_wrap .step-body ul { list-style: none; } 
.vision_wrap .step-body li { margin-bottom: 5px; position: relative; padding-left: 10px; color: #666666; word-break: break-all;}
.vision_wrap .step-body li:last-child {margin-bottom: 0;}
.vision_wrap .step-body li::before { content: "•"; position: absolute; left: 0; color: #666; } 

.vision_wrap .header-1 { background-color: #175BA9; } 
.vision_wrap .header-2 { background-color: #0C3C73; } 
.vision_wrap .header-3 { background-color: #042448; } 

@media all and (max-width:1299px){
	.vision_wrap .label {width: 150px;}
    .vision_wrap .content {width: calc(100% - 200px);} 
    .vision_wrap .s-top {min-height: 115px}
    .vision_wrap .strategy-grid {grid-template-columns:repeat(3, 1fr);}
    .vision_wrap .goal-item {padding: 22px 20px 22px 65px;}
}
@media all and (max-width:999px){
	.vision_wrap .label {width: 100%;}
    .vision_wrap .content {width: 100%;} 
	.vision_wrap .row {position:relative;display:block;margin-bottom: 40px;}
	.vision_wrap .label {    min-height: 60px;font-size:18px;margin-bottom:5px;}

	.vision_wrap .label::before, .vision_wrap .label::after {display:none;}

	.vision_wrap .row::before,
	.vision_wrap .row::after{content:'';display:block;width: 14px;height: 3px;border-radius: 25rem;background: #d3d3d3;position:absolute;bottom: -20px;left: 50%;}
	.vision_wrap .row::before{transform: translateX(calc(-50% - 4px)) rotate(-135deg);}
	.vision_wrap .row::after{transform: translateX(calc(-50% + 4px)) rotate(-45deg);}
	.vision_wrap .goal-item ,
	.vision_wrap .perf-card div {font-size:19px;}
}
@media all and (max-width:699px){
	.vision_wrap .goal-item ,
	.vision_wrap .s-top ,
	.vision_wrap .step-header {font-size:17px;}
	.vision_wrap .badge ,
	.vision_wrap .s-circle ,
	.vision_wrap .p-box .tit {font-size:16px;}

	.vision_wrap .step-grid {grid-template-columns: repeat(1, 1fr);}  
}

/* 컨테이너 및 기본 설정 */
.org-container { width: 100%; margin: 0 auto; text-align: center; position: relative;     min-width: 300px;}
.org-container .org-header-area {width: 600px;margin: 0 auto 50px;box-sizing:border-box;border-radius:20px;border: 10px solid transparent;background-image: linear-gradient(#fff, #fff), linear-gradient(-45deg, #0EA2A4, #ABCD05);background-origin: border-box;background-clip: content-box, border-box;position: relative;}
.org-container .org-header-area::before {content:'';display:block;width:1px;height:50px;border-left:1px dotted #94a3b8;position:absolute;bottom:-60px;left:50%;}
/* 상단 메인 타이틀 */
.org-container .org-header-box {border-radius:18px;display: inline-block;padding: 25px 50px;font-size: 30px;background-color: #fff;font-family: 'oneMobileT';}
.org-container .org-header-box .org-highlight {color: #0EA2A4;}

/* 중간 가로 배치 */
.org-container .org-middle-row {display: flex;justify-content: center;align-items: center;margin-bottom: 0;font-size: 22px;font-family: 'oneMobileT';margin-left: 19px;column-gap: 50px;}
.org-container .org-box {padding: 10px 40px;border-radius: 20px;color: #fff;z-index: 2;height: 70px;display: flex;justify-content: center;align-items: center;box-sizing: border-box;position: relative;}
.org-container .org-advisory {background-color: #216C1A;font-size: 20px;}
.org-container .org-main-hq {background-color: #0891b2;padding: 10px 40px;width:450px;box-sizing:border-box;}
.org-container .org-operations {background-color: #005767;font-size: 20px;}

.org-container .org-main-hq::before {content:'';display:block;width:100%;height:50px;background:#ffffff;position:absolute;left:50%;bottom:-50px}
.org-container .org-advisory::before {content:'';display:block;width:1px;height:30px;border-left:1px dotted #94a3b8;position:absolute;left:50%;bottom:-30px; }
.org-container .org-advisory::after {content:'';display:block;width: 230%;height:1px;border-bottom: 1px dotted #94a3b8;position:absolute;left:50%;bottom: -30px;}

.org-container .org-operations::before {content:'';display:block;width: 50px;height:1px;border-bottom: 1px dotted #94a3b8;position:absolute;left:-50px;top:50%;}

/* 계층 연결 라인 (가운데 T자형) */
.org-container .org-line-bridge {position: relative;width: 81%;height: 80px;margin: 0 auto;}
.org-container .org-line-v-main {position: absolute;left: calc(50% - 1px);top: 0;height: 100%;border-left: 1px dotted #94a3b8;}
.org-container .org-line-h-bar { position: absolute; bottom: 0; left: 0; right: 0; border-top: 1px dotted #94a3b8; }

/* 하단 그리드 레이아웃 */
.org-container .org-bottom-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; align-items: start; }
.org-container .org-column { display: flex; flex-direction: column; align-items: center; }

/* 하단 수직 연결 점선 */
.org-container .org-line-v-sub {height:30px;border-left: 1px dotted #94a3b8;}

/* 개별 센터 박스 */
.org-container .org-center-box {width: 100%;background-color: #334155;color: #fff;padding: 19px 10px;border-radius: 12px;min-height: 90px;display: flex;flex-direction: column;justify-content: center;align-items: center;font-family: 'oneMobileT';font-size:20px;line-height: 1.4;box-sizing:border-box;}

/* 팀 리스트 및 아이템 */
.org-container .org-team-list { margin-top: 10px; width: 100%;color:#666; letter-spacing:-0.01em}
.org-container .org-team-item {background-color: #f3f4f6;margin-bottom: 6px;padding: 14px 8px;border-radius: 6px;display: flex;align-items: center;gap: 8px;font-size: 18px;font-weight: 500;text-align: left;}

/* 뱃지 시스템 */
.org-container .org-badge {color: #fff;font-size: 15px;padding: 2px 6px;border-radius: 4px;white-space: nowrap;margin-bottom: 4px;}
.org-container .bg-green {background-color: #0EA063;}
.org-container .bg-cyan {background-color: #1F8A9F;}
.org-container .bg-A { background-color: #1F8A9F; }
.org-container .bg-B { background-color: #1F8A9F; }
.org-container .bg-C { background-color: #0EA063; }
.org-container .bg-D {background-color: #175BA9;}


/* 하단 주석 */
.org-container .org-footer-note {margin-top: 30px; text-align: right;font-size: 15px;color: #94a3b8;background: #f5f5f5;display: inline-block;float: right;padding: 10px 15px;border-radius: 20px;}
.org-container .org-footer-note::after {content:'';display:block;clear:both;}

.cl {clear:both;}

@media (max-width: 999px) {
	.org-container .org-line-bridge {width:84%;}
	.org-container .org-advisory::after {width: 220%;}
}

@media (max-width: 899px) {
	.org-container .org-bottom-grid {grid-template-columns: repeat(3, 1fr);}
	.org-container .org-line-h-bar ,
	.org-container .org-line-v-sub {display:none;}
	.org-container .org-header-box {font-size:26px;}

}
@media (max-width:699px) {
	.org-container .org-header-area {width:90%;}
	.org-container .org-bottom-grid {grid-template-columns: repeat(2, 1fr);position:relative;}
	.org-container .org-bottom-grid::before {content:'';display:block;width:calc(50% + 2px);height:1px;border-top:1px dotted #94a3b8;position:absolute;left:25%;top:0;}
	.org-container .org-header-box {font-size:24px;}

	.org-container .org-middle-row {flex-wrap: wrap;margin-left: 0;gap: 15px 70px;margin-bottom: 60px;}
	.org-container .org-main-hq {order:1;width: 90%;box-sizing: border-box;}
	.org-container .org-operations{FONT-VARIANT: JIS83;order:2;}
	.org-container .org-advisory{order: 2;}
	.org-container .org-operations::before {width: 25px; left: -25px;}
	.org-container .org-advisory::after {width: 80%;}
	.org-container .org-line-bridge {display:none;}
	.org-container .org-main-hq::before {}
	.org-container .org-main-hq::after {content:'';display:block;width:1px;height:150px;border-left:1px dotted #94a3b8;position:absolute;left:50%;bottom:-150px; }
	.org-container .org-column:nth-child(1) .org-line-v-sub , .org-container .org-column:nth-child(2) .org-line-v-sub {display:block;} 

}
@media (max-width:460px) {
	.org-container .org-header-area {margin:0 auto 30px;}
	.org-container .org-header-box {font-size:22px;line-height: 1.3;}
	.org-container .org-box {padding:12px 20px;}
	.org-container .org-middle-row {font-size:20px;gap: 15px 40px;}
	.org-container .org-advisory ,
	.org-container .org-operations {font-size:18px;}
	.org-container .org-box {height:45px;}

	.org-container .org-operations::before {width: 11px;left: -11px;}
	.org-container .org-advisory::after {width: 78%;}

	.org-container .org-bottom-grid {display:block;position: relative;z-index: 2;}
	.org-container .org-bottom-grid::before {display:none;}
	.org-container .org-column:nth-child(1) .org-line-v-sub {display:none;}
	.org-container .org-column .org-line-v-sub {display:block;height:15px;}

	.org-container .org-center-box {min-height:auto;padding:13px 15px;font-size: 18px;}
	.org-container .org-team-item {font-size:16px;}
	.org-container .org-team-item:last-child {margin-bottom:0;}
}

/*----------------------------
사업단장 인사말
-------------------------------*/
/* 기본 레이아웃 설정 */
.rise-greeting { width: 100%; overflow: hidden; }
.rise-container {margin: 0 auto;padding: 0 20px;}

/* 상단 배너 영역 */
.rise-greeting .rise-greeting-banner { width: 100%;overflow:hidden;position: relative;border-radius: 30px;}
.rise-greeting .rise-greeting-banner img {position:relative;}
.rise-greeting .rise-greeting-banner .temp-tag { position: absolute; bottom: 20px; right: 20px;color: rgba(255,255,255,0.6); font-size: 13px; }

/* 콘텐츠 래퍼 (Flex) */
.rise-greeting .greeting-wrapper { display: flex; padding: 80px 0; gap: 80px; }

/* 왼쪽 타이틀 섹션 */
.rise-greeting .greeting-side-title {flex: 1; position: relative; min-width: 400px; 
}
.rise-greeting .greeting-side-title .sub-name { 
    color: #008796; font-size: 18px; font-weight: 700; margin-bottom: 15px; 
}
.rise-greeting .greeting-side-title .main-msg { font-family: 'ReperiS';font-size: 34px; line-height: 1.4; color: #222; font-weight: 500; margin-bottom: 40px; }
.rise-greeting .greeting-side-title .director-info {font-weight:700; font-size: 21px; color: #666; }
.rise-greeting .greeting-side-title .director-info span { color: #008796; font-weight: 700; border-bottom: 2px solid #008796; }

/* 배경 워터마크 */
.rise-greeting .greeting-side-title .bg-watermark {position: absolute; top: 120px; left: -30px;font-size: 180px; font-weight: 900; color: #f4f7f7; z-index: -1; opacity: 0.8;}

/* 오른쪽 본문 섹션 */
.rise-greeting .greeting-article {font-wieght:400;letter-spacing:-0.01em;color: #333;flex: 1.5; padding-left:3em;border-left:1px solid #ddd;}
.rise-greeting .greeting-article .article-text p {font-size: 18px;line-height: 1.7;margin-bottom: 25px;/*word-break: keep-all;*/}
.rise-greeting .greeting-article .thanks-msg { text-align: right; font-size: 18px; font-weight: 700; color: #222; margin-top: 50px;}

/* 반응형 모바일 설정 */
@media (max-width: 1024px) {
    .rise-greeting .greeting-wrapper { flex-direction: column; gap: 40px; padding: 50px 0; }
    .rise-greeting .greeting-side-title { min-width: 100%; }
    .rise-greeting .greeting-side-title .bg-watermark { display: none; }
    .rise-greeting .rise-greeting-banner { height: 300px; }

	.rise-greeting .greeting-article {flex: auto;padding-left: 0;border-left: none;}
}
@media (max-width: 799px) {
	.rise-greeting .greeting-side-title .main-msg {font-size: 30px;}
	.rise-greeting .greeting-wrapper{padding: 30px 0;}
}

@media (max-width: 599px) {
	.rise-container {padding:0;}
	.rise-greeting .greeting-wrapper {gap:25px;}
	.rise-greeting .greeting-side-title .main-msg {font-size: 26px;margin-bottom: 20px;}
	.rise-greeting .greeting-side-title .director-info {font-size:19px;}
	.rise-greeting .greeting-article .article-text p {font-size:17px;}
}



/* 부모 컨테이너 타겟팅 */
.grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 75px 25px; /* 상단 아이콘 공간을 위해 위아래 간격 넓힘 */
    max-width: 1200px;
    margin: 100px auto;
    padding: 20px;
    background-color: #ffffff;
    font-family: 'Malgun Gothic', 'Apple SD Gothic Neo', sans-serif;
}

/* 카드 본체 타겟팅 */
.grid-container .card {
    background: #ffffff;
    border: 1px solid #e1e1e1; /* 이미지처럼 아주 얇은 외곽선 */
    border-radius: 40px; /* 이미지의 깊은 곡률 재현 */
    padding: 60px 25px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.03); /* 아주 연한 그림자 */
    height: 100%;
    box-sizing: border-box;
}

/* 상단 원형 아이콘 타겟팅 */
.grid-container .card .header-icon {
    position: absolute;
    top: -28px; /* 보더 위에 절반 걸치도록 */
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 22px;
    z-index: 10;
}

/* 제목 타겟팅 */
.grid-container .card .content .title {
    font-size: 20px;
    font-weight: 800;
    color: #333;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 35px 0;
    word-break: keep-all; /* 한글 단어 단위 줄바꿈 */
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 리스트 박스 타겟팅 */
.grid-container .card .content .list-box {
    background-color: #f6f8f9; /* 이미지의 연회색 배경색 */
    border-radius: 20px;
    padding: 25px 20px;
    list-style: none;
    margin: 0 0 30px 0;
    flex-grow: 1; /* 높이 균일화 */
}

.grid-container .card .content .list-box li {
    font-size: 14.5px;
    color: #444;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    line-height: 1.5;
}

.grid-container .card .content .list-box li:last-child {
    margin-bottom: 0;
}

/* 불렛 포인트 타겟팅 */
.grid-container .card .content .list-box li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    background-color: #888;
    border-radius: 50%;
}

/* 푸터 영역 타겟팅 */
.grid-container .card .footer {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: auto;
}

.grid-container .card .footer .badge-group {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 주관/참여 배지 타겟팅 */
.grid-container .card .footer .badge {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    min-width: 45px;
    text-align: center;
}

.grid-container .card .footer .badge-dark { background-color: #555555; }
.grid-container .card .footer .badge-gray { background-color: #7d7d7d; }

.grid-container .card .footer .name {
    font-size: 13.5px;
    color: #555555;
    font-weight: 500;
}

/* 섹션별 고유 색상 (상단 테두리 10px 강조) */
.grid-container .card.border-a { border-top: 10px solid #0096aa; }
.grid-container .card .bg-a { background-color: #0096aa; }

.grid-container .card.border-b { border-top: 10px solid #99c000; }
.grid-container .card .bg-b { background-color: #99c000; }

.grid-container .card.border-c { border-top: 10px solid #00bfa5; }
.grid-container .card .bg-c { background-color: #00bfa5; }

.grid-container .card.border-d { border-top: 10px solid #1a73e8; }
.grid-container .card .bg-d { background-color: #1a73e8; }

/* 반응형 (2열, 1열 조정) */
@media (max-width: 1100px) {
    .grid-container { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 700px) {
    .grid-container { grid-template-columns: 1fr; }
}

/* 대학 > 캠퍼스안내 > 교통편안내 (동부캠퍼스, 서부캠퍼스) */
.campTranspE-wr .campMap-box,
.campTranspW-wr .campMap-box {position:relative;border-radius: 30px;overflow: hidden;box-shadow: 0 0 15px rgba(0 0 0 / 30%);margin-bottom: 30px;}
.campTranspE-wr .cpmap-wr,
.campTranspW-wr .cpmap-wr {position:relative;}
.campTranspE-wr .cpmap-wr .btn-skip,
.campTranspW-wr .cpmap-wr .btn-skip {opacity:0;position:absolute;left:0;top:0;background-color:#005667;color:#fff;font-weight:700;text-align:center;padding:10px 50px}
.campTranspE-wr .cpmap-wr .btn-skip:focus,
.campTranspW-wr .cpmap-wr .btn-skip:focus {opacity:1;z-index:2}
.campTranspE-wr .root_daum_roughmap,
.campTranspW-wr .root_daum_roughmap {width:100%;}
.campTranspE-wr .root_daum_roughmap .map_border,
.campTranspW-wr .root_daum_roughmap .map_border {display:none}
.campTranspE-wr .wrap_controllers,
.campTranspW-wr .wrap_controllers {display:none}
.campTranspE-wr .camp-info,
.campTranspW-wr .camp-info {position:relative;padding: 30px 40px;box-sizing:border-box;}
.campTranspE-wr .camp-info .cnt-tit,
.campTranspW-wr .camp-info .cnt-tit {font-family:'oneMobileT', sans-serif;font-size:1.66em;color:#005667;}
.campTranspE-wr .camp-info .address-sec {display:flex;align-items: center;column-gap: 15px;}
.campTranspE-wr .camp-info a.cdp-btn:before {display:none;}

.campTranspE-wr .camp-info dl,
.campTranspW-wr .camp-info dl {position:relative;padding-left:60px;}
.campTranspE-wr .camp-info dl:nth-last-of-type(1)
.campTranspW-wr .camp-info dl:nth-last-of-type(1) {margin-bottom:0}
.campTranspE-wr .camp-info dl:before,
.campTranspW-wr .camp-info dl:before {content:" ";position:absolute;width:40px;height:40px;left: 7px;top: 4px;background-repeat: no-repeat;}
.campTranspE-wr .camp-info dl:nth-of-type(1):before,
.campTranspW-wr .camp-info dl:nth-of-type(1):before {background-image:url(/resources/homepage/rise/_Img/_Content/ico_loco.png);background-size: 35px;background-position: center center;}
.campTranspE-wr .camp-info dl:nth-of-type(2):before,
.campTranspW-wr .camp-info dl:nth-of-type(2):before {background-image:url(/resources/homepage/rise/_Img/_Content/ico_tel.png);background-size: 35px;background-position: center;}
.campTranspE-wr .camp-info dl dt,
.campTranspW-wr .camp-info dl dt {font-family:'oneMobileT', sans-serif;font-size:1.11em;color:#2e2e2e}
.campTranspE-wr .camp-info dl dd,
.campTranspW-wr .camp-info dl dd {font-family:'Poppins', sans-serif;font-weight:500}
.campTranspE-wr .camp-info .cdp-btn,
.campTranspW-wr .camp-info .cdp-btn {position:absolute;right:20px;top:20px;padding:20px;border-radius:50px;margin:0;background: linear-gradient(90deg, #0a64c8 0%, #00b36a 100%);border: none;}
.campTranspE-wr .camp-info .cdp-btn span,
.campTranspW-wr .camp-info .cdp-btn span {display:block;position:relative;padding-left:34px;padding-right:0;width:fit-content;margin:0 auto}
.campTranspE-wr .camp-info .cdp-btn span:before,
.campTranspW-wr .camp-info .cdp-btn span:before {content:" ";position:absolute;left:0;top:0;background:url(/resources/homepage/rise/_Img/_Content/map01.png) no-repeat;background-size:20px;margin:0;width:20px;height:18px}
.campTranspE-wr .camp-info .cdp-btn span:after {display:none;}

.campTranspE-wr .srch-trs-area,
.campTranspW-wr .srch-trs-area {display:flex;justify-content:center;padding:30px;border-radius:20px;background-color:#E7F4F4}
.campTranspE-wr .srch-trs-area .srch-group label,
.campTranspW-wr .srch-trs-area .srch-group label {font-family:'oneMobileT', sans-serif;color:#005667;margin-right:30px}
.campTranspE-wr .srch-trs-area .srch-group label[for="arrv"],
.campTranspW-wr .srch-trs-area .srch-group label[for="arrv"] {position:relative;margin-left:100px}
.campTranspE-wr .srch-trs-area .srch-group label[for="arrv"]:before,
.campTranspW-wr .srch-trs-area .srch-group label[for="arrv"]:before {content:" ";display:block;position:absolute;left:-70px;top:-11px;width:41px;height:41px;background:url(/resources/homepage/www/_Img/Contents/ico_db_arrow.png) no-repeat}
.campTranspE-wr .srch-trs-area .srch-group input[id="depart"],
.campTranspW-wr .srch-trs-area .srch-group input[id="depart"] {background-color:#fff !important}
.campTranspE-wr .srch-trs-area .srch-group input[id="arrv"],
.campTranspW-wr .srch-trs-area .srch-group input[id="arrv"] {background-color:#ECECEC !important;border:1px solid #ccc !important}
.campTranspE-wr .srch-trs-area .srch-group input:focus-visible,
.campTranspW-wr .srch-trs-area .srch-group input:focus-visible {outline:2px solid #005667}
.campTranspE-wr .srch-trs-area .srch-group .bdp-btn,
.campTranspW-wr .srch-trs-area .srch-group .bdp-btn {height:40px;padding:12px 37px;border-radius:20px;box-sizing:border-box;min-height:auto;min-width:auto;font-size:.88em !important;font-weight:400;margin:0 0 0 30px}
/* 검색창 없을 경우 .cptraffic-wr 의 margin-top 필요없음 */
/* .campTranspE-wr .cptraffic-wr,
.campTranspW-wr .cptraffic-wr {margin-top:50px} */
.campTranspE-wr .cptraffic-wr .cptraffic-list,
.campTranspW-wr .cptraffic-wr .cptraffic-list {display:flex;margin-bottom:30px;padding:20px 0 40px;border-bottom:1px solid #ccc}
.campTranspE-wr .cptraffic-wr .cptraffic-list:first-child,
.campTranspW-wr .cptraffic-wr .cptraffic-list:first-child {padding-top:0}
.campTranspE-wr .cptraffic-wr .cptraffic-list:last-child,
.campTranspW-wr .cptraffic-wr .cptraffic-list:last-child {border-bottom:0}
.campTranspE-wr .cptraffic-wr .cptraffic-tit,
.campTranspW-wr .cptraffic-wr .cptraffic-tit {flex:1}
.campTranspE-wr .cptraffic-wr .cptraffic-tit .tit,
.campTranspW-wr .cptraffic-wr .cptraffic-tit .tit {font-family:'ONE-Mobile-Title', sans-serif;color:#005667;font-size:1.33em;font-weight:400;margin-bottom:25px}
.campTranspE-wr .cptraffic-wr strong,
.campTranspW-wr .cptraffic-wr strong {color:#2E2E2E}
.campTranspE-wr .cptraffic-wr .cptraffic-cont,
.campTranspW-wr .cptraffic-wr .cptraffic-cont {flex:3;display:flex}
.campTranspE-wr .cptraffic-wr .cptraffic,
.campTranspW-wr .cptraffic-wr .cptraffic {flex:1}
.campTranspE-wr .cptraffic-wr .cptraffic .stit,
.campTranspW-wr .cptraffic-wr .cptraffic .stit {color:#2e2e2e;font-weight:700;padding-left:6px;margin-bottom:10px}
.campTranspE-wr .cptraffic-wr .cptraffic ol,
.campTranspW-wr .cptraffic-wr .cptraffic ol {position:relative;padding-left:60px;padding-right:15px;padding-top:10px;padding-bottom:10px;}
.campTranspE-wr .cptraffic-wr .cptraffic ol:after,
.campTranspW-wr .cptraffic-wr .cptraffic ol:after {content:" ";display:block;position:absolute;left:0;top: 10px;width:45px;height: 45px;background-repeat:no-repeat;border-radius: 50px;}
.campTranspE-wr .cptraffic-wr .cptraffic ol.bus:after,
.campTranspW-wr .cptraffic-wr .cptraffic ol.bus:after {background-image:url(/resources/homepage/rise/_Img/_Content/ico_bus.svg);background-color: #0EA2A4;background-size: 26px;background-position: center;}
.campTranspE-wr .cptraffic-wr .cptraffic ol.taxi:after,
.campTranspW-wr .cptraffic-wr .cptraffic ol.taxi:after {background-image:url(/resources/homepage/rise/_Img/_Content/ico_taxi.svg);background-color: #175ba9;background-size: 26px;background-position: center;border-radius: 50px;}
.campTranspE-wr .cptraffic-wr .cptraffic ol.car:after,
.campTranspW-wr .cptraffic-wr .cptraffic ol.car:after {background-image:url(/resources/homepage/www/rise/_Img/_Content/ico_taxi.svg)}
.campTranspE-wr .cptraffic-wr .cptraffic ol li,
.campTranspW-wr .cptraffic-wr .cptraffic ol li {margin-bottom:25px;display: flex;align-items: center;column-gap: 15px;}
.campTranspE-wr .cptraffic-wr .cptraffic ol li:last-child,
.campTranspW-wr .cptraffic-wr .cptraffic ol li:last-child {margin-bottom:0}

.campTranspE-wr .root_daum_roughmap .cont,
.campTranspE-wr .wrap_controllers {display:none;}

.campTranspE-wr .cptraffic-wr .cptraffic ol li .mapBtn {padding:10px 20px;border:2px solid #39455B;border-radius:5px;}
.campTranspE-wr .cptraffic-wr .cptraffic ol li .mapBtn span {color:#39455B;font-weight:700;}

@media all and (max-width:1399px) {
	.campTranspE-wr .camp-info,
	.campTranspW-wr .camp-info {padding:30px 40px}
}
@media all and (max-width:999px) {
	.campTranspE-wr .cpmap-wr,
	.campTranspW-wr .cpmap-wr {border-radius:0}
	.campTranspE-wr .root_daum_roughmap,
	.campTranspW-wr .root_daum_roughmap {width:100%}
	.campTranspE-wr .root_daum_roughmap .wrap_map,
	.campTranspW-wr .root_daum_roughmap .wrap_map {height:300px !important}
	.campTranspE-wr .camp-info,
	.campTranspW-wr .camp-info {position:static;width:100%;max-width:unset;padding:25px;border-radius:0 0 30px 30px}
	.campTranspE-wr .camp-info dl,
	.campTranspW-wr .camp-info dl {display:flex}
	.campTranspE-wr .camp-info dl:before,
	.campTranspW-wr .camp-info dl:before {top:50%;transform:translateY(-50%)}
	.campTranspE-wr .camp-info dl dt,
	.campTranspW-wr .camp-info dl dt {margin-right:10px}
	.campTranspE-wr .camp-info .cdp-btn,
	.campTranspW-wr .camp-info .cdp-btn {min-height:initial}
	.campTranspE-wr .srch-trs-area .srch-group label,
	.campTranspW-wr .srch-trs-area .srch-group label {margin-right:15px}
	.campTranspE-wr .srch-trs-area .srch-group label[for="arrv"],
	.campTranspW-wr .srch-trs-area .srch-group label[for="arrv"] {margin-left:70px}
	.campTranspE-wr .srch-trs-area .srch-group label[for="arrv"]:before,
	.campTranspW-wr .srch-trs-area .srch-group label[for="arrv"]:before {left:-55px}
	.campTranspE-wr .srch-trs-area .srch-group .bdp-btn,
	.campTranspW-wr .srch-trs-area .srch-group .bdp-btn {margin:0 0 0 15px}
	/* 검색창 없을 경우 .cptraffic-wr 의 margin-top 필요없음 */
	/* .campTranspE-wr .cptraffic-wr,
	.campTranspW-wr .cptraffic-wr {margin-top:35px} */
	.campTranspE-wr .cptraffic-wr .cptraffic-list,
	.campTranspW-wr .cptraffic-wr .cptraffic-list {padding-bottom:30px}
	.campTranspE-wr .cptraffic-wr .cptraffic-cont,
	.campTranspW-wr .cptraffic-wr .cptraffic-cont {flex:2;flex-direction:column}
	.campTranspE-wr .cptraffic-wr .cptraffic:first-child,
	.campTranspW-wr .cptraffic-wr .cptraffic:first-child {margin-bottom:30px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol.taxi:before,
	.campTranspW-wr .cptraffic-wr .cptraffic ol.taxi:before {display:none}
	.campTranspE-wr .cptraffic-wr .cptraffic ol.taxi li,
	.campTranspW-wr .cptraffic-wr .cptraffic ol.taxi li {height:50px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol.taxi li:last-of-type:before,
	.campTranspW-wr .cptraffic-wr .cptraffic ol.taxi li:last-of-type:before {display:none}
	.campTranspE-wr .cptraffic-wr .cptraffic ol li,
	.campTranspW-wr .cptraffic-wr .cptraffic ol li {margin-bottom:20px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol li:last-child,
	.campTranspW-wr .cptraffic-wr .cptraffic ol li:last-child {margin-bottom:0}
}
@media all and (max-width:899px) {
	.campTranspE-wr .srch-trs-area .srch-group label[for="arrv"],
	.campTranspW-wr .srch-trs-area .srch-group label[for="arrv"] {margin-left:15px}
	.campTranspE-wr .srch-trs-area .srch-group label[for="arrv"]:before,
	.campTranspW-wr .srch-trs-area .srch-group label[for="arrv"]:before {display:none}
}
@media all and (max-width:799px) {
	.campTranspE-wr .srch-trs-area .srch-group,
	.campTranspW-wr .srch-trs-area .srch-group {width:100%}
	.campTranspE-wr .srch-trs-area .srch-group fieldset,
	.campTranspW-wr .srch-trs-area .srch-group fieldset {display:flex;flex-direction:column}
	.campTranspE-wr .srch-trs-area .srch-group label,
	.campTranspW-wr .srch-trs-area .srch-group label {margin:0 0 5px}
	.campTranspE-wr .srch-trs-area .srch-group label[for="arrv"],
	.campTranspW-wr .srch-trs-area .srch-group label[for="arrv"] {margin:0 0 5px}
	.campTranspE-wr .srch-trs-area .srch-group input,
	.campTranspW-wr .srch-trs-area .srch-group input {margin:0 0 10px;width:100%}
	.campTranspE-wr .srch-trs-area .srch-group .bdp-btn,
	.campTranspW-wr .srch-trs-area .srch-group .bdp-btn {margin:15px 0}
}
@media all and (max-width:768px) {
	.campTranspE-wr .camp-info,
	.campTranspW-wr .camp-info {padding:20px 30px}
	.campTranspE-wr .camp-info .cnt-tit,
	.campTranspW-wr .camp-info .cnt-tit {font-size:1.44em;margin-bottom:10px}
	.campTranspE-wr .camp-info dl,
	.campTranspW-wr .camp-info dl {display:flex;margin-bottom:15px;padding-left:45px}
	.campTranspE-wr .camp-info dl:before,
	.campTranspW-wr .camp-info dl:before {width:30px;height:30px;background-size:auto 30px;top:50%;transform:translateY(-50%)}
	.campTranspE-wr .camp-info dl dt,
	.campTranspW-wr .camp-info dl dt {margin-right:10px}
	.campTranspE-wr .camp-info .cdp-btn,
	.campTranspW-wr .camp-info .cdp-btn {min-height:initial;padding:15px;border-radius:15px}
	.campTranspE-wr .sgap + .c-tit01,
	.campTranspW-wr .sgap + .c-tit01 {padding-left:20px}
	.campTranspE-wr .cptraffic-wr,
	.campTranspW-wr .cptraffic-wr {padding:0 20px}
	.campTranspE-wr .cptraffic-wr .cptraffic-list,
	.campTranspW-wr .cptraffic-wr .cptraffic-list {margin-bottom:10px;padding-bottom:20px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol:before,
	.campTranspW-wr .cptraffic-wr .cptraffic ol:before {left:19px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol:after,
	.campTranspW-wr .cptraffic-wr .cptraffic ol:after {width:40px;height:45px;background-size:auto 45px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol li,
	.campTranspW-wr .cptraffic-wr .cptraffic ol li {margin-bottom:7px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol li:last-of-type:before,
	.campTranspW-wr .cptraffic-wr .cptraffic ol li:last-of-type:before {width:40px; height:40px;}
}
@media all and (max-width:699px) {
	.campTranspE-wr .cptraffic-wr .cptraffic-list,
	.campTranspW-wr .cptraffic-wr .cptraffic-list {flex-direction:column;margin-bottom:0;padding-bottom:10px}
	.campTranspE-wr .cptraffic-wr .cptraffic-tit .tit,
	.campTranspW-wr .cptraffic-wr .cptraffic-tit .tit {margin-bottom:10px;font-size:1.22em;line-height:1}
	.campTranspE-wr .cptraffic-wr .cptraffic:first-child,
	.campTranspW-wr .cptraffic-wr .cptraffic:first-child {margin-top:10px;margin-bottom:15px}
	.campTranspE-wr .cptraffic-wr .cptraffic .stit,
	.campTranspW-wr .cptraffic-wr .cptraffic .stit {padding-left:2px;margin-bottom:4px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol,
	.campTranspW-wr .cptraffic-wr .cptraffic ol {padding-left:50px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol:before,
	.campTranspW-wr .cptraffic-wr .cptraffic ol:before {left:15px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol:after,
	.campTranspW-wr .cptraffic-wr .cptraffic ol:after {width:31px;height:35px;background-size:auto 35px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol.taxi li,
	.campTranspW-wr .cptraffic-wr .cptraffic ol.taxi li {height:40px}
	.campTranspE-wr .cptraffic-wr .cptraffic ol li:last-of-type:before,
	.campTranspW-wr .cptraffic-wr .cptraffic ol li:last-of-type:before {width:35px; height:35px;}
	.campTranspE-wr .cptraffic-wr .cptraffic-list .cw-btn,
	.campTranspW-wr .cptraffic-wr .cptraffic-list .cw-btn {min-width:100px;padding:10px;margin-bottom:0}
}
@media all and (max-width:460px) {
	.campTranspE-wr .cptraffic-wr .cptraffic-list:last-child .cw-btn,
	.campTranspW-wr .cptraffic-wr .cptraffic-list:last-child .cw-btn {margin-bottom:5px}
}
@media all and (max-width:400px) {
	.campTranspE-wr .root_daum_roughmap .wrap_map,
	.campTranspW-wr .root_daum_roughmap .wrap_map {height:250px !important}
	.campTranspE-wr .camp-info,
	.campTranspW-wr .camp-info {padding:20px}
	.campTranspE-wr .camp-info .cnt-tit,
	.campTranspW-wr .camp-info .cnt-tit {margin-bottom:7px;font-size:1.22em}
	.campTranspE-wr .camp-info dl,
	.campTranspW-wr .camp-info dl {margin-bottom:15px}
	.campTranspE-wr .camp-info dl:before,
	.campTranspW-wr .camp-info dl:before {top:0;transform:translateY(0)}
	.campTranspE-wr .camp-info dl dt,
	.campTranspW-wr .camp-info dl dt {font-size:1em}
	.campTranspE-wr .camp-info dl dd,
	.campTranspW-wr .camp-info dl dd {font-size:0.88em}
	.campTranspE-wr .camp-info .cdp-btn,
	.campTranspW-wr .camp-info .cdp-btn {margin-top:5px;padding:15px}
	.campTranspE-wr .sgap + .c-tit01,
	.campTranspW-wr .sgap + .c-tit01 {padding-left:0}
	.campTranspE-wr .cptraffic-wr,
	.campTranspW-wr .cptraffic-wr {padding:0}
	.campTranspE-wr .cptraffic-wr .cptraffic-tit .tit,
	.campTranspW-wr .cptraffic-wr .cptraffic-tit .tit {font-size:1.11em}
	.campTranspE-wr .cptraffic-wr .cptraffic ol li,
	.campTranspW-wr .cptraffic-wr .cptraffic ol li {margin-bottom:5px}
}

/*성과지표*/
.result_box{background:linear-gradient(to right, #039FBC, #809E04); border-top-left-radius:60px; border-top-right-radius: 60px; padding:44px 72px 36px 72px; font-size: 28px; }
.result_box p{display:inline-block; padding: 8px 20px 6px 20px; border-radius: 35rem; background:#fff; color:#0e9fab; font-weight: 800;margin-bottom: 12px; }
.result_box h4{font-family: 'oneMobileT'; color:#fff; font-weight: 100;line-height: 1.2; }

.tbl-type01.style-01 {border-top: none; border-radius: 30px 30px 0 0;}
.tbl-type01.style-01 th {font-family: 'oneMobileT';  font-weight: 300;}
.tbl-type01.style-01 .cor01 th {background: #0EA063; color: #fff;}
.tbl-type01.style-01 .cor02 th {background: #067E93; color: #fff;}

.strg_wrap .rating {--size: 20px; --gap: 5px; --active: #fb7700; --inactive: #ddd; position: relative; display: inline-block; width: calc((var(--size) * 6) + (var(--gap) * 6)); height: var(--size);}
.strg_wrap .rating::before, .rating::after {content: ""; position: absolute; top: 0; left: 0; height: 100%; display: block; background-repeat: repeat-x; background-size: calc(var(--size) + var(--gap)) var(--size);}

.strg_wrap .rating::before {width: 100%; background-image: radial-gradient(circle, var(--inactive) 60%, transparent 61%);}
.strg_wrap .rating::after {width: 0; background-image: radial-gradient(circle, var(--active) 60%, transparent 61%);}
.strg_wrap p.rate {display: inline-block; vertical-align: text-bottom;}
.strg_wrap .rating-0::after { width: 0%; }
.strg_wrap .rating-1::after { width: calc(100% / 6 * 1); }
.strg_wrap .rating-2::after { width: calc(100% / 6 * 2); }
.strg_wrap .rating-3::after { width: calc(100% / 6 * 3); }
.strg_wrap .rating-4::after { width: calc(100% / 6 * 4); }
.strg_wrap .rating-5::after { width: calc(100% / 6 * 5); }
.strg_wrap .rating-6::after { width: 100%; }

/***************************************/
@media screen and (max-width: 768px){
	.result_box{padding:30px 20px 30px 32px; border-top-left-radius: 30px; border-top-right-radius:30px }
	.result_box p{padding: 4px 16px 2px 16px; margin-bottom: 6px; }
	.result_box h4{font-size: 20px;}
}

/*프로젝트 주요내용*/

.bizPro {display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;}
.bizPro .box {border:1px solid #f7f7f7; border-radius: 20px; padding: 24px 20px; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between;}
.bizPro .cate {display: inline;min-width: 48px;padding: 6px 12px;border-radius: 15px;font-weight: 400;font-size: 20px;color: #fff;text-align: center;width: 30px;margin: 0 auto 14px;font-family: 'oneMobileT';}

.cor-a { background: #2aa7a1; }
.cor-b { background: #8aa800; }
.cor-c { background: #00a36c; }
.cor-d { background: #2f6fb2; }

.bizPro .kor-tit {font-size: 21px;font-weight: 700;line-height: 1.4;margin-bottom: 16px;color: #222;padding: 0 50px;text-align: center;word-break: keep-all;font-weight: 400;font-family: 'oneMobileT';}
.bizPro .g-box {background: #f5f5f5; border-radius: 12px; margin-bottom: 16px; border: none;}
.box-bt {display: flex; flex-wrap: wrap; align-items: center; gap: 6px 10px; margin-top: auto;}
.box-bt .sub {background: #555; color: #fff; font-size: 12px; padding: 4px 10px; border-radius: 12px;}
.box-bt .move {font-size: 13px; color: #333;}

@media (max-width: 1024px) {
    .bizPro {grid-template-columns: repeat(2, 1fr);}
}

@media (max-width: 640px) {
    .bizPro {grid-template-columns: 1fr;}
    .bizPro .box {padding: 20px 16px;}
    .bizPro .kor-tit { font-size: 16px;}
}

/*가족회사 현황*/
.faCompany-wrap ul {display: grid; grid-template-columns: repeat(auto-fit, minmax(335px, 1fr));    gap: 20px;}
.faCompany-wrap ul li {display: flex; justify-content: center; align-items: center; border-radius: 20px; border: 1px solid #e5e5e5; padding: 35px 50px; box-sizing: border-box;}
.faCompany-wrap ul li img {margin-bottom: 15px;}
.faCompany-wrap ul li p {text-align: center; font-family: 'ONE Mobile'; color: #666666;}

@media screen and (max-width: 991px) {
    .faCompany-wrap ul {grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));}
}

@media screen and (max-width: 575px){
    .faCompany-wrap ul {grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 10px;}
    .faCompany-wrap ul li {padding: 15px 50px;}
    .faCompany-wrap ul li img {width: 100px; margin-bottom: 8px;}
}


/*프로그램 신청*/
/* 검색 - searchCont_wrap */
.searchCont_wrap {
display: flex;
justify-content: space-between;
align-items: center;
background-color: #F5F5F5;
padding: 25px 35px;
border-radius: 15px;
box-sizing: border-box;
margin-bottom: 20px;
}

.searchInfo {
display: flex;
align-items: center;
font-size: 17px;
font-weight: 700;
color: #333;
}

.searchInfo .label::after {
content: '';
display: inline-block;
width: 1px;
height: 14px;
background-color: #ddd;
margin: 0 15px;
}

.searchInfo .count {
color: #465DAC;
font-style: normal;
}

.searchForm {
display: flex;
}

.searchSelect,
.searchInput {
height: 35px;
padding: 0 12px 0 8px;
background-color: #fff;
font-size: 14px;
color: #333;
box-sizing: border-box;
vertical-align: middle;
border: none;
}

.searchSelect {
width: 95px;
cursor: pointer;
margin-right: 5px;
min-width: auto;
}

.searchInput {
width: 180px;
margin-right: 8px;
}

.searchBtn {
height: 35px;
background-color: #fff;
border: 1px solid #333;
padding: 5px 14px;
border-radius: 3px;
font-size: 14px;
cursor: pointer;
white-space: nowrap;
color: #333;
transition: all 0.2s;
}

.searchBtn:hover {
background: #333;
color: #fff;
}


/* 안내 박스 - topGuide */
.topGuide_wrap {
border: 1px solid #04816C;
border-radius: 15px;
padding: 50px 50px 35px;
margin-bottom:40px;
}

.guideTitle {
font-size: 24px;
font-weight: 700;
color: #04816C;
margin-bottom: 20px;
font-family: 'paperoz';
}

.guideTxt {
font-size: 17px;
line-height: 1.6;
color: #555;
word-break: keep-all;
margin-bottom: 15px
}

.guideList .listItem {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
font-size: 17px
}

.guideList .listItem .label {
color: #04816C;
font-weight: 700;
margin-right: 10px;
min-width: 40px;
position: relative;
}

.guideList .listItem .label::before {
content: '•';
margin-right: 10px;
}

.guideList .listItem .value {
color: #555;
font-weight: 600;
}


/* 상태 및 관리 */
.prgStatus {
width: 60px;
padding: 7px;
border-radius: 20px;
font-size: 14px;
color: #666;
display: inline-block;
}

.ing, .accept {
color: #fff;
background-color: #465DAC;
}

.closed, .canceled {
background-color: #F0F0F0;
}

.completed { 
color: #fff;
background-color: #04816C; 
}


.btnTxt {
background: #fff;
border: 1px solid #333;
padding: 5px 14px;
border-radius: 3px;
font-size: 14px;
cursor: pointer;
white-space: nowrap;
color: #333;
font-weight: 500;
transition: all 0.2s;
}

.btnTxt:hover {
background: #333;
color: #fff;
}

.btn-icon {
background-color: #fff;
border: 1px solid #333;
padding: 5px 10px;
border-radius: 3px;
cursor: pointer;
font-size: 0;
/*font-size: 14px;*/
color: #333;
min-width: 32px;
height: 32px;
display: inline-flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
}

.btn-icon.modify {
background-image:url(/resources/homepage/nb/_Img/modify.png);
background-position: center ;
background-repeat: no-repeat;
}

.btn-icon.delete {
background-image:url(/resources/homepage/nb/_Img/delete.png);
background-position: center ;
background-repeat: no-repeat;
}

.btn-icon:hover {
background-color: #333;
color: #fff;
border-color: #333;
}

.btn-icon.modify:hover {
background-image:url(/resources/homepage/nb/_Img/modify_over.png);
}

.btn-icon.delete:hover {
background-image:url(/resources/homepage/nb/_Img/delete_over.png);
}


/* 페이징 */
.prgPaging_wrap {
display: flex;
justify-content: center;
margin-top: 30px;
}

.pageList {
display: flex;
align-items: center;
gap: 5px;
}

.page-nav, .page-num {
min-width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
background: #F0F0F0;
text-decoration: none;
color: #666;
border-radius: 4px;
font-size: 12px;
transition: 0.2s;
padding: 0 8px;
}

.page-num {
position: relative;
background-color: transparent;
color: #666;
font-weight: 500;
}

.page-num.active {
background: #fff;
border: 1px solid #333;
color: #333;
font-weight: bold;
}

.page-num:hover:not(.active) {
background-color: #e0e0e0;
}

.page-nav:hover {
background-color: #333;
color: #fff;
}

.page-nav::before {
content: '';
display: inline-block;
width: 8px;
height: 8px;
border-top: 1px solid #333;
border-right: 1px solid #333;
}

/* 페이징 모양 */
.page-nav.first { position: relative; }
.page-nav.first::before { transform: rotate(-135deg); margin-left: 8px; }
.page-nav.first::after { content: ''; position: absolute; left: 12px; width: 1px; height: 14px; background-color: #333;}
.page-nav.prev::before { transform: rotate(-135deg); margin-left: 4px; }
.page-nav.next::before { transform: rotate(45deg); margin-right: 4px; }
.page-nav.last { position: relative; }
.page-nav.last::before { transform: rotate(45deg); margin-right: 8px; }
.page-nav.last::after { content: ''; position: absolute; right: 12px; width: 1px; height: 14px; background-color: #333;}
.page-nav:hover::before{ border-color: #fff; }
.page-nav:hover::after{ background: #fff; }



/* 프로그램리스트 - programList */
.programList_wrap {margin-bottom:50px;}

/* 스크린 리더 전용 텍스트 */
.sr-only {position: absolute;width: 1px;height: 1px;padding: 0;margin: -1px;overflow: hidden;clip: rect(0, 0, 0, 0);white-space: nowrap;border: 0;}

.programList {width: 100%;overflow-x: auto;}
.prgList-table {width: 100%;border-collapse: collapse;min-width: 900px;}
.prgList-table thead th {background-color: #343996;color: #fff;padding: 25px 10px;font-weight: 700;font-size: 17px;}
.prgList-table thead th:first-child {width:60px;border-radius: 15px 0 0 15px;padding-left:20px;}
.prgList-table thead th:last-child {border-radius: 0 15px 15px 0;padding-right:20px;}
.prgList-table td {padding: 10px 15px;border-bottom: 1px solid #ddd;text-align: center;font-size: 17px;color: #555;transition: 0.2s;}
.prgList-table td:first-child {width:60px;padding-left:20px;}
.prgList-table td:last-child {padding-right:20px;}
.prgTitle {font-weight: 780;}
.prgTitle a:hover {color: #04816C;}
.prgList-table tr:hover {background-color: #f0f1f8;}


/* 개별 맞춤 */
.teacher .prgSummury {width:200px; }
.teacher .prgCapacity {width:80px; }
.teacher .prgLocation {width:140px; }


/* 강사현황 - teacherList */
.teacherList_warp  {  margin-bottom: 50px;}

.teacherList {display: flex;flex-wrap: wrap;gap: 24px;margin-top: 20px;}
.profileBox {background: #fff;border: 1px solid #ccc;border-radius: 15px;padding: 25px;transition: transform 0.2s; /* PC: 3열 */min-width: 300px;width: calc(33.333% - 16px);box-sizing: border-box;}
.profileBox:hover { transform: translateY(-5px); background: #f0f1f8;}
.boxTop { display: flex; justify-content: space-between; align-items: center; padding:10px 20px 5px 35px;background-color: #FBFBFB;border-radius: 15px 15px 0 0;}
.teacherName { font-size: 22px; font-weight: 700; color: #333; }
.teacherImg { width: 65px; height: 65px; border-radius: 50%;background-color: #fff;}
.teacherImg img { width: 100%; border-radius: 50%;height: 100%; object-fit: cover; }
.boxCont { padding: 30px 35px; }
.contList { display: flex; font-size: 17px;flex-wrap: wrap;}

.contList .listItem {display: flex;align-items: center;flex-basis: 50%;margin-bottom:15px}
.contList .listItem .label { color: #343996; font-weight: 700; margin-right: 10px;min-width: 40px;}
.contList .listItem .value {color: #555;font-weight: 600;}

.countInfo {display: flex;align-items: center;justify-content: space-between;background: #F5F5F5;border-radius: 15px;margin-top: 15px;overflow: hidden;}
.profileBox:hover .countInfo { background: #fff;}
.countTxt {padding:19px 30px;font-size: 17px;font-weight: 700;color:#555;}
.txtBlue {color: #465DAC;margin-right:10px;}
.btnSearch {width: 60px;height: 55px;background: #343996;border: 1px solid #333;color: #fff;font-size: 0;cursor: pointer;transition: background 0.2s;border-radius: 15px;position: relative;}
.btnSearch:hover { background: #04816C; }
.btnSearch:focus {outline: 2px solid #009688;outline-offset: -2px;}
.btnSearch .blind {width: 1px;height: 1px;overflow: hidden;position: absolute;top: -9999em;left: -9999em;display: block;text-indent: -9999em;font-size: 0px;line-height: 0;}
.btnSearch:after {content:'';display: block;width:15px;height: 15px;background: url('/resources/homepage/nb/_Img/ico_search.png') no-repeat center center;background-size: contain;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);}


/* 프로그램 상세 - prgDetail_wrap */
.prgDetail_wrap {margin-bottom: 50px;}

.detailCont {
  margin-bottom:30px;
}
.detailTop {
display: flex;
gap: 50px;
background-color: #F0F0F0; /* 배경 회색 */
padding: 50px;
border-radius: 15px;
margin-bottom: 50px;
}

.thumbImg {
flex: 0 0 35%;
border-radius: 10px;
overflow: hidden; aspect-ratio: 3/2;
}

.thumbImg img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
}

.infoCard {
flex: 1;
background-color: #fff;
border-radius: 10px;
padding: 45px 45px 30px;
position: relative;
}

.statusLine {
display: inline-block;
border: 1px solid #465DAC;
color: #4a6cc3;
min-width: 60px;
padding: 7px;
border-radius: 20px;
font-size: 14px;
font-weight: 700;
margin-bottom: 10px;
text-align: center;
}

.detailTitle {
font-size: 20px;
font-weight: 700;
color: #333;
padding-bottom:20px;
word-break: keep-all;
border-bottom: 1px solid #ddd;
margin:0 0 25px;
}

.infoList {
display: flex;
margin:0 0 15px;
font-size:17px;
}

.infoList dt {
width: 80px;
color: #04816C;
font-weight: 700;
}

.infoList dd {
margin: 0;
color: #555;
}

.tableType {
width: 100%;
border-collapse: collapse;
table-layout: fixed;    
border-top: 2px solid #333;
border-bottom:1px solid #333;
}

.tableType thead th, .tableType thead td {
border-bottom:1px solid #ddd;
}

.tableType th, .tableType td {
padding: 15px 20px;
text-align: center;
font-size: 17px;
word-wrap: break-word;
border-top:1px solid #ddd;
}

.tableType th {
background-color: #FBFBFB;
color: #333;
font-weight: 700;
white-space: nowrap;
border-right: 1px solid #ddd;
}

.tableType td {
color: #555;
}

.tableType tbody tr:first-child th, .tableType tbody tr:first-child td {
border-top:0;
}

table.byRow {
border-collapse: separate;
border-spacing: 0;
}

.byRow th, .byRow td {
text-align: left;
}

.btnGroup {
display: flex;
justify-content: center;
gap: 10px;
margin-top: 40px;
}

.btn {
padding: 10px 30px;
font-size: 17px;
font-weight: 500;
border-radius: 3px;
cursor: pointer;
font-family: inherit;
transition: all 0.2s;
}

.btnGroup .btnBlue  {
background-color: #465DAC;
color: #fff;
border: 1px solid #333;
}

.btnGroup .btnBlue:hover {
background-color: #193aa5;
color:#fff;
}

.btnBlue {
background-color: #465DAC;
color: #fff;
border: 1px solid #333;
}

.btnBlue:hover {
background-color: #193aa5;
color:#fff;
}

.btnLine {
background-color: #fff;
color: #333;
border: 1px solid #333;
}
.btnLine:hover {
background-color: #333;
color:#fff;
}



/* 기자재대여리스트 - equipList */
.equipList_wrap {
  margin-bottom:40px
}

.equipList {
display: flex;
flex-wrap: wrap;
gap: 30px 40px;
}

.listBox {
background: #fff;
overflow: hidden;
flex: 0 0 calc((100% - 80px) / 3);
max-width: calc((100% - 80px) / 3);
display: flex;
flex-direction: column;
border-radius: 10px;
border: 2px solid transparent;
}

.equipImg {
background-color: #f2f2f2;
height: 230px;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
position: relative;
border-radius: 10px;
border: 2px solid transparent;
transition: border 0.3s ease;
}

.equipImg:hover {
border-color: #009688;
}

.equipImg img {
object-fit: cover;width: 100%; height: 100%; 
transition: transform 0.3s ease;
box-sizing: border-box;
}

.equipImg:hover img {
transform: scale(1.1);
}

.equipBox_wrap {
padding: 35px 0 30px;
display: flex;
flex-direction: column;
flex-grow: 1;
}

.equipTitle {
font-size: 20px;
font-weight: 700;
color: #333;
padding: 0 15px 20px;
border-bottom: 1px solid #ddd;
}

.equipBox {
display: flex;
justify-content: space-between;
align-items: center;
padding: 20px 15px 0;
}

.boxList {
font-size: 17px;
line-height: 1.6;
}

.boxList .listItem {
display: flex;
align-items: center;
gap: 20px;
}

.boxList .listItem .label {
color: #04816C;
font-weight: 700;
min-width: 60px;
}

.boxList .listItem .value {
color: #333;
}


/* 수강확인서 */
.cert_wrap {
background-color: #666;
padding: 40px 0;
letter-spacing: 0;
margin-bottom: 40px
}

.cert {
width: 700px;
background: #fff;
border-radius: 15px;
overflow: hidden;
position: relative;
font-size: 17px;
margin: 0 auto;
}

.winTitle {
background-color: #04816C;
color: #fff;
padding: 18px 30px;
display: flex;
justify-content: space-between;
align-items: center;
}

.btnClose {
cursor: pointer;
font-size: 18px;
}

.certCont {
padding: 60px 70px;
color: #333;
}

.certNo {
color: #555;
}

.docTitle {
text-align: center;
font-size: 42px;
margin: 50px 0 70px;
font-weight: 700;
}

.certInfo {
margin-bottom: 80px;
padding-left: 10px;
}

.infoItem {
display: flex;
margin-bottom: 30px;
font-size: 18px;
font-weight: 600;
color: #555;
}

.infoItem .label {
width: 120px;
color: #04816C;
font-weight: 700;
position: relative;
}

.infoItem .label::before {
content: '•';
margin-right: 10px;
}

.value {
flex: 1;
color: #555;
}

.certTxt {
text-align: center;
font-size: 20px;
font-weight: 500;
word-break: keep-all;
line-height: 1.6;
}

.certTxt strong {
font-weight: 700;
}

.certDate {
text-align: center;
font-size: 18px;
color: #555;
margin: 100px 0 50px;
}

.certFooter {
display: flex;
justify-content: center;
align-items: center;
gap: 15px;
font-size: 20px;
font-weight: 500;
margin-bottom: 35px;
}

.stamp {
width: 60px;
height: 60px;
display: flex;
/*align-items: center;*/
}


/* 폼 - equipRental, applyTeacher_wrap */
.equipRental_wrap {
  margin-bottom:40px;
}

.applyTeacher_wrap {
  margin-bottom:40px;
}

.form-container {
font-size: 17px
}

.section-title {
font-size: 18px;
font-weight: 700;
margin: 40px 0 15px;
display: flex;
align-items: center;
}

.section-title::before {
content: '';
display: inline-block;
width: 4px;
height: 4px;
background-color: #333;
border-radius: 50%;
margin-right: 8px;
vertical-align: middle;
}

.formCont {
border-top: 2px solid #333;
border-bottom: 1px solid #333;
margin-bottom: 20px;
}

.formRow {
display: flex;
border-bottom: 1px solid #ddd;
flex-wrap: wrap;
}

.formItem {
display: flex;
width: 50%;
/*border-right: 1px solid #ddd;*/
}

.formItem.full {
width: 100%;
border-right: none;
}


.formLabel {
background-color: #FBFBFB;
width: 180px;
padding: 17px 15px;
display: flex;
align-items: center;
color: #333;
font-weight: 700;
flex-shrink: 0;
border-right: 1px solid #ddd;
}

.required::after {
content: '*';
color: #d32f2f;
margin-left: 4px;
}

.formValue {
padding: 12px 15px;
flex-grow: 1;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 5px;
min-width: 0;
}

/*  Input 스타일 */
input[type="text"],
input[type="date"],
input[type="password"],
input[type="file"],
select {
height: 36px;
border: 1px solid #ccc;
padding: 0 10px;
font-size: 14px;
color: #333;
border-radius: 2px;
vertical-align: middle;
}

.w100 {
width: 100%;
}

.wauto {
width: auto;
}

.wsmall {
width: 80px;
}

textarea {
width: 100%;
border: 1px solid #ccc;
padding: 30px;
resize: vertical;
font-family: inherit;
font-size: 15px;
}

.privacyArea {
height: 180px;
overflow-y: scroll;
background-color: #FBFBFB;
border-radius: 10px;
border: 0;
color: #555;
}

.tilde {
margin: 0 5px;
}

.atSign {
margin: 0 5px;
}

.address-group {
width: 100%;
display: flex;
flex-direction: column;
gap: 8px;
}

.address-row {
display: flex;
gap: 5px;
}

.privacyCheck {
text-align: center;
margin-top: 10px;
font-size:17px
}

.privacyCheck label {
cursor: pointer;
display: flex;
align-items: center;
justify-content: center;
gap: 5px;
}


/* 반응형 */
@media screen and (max-width: 1024px) {
  .searchCont_wrap {padding: 20px 25px; }

  .prgList-table thead th:first-child { width:40px; padding-left:15px;}
  .prgList-table thead th:last-child {border-radius: 0 15px 15px 0;padding-right:15px;}
  .prgList-table td {padding: 10px 10px;}
  .prgList-table td:first-child {width:40px; padding-left:15px;}
  .prgList-table td:last-child {padding-right:15px;}

  .teacher .prgSummury {width:150px;}
  .teacher .prgLocation {width:120px;}

  .teacherList { gap: 20px; }
  .profileBox { flex: 1 1 calc(50% - 10px); /* 태블릿: 2열 */ }
  .detailTop { gap:40px; }

  .listBox { flex: 0 0 calc((100% - 40px) / 2); max-width: calc((100% - 40px) / 2);}
  .equipBox_wrap { padding: 25px 0 20px;}
}

@media screen and (max-width: 768px) {
  .container { max-width: 100%; padding:20px;}

  .searchCont_wrap { flex-direction: column; align-items: flex-start; gap: 10px; padding: 15px 25px 20px; border-radius: 5px; }
  .searchInfo { font-size: 15px; }
  .searchInfo .label::after { height: 10px; margin: 0 10px; }
  .searchForm {  width: 100%; }
  .searchSelect, .searchInput, .searchBtn { font-size: 13px; }
  .searchInput { flex-grow: 1; width: auto; }

  .prgList-table, .prgList-table thead, .prgList-table tbody, .prgList-table th, .prgList-table td, .prgList-table tr { display: block; }
  .prgList-table { min-width: auto; }
  .prgList-table thead { display: none;}
  .prgList-table tr { margin-bottom: 15px; border: 1px solid #ddd; border-radius: 15px; overflow: hidden; }
  .prgList-table td { display: flex; justify-content: flex-start; align-items: center; text-align: right; 
    border-bottom: 1px solid #f5f5f5; padding: 15px 30px; font-size:16px;}
  .prgList-table td::before { content: attr(data-label); font-weight: 700; color: #04816C; text-align: left; 
    font-size: 16px; min-width: 100px; }
  .prgList-table td:first-child {width:100%; padding-left:30px;}
  .prgList-table td:last-child { padding-right:0; border-bottom: none;}
  .prgList-table td br {display: none;}
  /*.action-btns { justify-content: flex-end; }*/ 
  .btn-icon { margin-right:3px}
  .btnTxt {font-size: 13px;padding: 5px 10px;}
  .prgStatus { padding: 5px; font-size:13px; text-align: center; }

  .teacher .prgSummury, .teacher .prgCapacity, .teacher .prgLocation {width:100%;}
  
  .prgPaging_wrap {margin-top:10px;}
  .pageList {gap: 3px;}
  .page-nav, .page-num {min-width: 30px; height: 30px;}
  .page-nav.first::before {width:6px; height: 6px;}
  .page-nav.first::after {height: 11px;}

  .detailTop { flex-direction: column; padding: 35px 30px; gap:10px; }
  .thumbImg { flex: auto; height: 200px; }
  .infoCard { padding: 25px 25px 20px; }
  .statusLine { padding: 5px; font-size:13px; }
  .tableType th, .tableType td { font-size: 15px;}
  colgroup {display: none;}

  .formItem {width: 100%; border-right: none; border-bottom: 1px solid #ddd;}
  .formItem:last-child { border-bottom: none;}
  .formLabel { width: 100px; font-size: 13px; padding: 10px; }
  input[type="text"], select { flex: 1; }
  .formValue { gap: 8px; }
  .privacyCheck {font-size:15px;}
}

@media (max-width: 600px) {
    .topGuide_wrap {padding: 30px 25px;}
    .guideTitle {font-size: 20px; margin-bottom:15px;}
    .guideTxt {font-size: 15px; margin-bottom:10px;}
    .guideList .listItem { display:block; font-size:15px; margin-bottom: 10px;}
    .guideList .listItem .label { margin-right: 0; margin-bottom:5px}

    .teacherList { gap: 20px;  } 
    .profileBox { flex: 1 1 100%; /* 모바일: 1열 */ min-width:auto;}
    .boxTop { padding:5px 10px 2px 18px;}
    .teacherName {font-size:17px;}
    .teacherImg { width:50px; height: 50px;}
    .boxCont {padding:15px 18px}
    .contList {font-size:15px;}
    .contList .listItem {margin-bottom:6px}
    .countInfo {margin-top: 10px; border-radius: 10px;}
    .countTxt {padding:12px 18px; font-size: 15px;}
    .btnSearch { width: 45px; height: 42px;}

    .listBox { flex: 0 0 100%; max-width: 100%; }
    .equipList { gap: 16px; }
    .equipImg { height: 150px; }
    .equipBox_wrap { padding: 18px 0 15px; }
    .equipTitle { font-size: 17px; padding: 0 10px 10px; }
    .equipBox { padding: 10px 10px 0; }
    .boxList { font-size: 15px; }
    .boxList .listItem { gap: 10px; }
}

@media screen and (max-width: 480px) {
  .prgList-table tr { border-radius:3px; margin-bottom: 10px;}
  .prgList-table td { font-size: 14px; padding: 10px 15px; }
  .prgList-table td:first-child {padding-left:15px;}
  .prgList-table td::before { font-size: 14px; min-width: 85px; }
  .prgStatus { width:auto; padding: 5px 12px; font-size:12px;}
  .btnTxt {font-size: 12px; padding: 3px 8px;}
  .btn-icon {padding: 4px 8px;min-width: 28px;height: 28px;/*font-size: 13px;*/}
  
  .pageList { gap:2px; }
  .page-nav, .page-num {   min-width: 28px;   height: 28px;   font-size: 11px;}

  .detailTop {padding:15px }
  .thumbImg {  height:160px; }
  .infoCard { padding:15px; }
  .statusLine {width:auto; padding: 5px 12px; font-size:12px;}
  .detailTitle { font-size:17px; margin-bottom:15px; padding-bottom:10px}
  .infoList { font-size:15px; margin-bottom:10px;}
  .infoList dt {width:70px}
  .byRow tr {  overflow: hidden; display: flex; flex-wrap: wrap; border-top:0 }
  .byRow th, .byRow td { padding: 10px 15px; font-size: 14px; box-sizing: border-box; }
  table.byRow tr:first-child th, table.byRow tr:first-child td {border-top:1px solid #ddd;}
  .byRow th { flex-basis: 37% }
  .byRow td {  flex-basis: 63% }
  .btnGroup { gap:5px;  margin-top:25px; }
  .btn {  padding:9px 20px; font-size: 13px; }

  .formRow {flex-wrap: wrap;}
  .formItem {width: 100%; border-right: none; border-bottom: 1px solid #ddd; flex-direction: column; }
  .formLabel { width: 100%; border-right: none; border-bottom: 1px solid #ddd; }
  .formValue { width: 100%; padding: 10px 0; }
  input[type="text"] { padding: 10px 10px; }
  textarea { padding: 20px 15px; font-size: 14px; }
  .privacyArea { height: 120px }

  .searchCont_wrap {padding: 15px;}
  .searchForm {display: block;}
  .searchSelect { width:100%; margin-right: 0; margin-bottom: 3px; }
  .searchInput {width: 75%;  margin-right: 3px;}
}


/*서약서*/
.pledge-wrap {padding: 40px;background: #fbfbfb;}
.pledge-wrap .pledge-box {max-width:1000px; margin:0 auto; padding:80px; background:#fff; border:2px solid #666; box-shadow:0 10px 30px rgba(0,0,0,.05);}

.pledge-wrap .pledge-head {margin-bottom:60px; text-align:center;}
.pledge-wrap .pledge-head .sub-txt {margin-bottom:10px; color:#999; font-size:14px; letter-spacing:4px; text-transform:uppercase;}
.pledge-wrap .pledge-head h2 {font-size:40px; font-weight:700; letter-spacing:20px; color:#111;}

.pledge-wrap .pledge-cont {font-size:18px; line-height:1.9; color:#333;}
.pledge-wrap .pledge-cont .intro {margin-bottom:50px; text-align:center; word-break:keep-all;}

.pledge-wrap .pledge-list {counter-reset:item;}
.pledge-wrap .pledge-list > li {position:relative; padding-left:55px; margin-bottom:35px; word-break:keep-all;}
.pledge-wrap .pledge-list > li:before {content:counter(item);counter-increment:item;position:absolute;top:2px;left:0;width:34px;height:34px;border-radius:50%;background:#003d7c;color:#fff;	font-size:16px;font-weight:700;line-height:34px;text-align:center;}

.pledge-wrap .pledge-notice {margin-top: 60px;padding: 30px; border: 3px solid #1d70d7;word-break: keep-all;color: #1d70d7;text-align: center;font-weight: 700;}

.pledge-wrap .pledge-sign {margin-top:80px;padding-top:40px;border-top:1px solid #ddd;text-align:right;font-size:22px;font-weight:700;color:#111;}

@media all and (max-width:768px){
	.pledge-wrap .pledge-wrap {padding: 0;background: none;}
	.pledge-wrap .pledge-box {padding:50px 25px;}

	.pledge-wrap .pledge-head h2 {font-size:28px;letter-spacing:10px;}

	.pledge-wrap .pledge-cont {font-size:15px;	line-height:1.1;}
	.pledge-wrap .pledge-cont .intro {margin-bottom: 25px;}

	.pledge-wrap .pledge-list > li {padding-left:45px;}

	.pledge-wrap .pledge-list > li:before {width:28px;	height:28px;font-size:14px;	line-height:28px;}
	.pledge-wrap .pledge-notice {margin-top:20px;    padding: 15px;}
	.pledge-wrap .pledge-sign {font-size:18px;text-align:center;margin-top:20px}
}


/*공통 노이미지*/
.noImg-wr {width:100%;height:100%;display:flex;background:#f9f9f9;font-size:16px;text-align:center;justify-content: center;align-items: center;padding: 2em;box-sizing: border-box;}
.noImg-wr .inn-wr img {opacity:0.3;filter: grayscale(1);}
.noImg-wr .inn-wr p {margin-top:5px;color: #999;}
