@charset "UTF-8";

select {
    font-family: 'Pretendard','Segoe UI',Arial,'Malgun Gothic',Gulim,sans-serif;
    letter-spacing: -0.04rem;
    font-size: 18px;
}

input[type=date] {
    font-family: 'Pretendard','Segoe UI',Arial,'Malgun Gothic',Gulim,sans-serif !important;
    font-size: 15px;
    font-weight: 600;
}

/* reset */
blockquote,
body,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
li,
ol,
p,
pre,
td,
textarea,
ul {
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    font-weight: 600;
    font-family: 'Pretendard';
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    color: #000;
}

div,
th {
    padding: 0;
    margin: 0;
    line-height: 1.4em;
    word-wrap: break-word;
    -webkit-text-size-adjust: none;
    color: #000;
}


li,
ol,
ul {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}

.sticky {
	position:sticky !important;
	top:0 !important;
	z-index:9999 !important;
}

#wrap .footer_text {
    font-weight: 700;
    font-size: 12px;
    color: #ACA9A9;
    text-align: right;
    padding-top: 12px;
}

.pd_l10 {
	padding-left: 10px !important;
}

.pre {
    text-align: center;
}

.mon {
    font-family: 'Pretendard'; 
    font-weight: 830;
}

.scr {
    overflow-y: auto;
}

.scr::-webkit-scrollbar {
    background-color: #E9F1FF;
    width: 7.5px;
}

.scr::-webkit-scrollbar-thumb {
    background-color: #4184FC;
}

.h25 {
    height: 25px !important;
    line-height: 25px !important;
}

fieldset,
form {
    border: 0;
}

address,
caption,
em {
    font-weight: normal;
    font-style: normal;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none !important;
}

/* 숨김영역 */
#accessibility,
#accessibility_footer,
hr,
legend,
.skip {
    position: absolute;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    visibility: hidden;
}

caption {
    display: none;
}

/* float 속성 초기화 */
.space {
    display: block;
    clear: both;
    float: none;
    width: 100%;
    height: 0;
    line-height: 0 !important;
    font-size: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

html,
body {
    font-family: 'Pretendard';
    background-color: #edf4fa;
    font-size: 15px;
    height: 100vh;
}

img {
    vertical-align: middle;
}

select,
input {
    padding-left: 10px;
    box-sizing: border-box;
    font-size: inherit;
    background-color: #fff;
}

input::placeholder {
    color: #000;
}

textArea {
	border-radius: 5px;
    border: 1px solid #E8E8E8;
    width: 98%;
    height: 100px;
    resize: none;
    padding: 3px 5px;
    font-size: 15px;
    outline: none;
}

.fx {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.fx2 {
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 20px;
}

.fx3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.h37 {
    height: 37px !important;
    line-height: 37px !important;
}

.h35 {
    height: 35px !important;
    line-height: 35px !important;
}

.fs16 {
    font-size: 16px !important;
}

.no_stk {
    position: none;
}

#container {
    width: 82%;
    height: 100%;
    background-color: #fff;
    float: right;
    border-radius: 10px;
    padding: 30px;
    box-sizing: border-box;
    transition: all 0.5s;
}

.btn_type1 {
    background-color: #4184FC;
    color: #fff;
    width: 126px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    border: 0;
    cursor: pointer;
    font-size: 15px;
    font-weight: 600;
}

.btn_type1:hover {
    background-color: #E8E8E8;
    color: #4184FC;
}

.btn_type2 {
    background-color: #E8F0FE;
    color: #4184FC;
    width: 126px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    border: 0;
    cursor: pointer;
    font-weight: 700;
}

.btn_type2:hover {
    background-color: #E8E8E8;
    color: #4184FC;
}

.btn_type3 {
    background-color: #fff;
    color: #000;
    width: 126px;
    height: 35px;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
    border: 1px solid #E8E8E8 !important;
    cursor: pointer;
    font-weight: 700;
    box-sizing: border-box;
}

.btn_type3:hover {
    background-color: #E8E8E8;
}

.btn_type4,
.btn_type5 {
    display: block;
    width: 291px;
    height: 71px;
    border: 2px solid #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 71px;
    text-align: center;
    cursor: pointer;
}

.btn_type5 {
    border: none;
    background-color: #4184FC;
} 

table {
    width: 100%;
    margin: 0 auto;
}

table,
td,
th {
    border: 0;
    border-collapse: collapse;
}

.table_2 tfoot th,
.table_type2 tfoot th {
    position: sticky;
    bottom: 0;
    left: 0;
}

.table_1>input,
.table_1>select,
.table_2>input,
.table_2>select {
    height: 25px;
}

.table_1 .table_type2 td,
.table_2 .table_type2 td {
    height: 50px;
    padding: 5px;
}


.table_1 input[type="checkbox"],
.table_2 input[type="checkbox"] {
    appearance: none;
    background: url(/img/contents/img_checkbox1.png);
    width: 21px;
    height: 21px !important;
    top: 91%;
    margin-left: 10px;
}

.table_1 input[type="checkbox"]:checked,
.table_2 input[type="checkbox"]:checked {
    background: url(/img/contents/img_checkbox2.png);
}

.table_1 .check_box,
.table_2 .check_box {
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
}

.table_1>.table_type2,
.table_2>.table_type2 {
    text-align: center;
}

.table_2>.table_type2 {
    width: 100%;
    min-height: 630px;
    text-align: center;
}

.table_2 .table_title {
    padding: 15px 0;
    box-sizing: border-box;
}

.table_type2,
.table_type1 {
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #4184FC;
}

.table_type1 td {
    padding: 5px;
}

.table_type2 th,
.table_type1 th {
    border-bottom: 1px solid #ECEBEB;
    border-right: 1px solid #ECEBEB;
    font-weight: 700;
    line-height: 1.1em;
    box-sizing: border-box;
    height: 50px;
}

.table_type2 th span,
.table_type1 th span {
    font-size: 12px;
}

.table_type2 td,
.table_type1 td {
    border-bottom: 1px solid #ECEBEB;
    border-left: 1px solid #ECEBEB;
    box-sizing: border-box;
}

.table_type2 td:nth-child(1) {
    border-left: 0;
}

.table_type2_2 {
    height: 600px;
}

.table_3 .table_type2 {
    width: 50%;
}

.title {
    background-color: #F5F8FF;
    font-size: 15px;
    font-weight: 700;
    position: sticky !important;
    top: 0;
    left: 0;
    z-index: 1;
}

.dx-datagrid-headers {
	background-color: #F5F8FF !important;
    font-size: 15px; 
    font-weight: 700;
    position: sticky;
    top: 0;
    left: 0;
}

.dx-hidden {
	visibility : hidden;
}

.dx-datagrid-nodata {
	visibility : hidden;
}

.title2 {
    background-color: #FCFDFF;
    border-left: 1px solid #ECEBEB;
    border-right: 1px solid #ECEBEB;
    font-size: 15px;
    font-weight: 600;
}

.title3 {
    background-color: #F5F8FF;
    font-size: 15px;
    font-weight: 700;
}

th.title:last-child {
    border-right: 0;
}

input[type="date"] {
    width: 205px;
    background: url(/img/contents/img_date1.png) no-repeat 10px / 14px 13px;
    padding-left: 30px;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    font-family: 'Pretendard';
}

input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    opacity: 0;
    z-index: 0;
    cursor: pointer;
    left: 5%;
}

select {
    width: 204px;
    font-weight: 600;
    letter-spacing: 1px;
    appearance: none;
    background: url(/img/contents/img_down.png) no-repeat 90% / 10px;
}

select.half {
    width: 50%;
    background: url(/img/contents/img_down.png) no-repeat 90% / 10px;
}

input,
select {
    height: 35px;
    outline: none;
    border-radius: 5px;
    border: 1px solid #E8E8E8;
}

#css_tabs {
    padding-top: 30px;
}

/* 탭 선택 시 표시할 요소(div) 정의(1번 탭 선택 시 첫 번째 div 요소 표시) */
#css_tabs>input:nth-of-type(1),
#css_tabs>input:nth-of-type(1)~div:nth-of-type(1),
#css_tabs>input:nth-of-type(2),
#css_tabs>input:nth-of-type(2)~div:nth-of-type(2) {
    display: none;
}

#css_tabs>input:nth-of-type(1):checked~div:nth-of-type(1),
#css_tabs>input:nth-of-type(2):checked~div:nth-of-type(2) {
    display: block;
}

/* 라벨 기본 스타일 지정 */
#css_tabs>label {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    background: #eee;
    padding: 1rem 2rem;
}

#css_tabs>label:hover {
    cursor: pointer
}

/* 선택된 라벨, 커서를 올린 라벨 스타일 지정 */
#css_tabs>input:nth-of-type(1):checked~label:nth-of-type(1) {
    background: #4184FC;
    color: #fff;
    margin-right: 20px;
}

#css_tabs> :nth-of-type(2):checked~label:nth-of-type(2) {
    margin-left: 20px;
    background: #4184FC;
    color: #fff;
}

#css_tabs>label[for=tab1]:hover,
#css_tabs>label[for=tab2]:hover {
    background: #4184FC;
    color: #fff;
}

/* 실제 내용이 담긴 div 요소 스타일 지정 */
#css_tabs .tab1_content,
#css_tabs .tab2_content {
    padding: 2em;
    border: 1px solid #ddd;
    width: 70%;
    height: 100%
}

.footer_text {
    font-family: 'Montserrat';
}

.stateBlueCss {
	background: #DFF3FF;;
}

.stateRedCss {
	background: #ffbfbf;;
}

.stateCss1 {
	color: #fa0202;
}

.stateCss2 {
	color: #ff681c;
}

.stateCss3 {
	color: #a702fa;
}

.stateCss4 {
	color: #0217fa;
}

.popup_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.popupResult {
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1000;
    transform: translate(-50%, -50%);
    width: 1300px;
    height: 800px;
    background-color: #ffffff;
}


