@media (min-width: 220px) {
    .event-floating-icon1 {
        bottom: 20%;
        right: 42%;
        width: 85px;
    }
    .event-floating-icon2 {
        bottom: 20%;
        right: 21%;
        width: 85px;
    }

    .event-floating-icon3 {
        bottom: 20%;
        right: 0%;
        width: 85px;
    }
    .mt-35
    {
        margin-top:2rem;
    }
    #scroll_view {
        position: relative;
        width: 100%;
        min-height: 100vh; /* 화면 높이 100% 유지 */
        overflow: hidden; /* 넘치는 부분 방지 */
    }

    #scroll_view::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: url('/img/m_main_bg1.png') no-repeat top center / cover;
        background-position: center top; /* 모바일에서 배경 위치 조정 가능 */
        z-index: -1; /* 내용보다 뒤로 가도록 설정 */
    }

    .color-overlay
    {
        background: none;
    }

    .title_section {
        background: none;
    }

    .title_section2 {
        background-image: none;
        height: auto;
    }
    .mt-2 {
        margin-top: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .circle-bg img {
        max-width: 100px;
    }
    .fs-5 {
        font-size: 0.85rem !important;
    }
    h4, .h4 {
        font-size: calc(1.075rem + 0.3vw);
    }
    .btn-custom
    {
        display: none;
    }
    .btn-orange1 {
        font-size: 0.8rem;
        padding: 5px 14px;
    }

    .fixed-bottom-btn {
        min-width: 270px; /* 최소 너비 설정 */
        max-width: 80%; /* 최대 너비 설정 */
        text-align: center; /* 텍스트 중앙 정렬 */
        font-size: 1rem; /* 글씨 크기 줄이기 */
        padding: 8px 20px; /* 내부 여백 줄이기 */
        border-radius: 30px; /* 버튼 둥근 정도 조정 */
        bottom: 60px; /* 하단 간격 조정 */
    }
    .col-sm-2
    {
        width: 25%;
        padding-right: calc(var(--bs-gutter-x)* .1);
        padding-left: calc(var(--bs-gutter-x)* .1);
    }
    .accordion-button {
        display: flex;
        align-items: flex-start; /* 아이콘과 텍스트 정렬 */
        text-align: left; /* 텍스트 왼쪽 정렬 */
        white-space: normal; /* 자동 줄바꿈 허용 */
        flex-wrap: wrap; /* 텍스트가 너무 길면 다음 줄로 이동 */
    }

    .accordion-button span {
        display: inline-block;
    }

    .accordion-button .question-number {
        flex-shrink: 0; /* Q4.가 줄바꿈되지 않도록 고정 */
        margin-right: 8px; /* Q4.와 질문 텍스트 간격 */
        font-weight: bold; /* 강조 */
    }

    .accordion-button .question-text {
        flex: 1; /* 나머지 공간 차지 */
    }
    .accordion-button
    {
        padding: 11px;
        font-size: 15px;
    }
    .floating-icon9{
        left: 5%;
        top: 0%;
        width: 100px;
    }
    .recruit-footer .fs-5{
        font-size: 0.90rem !important;
    }
    .floating-icon8{
        left: 2%;
        top: -100%;
        width: 73px;
    }
    .floating-icon7
    {
        top: -6%;
        width: 70px;
    }
    .floating-icon6
    {
        left: 0;
        width: 40px;
    }
    .custom-nav
    {
        gap: 10px;
    }
    .modal-body .px-6
    {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }
    .floating-icon5
    {
        width: 60px;
    }
    .btn-orange
    {
        margin: 20px 0;
    }
    .floating-icon4 {
        top: 10px;
        width: 80px;
    }
    #scroll_view
    {
        padding-top:70px;
    }
    .step h5
    {
        margin-top: 1rem !important;
    }

    .step-arrow {
        display: none;
    }

    .recruitment-steps {
        display: block;
        text-align: center; /* 내부 요소 중앙 정렬 */
    }

    .step {
        text-align: center; /* 자식 요소들 가운데 정렬 */
        margin-bottom: 20px; /* 아래 여백 추가 */
    }

    .step-icon {
        display: inline-flex; /* 중앙 정렬 유지 */
    }
    .step-icon {
        width: 150px;
        height: 150px;
    }
    .step-arrow {
        width: 10px;
    }
    .step-box {
        min-height: auto;
    }
    .make-achieve
    {text-align: left;
        margin-left: 0%;
        font-size: calc(1.225rem + 4.5vw);
    }
    .mt-11 {
        margin-top: 8rem !important;
        margin-bottom: 1rem !important;
    }
    .color-overlay
    {
        height: 450px;
    }
    .hero-section
    {
        height: auto;
    }
.hero-section .container
{
    height: auto;
}
    .event-box2
    {
        padding: 0 1.5rem 1.5rem 1.5rem !important;
    }
    .event-box2 .col-lg-4
    {
        margin-top:50px;
    }
    .col-sm-3 {
        padding-right: 0px;
        padding-left: 0px;
    }

    .recruit-footer {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }

    .btn + .btn {
        margin-left: 0rem;
    }

    .countdown-box {
        padding: 10px 10px;
    }

    .countdown-label {
        font-size: 8px;
    }

    .event-label {
        width: 90px;
        font-size: 13px;
    }

    .event-box1 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    h5, .h5 {
        font-size: 1.15rem;
    }

    .bold-text {
        min-width: 100px;
    }

    .recruitment-box {
        padding: 25px;
    }

    .m-576-yes {
        display: block;
    }

    .m-576-no {
        display: none;
    }

    .s_content_rounded {
        width: 150px;
        height: 150px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }
    .s_content_rounded img {
        width:40%;
    }

    .px-8 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .display-5 {
        font-size: 1.8rem;
        padding-top: 2.5rem !important;
    }

    .display-5 .text-hw {
        font-size: 1.2rem;
    }
}

@media (min-width: 370px) {
    .mt-35
    {
        margin-top:2.5rem;
    }
    .mt-11 {
        margin-top: 9rem !important;
        margin-bottom: 1.5rem !important;
    }

    .btn-orange1 {
        font-size: 0.9rem;
        padding: 5px 14px;
    }
}


@media (min-width: 430px) {
    .mt-35
    {
        margin-top:3rem;
    }
    .mt-11 {
        margin-top: 11rem !important;
    }
    .btn-orange1 {
        font-size: 1rem;
        padding: 5px 14px;
    }
    .mt-11 {
        margin-top: 7rem !important;
    }
    .col-sm-3 {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .px-8 {
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%;
    }

    .display-5 {
        padding-top: 2.5rem !important;
        font-size: 2.0rem;
    }

    .display-5 .text-hw {
        font-size: 1.5rem;
    }
}

@media (min-width: 491px) {

    .mt-11 {
        margin-top: 8rem !important;
    }

}

@media (min-width: 510px) {

    .mt-11 {
        margin-top: 9rem !important;
    }

}

@media (min-width: 530px) {

    .mt-11 {
        margin-top: 11rem !important;
    }

}

@media (min-width: 576px) {



    .step-icon {

        width: 200px;
        height: 200px;
    }
    .make-achieve
    {
        font-size: calc(1.225rem + 4.5vw);
    }
    .mt-11 {
        margin-top: 11rem !important;
    }
    .color-overlay
    {
        height: 650px;
    }
    .hero-section
    {
        height: auto;
    }
    .hero-section .container
    {
        height: auto;
    }
    .event-box1 {
        padding-right: 1.5rem !important;
        padding-left: 1.5rem !important;
    }

    .event_box1 {
        padding: 3rem 0.5rem !important;
    }

    .event_box1 .step-content {
        padding: 0px !important;
    }

    .make-achieve {
        margin-top: 9rem !important;
        margin-bottom:0.5rem !important;
    }

    .display-5 {
        padding-top: 4.5rem !important;
        font-size: 2.5rem;
    }

    .display-5 .text-hw {
        font-size: 2.0rem;
    }

    h4, .h4 {
        font-size: calc(1.175rem + 0.3vw);
    }

    .mx-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .step-box {
        min-height: 310px;
    }
}


@media (min-width: 592px) {
    .event-floating-icon1 {
        bottom: 30%;
        right: 9%;
        width: 80px;
    }
    .event-floating-icon2 {
        bottom: 23%;
        right: 23%;
        width: 110px;
    }

    .event-floating-icon3 {
        bottom: 19%;
        right: 0%;
        width: 116px;
    }
    .mt-35
    {
        margin-top:3rem;
    }
    .mt-11 {
        margin-top: 10rem !important;
        margin-bottom: 1.5rem !important;
    }

}

@media (min-width: 615px) {

    .mt-11 {
        margin-top: 11rem !important;
        margin-bottom: 1.5rem !important;
    }

}

@media (min-width: 630px) {

    .mt-11 {
        margin-top: 12rem !important;
        margin-bottom: 2.5rem !important;
    }

}

@media (min-width: 660px) {
    .mt-35
    {
        margin-top:3rem;
    }
    .mt-11 {
        margin-top: 15rem !important;
        margin-bottom: 1.5rem !important;
    }

}

@media (min-width: 690px) {

    .mt-11 {
        margin-top: 17rem !important;
        margin-bottom: 0.5rem !important;
    }
}


@media (min-width: 715px) {
    .mt-11 {
        margin-top: 18rem !important;
        margin-bottom: 1.5rem !important;
    }
}
@media (min-width: 740px) {
    .mt-11 {
        margin-top: 19rem !important;
        margin-bottom: 1.5rem !important;
    }
}


/* 테블릿 */
@media (min-width: 768px) {
    .event-floating-icon1 {
        bottom: 28%;
        right: 8%;
        width: 80px;
    }
    .event-floating-icon2 {
        bottom: 18%;
        right: 0%;
        width: 110px;
    }

    .event-floating-icon3 {
        bottom: 7%;
        right: 0%;
        width: 116px;
    }

    .mt-35
    {
        margin-top:4rem;
    }
    .make-achieve
    {
        margin-left:0%;
    }
    #scroll_view::before
    {
        background:none;
    }
    .color-overlay {
        position: absolute; /* 부모 요소(.container) 기준으로 위치 지정 */
        top: 0;
        left: 0;
        width: 100%; /* .container와 동일한 크기로 설정 */
        height: 650px; /* 배경 높이와 동일하게 설정 */
        background: url('/img/main_img2_01.png'); /* 컬러 이미지 */
        background-size: cover;
        background-position: center;
        clip-path: circle(0% at 80% 0%); /* 초기: 특정 위치에서 작은 원으로 시작 */
        z-index: 1; /* 텍스트보다 아래에 위치하도록 조정 */
    }
    .hero-section {
        height: 650px;
    }
    .title_section {
        background: linear-gradient(to right, #ed7100 0%, #ed7100 49%, #f5ad69 50%, #f5ad69 100%);
    }
    .title_section2 {
        background-image: url(/img/main_img2_02.png);
        height: 360px;
    }
    .mt-2 {
        margin-top: 0.5rem !important;
    }
    .circle-bg img {
        max-width: 190px;
    }
    .fs-5 {
        font-size: 1.15rem !important;
    }
    h4, .h4 {
        font-size: calc(1.275rem + 0.3vw);
    }
    .btn-custom
    {
        display: inline-block;
    }
    .btn-orange1 {
        padding: 12px 24px;
    }
    .fixed-bottom-btn {
        min-width: 270px; /* 최소 너비 설정 */
        max-width: 80%; /* 최대 너비 설정 */
        text-align: center; /* 텍스트 중앙 정렬 */
        font-size: 1.2rem; /* 글씨 크기 줄이기 */
        padding: 8px 20px; /* 내부 여백 줄이기 */
        border-radius: 30px; /* 버튼 둥근 정도 조정 */
        bottom: 20px; /* 하단 간격 조정 */
    }
    .col-sm-2
    {
        padding-right: calc(var(--bs-gutter-x)* .5);
        padding-left: calc(var(--bs-gutter-x)* .5);
    }
    .accordion-button
    {
        padding: 15px;
        font-size: 18px;
    }
    .floating-icon9{
        left: 32%;
        top: 40%;
        width: 130px;
    }

    .recruit-footer .fs-5{
        font-size: 1.25rem !important;
    }
    .floating-icon8{
        left: 20%;
        top: 0%;
        width: 100px;
    }
    .floating-icon7
    {
        top: 3%;
        width: 160px;
    }
    .floating-icon6 {
        left: -30px;
        width: 60px;
    }
    .custom-nav
    {
        gap: 20px;
    }

    .floating-icon5
    {
        width: 100px;
    }
    .btn-orange
    {
        margin: 0;
    }
    .floating-icon4 {
        top: -30px;
        width: 150px;

    }
    .step h5
    {
        margin-top: 3rem !important;
    }
    .recruitment-steps {
        display: flex;
    }
    .step-arrow {
        display: block;
        width: 30px;
    }

    .step-icon {
        width: 100px;
        height: 100px;
    }
    .countdown-box {
        padding: 30px 20px;
    }

    .countdown-label {

        font-size: 14px;
    }

    .event-label {
        font-size: 16px;
        width: 120px;
    }

    .bold-text {
        min-width: 140px;
    }

    .recruitment-box {
        padding: 50px;
    }

    .m-576-yes {
        display: none;
    }

    .m-576-no {
        display: block;
    }

    .s_content_rounded {
        width: 200px;
        height: 200px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .btn + .btn {
        margin-left: 0.5rem;
    }

    .event_box1 {
        padding: 3rem 0.5rem !important;
    }

    .event_box1 .step-content {
        padding: 0px !important;
    }

    .make-achieve {
        margin-top: 6rem !important;
    }

    .display-5 {
        font-size: 2.5rem;
    }

    .display-5 .text-hw {
        font-size: 2.5rem;
    }

    h4, .h4 {
        font-size: calc(1.075rem + 0.3vw);
    }

    .mx-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .step-box {
        min-height: auto;
    }

    .recruit-footer {
        margin-right: 0.5rem !important;
        margin-left: 0.5rem !important;
    }
}

@media (min-width: 992px) {
    .event-floating-icon1 {
        bottom: 28%; /* 세로 중앙 정렬 */
        right: 8%; /* 박스의 우측 끝 테두리에 배치 */
        width: 80px; /* 아이콘 크기 */
    }
    .event-floating-icon2 {
        bottom: 13%; /* 세로 중앙 정렬 */
        right: 0%; /* 박스의 우측 끝 테두리에 배치 */
        width: 110px; /* 아이콘 크기 */
    }

    .event-floating-icon3 {
        bottom: 0%;
        right: 8%;
        width: 126px;
    }

    .mt-35
    {
        margin-top:5rem;
    }
    .modal-body .px-6
    {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    #scroll_view
    {
        padding-top:100px;
    }
    .step-icon {
        width: 150px;
        height: 150px;
        background: white;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
        margin-bottom: 10px;
    }
    .step-arrow {
        width: 40px;
        height: auto;
        align-self: flex-start;
        margin-top: 50px;
    }
    .make-achieve {
        font-size: calc(1.225rem + 3.5vw);
    }
    .event-box2 .col-lg-4
    {
        margin-top:0px;
    }
    .event-box2
    {
        padding: 4.5rem !important;
    }
    .recruit-footer {
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;
    }

    h5, .h5 {
        font-size: 1.25rem;
    }

    .event-box1 {
        padding-right: 4.5rem !important;
        padding-left: 4.5rem !important;
    }

    .s_content_rounded {
        width: 250px;
        height: 250px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .px-8 {
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .event_box1 .step-content {
        padding: 10px !important;
    }

    .event_box1 {
        padding: 4.5rem !important;
    }

    .make-achieve {
        margin-top: 5rem !important;
    }

    .display-5 .text-hw {
        font-size: 2rem;
    }

    h4, .h4 {
        font-size: calc(1.175rem + 0.3vw);
    }

    .mx-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .step-box {
        min-height: 310px;
    }
}

/* Pc */
@media (min-width: 1200px) {
    .event-floating-icon1 {
        bottom: 22%; /* 세로 중앙 정렬 */
        right: 8%; /* 박스의 우측 끝 테두리에 배치 */
        width: 80px; /* 아이콘 크기 */
    }
    .event-floating-icon2 {
        bottom: 7%; /* 세로 중앙 정렬 */
        right: 0%; /* 박스의 우측 끝 테두리에 배치 */
        width: 110px; /* 아이콘 크기 */
    }

    .event-floating-icon3 {
        bottom: 0%; /* 세로 중앙 정렬 */
        right: 12%; /* 박스의 우측 끝 테두리에 배치 */
        width: 140px; /* 아이콘 크기 */
    }
    .mt-35
    {
        margin-top:2rem;
    }
    .make-achieve {
        margin-top: 5rem !important;
    }

    .display-5 .text-hw {
        font-size: 3rem;
    }

    h4, .h4 {
        font-size: 1.5rem;
    }

    .mx-6 {
        margin-right: 3.5rem !important;
        margin-left: 3.5rem !important;
    }

    .step-box {
        min-height: 310px;
    }

    .s_content_rounded {
        width: 250px;
        height: 250px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }
}