@charset "utf-8";

html,
body {
    min-width: 1200px;
}

body {
    margin: 0;
    background: #fff;
    color: #111;
    font-family: 'Noto Sans KR', 'Noto Sans Kr', 'Malgun Gothic', sans-serif;
}

#wrap {
    width: 100%;
    overflow: hidden;
}

.navbar.gnb-md {
    position: relative;
    top: auto;
    left: auto;
    z-index: 1100;
    width: 100%;
    height: auto;
    margin: 0;
    background: #fff;
    transition: box-shadow .22s ease, transform .28s ease;
}

body.oc-gnb-fixed .navbar.gnb-md {
    position: fixed;
    top: 0;
    left: 0;
    transform: translateY(0);
    box-shadow: 0 10px 28px rgba(0, 48, 83, .1);
}

body.oc-gnb-fixed .oc-main {
    padding-top: 102px;
}

.navbar.gnb-md .navbar-collapse {
    display: block;
}

.oc-main {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.oc-main * {
    box-sizing: border-box;
}

.oc-section {
    position: relative;
    width: 100%;
}

.oc-section img {
    display: block;
    width: 100%;
    height: auto;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    margin: 0 0 20px 0;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.oc-hotspot {
    position: absolute;
    z-index: 5;
    display: block;
    overflow: hidden;
    text-indent: -9999px;
}

.oc-hotspot:focus-visible,
.oc-quick a:focus-visible,
.oc-news-filter button:focus-visible,
.oc-news a:focus-visible {
    outline: 4px solid rgba(0, 183, 191, .42);
    outline-offset: 5px;
}

.oc-hero {
    background: #f7f5ef;
}

.oc-hero.has-vimeo {
    height: 900px;
    overflow: hidden;
    background: #000;
}

.oc-hero .embed-container {
    position: absolute;
    inset: 0;
    z-index: 1;
    height: 100%;
    padding-bottom: 0;
    margin: 0;
    overflow: hidden;
}

.oc-hero .embed-container::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    pointer-events: none;
    background: linear-gradient(90deg, rgba(255, 255, 255, .18), rgba(255, 255, 255, .04));
}

.oc-hero .embed-container .main_video {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 56.25vw;
    min-width: 1600px;
    min-height: 100%;
    border: 0;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.oc-hero .oc-hotspot.health {
    left: 38.5%;
    top: 38%;
    width: 14.5%;
    height: 29%;
    border-radius: 50%;
}

.oc-hero .oc-hotspot.endoscopy {
    left: 53%;
    top: 38%;
    width: 14.5%;
    height: 29%;
    border-radius: 50%;
}

.oc-hero .oc-hotspot.outpatient {
    left: 67.5%;
    top: 38%;
    width: 14.5%;
    height: 29%;
    border-radius: 50%;
}

.oc-hero .oc-hotspot.special {
    left: 82%;
    top: 38%;
    width: 14%;
    height: 29%;
    border-radius: 50%;
}

.oc-hero .oc-hotspot.center {
    left: 44.5%;
    top: 73%;
    width: 43.5%;
    height: 13%;
    border-radius: 999px;
}

.oc-program {
    min-height: 980px;
    overflow: hidden;
    background: url('../images/onecare/pc/program_bg_health.jpg') center / cover no-repeat;
    transition: background-image .2s ease, filter .25s ease;
}

.oc-program::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(0, 48, 83, .88) 0%, rgba(0, 91, 125, .72) 38%, rgba(0, 91, 125, .2) 62%, rgba(0, 45, 79, .1) 100%),
        radial-gradient(circle at 72% 18%, rgba(0, 183, 191, .18), rgba(0, 183, 191, 0) 32%);
}

.oc-program::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    background: linear-gradient(120deg, rgba(0, 183, 191, .28), rgba(255, 255, 255, 0) 52%);
    transition: opacity .22s ease;
}

.oc-program.is-active::after {
    opacity: 1;
}

.oc-program[data-active="endoscopy"] {
    background-image: url('../images/onecare/pc/program_bg_endoscopy.jpg');
}

.oc-program[data-active="outpatient"] {
    background-image: url('../images/onecare/pc/program_bg_outpatient.jpg');
}

.oc-program[data-active="special"] {
    background-image: url('../images/onecare/pc/program_bg_special.jpg');
}

.oc-program-inner {
    position: relative;
    z-index: 3;
    display: grid;
    grid-template-columns: minmax(0, 540px) minmax(0, 790px);
    grid-template-areas:
        "heading cards"
        "detail cards"
        "flow cards";
    gap: 28px 70px;
    width: 1400px;
    margin: 0 auto;
    padding: 118px 0 96px;
}

.oc-program-heading {
    grid-area: heading;
    align-self: end;
}

.oc-program-heading span {
    display: block;
    color: #7df1f3;
    font-size: 14px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .12em;
}

.oc-program-inner h2 {
    margin: 24px 0 20px;
    color: #fff;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.32;
    letter-spacing: 0;
}

.oc-program-heading p {
    width: 470px;
    margin: 0;
    color: rgba(255, 255, 255, .86);
    font-size: 19px;
    font-weight: 600;
    line-height: 1.65;
    letter-spacing: 0;
}

.oc-program-grid {
    grid-area: cards;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    gap: 24px 26px;
    padding-top: 42px;
}

.oc-program-card {
    position: relative;
    display: block;
    width: 366px;
    height: 230px;
    overflow: hidden;
    color: transparent;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 16px 28px rgba(0, 42, 77, .16);
    transition: transform .25s ease, box-shadow .25s ease;
}

.oc-program-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 10px;
    opacity: 0;
    background: linear-gradient(135deg, rgba(0, 183, 191, .12), rgba(255, 255, 255, 0));
    transition: opacity .25s ease;
}

.oc-program-card:hover,
.oc-program-card:focus,
.oc-program-card.is-active {
    transform: translateY(-10px);
    box-shadow: 0 24px 46px rgba(0, 42, 77, .2);
}

.oc-program-card:hover::before,
.oc-program-card:focus::before,
.oc-program-card.is-active::before {
    opacity: 1;
}

.oc-card-skin {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity .22s ease, transform .22s ease;
}

.oc-card-hover {
    opacity: 0;
}

.oc-program-card:hover .oc-card-normal,
.oc-program-card:focus .oc-card-normal,
.oc-program-card.is-active .oc-card-normal {
    opacity: 0;
}

.oc-program-card:hover .oc-card-hover,
.oc-program-card:focus .oc-card-hover,
.oc-program-card.is-active .oc-card-hover {
    opacity: 1;
}

.oc-card-meta {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.oc-program-detail {
    position: relative;
    grid-area: detail;
    z-index: 4;
    display: grid;
    gap: 12px;
    width: 100%;
    padding: 26px 30px;
    color: #f8feff;
    border-radius: 8px;
    background: rgba(0, 46, 78, .72);
    border: 1px solid rgba(255, 255, 255, .18);
    box-shadow: 0 18px 34px rgba(0, 38, 63, .24);
    backdrop-filter: blur(8px);
}

.oc-detail-eyebrow {
    color: #78e4e8;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: .12em;
}

.oc-program-detail strong {
    font-size: 28px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: 0;
}

.oc-program-detail p {
    margin: 0;
    color: rgba(255, 255, 255, .88);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0;
}

.oc-program-detail ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 6px 0 0;
    padding: 0;
    list-style: none;
}

.oc-program-detail li {
    padding: 8px 13px;
    color: #dffcff;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    background: rgba(0, 183, 191, .22);
    border: 1px solid rgba(120, 228, 232, .28);
    border-radius: 999px;
}

.oc-program-flow {
    grid-area: flow;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.oc-program-flow li {
    min-height: 118px;
    padding: 22px 20px;
    color: #fff;
    background: rgba(255, 255, 255, .11);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    backdrop-filter: blur(6px);
}

.oc-program-flow span {
    display: block;
    color: #77e6ea;
    font-size: 14px;
    font-weight: 900;
    letter-spacing: .08em;
}

.oc-program-flow strong {
    display: block;
    margin-top: 8px;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0;
}

.oc-program-flow em {
    display: block;
    margin-top: 8px;
    color: rgba(255, 255, 255, .78);
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.35;
    letter-spacing: 0;
}

.oc-exam {
    min-height: 1540px;
    overflow: hidden;
    background: #e8fbfa;
}

.oc-exam-bg {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background:
        radial-gradient(circle at 50% 42%, rgba(255, 255, 255, .95), rgba(232, 251, 250, .72) 36%, rgba(221, 249, 247, .95) 72%),
        linear-gradient(90deg, #ecfffd, #dcf8f7);
}

.oc-exam-bg::before {
    content: "";
    position: absolute;
    inset: -40px;
    opacity: .12;
    filter: blur(10px);
    background: url('../images/onecare/pc/exam_center_reference.jpg') center / cover no-repeat;
}

.oc-exam-inner {
    position: relative;
    z-index: 2;
    width: 1400px;
    margin: 0 auto;
    padding: 118px 0 130px;
}

.oc-exam-heading {
    text-align: center;
}

.oc-exam-heading span {
    display: block;
    color: #56bfc1;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: .08em;
}

.oc-exam-heading h2 {
    margin: 24px 0 18px;
    color: #111;
    font-size: 44px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: 0;
}

.oc-exam-heading h2 em {
    color: #00aeb5;
    font-style: normal;
}

.oc-exam-heading p {
    margin: 0;
    color: #222;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: 0;
}

.oc-exam-stage {
    position: relative;
    min-height: 1000px;
    margin-top: 74px;
}

.oc-exam-orbit {
    position: absolute;
    left: 50%;
    top: 165px;
    width: 580px;
    height: 580px;
    border: 12px solid #5acdd0;
    border-radius: 50%;
    transform: translateX(-50%);
    box-shadow: inset 0 0 0 1px rgba(0, 105, 112, .18), 0 28px 60px rgba(0, 116, 128, .12);
}

.oc-exam-orbit::after {
    content: "";
    position: absolute;
    inset: 76px;
    border: 1px solid rgba(0, 139, 148, .12);
    border-radius: 50%;
}

.oc-exam-orbit .node {
    position: absolute;
    z-index: 2;
    width: 78px;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #11838a;
    font-size: 18px;
    font-weight: 900;
    background: #d7fbfb;
    border: 12px solid rgba(89, 206, 210, .35);
    border-radius: 50%;
    box-shadow: 0 12px 26px rgba(0, 101, 114, .18);
    transition: transform .28s ease, background-color .28s ease, color .28s ease;
}

.oc-exam-stage[data-active-exam="system"] .node.n1,
.oc-exam-stage[data-active-exam="environment"] .node.n2,
.oc-exam-stage[data-active-exam="network"] .node.n3,
.oc-exam-stage[data-active-exam="onestop"] .node.n4 {
    color: #fff;
    background: #007f88;
    transform: scale(1.12);
}

.oc-exam-orbit .n1 {
    left: -50px;
    top: 180px;
}

.oc-exam-orbit .n2 {
    right: 62px;
    top: -42px;
}

.oc-exam-orbit .n3 {
    right: -42px;
    bottom: 98px;
}

.oc-exam-orbit .n4 {
    left: -20px;
    bottom: 80px;
}

.oc-exam-core {
    position: absolute;
    inset: 110px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: rgba(238, 255, 254, .82);
    border-radius: 50%;
}

.oc-exam-core strong {
    color: #28aeb4;
    font-size: 34px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
}

.oc-exam-core p {
    margin: 24px 0 46px;
    color: #1e2c33;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.65;
    letter-spacing: 0;
}

.oc-exam-core b {
    color: #0d8990;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: .15em;
}

.oc-exam-feature {
    position: absolute;
    z-index: 4;
    display: grid;
    grid-template-columns: 170px 1fr;
    width: 390px;
    min-height: 242px;
    overflow: hidden;
    color: #111;
    background: #fff;
    border: 1px solid rgba(0, 165, 175, .1);
    border-radius: 8px;
    box-shadow: 0 18px 42px rgba(0, 77, 91, .13);
    cursor: pointer;
    transition: transform .28s ease, box-shadow .28s ease, border-color .28s ease;
}

.oc-exam-feature img {
    width: 170px;
    height: 100%;
    object-fit: cover;
}

.oc-exam-feature div {
    padding: 26px 24px;
}

.oc-exam-feature span {
    display: inline-flex;
    width: 48px;
    height: 48px;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: #00aeb5;
    font-size: 16px;
    font-weight: 900;
    border: 5px solid #9de9eb;
    border-radius: 50%;
}

.oc-exam-feature strong {
    display: block;
    color: #111;
    font-size: 23px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
}

.oc-exam-feature p {
    margin: 14px 0 0;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0;
}

.oc-exam-feature:hover,
.oc-exam-feature:focus,
.oc-exam-feature.is-active {
    border-color: rgba(0, 183, 191, .7);
    box-shadow: 0 30px 60px rgba(0, 77, 91, .2);
    transform: translateY(-18px);
    outline: none;
}

.oc-exam-feature.system {
    left: 0;
    top: 135px;
}

.oc-exam-feature.environment {
    right: 0;
    top: 135px;
}

.oc-exam-feature.onestop {
    left: 0;
    top: 590px;
}

.oc-exam-feature.network {
    right: 0;
    top: 590px;
}

.oc-news {
    overflow: hidden;
    background: #f7fbfb;
}

.oc-news::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, rgba(255, 255, 255, .96), rgba(239, 251, 250, .9)),
        radial-gradient(circle at 78% 22%, rgba(0, 174, 181, .18), rgba(0, 174, 181, 0) 30%);
}

.oc-news-inner {
    position: relative;
    z-index: 2;
    width: 1400px;
    margin: 0 auto;
    padding: 110px 0 120px;
}

.oc-news-head {
    display: grid;
    grid-template-columns: 1fr 560px;
    gap: 40px;
    align-items: end;
}

.oc-news-head span {
    display: block;
    grid-column: 1 / -1;
    margin-bottom: -22px;
    color: #00aeb5;
    font-size: 13px;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .12em;
}

.oc-news-head h2 {
    margin: 0;
    color: #111;
    font-size: 48px;
    font-weight: 900;
    line-height: 1.22;
    letter-spacing: 0;
}

.oc-news-head p {
    margin: 0;
    color: #40515b;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.7;
    letter-spacing: 0;
}

.oc-news-filter {
    display: flex;
    gap: 10px;
    margin-top: 42px;
}

.oc-news-filter button {
    min-width: 96px;
    height: 46px;
    padding: 0 20px;
    color: #164457;
    font: inherit;
    font-size: 15px;
    font-weight: 900;
    background: #fff;
    border: 1px solid rgba(0, 78, 105, .14);
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(0, 80, 95, .06);
    cursor: pointer;
    transition: color .22s ease, background-color .22s ease, border-color .22s ease, transform .22s ease;
}

.oc-news-filter button:hover,
.oc-news-filter button.is-active {
    color: #fff;
    background: #003f6d;
    border-color: #003f6d;
    transform: translateY(-2px);
}

.oc-news-layout {
    margin-top: 34px;
}

.oc-news-cards {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.oc-news-card {
    position: relative;
    min-height: 258px;
    padding: 34px 34px 76px;
    overflow: hidden;
    color: #111;
    text-decoration: none;
    background: #fff;
    border: 1px solid rgba(0, 88, 105, .11);
    border-radius: 8px;
    box-shadow: 0 18px 38px rgba(0, 77, 91, .1);
    transition: opacity .22s ease, transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.oc-news-card.has-thumb {
    min-height: 468px;
}

.oc-news-card::before {
    content: "";
    position: absolute;
    right: -72px;
    top: -88px;
    width: 210px;
    height: 210px;
    background: rgba(0, 174, 181, .1);
    border-radius: 50%;
    transition: transform .25s ease, background-color .25s ease;
}

.oc-news-card span {
    position: relative;
    z-index: 1;
    display: inline-flex;
    height: 32px;
    align-items: center;
    gap: 10px;
    padding: 0 13px;
    color: #007e87;
    font-size: 13px;
    font-weight: 900;
    background: #e7fbfb;
    border-radius: 999px;
}

.oc-news-card span b {
    color: #516672;
    font-size: 12px;
    font-weight: 800;
}

.oc-news-thumb {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 170px;
    margin-top: 22px;
    object-fit: cover;
    background: #e7f6f6;
    border-radius: 8px;
    border: 1px solid rgba(0, 88, 105, .08);
}

.oc-news-card strong {
    position: relative;
    z-index: 1;
    display: block;
    margin-top: 24px;
    color: #111;
    font-size: 26px;
    font-weight: 900;
    line-height: 1.35;
    letter-spacing: 0;
}

.oc-news-card p {
    position: relative;
    z-index: 1;
    margin: 18px 0 0;
    color: #42515a;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.7;
    letter-spacing: 0;
}

.oc-news-card em {
    position: absolute;
    left: 34px;
    bottom: 30px;
    color: #003f6d;
    font-size: 15px;
    font-style: normal;
    font-weight: 900;
}

.oc-news-card em::after {
    content: ">";
    margin-left: 10px;
    color: #00aeb5;
}

.oc-news-card:hover,
.oc-news-card:focus {
    border-color: rgba(0, 174, 181, .54);
    box-shadow: 0 28px 54px rgba(0, 77, 91, .16);
    transform: translateY(-10px);
    outline: none;
}

.oc-news-card:hover::before,
.oc-news-card:focus::before {
    background: rgba(0, 174, 181, .18);
    transform: scale(1.08);
}

.oc-news-card.is-hidden {
    display: none;
}

.quick-floating {
    position: fixed;
    right: 28px;
    top: 50%;
    z-index: 1050;
    display: grid;
    gap: 8px;
    width: 104px;
    transform: translateY(-50%);
}

.quick-item {
    display: grid;
    min-height: 84px;
    align-content: center;
    justify-items: center;
    gap: 8px;
    padding: 12px 8px 11px;
    color: #123446;
    text-align: center;
    text-decoration: none;
    background: rgba(255, 255, 255, .94);
    border: 1px solid rgba(0, 88, 105, .12);
    border-radius: 8px;
    box-shadow: 0 14px 34px rgba(0, 55, 83, .14);
    backdrop-filter: blur(8px);
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease;
}

.quick-item:hover,
.quick-item:focus {
    border-color: rgba(0, 174, 181, .55);
    background: #fff;
    transform: translateY(-4px);
    outline: none;
}

.quick-item b,
.quick-call-copy span {
    color: inherit;
    font-size: 13px;
    font-weight: 900;
    line-height: 1.25;
    letter-spacing: 0;
}

.quick-icon {
    position: relative;
    display: inline-flex;
    width: 38px;
    height: 38px;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #00aeb5;
    border-radius: 50%;
}

.quick-icon::before {
    display: block;
    color: currentColor;
    font-size: 20px;
    font-weight: 900;
    line-height: 1;
}

.icon-time::before {
    content: "T";
}

.icon-notice::before {
    content: "!";
}

.icon-location::before {
    content: "P";
}

.icon-call::before {
    content: "☎";
    font-size: 18px;
}

.brand-icon {
    overflow: hidden;
    background: #fff;
    border: 1px solid rgba(0, 88, 105, .12);
}

.brand-icon::before {
    content: "";
}

.brand-icon img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.quick-call {
    min-height: 78px;
    color: #fff;
    background: #003f6d;
    border-color: #003f6d;
}

.quick-call .quick-icon {
    background: rgba(255, 255, 255, .18);
}

.quick-call-copy {
    display: grid;
    gap: 3px;
}

.quick-call-copy strong {
    color: #fff;
    font-size: 14px;
    font-weight: 900;
    line-height: 1.1;
    letter-spacing: 0;
}

.oc-daum-map {
    position: absolute;
    left: 13.5%;
    top: 27.5%;
    z-index: 4;
    width: 36.5%;
    height: 49%;
    overflow: hidden;
    background: #eef7f8;
}

.oc-daum-map .root_daum_roughmap,
.oc-daum-map .wrap_map,
.oc-daum-map .map {
    width: 100% !important;
    height: 100% !important;
}

.oc-location .oc-hotspot.instagram,
.oc-location .oc-hotspot.kakao,
.oc-location .oc-hotspot.blog,
.oc-location .oc-hotspot.notice {
    top: 79.5%;
    width: 17.3%;
    height: 8.8%;
    border-radius: 12px;
}

.oc-location .oc-hotspot.instagram {
    left: 13.5%;
}

.oc-location .oc-hotspot.kakao {
    left: 32.1%;
}

.oc-location .oc-hotspot.blog {
    left: 50.6%;
}

.oc-location .oc-hotspot.notice {
    left: 69.1%;
}

.oc-footer {
    background: #f4f4f4;
}

.oc-footer-info {
    background: #f4f4f4;
    border-top: 1px solid #e2e2e2;
}

.oc-footer-inner {
    display: grid;
    grid-template-columns: 300px 1fr auto;
    gap: 42px;
    align-items: center;
    width: 1400px;
    margin: 0 auto;
    padding: 34px 0 42px;
}

.oc-footer-brand img {
    width: 190px;
    height: auto;
    opacity: .72;
}

.oc-footer-brand p {
    margin: 12px 0 0;
    color: #666;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 0;
}

.oc-footer address {
    margin: 0;
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0;
}

.oc-footer nav {
    display: flex;
    gap: 8px;
}

.oc-footer nav a {
    display: inline-flex;
    height: 38px;
    align-items: center;
    padding: 0 15px;
    color: #555;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 999px;
    transition: color .2s ease, border-color .2s ease, background-color .2s ease;
}

.oc-footer nav a:hover,
.oc-footer nav a:focus {
    color: #fff;
    background: #003f6d;
    border-color: #003f6d;
    outline: none;
}

.oc-main.js-motion .oc-reveal {
    opacity: 0;
    transform: translateY(36px);
    transition: opacity .7s ease, transform .7s ease;
}

.oc-main.js-motion .oc-reveal.is-inview {
    opacity: 1;
    transform: translateY(0);
}

.oc-main.js-motion .oc-reveal:nth-child(2) {
    transition-delay: .08s;
}

.oc-main.js-motion .oc-reveal:nth-child(3) {
    transition-delay: .16s;
}

.oc-main.js-motion .oc-reveal:nth-child(4) {
    transition-delay: .24s;
}

.oc-main.js-motion .oc-program-card.oc-reveal.is-inview:hover,
.oc-main.js-motion .oc-program-card.oc-reveal.is-inview:focus,
.oc-main.js-motion .oc-program-card.oc-reveal.is-inview.is-active {
    transform: translateY(-10px);
}

.oc-main.js-motion .oc-exam-feature.oc-reveal.is-inview:hover,
.oc-main.js-motion .oc-exam-feature.oc-reveal.is-inview:focus,
.oc-main.js-motion .oc-exam-feature.oc-reveal.is-inview.is-active {
    transform: translateY(-18px);
}

.oc-main.js-motion .oc-news-card.oc-reveal.is-inview:hover,
.oc-main.js-motion .oc-news-card.oc-reveal.is-inview:focus {
    transform: translateY(-10px);
}

@media (max-width: 1500px) {
    .oc-program-inner,
    .oc-exam-inner,
    .oc-news-inner {
        width: 1180px;
    }

    .oc-program-inner {
        grid-template-columns: minmax(0, 420px) minmax(0, 740px);
        gap: 24px 34px;
    }

    .oc-program-inner h2 {
        font-size: 44px;
    }

    .oc-program-heading p {
        width: auto;
        font-size: 17px;
    }

    .oc-program-card {
        width: 352px;
        height: 221px;
    }

    .oc-exam-feature {
        width: 360px;
        grid-template-columns: 145px 1fr;
    }

    .oc-exam-feature img {
        width: 145px;
    }

    .oc-news-head {
        grid-template-columns: 1fr 480px;
    }

    .oc-news-cards {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .oc-footer-inner {
        width: 1180px;
    }

    .quick-floating {
        right: 16px;
        width: 84px;
    }

    .quick-item {
        min-height: 78px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .oc-program,
    .oc-program::after,
    .oc-program-card,
    .oc-program-card::before,
    .oc-news-card,
    .oc-news-card::before,
    .oc-news-filter button,
    .quick-item,
    .oc-exam-feature,
    .oc-exam-orbit .node,
    .oc-main.js-motion .oc-reveal {
        transition: none;
    }
}

/* =========================================================
   QUICK MENU FINAL
   - 데스크탑: 우측 세로 고정 퀵메뉴 + TOP 버튼
   - 모바일/태블릿: 하단 고정 퀵메뉴 + TOP 버튼
   ========================================================= */

:root {
    --blue: #00589f;
    --mint: #00aeb5;
}

.quick-floating {
    position: fixed;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    z-index: 1200;
    width: 112px;
    display: block;
    background: rgba(255,255,255,0.96);
    border: 1px solid #D9E0E8;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.16);
    backdrop-filter: blur(10px);
}

.quick-floating .quick-item {
    min-height: 92px;
    padding: 14px 8px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-align: center;
    text-decoration: none;
    background: #fff;
    border: 0;
    border-bottom: 1px solid #E5EAF0;
    border-radius: 0;
    color: #20242A;
    box-shadow: none;
    transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.quick-floating .quick-item:hover,
.quick-floating .quick-item:focus {
    background: #F2F8FF;
    color: var(--blue);
    transform: none;
    outline: none;
}

.quick-floating .quick-icon {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #2F343A;
    color: #fff;
    font-size: 25px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -0.04em;
}

.quick-floating .quick-icon::before,
.quick-mobile-nav .nav-ico::before {
    display: block;
    color: currentColor;
    font-weight: 900;
    line-height: 1;
}

.quick-floating .icon-time::before,
.quick-mobile-nav .ico-time::before {
    content: "T";
}

.quick-floating .icon-notice::before {
    content: "!";
}

.quick-floating .icon-location::before,
.quick-mobile-nav .ico-location::before {
    content: "P";
}

.quick-floating .icon-call::before,
.quick-mobile-nav .ico-call::before {
    content: "☎";
    font-size: 21px;
}

.quick-floating .brand-icon {
    background: #fff;
    border: 1px solid #E5EAF0;
}

.quick-floating .brand-icon::before,
.quick-mobile-nav .brand-nav-ico::before {
    content: "";
}

.quick-floating .brand-icon img {
    display: block;
    width: 29px;
    height: 29px;
    object-fit: contain;
}

.quick-floating .quick-blog,
.quick-floating .quick-talk {
    width: auto;
    min-width: 48px;
    height: 34px;
    padding: 0 8px;
    border-radius: 10px;
    font-size: 14px;
    letter-spacing: -0.03em;
}

.quick-floating .quick-talk {
    border-radius: 18px;
    font-size: 12px;
}

.quick-floating b {
    display: block;
    color: inherit;
    font-size: 16px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: -0.05em;
}

.quick-floating .quick-call {
    min-height: 102px;
    gap: 5px;
    background: linear-gradient(135deg, var(--blue), #2F7FD0);
    color: #fff;
    border-bottom: 0;
}

.quick-floating .quick-call:hover,
.quick-floating .quick-call:focus {
    background: linear-gradient(135deg, #004985, #1D70C0);
    color: #fff;
}

.quick-floating .quick-call span {
    font-size: 14px;
    font-weight: 800;
    opacity: 0.92;
}

.quick-floating .quick-call strong {
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 1.05;
    font-weight: 950;
    letter-spacing: -0.05em;
}

.quick-mobile-nav {
    display: none;
}

.quick-top-btn {
    position: fixed;
    right: 42px;
    bottom: 34px;
    z-index: 1201;
    width: 62px;
    height: 62px;
    border: 0;
    border-radius: 50%;
    background: var(--mint);
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0;
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
    cursor: pointer;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif;
    transition: transform 0.2s ease, background 0.2s ease;
}

.quick-top-btn:hover,
.quick-top-btn:focus {
    transform: translateY(-4px);
    background: var(--blue);
    outline: none;
}

.quick-top-btn span {
    height: 20px;
    font-size: 27px;
    line-height: 1;
    font-weight: 900;
}

.quick-top-btn b {
    font-size: 12px;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.03em;
}

@media (max-width: 768px) {
    .quick-floating {
        display: none;
    }

    .quick-mobile-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1200;
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        background: rgba(255,255,255,.98);
        border-top: 1px solid #D9E0E8;
        box-shadow: 0 -12px 30px rgba(15, 23, 42, 0.12);
    }

    .quick-mobile-nav a {
        min-height: 62px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 5px;
        color: #20242A;
        text-align: center;
        text-decoration: none;
        border-right: 1px solid #E5EAF0;
    }

    .quick-mobile-nav a:last-child {
        border-right: 0;
    }

    .quick-mobile-nav .nav-ico {
        width: 25px;
        height: 25px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        color: var(--blue);
        font-size: 17px;
        line-height: 1;
        font-weight: 900;
    }

    .quick-mobile-nav .brand-nav-ico img {
        display: block;
        width: 24px;
        height: 24px;
        object-fit: contain;
    }

    .quick-mobile-nav b {
        font-size: 11px;
        line-height: 1;
        font-weight: 900;
        letter-spacing: -0.04em;
    }

    .quick-mobile-nav .mobile-call {
        color: #fff;
        background: var(--blue);
    }

    .quick-mobile-nav .mobile-call .nav-ico {
        color: #fff;
    }

    .quick-top-btn {
        right: 14px;
        bottom: 76px;
        width: 48px;
        height: 48px;
    }

    .quick-top-btn span {
        height: 16px;
        font-size: 22px;
    }

    .quick-top-btn b {
        font-size: 10px;
    }
}
