/*
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://fonts.googleapis.com/css?family=Noto+Sans+KR&display=swap');
@import url(//cdn.rawgit.com/resir014/Clear-Sans-Webfont/v1.1.0/css/clear-sans.css);
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url("https://www.letuin.com/assets/template/1/promotion/common.css");

@font-face {
    font-family: 'GmarketSansLight';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* 
css 적용 예시
@font-face {
    font-family: 'JalnanGothic';
    src: url('/assets/data/img/promotion/GsatPack2024/font/JalnanGothicTTF.ttf') format('truetype'); 
    font-weight: normal;
    font-style: normal;
  }
*/

* {
    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;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background: #ddd;
}

*::-webkit-scrollbar-thumb {
    background: #525252;
    border: 2px solid #ddd;
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    border-width: 0px;
}


._poFixBg {
    width: 100%;
    height: 79px;
    bottom: 12px;
    background-color: #ffe56c;
    position: fixed !important;
    z-index: 2;
}


._inBlock {
    display: inline-block;
    vertical-align: bottom;
}

area:focus {
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.lbti_banner,
.top_banner,
.left_nav_btn,
.left_nav_wrap,
#top_btn2,
#topBtn4Rn {
    display: none;
}

.conSec {
    position: relative;
    width: 100%;
    font-size: 0;
}

.conDiv {
    margin: 0 auto;
    width: 1100px;
    position: relative;
    text-align: center;
}


._aplBaseHeader {
    position: relative;
    padding-bottom: 17px;
    border-bottom: 1px solid #C6CFDC;
    margin-bottom: 20px;
}

._aplBaseHeader ._tit {
    width: 90%;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: -2%;
    word-break: auto-phrase;
    color: #191919;
}

._aplBaseHeader .close_btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 32px;
    height: 32px;
    background: url('/assets/data/img/icon/modal/close_btn.svg') no-repeat top center;
}

._aplBaseBody ._infoBox {
    padding: 16px;
    background-color: #F8FAFB;
    margin-bottom: 20px;
}

._aplBaseBody ._infoBox ._tit {
    font-size: 16px;
    font-weight: 700;
    color: #191E24;
    line-height: 150%;
}

._aplBaseBody ._infoBox ._txt {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.2px;
    padding-bottom: 5px;
    padding-left: 16px;
    word-break: keep-all;
    color: #2F3642;
}

._aplBaseBody ._infoBox ._txt::before {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /*background-color: #2754E7;*/
    background-color: #2F3642;
    top: 7px;
    left: 3px;
}

._aplBaseBody ._infoBox ._txt span {
    color: #2754E7;
    font-weight: 400;
}

._aplBaseBody ._infoBox ._txt span.ft_400 {
    font-weight: 400;
}

._aplBaseBody ._infoBox ._txt2 {
    font-size: 12px;
    line-height: 150%;
    letter-spacing: -0.02px;
    font-weight: 400;
    color: #2F3642;
}

.write_box ._t {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    color: black;
}

.write_box ._g {
    font-weight: 400;
    font-style: Bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #8898AF;
}

.write_box ._c {
    font-weight: 400;
    font-style: Bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -2%;
    color: #191E24;
}

.write_box ._text {
    display: flex;
    gap: 3px;
}

.write_box ._textList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    column-gap: 20px;
}

._infoBox ._txt {
    font-size: 12px;
}


._subinfoBox {
    margin-top: 8px;
}

._aplCon ._tit {
    margin-bottom: 3px;
}

._hrLine {
    border-bottom: 1px solid #DEE4ED;
}

._aplBaseBody ._infoBox ._txt span {
    font-weight: 400;
}

._subinfoBox ._txt span {
    font-weight: 400 !important;
}

._subinfoBox ._txt {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.2px;
    /* padding-bottom: 5px; */
    padding-left: 16px;
    word-break: keep-all;
    color: #2F3642;
}

._subinfoBox ._txt::before {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /*background-color: #2754E7;*/
    background-color: #2F3642;
    top: 7px;
    left: 3px;
}

._subinfoBox ._txt span {
    color: #2754E7;
    font-weight: 700;
}



._aplCon ._subtit {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: -0.02px;
    line-height: 150%;
    color: #66768F;
    margin-bottom: 20px;
}

._subinfoBox ._txt {
    position: relative;
    font-weight: 400;
    font-size: 13px;
    line-height: 150%;
    letter-spacing: -0.2px;
    /* padding-bottom: 5px; */
    padding-left: 16px;
    word-break: keep-all;
    color: #2F3642;
}

._subinfoBox ._txt::before {
    display: block;
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    /*background-color: #2754E7;*/
    background-color: #2F3642;
    top: 7px;
    left: 3px;
}

._subinfoBox ._txt span {
    color: #2754E7;
    font-weight: 700;
}

.ft_bold {
    font-weight: 700 !important;
}

.ft_udrline {
    text-decoration: underline;
}

._aplCon ._tit {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.02px;
    line-height: 150%;
    margin-bottom: 8px;
    color: #191E24;
}

._aplCon ._tit2 {
    font-size: 16px;
    font-weight: 700;
    line-height: 150%;
    margin-bottom: 8px;
    color: #191E24;
}

.pnt_txt {
    color: #2754E7;
}

.notice_box li {
    font-weight: 400;
    font-size: 13px;
    line-height: 160%;
    letter-spacing: -0.02px;
    color: #4A5668;
    list-style: disc;
}

.notice_box li ._pnt {
    color: #2754E7;
}

/*근거문구*/
.supporting_box ._tit {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -0.02px;
    padding-left: 20px;
    color: #191919;
}

.supporting_box ._tit::before {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    top: 10px;
    left: 6px;
    background-color: #191919;
    border-radius: 50%;
}

.supporting_box ._txt {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    letter-spacing: -0.02px;
    padding-left: 22px;
    color: #2F3642;
    margin-bottom: 22px;
}

/*선택된 항목 영역*/
.slc_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 8px 0 12px;
    border-radius: 8px;
    border: 1px solid #DEE4ED;
    background-color: #F8FAFB;
    margin-bottom: 8px;
}

.slc_box:last-child {
    margin-bottom: 0;
}

.slc_box .slc_tit {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.02px;
    color: #2F3642;
    padding: 9px 0;
    width: 90%;
}




/*
.conSec1 {
    background: url('/assets/data/img/promotion/GsatPack2024/1/bg.png') no-repeat center center;
}
    */

.conSec1 {
    background: #FFF;
}


.conSec2 {
    background: url('/assets/data/img/promotion/campusLearningSupport/2026/pc/2/bg.png') no-repeat center center;
}

.container_2 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.container_2 .stats-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
}

.container_2 .stat-card {
    width: 230px;
    height: 146px;
    background: #FFFFFF;
    border: 1px solid #B7C7EA;
    border-radius: 15px;
    box-shadow: 0px 5px 13px 0px rgba(49, 88, 174, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 33px 20px;
}

.container_2 .stat-number {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.19;
    text-align: center;
    color: #002D91;
    margin-bottom: 8px;
}

.container_2 .stat-text {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.19;
    text-align: center;
    color: #000000;
}

.conSec3 {
    background: url('/assets/data/img/promotion/campusLearningSupport/2026/pc/3/bg.png') no-repeat center center;
}

.conSec4 {
    background: #131315;
}

.conSec5 {
    background: #F6F7FA;
}

.conSec6 {
    background: url('/assets/data/img/promotion/campusLearningSupport/2026/pc/6/bg.png') no-repeat center center;
}

.conSec7 {
    background: #121315;
}

.conSec8 {
    background: url('/assets/data/img/promotion/campusLearningSupport/2026/pc/8/bg.png') no-repeat center center;
}

.conSec9 {
    background: #FFF;
}

.container_9 {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Title Section */
.container_9 .title-section {
    text-align: center;
    padding: 110px 0 40px;
    position: relative;
}

.container_9 .title-section::after {
    content: '';
    display: block;
    width: 100%;
    max-width: 910px;
    height: 3px;
    background: #0747FA;
    margin: 30px auto 0;
}

.container_9 .title-main {
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin-bottom: 10px;
}

.container_9 .title-sub {
    font-size: 23px;
    font-weight: 500;
    line-height: 1.2;
    color: #2F3642;
}

/* Form Sections */
.container_9 .form-section {
    max-width: 910px;
    margin: 0 auto;
    padding: 40px 0;
    border-bottom: 1px solid #DEE4ED;
    text-align: left;
}

.container_9 .form-section:last-of-type {
    border-bottom: none;
}

.container_9 .form-row {
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
}

.container_9 .form-row:last-child {
    margin-bottom: 0;
}

.container_9 .form-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.container_9 .form-label {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #66768F;
}

.container_9 .form-input {
    width: 100%;
    padding: 10px 14px;
    background: #EFF2F6;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4A5668;
}

.container_9 .form-input::placeholder {
    color: #8898AF;
}

/* Optional Section */
.container_9 .optional-section {
    max-width: 910px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: left;
}

.container_9 .optional-header {
    margin-bottom: 22px;
}

.container_9 .optional-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #0A0A0A;
    margin-bottom: 2px;
}

.container_9 .optional-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    color: #4A5668;
}

.container_9 .optional-inputs {
    display: flex;
    gap: 22px;
}

.container_9 .optional-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.container_9 .optional-label {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
    letter-spacing: -0.02em;
    color: #2F3642;
}

.container_9 .optional-input {
    width: 100%;
    padding: 10px 14px;
    background: #ffffff;
    border: 1px solid #A6B2C4;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #4A5668;
}

.container_9 .optional-input::placeholder {
    color: #8898AF;
}

/* Submit Button */
.container_9 .submit-section {
    max-width: 910px;
    margin: 40px auto;
    text-align: center;
}

.container_9 .submit-btn {
    width: 100%;
    padding: 20px 46px;
    background: linear-gradient(90deg, rgba(0, 34, 129, 1) 0%, rgba(7, 71, 250, 1) 100%);
    border: none;
    border-radius: 14px;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.5;
    color: #FFFFFF;
    cursor: pointer;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    transition: transform 0.2s, box-shadow 0.2s;
}

.container_9 .submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.3);
}

.container_9 .submit-btn:active {
    transform: translateY(0);
}


.conSec10 {
    background: #002FB7
}


/*loading*/

._lodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

._lodingBg {
    width: 184px;
    height: 184px;
    background-image: url('/assets/data/img/icon/loading/loading_img.png');
    display: inline-block;
    margin-top: calc(25% - 30px);
}

._lodingCn {
    width: 184px;
    height: 184px;
    display: inline-block;
    margin-top: calc(25% - 30px);
    position: absolute;
    top: 0;
    left: calc(50% - 92px);
}

.loginGifImg {
    margin-top: 70px;
}

._lodingDiv {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
}

._lodingBg {
    width: 184px;
    height: 184px;
    background-image: url('/assets/data/img/icon/loading/loading_img.png');
    display: inline-block;
    margin-top: calc(25% - 30px);
}

._lodingCn {
    width: 184px;
    height: 184px;
    display: inline-block;
    margin-top: calc(25% - 30px);
    position: absolute;
    top: 0;
    left: calc(50% - 92px);
}

/* Modal */
.conSecMd {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9000;
    top: 0;
    left: 0;
}

.csmBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9001;
    cursor: pointer;
}

.csmCon {
    position: absolute;
    z-index: 9002;
    background: #fff;
    max-height: 800px;
    overflow: auto;
}

.csmClsBtn {
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
}

.csmCon1 {
    width: 598px;
}

.conFlt1 {
    top: 288px;
    right: 30px;
    z-index: 1001;
}

.conFlt2 {
    bottom: -28px;
    left: 50%;
    transform: translate(-50%, -50%);
}

.conFlt2 div {
    position: absolute;
    bottom: 62px;
    width: 1100px;
    left: -600px;
}


.conFlt2 div a {
    margin-left: 10px;
}

.timerWrp {
    width: 100%;
    font-weight: bold;
    line-height: 24px;
    top: -56px;
    left: 0;
    color: #ff4040;
    font-size: 20px;
    text-align: center;
}

._cursorP {
    cursor: pointer;
}

._PoAb {
    position: absolute
}

._PoRe {
    position: relative
}

._hide {
    display: none;
}

.accordion-item-header {
    background: url('/assets/data/img/promotion/KDCrecruitEc/17/open.svg') no-repeat center right;
}

.accordion-item-header.header_active {
    background: url('/assets/data/img/promotion/KDCrecruitEc/17/close.svg') no-repeat center right;
}

._accordion_href {
    color: cornflowerblue !important;
    text-decoration: underline !important;
}


/* 하단  아코디언 스타일 예제 */
.BottomAccordionMainTitle {
    font-family: Pretendard !important;
    font-size: 32px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.31;
    letter-spacing: normal;
    text-align: left;
    color: white;
    padding-top: 120px;
    padding-left: 130px;
}

.BottomAccordionTitle {
    font-family: Pretendard !important;
    padding-left: 130px;
    font-size: 22px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.91;
    letter-spacing: normal;
    text-align: left;
    color: #DAC526;
    margin-top: 80px;
}

.accordion {
    max-width: 844px;
    margin: 20px auto;
    margin-top: 28px;
    font-family: Pretendard !important;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.47;
    letter-spacing: normal;
    text-align: left;
    color: #c1c1c1;
}

.accordion-item {
    margin-bottom: 5px;
}

.accordion-item-header {
    padding: 10px;
    cursor: pointer;
    border-bottom: solid 2px #4a494a;
}

.accordion-item-body {
    display: none;
    padding: 10px;
}

.header_active {
    color: white;
    font-weight: bold;
}

.conSecBottomAccordion {
    background-color: black;
    padding-bottom: 130px;
}

/* 하단 아코디언 스타일 종료 */

/* 좌우 슬릭 예제 */
.rowOneSlick2 {
    padding-top: 30px;
}


.rowOneSlick {
    position: relative;
    padding-bottom: 110px;
}

.rowOneSlick .slick-slide {
    margin: 0 10px;
    opacity: 0.5;
}

.rowOneSlick .slick-slide.slick-center {
    opacity: 1;
}

.rowOneSlick .slick-next {
    width: 70px;
    height: 70px;
    background: url('/assets/data/img/promotion/FreePass0Rn/10/btn_R.png') no-repeat !important;
    position: absolute;
    top: 260px;
    left: calc(50% + 300px);
    z-index: 1;
    font-size: 0;
}

.rowOneSlick .slick-prev {
    width: 70px;
    height: 70px;
    background: url('/assets/data/img/promotion/FreePass0Rn/10/btn_L.png') no-repeat !important;
    position: absolute;
    top: 260px;
    right: calc(50% + 300px);
    z-index: 1;
    font-size: 0;
}

.conSecRowOneSlick {}

.conDivRowOneSlick {
    width: 100%;
}

/* 좌우 슬릭 종료 */

/* 여기부터 반응형 처리 */

/* 반응형 PC 비노출 처리 */
.conSecTop,
.conSecTopFix,
/* .conSec1_usemap, usemap 예제*/
.conSecBottom {
    display: none;
}

/* 근거문구 버튼 */
.conSec1_usemap {
    position: absolute;
    bottom: 22%;
    right: 1%;
    width: 6%;
    height: 26%;
}

.conSec2_usemap {
    position: absolute;
    bottom: 24%;
    left: 10%;
    width: 15%;
    height: 3%;
}

.conSec3_usemap1 {
    position: absolute;
    bottom: 24%;
    left: 11%;
    width: 37%;
    height: 41%;
}

.conSec3_usemap2 {
    position: absolute;
    bottom: 24%;
    right: 11%;
    width: 37%;
    height: 41%;
}


.conSec4_usemap1 {
    position: absolute;
    bottom: 12%;
    left: 19%;
    width: 62%;
    height: 4%;
}

.conSec4_usemap2 {
    position: absolute;
    bottom: 6%;
    left: 19%;
    width: 62%;
    height: 5%;
}

.conSec8_usemap1 {
    position: absolute;
    bottom: 19%;
    left: 15%;
    width: 31%;
    height: 10%;
}

.conSec8_usemap2 {
    position: absolute;
    bottom: 19%;
    right: 15%;
    width: 31%;
    height: 10%;
}

.conSec9_usemap {
    position: absolute;
    top: 49%;
    right: 7%;
    width: 24%;
    height: 16%;
}

.conSec9_usemap0 {
    position: absolute;
    top: 39%;
    right: 9%;
    width: 84%;
    height: 43%;
}

/* 탭메뉴 예제 */


/* 탭메뉴 */
.tab-menu {
    display: flex;
    justify-content: center;
    gap: 12px;
    padding: 16px;
    border: 1px solid #e0e0e0;
    border-radius: 15px;
    background: #fff;
    width: 800px;
    margin-top: 40px;
    margin-left: 150px;
    margin-bottom: 20px;
}

.tab {
    padding: 8px 20px;
    border-radius: 20px;
    border: 1px solid #dcdcdc;
    background: #fff;
    color: #333;
    font-weight: 700;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.2s ease;
    color: #A8A8A8;
}

.tab:hover {
    background: #f4f4f4;
}

.tab.active {
    background: #1e2251;
    color: #fff;
    border-color: #1e2251;
}

/* 강의리스트 타입1  가로 반응형*/
.conSecLecType1 {
    padding-bottom: 50px;
}

.conSecLecType1 ._lectureAreaTitle {
    font-family: Pretendard;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 156%;
    letter-spacing: -3%;
    color: #202020;
    text-align: left;
    margin-bottom: 15px;
}

.conSecLecType1 ._lectureAreaTitle img {
    margin-top: 4px;
}

.conSecLecType1 ._lectureList {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    gap: 25px;
}

.conSecLecType1 ._itemTitle {
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: -2%;
    color: #404040;
    height: 52px;
    text-align: left;
    margin-top: 3px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conSecLecType1 ._itemContent {
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #737373;
    text-align: left;
    margin-bottom: 3px;
}

.conSecLecType1 ._itemOrigPrice {
    font-weight: 500;
    font-size: 11px;
    line-height: 140%;
    text-decoration: line-through;
    color: #BFBFBF;
    text-align: left;
}

.conSecLecType1 ._itemSaleRate {
    font-weight: 700;
    font-style: Bold;
    font-size: 14px;
    line-height: 160%;
    color: #FD3112;
    text-align: left;
}

.conSecLecType1 ._redPrice {
    font-weight: 600;
    font-style: Bold;
    font-size: 16px;
    line-height: 160%;
    color: #FD3112;
    float: left;
}

.conSecLecType1 ._itemSalePrice {
    font-family: Pretendard;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    color: #191919;
    text-align: left;
}

.conSecLecType1 ._lectureItem {
    display: inline-block;
    width: calc(25% - 2.0666666667rem);
    max-width: 252px;
    min-width: 150px;
    float: left;
    position: relative;
}

.conSecLecType1 ._lectureItem img {
    width: 100%;
    height: 152px;
    object-fit: cover;
    /* 비율 유지 + 영역에 맞게 채우기 (잘림 발생) */
    object-position: center;
    /* 중앙 기준으로 잘림 */
    border-radius: 5px;
}

.conSecLecType1 ._lecture_tag {
    position: absolute;
    left: 11px;
    top: 11px;
    width: auto !important;
    height: auto !important;
}

.conSecLecType1 ._itemBtns {
    margin-top: 8px;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0%;
}

.conSecLecType1 ._item1 {
    border: 1px solid #A2A2A2;
    border-radius: 4px;
    color: #575757;
    display: inline-block;
    width: calc(50% - 5px);
    padding: 6px 0px;
    cursor: pointer;
}

.conSecLecType1 ._item2 {
    border: 1px solid #222222;
    border-radius: 4px;
    color: #000000;
    display: inline-block;
    width: calc(50% - 5px);
    padding: 6px 0px;
    cursor: pointer;
}

.conSecLecType1 ._item3 {
    border: 1px solid #A2A2A2;
    border-radius: 4px;
    color: #575757;
    /* display: inline-block; */
    width: calc(50% - 2px);
    padding: 6px 0px;
    cursor: pointer;
    display: none;
}

.conSecLecType1 ._item4 {
    border: 1px solid #A2A2A2;
    border-radius: 4px;
    color: #575757;
    /* display: inline-block; */
    width: calc(50% - 2px);
    padding: 6px 0px;
    cursor: pointer;
    display: none;
}

.conSecLecType1 ._item5 {
    border: 1px solid #222222;
    border-radius: 4px;
    color: #000000;
    /* display: inline-block; */
    width: 100%;
    padding: 6px 0px;
    cursor: pointer;
    margin-top: 7px;
    display: none;
}

.conSecLecType1 ._i_icon {
    width: auto !important;
    margin-top: 3px;
    margin-right: 3px;
}

._ckList {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

input[type=radio]+label {
    margin-bottom: 0px;
}

/* 바디 */
.conSecMd3 ._aplBaseBody {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* 안내 텍스트 */
.conSecMd3 .noticeText {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.6em;
    letter-spacing: -0.02em;
    color: #181818;
    white-space: pre-line;
}

/* 카카오톡 안내 박스 */
.conSecMd3 .kakaoNoticeBox {
    display: flex;
    flex-direction: column;
    gap: 9px;
    padding: 15px 16px;
    background: rgba(250, 225, 0, 0.15);
    border-radius: 16px;
}

.conSecMd3 .kakaoNoticeBox .boxTitle {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: #191919;
    white-space: pre-line;
}

.conSecMd3 .kakaoNoticeBox .kakaoButton {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 10px 26px 10px 28px;
    background: #FAE100;
    border: none;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    width: fit-content;
}

.conSecMd3 .kakaoNoticeBox .kakaoButton:hover {
    background: #E8D000;
}

.conSecMd3 .kakaoNoticeBox .kakaoButton .buttonText {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6em;
    letter-spacing: -0.02em;
    color: #371D1E;
}

.conSecMd3 .kakaoNoticeBox .kakaoButton .kakaoIcon {
    width: 23.83px;
    height: 22px;
    background: url('data:image/svg+xml;utf8,<svg width="24" height="22" viewBox="0 0 24 22" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.92 0C5.33 0 0 4.03 0 9C0 11.82 1.79 14.31 4.62 15.79L3.52 19.75C3.45 20 3.7 20.24 3.93 20.11L8.57 17.31C9.66 17.53 10.79 17.65 11.92 17.65C18.51 17.65 23.84 13.62 23.84 9C23.84 4.03 18.51 0 11.92 0Z" fill="%23371D1E"/></svg>') center/contain no-repeat;
}

/* 제출 버튼 */
.conSecMd3 .submitButton {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: #163FC5;
    border: 1px solid #2754E7;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.conSecMd3 .submitButton:hover {
    background: #0E2E9E;
}

.conSecMd3 .submitButton:active {
    transform: scale(0.98);
}

.conSecMd3 .submitButton .buttonText {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #F8FAFB;
}

.onlyPc {
    display: block;

}

.onlyPcFlex {
    display: flex;
}

.onlyMo {
    display: none;
}

/* 공통 카드 스타일 */
.conSec2 .infoCard {
    position: absolute;
    top: 462px;
    left: 92px;
    width: 420px;
    display: flex;
    align-items: center;
    gap: 18px;
    padding: 14px 10px 14px 16px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 246, 249, 1) 100%);
    border: 1px solid #E1E9F1;
    border-radius: 20px;
    box-shadow: 0px 3px 8px 0px rgba(79, 115, 144, 0.12);
}

.recruitCard1 {
    position: relative;
}

.conSec2 .infoCard.recruitCard {
    height: 83px;
    padding: 14px 16px;
    top: 566px;
}

/* 라벨 (지원자격, 선발 인원) */
.conSec2 .cardLabel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    padding: 14px 16px;
    height: 53px;
    background: #151515;
    border-radius: 26px;
    box-shadow: 0px 3px 8px 0px rgba(79, 115, 144, 0.12);
}

.conSec2 .cardLabel .labelText {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.68em;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FCFCFD;
    white-space: nowrap;
}

/* 지원자격 콘텐츠 */
.conSec2 .qualificationContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3px;
}

.conSec2 .qualificationItem {
    display: flex;
    align-items: center;
    gap: 10px;
}

.conSec2 .qualificationItem .company {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.68em;
    letter-spacing: -0.02em;
    color: #171D29;
    white-space: nowrap;
}

.conSec2 .qualificationItem .position {
    font-family: 'Pretendard', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.68em;
    letter-spacing: -0.02em;
    color: #171D29;
}

/* 선발 인원 콘텐츠 */
.conSec2 .recruitContent {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 288px;
}

.conSec2 .recruitNumber {
    display: flex;
    align-items: center;
    gap: 5px;
}

.conSec2 .recruitNumber .current {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-align: center;
    color: #171D29;
}

.conSec2 .recruitNumber .total {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 26px;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-align: center;
    color: #A9ACB3;
}

.conSec2 .recruitStatus {
    display: inline-flex;
    padding: 4px;
    background: #0033FD;
    border-radius: 6px;
}

.conSec2 .recruitStatus .statusText {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 1em;
    letter-spacing: -0.02em;
    text-align: center;
    color: #FFFFFF;
}

.conDiv3_text1 {
    color: #DD4050;
    text-align: center;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -0.52px;
    position: absolute;
    top: 283px;
    left: 220px;

}

.conDiv3_text2 {
    color: #D83B7F;
    text-align: center;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 26px */
    letter-spacing: -0.52px;
    position: absolute;
    top: 283px;
    left: 392px;
}

.conDiv3_text3 {
    color: #B035E9;
    text-align: center;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 26px */
    letter-spacing: -0.52px;
    position: absolute;
    top: 283px;
    left: 609px;
}

.conDiv3_text4 {
    color: #3E4CEA;
    text-align: center;
    font-family: Pretendard;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 26px */
    letter-spacing: -0.52px;
    position: absolute;
    top: 283px;
    left: 782px;
}

/* Floating Navigation */
#floatingNav {
    position: fixed;
    top: -100px;
    /* top: 20px; */
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
}

#floatingNav.show {
    top: 20px;
    /* 나타날 위치 */
}

#floatingNav .onlyPc {
    display: block;
}

#floatingNav .nav-container {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 37px;
    padding: 8px 10px 8px 28px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.14);
}

#floatingNav .nav-brand {
    width: 158px;
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    color: #0051FF;
}

#floatingNav .nav-menu {
    display: flex;
    align-items: center;
}

#floatingNav .nav-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 170px;
}

#floatingNav .nav-link {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.4;
    color: #2F3642;
    cursor: pointer;
    transition: color 0.2s;
}

#floatingNav .nav-link:hover {
    color: #0051FF;
}

#floatingNav .nav-divider {
    width: 1px;
    height: 14px;
    background: #A6B2C4;
}

#floatingNav .nav-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 36px;
    background: linear-gradient(90deg, rgba(0, 34, 129, 1) 0%, rgba(7, 71, 250, 1) 100%);
    border-radius: 80px;
    /* padding: 20px 46px; */
    box-shadow: 0px 2px 5px 0px rgba(23, 34, 64, 0.5);
    cursor: pointer;
    transition: transform 0.2s, box-shadow 0.2s;
}

#floatingNav .nav-button:hover {
    transform: translateY(-1px);
    box-shadow: 0px 3px 8px 0px rgba(23, 34, 64, 0.6);
}

#floatingNav .nav-button span {
    font-family: 'Noto Sans KR', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    color: #FFFFFF;
}


.pcFltTop {
    position: absolute;
    top: 23px;
    right: 175px;
    color: white;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
}

.pcFltTop div {
    display: flex;
    align-items: center;
}

.pcFltTopText2 {
    font-size: 19px;
    font-weight: 600;
    margin-left: 8px;
    margin-right: 4px;
}

.pcFltTopText3 {
    opacity: 0.5;
    font-size: 19px;
    font-weight: 400;
}

@media screen and (max-width: 768px) {

    .onlyPc {
        display: none !important;
    }

    .onlyPcFlex {
        display: none !important;
    }

    .onlyMo {
        display: block;
    }


    .conDiv {
        width: auto;
    }

    #header {
        display: none;
    }

    #footer {
        display: none;
    }

    /* 모바일 헤더 */
    .conSecTop {
        display: block;
    }

    .conSecTopFix {
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 1;
    }

    ._headerArea {
        background: white;
        width: 100%;
        height: 56px;
    }

    ._headerLogo {
        float: left;
        margin-top: 19px;
        margin-left: 20px;
        cursor: pointer;
    }

    ._headerMenu {
        float: right;
        margin-top: 14px;
        margin-right: 20px;
        cursor: pointer;
    }

    ._headerMemberArea {
        width: 100%;
        border-top: 1px solid #C6CFDC;
        display: inline-block;
    }

    ._headerMemberInfo {
        font-family: Pretendard;
        font-weight: 700;
        font-style: Bold;
        font-size: 18px;
        line-height: 140%;
        letter-spacing: -2%;
        color: hsl(213, 18%, 12%);
        padding-top: 28px;
        padding-left: 20px;
        text-align: left;
        display: inline-block;
        float: left;
    }

    ._headerMemberLogout {
        font-weight: 400;
        font-size: 11px;
        line-height: 140%;
        letter-spacing: -2%;
        color: #2F3642;
        display: inline-block;
        float: right;
        padding-right: 20px;
        padding-top: 31px;
        cursor: pointer;
    }

    ._headerBox {
        cursor: pointer;
        border: 1px solid #C6CFDC;
        border-radius: 12px;
        display: inline-block;
        margin-top: 16px;
        float: left;
        padding: 20px;
        margin-right: 10px;
        font-family: Pretendard;
        font-weight: 400;
        font-size: 13px;
        line-height: 140%;
        letter-spacing: -2%;

    }

    ._bodyArea {
        display: none;
        /* 처음엔 숨김 */
        background: #fff;
        padding: 0px 0px 20px 0px;
        font-size: 14px;
        height: 162px;
        width: 100%;
        position: absolute;
        left: 0px;
        top: 56px;
        border-bottom: 1px solid #C6CFDC;
    }

    /* 풋터 아코디언 */
    .accordion-item {
        padding: 0px 10px;
    }

    .BottomAccordionTitle {
        padding-left: 10px;
    }

    .BottomAccordionMainTitle {
        padding-left: 0px;
        text-align: center;
        margin-top: 80px;
        font-size: 28px;
    }

    /* 풋터 데모 가이드 플루터 */
    ._poFixBg {
        bottom: 100px;
    }

    .conFlt2 div {
        bottom: 145px;
    }

    .conSecBottom {
        display: block;
        position: fixed;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 80px;
        background: #0F0F0F;
        z-index: 1;
    }

    .conDivBottom {
        height: 100%;
    }

    ._fltArea {
        font-size: 12px;
        font-weight: 700;
        color: white;
        height: 100%;
        display: flex;
    }

    ._fltMenu {
        display: inline-block;
        width: 31%;
        height: 100%;
        line-height: 140%;
        vertical-align: middle;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    ._fltArea_active {
        color: #3BBAFF;
        border-top: 3px solid #06A7FF;
    }

    #top_btn {
        display: none;
    }

    /* 우측 프로팅,데모 가이드 플로팅 비노출 */
    .conFlt1,
    ._poFixBg {
        display: none;
    }

    /* 근거문구 버튼 */
    .conSec1_usemap {
        position: absolute;
        bottom: 4%;
        right: 41%;
        width: 18%;
        height: 18%;
    }

    .conSec9_usemap {
        position: absolute;
        top: 79%;
        right: 24%;
        width: 52%;
        height: 17%;
    }

    .conSec10_usemap {
        position: absolute;
        top: 81%;
        right: 10%;
        width: 80%;
        height: 8%;
    }

    /* 탭메뉴 예제 */

    /* 탭메뉴 */
    .tab-menu {
        display: flex;
        overflow-x: auto;
        /* 가로 스크롤 허용 */
        white-space: nowrap;
        /* 줄바꿈 방지 */
        gap: 8px;
        /* 버튼 간격 */
        padding: 10px;
        scrollbar-width: none;
        border: 1px solid #D8D8D8;
        border-radius: 0px;
        background: #fff;
        width: auto;
        margin-top: 0px;
        margin-left: 0px;
        margin-bottom: 0px;
        justify-content: flex-start;
    }

    .tab-menu::-webkit-scrollbar {
        display: none;
        /* 크롬/사파리 스크롤바 제거 */
    }

    .tab {
        flex: 0 0 auto;
        /* 버튼 크기가 줄어들지 않도록 고정 */
        padding: 8px 16px;
        border-radius: 20px;
        border: 1px solid #ccc;
        background: #fff;
        font-size: 14px;
        cursor: pointer;
    }

    .tab.active {
        background: #1e2251;
        color: #fff;
        border-color: #1e2251;
    }


    .conSecLecType1 ._lectureItem img {
        height: 132px;
    }

    .conSecLecType1 ._lectureAreaTitle {
        text-align: left;
        margin-top: 45px;
        margin-left: 20px;
    }

    .conSecLecType1 ._lectureList {
        margin-left: 20px;
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        justify-content: flex-start;
        align-items: center;
        gap: 10px;
    }

    /* 강의 3줄 */
    .conSecLecType1 ._lectureItem {
        width: calc(33.3333333333% - 1.0666666667rem);
        margin-bottom: 10px;
    }


    .conSecLecType1 ._item1 {
        width: 100%;
        margin-bottom: 7px;
        display: none;
    }

    .conSecLecType1 ._item2 {
        width: 100%;
        display: none;
    }

    .conSecLecType1 ._item3,
    .conSecLecType1 ._item4,
    .conSecLecType1 ._item5 {
        display: inline-block;
    }

    .conSecLecType1 ._item_text_content2 {
        white-space: normal;
        /* 줄바꿈 허용 */
        word-wrap: break-word;
        /* 단어 단위로 줄바꿈 */
        overflow-wrap: anywhere;
        /* 긴 문자열도 자동 줄바꿈 */
        line-height: 1.5;
        /* 가독성 위해 줄간격 */
    }

    .accordion-item-header {
        font-size: 14px;
    }

    .accordion-item-body {
        font-size: 14px;
    }

    .conSec2_usemap {
        display: none;
    }

    .conSec2DataBox {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 0 20px;
        width: 100%;
        max-width: 360px;
        margin: 0 auto;
    }

    .card {
        width: 100%;
        background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(244, 246, 249, 1) 100%);
        border: 1px solid #E1E9F1;
        border-radius: 20px;
        box-shadow: 0px 3px 8px 0px rgba(79, 115, 144, 0.12);
    }

    /* Eligibility Card */
    .eligibility-card {
        display: flex;
        flex-direction: column;
        gap: 11px;
        padding: 14px 16px 14px 16px;
    }

    .card-header {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        padding: 14px;
        height: 35px;
        background: #151515;
        border-radius: 26px;
        box-shadow: 0px 3px 8px 0px rgba(79, 115, 144, 0.12);
        width: fit-content;
    }

    .card-header-text {
        color: #FDFEFE;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.68;
        letter-spacing: -0.3px;
        text-align: center;
    }

    .eligibility-content {
        display: flex;
        flex-direction: column;
        gap: 3px;
    }

    .eligibility-row {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .company-name {
        color: #171D29;
        font-size: 15px;
        font-weight: 600;
        line-height: 1.68;
        letter-spacing: -0.3px;
    }

    .position-text {
        color: #171D29;
        font-size: 15px;
        font-weight: 400;
        line-height: 1.68;
        letter-spacing: -0.3px;
    }

    /* Enrollment Card */
    .enrollment-card {
        display: flex;
        align-items: center;
        gap: 18px;
        padding: 14px 16px;
    }

    .enrollment-number {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .number-current {
        color: #171D29;
        font-size: 38px;
        font-weight: 700;
        line-height: 1;
        letter-spacing: -0.76px;
    }

    .number-total {
        color: #A9ACB3;
        font-size: 26px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.52px;
    }

    .status-badge {
        padding: 4px;
        background: #0033FD;
        border-radius: 6px;
        margin-left: auto;
    }

    .status-text {
        color: #FFFFFF;
        font-size: 13px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -0.26px;
        text-align: center;
    }

    /* 신청가능 인원 섹션 */
    .enrollment-info {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .enrollment-header {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 8px;
    }

    .enrollment-label {
        color: #FFFFFF;
        font-size: 11px;
        font-weight: 600;
        line-height: 1.19;
        letter-spacing: -0.22px;
        text-align: center;
    }

    .enrollment-numbers {
        display: flex;
        align-items: center;
        gap: 4px;
    }

    /* .number-current {
        color: #FFFFFF;
        font-size: 18px;
        font-weight: 600;
        line-height: 1.19;
        letter-spacing: -0.36px;
    } */

    /* .number-total {
        color: #FFFFFF;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.19;
        letter-spacing: -0.28px;
        opacity: 0.5;
    } */

    /* 버튼 컨테이너 */
    .flt_BTN {
        position: relative;
        width: 120px;
        height: 34px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 1) 0%, rgba(16, 32, 73, 1) 100%);
        border-radius: 48px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        cursor: pointer;
    }

    /* 애니메이션 원들 */
    .animation-circles {
        position: absolute;
        left: -10.5px;
        top: -15px;
        display: flex;
        align-items: center;
        gap: -53px;
        pointer-events: none;
    }

    .circle {
        width: 70px;
        height: 70px;
        border-radius: 150px;
        opacity: 0.3;
        box-shadow: 0px 3px 8px 0px rgba(79, 115, 144, 0.12);
    }

    .circle-1 {
        background: #FF4053;
    }

    .circle-2 {
        background: #FF4053;
    }

    .circle-3 {
        background: #FF40EC;
    }

    .circle-4 {
        background: #B240FF;
    }

    .circle-5 {
        background: #7040FF;
    }

    .circle-6 {
        background: #4050FF;
    }

    /* 버튼 텍스트 */
    .flt_BTN-text {
        color: #FFFFFF;
        font-size: 12px;
        font-weight: 600;
        line-height: 1.19;
        text-align: center;
        position: relative;
        z-index: 1;
    }

    .moFltTop {
        color: white;
        font-size: 13px;
        display: flex;
        flex-direction: row;
        padding: 12px 16px;
        background: black;
        align-items: center;
        justify-content: center;
        gap: 50px;
    }

    #floatingNav {
        width: 100%;
        top: -100px;
    }

    .moFltTop div {
        display: flex;
        align-items: center;
    }

    .moFltTopText1 {
        font-size: 11px;
    }

    .moFltTopText2 {
        font-size: 18px;
        margin-left: 8px;
        margin-right: 4px;
    }

    .moFltTopText3 {
        font-size: 14px;
        opacity: 0.5;
    }

    .moFltTop img {
        width: 160px !important;
    }

    #floatingNav.show {
        top: 0px;
    }

    .conDiv2 {
        background: linear-gradient(180deg, #FFF 50%, #F9FBFF 74.04%, #E5EDFF 100%);
    }

    /* Container 2 - Statistics Section Mobile */
    .container_2 {
        padding: 0;
    }

    .container_2 .stats-section {
        flex-direction: row;
        padding: 21px 24.5px;
        gap: 11px;
    }

    .container_2 .stat-card {
        width: 150px;
        height: 84px;
        border: 1px solid #B7C7EA;
        border-radius: 10px;
        padding: 17px 10px;
        gap: 5px;
        box-shadow: none;
    }

    .container_2 .stat-number {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .container_2 .stat-text {
        font-size: 12px;
    }

    .conSec3_usemap1 {
        position: absolute;
        bottom: 46%;
        left: 11%;
        width: 78%;
        height: 35%;
    }

    .conSec3_usemap2 {
        position: absolute;
        bottom: 10%;
        left: 11%;
        width: 78%;
        height: 35%;
    }

    .conSec4_usemap1 {
        position: absolute;
        bottom: 6.5%;
        left: 6%;
        width: 88%;
        height: 3.5%;
    }

    .conSec4_usemap2 {
        position: absolute;
        bottom: 2%;
        left: 6%;
        width: 88%;
        height: 4%;
    }

    .conSec8_usemap1 {
        position: absolute;
        bottom: 53%;
        left: 6%;
        width: 88%;
        height: 7%;
    }

    .conSec8_usemap2 {
        position: absolute;
        bottom: 8%;
        left: 6%;
        width: 88%;
        height: 7%;
    }

    .container_9 {
        padding: 0;
    }

    /* Title Section - Mobile */
    .container_9 .title-section {
        padding: 44px 0 27px;
    }

    .container_9 .title-section::after {
        height: 3px;
        margin-top: 7px;
    }

    .container_9 .title-main {
        font-size: 28px;
        margin-bottom: 7px;
    }

    .container_9 .title-sub {
        font-size: 16px;
        letter-spacing: -0.02em;
    }

    /* Form Section - Mobile */
    .container_9 .form-section {
        padding: 0 20px 40px;
        border-bottom: 1px solid #DEE4ED;
    }

    .container_9 .form-row {
        flex-direction: column;
        gap: 18px;
        margin-bottom: 18px;
    }

    .container_9 .form-group {
        gap: 4px;
    }

    .container_9 .form-label {
        font-size: 14px;
    }

    .container_9 .form-input {
        padding: 10px 14px;
        border-radius: 8px;
        font-size: 16px;
    }

    /* Optional Section - Mobile */
    .container_9 .optional-section {
        padding: 40px 20px 40px;
        border-bottom: 1px solid #DEE4ED;
    }

    .container_9 .optional-header {
        margin-bottom: 22px;
    }

    .container_9 .optional-title {
        font-size: 20px;
        margin-bottom: 2px;
    }

    .container_9 .optional-subtitle {
        font-size: 12px;
    }

    .container_9 .optional-inputs {
        flex-direction: column;
        gap: 22px;
    }

    .container_9 .optional-group {
        gap: 4px;
    }

    .container_9 .optional-label {
        font-size: 14px;
    }

    .container_9 .optional-input {
        padding: 10px 14px;
        border: 1px solid #A6B2C4;
        border-radius: 8px;
        font-size: 16px;
    }

    /* Submit Button - Mobile */
    .container_9 .submit-section {
        margin: 0;
        padding: 0 15px 40px;
    }

    .container_9 .submit-btn {
        padding: 20px 46px;
        border-radius: 14px;
        font-size: 18px;
        font-weight: 600;
        box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.25);
    }

    .conSec9_usemap0 {
        position: absolute;
        top: 27%;
        right: 7%;
        width: 86%;
        height: 64%;
    }


    #floatingNav .mo-nav-toggle.active .hamburger-line:nth-child(1) {
        /* transform: rotate(45deg) translate(5px, 5px); */
    }

    #floatingNav .mo-nav-toggle.active .hamburger-line:nth-child(2) {
        /* opacity: 0; */
    }

    #floatingNav .mo-nav-toggle.active .hamburger-line:nth-child(3) {
        /* transform: rotate(-45deg) translate(5px, -5px); */
    }

    #floatingNav .mo-nav-menu {
        display: none;
        flex-direction: column;
        gap: 11px;
        padding: 16px;
        background: #25272B;
        border-bottom: 1px solid #484C55;
    }

    #floatingNav .mo-nav-menu.active {
        display: flex;
    }

    #floatingNav .mo-nav-link,
    #floatingNav .mo-nav-link-primary {
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.8;
        text-decoration: none;
        color: #E4E4E4;
        transition: color 0.2s;
    }

    #floatingNav .mo-nav-link:hover {
        color: #81A2FF;
    }

    #floatingNav .mo-nav-link-primary {
        font-weight: 600;
        color: #81A2FF;
    }

    #floatingNav .mo-nav-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 18px 16px;
        background: #25272B;
        border-bottom: 1px solid #484C55;
    }

    #floatingNav .mo-nav-brand {
        font-family: 'Noto Sans KR', sans-serif;
        font-weight: 500;
        font-size: 13px;
        line-height: 1.8;
        color: #E4E4E4;
    }

    #floatingNav .mo-nav-toggle {
        width: 25px;
        height: 20px;
        background: none;
        border: none;
        padding: 4px;
        cursor: pointer;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }

    #floatingNav .hamburger-line {
        width: 100%;
        height: 2px;
        background: #E4E4E4;
        transition: all 0.3s ease;
    }

}