/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

.promotionTmpl.cnuABCDPrgm {
    overflow-x: hidden;
}

.cnuABCDPrgm div,
.cnuABCDPrgm a, .cnuABCDPrgm span,
.cnuABCDPrgm p, .cnuABCDPrgm li, .cnuABCDPrgm button, .cnuABCDPrgm input, .cnuABCDPrgm select, .cnuABCDPrgm textarea {
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    box-sizing: border-box;
}



.lbti_banner,
.top_banner,
.left_nav_btn,
.left_nav_wrap,
#top_btn2,
#topBtn4Rn {
    display: none;
}
 /* background: url('/assets/data/img/promotion/pharmaBioLive/pc/1/bg.png') no-repeat center center; */
.conSec1 {
   background: #030303;
}
.conSec2 {
    background: url('/assets/data/img/promotion/cnuABCDPrgm/pc/2/bg.png') no-repeat center center;
}
.conSec3 {
    background: #F1F1F2;
    padding-bottom: 120px;
}

.cs3_rollingWrap {
    --rolling-duration: 40s;
    margin-top: 40px;
}
.cs3_rollingWrap .fl_rolling .rolling_track {
    gap: 12px;
}
.cs3_rollingWrap .fl_rolling .slide_item img {
    height: 134px;
    width: auto;
}
.logo_rolling {
    margin-top: 50px;
}
.cs3_rollingWrap .logo_rolling .slide_item img {
    height: 80px;
    width: auto;
}
.cs3_rollingWrap .logo_rolling .rolling_track {
    gap: 60px;
}

.conDv3_pc {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
    padding: 100px 20px 0;
    text-align: center;
}
.cs3pc_title p {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -1.02px;
    color: #161616;
}
.cs3pc_stats {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 32px;
    margin-top: 25px;
}
.cs3pc_leaf {
    flex-shrink: 0;
    width: 41px;
    height: 88px;
}
.cs3pc_divider {
    flex-shrink: 0;
    width: 1px;
    height: 50px;
    background: #d2d3d3;
}
.cs3pc_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 215px;
}
.cs3pc_itemTit {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.4px;
    color: #007078;
}
.cs3pc_itemDesc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.28px;
    color: #3b3b3b;
}

.conDv3_mo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    padding: 60px 20px 50px;
}

.cs3mo_title {
    text-align: center;
}

.cs3mo_title p {
    font-size: 21px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.84px;
    color: #161616;
}

.cs3mo_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 24px;
}

.cs3mo_item {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 13px;
}

.cs3mo_leaf {
    flex-shrink: 0;
    width: 36px;
    height: 78px;
}

.cs3mo_txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 215px;
    text-align: center;
}

.cs3mo_txtTit {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.36px;
    color: #007078;
}

.cs3mo_txtDesc {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.28px;
    color: #3b3b3b;
}
.conSec3 .rolling_track {
    gap: 12px;
}
.conSec5 {
    background: #161616;
}
.conSec6 {
    background: linear-gradient(113deg, #ADE7F2 28.64%, #C2CBC0 90.87%);
}
.conDiv7 {
    position: relative;
}
/* "그룹 컨설팅" 통이미지 내부 위치 앵커. 캡쳐 이미지 비율 기준 대략치이므로
   실제 화면에서 위치가 어긋나면 top 값(%)만 조정하면 됨 */
.cs7_anchorGroupConsult {
    position: absolute;
    left: 0;
    top: 70%;
    width: 1px;
    height: 1px;
}
@media screen and (max-width: 768px) {
    .cs7_anchorGroupConsult {
        top: 77%;
    }
}

.conSec8 {
    padding: 60px 0 100px 0;
    background: #F9F9F9;
}
.conSec10 {
    background: #1E1E1E;
}

.teacherListWrap {
    position: absolute;
    top: 1490px;
    width: 100%;
    text-align: left;
}
.teacherList {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    width: 924px;
    margin: 0 auto;
}
.teacherCard {
    display: flex;
    flex-direction: column;
    gap: 12px;
    background: #EBEDF1;
    padding: 18px 14px;
}
.teacherProfile {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    padding: 0 4px 16px;
    border-bottom: 1px solid #C5D1DE;
}
.teacherProfile .teacherInfo {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
}
.teacherTag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: -0.36px;
    color: #fff;
    white-space: nowrap;
}
.teacherTxt {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.teacherName {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.54px;
    color: #1F1F1F;
    line-height: 1.2;
}
.teacherRole {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.52px;
    color: #1F1F1F;
    line-height: 1.2;
}
.teacherImg {
    flex-shrink: 0;
    width: 71px;
    height: 71px;
    border-radius: 70px;
    overflow: hidden;
    background: #fff;
}
.teacherImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.teacherDesc {
    list-style: disc;
    padding-left: 19.5px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: -0.52px;
    line-height: 1.5;
    color: #1F1F1F;
}
.teacherDesc li {
    list-style: disc;
    margin: 0;
}

/* 모바일 전용 타이틀 + 유의사항 (teacherListWrap 최상단) */
.teacherListWrap > .teacherInfo {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
}
.teacherTitle {
    display: flex;
    flex-direction: column;
    gap: 8px;
    color: #2C2C2C;
}
.teacherTitleMain {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.96px;
    color: #141414;
}
.teacherTitleMain span {
    color: #0272CE;
}
.teacherTitleDesc {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.26px;
    color: #2C2C2C;
}
.teacherNotice {
    padding: 12px;
    border-radius: 8px;
    background: #FBEFEA;
    margin-top: 18px;
}

.teacherNoticeTxt {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.6;
    color: #090909;
    padding-top: 8px;
}
.teacherNoticeTxt u {
    text-decoration: underline;
}

@media screen and (max-width: 768px) {
    .teacherListWrap {
        padding: 24px 20px;
        position: relative;
        top: 0;
        margin: 0 14px;
        background: #fff;
        border-radius: 12px;
        width: calc(100% - 28px);
    }
    .teacherList {
        grid-template-columns: 1fr;
        width: 100%;
        gap: 18px;
        margin: 0 auto;
    }
    .teacherProfile .teacherInfo {
        gap: 20px;
    }
}

@media screen and (max-width: 768px) {
    ._flt._pc {
        display: none !important;
    }
    ._flt._mo {
        display: block !important;
        bottom: 0;
    }
}
@media screen and (min-width: 769px) {
    ._flt._mo {
        display: none !important;
    }
}

/* ===================== 하단 플로팅(_flt) ===================== */
._flt._pc {
    width: 745px;
    left: calc(50% - 372px);
    bottom: 20px;
    z-index: 999;
    display: flex;
    justify-content: center;
    padding: 0 15px;
}
.fltPcBar {
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 12px 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}
.fltPcTitle {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.fltPcLogoRow {
    display: flex;
    align-items: center;
    gap: 4px;
}
.fltPcLogoCnu {
    display: block;
    height: 12px;
    width: auto;
}
.fltPcLogoUnion {
    display: block;
    height: 7px;
    width: auto;
}
.fltPcLogoLetuin {
    display: block;
    height: 8px;
    width: auto;
}
.fltPcTitleTxt {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -0.42px;
    background: linear-gradient(90deg, #00529f, #42bb09);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fltPcNav {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    letter-spacing: -0.39px;
    color: #43484b;
    text-decoration: none;
}
a.fltPcBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 20px;
    border-radius: 8px;
    background: linear-gradient(90deg, #008be8, #07a767);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -0.39px;
    color: #fff;
    text-decoration: none;
    flex-shrink: 0;
}

._flt._mo {
    left: 0;
    right: 0;
    z-index: 999;
}
.fltMoBar {
    display: flex;
    gap: 10px;
    justify-content: center;
    background: #0f0f0f;
    padding: 0 20px 28px;
}
.fltMoItem {
    flex: 1 0 0;
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 0 4px;
    text-decoration: none;
}
.fltMoActiveBar {
    display: block;
    width: 100%;
    height: 3px;
    background: transparent;
}
.fltMoTxt {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: -0.24px;
    color: #fff;
    text-align: center;
}
.fltMoItem--cta .fltMoActiveBar {
    background: #32c7f1;
}
.fltMoItem--cta .fltMoTxt {
    color: #32c7f1;
}
.fltMoItem.is-active .fltMoActiveBar {
    background: #32c7f1;
}
.fltMoItem.is-active .fltMoTxt {
    color: #32c7f1;
}

/* ===================== 8. 참여 신청 안내 (apl_wrap) ===================== */
.apl_wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 40px;
    width: 100%;
    text-align: left;
}

.apl_infoPanel {
    flex: 1 0 0;
    min-width: 0;
    max-width: 460px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.apl_infoPanelInner {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.apl_titleArea--cnu {
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.apl_titleMain--cnu {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.9px;
    color: #222;
}

.apl_titleGrad {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1.02px;
    background: linear-gradient(90deg, #00529f, #42bb09);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.apl_titleSub--cnu {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -1.02px;
    color: #191919;
}

.apl_chipList {
    display: flex;
    gap: 4px;
    margin-top: 6px;
}

.apl_chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 8px;
    border-radius: 28px;
    background: #282828;
    font-size: 13px;
    font-weight: 400;
    color: #f9f9f9;
}

.apl_chip b {
    font-weight: 700;
    color: #02bafd;
}

.apl_chipList .apl_chip:nth-child(2) b,
.apl_chipList .apl_chip:nth-child(4) b {
    color: #10d11d;
}

.apl_desc {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.15px;
    color: #171717;
}

.apl_detailBox {
    border: 1px solid #d5d5d5;
    border-radius: 8px;
    overflow: hidden;
}

.apl_detailRow {
    padding: 18px 20px;
    background: #fff;
}

.apl_detailRow + .apl_detailRow {
    border-top: 1px dashed #b8b8b8;
}

.apl_detailTit {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: #000;
    margin-bottom: 6px;
}

.apl_detailTxt {
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: -0.15px;
    color: #000;
}

.apl_detailList {
    list-style: disc;
    list-style-position: inside;
    padding-left: 4px;
    margin-top: 6px;
}

.apl_detailList li {
    list-style: disc;
    font-size: 14px;
    line-height: 1.8;
    color: #000;
}

.apl_detailNote {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.12px;
    color: #7e1d1d;
    margin-top: 4px;
}

/* ---- form card ---- */
.apl_formCard {
    width: 560px;
    max-width: 100%;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
    padding: 46px 48px;
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.apl_group--section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    width: 100%;
    padding-bottom: 32px;
    border-bottom: 1px solid #cfcfcf;
}

.apl_group--last {
    border-bottom: 0;
    padding-bottom: 0;
}

.apl_secTitle {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.apl_secTit {
    font-size: 22px;
    font-weight: 700;
    letter-spacing: -0.44px;
    color: #000;
}

.apl_secSub {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: -0.28px;
    color: #353535;
}

.apl_secWarn {
    font-size: 12px;
    line-height: 1.6;
    letter-spacing: -0.12px;
    color: #7e1d1d;
}

.apl_row {
    display: flex;
    gap: 16px;
    align-items: flex-start;
    width: 340px;
    max-width: 100%;
}

.apl_row--half .apl_field {
    flex: 1 1 0;
    min-width: 0;
}

.apl_row--half .apl_field--sm {
    flex: 0 0 120px;
}

.apl_field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

select.apl_select--wide {
    width: 160px;
}

.apl_fieldLabel {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.3px;
    color: #040404;
}

.apl_req {
    color: #e83534;
    margin-left: 2px;
}

input.apl_input,
select.apl_select {
    display: block;
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #99a2b2;
    background-color: #fff;
    font-size: 14px;
    letter-spacing: -0.42px;
    color: #040404;
    box-sizing: border-box;
}

.apl_input::placeholder {
    color: #99a2b2;
}

select.apl_select {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'><path d='M5 7.5L10 12.5L15 7.5' stroke='%237D879B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding-right: 34px;
}
select.apl_select::-ms-expand {
    display: none;
}

.apl_fieldHelp {
    font-size: 12px;
    letter-spacing: -0.12px;
    color: #565b64;
}

.apl_hint {
    font-size: 13px;
    line-height: 1.1;
    color: #2a2a2a;
}

.apl_hint--warn {
    /* margin-top: -4px; */
}

.apl_dateRow {
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.apl_dateUnitWrap {
    display: flex;
    align-items: center;
    gap: 6px;
}

.apl_dateUnitWrap select.apl_select.apl_select--y {
    width: 100px;
}

.apl_dateUnitWrap select.apl_select.apl_select--m,
.apl_dateUnitWrap select.apl_select.apl_select--d {
    width: 70px;
}

.apl_inlineUnit {
    display: flex;
    align-items: center;
    gap: 8px;
}

.apl_input--xs {
    flex: 1 1 0;
    min-width: 0;
}

.apl_unit {
    font-size: 14px;
    letter-spacing: -0.42px;
    color: #040404;
    white-space: nowrap;
}

/* ---- pill option buttons ---- */
.apl_optionList {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    width: 100%;
    margin-top: 8px;
}

button.apl_option {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 14px;
    border-radius: 50px;
    border: 1px solid #8490a7;
    background: #fff;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: #7d879b;
    cursor: pointer;
    transition: border-color .15s, background-color .15s, color .15s;
    white-space: nowrap;
}

button.apl_option.is-active {
    background: #ffece1;
    border-color: #f04a03;
    color: #040404;
}

.apl_timeSlot {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 12px 16px 16px;
    border-radius: 16px;
    background: #f2f3f4;
}

.apl_timeSlotLabel {
    display: flex;
    align-items: center;
    gap: 6px;
}

.apl_timeSlotLabel b {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #040404;
}

.apl_timeSlotBar {
    width: 1px;
    height: 15px;
    background: #d9d9d9;
}

.apl_timeSlotType {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: -0.32px;
    color: #040404;
}

.apl_noticeDark {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px 8px 10px;
    border-radius: 8px;
    background: #353535;
}

.apl_noticeDark p {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.26px;
    line-height: 1.5;
    color: #fff;
}

.apl_confirmTit {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: -0.34px;
    color: #040404;
    margin-bottom: 6px;
}

.apl_grayBox {
    padding: 12px;
    border-radius: 12px;
    background: #f5f5f5;
}

.apl_grayBox p {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: -0.26px;
    color: #484848;
}

.apl_grayBox--scroll {
    max-height: 153px;
    overflow-y: auto;
}

/* ---- agree checkboxes (checkbox_row helper 출력: .checkbox_wrp > input.chk_box + label.label_chk) ---- */
.apl_agreeBox {
    display: flex;
    flex-direction: column;
    gap: 14px;
    width: 100%;
    margin-top: 16px;
}

.apl_agreeBox .checkbox_wrp {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.apl_agreeBox input.apl_agreeChk {
    appearance: none;
    -webkit-appearance: none;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    margin-top: 1px;
    border-radius: 4px;
    border: 1.5px solid #b9bfca;
    background: #fff;
    cursor: pointer;
    position: relative;
    transition: background-color .15s, border-color .15s;
}

.apl_agreeBox input.apl_agreeChk:checked {
    background: #040404;
    border-color: #040404;
}

.apl_agreeBox input.apl_agreeChk:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.apl_agreeBox label.label_chk {
    flex: 1 1 0;
    min-width: 0;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.3px;
    color: #040404;
    cursor: pointer;
}
.apl_agreeReq {
    color: #e83534;
}
.apl_agreeReq--optional {
    color: #7d879b;
}

.apl_submitBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 61px;
    border: 0;
    border-radius: 12px;
    background: #002bb8;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: -0.2px;
    color: #fff;
    cursor: pointer;
}

@media screen and (max-width: 768px) {
    .apl_wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 32px;
    }
    .apl_infoPanel {
        max-width: 100%;
        margin: 0 20px;
    }
    .apl_titleMain--cnu,
    .apl_titleGrad,
    .apl_titleSub--cnu {
        font-size: 24px;
    }
    .apl_formCard {
        width: 100%;
        padding: 32px 20px;
    }
    .apl_row--half {
        flex-wrap: wrap;
    }
    .apl_submitBtn {
        margin-top: 30px;
    }
    .cs3_rollingWrap .logo_rolling .rolling_track {
        gap: 40px;
    }
    .cs3_rollingWrap .logo_rolling .slide_item img {
        height: 50px;
    }
    .logo_rolling {
        margin-top: 30px;
    }
    .conSec3 {
        padding-bottom: 60px;
    }
}
