@media (max-width: 376px){
    .sidebar-brand-text img{
        max-width: 130px;
    }
    .logo img{
        max-width: 180px;
    }
}
@media (max-width: 575px) {
    h1, h2, h3, h4, h5, h6 {
        line-height: 1.4;
        font-weight: 400;
        letter-spacing: -0.04rem;
        word-break: keep-all;
    }

    p, span {
        letter-spacing: -0.02rem;
        font-weight: 500;
        word-break: keep-all;
    }

    span {
        color: #1d47dd
    }

    h1 {
        font-size: 28px;
        color: #181818;
    }

    h2 {
        font-size: 26px;
        color: #181818;
        font-weight: 700;
    }

    h3 {
        font-size: 18px;
        color: #5c5c5c;
        font-weight: 500;
    }

    h4 {
        font-size: 15px;
        color: #5c5c5c;
        font-weight: 500;
    }

        h4 span {
            color: #2D5BFF;
            font-weight: 700;
        }

    h5 {
        font-size: 13px;
        color: #8a8a8a;
        font-weight: 500;
    }

    h6 {
        font-size: 14px;
        color: #8a8a8a;
        font-weight: 500;
    }

    .mr-3-0{
        margin-right: 0rem !important;
    }

    .btn{
        font-size:12px;
    }
    .btn-large {
        width: 100%;
        height: auto;
        background-color: #EFEFEF;
        border: solid 1px #EFEFEF;
        border-radius: 12px;
        font-size: 16px;
        color: #8a8a8a;
        font-weight: 600;
        padding: 16px;
    }

    .btn-large-act {
        width: 100%;
        height: auto;
        border-radius: 12px;
        font-size: 16px;
        color: #ffffff;
        font-weight: 600;
        padding: 16px;
    }

    .btn-large-navy {
        width: 100%;
        height: auto;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        padding: 16px;
    }

    .btn-50 {
        width: 49%;
        height: auto;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        padding: 16px;
    }

    .btn-50-add {
        width: 49%;
        height: auto;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        padding: 16px 8px;
    }

    .btn-50-act {
        width: 49%;
        height: auto;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        padding: 16px 8px;
    }

    .btn-50-B {
        width: 49%;
        height: auto;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 600;
        padding: 16px;
    }

    .btn-100-st4 {
        width: 100%;
        height: auto;
        border-radius: 12px;
        padding: 16px;
        font-weight:bold;
        position: relative;
    }
    .btn-100-st4 h3{
        font-size:20px;
        font-weight:800;
        padding:10px 16px;
        margin-bottom:0;
    }
    .btn-100-st4 span{
        position: absolute;
        bottom: 5px;
        left: 75px;
        font-size: 14px;
        font-weight: 600;
     }

    .btn-mid {
        width: 140px;
        height: 54px;
        border-radius: 12px;
        font-size: 16px;
        font-weight: 400;
        padding: 0px;
    }

    .btn-50-st3 {
        height: 120px;
        border-radius: 12px;
        padding: 19px 20px;
    }
    .btn-50-st3 h3{
        font-size: 16px;
        font-weight: 600;
    }


    /*드롭다운 메뉴 시작*/
    .dropdown-item {
        display: block;
        width: 100%;
        padding: .25rem 0.9rem;
        clear: both;
        font-size: 12px;
        font-weight: 500;
        color: #3a3b45;
        text-align: inherit;
        white-space: nowrap;
        background-color: transparent;
        border: 0
    }

    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 6.4rem;
        padding: .5rem 0;
        margin: .125rem .5rem;
        font-size: .85rem;
        color: #858796;
        text-align: left;
        list-style: none;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #e3e6f0;
        border-radius: .35rem
    }

    .dropdown-item:focus, .dropdown-item:hover {
        color: #2e2f37;
        text-decoration: none;
        background-color: #ECF0FF;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #4e73df
    }

    .dropdown-item.disabled, .dropdown-item:disabled {
        color: #b7b9cc;
        pointer-events: none;
        background-color: transparent
    }

    .dropdown-menu.show {
        display: block
    }

    .dropdown-header {
        display: block;
        padding: .5rem 1.5rem;
        margin-bottom: 0;
        font-size: .875rem;
        color: #858796;
        white-space: nowrap
    }

    .dropdown-item-text {
        display: block;
        padding: .25rem 1.5rem;
        color: #EDEDED;
    }

    .dropdown-line {
        border-width: 1px 0 0 0;
        border-color: #ededed;
        margin: 6px auto;
    }

    .btn-primary {
        color: #fff;
        background-color: #2D5BFF;
        border-color: #4e73df
    }

        .btn-primary:hover {
            color: #fff;
            background-color: #2e59d9;
            border-color: #2653d4
        }

        .btn-primary.focus, .btn-primary:focus {
            color: #fff;
            background-color: #2e59d9;
            border-color: #2653d4;
            box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
        }

        .btn-primary.disabled, .btn-primary:disabled {
            color: #fff;
            background-color: #4e73df;
            border-color: #4e73df
        }

        .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
            color: #fff;
            background-color: #2653d4;
            border-color: #244ec9
        }

            .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
                box-shadow: 0 0 0 .2rem rgba(105,136,228,.5)
            }
    /*드롭다운 메뉴 끝*/
    /*기본설정 끝*/
    /*--------------------------------------------------------------------------------------------*/
    .center-box {
        display: flex;
        justify-content: center;
        align-content: center;
        min-height:300px;
    	margin-bottom:60px;
    }

    .inner-content {
        flex-basis: 33.3%;
        min-width: 100%;
        padding: 0 0 0px;
    }

    .top-section {
        height: auto;
        padding: 0;
        
    }

/*header 시작*/
.topbar .dropdown{
    display:flex;
    height:100%;
    align-items:center;
}
.sidebar-brand-text {
    flex-grow: 6;
}
.sidebar-brand-text img{
    max-width: 160px;
    max-height: 34px;
}

.sidebar-brand-text h4 {
    font-weight: 800;
    font-size: 20px;
    color: #2D5BFF;
    margin-bottom: 0;
}
.com-add{
    height: 4.375rem;
    display:flex;
    align-items: center;
    padding:0;
    width: 70px;
}
.com-add span{
    font-size:12px;
}
.topbar .nav-item .nav-link{
    padding:0 0 0 ;
}
.topbar .nav-item .nav-link span{
    display: flex;
    display:none;
}
.nav-drop {
    display: inline-flex;
    float: right;
}
.sidebar .nav-item .nav-link .img-profile, .topbar .nav-item .nav-link .img-profile{
    height:1.2rem;
    width:1.2rem;
    margin-right: 0.2rem;
    margin-left:0.4rem;
}

/*header 끝*/

/*ProgressBar 프로그레스바 시작*/
.form-steps__item--active .form-steps__item-text{
    font-size:16px;
}

    /* 뒤로가기 버튼 시작 */
    .button-back {
        height: 2.4em;
        width: 35%;
        border-radius: 2rem;
        letter-spacing: 1px;
        transition: all 0.2s linear;
        cursor: pointer;
        border: solid 1px #EDEDED;
        background: #fff;
    }

        .button-back > img {
            margin-right: 4px;
            margin-left: 0px;
            font-size: 21px;
            transition: all 0.4s ease-in;
        }

        .button-back:hover > svg {
            transform: translateX(-4px);
        }

        .button-back > span {
            font-size: 0.9rem;
            letter-spacing: -0.02rem;
            font-weight: 600;
            padding-right: 6px;
            color: #181818;
        }

        .button-back:hover {
            box-shadow: 5px 5px 5px #efefef, -5px -5px 5px #ffffff;
            transform: translateY(-1px);
        }
    /* 뒤로가기 버튼 끝 */

    /*-------------- 카카오 로그인 페이지 시작--------------*/

    .logo img{
        max-width: 200px;
        max-height: 34px;
    }

    .logo_section {
        display: flex;
        width: 100%;
        justify-content: center;
        padding-bottom: 30px;
        border-bottom: solid 1px #EDEDED;
    }

    .title_text {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 10px;
    }

        .title_text h2 {
            padding-bottom: 0px;
        }

    .kakao-btn {
        width: 100%;
        height: auto;
        background-color: #FEE500;
        border: solid 1px #FEE500;
        border-radius: 12px;
        padding: 16px;
        font-size: 16px;
        font-weight: 600;
        color:#191600;
        line-height:normal;
    }
        .kakao-btn svg {
            float: left;
            margin:0;
        }


    /* 체크박스 영역 시작 */

    .check-section {
        padding-top: 22px;
        justify-content: space-between;
        display: flex;
    }

    /* 체크박스 커스터마이징 시작*/
    .chk {
        display: block;
        position: relative;
        cursor: pointer;
        font-size: 18px;
        user-select: none;
    }

        /* Hide the browser's default checkbox */
        .chk input {
            position: absolute;
            opacity: 0;
            cursor: pointer;
            height: 0;
            width: 0;
        }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 2px;
        left: 0px;
        height: 24px;
        width: 24px;
        background-color: #cccccc;
        border: solid 1px #c4c4c4;
        border-radius: 3px;
    }

    /* When the checkbox is checked, add a blue background */
    .chk input:checked ~ .checkmark {
        background-color: #2D5BFF;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: inline;
    }

    /* Show the checkmark when checked */
    .chk input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */



    .chk .checkmark:after {
        left: 0.5rem;
        top: 0.25rem;
        width: 6px;
        height: 12px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }
    /* 체크박스 커스터마이징 끝*/

    .check-txt {
        padding-left: 30px;
        color: #323232;
        font-weight: 500;
    }

    .check-ip {
        font-size: 14px;
        color: #323232;
        font-weight: 500;
    }

        .check-ip span {
            font-weight: 600;
        }

    .join-info {
        padding: 8px 34px;
    }

    /*---------------- 카카오 로그인 페이지 끝----------------*/

    /*-------------- 서비스 이용약관 페이지 시작--------------*/

    .terms-box {
        border: solid 1px #c4c4c4;
        border-radius: 10px;
        padding: 4px 20px;
        margin-bottom: 20px;
    }

    .allagree-p {
        border-bottom: solid 1px #c4c4c4;
        padding-bottom: 10px;
    }

    .allagree {
        font-size: 18px;
        color: #323232;
        font-weight: 700;
    }

    .select-p {
        padding: 14px 0;
    }

    .selectagree {
        padding: 6px 0 0 0;
    }

    .select-txt {
        font-size: 15px;
        color: #5c5c5c;
        font-weight: 400;
    }

    .select-p-inner {
        display: flex;
        justify-content: space-between;
        padding-bottom: 5px;
    }

    .read-more {
        padding-top: 8px;
    }

        .read-more a {
            font-size: 14px;
            color: #5c5c5c;
            font-weight: 400;
            text-decoration: underline;
        }
    /*-------------- 서비스 이용약관 페이지 끝 --------------*/

    /*--------------- 사업장선택 페이지 시작 ----------------*/

    .EID-section {
        display: flex;
    }

    .EID-box {
        width: 100%;
        height: 54px;
        margin-right: 10px;
    }
    .error input {
        border: solid 1px #FF3030!important;
    }


    /*--------------- 사업장선택 페이지 끝 ---------------*/
    /*--------------- 정보연계 페이지 시작 ----------------*/
    .cert-section-wrap {
        padding-bottom: 20px;
    }

    .cert-section {
        display: flex;
        margin-bottom: 10px;
    }

    .cert-P1 {
        width: 50%;
        border-radius: 6px 0 0 6px;
        background-color: #F8F8F8;
        padding: 22px 24px 12px;
        border: solid 1px #ededed;
    }

    .complete {
        background-color: #E6FFE2;
    }

    .cert-P2 {
        width: 50%;
        border-radius: 0 6px 6px 0;
        background-color: #ffffff;
        padding: 24px 24px 20px;
        border: solid 1px #ededed;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .cert-P2 h6 {
            padding-top: 10px;
        }

    .cert-P1 h3 {
        color: #323232;
        font-weight: 600;
        padding-top: 10px;
    }

    .status {
        display: table-cell;
        width: 50px;
        height: 22px;
        border-radius: 10px;
        background-color: #8a8a8a;
        color: #fff;
        font-size: 11px;
        text-align: center;
        vertical-align: middle;
    }

    .status-act {
        display: table-cell;
        width: 50px;
        height: 22px;
        border-radius: 10px;
        background-color: #28B411;
        color: #fff;
        font-size: 11px;
        text-align: center;
        vertical-align: middle;
    }

    .circle {
        display: table-cell;
        border: solid 1px #c4c4c4;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        text-align: center;
        vertical-align: middle;
        padding: 7px;
    }


    .certDetails {
        width: 50%;
        border-radius: 0 6px 6px 0;
        background-color: #ffffff;
        border: solid 1px #ededed;
        display: flex;
    }

        .certDetails h6 {
            font-size: 12px;
            font-weight: 500;
        }

    .D-category {
        width: 86px;
        padding: 30px 10px 18px 26px;
    }

        .D-category h6 {
            color: #323232;
        }

    .D-content {
        width: 165px;
        padding: 30px 0px 18px 0px;
    }

    .D-delete {
        padding-top: 4px;
    }

        .D-delete svg {
            cursor: pointer;
        }

    .CertStep-img{
        width: 60px;
    }

    /*----------------- 정보연계 페이지 끝 ------------------*/
    /*-------------- 자료가져오기 페이지 시작 ---------------*/
    .download-section-wrap {
        padding-top: 10px;
        padding-bottom: 50px;
    }

    .download-section {
        display: flex;
        margin-bottom: 8px;
        height: 54px;
    }

    .download-P1 {
        min-width: 100px;
        display: flex;
        align-items: center;
    }

        .download-P1 h4 {
            font-weight: 600;
            color: #323232;
        }
.download-P2 {
    min-width: 100px;
    display: flex;
    align-items:flex-end;
}

    .download-P2 h4{
        font-weight:600;
        color:#323232;
        line-height:2em;
    }

    .year-area{
        min-width: 100px;
    }

    .year-t {
        display: flex;
        width: 100%;
        margin-right: 0px;
    }

    .year-txt {
        display: flex;
        justify-content: flex-end;
    }

        .year-txt h4 {
            font-size: 12px;
            font-weight: 500;
            color: #5c5c5c;
            padding: 0;
        }


    /*-------------- 다운로드 프로그래스 바 시작 --------------*/
    .D-progress {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 54px;
        width: 100%;
        background-color: #efefef;
    }

    .progress-bar__container {
        width: 100%;
        height: 54px;
        position: relative;
        overflow: hidden;
        transition: all 0.5s;
        will-change: transform;
    }

    .progress-bar {
        height: 100%;
        display: flex;
        flex-direction: row;
        align-content: center;
    }

    .progress-piece {
        display: flex;
        width: 20%;
        border-left: solid 1px #fff;
        height: 100%;
        background-color: #E6FFE2;
        color: #28B411;
        align-items: center;
        text-align: center;
        justify-content: center;
        font-weight: 600;
        font-size: 12px;
    }

    .fail {
        background-color: #FFE2E2;
        color: #FF3030;
    }

    /*---------------- 다운로드 프로그래스 바 끝 ----------------*/
    /*----------------- 자료가져오기 페이지 끝 ------------------*/
    /*------------------ 간편확인 페이지 시작 -------------------*/
    .report-box {
        border: solid 1px #F4F4F4;
        border-radius: 10px;
        margin: 30px 0 30px;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .report-txt {
        padding: 32px 0 20px 0;
        text-align:center;
    }

    .report-img {
        padding: 0 0 20px 0;
        margin:0 auto;
    }
    .report-img-center{
        padding: 0 0 30px 90px;
        margin:0 auto;
    }

    .report-box h3 span {
        font-weight: 700;
        font-size: 24px;
        color: #181818;
    }

    .report-box h2 {
        color: #1B4AF0;
        padding-top: 4px;
    }

    .report-section h4 {
        padding-bottom: 24px;
    }

        .report-section h4 span {
            color: #2D5BFF !important;
        }
    /*간편확인 미대상*/
    .notTarget {
        text-align: center;
        padding: 46px 30px 40px 30px;
        margin: 0 auto;
    }

        .notTarget h3 {
            padding-bottom: 6px;
        }

    /*------------------ 간편확인 페이지 끝 ------------------*/
    /*---------------- 근로자 고용현황 정보 추가입력 모달 시작 -----------------*/
    .popup-wrap {
        background-color: rgba(0,0,0,.5);
        justify-content: center;
        align-items: center;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        z-index: 100;
    }

    .popup {
        width: 100%;
        max-width: 640px;
        height: 100%;
        border-radius: 20px;
        padding: 20px 24px;
        overflow: auto;
        background-color: #ffffff;
        box-shadow: 5px 10px 10px 1px rgba(0,0,0,.3);
    }

    .add3 {
        background-color: #F2F5FF;
    }

    .popup-head {
        text-align: center;
    }

        .popup-head h2 {
            padding-bottom: 6px;
            font-size:24px;
        }

    .close_btn {
        width: 100%;
        height: 24px;
    }

        .close_btn svg {
            float: right;
            cursor: pointer;
        }

    .popup-body {
        width: 100%;
        background-color: #ffffff;
        margin: 24px 0 34px;
    }

    .body-content {
        width: 100%;
        padding: 30px;
    }

    .body-titlebox {
        text-align: center;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }

    .popup-foot {
        width: 100%;
        height: auto;
    }

    .pop-btn {
        display: flex;
        width: 50%;
        height: 100%;
        justify-content: center;
        align-items: center;
        float: left;
        color: #ffffff;
        cursor: pointer;
    }


    /*근로자 고용현황 정보 표 시작*/
    .T-section {
        height: 390px;
        overflow: auto;
    }

        .T-section thead th {
            position: sticky;
            top: 0;
        }

    table.type11 {
        border-collapse: separate;
        border-spacing: 1px;
        text-align: center;
        line-height: 1.5;
        margin:0 auto;
    }

        table.type11 th {
            padding: 10px 0;
            font-weight: 600;
            vertical-align: top;
            color: #fff;
            background: #6284FD;
            font-size:12px;
        }

        table.type11 td {
            padding: 10px 0;
            vertical-align: middle;
            border-bottom: 1px solid #ededed;
            border-left: 1px solid #ededed;
            background: #ffffff;
            color: #5c5c5c;
            font-weight: 600;
            font-size: 12px;
        }
            table.type11 td:last-child {
                border-right: 1px solid #ededed;
            }

            .t-num {
                display: none;
            }

    .t-name {
        min-width: 100px;
        max-width: 100px;
    }

    .t-employees {
        min-width: 110px;
        max-width: 110px;
    }

    .t-day {
        min-width: 96px;
        max-width: 96px;
    }

    .t-state {
        display: none;
    }

    .c-num {
        display: none;
    }

    .c-name {
        min-width: 100px;
        max-width: 100px;
    }

    .c-employees {
        min-width: 110px;
        max-width: 110px;
    }

    .c-day {
        min-width: 96px;
        max-width: 96px;
    }

    .c-state {
        display: none;
    }

    /*근로자 고용현황 정보 표 끝*/

    /*Toggle switches 토글스위치 시작*/
    .switch {
        font-size: 17px;
        position: relative;
        display: inline-block;
        max-width: 56px;
        min-width: 56px;
        height: 1.8em;
    }

        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        transition: .4s;
        border-radius: 30px;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 1.2em;
            width: 1.2em;
            border-radius: 20px;
            left: 0.3em;
            bottom: 0.3em;
            background-color: white;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #2D5BFF;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #2D5BFF;
    }

    input:checked + .slider:before {
        transform: translateX(1.4em);
    }
    /*Toggle switches 토글스위치 끝*/

    .t2 {
        padding-bottom: 20px;
    }

    .T-content {
        overflow: auto;
    }

    /*---------------- 근로자 고용현황 정보 추가입력 모달 끝 -----------------*/

    /*---------------- 근로자 고용현황 정보 추가입력 페이지 끝 -----------------*/

    /*---------------- 사업장 추가 정보 체크 페이지 시작 -----------------*/

    .Q-body {
        width: 100%;
        background-color: #ffffff;
        padding: 16px 20px;
        margin: 26px 0;
    }

    .Q-line {
        display: flex;
        border-bottom: solid 1px #f7f7f7;
        padding: 12px 0 7px;
        height:70px;
    }

        .Q-line:last-child {
            border-bottom: solid 0px #f7f7f7;
        }

        .Q-line h4 {
            padding-top: 2px;
            padding-left: 14px;
            color: #323232;
        }

    /*---------------- 사업장 추가 정보 체크 페이지 끝 -----------------*/
    /*---------------- 메인 페이지 시작 -----------------*/
    .main-center-box {
        display: flex;
        justify-content: center;
        align-content: center;
        flex-direction: column;
        flex-wrap: wrap;
        text-align: center;
    }

    .m-inner {
        padding: 70px 24px;
        width: 100%;
        font-size: 40px;
        font-weight: 800;
        color: #181818;
    }

        .m-inner h1 {
            font-weight: 800;
            color: #181818;
        }

        .m-inner span {
            font-weight: 800;
            color: #00137A;
        }
    .main-p1 h1 {
    	font-size:30px;
        margin-bottom:2rem;
    }
    .main-p1 img {
        width: 100%;
        margin: 2.5rem 0 0;
        text-align: center;
    }

    .main-p2 {
        background-color: #F7F9FF;
    }

        .main-p2 h1 {
        	font-size:30px;
            padding-bottom: 20px;
        }

        .main-p2 img {
            width: 90%;
            margin: 40px 0 40px;
            text-align: center;
        }

    .main-p3 {
        background-color: #001A77;
    }

        .main-p3 h1 {
            color: #ffffff;
            font-size: 28px;
            padding-bottom: 35px;
        }

    .p3-box {
        background-color: #ffffff;
        color: #323232;
        height: 140px;
        border-radius: 10px;
        padding: 34px 16px;
    }

        .p3-box h4 {
            color: #323232;
        }

    .main-p4 h1 {
        padding-bottom: 10px;
    }

    .main-p4 img {
        width:276px;
        margin: 20px 0 0;
        text-align: center;
    }
        .main-p4 img:first-child {
            margin: 50px 0 0;
        }


    .main-p5 {
        background-color: #F7F9FF;
    }
    /*-----아코디언 시작-----*/
    .accordion {
        list-style: none;
        padding: 0;
        width: 100%;
        margin: 30px auto 10px auto;
        border-top: 0px solid #d9e5e8;
    }

        .accordion li {
            list-style: none;
            border-bottom: 1px solid #d9e5e8;
            position: relative;
            text-align: left;
        }

            .accordion li p {
                display: none;
                padding: 10px 15px 10px;
                color: #5c5c5c;
            }

        .accordion a {
            width: 100%;
            display: block;
            cursor: pointer;
            font-weight: 600;
            line-height: 3;
            font-size: 15px;
            text-indent: 15px;
            user-select: none;
            color: #323232;
        }

            .accordion a:hover {
                color: #323232;
            }

            .accordion a:after {
                width: 11px;
                height: 11px;
                border-right: 2px solid #6284FD;
                border-bottom: 2px solid #6284FD;
                position: absolute;
                right: 10px;
                content: " ";
                top: 17px;
                transform: rotate(-45deg);
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

        .accordion p {
            font-size: 15px;
            line-height: 1.6rem;
            padding: 10px;
        }

    a.active:after {
        transform: rotate(45deg);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    /*------아코디언 끝------*/
    /*---------------- 메인 페이지 끝 -----------------*/
        /*------푸터시작------*/
    .termsUse-info{
        display: flex;
        flex-direction: row;
    }

    .footer-wrapper{
        display: flex;
        justify-content: center;
        align-content: center;
        align-items: center;
        height: auto;
        margin: auto 0;
    }
    .footer{
        flex-basis: 90%;
        min-width: 170px;
    }
    .logo{
        padding-bottom: 24px;
    }

    .termsUse-info a{
        text-decoration: none;
    }

    .termsUse-info h4{
        font-size: 12px;
        padding-right: 1rem;
        font-weight: 600;
    }

    .footer-info address{
        line-height: 0.5em;
    }
    .footer-info h6{
        font-size: 12px;
        line-height: 0.8em;
        color: #787878;
        font-weight: 400;
    }
    .footer-info h5{
        font-size: 12px;
        color: #787878;
        font-weight: 400;
    }
    /*-------푸터끝-------*/

/**** HTML TAG progress bar ****/
.progressTag {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 200px;
  height: 30px;
  color: #96ADFF;
}
.progressTag2 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: block;
  width: 100%;
  height: 50px;
  color: #96ADFF;
}


    .w-50{
        width:100% !important;
    }
    .userInfo th{
        width:35%;
    }
    .pt-md-4{
        padding-top:1.5rem !important;
    }
    .pt-md-3{
        padding-top:1rem !important;
    }
    .pb-md-5{
        padding-bottom: 3rem !important;
    }
    .agree-part h4{
        font-size:1.1rem;
    }

    .speechBubble{
        width:370px;
        height:34px;
        display:flex;
        justify-content: center;
        align-item: center;
        background-color:#EAF8E8;
        border-radius:1rem;
        text-align:center;
        padding:5px 0 0;
    }
    .speechBubble h6{
       font-size:12px !important;
    }

}


@media (min-width: 768px) and (max-width: 1280px) {
    .btn-prog-act {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border-radius: 30px;
        border: 2px solid #2D5BFF;
        color: #2D5BFF;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        cursor: default !important;
        padding-left: 13px;
    }

    .btn-prog-check {
        width: 40px;
        height: 40px;
        background-color: #2D5BFF;
        border-radius: 30px;
        border: 2px solid #2D5BFF;
        color: #2D5BFF;
        font-weight: 600;
        line-height: 17px;
        cursor: default !important;
        padding-left: 10px;
    }

    .btn-prog {
        width: 40px;
        height: 40px;
        border-radius: 30px;
        background-color: #8A8A8A;
        border: 2px solid #8A8A8A;
        color: #fff;
        font-weight: 600;
        font-size: 20px;
        line-height: 20px;
        cursor: default !important;
        padding-left: 13px;
    }

    .line-prog {
        width: 18%;
        height: 6px;
        background-color: #C4C4C4;
        border-radius: 6px;
    }

    .line-prog-act {
        width: 18%;
        height: 6px;
        background-color: #2D5BFF;
        border-radius: 6px;
    }

    .prog-bar {
        display: flex;
        justify-content: space-between;
        padding: 0 5.8%;
    }


}