@charset "UTF-8";

/* 공통 */
body {
    font-family: 'Pretendard', sans-serif;
    font-weight: 500;
    font-size: 14px;
    font-variation-settings: "wght" 500;
    color:#1d1d1f;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale; 
    text-rendering: optimizeLegibility;
} 
.flex-start  {display:flex; align-items:flex-start;}
.flex-center {display:flex; align-items:center; justify-content:center;}
.text-danger {color:#ed5050;} 
table {border-collapse:collapse; border-spacing:0}
.spell-error {text-decoration:none !important; border-bottom:none !important;} /* 맞춤법 적색 라인 없애기 */

/* 공고 본분 Edit 영역 TYPE-1 */
.recruit-detail {position:relative; margin-top:80px !important; padding:80px 16px 160px !important;}
.recruit-detail-body {position:relative; max-width:1200px; width:100%; margin:0 auto;}
.recruit-detail-body > * {font-family:"Pretendard", sans-serif; color:#1d1d1f;}
.recruit-detail-body > ol {display:flex; flex-direction:column; gap:80px; list-style-position:inside; margin:0 auto; padding:0;}
.recruit-detail-body > ol > li::marker {font-family:"Pretendard", sans-serif; font-size:24px; font-weight:600; color:#1d1d1f;}
.recruit-detail-body h3 + .table-area {margin-top:0; margin:15px 0;}
.recruit-detail-body > ol > li h3 {display:inline-block; font-family:"Pretendard", sans-serif; font-size:24px; font-weight:600; color:#1d1d1f;}
.recruit-detail-body table {clear:both; width:100%; border-left:1px solid #eef1f4; border-top:2px solid #0077cb;}
.recruit-detail-body table th {padding:12px 40px; color:#1d1d1f; font-size:16px; font-weight:500; text-align:center; background-color:#f3f6f9; border-right:1px solid #eef1f4; border-bottom:1px solid #eef1f4; border-top:0; white-space:nowrap;}
.recruit-detail-body table td {padding:12px 20px; color:#1d1d1f; font-size:15px; text-align:center; border-right:1px solid #eef1f4; border-bottom:1px solid #eef1f4; vertical-align:middle; word-break:keep-all;}
.doted-list {list-style:none; padding-left:0; list-style-position:inside; margin-left:0;}
.doted-list > li {position:relative; display:block; padding-left:10px; color:#1d1d1f; font-size:15px; line-height:1.4; text-align:left; word-break:keep-all;}
.doted-list > li + li {margin-top:4px;}
.doted-list > li:before {content:""; position:absolute; left:0; top:8px; width:3px; height:3px; background-color:#1d1d1f; border-radius:50%;}
.doted-list > li dl {display:flex; align-items:flex-start; margin:4px 0;}
.doted-list > li dt {flex-shrink:0;}
.doted-list > li dt, 
.doted-list > li dd {margin:0; color:inherit; font-weight:inherit; line-height:1.4;}
.number-employee {margin-top:50px; display:flex; flex-wrap:wrap; gap:24px; align-items:flex-start;}
.number-employee .brn-area {position:relative; display:flex; flex-direction:column; align-items:flex-end; justify-content:center; text-align:right; width:calc(25% - 18px); height:80px; padding:20px 30px; background-color:var(--white); box-shadow:0 4px 10px rgba(0, 119, 200, 0.15); border-radius:8px; overflow:hidden; transition:all 0.3s;}
.number-employee .brn-area:before {content:""; position:absolute; top:50%; left:30px; transform:translateY(-50%); width:40px; height:40px; background:#0077c8 url(../images/edit/map-pin-white.svg) no-repeat center; border-radius:50%; box-shadow:0 2px 6px rgba(0,0,0,0.15); z-index:1;}
.number-employee .brn-area:after {content:""; position:absolute; left:0; bottom:-1px; width:100%; height:0; background-color:#0077c8; z-index:0; transition:all 0.3s;}
.number-employee .brn-area h6 {position:relative; display:block; margin-bottom:5px; color:#0077c8; font-size:24px; font-weight:600; line-height:1; white-space:nowrap; z-index:1; transition:all 0.5s;}
.number-employee .brn-area p {position:relative; color:#fff; font-size:0; font-weight:500; line-height:1; white-space:nowrap; opacity:0; transform:translateY(20px); transition:transform 700ms cubic-bezier(0.19, 1, 0.22, 1), opacity 700ms cubic-bezier(0.19, 1, 0.22, 1); z-index:1;}
.number-employee .brn-area:hover:after {height:100%;}
.number-employee .brn-area:hover h6 {color:#fff;}
.number-employee .brn-area:hover p {opacity:1; font-size:16px; transform:translateY(0); transition-delay:calc(700ms/8);}
.number-employee .brn-area:hover:before {background:#f3f6f9 url(../images/edit/map-pin-blue.svg) no-repeat center;}
.recruit-step {list-style:none; display:flex; flex-wrap:nowrap; align-items:flex-start; justify-content:space-between; padding:35px 0 50px;}
.recruit-step li {list-style:none; position:relative; flex:1; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:10px; text-align:center;}
.recruit-step li + li:before {content:""; position:absolute; top:50%; left:0; width:80px; height:80px; transform:translate(-50%, -50%); background:url(../images/edit/step-arrow.svg) no-repeat center;}
.recruit-step .icon {display:block; width:80px; height:80px;}
.recruit-step .icon img {width:100%; height:auto; max-width:100%; max-width:100% !important;}
.recruit-step .text {display:block; color:#1d1d1f; font-size:20px; font-weight:500; line-height:1.2; letter-spacing:-1px;}
.recruit-tip,
.recruit-tip h6 {display:block; color:#ef5350; font-size:16px; font-weight:500;}
.recruit-tip ol {list-style-position:outside;}
.recruit-tip ol li {color:#1d1d1f; font-size:15px; font-weight:400; margin-top:5px;}
p.recruit-tip {display:block; color:#ef5350; font-size:13px; font-weight:400; margin-top:5px; padding-left:12px;}
.text-start {text-align:left !important}
.bold {font-weight:500 !important;}
table + .recruit-tip {margin-top:20px;}
table + .doted-list {margin-top:20px;}
small {display:block; font-size:13px; font-weight:500;}
.text-underline {text-decoration:underline;}
.dash-list {list-style:none; padding-left:0; display:block;}
.dash-list li {position:relative; display:block; padding-left:15px; color:#1d1d1f; font-size:15px; font-weight:400; line-height:1.4; text-align:left;}
.dash-list li:before {content:"-"; position:absolute; left:0;}
.dash-list ~ small {margin-top:8px;}
.info-box {position:relative; display:block; margin-top:40px; padding:40px; background-color:#f3f6f9;}
.recruit-detail-body > ol > li > .info-box > h3 {display:block; margin:0 auto 20px; text-align:center;}
.recruit-detail-body > ol > li > .info-box > ol {display:flex; flex-direction:column; gap:5px; list-style-position:outside; padding-left:20px;}
.recruit-detail-body .bottom-btn-wrap {position:relative; clear:both; width:100%; display:flex; justify-content:center; text-align:center; margin-top:120px;}
.recruit-detail-body > ol > li > .doted-list > li + li {margin-top:8px;}
.recruit-detail-body > ol > li > .doted-list > li > .dash-list {margin:4px 0;}

@media screen and (max-width:1200px) {
    .recruit-detail-body > ol {gap:60px;}
    .number-employee .brn-area {padding:15px 20px;}
    .number-employee .brn-area h6 {font-size:18px;}
    .number-employee .brn-area:hover p {font-size:14px;}
    .number-employee .brn-area:before {left:20px; width:36px; height:36px;}
    
} /* max 1200 */

@media screen and (max-width: 1024px) {   
    .recruit-detail-body > ol > li h3,
    .recruit-detail-body > ol > li::marker {font-size:20px;}    
    .recruit-step .text {font-size:18px;}
} /* max 1024 */

@media screen and (max-width: 992px) { 
    .recruit-detail-body > ol {gap:40px;}
    .number-employee {gap:16px;}  
    .number-employee .brn-area {width:calc(33.3333% - 16px); height:64px;}
    .info-box {padding:30px 20px; margin-top:40px;}
} /* max 992 */

@media screen and (max-width: 768px) { 
    .number-employee {margin-top:20px;}
    .number-employee .brn-area {width:calc(50% - 8px);}
    .recruit-step li + li:before {background-size:100%; width:40px; height:40px;}
    .recruit-detail-body table th,
    .recruit-detail-body table td {padding:8px 16px; font-size:14px; white-space:nowrap;}
    .recruit-tip, .recruit-tip h6 {font-size:14px;}
    .info-box > ol > li {font-size:14px;}
    .doted-list > li {margin:4px 0; font-size:14px;}
    .recruit-step .icon {width:60px; height:60px;}
    .recruit-tip ol li {font-size:14px;}
    hr.solid {margin:10px 0;}
} /* max 768 */

@media screen and (max-width: 600px) {
    .recruit-detail {padding:40px 12px;}    
    .recruit-step {flex-wrap:wrap; gap:20px; padding:20px 0 40px;}
    .recruit-step li {position:relative; min-width:25%; padding-top:40px;}
    .recruit-step li + li:before {background:rgba(29,29,31,0.1); top:0; left:50%; width:30px; height:30px; transform:translate(-50%, 0);}
    .recruit-step li:before {content:"1"; position:absolute; top:0; left:50%; transform:translate(-50%, 0); width:30px; height:30px; font-size:15px; text-align:center; line-height:30px; background-color:rgba(29,29,31,0.1); border-radius:50%;}
    .recruit-step li:nth-child(1):before {content:"1";}
    .recruit-step li:nth-child(2):before {content:"2";}
    .recruit-step li:nth-child(3):before {content:"3";}
    .recruit-step li:nth-child(4):before {content:"4";}
    .recruit-step li:nth-child(5):before {content:"5";}
    .recruit-step .text {font-size:16px;}
    .recruit-detail-body table td .doted-list > li {white-space:nowrap;}
    .btn-list {min-width:80px; padding:10px 20px;}
} /* max 600 */

@media screen and (max-width: 500px) {
    .recruit-detail-body .bottom-btn-wrap,
    .bottom-btn-wrap {margin-top:40px;}
    .recruit-step {padding:10px 0 30px;}
    .recruit-step .text {font-size:14px;}
    .number-employee .brn-area {padding:8px 12px; align-items:center;}
    .number-employee .brn-area:before {left:12px; display:none;}
    .number-employee .brn-area h6 {font-size:16px;}
    .recruit-detail-body > ol > li h3, .recruit-detail-body > ol > li::marker {font-size:18px;}
} /* max 500 */

/* 공고본문 양식 TYPE-2 ****************************************************************************************************************************************/
.recruit {position:relative; margin:80px 0 0;}
.recruit .bg-light {background-color:#f3f6f9 !important;}
.recruit [class^="col-"] > div.border {padding:24px; border-radius:12px;}
.recruit [class^="col-"] > div > ol {margin-left:0; display:flex; flex-direction:column; gap:60px; list-style-position:inside; justify-content:flex-start; align-items:flex-start;}
.recruit [class^="col-"] > div > ol > li {position:relative; width:100%;}
.recruit [class^="col-"] > div > ol > li,
.recruit [class^="col-"] > div > ol > li > h4 {font-size:20px; font-weight:500;}
.recruit [class^="col-"] > div > ol > li > h4 {display:inline-block; margin-bottom:8px;}
.recruit ol.inner-num-list {list-style-position:outside; margin:0 0 0 24px;}
.recruit ol.inner-num-list li {font-size:14px; line-height:1.4; opacity:0.8;}
.recruit ol.inner-num-list li + li {margin-top:8px;}
.recruit .list-disc {list-style-position:outside; margin-left:16px;}
.recruit .list-disc > li {font-size:14px; word-break:keep-all; line-height:1.4;}
.recruit .list-disc > li + li {margin-top:4px;}
.recruit .badge.bg-primary + .list-disc {margin-left:24px;}
.recruit .doted-list > li {font-size:14px; line-height:1.4;}            
.recruit .doted-list > li + li {margin-top:8px;}
.dash-list {position:relative; list-style:none; padding-left:16px;}
.dash-list li::before {content:"- "; position:absolute; top:0; left:0;}
.recruit aside .posting-box.border {position:sticky; top:160px; min-width:260px; padding:16px; background-color:#fff; z-index:100;}
.recruit aside .posting-box .posting-header {text-align:center; padding-bottom:20px; border-bottom:1px solid #d7dde2;}
.recruit aside .posting-box .posting-header img {width:60%; max-width:200px; margin:0 auto 16px;}
.recruit aside .posting-box .posting-header h4 {font-size:24px; letter-spacing:-1px;}
.recruit aside .posting-box .posting-body {padding-top:20px;}
.recruit aside .posting-box .posting-body .badge {min-width:72px; padding:4px 8px; color:#8f99a3; font-size:14px; border:1px solid #e3e9ef;}
.recruit aside .posting-box .posting-body .d-day {color:#ed5050; font-size:15px;}
.recruit aside .posting-box .posting-body dl {margin:8px 0; display:flex; align-items:center; gap:8px; flex-wrap:wrap;}
.recruit aside .posting-box .posting-body dt {display:inline-block; letter-spacing:-1.5px; margin:0;  white-space:nowrap;}
.recruit aside .posting-box .posting-body dl > dt:nth-child(3 ) {margin-left:83px;}
.recruit aside .posting-box .posting-body dd {color:#434a57; margin:0; white-space:nowrap;}
.recruit aside .posting-box .posting-footer {display:flex; justify-content:space-between; gap:8px; margin-top:40px;} 
.recruit aside .posting-box .btn-apply {flex-grow:1; padding:12px 20px; line-height:1.22; border-radius:12px;}
.recruit aside .posting-box .btn-apply i {display:inline-block; font-size:18px; margin-right:8px; font-weight:300;}
.recruit aside .posting-box .btn-clipboard {color:var(--body-color); font-size:18px; border:1px solid #d7dde2; border-radius:12px;}
.recruit aside .posting-box .btn-clipboard:hover {color:var(--white); background-color:var(--primary);}
.recruit .alert {position:fixed; top:50%; left:50%; max-width:300px; white-space:nowrap; transform:translate(-50%, -50%); z-index:100;}
.recruit.type-1 .info-box {position:relative; display:flex; flex-direction:row; flex-wrap:nowrap; gap:24px; width:100%; margin:0; padding:24px 16px; border-radius:12px; background-color:rgba(0, 119, 200, 0.05);}
.recruit.type-1 .info-box h6 {display:inline-block; padding:4px 16px; color:var(--primary); font-size:16px; font-weight:500; background-color:rgba(0, 119, 200,0.1); border-radius:100px;}
.recruit .info-box ul {margin:16px 20px 0;}
.recruit .info-box ul li {font-size:14px; color:var(--body-color);}      
.recruit .border-box {position:relative; width:100%; padding:24px; border-radius:12px; border:1px solid var(--border-color);}
.recruit .area-box {position:relative; width:100%; padding:16px; border-radius:12px; border:1px solid var(--border-color); display:flex; flex-wrap:wrap;justify-content:space-between;}
.recruit .area-box > .area {position:relative; width:calc(33.3333% - 12px); margin:8px 6px; padding:8px 16px; font-size:16px; border-radius:100px; transition:all .4s ease;}
.recruit .area-box > .area:hover {color:var(--white); background-color:var(--primary);}
.recruit .area-box > .area:after {content:""; position:absolute; bottom:-8px; left:0; right:0; height:1px; background-color:rgba(0, 119, 200, 0.05);}
.recruit .area-box > .area:last-child:after {display:none;}
.recruit .area-box > .area .img {position:relative; flex-shrink:0; display:flex; align-items:center; justify-content:center; width:20px; height:20px; border-radius:50%; padding:0; border:1px solid var(--border-color); background-color:var(--white); transition:all 0.3s ease 0s;}
.recruit .area-box > .area .img + .img {margin-left:-4px;}
.recruit .area-box > .area .img img {height:100%; width:auto; border-radius:50%;}
.recruit .area-box > .area .area-name {margin:0 8px 0 16px; white-space:nowrap;}
.btn-icon.btn-info {padding:0; width:24px; height:24px; font-size:18px; color:var(--body-color); line-height:24px; background-color:transparent; border:0; font-weight:400;} 
.btn-icon.btn-info:hover {color:var(--primary); font-weight:600; background-color:transparent;}
.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s both;
        animation: jello-horizontal 0.9s both;
}
.recruit .area-box .area:hover .img img {
    -webkit-animation: jello-horizontal 0.9s both;
        animation: jello-horizontal 0.9s both;
}
.recruit .area-box .area .img:before {
    position: absolute;
    content: "";
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    top: -8px;
    left: -8px;
    border-radius: 50%;
    border: 1px solid rgba(0, 119, 200, 1);
    animation: 1.5s linear 0s normal none infinite focuse;
}    
@keyframes focuse {
    0%{transform:scale(0.8);opacity:1;}
    75%{transform:scale(1.2);opacity:0;}
    100%{transform:scale(1.2);opacity:0;}
}
@keyframes slide {
    from{background-position:0 0;}
    to{background-position:40px 0;}
}
.recruit .step-process {position:relative; width:100%; margin:20px 0; list-style:none; display:flex; align-items:flex-start; justify-content:space-between;}
.recruit .step-process li {position:relative; flex:1; display:flex; flex-direction:column; align-items:center; text-align:center; z-index:1;}
.recruit .step-process li .step-number {color:#858c97; font-size:16px; display:flex; justify-content: center;}
.recruit .step-process li .step-icon {position:relative; width:56px; height:56px; margin:16px auto 24px; padding:8px; border-radius:50%; background-color:rgba(0, 119, 200, 0.1); z-index:2;}
.recruit .step-process li h5 {font-size:18px; font-weight:500;}
.recruit .step-process li::after {position:absolute; top:45%; left:65%; height:2px; content:''; width:70%; background:url(../images/edit/line.png) repeat 0 0; z-index:-1; animation:slide 1s linear infinite;}
.recruit .step-process li:last-child:after {display:none;}
.recruit .border-box {display:flex; flex-direction:column; gap:24px; flex-shrink:0;}
.recruit .schedule .badge {width:110px; text-align:center;}
.recruit .document .badge {width:100px; text-align:center; flex-shrink:0;}
.recruit .telphone .flex-between {flex-wrap:wrap;}
.recruit .telphone .flex-between dl {width:25%; display:flex; flex-wrap:wrap; justify-content:center; flex-direction:column; text-align:center; padding:8px 20px 16px; border-bottom:1px solid #f3f6f9;}
.recruit .telphone .flex-between dt {display:inline-block; padding:4px 8px; font-size:14px; color:var(--primary); background-color:rgba(0,119,200, 0.1); border-radius:100px;}
.recruit .telphone .flex-between dd {display:block; margin:16px 0 0; font-size:15px;}
@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
            transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
            transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
            transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
            transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
            transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
    }
}
@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
                transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
                transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
                transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
                transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
                transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
                transform: scale3d(1, 1, 1);
    }
}  
@media screen and (max-width:1200px) { 
    .recruit.type-1 > .container > .row {gap:40px;}
    .recruit.type-1 > .container > .row > [class^="col-"] {width:100%;}
    .recruit.type-1 > .container > .row > [class^="col-"] > div > ol {gap:40px;}
    .recruit.type-1 aside .posting-box {top:auto; position:fixed; width:100%; left:0; right:0; bottom:-12px; min-height:260px; border:0 !important; z-index:10000; -webkit-box-shadow:4px 4px 12px rgba(0, 0, 0, 0.15); -moz-box-shadow:4px 4px 12px rgba(0, 0, 0, 0.15); box-shadow:4px 4px 12px rgba(0, 0, 0, 0.15);}
    .recruit.type-1 aside .posting-box {padding:24px;}
    .recruit aside .posting-box .posting-header {padding-bottom:16px;}
    .recruit.type-1 aside .posting-box .posting-header img {display:none;}
    .recruit aside .posting-box .posting-footer {margin-top:16px;}
} /* 1200 */
@media screen and (max-width:992px) { 
    .recruit {margin:60px 0 0;}
    .recruit.type-1 aside .posting-box .posting-header h4 {font-size:20px; text-align:left;}
    .recruit aside .posting-box .posting-body {padding-top:8px;}
    .recruit.type-1 .area-box > .area {width:calc(50% - 12px);}
    .recruit.type-1 .telphone .flex-between dl {width:33.333%; padding:8px; margin:0;}
    .recruit aside .posting-box .btn-apply {padding:8px;}
    .recruit [class^="col-"] > div > ol > li, 
    .recruit [class^="col-"] > div > ol > li > h4 {font-size:18px;}
} /* 992 */
@media screen and (max-width:768px) { 
    .recruit.type-1 .info-box.row {flex-wrap:wrap; padding:16px;}
    .recruit.type-1 .info-box.row [class^="col-"] {width:calc(50% - 12px); padding:0;}
    .recruit.type-1 .step-process li h5 {font-size:16px;}
    .recruit.type-1 .border-box {padding:16px;}    
    .recruit.type-1 .border-box .flex-start.gap-4 {flex-direction:column; gap:8px !important;}    
} /* 768 */
@media screen and (max-width:600px) { 
    .recruit.type-1 aside .posting-box .posting-header h4 {font-size:18px;}
    .recruit.type-1 > .container > .row > .col-lg-9 > .border {padding:0; border-radius:0; border:0 !important;}
    .recruit.type-1 .area-box > .area {width:100%; margin:0; padding:8px; font-size:15px;}
    .recruit .step-process {margin:0; flex-wrap:wrap;}
    .recruit .step-process li {min-width:80px; margin:4px 0;}
    .recruit .step-process li::after {top:50%; left:80%; width:35%;}
    .recruit.type-1 .telphone .flex-between dl {width:50%;}
    .recruit .telphone .flex-between dd {margin:8px 0 0;}
    .recruit .area-box > .area:after {display:none;}
    .recruit.type-1 .step-process li h5 {font-size:14px;}
    .recruit .step-process li .step-icon {margin:8px auto;}
    .recruit .step-process li .step-number {font-size:14px;}
} /* 600 */
@media screen and (max-width:400px) {
    .recruit .step-process li::after {display:none;} 
    .recruit.type-1 .telphone .flex-between dl {width:100%; flex-direction:row; align-items:center; justify-content:space-between;}
    .recruit .telphone .flex-between dd {margin:0;}
} /* 400 */


/* 공고본문 양식 TYPE-3 ********************************************************************************************************************************************/
.recruit.type-3 {margin:80px auto 0;}           
.recruit.type-3 aside .position-lg-sticky {position:sticky; top:160px; padding:0;}
.recruit.type-3 aside .flex-column {display:flex; flex-direction:column; align-items:flex-start; gap:8px;}            
.recruit.type-3 aside .brand {color:#0077C8; font-size:16px; padding:6px 24px; border:1px solid #0077c8; border-radius:100px; line-height:1;}
.recruit.type-3 aside .h4 {font-size:24px;}
.recruit.type-3 .recruit-info {margin:0 0 24px;}
.recruit.type-3 .recruit-info dl {display:flex; align-items:flex-start; gap:16px; margin:4px 0;}
.recruit.type-3 .recruit-info dt,
.recruit.type-3 .recruit-info dd {color:#1d1d1f; margin:0; font-size:15px; white-space:nowrap;}
.recruit.type-3 .recruit-info dt {font-weight:500;}
.recruit.type-3 .recruit-info dd {display:inline-block; vertical-align:middle; font-weight:600; letter-spacing:-1px; white-space:pre-wrap;}
.recruit.type-3 .recruit-info dd + dd:before {content:""; display:inline-block; vertical-align:middle; width:1px; height:12px; margin:-1px 4px 0 -10px; background-color:rgba(0,0,0,0.4);}
.recruit.type-3 .nav-wrap {padding-top:24px; border-top:1px solid var(--border-color);}
.recruit.type-3 .nav {display:flex; flex-direction:column; padding-top:8px;}
.recruit.type-3 .nav .nav-link {display:flex; align-items:center; gap:4px; padding:4px 0; color:#434a57;}
.recruit.type-3 .nav .nav-link i {display:inline-block; font-size:16px;} 
.recruit.type-3 .nav .nav-link:hover {color:#1d1d1f;}
.recruit.type-3 .nav .nav-link.active {color:#0077C8; font-weight:600;}
.recruit.type-3 .col-lg-9 {padding-left:60px;}
.recruit.type-3 .col-lg-9 .flex-between {display:flex; padding:0; margin-bottom:16px; align-items:flex-end; justify-content:space-between;}
.recruit.type-3 .col-lg-9 .h2 {font-size:28px;}
.recruit.type-3 .col-lg-9 .btn-apply {margin-left:4px; font-size:16px; padding:10px 24px; line-height:1; border-radius:8px;}
.recruit.type-3 .col-lg-9 .btn-apply i {display:inline-block; margin-right:8px; font-size:18px;}
.recruit.type-3 .col-lg-9 .btn-clipboard {width:40px; height:40px; color:#0077C8; border-radius:8px; font-size:16px; background-color:rgba(0, 119, 200, 0.1);}
.recruit.type-3 .col-lg-9 .btn-clipboard:hover {color:#fff; background-color:#0077C8;}
.recruit.type-3 .card {border:0; border-radius:24px; padding:0; box-shadow:none;}
.recruit.type-3 .card:hover {transform:none; box-shadow:none;}
.recruit.type-3 .recruit-list {list-style-position:inside; display:flex; flex-direction:column; gap:60px; color:#434a57;}
.recruit.type-3 .recruit-list .recruit1 .row .col-auto:nth-child(1),
.recruit.type-3 .recruit-list .recruit1 .row .col-auto:nth-child(2) {width:25%;}
.recruit.type-3 .recruit-list .recruit1 .row .col-auto > div {padding:16px;}
.recruit.type-3 .recruit-list > li p {margin-bottom:0; color:#434a57; font-size:14px;}
.recruit.type-3 .recruit-list > li::marker {font-size:0;}            
.recruit.type-3 .recruit-list > li > h5 {display:inline-block; margin-bottom:16px;}
.recruit.type-3 .recruit-list > li > h5:before {content:""; display:inline-block; width:20px; height:20px; margin:-4px 8px 0 0; background:url(../images/edit/patch-check-fill.svg) no-repeat 0 0;vertical-align:middle;}
.recruit.type-3 .recruit-list .icon {width:60px; height:60px;}
.recruit.type-3 .recruit-list > li h6 + p {margin-top:8px;}
.recruit.type-3 p.text-muted {color:#434a57; margin:4px 0 0;}
.text-muted {color:#434a57;}
/* 지역별 채용 예정인원 */
.recruit.type-3 .map-area {position:relative; width:100%; height:600px; padding:0; background:linear-gradient(45deg, #a2cbf1 0%, #205bc5 100%); border-radius:24px;}
.recruit.type-3 .map-area:after {content:""; position:absolute; width:100%; height:100%; background:url(../images/edit/map-white-text.png) no-repeat center; background-size:auto 600px;}
.recruit.type-3 .hotspots .hotspot, 
.recruit.type-3 .hotspots-alt .hotspot {position:absolute;width:64px;height:64px;z-index:2;display:flex;align-items:center;justify-content:center;cursor:pointer;border:2px solid rgba(255,255,255,1);border-radius:50%;transition:border-color .25sease-in-out,background-color .25sease-in-out;transform:scale(0.7);}
.popover-header span {display:inline-block; width:8px; height:8px; margin:-2px 4px 0 0; background-color:#0077c8; border-radius:50%; vertical-align:middle;}
.popover-body {word-break:keep-all;}
.hotspot-inner {position:absolute; overflow:hidden; background-color:#fff; z-index:10; }
.recruit.type-3 .bg-map {position:absolute; top:50%; left:50%; width:auto; height:600px; transform:translate(-50%, -50%);}
.recruit.type-3 .hotspots .hotspot:hover, 
.recruit.type-3 .hotspots .hotspot:focus {border-color:var(--hotspots-hover-border-color);}
.recruit.type-3 .hotspots .hotspot:hover .hotspot-inner, 
.recruit.type-3 .hotspots .hotspot:focus .hotspot-inner {color:var(--hotspots-hover-color); background-color: #fff}
.recruit.type-3 .hotspot, 
.recruit.type-3 .hotspot:after,
.recruit.type-3 .hotspot:before {position:absolute;background:white;margin-left:-2px;margin-top:-2px;width:50px;height:50px;content:"";display:block;border-radius:50%;-webkit-backface-visibility:hidden;}
.recruit.type-3 .hotspot:before {animation:wave-animate 3s infinite ease-out;}
.recruit.type-3 .hotspot:after {opacity:0;animation:wave-animate 3s 1.5s infinite ease-out;}
@keyframes wave-animate {
    0% {transform:scale(0);opacity:1;transform-origin:center;}
    100% {transform:scale(3);opacity:0;transform-origin:center;}
}
/* 채용절차 */
.recruit.type-3 .recruit-steps {display:flex; flex-direction:row; align-items:center; justify-content:center; flex-wrap:nowrap; width:100%;}
.recruit.type-3 .recruit-steps .recruit-step {position:relative; display:flex; flex-direction:column; justify-content:center; align-items:center; gap:8px; padding:0; flex-wrap:wrap; width:160px; height:160px; text-align:center; background: linear-gradient(0deg, rgba(162, 203, 241, 0.9) 0%, rgba(32, 91, 197, 0.9) 100%); border-radius:50%;}
.recruit.type-3 .recruit-steps .recruit-step p {position:relative; z-index:10; display:block; margin:0 auto; color:#fff; font-size:16px; font-weight:600; line-height:1.2; text-shadow: 2px 2px 5px rgba(32, 91, 197, 0.6);}
.recruit.type-3 .recruit-steps .recruit-step + .recruit-step {margin-left:-40px;}
.recruit.type-3 .recruit-steps .recruit-step + .recruit-step:before {content:""; position:absolute; left:8px; top:calc(50% - 10px); width:24px; height:24px; background:url(../images/edit/arrow-right-white.svg) no-repeat 0 50%;}
.recruit.type-3 .recruit-steps .recruit-step .icon {display:block; width:50px; height:50px; margin:0 auto; opacity:0.9;}
.recruit.type-3 .list-group .list-group-item {border:0;}
.recruit.type-3 .list-group .list-group-item > ul,
.recruit.type-3 .doted-list {margin:8px 0 0 8px; list-style-position: outside;}     
.recruit.type-3 .doted-list > li {color:#434a57; font-size:14px; word-break:keep-all;} 
.recruit.type-3 .doted-list > li:before {background-color:#434a57;} 
.recruit.type-3 .dash-list > li {color:#434a57; font-size:14px; word-break:keep-all;} 
.recruit.type-3 .doted-list > li > .dash-list {margin-top:0;}
.recruit .doted-list > li.text-primary:before {background-color:#0077c8}
.recruit.type-3 .list-group.border .list-group-item {border-bottom:1px solid #e3e9ef;}
.recruit-table {position:relative; width:100%;}
.recruit-table th,
.recruit-table td {font-size:13px; text-align:left; padding:12px; white-space:nowrap; line-height:1.4; border-bottom:1px solid rgba(0, 119, 200, 0.06);}
.recruit-table thead th {color:#858c97; font-weight:300;}
.recruit-table tbody th {color:#1d1d1f; font-weight:500;}
.recruit-table tbody td {color:#434a57; font-weight:400;}
.recruit-table .btn-info {opacity:0.8; font-size:14px; width:20px; height:20px;}
.list-group {border-radius:0; margin-left:8px;}
.list-group.border {border-radius:24px; margin-left:8px;}
.btn-info {padding:0; width:24px; height:24px; font-size:18px; color:var(--body-color); line-height:24px; background-color:transparent; border:0; font-weight:400;}
.btn-info:hover {color:var(--primary); font-weight:600; background-color:transparent;}
.recruit-table {position:relative; width:100%;}
.recruit-table th,
.recruit-table td {font-size:13px; text-align:left; padding:12px; white-space:nowrap; line-height:1.4; border-bottom:1px solid rgba(0, 119, 200, 0.06);}
.recruit-table thead th {color:#858c97; font-weight:300;}
.recruit-table tbody th {color:#1d1d1f; font-weight:500;}
.recruit-table tbody td {color:#434a57; font-weight:400;}
.recruit-table .btn-info {opacity:0.8; font-size:14px; width:20px; height:20px;}
.recruit.type-3 .info-box {display:flex; flex-direction:column; margin-top:24px; background-color:#f6f9fc; border-radius:24px; gap:16px;}
.recruit.type-3 .info-box h6 {display: inline-block; margin:0 auto; padding:8px 24px; background-color:#fff; border-radius:100px; color:#0077c8; font-size:16px; font-weight:500;}
.recruit.type-3 .info-box ol {display:flex; flex-direction:column; gap:4px; list-style-position:outside;}
.recruit.type-3 .info-box ol li {color:#576071; font-size:13px;}
.recruit-table tbody tr td:last-child .space {display:inline-block; width:1px; height:14px; background-color:transparent;}
@media screen and (max-width:992px) {
    .bg-light-gray .footer {height:auto !important; padding-bottom:80px !important;}
    .recruit.type-3 aside.col-lg-3 {padding:0;}
    .recruit.type-3 .nav-wrap {display:none;}
    .recruit.type-3 .recruit-info {margin:0;}
    .recruit.type-3 .col-lg-9 {padding-left:0; padding-right:0;}
    .recruit.type-3 .col-lg-9 .h2 {display:none;}
    .recruit.type-3 .col-lg-9 .flex-between .btn-wrap {position:fixed; left:0; right:0; bottom:0; display:flex; padding:16px 24px; border-radius:12px 12px 0 0; background-color:#fff; box-shadow:0 14px 28px rgba(0,0,0,0.2), 0 10px 10px rgba(0,0,0,0.2); z-index:10000;}
    .recruit.type-3 .col-lg-9 .btn-apply {flex-grow:1;}
    .recruit.type-3 .recruit-list {gap:40px;}
    .recruit.type-3 .map-area {height:400px;}
    .recruit.type-3 .map-area:after {background-size:auto 380px;}
    .recruit.type-3 .hotspots .hotspot {transform:scale(0.5);}
} /* 992 */
@media screen and (max-width:767px) { 
    .recruit.type-3 .recruit-list li .col-md-6:nth-child(1) .list-group.border {border-radius:24px 24px 0 0; border-bottom:0 !important; }
    .recruit.type-3 .recruit-list li .col-md-6:nth-child(2) .list-group.border {border-radius:0 0 24px 24px; border-top:0 !important; margin-top:-1px;}
    .list-group .list-group-item {padding:8px 16px;}
    .recruit.type-3 .recruit-list > li  > .list-group > .list-group-item {padding:8px 0;}    
    .recruit.type-3 .info-box h6 {font-size:15px; letter-spacing:-1px;}
} /* 767 */
@media screen and (max-width:680px) {     
    .recruit.type-3 {margin:60px 0 0; padding:40px 16px;}
    .recruit.type-3 .recruit-list .recruit1 .row .col-auto:nth-child(1), 
    .recruit.type-3 .recruit-list .recruit1 .row .col-auto:nth-child(2) {width:50%;}    
    .recruit.type-3 .recruit-list .recruit1 .row .col-auto:nth-child(3) {width:100%;}
    .recruit.type-3 .recruit-list .recruit1 .row .col-auto > div {padding:8px;}
    .recruit.type-3 .recruit-steps .recruit-step {width:140px; height:140px; flex-shrink:0;}
    .recruit.type-3 .recruit-steps .recruit-step .icon {transform:scale(0.8);}
    .recruit-table {border-top:1px solid rgba(0, 119, 200, 0.06);}
    .recruit-table thead tr th {display:none;}
    .recruit-table tbody tr td {display:block; border-bottom:0; padding:4px 16px;}
    .recruit-table tbody tr td:last-child {border-bottom:1px solid rgba(0, 119, 200, 0.06);}
    .recruit-table tbody tr th {width:30%; border-right:1px solid rgba(0, 119, 200, 0.06);}
    .recruit.type-3 .list-group.border {margin-left:0;}
    .recruit.type-3 .recruit-steps .recruit-step p {font-size:14px; margin-top:-4px;}
    .recruit.type-3 .recruit-steps .recruit-step + .recruit-step:before {left:10px; width:20px; height:20px; background-size:100%;}
} /* 680 */
@media screen and (max-width:600px) { 
    .recruit.type-3 aside .h4 {font-size:18px;}
    .recruit.type-3 aside .brand {padding:4px 16px; font-size:14px;}
    .recruit.type-3 .recruit-list > li > h5 {margin-bottom:8px; font-size:16px;}
    .recruit.type-3 .recruit-list h6 {font-size:15px; letter-spacing:-1px;}
    .recruit.type-3 .recruit-steps .recruit-step {width:120px; height:120px;}
    .recruit.type-3 .recruit-steps .recruit-step + .recruit-step {margin-left:-40px;}
    .recruit-table {border-top:0;}
    .recruit-table tbody tr th {display:block; width:100%; padding:12px 8px 4px; color:#1d1d1f; border-right:0; border-bottom:0;}
    .recruit-table tbody tr td:last-child {border-bottom:0;}
    .list-group {margin-left:0;}
} /* 600 */
@media screen and (max-width:500px) { 
    .recruit.type-3 .recruit-steps {flex-wrap:wrap; padding:0; transform:scale(0.9);}
    .recruit.type-3 .recruit-steps .recruit-step + .recruit-step {margin-left:0;}
    .recruit.type-3 .recruit-steps .recruit-step + .recruit-step:before {display:none;}
} /* 500 */
@media screen and (max-width:400px) { 
    .recruit.type-3 .list-group .list-group-item .text-body-secondary.me-2 {margin-right:4px !important;}
    .recruit.type-3 .list-group .list-group-item a {letter-spacing:-1px; white-space:nowrap;}
    .recruit-table tbody tr td {padding:0 12px; line-height:1.4;}
} /* 400 */

