/* font famile */
/* @font-face {
    font-family: ;
    src: url();
} */
/* font famile end */



/* common */
body{
    background-color: #fff;
}

input[type='radio']{
    appearance: none;
    -webkit-appearance: none;
}

input[type='text']{
    min-width: 0;
}

input[type='text']:read-only{
    cursor: auto;
}

button{
    display: block;
}




.youtube_cont{
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 56.25%;
}

.youtube_cont iframe,
.youtube_cont object,
.youtube_cont embed{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
}



.no_text{
    font-size: 0 !important;
    letter-spacing: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
}

.txt_over {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.PageContent{
    background-color: #F0F0F0;
    background-size: cover;
}

.PageContent *{
    /* font-family: noto-sans-cjk-kr, sans-serif; */
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    color: #666;
}

.PageContent > .wrap{
    padding: 30px;
    width: 100%;
    width: 100vw;
    height: 100%;
    overflow-y: auto;
}

.PageContent > .wrap.web{
    background-color: #fff;
}

.PageContent > .wrap.web *{
    font-size: 16px;
}

.PageContent > .wrap.web .hidden{
    display: none;
}

.PageContent > .wrap > div:not(:nth-last-of-type(1)){
    padding-bottom: 30px;
}

.date_wrap input{
    background-color: #F0F0F0;
    background: url('/images/mobile/icon_calendar.svg') calc(100% - 30px) center no-repeat;
    background-size: 24px;
}

.search_wrap .border_box{
    padding: 24px;
}

.search_wrap .date_wrap{
    display: flex;
    justify-content: center;
    background-color: #F0F0F0;
    border-radius: 8px;
    padding: 18px 20px;
    align-items: center;
}

.search_wrap .date_wrap input{
    position: relative;
    padding: 0 12px;
    min-width: 0;
    max-width: 165px;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 29px;
    color: #454545;
    background-color: #F0F0F0;
    /* border: 1px solid #ddd; */
    /* border-radius: 12px; */
    background: url('/images/mobile/icon_calendar.svg') calc(100% - 12px) center no-repeat;
    background-size: 20px;
}

.search_wrap .date_wrap span{
    padding: 0 5vw;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 29px;
    color: #454545;
}

.border_box{
    padding: 20px 0;
    height: 100%;
    background-color: #fff;
    border-radius: 12px;
}

.border_box .content_wrap{
    padding: 15px 20px;
    width: 100%;
}

.border_box .content_wrap *{
    color: #515151;
}

.table_wrap{
    height: 100%;
    overflow-y: auto;
    border-top: 1px solid #D5D5D5;
    border-bottom: 1px solid #D5D5D5;
}

/* .basic_list{
    border-top: 1px solid #D5D5D5;
} */

.ui-datepicker .ui-datepicker-other-month{
    pointer-events: none;
}


.radio_wrap{
    display: flex;
    justify-content: flex-start;
}

.border_box .radio_wrap{
    padding: 20px 0;
}

.radio_wrap label{
    display: flex;
    align-items: center;
}

.radio_wrap label:not(:last-of-type){
    padding-right: 50px;
}

/* .radio_wrap label input[type='radio'] + span:before{
    content: '';
    display: block;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #ccc;
} */

.radio_wrap label input[type='radio'] + span{
    position: relative;
    display: block;
    flex-shrink: 0;
    padding: 6px;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    border: 1px solid #ccc;
}

.radio_wrap label input[type='radio']:checked + span{
    border-color: #FFAE29;
}

.radio_wrap label input[type='radio'] + span:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #fff;
}

.radio_wrap label input[type='radio']:checked + span:before{
    background-color: #FFAE29;
}

.radio_wrap label span.ctgry_txt{
    padding-left: 8px;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
}


#myform{
    width: 100%;
}


.form_wrap li{
    display: flex;
}

.card .form_wrap li{
    align-items: center;
    width: 100%;
}

.form_wrap > li:not(:first-child){
    padding-top: 20px;
}

.form_wrap > li.flex_wrap:not(:first-child){
    padding-top: 30px;
}

.form_wrap li.flex_wrap{
    flex-wrap: wrap;
}

.form_wrap li.flex_wrap .title,
.form_wrap li .content{
    width: 100%;
}

.form_wrap li .content{
    line-height: 0;
}

.form_wrap .title{
    min-width: 150px;
    flex-shrink: 0;
}

.form_wrap .title h5{
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 40px;
    color: #707070;
}

.form_wrap .flex_wrap .title{
    padding-bottom: 15px;
}

.form_wrap li:not(.flex_wrap) .title h5{
    position: relative;
    padding-right: 20px;
    top: calc(50% - 20px);
}

.form_wrap .style_input,
.form_wrap .style_input *{
    text-align: left;
    font-size: 24px;
    letter-spacing: 0;
    line-height: 35px;
    color: #707070;
    background-color: #fff;
}

.form_wrap .style_input{
    padding: 13px 30px;
    min-width: 375px;
    max-width: 100%;
    border: 1px solid #D5D5D5;
    border-radius: 12px;
}

.form_wrap .content .border{
    background-color: #fff;
    border: 1px solid #D5D5D5;
    border-radius: 12px;
}

.form_wrap .content .content_wrap.border{
    padding: 22px;
}

.form_wrap .content .content_wrap.border::placeholder{
    color: #d3d3d3;
}

.form_wrap .content textarea{
    resize: none;
    width: 100%;
    min-height: 240px;
}

.form_wrap .radio_wrap label input[type='radio'] + span{
    width: 28px;
    height: 28px;
}

.form_wrap .radio_wrap label span.ctgry_txt{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 35px;
}



.basic_list col.date{
    width: 200px;
}

.basic_list td,
.basic_list td *,
.basic_list li .list_data *{
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 35px;
    color: #707070;
}

.basic_list td{
    text-align: center;
    padding: 37px 40px;
    border-bottom: 1px solid #D5D5D5;
}

.basic_list li{
    border-bottom: 1px solid #D5D5D5;
}

.basic_list tr:nth-last-child(1) td,
.basic_list li:nth-last-child(1){
    border-bottom: none;
}

.basic_list td.title{
    text-align: left;
    padding-left: 0;
}

.basic_list tr:hover td{
    background-color: #FAF5E0;
}

.basic_list td.title .img_wrap.new{
    flex-shrink: 0;
    padding-left: 5px;
    width: 30px;
}



.basic_list.ul_list li{
    display: flex;
    align-items: center;
    padding: 16px 24px;
}

.basic_list.ul_list li .ctgry_wrap{
    flex-shrink: 0;
    width: 82px;
    height: 82px;
}

.basic_list.ul_list li .ctgry_wrap span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 35px;
    color: #A3A3A3;
    border-radius: 50%;
    border: 2px solid #A3A3A3;
}

.video_list .basic_list.ul_list li .ctgry_wrap span{
    border: none;
    background: #D5D5D5 url('/images/mobile/icon_noimg.svg') no-repeat center;
}

.video_list .basic_list.ul_list li .ctgry_wrap span img{
    line-height: 20px;
    
}

.basic_list.ul_list li .ctgry_wrap span.ctgry_sales,
.basic_list.ul_list li .ctgry_wrap span.ctgry_process,
.con_ctgry.ctgry_sales{
    color: #FFAE29;
    border-color: #FFAE29;
}
.basic_list.ul_list li .ctgry_wrap span.ctgry_work,
.con_ctgry.ctgry_work{
    color: #00B896;
    border-color: #00B896;
}

.basic_list.ul_list .list_data{
    padding: 0 20px 0 24px;
    width: calc(100% - 82px - 14px);
    
}

.video_list .basic_list.ul_list .list_data{
    padding-left: 0;
    width: calc(100% - 14px);
}

.basic_list.ul_list .w_title{
    font-size: 20px;
    letter-spacing: -0.5px;
    line-height: 29px;
    color: #707070;
}

.basic_list.ul_list li .sub_data{
    display: flex;
    align-items: center;
    padding-top: 6px;
}

.basic_list.ul_list li .sub_data .w_date,
.basic_list.ul_list li .sub_data .ci{
    font-size: 18px;
    letter-spacing: -0.45px;
    line-height: 25px;
}

.basic_list.ul_list li .sub_data .w_date{
    flex-shrink: 0;
    padding-right: 16px;
}

.basic_list.ul_list li .sub_data .ci_wrap{
    font-size: 0;
    line-height: 0;
}

.basic_list.ul_list li .sub_data .ci{
    padding: 3px 12px;
    text-align: left;
    font-weight: 400;
    color: #fff;
    background-color: #A3A3A3;
    border-radius: 15.5px;
}

.basic_list.ul_list li .btn_wrap{
    flex-shrink: 0;
    width: 14px;
    height: 24px;
}




.button_wrap .btn_main:not(:nth-last-of-type(1)){
    margin-bottom: 30px;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}

.flex.flex_02 .f_box{
    width: calc(100% / 2);
    padding-top: 15px ;
}

.flex.flex_02 .f_box:nth-of-type(2n+1){
    padding-right: 7.5px;
}
.flex.flex_02 .f_box:nth-of-type(2n+2){
    padding-left: 7.5px;
}


.flex.flex_03 .f_box{
    width: calc(100% / 3);
}

.flex.flex_03 .f_box:nth-of-type(3n+1){
    padding-right: calc(8px * 2);
}
.flex.flex_03 .f_box:nth-of-type(3n+2){
    padding-left: 8px;
    padding-right: 8px;
}
.flex.flex_03 .f_box:nth-of-type(3n+3){
    padding-left: calc(8px * 2);
}

.flex .border_box{
    height: 100%;
}

/* common end */



.table_wrap .text_wrap{
    display: flex;
}

.sub.button_wrap{
    display: flex;
    padding-top: 30px;
}

.sub.button_wrap.right{
    justify-content: flex-end;
}

.sub.button_wrap .btn_basic{
    padding: 12px 24px;
    width: 100%;
    font-size: 32px;
    letter-spacing: 0;
    line-height: 46px;
    color: #fff;
    background-color: #666;
    border-radius: 12px;
}

.sub.button_wrap .btn_basic.write{
    background-color: #FFAE29;
}

.sub.button_wrap .btn_basic.delete{
    background-color: #dc3030;
}



.attch_wrap{
    padding-top: 16px;
    width: 100%;
}

.attch_wrap > .attch_title{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

.attch_title{
    padding-bottom: 10px;
}

.attch_wrap .attch_list li:not(:last-child){
    padding-bottom: 6px;
}

.attch_wrap.input .attch_list li:not(:last-child){
    padding-bottom: 8px;
}

.attch_list li a{
    padding: 10px 15px;
    padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
    color: #FFAE29;
    /* color: #707070; */
    background: #f9fbfb url('/images/mobile/icon_attach.svg') 15px center no-repeat;
    background-size: 16px;
    border: 1px solid #d5d5d5;
    border-radius: 12px;

    /* textCut */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.attch_wrap .input_file{
    padding-right: 5px;
    cursor: pointer;
}

.attch_wrap .input_file input,
.card .border_box .attch_wrap .input_file input{
    display: none;
}

.attch_wrap .file_upload + span,
.attch_wrap  input[type='text'].file_root{
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}

.attch_wrap .file_upload + span{
    display: block;
    padding: 10px 15px;
    width: max-content;
    height: 100%;
    color: #707070;
    border: 1px solid #D5D5D5;
    border-radius: 12px;
}

.attch_wrap input[type='text'].file_root{
    padding: 0px 15px;
    min-width: 70%;
    background-color: #f5f5f5;
    border: 1px solid #D5D5D5;
    border-radius: 12px;
    
    /* textCut */
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.attch_wrap .btn__attch_remove{
    flex-shrink: 0;
    margin-left: 5px;
    padding: 10px;
    width: 45px;
    background-color: #939393;
    border: 1px solid #747474;
    border-radius: 8px;
}

.attch_wrap .btn__attch_remove img{
    width: 100%;
    height: 100%;
}


@media screen and ( max-width: 1024px ) {
    
}

@media screen and ( max-width: 767px ) {
    .PageContent > .wrap{
        padding: 20px 15px;
    }


    .PageContent > .wrap > div:not(:nth-last-of-type(1)){
        padding-bottom: 15px;
    }

    .sub.button_wrap{
        padding-top: 15px;
    }


    .radio_wrap label:not(:last-of-type){
        padding-right: 25px;
    }
    
    .radio_wrap label input[type='radio'] + span{
        padding: 5px;
        width: 20px !important;
        height: 20px !important;
    }
    
    .radio_wrap label span.ctgry_txt{
        padding-left: 6px;
        font-size: 20px;
        line-height: 28px;
    }




    .search_wrap .border_box{
        padding: 20px 15px 15px;
    }
    
    .search_wrap .border_box .radio_wrap{
        padding: 0 0 12px;
    }

    .search_wrap .date_wrap{
        padding: 10px;
    }
    
    .search_wrap .date_wrap input{
        font-size: 18px;
        line-height: 24px;
        max-width: 150px;
    }
    
    .search_wrap .date_wrap span{
        padding: 0 2.5vw;
        font-size: 18px;
        line-height: 24px;
    }
    



    .form_wrap .title{
        min-width: 110px;
    }

    .form_wrap > li:not(:first-child){
        padding-top: 15px;
    }

    .form_wrap > li.flex_wrap:not(:first-child){
        padding-top: 25px;
    }
    
    .form_wrap li .title h5{
        font-size: 20px;
        line-height: 28px;
    }

    .form_wrap li:not(.flex_wrap) .title h5{
        top: calc(50% - 16px);
    }

    .form_wrap .flex_wrap .title{
        padding-bottom: 10px;
    }

    .form_wrap .style_input{
        padding: 10px 16px;
        border-radius: 8px;
        min-width: 240px;
    }

    .form_wrap .style_input,
    .form_wrap .style_input *{
        font-size: 18px;
        line-height: 28px;
    }

    .form_wrap .content .content_wrap.border{
        padding: 15px;
    }

    .form_wrap .radio_wrap label span.ctgry_txt{
        font-size: 20px;
        line-height: 28px;
    }

    .date_wrap input{
        background-position: calc(100% - 16px) center;
    }



    .basic_list col.date{
        width: 160px;
    }

    .basic_list td,
    .basic_list td *{
        font-size: 18px;
        line-height: 25px;
    }

    .basic_list td{
        text-align: center;
        padding: 25px 35px;
        border-bottom: 1px solid #D5D5D5;
    }

    /* basic_list ul_list */
    .basic_list.ul_list li{
        padding: 15px;
    }

    .basic_list.ul_list li .ctgry_wrap{
        width: 65px;
        height: 65px;
    }

    .basic_list.ul_list li .ctgry_wrap span{
        font-size: 20px;
    }

    .basic_list.ul_list .list_data{
        width: calc(100% - 65px - 10px);
    }

    .video_list .basic_list.ul_list .list_data{
        width: calc(100% - 10px);
    }

    .basic_list.ul_list li .sub_data .w_date{
        padding-right: 12px;
        font-size: 16px;
        line-height: 25px;
    }

    .basic_list.ul_list li .sub_data .ci{
        transform: rotate(-0.028deg);
        font-size: 14px;
        line-height: 19px;
    }

    .basic_list.ul_list li .btn_wrap{
        width: 10px;
        height: auto;
    }
    /* basic_list ul_list end */

    .sub.button_wrap .btn_basic{
        padding: 10px 20px;
        font-size: 20px;
        line-height: 32px;
        border-radius: 8px;
    }



    .attch_wrap > .attch_title{
        font-size: 18px;
        padding-bottom: 8px;
    }

    .attch_list li a{
        padding: 8px 15px 8px 40px;
        font-size: 16px;
        line-height: 23px;
        border-radius: 8px;
    }

    .attch_wrap .file_upload + span,
    .attch_wrap  input[type='text'].file_root{
        font-size: 16px;
        letter-spacing: 0;
        line-height: 23px;
        border-radius: 8px;
    }

    .attch_wrap input[type='text'].file_root{
        width: 100%;
    }
}

@media screen and ( max-width: 500px ) {

    .border_box .radio_wrap{
        padding: 12px 15px;
    }

    .radio_wrap label:not(:last-of-type){
        padding-right: 15px;
    }

    .radio_wrap label span.ctgry_txt{
        font-size: 18px;
        line-height: 25px;
    }



    .search_wrap .date_wrap{
        border-top: 1px solid #ddd;
        padding: 12px 0 0;
        background-color: #fff;
        border-radius: 0;
    }

    .search_wrap .date_wrap input{
        padding: 0;
        font-size: 15px;
        letter-spacing: -0.1px;
        line-height: 24px;
        background-position: right center;
        background-size: 16px;
    }

    .search_wrap .date_wrap span{
        padding: 0 19px;
        font-size: 15px;
        letter-spacing: -0.1px;
        line-height: 24px;
    }


    .basic_list col.date{
        width: 100%;
    }

    .basic_list td{
        display: flex;
    }

    .basic_list.notice tr td:nth-child(1){
        border-bottom: none;
    }

    .basic_list td,
    .basic_list td *{
        font-size: 16px;
        line-height: 23px;
    }

    .basic_list td{
        padding: 15px 15px 5px;
    }

    .basic_list td.title{
        padding: 0 15px 15px;
    }

    .basic_list td.date{
        font-weight: 300;
        color: #b7b7b7;
    }

    /* basic_list ul_list */
    .basic_list.ul_list li{
        position: relative;
        flex-direction: column;
        align-items: flex-start;
    }

    .video_list .basic_list.ul_list li{
        flex-direction: row;
        align-items: center;
    }

    .basic_list.ul_list li .ctgry_wrap{
        width: auto;
        height: auto;
        min-width: 48px;
    }

    .video_list .basic_list.ul_list li .ctgry_wrap{
        width: 45px;
        height: 45px;
        min-width: auto;
    }
    
    .basic_list.ul_list li .ctgry_wrap span{
        padding-top: 2px;
        font-size: 11px;
        font-weight: 300;
        line-height: 17px;
        border-width: 1px;
        border-radius: 15px;
    }

    .video_list .basic_list.ul_list li .ctgry_wrap span{
        background-size: 18px;
    }

    .basic_list.ul_list .list_data{
        padding: 7px 35px 0 0;
        width: 100%;
    }

    .video_list .basic_list.ul_list .list_data{
        padding: 0 15px 0 0;
        width: calc(100% - 10px);
    }

    .basic_list.ul_list .w_title{
        font-size: 16px;
        font-weight: 500;
        line-height: 23px;
        color: #333;
    }

    .basic_list.ul_list li .sub_data{
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 10px;
    }

    .video_list .basic_list.ul_list li .sub_data{
        padding-top: 2px;
    }

    .basic_list.ul_list li .sub_data .w_date,
    .basic_list.ul_list li .sub_data .ci{
        font-weight: 300;
    }

    .basic_list.ul_list li .sub_data .w_date{
        padding-right: 8px;
        font-size: 14px;
        font-weight: 300;
        line-height: 21px;
        color: #b5b5b5;
    }

    .video_list .basic_list.ul_list li .sub_data .w_date{
        line-height: 19px;
    }
    
    .basic_list.ul_list li .sub_data .ci_wrap{
        flex-grow: 1;
        text-align: right;
    }

    .basic_list.ul_list li .sub_data .ci{
        display: inline-block;
        padding: 2px 10px;
        background-color: #a5a5a5;
    }

    .basic_list.ul_list li .btn_wrap{
        position: absolute;
        right: 15px;
        top: calc(50% - 12px);
    }
    /* basic_list ul_list end */

    .sub.button_wrap .btn_basic{
        font-size: 18px;
        line-height: 28px;
    }



    .form_wrap li{
        flex-wrap: wrap;
    }

    .form_wrap .title{
        width: 100%;
    }

    .form_wrap li .title h5{
        font-size: 20px;
    }

    .form_wrap .title{
        padding-bottom: 5px;
    }

    .form_wrap li:not(.flex_wrap) .title h5{
        padding-right: 0;
        top: 0;
    }

    .form_wrap .content .border{
        border-radius: 8px;
    }

    .form_wrap .content textarea{
        height: 38vw;
        min-height: 120px;
    }

    .form_wrap .style_input,
    .form_wrap .style_input *{
        font-size: 16px;
    }

    .form_wrap .style_input{
        min-width: 0;
        width: 100%;
    }

    .form_wrap .radio_wrap{
        padding: 0;
    }

    .form_wrap .radio_wrap label span.ctgry_txt{
        font-size: 16px;
        line-height: 24px;
    }



    .attch_wrap{
        padding-top: 13px;
    }

    .attch_wrap > .attch_title{
        padding-bottom: 5px;
        font-size: 16px;
        line-height: 23px;
    }
    
    .attch_wrap li{
        flex-wrap: unset;
    }
    
    .attch_list li a{
        padding: 8px 13px 8px 33px;
        font-size: 14px;
        line-height: 18px;
        background-position: 13px center;
        background-size: 14px;
        border-radius: 5px;
    }

    .attch_wrap .file_upload + span{
        width: 37px;
        font-size: 0;
        line-height: 0;
        background: url('/images/mobile/icon_attach.svg') center no-repeat;
        background-size: 15px;
        border-radius: 5px;
    }

    .attch_wrap input[type='text'].file_root{
        padding: 6px 12px;
        min-width: 0;
        font-size: 14px;
        border-radius: 5px;
    }

    .attch_wrap .btn__attch_remove{
        width: 37px;
        padding: 7px;
        border-radius: 6px;
    }
    
}





/* notice_detail */
.notice_detail .border_box{
    display: flex;
    flex-direction: column;
    padding: 69px 35px 35px;
    height: 100%;
    background-color: #fff;
    border-radius: 12px;
}

.notice_detail .border_box .title_wrap{
    flex-shrink: 0;
    padding: 0 5px 13px;
    border-bottom: 1px solid #D5D5D5;
}

.notice_detail .border_box .title_wrap .title{
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 46px;
}

.notice_detail .border_box .title_wrap .date{
    display: block;
    padding-top: 34px;
}

.notice_detail .border_box .title_wrap .date,
.notice_detail .border_box .title_wrap .date span{
    font-size: 24px;
    letter-spacing: 0;
    line-height: 35px;
    color: #A3A3A3;
}

.notice_detail .border_box .content_wrap{
    flex-grow: 1;
    padding: 26.5px 5px 0;
    width: 100%;
    overflow-y: auto;
}

.notice_detail .border_box .content_wrap,
.notice_detail .border_box .content_wrap *{
    font-size: 24px;
    letter-spacing: -0.6px;
    line-height: 35px;
    color: #707070;
}

.notice_detail .border_box .content_wrap img{
    max-width: 100% !important;
}


.notice_detail .border_box .border_btm.content_wrap{
    padding: 0 0 3px;
    border-bottom: 1px solid #d5d5d5;
}

.notice_detail .border_box .border_btm.content_wrap::placeholder{
    color: #d5d5d5;
    font-weight: 400;
}


@media screen and ( max-width: 1024px ) {
    .notice_detail .border_box .title_wrap .title{
        font-size: 26px;
        letter-spacing: -1.6px;
        line-height: 42px;
    }

    .notice_detail .border_box .title_wrap .date,
    .notice_detail .border_box .title_wrap .date span{
        font-size: 18px;
        letter-spacing: 0;
        line-height: 25px;
    }
}

@media screen and ( max-width: 767px ) {
    .PageContent > .wrap{
        padding: 20px 15px 30px;
    }

    .notice_detail .border_box{
        padding: 28px 15px 20px;
    }
    
    .notice_detail .border_box .title_wrap .title{
        font-size: 21px;
        line-height: 31px;
    }

    .notice_detail .border_box .title_wrap .date{
        padding-top: 10px;
    }

    .notice_detail .border_box .title_wrap .date,
    .notice_detail .border_box .title_wrap .date span{
        font-size: 15px;
        line-height: 21px;
    }

    .notice_detail .border_box .content_wrap,
    .notice_detail .border_box .content_wrap *{
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.8px;
    }
}

@media screen and ( max-width: 500px ) {
    .notice_detail .border_box{
        padding: 30px 15px 15px;
    }

    .notice_detail .border_box .title_wrap .title{
        font-size: 20px;
        letter-spacing: -0.9px;
        line-height: 25px;
        color: #333;
    }

    .notice_detail .border_box .title_wrap{
        padding: 0 0 8px;
    }

    .notice_detail .border_box .content_wrap{
        padding: 15px 0 0;
    }

    .notice_detail .border_box .content_wrap,
    .notice_detail .border_box .content_wrap *{
        font-size: 15px;
    }

    .notice_detail .border_box .title_wrap .date,
    .notice_detail .border_box .title_wrap .date span{
        font-size: 14px;
        line-height: 19px;
    }

    .notice_detail .border_box .title_wrap .date span{
        vertical-align: -1px;
    }
}
/* notice_detail end */


/* 첨부파일 리스트 */
.photo-list{
    /* normal */
    /* height: 100px; */
    padding-top: 10px;
    width: 100%;
    /* padding-bottom: 20px; */
    display: none;
}

.photo-list-inner,
.photo-list-inner-already{
    /* flex container */
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    /* normal */
    overflow-x: auto;
    overflow-y: hidden;
}
.photo-list-inner::-webkit-scrollbar,
.photo-list-inner-already::-webkit-scrollbar{
    display: none;
}
.photo-list-inner .photo-item,
.photo-list-inner-already .photo-item{
    flex: none;
    position: relative;
}
.photo-list-inner .photo-item img:first-child,
.photo-list-inner-already .photo-item img:first-child{
    border-radius: 8px;
}
.photo-list-inner .photo-item .btn-del,
.photo-list-inner-already .photo-item .btn-del{
    position: absolute;
    top: -10px;
    right: -10px;
    z-index: 100;
}





.border_box .photo-list{
    display: block;
    height: auto;
}

.border_box .photo-list.no_del{
    padding-top: 0;
}

.photo-list-inner-already + .photo-list-inner{
    margin-top: 14px;
    padding-top: 7px;
    border-top: 1px solid #ddd;
}

.border_box .photo-list-inner .photo-item,
.border_box .photo-list-inner-already .photo-item{
    position: relative;
    flex-shrink: 0;
    margin: 10px 15px 0 0;
    padding: 0;
    width: 65px;
    height: 65px;
    border: 1px solid #e9dbc3;
    border-radius: 8px;
}

.border_box .no_del .photo-list-inner .photo-item,
.border_box .no_del .photo-list-inner-already .photo-item{
    margin: 0 10px 0 0;
}

.border_box .photo-list-inner .photo-item img:first-child,
.border_box .photo-list-inner-already .photo-item img:first-child{
    object-fit: cover;
    width: 100%;
    height: 100%;
}


.camera{
    margin: 15px auto 0;
    padding: 10px 10px 7px;
    width: 130px;
    text-align: center;
    background-color: #00B896;
    border-radius: 25px;
}

.at_war .camera{
    margin: 0;
}

.camera img{
    width: 30px;
    height: 30px;
}


@media screen and ( max-width: 767px ) {
    .camera{
        margin-top: 10px;
        padding: 7px 15px 5px;
        width: 100px;
        border-radius: 17.5px;
    }

    .camera img{
        width: auto;
        height: auto;
    }
}




/* 이미지 상세보기(popup) */
#img_detail{
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 101;
}

#img_detail.active{
    display: flex;
    align-items: center;
    justify-content: center;
}

#img_detail .close_img{
    position: relative;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}

#img_detail .position_wrap{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
}

#img_detail .img_wrap{
    position: relative;
    width: 100%;
    height: 100%;
}

#img_detail .img_wrap img{
    object-fit: scale-down;
    width: 100%;
    height: 100%;
}







/* guhago */
.guhago_supervisor *{
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    color: #666;
}


.guhago_supervisor .pd{
    padding: 15px;
}

.guhago_supervisor .scroll_wrap{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.guhago_supervisor .scroll_wrap_x{
    width: 100%;
    overflow-x: auto;
}

.guhago_supervisor.page{
    width: 100%;
    height: 100%;
}

.guhago_supervisor .wrap,
.guhago_supervisor form{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.guhago_supervisor .wrap .content{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-height: calc(100% - 50px - 81px);
}

.guhago_supervisor .wrap .content.no_bnb{
    max-height: calc(100% - 50px);
}

.guhago_supervisor .align_list + .scroll_wrap.pd{
    padding: 0 15px 25px;
}

.guhago_supervisor .wrap #header,
.guhago_supervisor .wrap #bnb{
    flex-grow: 0;
    flex-shrink: 0;
    padding: 15px;
    min-height: 50px;
    background-color: #1e1e1e;
}

.guhago_supervisor .wrap #header *,
.guhago_supervisor .wrap #bnb *{
    color: #e8e8e8;
}

.guhago_supervisor #header.sub{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.guhago_supervisor .wrap #header .logo{
    font-weight: 600;
    font-size: 20px;
}


.guhago_supervisor #header .this_location{
    font-size: 20px;
}



.guhago_supervisor .popup_img{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.guhago_supervisor .popup_img .img_con{
    position: absolute;
    max-width: 100vw;
    max-height: 100vh;
}

.guhago_supervisor .popup_img .img_con .img_rel{
    position: relative;
}

.guhago_supervisor .popup_img .img_con.objectFit img{
    object-fit: contain;
}

.guhago_supervisor .close_pop.img{
    position: absolute;
    padding: 8px;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 15px;

}

.guhago_supervisor .close_pop.back{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}





/* search_wrap */
.guhago_supervisor .search_wrap select{
    padding: 6px 40px 6px 15px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    letter-spacing: 0px;
    color: #1e1e1e;
    border: 2px solid #1e1e1e;
    border-radius: 25px;
    background: #fff url('/images/mobile/icon_arrow_b.svg') calc(100% - 15px) center no-repeat;
    background-size: 16px;
}

.guhago_supervisor .search_wrap select.month{
    color: #fff;
    background: #1e1e1e url('/images/mobile/icon_arrow_w.svg') calc(100% - 15px) center no-repeat;
    background-size: 16px;
}

.guhago_supervisor .search_wrap select.month option{
    color: #e1e1e1;
}

.guhago_supervisor .search_date select:nth-child(n+1):last-child{
    margin-left: 5px;
}

.guhago_supervisor .search_wrap .sub_search_wrap{
    display: flex;
    padding-top: 8px;
}

.guhago_supervisor .search_wrap .search_input{
    display: flex;
    flex-grow: 1;
    border-bottom: 2px solid #1e1e1e;
}

.guhago_supervisor .search_wrap .search_input input{
    padding: 12px 12px 12px 30px;
    width: 100%;
    background: url('/images/mobile/icon_search_b.svg') left center no-repeat;
    background-size: 22px;
}

.guhago_supervisor .align_list{
    padding:  10px 15px 0;
    text-align: right;
}

.guhago_supervisor .align_list .select_wrap{
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}

.guhago_supervisor .align_list select{
    display: block;
    margin: 0 0 0 auto;
    padding: 3px 20px 3px 8px;
    font-size: 10px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 14px;
    background: url('/images/mobile/icon_arrow_g.svg') calc(100% - 6px) center no-repeat;
    background-size: 10px;
}
/* search_wrap end */




/* history_card */

.guhago_supervisor .history_card_list li{
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}


.guhago_supervisor .history_card_list li:first-child{
    border-top: 1px solid #ddd;
}

.guhago_supervisor .align_list + .scroll_wrap .history_card_list li:first-child{
    border-top: none;
}


.guhago_supervisor .history_card_list li button.flex_wrap{
    display: flex;
    width: 100%;
    align-items: center;
}

.guhago_supervisor .history_card_list li button.flex_wrap > .text_wrap{
    flex-grow: 1;
    text-align: left;
    padding-right: 15px;
}

.guhago_supervisor .history_card_list li button.flex_wrap > .text_wrap .month{
    font-size: 24px;
    font-weight: 300;
}

.guhago_supervisor .history_card_list li button.flex_wrap > .calc_wrap{
    flex-shrink: 0;
}

.guhago_supervisor .history_card_list li button.flex_wrap > .calc_wrap .calc{
    display: flex;
    align-items: center;
}

.guhago_supervisor .history_card_list li button.flex_wrap > .calc_wrap .calc.complete{
    padding-top: 3px;
}

.guhago_supervisor .history_card_list li button.flex_wrap > .calc_wrap span{
    display: block;
    flex-grow: 1;
    flex-shrink: 0;
    font-size: 12px;
    line-height: 18px;
}

.guhago_supervisor .history_card_list li button.flex_wrap > .calc_wrap span.title{
    flex-grow: 0;
    margin-right: 5px;
    color: #999;
}

.guhago_supervisor .history_card_list li button.flex_wrap > .calc_wrap span.money{
    text-align: right;
    color: #333;
}

.guhago_supervisor .button_wrap.bottom{
    padding-top: 20px;
    text-align: center;
}

.guhago_supervisor .button_wrap.bottom button{
    margin: 0 auto;
    padding: 8px 35px;
    border: 1px solid #ddd;
    color: #999;
    font-weight: 500;
}

/* history_card end */




.guhago_supervisor #bnb .f_box button{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.guhago_supervisor #bnb.sub .f_box button{
    font-size: 10px;
}

.guhago_supervisor #bnb .f_box button:before{
    content: '';
    display: block;
    margin-bottom: 6px;
    width: 100%;
    height: 30px;
    background-image: url('/images/mobile/main_icon_consulting.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.guhago_supervisor #bnb.main .f_box button:before{
    height: 50px;
    margin-bottom: 15px;
}

.guhago_supervisor #bnb .f_box button.manage:before{
    background-image: url('/images/mobile/main_icon_check.svg');
}
.guhago_supervisor #bnb .f_box button.history:before{
    /* background-image: url('/images/mobile/main_icon_menu.svg'); */
    background-image: url('/images/mobile/main_icon_expenses.svg');
}
.guhago_supervisor #bnb .f_box button.getRequest:before{
    /* background-image: url('/images/mobile/main_icon_consulting.svg'); */
    background-image: url('/images/mobile/main_icon_work.svg');
}

.guhago_supervisor #bnb.main{
    height: 50vh;
}

.guhago_supervisor #bnb.main .flex_03,
.guhago_supervisor #bnb.main .flex_03 .f_box{
    height: 100%;
    text-align: center;
}

.guhago_supervisor .popup_wrap{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
}

.guhago_supervisor .popup{
    position: absolute;
    top: 15vh;
    left: 10vw;
    width: 80vw;
    height: 70vh;
    background-color: #fff;
    padding: 20px;
}

.guhago_supervisor .popup .pop_con{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.guhago_supervisor .popup .pop_con .pop_close{
    width: 50px;
    height: 50px;
}

.guhago_supervisor .popup_wrap > .pop_close{
    width: 100%;
    height: 100%;
}

.guhago_supervisor input[type='tel'],
.guhago_franchisee input[type='tel']{
    -moz-appearance: none;
    appearance: none;
    border: none;
}

.guhago_supervisor input::placeholder{
    color: #999;
    font-weight: 400;
}




.guhago_franchisee *{
    font-family: 'Roboto', 'Noto Sans KR', sans-serif;
    color: #666;
}


.guhago_franchisee .pd{
    padding: 15px;
}

.guhago_franchisee .scroll_wrap{
    width: 100%;
    height: 100%;
    overflow-y: auto;
}

.guhago_franchisee .scroll_wrap_x{
    width: 100%;
    overflow-x: auto;
}

.guhago_franchisee.page{
    width: 100%;
    height: 100%;
}

.guhago_franchisee .wrap,
.guhago_franchisee form{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.guhago_franchisee .wrap .content{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    max-height: 100%;
}

.guhago_franchisee .wrap #header + .content{
    max-height: calc(100% - 50px - 76px);
}

.guhago_franchisee.web .wrap #header + .content,
.guhago_franchisee .wrap .content.no_bnb{
    max-height: calc(100% - 50px);
}

.guhago_franchisee .align_list + .scroll_wrap.pd{
    padding: 0 15px 25px;
}

.guhago_franchisee .wrap #header,
.guhago_franchisee .wrap #bnb{
    flex-grow: 0;
    flex-shrink: 0;
    padding: 15px;
    min-height: 50px;
    background-color: #fff;
}

.guhago_franchisee.color_main .wrap,
.guhago_franchisee.color_main .wrap #header,
.guhago_franchisee.color_main .wrap #bnb{
    background-color: #FF884A;
}


.guhago_franchisee .wrap #header *,
.guhago_franchisee .wrap #bnb *{
    color: #323237;
}

.guhago_franchisee.color_main .wrap #header *,
.guhago_franchisee.color_main .wrap #bnb *,
.guhago_franchisee .wrap #bnb *{
    color: #ffffff;
}

.guhago_franchisee #header.sub{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 10px rgb(90 90 90 / 10%);
}

.guhago_franchisee .wrap #header .logo{
    font-weight: 600;
    font-size: 20px;
}


.guhago_franchisee #header .this_location{
    font-size: 16px;
    font-weight: 500;
    color: #888;
    transform: rotate(-0.032deg);
}

.guhago_franchisee .wrap #bnb{
    background-color: #323237;
}

.guhago_franchisee #bnb .flex{
    flex-wrap: nowrap;
}

.guhago_franchisee #bnb .flex .f_box{
    flex-grow: 1;
}

.guhago_franchisee #bnb .f_box button{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.guhago_franchisee #bnb.sub .f_box button{
    font-size: 10px;
}

.guhago_franchisee #bnb .f_box button:before{
    content: '';
    display: block;
    margin-bottom: 6px;
    width: 100%;
    height: 25px;
    background-image: url('/images/mobile/main_icon_consulting.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.guhago_franchisee #bnb.main .f_box button:before{
    height: 50px;
    margin-bottom: 15px;
}

.guhago_franchisee #bnb .f_box button.manage:before{
    background-image: url('/images/mobile/main_icon_check.svg');
}
.guhago_franchisee #bnb .f_box button.history:before{
    /* background-image: url('/images/mobile/main_icon_menu.svg'); */
    background-image: url('/images/mobile/main_icon_expenses.svg');
}
.guhago_franchisee #bnb .f_box button.getRequest:before{
    /* background-image: url('/images/mobile/main_icon_consulting.svg'); */
    background-image: url('/images/mobile/main_icon_work.svg');
}

.guhago_franchisee #bnb.main{
    height: 50vh;
}

.guhago_franchisee #bnb.main .flex_03,
.guhago_franchisee #bnb.main .flex_03 .f_box{
    height: 100%;
    text-align: center;
}

.guhago_franchisee .popup_img,
.guhago_franchisee .popup_txt{
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.guhago_franchisee .popup_img .img_con{
    position: absolute;
    max-width: 100vw;
    max-height: 100vh;
}

.guhago_franchisee .popup_txt .txt_con{
    position: absolute;
    max-width: 80vw;
    max-height: 80vh;
}

.guhago_franchisee .popup_img .img_con .img_rel{
    position: relative;
}

.guhago_franchisee .popup_txt .txt_con .txt_wrap{
    padding: 40px 23px 20px;
    background-color: #fff;
}

.guhago_franchisee .popup_img .img_con.objectFit img{
    object-fit: contain;
}

.guhago_franchisee .popup_txt .txt_con .txt_wrap p.title{
    display: block;
    line-height: 20px;
}

.guhago_franchisee .popup_txt .txt_con .txt_wrap span{
    display: block;
    line-height: 20px;
}

.guhago_franchisee .popup_txt .txt_con .txt_wrap span.strong{
    font-size: 24px;
    line-height: 32px;
}

.guhago_franchisee .close_pop.img{
    position: absolute;
    padding: 8px;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background-color: rgba(255,255,255,0.3);
    border-radius: 15px;
}

.guhago_franchisee .popup_txt .close_pop.img{
    padding: 6px;
    top: 8px;
    right: 12px;
    width: 25px;
    height: 25px;
    
}

.guhago_franchisee .close_pop.back{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.8);
}

.guhago_franchisee .popup_txt .close_pop.back{
    background-color: rgba(0,0,0,.5);
}

.guhago_franchisee .popup_txt .txt_wrap .button_wrap{
    display: flex;
    padding-top: 15px;
}

.guhago_franchisee .popup_txt .txt_wrap .button_wrap button{
    flex-grow: 1;
    margin-right: 5px;
    padding: 6px 12px;
    text-align: center;
    font-weight: 600;
    color: #323237;
    border: 2px solid #323237;
    border-radius: 30px;
}

.guhago_franchisee .popup_txt .txt_wrap .button_wrap button.active{
    color: #fff;
    background-color: #323237;
}

.guhago_franchisee .popup_txt .txt_wrap .button_wrap button:last-child{
    margin-right: 0;
}








.guhago_franchisee input::placeholder{
    color: #ddd;
}

.guhago_franchisee button.add_img,
.guhago_franchisee input.add_img{
    padding: 10px 15px;
    min-width: 100px;
    text-align: center;
    background-color: #323237;
    border-radius: 25px;
}

.guhago_franchisee .fixed_pop{
    position: absolute;
    padding: 17px;
    bottom: 20px;
    right: 20px;
    width: 60px;
    height: 60px;
    background-color: #323237;
    border-radius: 50%;
}

.guhago_franchisee textarea{
    resize: none;
}

.guhago_franchisee .scroll_wrap ~ .btn_bottom_wrap{
    border-top: 1px solid #ddd;
}

.guhago_franchisee .scroll_wrap ~ .btn_bottom_wrap{
    display: flex;
}

.guhago_franchisee .scroll_wrap ~ .btn_bottom_wrap button:not(:last-child){
    margin-right: 8px;
}

button.go_home,
.guhago_franchisee .scroll_wrap ~ .btn_bottom_wrap .btn_submit,
.guhago_franchisee .scroll_wrap ~ .btn_bottom_wrap .btn{
    padding: 12px;
    min-width: 100px;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #fff;
    background-color: #323237;
    border-radius: 25px;
}

button.go_home,
.guhago_franchisee .scroll_wrap ~ .btn_bottom_wrap .btn_submit{
    background-color: #FF884A;
    flex-grow: 1;
}



.guhago_franchisee .scroll_wrap ~ .btn_bottom_wrap .btn_submit *{
    font-size: 15px;
    font-weight: 600;
    line-height: 22px;
    color: #fff;
}

.guhago_franchisee label.chk_box{
    display: flex;
    width: 20px;
    height: 20px;
}

.guhago_franchisee label.chk_box .checkbox,
.guhago_franchisee label.chk_box .title{
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    border: 2px solid #6f6f6f;
    border-radius: 5px;
}

.guhago_franchisee label.chk_box input:checked ~ .checkbox,
.guhago_franchisee label.chk_box input:checked ~ .title{
    background-color: #FF884A;
    border-color: #FF884A;
}

.guhago_franchisee label.chk_box input:checked ~ .checkbox{
    border-color: #FF884A;
    background: #FF884A url('/images/mobile/sample/icon_checkbox_w.svg') center center no-repeat;
    background-size: 75%;
}

.guhago_franchisee .search_wrap select{
    padding: 6px 32px 6px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0px;
    color: #1e1e1e;
    border: 2px solid #1e1e1e;
    border-radius: 25px;
    background: #fff url('/images/mobile/icon_arrow_b.svg') calc(100% - 10px) center no-repeat;
    background-size: 13px;
}

.guhago_franchisee .search_wrap select:focus{
    color: #fff;
    background: #1e1e1e url('/images/mobile/icon_arrow_w.svg') calc(100% - 10px) center no-repeat;
    background-size: 13px;
}

.guhago_franchisee .search_wrap select:focus option{
    color: #e1e1e1;
}

.guhago_franchisee .search_date select:nth-of-type(n+2){
    margin-left: 5px;
}

.guhago_franchisee .EmptyData{
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}




.guhago_franchisee.web #header.sub{
    position: relative;
    background-color: #ffba4a;
    justify-content: center;
}

.guhago_franchisee.web #header .go_prev{
    position: absolute;
    padding: 5px;
    left: 15px;
    width: calc(24px + 5px);
    height: calc(24px + 5px);
    transform: rotate(90deg);
}

.guhago_franchisee.web .wrap #header button.add_prduc{
    position: absolute;
    top: calc(50% - 14.5px);
    right: 15px;
    /* width: calc(50% - 5px); */
    padding: 5px 12px 4px;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: #fff;
    background-color: #FF884A;
    border: 1px solid #ec7233;
    border-radius: 25px;
    /* z-index: 1; */
    user-select: none;
    cursor: grab
}

.guhago_franchisee #header .main_title{
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    transform: rotate(-0.032deg);
}

.guhago_franchisee.web .category_wrap{
    position: relative;
}

.guhago_franchisee.web .category_wrap .category_menu{
    position: relative;
    background-color: #ffba4a;
    display: flex;
    justify-content: center;
    padding-top: 15px;
}

.guhago_franchisee.web .category_wrap .category_menu:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 15px 15px 0 0;
}










/* iinput common layout 입력창 리스트 basic_info_list */
.join_store li span{
    display: block;
    font-size: 15px;
    line-height: 22px;
}

.join_store li{
    display: flex;
    align-items: baseline;
}

.join_store li label,
.join_store .con_wrap{
    display: flex;
    align-items: center;
}

.super_list label input:checked ~ span.label{
    color: #FF884A;
}

.join_store li{
    padding: 0 2px;
}

.join_store li span.title{
    flex-shrink: 0;
    padding: 15px 0;
    padding-right: 15px;
    width: 90px;
}

.join_store li .con_wrap{
    flex-grow: 1;
}

.join_store li .con_wrap.column{
    flex-direction: column;
    align-items: flex-start;
}

.join_store li .con_wrap.column .input_wrap{
    width: 100%;
}

.join_store li .con_wrap input{
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
    font-weight: 600;
    color: #333;
}


.join_store li.fixed .con_wrap input:read-only{
    background-color: initial;
    border: none;
}

.join_store li .con_wrap input:read-only{
    background-color: #f9f9f9;
}


.join_store li .con_wrap input:hover{
    border-bottom: 1px solid #FF884A;
}

.join_store li .con_wrap input:read-only:hover{
    border-color: #ddd;
}

.join_store li .con_wrap button{
    flex-shrink: 0;
    margin-left: 7px;
    padding: 2px 8px;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background-color: #87878e;
    border-radius: 15px;
}

.join_store li .con_wrap textarea{
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 8px;
}


/* column */
.join_store.column li span.title{
    padding: 0 0 5px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

.join_store.column li.essential span.title{
    font-weight: 600;
    color: #333;
}

.join_store.column li.essential span.title:after{
    content: '*';
    color: #ff0000;
}

.join_store.column li .con_wrap{
    width: 100%;
}

.join_store.column li .con_wrap span,
.join_store.column li .con_wrap input{
    padding: 0;
    font-size: 15px;
    line-height: 22px;
    vertical-align: middle;
}

.join_store.column li .con_wrap input:read-only{
    padding: 6px;
}
/* .join_store.column */


/* form_terms */
.search_terms{
    border-bottom: 1px solid #ddd;
}

.search_terms h2.main_title{
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #1d1d1d;
}

.search_terms span.date_start{
    display: block;
    width: 100%;
    text-align: right;
    color: #999;
}

.form_terms .terms{
    padding-bottom: 40px;
}

.form_terms .terms .title{
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #333;
}

.form_terms ul.common{
    padding-top: 5px;
}

.form_terms ul.common li{
    padding-top: 13px;
}

.form_terms ul.common li p{
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.1px;
    color: #666;
}

.form_terms span.notice{
    display: block;
    padding-top: 15px;
    font-size: 13px;
    line-height: 18px;
    color: #999;
}

.form_terms ul.terms_sub li{
    position: relative;
    padding-left: 15px;
    padding-top: 8px;
}

.form_terms ul.terms_sub.hyphen > li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 17px;
    width: 5px;
    height: 1px;
    background-color: #999;
    
}

/* .form_terms ul.terms_sub li p{
    color: #999;
} */



/* get_it > 공지사항, 구해줘 */
.getIt_list li{
    display: flex;
    padding: 15px 0;
    border-top: 1px solid #ddd;
}

.getIt_list li:first-child{
    border-top: none;
}

.getIt_list li > .text_wrap{
    flex-grow: 1;
    padding-right: 10px;
}

.getIt_list li > .text_wrap .store_nm{
    font-weight: 600;
    color: #333;
}

.getIt_list li > .text_wrap p{
    padding: 0 0 10px;
    /* font-size: 12px; */
    line-height: 20px;
    letter-spacing: -0.1px;
}

.getIt_list li > .text_wrap .date{
    font-size: 8px;
    color: #999;
}

.getIt_list li > .img_wrap{
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: #ddd;
    border-radius: 5px;
    overflow: hidden;
}
/* get_it > 공지사항, 구해줘 end */

/*  */
.guhago_franchisee .notice_detail.border_box{
    border-radius: unset;

    
}

.guhago_franchisee.notice_detail{
    height: 100%;
}

.guhago_franchisee.notice_detail textarea.content_wrap{
    background-color: unset;
    height: 100%;
    padding-bottom: 15px;
}


/* jquert calendar */
.ui-widget-header{
    background-color: #bfbfbf;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active{
    padding: 5px 3px;
    text-align: center;
    border-radius: 3px;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover{
    background-color: #FFAE29;
    border-color: #d38a11;
}




/* 단가변경페이지 */
.PageContent > .wrap.web.excel_upload_page{
    height: 100vh;
}

.PageContent > .wrap.web.excel_upload_page div:is(.padding, .body){
    height: 100%;
}

.PageContent > .wrap.web.excel_upload_page .object_wrap{
    display: flex;
    align-items: center;
    padding: 12px 20px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
}

.PageContent > .wrap.web.excel_upload_page .object_wrap .object{
    display: flex;
    align-items: center;
}

.PageContent > .wrap.web.excel_upload_page .object_wrap .object + .object{
    padding-left: 42px;
}

.PageContent > .wrap.web.excel_upload_page .object_wrap .object .key{
    display: block;
}

.PageContent > .wrap.web.excel_upload_page .object_wrap .object .key:after{
    content: ':';
    margin: 0 6px;
}

.PageContent > .wrap.web.excel_upload_page .object_wrap .object .val{
    font-weight: 600;
}

.PageContent > .wrap.web.excel_upload_page span.comment{
    display: block;
    padding-top: 10px;
    font-size: 14px;
    color: #999;
}

.PageContent > .wrap.web.excel_upload_page .file_wrap{
    display: flex;
    justify-content: space-between;
    padding: 30px 0 10px;
}

.PageContent > .wrap.web.excel_upload_page .btn_basic{
    display: block;
    padding: 5px 12px;
    background-color: #333;
    border: 1px solid #333;
}

.PageContent > .wrap.web.excel_upload_page .btn_basic .text{
    font-size: 16px;
    font-weight: 600;
    color: #f1f1f1;
}

.PageContent > .wrap.web.excel_upload_page table{
    margin-top: 0;
}

.PageContent > .wrap.web.excel_upload_page table tr:first-child td:is(#sjs-A1, #sjs-B1, #sjs-C1){
    background-color: #ddd;
    font-weight: 600;
    border: 1px solid #b9b9b9;
}

.PageContent > .wrap.web.excel_upload_page table td[data-t="n"]{
    color: #333;
}

.PageContent > .wrap.web.excel_upload_page table tr:hover td{
    background-color: #f5f5f5;
}

.PageContent > .wrap.web.excel_upload_page table tr td:nth-child(2){
    width: 200px;
}

.PageContent > .wrap.web.excel_upload_page .content{
    height: calc(100% - 142px);
    overflow: hidden;
}

.PageContent > .wrap.web.excel_upload_page .content #tableContainer{
    height: 100%;
    overflow-y: auto;
}
/* 단가변경페이지 end */