
    @media (min-width: 1300px) {
        #container {
            overflow: revert;
        }
    }
    .risk_title{
        text-align: center;
        color: #000000;
    }
    .risk_title h1{
        display: inline-block;
    }
    .risk_table{
        margin-top: 60px;
    }
    table{
        width: 100%;
    }
    .risk_span{
        color: #ff0000;
    }
    .info_title{
        margin-bottom: 30px;
    }
    .info_title .model{
        display: block;
        width: 10px;
        height: 25px;
        position: absolute;
        background: #6495ed;
    }
    .info_title .title{
        font-size: 1.7rem;
        margin-left: 20px;
        position: relative;
        top: 5px;
        font-weight: bold;
    }
    .m-b-50{
        margin-bottom: 50px;
    }
    .m-l-30{
        margin-left: 30px !important;
    }
    .sub_text p{
        font-size: 1.3rem;
        line-height: 30px;
        margin-left: 20px;
        position: relative;
    }
    .location{
        display: flex;
        gap: 20px;
        position: relative;
        margin-bottom: 20px;
    }
    .location .addr{
        display: flex;
        align-items: center;
        gap: 24px;
    }
    .location > span{
        background: #637cff;
        padding: 10px;
        border-radius: 50%;
        width: 54px;
        height: 54px;
        text-align: center;
    }
    .location i{
        color: #ffffff;
        position: relative;
        top: 2px;
    }
    .loc_text p{
        font-size: 16px;
        position: relative;
        top: 5px;
        line-height: 22px;
    }
    table {
        text-align: center;
    }
    .se-table-content {
        border-top: 2px solid rgb(105, 151, 206);
        border-right: none;
        border-left: none;
        border-bottom: 1px solid rgb(165, 173, 189);
    }

    .header-cell {
        width: 34.63%;
        height: 40px;
        border-top: none;
        border-right: 1px solid rgb(226, 226, 226);
        border-left: 1px solid rgb(226, 226, 226);
        border-bottom: 1px solid rgb(165, 173, 189);
        background-color: rgb(245, 245, 247);
    }

    thead .se-cell {
        height: 40px;
        border-top: none;
        border-right: 1px solid rgb(226, 226, 226);
        border-left: 1px solid rgb(226, 226, 226);
        border-bottom: 1px solid rgb(165, 173, 189);
        background-color: #f5f5f7;
    }

    tbody .se-cell {
        padding: 0.5rem 1rem;
        height: 25px;
        border-top: none;
        border-right: 1px solid rgb(226, 226, 226);
        border-left: 1px solid rgb(226, 226, 226);
        border-bottom: none;
        background-color: #ffffff;
    }

    input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="number"] {
        margin-right: 5px;
        padding: 0 0 0 5px;
        transition: width 1s;
        height: 40px;
        border: 1px solid #dbdbdb;
    }

    .icon-image {
        max-width: 25px;
    }
    .apply{
        text-align: center;
    }
    .apply button{
        font-size: 1.5rem;
    }
    @media(min-width:768px){
        .modal-dialog{
            width: 50%;
            height: 80%;
            max-width: none;
        }
        .modal-dialog .modal-content{
            height: 100%;
            border: 0;
            border-radius: 10px;
        }
        .modal-dialog .modal-body{
            overflow-y: auto;
        }
    }
    .fc-day-sun a{
        color: red;
    }
    .fc-day-sat a { 
        color: #637cff;
    }
    .holiday{
        pointer-events: none;
    }
    .modal-body h2{
        display: inline-block;
    }
    .app-title{
        margin: 20px 0;
        padding: 20px 0;
        border-bottom: 1px solid #000000;
    }
    #container .guide{
        text-align: center;
        background: #c93232;
        height: 100%;
        position: relative;
        padding: 40px;
        color: #ffffff;
        border-radius: 10px;
    }
    #container .guide h2{
        margin-bottom: 15px;
    }
    .btn_guide{
        position: relative;
        width: auto;
        display: inline-block;
        margin: 0px auto;
        height: 42px;
        line-height: 40px;
        padding: 0px 20px 0px 20px;
        box-sizing: border-box;
        border-radius: 30px;
        background: #fff;
        border: 1px #d13b39 solid;
        font-size: 18px;
        font-weight: 500;
        color: #000;
        text-align: center;
        box-shadow: 0px 3px 3px rgb(0 0 0 / 30%);
        margin: 8px 8px 0 8px;
        text-align: center;
    }
    .risk_add{
        display: inline-block;
        width: auto;
        min-width: 210px;
        padding: 0px 30px;
        height: 60px;
        line-height: 58px;
        background: #0d6efd;
        border: none;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        margin: 0px 3px;
        box-sizing: border-box;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .risk_cancel{
        display: inline-block;
        width: auto;
        min-width: 210px;
        padding: 0px 30px;
        height: 60px;
        line-height: 58px;
        background: #aaa;
        border: none;
        font-size: 20px;
        font-weight: 500;
        color: #fff;
        text-align: center;
        margin: 0px 3px;
        box-sizing: border-box;
        border-radius: 30px;
        margin-bottom: 10px;
    }
    .risk_cancel:hover{
        background: #ddd;
    }
    .btn_wrap{
        margin-top: 50px;
        text-align: center;
    }
    .btn_guide:hover{
        color: #d13b39;
    }
    .risk_content .app-title h2{
        display: inline-block;
    }
    .info{
        margin: 30px 0;
    }
    .info p:not(:last-child){
        margin-bottom: 10px;
    }
    .info p .subject{
        display: inline-block;
        font-size: 17px;
        font-weight: 500;
        line-height: 39px;
        color: #000000;
        margin-left: 5px;
    }
    .info p .f-17{
        font-size: 17px;
        font-weight: 500;
        color: #666666;
    }
    .modal-body-app{
        padding: 20px 50px;
    }
    .color-red{
        color:#ff0000;
        margin-right: 5px;
    }
    .icon{
        margin-right: 10px;
    }
    .m-b-0{
        margin-bottom: 0 !important;
    }
    .edu_add{
        border-top: 1px solid #ddd;
        padding-top: 30px;
    }
    .chk_info{
        border-bottom: 2px dashed #ddd;
        padding: 20px 0;
        margin: 0;
    }
    #ci, #ai{
        font-size: 16px;
    }
    .point span{
        font-size: 16px;
        font-weight: bold;
        color: #666666;
    }
    .personal_info{
        padding: 30px;
        background: #f5f8fa;
    }
    .personal_info input{
        width: 18px;
        height: 18px;
        vertical-align: middle;
    }
    .agree_text{
        font-size: 18px;
        font-weight: bold;
        vertical-align: middle;
        position: relative;
        top: 3px;
        cursor: pointer;
    }
    .a_chk{
        color: #4c61b5 !important;
        font-weight: 500;
        width: auto;
        display: inline-block;
        position: relative;
        top: 3px;
        cursor: pointer;
    }
    .a_chk::after{
        display: block;
        content: '';
        border-bottom: solid 2px #4c61b5;
        transform: scaleX(0);
        transition: transform 250ms ease-in-out;
    }
    .a_chk:hover:after { transform: scaleX(1); }
    .per_sub_title{
        font-size: 18px;
        display: inline-block;
        font-weight: 500;
        color: #4c61b5;
    }
    .per_sub_content{
        font-size: 16px;
        color: #666666;
    }
    .personal_chk{
        display: none;
        padding: 30px;
        border: 1px solid #ddd;
        border-radius: 10px;
        background: #fbfbfb;
    }
    .personal_chk .text-left{
        text-align: left !important;
    }
    .fc .fc-daygrid-event-harness-abs{
        cursor: pointer;
    }
    .division_r::before{
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #3788d8;
        vertical-align: sub;
    }
    .division_m::before{
        content: "";
        display: inline-block;
        width: 20px;
        height: 20px;
        background: #ff844b;
        vertical-align: sub;
    }
    .popover{
        max-width: 100%;
    }
    .popover-body{
        font-size: 16px;
        font-weight: bold;
        font-family: 'Pretendard', 'NotoSansKR', 'NanumBarunGothic', '나눔바른고딕', 'Open Sans', 'dotum';
    }
    .pop_title{
        width: 60px;
        display: inline-block;
        text-align: right;
        margin-right: 10px;
    }
    .sticky{
        max-height: 500px;
        overflow: auto;
    }
    .sticky table thead tr th{
        background: #f5f5f5;
        font-size: 15px;
        position: sticky;
        top: -1px;
    }
    .w90{
        width: 90px;
        display: inline-block;
    }
    .my_chk{
        display: inline;
    }
    .my_chk label{
        font-size: 18px;
        position: relative;
        top: -13px;
        font-weight: bold;
    }
    .my_chk input{
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        transform: translate(0px, -5px);
    }
    .trainee_info .info{
        position: relative;
    }
    .trainee_info input, .bill input{
        background: #F5F5F5;
    }
    .trainee_info input:focus, .bill input:focus{
        background: #ffffff;
    }
    .exp{
        font-size: 1em;
    }
    .trainee_del{
        position: absolute;
        right: 0;
        padding: 10px;
        border: 1px solid #ddd;
        width: 40px;
        height: 40px;
        text-align: center;
        cursor: pointer;
    }
    @media(max-width:767px){
        .info p .subject{
            width: 100px;
        }
        input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="number"] {
            width: 100%;
        }
        .my_chk{
            margin-left: 10px;
        }
        .trainee_del{
            top: 3%;
        }
    }
    @media(min-width:768px){
        .info p .subject{
            width: 200px;
        }
        input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="number"] {
            width: 25%;
        }
        .my_chk{
            float: right;
        }
        .trainee_del{
            top: 12%;
        }
    }