@charset "utf-8";

/* 의무사소개 > 의무사령관 인사말 */
.comm-greeting { display: flex; flex-direction: column; position: relative; }
.comm-greeting .top { padding-left: 470px; display: flex; flex-direction: column; }
.comm-greeting .top .commdr { position: absolute; left: 40px;  z-index: 1; }
.comm-greeting .top .img-wrap { width: 260px; height: 312px; margin-left: 40px; margin-bottom: 65px; background-color: #fff; display: flex; align-items: center; justify-content: center; position: relative; }
.comm-greeting .top .img-wrap:before { width: 260px; height: 312px; content: ""; background-color: #e5f1fc; display: block; position: absolute; left: -40px; bottom: -40px; z-index: -1; }
.comm-greeting .top .img-wrap .overflow { width: 210px; height: 252px; overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; }
.comm-greeting .top .img-wrap .overflow img { max-width: 100%; height: auto; display: block; }
.comm-greeting .top dl { display: flex; flex-direction: column; }
.comm-greeting .top dl dd { width: 100%; margin: 0;font-size: 24px; text-align: center; font-weight: 700; }
.comm-greeting .top dl dt { width: 100%; margin-bottom: 5px; font-size: 18px; text-align: center; }
.comm-greeting .bottom { padding: 70px 50px 70px 400px; background-color: #f8f8f8; display: flex; flex-direction: column; }
.comm-greeting .top .highlight { padding-top: 50px; margin-bottom: 50px; }
.comm-greeting .top .highlight p { font-size: clamp(24px, 3vw, 32px); font-weight: 700; line-height: 1.4; display: block; position: relative; }
.comm-greeting .top .highlight p:before, .comm-greeting .top .highlight p:after { width: 30px; height: 30px; content: ""; background-image: url("../images/sub/quote.png"); background-size: cover; display: inline-block; opacity: .2; }
.comm-greeting .top .highlight p:before { margin-right: 13px; position: absolute; left: -43px; }
.comm-greeting .top .highlight p:after { margin-left: 13px; transform: rotate(180deg); }
.comm-greeting .bottom .ment { font-size: clamp(16px, 3vw, 18px); line-height: 1.55; }

/* 의무사소개 > 역대 의무사령관 */
.comd-history { margin: -15px -15px 40px -15px; display: flex; flex-wrap: wrap; }
.comd-history li { width: calc(100% / 3 - 30px); margin: 15px; padding: 25px 30px; border: 1px solid #dedede; border-radius: 20px; box-sizing: border-box; display: flex; align-items: center; }
.comd-history li .img-wrap { width: 120px; height: 150px; margin-right: 15px; }
.comd-history li .img-wrap img { width: 100%; height: 100%; }
.comd-history li .text-wrap .num { margin-bottom: 10px; padding: 2px 13px; background-color: #fff; border: 1px solid #0072e6; border-radius: 5px; color: #0072e6; font-size: 15px; line-height: 1.5; font-style: normal; display: inline-block; }
.comd-history li .text-wrap strong { font-size: 22px; font-weight: 500; display: block; }
.comd-history li .text-wrap p { margin-top: 18px; font-size: 15px; }
.comd-history li .text-wrap p span { margin-right: 10px; color: rgba(0,0,0,.5); display: inline-block; }

/* 의무사소개 > 의무사 부대정보 */
.medcom-info :is(.first-line, .second-line) { width: 100%; grid-template-columns: calc(50%) calc(50%); gap: 50px; grid-template-columns: 1fr 1fr; display: grid; }
.medcom-info .first-line .mark-design { padding: 40px 30px; background-image: url("../images/sub/symbol_bg.png"); background-size: 8px; border: 1px solid #dedede; border-radius: 20px; box-sizing: border-box; display: flex; justify-content: center; align-items: center; }
.medcom-info .first-line .mark-design .img { width: 200px; margin-right: 60px; }
.medcom-info .first-line .mark-design .img img { width: 100%; }
.medcom-info .first-line .mark-design ul { display: flex; flex-direction: column; }
.medcom-info .first-line .mark-design ul li { display: flex; align-items: center; }
.medcom-info .first-line .mark-design ul li + li { margin-top: 25px; }
.medcom-info .first-line .mark-design ul li .color { width: 60px; height: 35px; margin-right: 20px; background-color: #FFB600; border: 1px solid #dedede; display: block; }
.medcom-info .first-line .mark-design ul li:nth-child(2) .color { background-color: #A00E0E; }
.medcom-info .first-line .mark-design ul li:nth-child(3) .color { background-color: #fff; }
.medcom-info .first-line .mark-design ul li dt { font-weight: 700; }
.medcom-info .first-line .mark-design ul li dd { margin: 0; }
.medcom-info .first-line .mark-caption { display: flex; align-items: center; }
.medcom-info .first-line .mark-caption ul { width: 100%; grid-template-columns: calc(50%) calc(50%); gap: 30px; grid-template-columns: 1fr 1fr; display: grid; }

.unit-video .video-wrap { width: 100%; height: 300px; margin-bottom: 20px; background-color: #000; overflow: hidden; position: relative; }
.unit-video .video-wrap video { height: 100%; object-fit: cover; transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; }
.unit-video .action-btn-group .left { align-items: center; }

/* 군 병원 안내 > 병원소개 */
.hospital { display: flex; align-items: start; }
.hospital.introduc .left { width: 40%; display: flex; flex-direction: column; }
.hospital.introduc .right { width: 60%; margin-left: 50px; display: flex; flex-direction: column; }
.hospital.introduc .img-wrap { position: relative; }
.hospital.introduc .img-wrap .overflow { width: 100%; height: 300px; margin: 0 0 45px 0; border-radius: 20px; overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; }
.hospital.introduc .img-wrap .overflow img {width: 100%; height:100%; display: block; }
.hospital.introduc .text-wrap { display: flex; justify-content: center; flex-direction: column; }
.hospital.introduc .text-wrap strong { margin-bottom: 35px; font-size: clamp(24px, 5vw, 28px); font-weight: 700; display: block; position: relative; }
.hospital.introduc .text-wrap strong:before { width: 25px; height: 3px; margin-bottom: 15px; content: ""; background-color: #0072e6; display: block; position: relative; }
.hospital.introduc .text-wrap .ment { font-size: clamp(16px, 3vw, 18px); line-height: 1.55; }
.hospital.introduc .video-wrap { width: 100%; height: 300px; margin-bottom: 20px; background-color: #000; overflow: hidden; position: relative; }
.hospital.introduc .video-wrap video { height: 100%; object-fit: cover; transform: translate(-50%, -50%); position: absolute; top: 50%; left: 50%; }
.hospital .core-values { width: 100%; display: flex; }
.hospital .core-values .mission, .hospital .core-values .vision { width: 50%; padding: 25px 30px; background-image: url("../images/sub/mission_bg.png"); background-size: contain; background-position: top right; background-repeat: no-repeat; border-radius: 20px; box-sizing: border-box; }
.hospital .core-values .mission { background-color: #e8f3fc; }
.hospital .core-values .vision { margin-left: 30px; background-color: #ecf7fa; }
.hospital .core-values .mission strong { color: #228be6; }
.hospital .core-values .vision strong { color: #0c95bd; }
.hospital .core-values strong { margin-bottom: 13px; font-size: 20px; font-weight: 700; text-align: center; display: block; }
.hospital .core-values .list-type.hyphen > li:before { top: 12px; }
.hospital .history ol { margin-top: 20px; border-top: 1px solid #ddd; display: flex; flex-direction: column; }
.hospital .history ol li { padding: 13px 15px; border-bottom: 1px solid #ddd; display: flex; }
.hospital .history ol li strong { min-width: 95px; width: 130px; margin-right: 15px; display: inline-block; }
.hospital .history ol li span { line-height: 1.35; }

/* 군 병원 안내 > 병원장 인사말 */
.hospital.greeting .left { width: 30%; display: flex; flex-direction: column; align-items: center; }
.hospital.greeting .left .img-wrap { width: 260px; height: 312px; margin-left: 40px; margin-bottom: 65px; background-color: #fff; display: flex; align-items: center; justify-content: center; position: relative; }
.hospital.greeting .left .img-wrap:before { width: 260px; height: 312px; content: ""; background-color: #e5f1fc; display: block; position: absolute; left: -40px; bottom: -40px; z-index: -1; }
.hospital.greeting .left .img-wrap .overflow { width: 210px; height: 252px; overflow: hidden; display: flex; align-items: center; justify-content: center; position: relative; }
.hospital.greeting .left .img-wrap .overflow img { max-width: 100%; height: 100%; display: block; }
.hospital.greeting .left dl { display: flex; flex-direction: column; }
.hospital.greeting .left dl dd { width: 100%; margin: 0;font-size: 24px; text-align: center; font-weight: 700; }
.hospital.greeting .left dl dt { width: 100%; margin-bottom: 5px; font-size: 18px; text-align: center; }
.hospital.greeting .right { width: 60%; margin-left: 50px; display: flex; flex-direction: column; }
.hospital.greeting .right .highlight p { margin-bottom: 30px; font-size: clamp(28px, 3vw, 32px); font-weight: 700; display: block; }
.hospital.greeting .right .highlight p span { color: #0072e6; }
.hospital.greeting .right .highlight strong { margin-bottom: 40px; font-size: 20px; font-weight: 700; display: block; position: relative; }
.hospital.greeting .right .highlight strong:before, .hospital.greeting .right .highlight strong:after { width: 30px; height: 30px; content: ""; background-image: url("../images/sub/quote.png"); background-size: cover; display: inline-block; opacity: .2; }
.hospital.greeting .right .highlight strong:before { margin-right: 13px; }
.hospital.greeting .right .highlight strong:after { margin-left: 13px; transform: rotate(180deg); }
.hospital.greeting .right .ment { font-size: clamp(16px, 3vw, 18px); line-height: 1.55; }
.hospital .career .list-type { margin-top: 20px; padding-top: 15px; padding-bottom: 15px; border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; }
.hospital .career .list-type li + li { margin-top: 8px; }

/* 군 병원 안내 >  진료과 선택 */
.medipart-list ul { margin: -15px; display: flex; flex-wrap: wrap; }
.medipart-list ul li { width: calc(100% / 6 - 30px); margin: 15px; border: 1px solid #dedede; border-radius: 20px; box-sizing: border-box; overflow: hidden; cursor: pointer; position: relative; }
.medipart-list ul li .dept-info { padding: 130px 0 30px; background-repeat: no-repeat; border-radius: 10px; font-size: 18px; font-weight: 500; text-align: center; box-sizing: border-box; position: relative; }
.medipart-list ul li .dept-info i { width: 80px; height: 80px; background-color: #f5f9fe; border-radius: 100%; display: flex; align-items: center; justify-content: center; position: absolute; top: 30px; left: 50%; transform: translateX(-50%); z-index: -1; }
.medipart-list ul li .dept-info i:before { width: 45px; height: 45px; content: ""; background-image: url("../images/sub/medipart_sprites.png"); background-size: auto 45px; display: inline-block; }
.medipart-list ul li .icon-1:before { background-position: 0 0; }
.medipart-list ul li .icon-2:before { background-position: -43px 0; }
.medipart-list ul li .icon-3:before { background-position: -90px 0; }
.medipart-list ul li .icon-4:before { background-position: -135px 0; }
.medipart-list ul li .icon-5:before { background-position: -179px 0; }
.medipart-list ul li .icon-6:before { background-position: -224px 0; }
.medipart-list ul li .icon-7:before { background-position: -270px 0; }
.medipart-list ul li .icon-8:before { background-position: -315px 0; }
.medipart-list ul li .icon-9:before { background-position: -359px 0; }
.medipart-list ul li .icon-10:before { background-position: -405px 0; }
.medipart-list ul li .icon-11:before { background-position: -448px 0; }
.medipart-list ul li .icon-12:before { background-position: -495px 0; }
.medipart-list ul li .icon-13:before { background-position: -540px 0; }
.medipart-list ul li .icon-14:before { background-position: -585px 0; }
.medipart-list ul li .icon-15:before { background-position: -630px 0; }
.medipart-list ul li .icon-16:before { background-position: -675px 0; }
.medipart-list ul li .dept-link { width: 100%;height: 100%; padding: 30px 20px; gap: 10px; background-color: #0072e6; box-sizing: border-box; text-align: center; display: flex; flex-direction: column; justify-content: center; position: absolute; left: 0; top: 100%; transition: all .3s ease; z-index: 2; }
.medipart-list ul li .dept-link a { min-height: 40px;border: 1px solid rgba(255,255,255,0.5); border-radius: 7px; box-sizing: border-box; color: #fff; display: flex; justify-content: center; align-items: center; }
.medipart-list ul li .dept-link a:hover { background-color: #fff; color: #0072e6; text-decoration: none; }
.medipart-list ul li.over .dept-link { top: 0; }

/* 군 병원 안내 >  의료진 소개 */
.doctor-list ul { margin: -15px; display: flex; flex-wrap: wrap; }
.doctor-list ul li { width: calc(100% / 4 - 30px); margin: 15px; padding: 25px 30px 20px 30px; border: 1px solid #dedede; border-radius: 20px; box-sizing: border-box; display: flex; flex-direction: column; align-items: center; justify-content: center; cursor: pointer; position: relative; }
.doctor-list ul li .img-wrap { width: 140px; height: 175px; margin-bottom: 17px; }
.doctor-list ul li .img-wrap img { width: 100%; height: 100%; }
.doctor-list ul li .text-wrap { text-align: center; display: block; }
.doctor-list ul li .text-wrap span { font-size: 22px; font-weight: 700; display: inline-block; position: relative; }
.doctor-list ul li .text-wrap em { margin-left: : 10px; color: rgba(0,0,0,.5); font-style: normal; display: inline-block; }

/* 군 병원 안내 >  진료 시간표 */
.timetable-list .alert { margin-bottom: 30px; }
.timetable-list ul { margin: -15px -15px 40px -15px; display: flex; flex-wrap: wrap; }
.timetable-list ul li { width: calc(100% / 3 - 30px); margin: 15px; padding: 25px 30px; border: 1px solid #dedede; border-radius: 20px; box-sizing: border-box; display: flex; flex-direction: column; cursor: pointer; position: relative; }
.timetable-list ul li .text-wrap { margin-bottom: 20px; display: flex; flex-direction: column; }
.timetable-list ul li .text-wrap strong { order: 2; height: 29px; margin-bottom: 7px; font-size: clamp(20px, 5vw, 22px); font-weight: 700; display: inline-block; position: relative; white-space: normal; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; overflow: hidden; }
.timetable-list ul li .text-wrap p { order: 3; }
.timetable-list ul li .text-wrap span { order: 1; margin-bottom: 10px; margin-left: auto; font-size: clamp(14px, 5vw, 15px); color: rgba(0,0,0,.5); text-align: right }
.timetable-list ul li .text-wrap em { margin-right: 5px; font-style: normal; display: inline-block; }
.timetable-list ul li .btn-wrap { gap: 7px; display: flex; }
.timetable-list ul li .btn-wrap .btn { width: 100%; }
.timetable-list ul li .btn-wrap .i-down { margin-left: 4px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%230072e6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-download'%3E%3Cpath d='M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4'%3E%3C/path%3E%3Cpolyline points='7 10 12 15 17 10'%3E%3C/polyline%3E%3Cline x1='12' y1='15' x2='12' y2='3'%3E%3C/line%3E%3C/svg%3E"); position: relative; top: 1px; }

/* 군 병원 안내 > 면회/복지시설 안내 */
.carehub li { width: 100%; grid-template-columns: calc(80px) calc(100% - 80px); gap: 15px; display: grid; }
.carehub li strong { padding-right: 10px; font-weight: normal; position: relative; }
.carehub li strong:after { width: 1px; height: 14px; margin: 0; content: ""; background-color: #d8d8d8; display: inline-block; position: absolute; top: 4px; right: 0; }
.carehub li + li { margin-top: 6px !important; }

/* 군 병원 안내 > 오시는 길 */
.sketch-map .img-wrap { width: 100%; height: 500px; margin-bottom: 25px; border-radius: 20px; overflow: hidden; display: flex; justify-content: center; align-items: center; }
.sketch-map .img-wrap img { height: 100%; width:100%;}
.sketch-map .address { padding: 25px 30px; border: 1px solid #dedede; border-radius: 20px; box-sizing: border-box; }
.sketch-map .address .badge { margin-right: 12px; font-size: clamp(16px, 3vw, 18px); }
.sketch-map .address p { font-size: clamp(18px, 5vw, 20px); font-weight: 500; line-height: 1.3; display: inline-block; }
.route { width: 100%; grid-template-columns: calc(50%) calc(50%); gap: 50px; display: grid; }
.route .list-type p { margin-top: 2px; }
.route .list-type li > p { margin-bottom: 12px; }
.img-wrap img{width:100%;}

/* 주요기관 안내 >  의무학교 > 학교소개 */
.img-box { margin: 25px auto; display: flex; justify-content: center; }
.img-box .overflow { border: 1px solid #e7e7e7; border-radius: 20px; box-sizing: border-box; display: inline-block; overflow: hidden; }
.img-box .overflow img { width: auto; }
.school .history-list { width: 100%; grid-template-columns: calc(50%) calc(50%); gap: 50px; display: grid; }
.history-list > ol { margin-top: 20px; border-top: 1px solid #ddd; display: flex; flex-direction: column; }
.history-list > ol > li { padding: 13px 15px; border-bottom: 1px solid #ddd; display: flex; }
.history-list > ol > li strong { min-width: 140px; width: 140px; margin-right: 15px; text-align: center; display: inline-block; }
.history-list > ol > li span { line-height: 1.35; }
.school .history-img { width: 100%; gap: 50px; }
.school .history-img ol { margin: -10px -15px 0 -15px !important; display: flex; flex-wrap: wrap; }
.school .history-img ol > li { width: calc(100% / 6 - 30px); margin: 15px; border: 1px solid #dedede; border-radius: 20px; box-sizing: border-box; overflow: hidden; display: flex; flex-direction: column; cursor: pointer; position: relative; }
.school .history-img ol > li .img { width: 100%; }
.school .history-img ol > li .img img { width: 100%; }
.school .history-img ol > li .caption { padding: 8px 15px; }
.school .move-img { width: calc(100% - 50px); max-height: 579px; background-color: #C6D5E8; border: 1px solid #dedede; border-radius: 20px; box-sizing: border-box; overflow: hidden; display: flex; justify-content: center; align-items: flex-start; }
.school .move-img img { height: 100%; }
.school.lab .history-list { width: 100%; grid-template-columns: inherit; }

/* 주요기관 안내 > 의학연구소 > 기관소개 */
.lab-core-values { display: flex; align-items: center; flex-direction: column; }

.lab-process { width: 100%; margin: 20px -10px 0 -10px; display: flex; justify-content: center; flex-wrap: wrap; }
.lab-process li { width: calc(33% - 48px); min-width: 150px; margin: 15px 20px; padding: 45px 20px 30px 20px; background-color: #F0F8F4; border-radius: 15px; box-sizing: border-box; font-size: 20px; font-weight: 700; line-height: 1.3; text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; }
.lab-process li:nth-child(1) { background-color: #edf6fe; }
.lab-process li:nth-child(2) { background-color: #ecf7fa; }
.lab-process li:nth-child(3) { background-color: #eef3f3; }
.lab-process li strong { padding: 9px 30px 7px 30px; background-color: #228be6; border-radius: 50px; color: #fff; position: absolute; top: -15px; }
.lab-process li:nth-child(1) strong { background-color: #228be6; }
.lab-process li:nth-child(2) strong { background-color: #0c95bd; }
.lab-process li:nth-child(3) strong { background-color: #2b6562; }
.lab-process li:before, .lab-process li:after { width: 28px; height: 28px; margin: -15px 0; content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23CCCCCC' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 28px; border-radius: 50px; opacity: .7; display: block; position: absolute; top: 50%; bottom: 50%; }
.lab-process li:after { right: -35px; }
.lab-process li:before { display: none; left: -35px;  }
.lab-process li:last-child:after { display: none; }
.lab-process li:nth-child(4n) { margin-right: 50px; }
.lab-core-values .mid-text { margin-bottom: 40px; padding: 20px 60px; border: 2px solid #ededed; border-radius: 300px; font-size: clamp(20px, 3vw, 24px); font-weight: 700; line-height: 1.3; display: block; position: relative; }
.lab-core-values .mid-text span { color: #0072e6; }
.lab-core-values .mid-text:before, .lab-core-values .mid-text:after { width: 30px; height: 30px; content: ""; background-image: url("../images/sub/quote.png"); background-size: cover; display: inline-block; opacity: .2; }
.lab-core-values .mid-text:before { margin-right: 13px; }
.lab-core-values .mid-text:after { margin-left: 13px; transform: rotate(180deg); }
.lab-core-values .arrow-down { width: 420px; height: 79px; margin: 10px 0 20px 0;  background-image: url("../images/sub/lab/arrow_down.svg"); background-size: cover; display: inline-block; opacity: .5; }
.lab-core-values .core-values { font-size: clamp(18px, 3vw, 20px); display: flex; flex-direction: column; }
.lab-core-values .core-values .vision, .lab-core-values .core-values .mission { margin: 15px 0; display: flex; }
.lab-core-values .core-values * strong { min-width: 130px; margin-right: 20px; padding: 20px 10px; border-radius: 15px; text-align: center; color: #fff; display: flex; justify-content: center; align-items: center; }
.lab-core-values .core-values .vision strong { background-color: #0072E6; }
.lab-core-values .core-values .mission strong { background-color: #003da5; }
.lab-core-values .core-values * p { width: 100%; padding: 20px 10px; border: 2px solid #ededed; border-radius: 15px; text-align: center; box-sizing: border-box; }
.lab-core-values .core-values * ul { width: 100%; padding: 20px 40px; border: 2px solid #ededed; border-radius: 15px; text-align: center; line-height: 1.8; display: flex; flex-wrap: wrap; justify-content: center; box-sizing: border-box; }
.lab-core-values .core-values * ul li + li:before { width: 1px; height: 16px; margin: 0 15px 0 15px; content: ""; background-color: #d8d8d8; display: inline-block; position: relative; top: 1px; }

/* 조직도 */
.organization {padding-top:1em;}
.organization .top { width: 125px; height: 125px; display:block; margin:0 auto; font-weight:700; text-align:center; background-color: #003da5; border-radius: 50%; display: flex; justify-content: center; align-items: center; position:relative;}
.organization .top span { font-size: 20px; color:#fff; position:relative;}
.organization .top:before {content:''; width: 162px; height: 162px; background: #003da5; border-radius:50%; opacity:.07; position:absolute; top:-19px; left:-19px; z-index:-1; }
.organization .top:after { width: 1px; height: 205px; content: ""; background-color: #ccc; display: block; position: absolute; top: 0; left: 50%; bottom: 0; z-index: -2; }
.organization > ul { margin-top: 50px; }
.organization > ul > li { padding: 50px 25px; position: relative; }
.organization > ul > li:before { width: calc(65% - 4px); height: 1px; content: ""; background-color: #ccc; position: absolute; top: 0; left: 50%;
  transform: translateX(-50%); z-index: -1; }
.organization > ul > li + li {margin-top:1.11em;}
.organization > ul > li > ul {display:flex; margin:0 -.27em;}
.organization > ul > li > ul > li {flex:1; padding:0 20px .27em; position: relative; }
.organization > ul > li > ul > li:before { width: 1px; height: 85px; content: ""; background-color: #ccc; display: block; position: absolute; top: -50px; left: 50%; bottom: 0; z-index: -2; }
.organization .inner > strong, .organization .inner > p { padding: 13px 30px; border-radius: 70px; font-size: clamp(16px, 5vw, 20px); font-weight: 700; color:#fff; text-align:center; display:block; }
.organization .inner >strong { margin-bottom: 25px; background-color: #0072e6; }
.organization .inner > ul { gap: 25px; display: flex; flex-direction: column; }
.organization .inner > ul > li { position: relative; }
.organization .inner > ul > li:before { width: 1px; height: 85px; content: ""; background-color: #ccc; display: block; position: absolute; top: -50px; left: 50%; bottom: 0; z-index: -2; }
.organization .inner > ul > li span { padding: 13px 30px; background-color: #e5f1fc; border-radius: 70px; font-size: clamp(16px, 5vw, 20px); font-weight: 700; text-align:center; display:block; }

/* 진료/이용안내 > 민간위탁치료 */
.prov-process { margin: 20px -10px 0 -10px; display: flex; flex-wrap: wrap; }
.prov-process li { width: calc(25% - 48px); min-width: 150px; margin: 15px 20px; padding: 35px 20px 25px 20px; background-color: #edf6fe; border-radius: 15px; box-sizing: border-box; line-height: 1.3; font-weight: 700; text-align: center; display: flex; flex-direction: column; align-items: center; position: relative; }
.prov-process li:nth-child(1) { background-color: #edf6fe; }
.prov-process li:nth-child(2) { background-color: #eaf5fd; }
.prov-process li:nth-child(3) { background-color: #e8f3fc; }
.prov-process li:nth-child(4) { margin-right: 0; background-color: #e8f2fb; }
.prov-process li:nth-child(5) { background-color: #e8f1f9; }
.prov-process li:nth-child(6) { background-color: #e7eff6; }
.prov-process li:nth-child(7) { background-color: #e8f1f9; }
.prov-process li:nth-child(8) { background-color: #e8f2fb; }
.prov-process li:nth-child(9) { background-color: #e8f3fc; }
.prov-process li strong { padding: 7px 20px 5px 20px; background-color: #228be6; border-radius: 50px; color: #fff; position: absolute; top: -15px; }
.prov-process li span { margin-top: 3px; font-size: 15px; display: block; }
.prov-process li:nth-child(1) strong { background-color: #4dabf7; }
.prov-process li:nth-child(2) strong { background-color: #339af0; }
.prov-process li:nth-child(3) strong { background-color: #228be6; }
.prov-process li:nth-child(4) strong { background-color: #1c7ed6; }
.prov-process li:nth-child(5) strong { background-color: #1971c2; }
.prov-process li:nth-child(6) strong { background-color: #1864AB; }
.prov-process li:nth-child(7) strong { background-color: #1971c2; }
.prov-process li:nth-child(8) strong { background-color: #1c7ed6; }
.prov-process li:nth-child(9) strong { background-color: #228be6; }
.prov-process li:before, .prov-process li:after { width: 28px; height: 28px; margin: -15px 0; content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23CCCCCC' stroke-width='5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: center; background-size: 28px; border-radius: 50px; opacity: .7; display: block; position: absolute; top: 50%; bottom: 50%; }
.prov-process li:after { right: -35px; }
.prov-process li:before { display: none; left: -35px; }
.prov-process li:last-child:after { display: none; }
.prov-process li:nth-child(4n) { margin-right: 50px; }
.prov-process .wrap { width: 100%; display: flex; }
.prov-process .wrap .circle { width: 70px; min-width: 70px; height: 70px; min-height: 70px; margin-right: 15px; background-color: #fff; border-radius: 100px; font-size: 15px; display: flex; align-items: center; justify-content: center; }
.prov-process .wrap p { display: inline-block; }
.prov-process.split-3 li { width: calc(100% / 3 - 50px); }
.prov-process.split-3 li:nth-child(4n) { margin-right: 20px; }
.prov-process.split-3 li:nth-child(3n) { margin-right: 50px; }
.prov-process.split-3 .wrap p { width: 100%; display: flex; align-items: center; justify-content: center; }

.img-expsport { width: 700px; margin: 15px auto !important; }
.img-expsport img { width: 100%; }

/* 정보공개 > 정보공개 제도안내 */
.link-box { margin: 15px 0; gap: 30px; display: flex; flex-wrap: wrap; }
.link-box li { width: calc(100% / 4 - 24px); padding: 20px 25px; background-color: #f0f7fe; border-radius: 15px; box-sizing: border-box; display: flex; flex-direction: column; }
.link-box li span { font-size: 18px; line-height: 1.35; font-weight: 700; text-align: center; display: block; }
.link-box li em { margin-top: 5px; font-size: 15px; font-style: normal; text-align: center; display: block; }
.link-box li em .icon { margin-right: 5px; opacity: .7; position: relative; top: 6px; }
.link-box li p { margin-top: 7px; font-size: 15px; text-align: center; line-height: 1.45; }
.link-box li .btn-wrap { min-width: 101px; margin-top: auto; padding-top: 15px; }
.link-box li .btn { display: block; }
.link-box li .btn:after { width: 15px; height: 15px; margin-left: auto; content: ""; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' class='feather feather-external-link'%3E%3Cpath d='M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6'%3E%3C/path%3E%3Cpolyline points='15 3 21 3 21 9'%3E%3C/polyline%3E%3Cline x1='10' y1='14' x2='21' y2='3'%3E%3C/line%3E%3C/svg%3E"); background-size: cover; background-repeat: no-repeat; display: inline-block; position: relative; top: 2px; left: 5px; }

/* 사이트맵 */
.structure > ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 30px; grid-column: span 1; position: relative; }
.structure > ul > li:nth-child(2) { grid-column: span 3; }
.structure > ul > li:nth-child(2) > ul { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.structure > ul li { position: relative; }
.structure > ul > li > strong { margin-bottom: 20px; padding: 15px; background-color: #EDF1F5; border-radius: 15px; box-sizing: border-box; text-align: center; font-size: 1.125rem; display: block; }
.structure > ul > li > ul { margin: 5px 0 10px 15px; }
.structure > ul > li > ul > li + li { margin-top: 6px; }
.structure > ul > li > ul > li:before { width: 4px; height: 4px; content: ""; background-color: #00827F; border-radius: 10px; display: block; position: absolute; top: 9px; left: -9px; }
.structure > ul > li > ul > li a { color: #000; }
.structure > ul > li > ul > li > ol { margin-top: 4px; margin-left: 12px; }
.structure > ul > li > ul > li > ol > li + li { margin-top: 3px; }
.structure > ul > li > ul > li > ol > li a { color: #666; }
.structure > ul > li > ul > li > ol > li:before { width: 6px; height: 1px; content: ""; background-color: #000; display: block; position: absolute; top: 9px; left: -11px; }

/* 오시는 길 */
.location { display: flex; flex-direction: column; }
.location .address { margin-bottom: 30px; padding: 25px 30px 25px 70px; border: 1px solid #dedede; border-radius: 20px; box-sizing: border-box; display: flex; align-items: center; position: relative; }
.location .address p { font-size: clamp(18px, 5vw, 20px); font-weight: 500; line-height: 1.3; display: inline-block; }
.location .address:before { width: 40px; height: 40px; content: ""; background-image: url("../images/sub/location_img.png"); background-size: cover; display: inline-block; position: absolute; left: 20px; }
.location .traffic-info { display: flex; flex-direction: column; gap: 30px; }
.location .traffic-info > li { padding-left: 100px; position: relative; }
.location .traffic-info > li > strong { padding: 5px 0 10px 0; font-size: 19px; font-weight: 700; line-height: 27px; display: inline-block; position: relative; }
.location .traffic-info > li .icon { width: 60px; height: 60px; content: ""; background-size: cover; background-color: #f0f7fe;  background-repeat: no-repeat; background-position: center; border-radius: 70px; display: flex; justify-content: center; align-items: center; position: absolute; left: 20px; }
.location .traffic-info > li .icon:before { width: 40px; height: 40px; content: ""; background-image: url("../images/sub/traffic_sprites.png"); background-size: auto 40px; display: inline-block; }
.location .traffic-info > li .icon-1:before { background-position: 0 0; }
.location .traffic-info > li .icon-2:before { background-position: -40px 0; }
.location .traffic-info > li .icon-3:before { background-position: -80px 0; }
.location .traffic-info > li > ol { margin-top: 13px; }
.location .traffic-info > li > ol > li + li { margin-top: 10px; }
.location .traffic-info > li > ol > li > p { margin-left: 5px; display: inline-block; }

/* Swiper 전환 깜박임 개선 */


.sec-0 {
	position: relative;
	overflow:hidden;
	height:77vh !important;
}

.sec-0 .hero{
	position: relative;
	overflow:hidden;
	height:77vh !important;
}

@supports(height:100svh){
	.sec-0{height:77svh !important;}
}

@media (max-width: 768px){
	.sec-0 {height:calc(var(--vh)* 77-var(--header-h)) !important;}
}

.sec-0 .bg1,
.sec-0 .bg2{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size:cover;
	background-position:center;
	background-repeat:no-repeat;
	transition: opacity 0.8s ease-in-out;
	opacity: 0;
	z-index: 1;
}

.sec-0 .bg1.active,
.sec-0 .bg2.active{
	opacity: 1;
	z-index: 2;
}

.sec-0 .visual-ment{
	position: relative !important ;
	z-index: 10000!important;
}

.fp-auto-height .fp-tableCell{
	height: auto!important;
}
