@charset "UTF-8";

/*포함*/
@import url("ui/header.css"); 

@import url("ui/input.css"); 
@import url("ui/checkbox.css");
@import url("ui/modal.css");  








/*폰트설정 : 시작*/
@font-face {
    font-family: 'Pretendard';
    font-weight: 900;
    font-display: swap;
    src: local('Pretendard Black'), url('../fonts/pretendard/Pretendard-Black.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Black.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 800;
    font-display: swap;
    src: local('Pretendard ExtraBold'), url('../fonts/pretendard/Pretendard-ExtraBold.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../fonts/pretendard/Pretendard-Bold.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../fonts/pretendard/Pretendard-SemiBold.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../fonts/pretendard/Pretendard-Medium.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../fonts/pretendard/Pretendard-Regular.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 300;
    font-display: swap;
    src: local('Pretendard Light'), url('../fonts/pretendard/Pretendard-Light.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Light.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 200;
    font-display: swap;
    src: local('Pretendard ExtraLight'), url('../fonts/pretendard/Pretendard-ExtraLight.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-ExtraLight.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 100;
    font-display: swap;
    src: local('Pretendard Thin'), url('../fonts/pretendard/Pretendard-Thin.subset.woff2') format('woff2'), url('./woff-subset/Pretendard-Thin.woff') format('woff');
}
/*폰트설정 : 끝*/


/*기타 설정 : 시작 */
html{
    -webkit-text-size-adjust:none;
    /*-ms-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    user-select:none;*/
    -webkit-touch-callout:none;
}
    
*{
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
    
body,a,p,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,table,tr,th,td,
form,fieldset,label,legend,input,textarea,button,menu{
    margin:0px;padding:0px;
    -webkit-text-size-adjust:none;
}
    
body,input,textarea,select,table,button,code{
    color:#383B40;
    font-family: 'Pretendard';
    font-weight: 400;
    text-align: left;
}
     
body{
    width:100%;
    position:relative;
    word-break:break-all;
    min-width:var(--minimunSize);
    min-height: 100vh;
    background: #fff;
    background-size: 51px 51px;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
}

/*body::-webkit-scrollbar{
    width: 12px;
}

body::-webkit-scrollbar-thumb{
    background: #aaa;
    border-radius: 0;
}

body::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}*/

input::-ms-clear,
input::-ms-reveal{
    display:none;
}
input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration{
    display:none;
}
    
nav,menu,ul,li,ol{
    list-style:none;
}
    
div{
    display:block;
}
    
table{
    border-collapse:collapse;
    border-spacing:0;
}
    
img,fieldset{
    border:none;
}
    
em,address{
    font-style:normal;
}
    
select{
    cursor: pointer;
}
    
section,article,header,footer,nav,aside,hgroup{
    display:block;
}

select::-ms-expand { 
  display: none;
}

select {
  -o-appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}
    
button{
    border:none;
    background:none;
    cursor:pointer !important;
}
    
button:focus{
    outline:none !important;
}
    
a{
    margin:0px;
    padding:0px;
    text-decoration:none;
    cursor:pointer;
}
    
a:hover, a:active{
    text-decoration:none !important;
}
    
table{
    table-layout: fixed;
}

:root{

    --main:#AA0404;
    --minimunSize:280px;
    --txt1:#747983;
    --line1:#d0d0d0; /*선 회색*/
    --primary:#01A4FF;
    --primary-hover:#17acff;

}

    
.clearFix:after{
    content:"";
    display:block;
    clear:both;
}
    
.ibFix{
    line-height:0px;
}
    
.hiddenFix{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    line-height: 0;
    text-indent:-10000px;
}

.hiddenTxt{
    padding: 0; margin:0; font-size: 0;
}

.underline{text-decoration: underline !important;}
    
caption{
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 1px;
    height: 1px;
    line-height: 0;
    text-indent:-10000px;
}
    
.floatLeft{
    float: left;
}

.floatLeft:after{
    content:"";
    display:block;
    clear:both;
}
    
.floatRight{
    float: right;
    position: relative;
}

.floatRight:after{
    content:"";
    display:block;
    clear:both;
}
    
.pageFix{
    overflow: hidden;
}
    
.tCenter{
    text-align: center;
}
    
.inside{
    display: inline-block;
}
    
.inside:after{
    content: "";
    display: block;
    clear: both;
}

.row{
    display: block;
    width: 100%;
}

.row:after{
    content: "";
    display: block;
    clear: both;
}

.bold{font-weight: 700;}

.w100{
    width: 100% !important;
}

.txtCenter{
    text-align: center;
    display: block;
    width: 100%;
}


.txtCenter > div{text-align: center !important;}

select {
   -webkit-appearance:none; /* for chrome */
   -moz-appearance:none; /*for firefox*/
   appearance:none;
}

select::-ms-expand{
   display:none;/*for IE10,11*/
}


.scrollFix::-webkit-scrollbar{
    width: 8px;
}

.scrollFix::-webkit-scrollbar-thumb{
    background: rgba(0,0,0,0.1);
    border-radius: 4px;
}

.scrollFix::-webkit-scrollbar-track{
    background: rgba(0,0,0,0);
}


.pt0{padding-top:0 !important}
/*기타 설정 : 끝*/






/*레이아웃 : start*/
.centerWrap{
    display: block;
    width: 100%;
    padding:0 40px;
    margin:0 auto;
    position: relative;
}

.centerWrap:after{content: ""; display: block; clear: both;}

.section{
    display: block;
    width: 100%;
}

.allWrap{
    display: block;
    width: 100%;
    padding:80px 0 0;
}


.rvBox{
    display: block;
    width: calc(100% - 40px);
    max-width: 960px;
    margin:70px auto 0;
    padding:40px 120px 70px;
    border-radius: 10px;
    box-shadow: 0 3px 10px 5px rgba(0,0,0,0.07);
}

.titleTxt{
    font-size: 23px;
    color:#222 !important;
    font-weight: 700;
    text-align: left;
    line-height: 37px;
}

.checkLast{
    display: block;
    width: 100%;
    margin:20px 0 0;
}



.inputNormalStyle{
    display: block;
    width: 100%;
    border-radius: 4px;
    border: 1px solid var(--line1);
    background: #fff;
    padding:0 20px;
    color:#414141;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
}

.inputNormalStyle .t1{
    width: 90px;
    float: left;
    line-height: 46px;
    height: 46px;
    color:#414141;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
}

.inputNormalStyle .t2{
    width: calc(100% - 90px);
    float: left;
    line-height: 46px;
    height: 46px;
    color:#222;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.inputNormalStyle.disabled{
    background: #c0c0c0;
}

.inputNormalStyle.disabled .t1,
.inputNormalStyle.disabled .t2{
    color:#fff !important;
}

.bottomButtons{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:70px 0 0;
}

.bottomButtons .buttonGo1{
    display: block;
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    color:#fff !important;
    border-radius: 4px;
    background: #777;
}

.bottomButtons .buttonGo1.active{
    background: var(--main);
}

.rvBox .row .floatRight .bInput{
    float: left;
}

.rvBox .row .floatRight .bInput + .bInput{
    margin:0 0 0 20px;
}


.dataWrap{
    display: block;
    width: 100$;
}

.dataWrap:after{content: ""; display: block; clear: both;}

 .dataWrap .b001a{
    width: calc((100% - 210px) / 2);
    float: left;
 }

 .dataWrap .b001b{
    width: calc((100% - 210px) / 2);
    float: left;
    margin:0 0 0 10px;
    position: relative;
 }

 .dataWrap .b001b .buttonDate{
    display: block;
    width: 44px;
    height: 40px;
    position: absolute;
    right: 0;
    top:4px;
    background: url(../images/img_schedule.svg) center no-repeat;
    background-size: 18px 17px;
 }

 .dataWrap .b001b  .inputNormal{
    padding-right:44px !important;
 }


 .dataWrap .b001c{
    float: left !important;
    margin:0 0 0 10px;
 }

 .dataWrap .b001d{
    width: 70px;
    height: 48px;
    line-height: 48px;
    text-align: right;
    float: right;
    font-size: 14px;
    color:#444;
    font-weight: 400;
 }

 .dataWrap .b001d .t1{
    color:var(--main);
    font-weight: 600;
 }



.rhTabs{
    display: block;
    width: 100%;
    margin:24px 0 0;
}

.rhTabs:after{content: ""; display: block; clear: both;}

.rhTab + .rhTab {
    margin: 0 0 0 13px;
}

.rhTab {
    display: block;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #555 !important;
    font-size: 15px;
    font-weight: 500;
}

.rhTab.active {
    color: var(--main) !important;
    font-weight: 700;
    border-bottom: 3px solid var(--main);
}





.newTable1{
    display: block;
    width: 100%;
    margin:24px 0 0;
}

.newTable1 .thead{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-top:1px solid #222;
    border-bottom:1px solid #222;
}

.newTable1 .thead .th{
    display: block;
}

.newTable1 .thead .th:nth-child(1){width: 10%}
.newTable1 .thead .th:nth-child(2){width: 22%}
.newTable1 .thead .th:nth-child(3){width: 20%}
.newTable1 .thead .th:nth-child(4){width: 20%}
.newTable1 .thead .th:nth-child(5){width: 28%}

.newTable1 .thead .th .txt{
    font-size: 15px;
    font-weight: 600;
    color:#222;
    line-height: 45px;
    width: 100%;
    text-align: center;
}

.newTable1 .tbody{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.newTable1 .tbody .tr{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom:1px solid #d0d0d0;
}

.newTable1 .tbody .td:nth-child(1){width: 10%}
.newTable1 .tbody .td:nth-child(2){width: 22%}
.newTable1 .tbody .td:nth-child(3){width: 20%}
.newTable1 .tbody .td:nth-child(4){width: 20%}
.newTable1 .tbody .td:nth-child(5){width: 28%}

.newTable1 .tbody .td{
    display: block;
}

.newTable1 .tbody .td .mobileTh{
    display: none;
}

.newTable1 .tbody .td .txt{
    font-size: 14px;
    font-weight: 400;
    color:#555;
    line-height: 45px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.rhTabArea{
    display: none;
    width: 100%;
}

.rhTabArea.active{
    display: block;
}







/*paging : start*/
.paging{
  display: block;
  width: 100%;
  text-align: center;
  margin:30px 0 0;
}

.paging .buttonPage{
  display: block;
  float: left;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #111 !important;
  font-size: 15px;
  font-weight: 400;
  border-radius: 5px;
}


.paging .buttonPage + .buttonPage{margin: 0 0 0 8px;}

.paging .buttonPage.active{
  color:#fff !important;
  background: var(--main);
}

.paging .buttonPage.active:hover{
  color:#fff !important;
  background: var(--main);
  opacity: 0.9;
}

.paging .buttonPage.pagePrev{
  background: #f4f5f6 url(../images/nav-back-s-l.svg) center no-repeat;
  background-size: 4px 8px;
}

.paging .buttonPage.pageNext{
  background: #f4f5f6 url(../images/nav-back-s-r.svg) center no-repeat;
  background-size: 4px 8px;
}

.paging .buttonPage.pageFirst{
  background: #f4f5f6 url(../images/pb2.svg) center no-repeat;
  background-size: 8px 8px;
}

.paging .buttonPage.pageLast{
  background: #f4f5f6 url(../images/pb1.svg) center no-repeat;
  background-size: 8px 8px;
}

.paging .buttonPage.pagePrev:hover{
  background: #f4f5f6 url(../images/nav-back-s-l.svg) center no-repeat;
  background-size: 4px 8px;
  opacity: 0.6;
}

.paging .buttonPage.pageNext:hover{
  background: #f4f5f6 url(../images/nav-back-s-r.svg) center no-repeat;
  background-size: 4px 8px;
  opacity: 0.6;
}

.paging .buttonPage.pageFirst:hover{
  background: #f4f5f6 url(../images/pb2.svg) center no-repeat;
  background-size: 8px 8px;
  opacity: 0.6;
}

.paging .buttonPage.pageLast:hover{
  background: #f4f5f6 url(../images/pb1.svg) center no-repeat;
  background-size: 8px 8px;
  opacity: 0.6;
}

.paging .buttonPage.disabled{opacity: 0.5 !important}

















/*C000*/

.cTitle{
    display: block;
    width: 100%;
    margin:35px 0 0;
}

.cTitle:after{content: ""; display: block; clear: both;}

.cTitle:first-child{
    margin: 0;
}

.cTitle .t1{
    display: block;
    float: left;
    font-size: 13px;
    color:var(--main);
    line-height: 33px;
    height: 30px;
    padding:0 7px 0 0;
    font-weight: 600;
}

.cTitle .t2{
    display: block;
    float: left;
    font-size: 18px;
    font-weight: 600;
    color:#222;
    line-height: 30px;
}

.noticeTypeC{
    display: block;
    width: 100%;
    margin:40px 0 0;
    border:1px solid #e0e0e0;
    border-radius: 2px;
    padding:22px 30px;
}

/*.noticeTypeC{
    display: block;
    width: 100%;
    margin:40px 0 0;
    border:1px solid #e0e0e0;
    border-radius: 20px;
    padding:8px 12px 8px 8px;
}*/

.noticeTypeC:after{content: ""; display: block; clear: both;}

.noticeTypeC .labelC:after{content: ""; display: block; clear: both;}

.noticeTypeC .labelC{
    display: flex;
    justify-content: center;
    width: 250px;
    background: #aaa;
    border-radius: 14px;
    padding: 10px 0;
    column-gap: 5px;
}

/*.noticeTypeC .labelC{
    display: block;
    width: 188px;
    background: #aaa;
    border-radius: 14px;
    padding: 16px 16px;
    float: left;
}*/

.noticeTypeC .labelC.active{
    background: var(--main);
}

.noticeTypeC .labelC .icon{
    display: block;
    width: 17px;
    height: 21px;
    background: url(../images/file-17x21w.png) center no-repeat;
    background-size: 17px 21px;
    /*margin:10px 0 0;*/
    /*float: left;*/
}

.noticeTypeC .labelC .txt{
    display: block;
    /*width: calc(100% - 20px);*/
    font-size: 15px;
    font-weight: 600;
    color:#fff !important;
    line-height: 21px;
    /*float: right;*/
    text-align: center;
}

.noticeContent{
    display: block;
    width:100%;
    margin:16px 0 0;
    /*width: calc(100% - 210px);
    float: right;*/
}

.noticeContent .dotTxt + .dotTxt{margin:5px 0 0;}

.noticeContent .dotTxt{
    display: block;
    width: 100%;
    position: relative;
    padding:0 0 0 10px;
    text-align: left;
    font-size: 14px;
    color:#555;
    font-weight: 400;
    line-height: 23px;
}

.noticeContent .dotTxt:before{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 2px;
    background: #555;
    left:0;
    top:10px;
}

.lineC1{
    display: block;
    width: 100%;
    height: 1px;
    margin:35px 0 0;
    border-top:1px dashed #e0e0e0;
    /*background: #f0f0f0;*/
}






















/*#######################################*/
@media screen and (max-width: 1700px) {



} /*반응형 1700px 끝*/





/*#######################################*/
@media screen and (max-width: 1600px) {



} /*반응형 1600px 끝*/



/*#######################################*/
@media screen and (max-width: 1440px) {



} /*반응형 1440px 끝*/



/*#######################################*/
@media screen and (max-width: 1380px) {



} /*반응형 1340px 끝*/




/*#######################################*/
@media screen and (max-width: 1000px) {

    .rvBox{
        padding:40px 60px 70px;
    }

} /*반응형 1000px 끝*/



/*#######################################*/
@media screen and (max-width: 800px) {




} /*반응형 800px 끝*/





/*#######################################*/
@media screen and (max-width: 700px) {

    .centerWrap{
        padding:0 20px;
    }

    .rvBox{
        margin:20px auto;
        padding:24px 24px 40px;
    }

    .titleTxt{
        font-size: 18px;
        margin:12px 0 0;
    }

    .bottomButtons{
        margin:45px auto 0;
    }


    /*c000*/
    /*.noticeTypeC .labelC {
        width: 162px;
    }

    .noticeContent {
        width: calc(100% - 176px);
    }*/

    .noticeTypeC .labelC .txt{
        font-size: 14px;
    }

    .noticeContent .dotTxt{
        font-size: 13px;
        line-height: 20px;
        padding:0 0 0 8px;
    }

    .noticeContent .dotTxt:before{
        top:8px;
    }

    .noticeContent .dotTxt + .dotTxt{
        margin:6px 0 0;
    }


} /*반응형 700px 끝*/




/*#######################################*/
@media screen and (max-width: 550px) {


    .newTable1 .thead{
        display: none;
    }

    .newTable1 .tbody{
        border-top:1px solid #d0d0d0;
    }

    .newTable1 .tbody .tr{
        padding:14px 0;
    }

    .newTable1 .tbody .td{
        width: 100% !important;
    }

    .newTable1 .tbody .td .mobileTh{
        display: block;
        height: 26px;
        line-height: 26px;
        font-size: 14px;
        font-weight: 500;
        color:#222;
        width: 63px;
        text-align: left;
        float: left;
    }

    .newTable1 .tbody .td .txt{
        width: calc(100% - 63px) !important;
        line-height: 26px;
        height: 26px;
        text-align: left !important;
        float: left;
    }

    .dataWrap .b001a{
        width: 100%;
        margin:0 0 10px;
    }

    .dataWrap .b001b{width: calc((100% - 130px)); margin:0}
    
    .dataWrap .b001c{width:60px;}
    .dataWrap .b001d{
        width: 60px;
        font-size: 13px;
    }


    .rvBox{
        box-shadow: none;
        border: none;
        width: 100%;
        margin:0 auto;
    }




} /*반응형 550px 끝*/








/*#######################################*/
@media screen and (max-width: 450px) {
    

} /*반응형 450px 끝*/



/*#######################################*/
@media screen and (max-width: 420px) {

    .buttonWithInput{
        width: 58px;
    }

    .inputWithButton {
        float: left;
        width: calc(100% - 66px);
    }

    .inputNormalStyle .t1{
        width: 60px;
    }

    .inputNormalStyle .t2{
        width: calc(100% - 60px);
    }

    .inputNormalStyle{
        padding:0 10px;
    }

    .noticeTypeC{
        padding:14px 15px;
    }

    .noticeTypeC .labelC {
        width: 100%;
    }

    .noticeTypeC .labelC .txt{
        font-size: 13px;
    }
} /*반응형 420px 끝*/



/*#######################################*/
@media screen and (max-width: 370px) {

    .dataWrap .b001b{width: calc((100% - 70px));}
    
    .dataWrap .b001c{width:60px;}
    .dataWrap .b001d{
        width: 100%;
        float: left;
        font-size: 13px;
        text-align: left;
    }

    .rhTabs{
        margin:5px 0 0;
    }

    .cTitle .t1{
        width: 100%;
    }

} /*반응형 370px 끝*/



/*#######################################*/
@media screen and (max-width: 330px) {

    .noticeTypeC{
        padding:13px 12px;
    }

    .paging .buttonPage{
        width: 24px;
        height: 24px;
    }
} /*반응형 330px 끝*/